Slackware This Forum is for the discussion of Slackware Linux.
|
| Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
08-31-2009, 05:16 PM
|
#1
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 610
Rep: 
|
Sbopkg 0.30.1 Released
I wanted to wait a few days to post this here (and most folks here probably already know this) but sbopkg version 0.30.1 has been released (which is a bugfix release to the sbopkg 0.30.0 release for Slackware 13.0). The 0.30.x branch of sbopkg has many substantial changes from prior versions, and is intended to work seamlessly with Slackware 13.0 32 and 64 bit and the SlackBuilds.org repository for Slackware 13.0.
Check out the sbopkg ChangeLog for information about what's new. You can also read about the "new and improved" sbopkg queuefiles here.
For those migrating from 0.27.4 and older, it is recommended that you uninstall the old version of sbopkg and then install the new one, instead of upgrading.
Check out http://www.sbopkg.org for a package or source tarball for version 0.30.1. If you encounter any issues, please post to the sbopkg mailing list instead of posting here. Please file bug reports at the sbopkg Issue tracker.
Thanks to everybody to helped with testing, feedback, and providing bug reports. Those kinds of things are extremely helpful and we really appreciate it. We want sbopkg to be as good as possible, and your feedback is very important.
Thanks!
P.S. Many people have asked how to set $ARCH if they are using sbopkg on Slackware64. The answer is: you don't necessarily need to do anything. Sbopkg checks the output of 'uname -m' and if it returns 'x86_64' then it will build a 64 bit package (assuming the SlackBuild script supports a 64 bit package, of course).
|
|
|
|
08-31-2009, 05:33 PM
|
#2
|
|
Member
Registered: Nov 2005
Location: Diessen, The Netherlands
Distribution: Slackware 14 x86_64
Posts: 652
Rep:
|
Thank you Chess!
Installed it earlier this evening. Works fine.
|
|
|
|
08-31-2009, 06:13 PM
|
#3
|
|
Member
Registered: Nov 2003
Location: Newport News, VA
Distribution: Slackware
Posts: 172
Rep:
|
Quote:
Originally Posted by chess
I wanted to wait a few days to post this here (and most folks here probably already know this) but sbopkg version 0.30.1 has been released (which is a bugfix release to the sbopkg 0.30.0 release for Slackware 13.0). The 0.30.x branch of sbopkg has many substantial changes from prior versions, and is intended to work seamlessly with Slackware 13.0 32 and 64 bit and the SlackBuilds.org repository for Slackware 13.0.
|
Is this only for 13.0? Because I don't know when I will have a chance to upgrade my laptop and it is still running 12.1. Or is there even any need to upgrade (does this release only benefit 13.0 users)? I am running 0.27.4.
|
|
|
|
08-31-2009, 06:41 PM
|
#4
|
|
Member
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-C ML
Posts: 859
Rep:
|
Thanks Chess!
Installed it last night on Slack64-13 and it works perfect!
|
|
|
|
08-31-2009, 07:24 PM
|
#5
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 610
Original Poster
Rep: 
|
Quote:
Originally Posted by bassmadrigal
Is this only for 13.0? Because I don't know when I will have a chance to upgrade my laptop and it is still running 12.1. Or is there even any need to upgrade (does this release only benefit 13.0 users)? I am running 0.27.4.
|
Yes, most of the updates are not necessarily 13.0 or 64 bit related. The security enhancements, I think, alone are worth the upgrade. The entire codebase has been cleaned up and improved, and there are several new features and enhancements that would be of some benefit. Check out the ChangeLog I linked to above (see the long list of new things in version 0.30.0).
|
|
|
|
08-31-2009, 09:30 PM
|
#6
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 610
Original Poster
Rep: 
|
Re-reading my reply, I think was a bit unclear by beginning with "Yes." :-)
What I meant to say is that sbopkg 0.30.1 is not only for 13.0. I have a 12.2 system that is using 0.30.1 and it works great.
|
|
|
|
09-01-2009, 01:27 AM
|
#7
|
|
Senior Member
Registered: Mar 2004
Location: Westray, Orkney
Distribution: Slackware64-14.0 (multi-lib)
Posts: 1,319
Rep: 
|
Quote:
|
Sbopkg checks the output of 'uname -m' and if it returns 'x86_64' then it will build a 64 bit package (assuming the SlackBuild script supports a 64 bit package, of course).
|
What happens if the slackbuild is 32-bit only, is there a change in the naming, e.g. i486 as opposed to x86_64. What I am trying to say is, how do we know how sbopkg has compiled the program, is it 32-bit or is it 64-bit?
samac
|
|
|
|
09-01-2009, 05:16 AM
|
#8
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 610
Original Poster
Rep: 
|
Yes, the naming will be different. If uname -m does not return x86_64, then sbopkg falls back to the default situation, which means ARCH will be whatever is in the SlackBuild, or whatever the user has set ARCH to in his environment.
So, the package will have 'i486' in the name in most cases on 32 bit.
|
|
|
|
09-01-2009, 09:56 AM
|
#9
|
|
Member
Registered: Nov 2003
Location: Newport News, VA
Distribution: Slackware
Posts: 172
Rep:
|
Quote:
Originally Posted by chess
Re-reading my reply, I think was a bit unclear by beginning with "Yes." :-)
What I meant to say is that sbopkg 0.30.1 is not only for 13.0. I have a 12.2 system that is using 0.30.1 and it works great.
|
Thank you. That clears it up, and I have updated. Thank you for such an awesome program.
|
|
|
|
09-01-2009, 11:00 AM
|
#10
|
|
Senior Member
Registered: Mar 2004
Location: Westray, Orkney
Distribution: Slackware64-14.0 (multi-lib)
Posts: 1,319
Rep: 
|
Quote:
|
If uname -m does not return x86_64, then sbopkg falls back to the default situation
|
Sorry Chess, I didn't make myself totally clear. What I meant was, if uname -m returns x86_64, but the slackbuild can only be built, or only has instructions for, 32-bit, does the built package have x86_64 or i486?
samac
|
|
|
|
09-01-2009, 11:10 AM
|
#11
|
|
Member
Registered: Mar 2002
Location: 127.0.0.1
Distribution: Slackware, OpenBSD, FreeBSD
Posts: 610
Original Poster
Rep: 
|
To be more precise, if 'uname -m' is not i.86, then ARCH is set to 'uname -m'. Thus, ARCH will be set to x86_64 on 64 bit systems. One can look to the SlackBuild and determine what the resulting package (and its name) will be if ARCH is set to x86_64. If one wants something else, they can always override it with 'export ARCH=i686 && sbopkg -b foo' for example.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 03:42 AM.
|
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|