LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 08-16-2009, 03:59 AM   #16
rg3
Member
 
Registered: Jul 2007
Distribution: Fedora
Posts: 527

Rep: Reputation: Disabled

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.
 
Old 08-16-2009, 04:06 AM   #17
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by GazL View Post
[...]

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.
 
Old 08-16-2009, 04:57 AM   #18
GazL
LQ Veteran
 
Registered: May 2008
Posts: 6,897

Rep: Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019Reputation: 5019
Quote:
Originally Posted by gargamel View Post
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.
 
Old 08-16-2009, 06:21 AM   #19
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
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
 
Old 08-16-2009, 06:29 AM   #20
dwr1
Member
 
Registered: Aug 2009
Distribution: slack-current
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by rworkman View Post
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.
 
Old 08-16-2009, 06:31 AM   #21
dwr1
Member
 
Registered: Aug 2009
Distribution: slack-current
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by gargamel View Post
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.
 
Old 08-16-2009, 10:43 AM   #22
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
Quote:
Originally Posted by dwr1 View Post
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.
 
Old 08-16-2009, 01:16 PM   #23
dwr1
Member
 
Registered: Aug 2009
Distribution: slack-current
Posts: 46

Rep: Reputation: 17
Quote:
Originally Posted by rworkman View Post
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.
 
Old 01-25-2010, 12:01 AM   #24
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
maybe this thread needs an up
 
Old 01-25-2010, 12:28 AM   #25
rworkman
Slackware Contributor
 
Registered: Oct 2004
Location: Tuscaloosa, Alabama (USA)
Distribution: Slackware
Posts: 2,559

Rep: Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351Reputation: 1351
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.
 
Old 01-25-2010, 12:55 AM   #26
ponce
LQ Guru
 
Registered: Aug 2004
Location: Pisa, Italy
Distribution: Slackware
Posts: 7,098

Rep: Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175Reputation: 4175
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.
 
Old 01-26-2010, 10:19 AM   #27
gargamel
Senior Member
 
Registered: May 2003
Distribution: Slackware, OpenSuSE
Posts: 1,839

Rep: Reputation: 242Reputation: 242Reputation: 242
Quote:
Originally Posted by rworkman View Post
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
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
slackware current question on the current kernels davimint Slackware 3 06-03-2007 07:39 AM
DISCUSSION: Upgrade to Slackware -current without a -current CD truthfatal LinuxAnswers Discussion 0 09-19-2006 01:42 PM
Slackware aaa_elflibs and aaa_base packages rignes Slackware 3 08-06-2006 02:05 PM
warning about latest current aaa_elflibs-10.1.0 xushi Slackware 2 01-25-2005 07:57 AM
Installing aaa_elflibs aikempshall Slackware 6 07-10-2004 07:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 08:44 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration