LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Debian
User Name
Password
Debian This forum is for the discussion of Debian Linux.

Notices


Reply
  Search this Thread
Old 07-16-2011, 07:00 PM   #1
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
/usr/lib/apt/methods/http error


I am getting this message when using apt-get or aptitude;
Quote:
/usr/lib/apt/methods/http: Symbol `_ZTI17SHA2SummationBase' has different size in shared object, consider re-linking
This is using Sid with experimental repo enabled and apt 0.8.16-exp2
Quote:

root@whaco:/home/tom# ls /usr/lib/apt/methods
bzip2 cdrom copy file ftp gpgv gzip http lzma mirror rred rsh ssh xz
lzma, ssh and xz are linked but not to http in this directory.

I would really like it if some one with a clue about any of this would point me in the right direction.
 
Click here to see the post LQ members have rated as the most helpful post in this thread.
Old 07-17-2011, 02:55 PM   #2
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Why on earth would you use apt from experimental...?

To solve this you're probably going to have to manually download apt 8.15.x from unstable, remove your current apt using dpkg and then install the unstable one in the same way.
 
2 members found this post helpful.
Old 07-17-2011, 06:19 PM   #3
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Quote:
Originally Posted by Caravel View Post
Why on earth would you use apt from experimental...?

To solve this you're probably going to have to manually download apt 8.15.x from unstable, remove your current apt using dpkg and then install the unstable one in the same way.
Well, I installed the thing as it is part of the Gnome3 packages. I have, or had before installing apt, a very nice working install of Gnome Shell.

It is somewhat rough around the edges but is running well enough that, except for this screw up, it would work fine as a production OS.

The main problems I am having are all "picnic" related. The guy on the chair is having his first experience with the experimental repo. Man is he ever hard of learning. Enthusiastic, stubborn and none too bright, if you ask me. I will ding him up side the head next time I see him in the mirror.

I will give that a whack. Thanks a lot.

Edit;
The victim installation is NOT a production OS. I may be slow but am not that stupid.

Last edited by widget; 07-17-2011 at 06:21 PM.
 
Old 07-17-2011, 06:37 PM   #4
andrewthomas
Senior Member
 
Registered: May 2010
Location: Chicago Metro
Distribution: Arch, Gentoo, Slackware
Posts: 1,690

Rep: Reputation: 312Reputation: 312Reputation: 312Reputation: 312
Before you downgrade you may want to try 0.8.16~exp3, although from looking at the change log it makes on mention of your problem.
 
Old 07-18-2011, 05:54 AM   #5
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
I installed gnome3 on my Sid installation less than a week ago, for testing purposes only, and it did not upgrade apt - which gnome 3 package pulled in apt?
 
Old 07-18-2011, 12:31 PM   #6
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
It was listed by aptitude. Apt-listbugs did not have any thing to say about it so I did it.

Ignorance is bliss. For a very short time.

Still working on it. Don't have much time to get over there. Will be doing some today and may have time to get it straight. May just start over if that doesn't get it.

Could have more problems, have gotten more experience fooling with this so that may be the thing to do. I do like trying to fix things first though as reinstalling is just to MS for me to like.

Besides fixing my screw ups is very educational and helpful in the long run.

I kind of like gnome3. I think I will be going to Xfce probably but I think my wife will prefer GS as a desktop. With the "friperies" extensions it seems quite usable. I am, however, a grumpy geezer with a pretty set way of working that seems to fit with xfce better.

I have a Wheezy install that I am using for DE experimentation. Gnome, open box, lxde and xfce on it. Had e17 but didn't like it at all (probably lack of taste) so removed it. Xfce is about configured to my liking, have to see if I can get it the rest of the way there. Lxde could get there too, someday, need to work with it more.
 
Old 07-19-2011, 02:47 AM   #7
cynwulf
Senior Member
 
Registered: Apr 2005
Posts: 2,727

Rep: Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367Reputation: 2367
Quote:
Originally Posted by widget View Post
It was listed by aptitude. Apt-listbugs did not have any thing to say about it so I did it.
aptitude would definitely not have been a dependency of any part of gnome 3 - I seriously doubt aptitude is a dependency of anything in fact (please feel free to correct me if you can show it listed as one on packages.debian.org) as it in itself is a front end for apt - so I'm not sure how it got installed from experimental unless you did something rather "daring" such as:

Code:
aptitude -t experimental full-upgrade
You won't learn much from that apart from what a broken system is like.

Not seeing reports in apt-listbugs is normal, nor is that a reliable means of assessing the bugginess or stability or packages from the experimental repo - for apt-listbugs to be of use, someone needs to report the bugs - if they report a critical bug 20 minutes after you installed...? Experimental packages are by their nature very volatile so any bugs in one particular version may not even be found until it enters unstable or even testing.
 
Old 07-19-2011, 05:54 PM   #8
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
I am not sure how this came about. I keep, for a short time, a copy of the result of commands for reference and do not see any that should have (like the full-upgrade) caused this.

It happened, I will be keeping my copies longer, I will be doing more backups also.
 
Old 07-19-2011, 09:36 PM   #9
widget
Senior Member
 
Registered: Oct 2008
Location: S.E. Montana
Distribution: Debian Testing, Stable, Sid and Manjaro, Mageia 3, LMDE
Posts: 2,628

Original Poster
Rep: Reputation: 497Reputation: 497Reputation: 497Reputation: 497Reputation: 497
Back up and running. It was not looking as good as it was but it was up. Must have screwed other things at the same time.

Ran in another install. It looks better than before.

Never really fooled with dpkg commands beyond --conrigure and reconfigure. Real handy. Need to mess with that more when things are working right instead of broken.

So much to learn, so little time.

Thanks a bunch for the help.
 
  


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
OPENNMS INSTALLATION ERROR -install –disU –l /usr/lib/jni:/usr/lib ramecare Linux - Server 4 07-11-2011 12:06 PM
opennms installation error -install –disU –l /usr/lib/jni:/usr/lib ramecare Linux - Server 2 07-08-2011 10:51 AM
whats the need of files in /usr/lib/apt/methods/* varun_shrivastava Linux - General 0 10-24-2007 12:06 AM
Compromised? Files "/usr/lib.hwm", "/usr/lib.pwd", "/usr/lib.pwi" Klaus Pforte Linux - Security 4 09-28-2004 11:33 PM

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

All times are GMT -5. The time now is 10:03 PM.

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