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-16-2009, 03:59 AM
|
#16
|
|
Member
Registered: Jul 2007
Distribution: Slackware Linux
Posts: 485
Rep: 
|
I removed the package years ago from my -current system and it's been working fine. If you detect a missing library you only need to install the corresponding package.
|
|
|
|
08-16-2009, 04:06 AM
|
#17
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
Quote:
Originally Posted by GazL
[...]
Psychologically, "Don't press this button because _____" will tend to work much better than "Don't press this button".
[...]
|
But children don't hear "NOT". If you tell them not to jump into the mud, they will predictably do just that!
Therefore I vote for something like "Keep aaa_elflibs always and forever unchanged! Avoid upgrading it!"
gargamel
Last edited by gargamel; 08-16-2009 at 04:08 AM.
|
|
|
|
08-16-2009, 04:57 AM
|
#18
|
|
Senior Member
Registered: May 2008
Posts: 2,844
|
Quote:
Originally Posted by gargamel
But children don't hear "NOT". If you tell them not to jump into the mud, they will predictably do just that!
Therefore I vote for something like "Keep aaa_elflibs always and forever unchanged! Avoid upgrading it!"
gargamel
|
Except ofcourse, that still doesn't explain "why", which is the whole point of comments in code: to explain why you did something that's not obvious without the comment.
"Don't upgrade aaa_elflibs" isn't a useful comment as it adds no new information. We can see its blacklisted as it has an entry in the file in the first place.
"Can't upgrade aaa_elflibs" is more useful as it adds the information that aaa_elflibs can't be upgraded, but it's ambiguous. Can't be upgraded automatically? What about manually? Shouldn't be updated at all? Why?
"Upgrading aaa_elflibs may downgrade system libraries and cause problems.", is the key information that should be included in the comment. Exact wording doesn't really matter as long as that information is conveyed to the reader.
|
|
|
|
08-16-2009, 06:21 AM
|
#19
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
I agree. Without such an explanation of the why, one might get to think that as a result of upgrading aaa_elflibs
a miracle occurs.
gargamel
|
|
|
|
08-16-2009, 06:29 AM
|
#20
|
|
Member
Registered: Aug 2009
Distribution: slack-current
Posts: 46
Rep:
|
Quote:
Originally Posted by rworkman
WHAT?
I mean, what else do you want? How about this:
Code:
--- blacklist.orig 2009-08-15 17:02:05.732282572 -0500
+++ blacklist 2009-08-15 17:02:53.292166938 -0500
@@ -20,7 +20,8 @@
#
# aaa_elflibs can't be updated.
-#
+# "can't" is a contraction meaning "cannot"
+# We don't know how to make it any clearer.
aaa_elflibs
#
|
What GazL said. That message has always been there, but it never sated any potential curiosity.
|
|
|
|
08-16-2009, 06:31 AM
|
#21
|
|
Member
Registered: Aug 2009
Distribution: slack-current
Posts: 46
Rep:
|
Quote:
Originally Posted by gargamel
Just to learn a little more: What kind of problems did you encounter after upgrading aaa_elflibs?
gargamel
|
I think it was a slackpkg error, something about gpg, and other errors. It was too long ago for me to remember exactly. I suspect aaa_elflibs was the problem as it went away after I grabebd various libraries from my local mirror and installed them via pkgtool.
|
|
|
|
08-16-2009, 10:43 AM
|
#22
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
Quote:
Originally Posted by dwr1
What GazL said. That message has always been there, but it never sated any potential curiosity.
|
Okay, how about this then:
Code:
liberty $ head -n16 aaa_elflibs-12.34-x86_64-2
PACKAGE NAME: aaa_elflibs-12.34-x86_64-2
COMPRESSED PACKAGE SIZE: 3176K
UNCOMPRESSED PACKAGE SIZE: 11040K
PACKAGE LOCATION: /var/log/mount/a/aaa_elflibs-12.34-x86_64-2.txz
PACKAGE DESCRIPTION:
aaa_elflibs: aaa_elflibs (shared libraries needed by many programs)
aaa_elflibs:
aaa_elflibs: This is a collection of shared libraries needed to run Linux programs.
aaa_elflibs: ELF (Executable and Linking Format) is the standard Linux binary
aaa_elflibs: format. These libraries are gathered from other Slackware packages
aaa_elflibs: and are intended to give a fairly complete initial set of libraries.
aaa_elflibs: This package should be not upgraded or reinstalled (it could copy
aaa_elflibs: over newer library versions).
aaa_elflibs:
aaa_elflibs:
aaa_elflibs:
Reading the package description should cover it.
|
|
|
|
08-16-2009, 01:16 PM
|
#23
|
|
Member
Registered: Aug 2009
Distribution: slack-current
Posts: 46
Rep:
|
Quote:
Originally Posted by rworkman
Okay, how about this then:
Code:
liberty $ head -n16 aaa_elflibs-12.34-x86_64-2
PACKAGE NAME: aaa_elflibs-12.34-x86_64-2
COMPRESSED PACKAGE SIZE: 3176K
UNCOMPRESSED PACKAGE SIZE: 11040K
PACKAGE LOCATION: /var/log/mount/a/aaa_elflibs-12.34-x86_64-2.txz
PACKAGE DESCRIPTION:
aaa_elflibs: aaa_elflibs (shared libraries needed by many programs)
aaa_elflibs:
aaa_elflibs: This is a collection of shared libraries needed to run Linux programs.
aaa_elflibs: ELF (Executable and Linking Format) is the standard Linux binary
aaa_elflibs: format. These libraries are gathered from other Slackware packages
aaa_elflibs: and are intended to give a fairly complete initial set of libraries.
aaa_elflibs: This package should be not upgraded or reinstalled (it could copy
aaa_elflibs: over newer library versions).
aaa_elflibs:
aaa_elflibs:
aaa_elflibs:
Reading the package description should cover it.
|
Redundancy in slackpkg blocklist file may help slackpkg users find the answer quicker, but fair enough.
|
|
|
|
01-25-2010, 12:01 AM
|
#24
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,950
|
maybe this thread needs an up 
|
|
|
|
01-25-2010, 12:28 AM
|
#25
|
|
Slackware Contributor
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 1,894
Rep: 
|
But that message doesn't apply in the -current tree. :-)
This is one of those situations in which you are, as evidenced by the fact that you're following -current, expected to understand that the warning doesn't apply here.
Upgrade aaa_elflibs first in this batch of updates, and you'll be fine.
|
|
|
|
01-25-2010, 12:55 AM
|
#26
|
|
Senior Member
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 1,950
|
yeah, sorry if I was ambiguos: I meant to throw a little light on why slackpkg doesn't update it automatically and without opening a new thread to say it's safe to update the package *today* with the rest I found this one in which I read your first reply.
I upgraded it just after today's slackpkg's run with upgradepkg
P.S. OT:
Code:
testing/packages/btrfs-progs-20100120-x86_64-1.txz: Added.
tnx for userspace tools 
Last edited by ponce; 01-25-2010 at 01:32 AM.
|
|
|
|
01-26-2010, 10:19 AM
|
#27
|
|
Senior Member
Registered: May 2003
Distribution: Slackware, SLAX, OpenSuSE
Posts: 1,511
Rep: 
|
Quote:
Originally Posted by rworkman
But that message doesn't apply in the -current tree. :-)
This is one of those situations in which you are, as evidenced by the fact that you're following -current, expected to understand that the warning doesn't apply here.
[...]
|
Yes, thanks, of course, and I generally agree, and usually I stick to -stable releases. Slackware 13.0 is an exception, though, and probably not only for me, because -current eliminates several little snags, mostly in KDE 4.2.4. The KDE version that comes with -current has quite a few improvements.
I guess, that many Slackers, who usually stick to -stable, pick -current these days, because of similar reasons. Some of them, like me (or should I really be the only one?) usually don't mess with -current, and may therefore have not the expertise you assume for users of -current.
But as I said, I generally totally agree with you, but I just think that 13.0 is a special case.
As soon as 13.1 is released I'll stick to -current, again, I think. Because all my issues are solved since KDE 4.3.4.
gargamel
|
|
|
|
| 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 11:06 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
|
|