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. |
|
 |
06-15-2009, 05:10 AM
|
#1
|
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 147
Rep:
|
rpm broken in -current and -current64?
Hi!
I use rpm2tgz to transform some rpm packages to tgz format, for instance OpenOffice or the Epson Aculaser C1100 driver (well I'd like to for the later).
Unfortunately, I found that rpm is currently broken in -current and -current64, missing a libnss3 lib, which I found nowhere except in firefox and openoffice.
Does anyone know in what package libnss3 should be found?
Obviously, the rpm-4.4.2.3 package from slack-12.2 didn't have such dependency.
Last edited by rvdboom; 06-15-2009 at 05:14 AM.
|
|
|
|
06-15-2009, 05:38 AM
|
#2
|
|
Slackware Contributor
Registered: Sep 2005
Location: Eindhoven, The Netherlands
Distribution: Slackware
Posts: 4,686
Rep: 
|
That lib is part of seamonkey. Try installing that
Eric
|
|
|
|
06-15-2009, 06:28 AM
|
#3
|
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 147
Original Poster
Rep:
|
Mmm, all right, I do install Firefox (which also has this lib) but indeed I uninstall seamonkey, which I don't use at all, dont understand the point of this stuff anyway.
OK, I'll got ahead and install it. That's really a weird dependency for rpm. I tried to compile the Slackbuild without it but it fails in the configure script and I could not find any flag disabling this requirement.
Thanks for the tip!
|
|
|
|
06-15-2009, 08:23 AM
|
#4
|
|
Amigo developer
Registered: Dec 2003
Location: Germany
Distribution: Slackware
Posts: 4,592
|
Maybe the Slackware team should consider using rpm-5.1.6 as it seems to not have this dependency. Or maybe simply sticking with the older version as used in Slackware-12.2. Since rpm is not critical for Slackware, either solution might offer the desired functionality. rpm-5 has an extra dependency on beecrypt, but including that would certainly make more sense than having an rpm version that depends on having seamonkey installed. Or maybe libnss shoudl be split out into a separate packages as it used to be (IIRC).
|
|
|
|
06-15-2009, 11:21 AM
|
#5
|
|
Senior Member
Registered: Oct 2005
Distribution: Slackware 14.0
Posts: 2,963
|
Perhaps an easier option is to use the Slackbuild script at slackbuilds.org?
Quote:
|
That lib is part of seamonkey.
|
I have noticed for a long time that several things break when Seamonkey is not installed. This is not intuitively obvious to most users. People who use Firefox, Opera, or Konqueror might be inclined to remove or not install that package.
Perhaps the Slackware installation docs, CHANGES_AND_HINTS.TXT, UPGRADE.TXT, whatever, could contain a noticeable CAUTION that removing or not installing that package might break the function of other packages. Perhaps too, list the specific packages that depend upon the Seamonkey package. Just an idea.
|
|
|
|
06-16-2009, 06:06 AM
|
#6
|
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 147
Original Poster
Rep:
|
Quote:
|
Perhaps an easier option is to use the Slackbuild script at slackbuilds.org?
|
Well, honestly, I use Slackbuilds for compiles that last about 20 minutes, but in that case, I find much easier to convert 20 or so rpm to tgz files, which is scriptable and run fine afterwards, than going through a 2-3 hours compile (never tried but heard that it took about that amount of time on a not too old system). :-)
|
|
|
|
06-16-2009, 09:54 AM
|
#7
|
|
Member
Registered: Aug 2006
Location: Netherlands
Distribution: Slackware
Posts: 339
Rep:
|
the slackbuild does exactly that. It does *NOT* build from source, just repackage the binary distribution.
|
|
|
|
06-16-2009, 10:05 AM
|
#8
|
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 147
Original Poster
Rep:
|
Then I suppose it should fail right now as it probably use rpm too, doesn't it?
Anyway that's a good thing to know, thanks!
|
|
|
|
06-16-2009, 09:59 PM
|
#9
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
I think the solution in the latest -current tree should make everyone happy. 
|
|
|
|
06-16-2009, 10:05 PM
|
#10
|
|
Member
Registered: Sep 2008
Posts: 99
Rep:
|
Quote:
Originally Posted by rworkman
I think the solution in the latest -current tree should make everyone happy. 
|
Ah  Very nice.
|
|
|
|
06-16-2009, 10:28 PM
|
#11
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
Quote:
Originally Posted by gnashley
Maybe the Slackware team should consider using rpm-5.1.6 as it seems to not have this dependency.
|
rpm5 isn't the official rpm, and the rpm-based "big distributions" don't use it - they use the stuff from rpm.org.
Quote:
|
Or maybe simply sticking with the older version as used in Slackware-12.2. Since rpm is not critical for Slackware, either solution might offer the desired functionality.
|
rpm-4.4.whatever won't build with xz support, and while there are patches from Mandriva and a few others, none of them work without extra hackery. Being able to inspect rpm's created on newer OpenSuSE (which uses lzma to compress them) requires xz support in rpm. [1]
Quote:
|
maybe libnss shoudl be split out into a separate packages as it used to be (IIRC).
|
mozilla-nss was shipped in 11.0/patches/ for gaim due to some breakage in seamonkey's nss, but otherwise, it's never been part of Slackware. Either way, you had the right idea :-)
[1] Well, it is *possible* to inspect an lzma-compressed rpm on 12.2 (assuming you have either the old lzma-utils or xz installed):
Code:
# Extract the contents of file.rpm to the current directory
rpm2cpio < file.rpm | lzma -dc | cpio -imdv
|
|
|
|
06-17-2009, 05:05 AM
|
#12
|
|
Member
Registered: Jul 2007
Distribution: Slackware
Posts: 147
Original Poster
Rep:
|
Thanks a lot! That's great!
|
|
|
|
| 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 08:47 PM.
|
|
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
|
|