Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 799 - emerge aborts couldn't download shadow-20001016.tar.gz
Summary: emerge aborts couldn't download shadow-20001016.tar.gz
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Daniel Robbins (RETIRED)
URL: http://www.ibiblio.org/gentoo/distfil...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-21 13:47 UTC by duncan_lissett
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description duncan_lissett 2002-02-21 13:47:38 UTC
Going through http://www.gentoo.org/doc/build.html
Got to step 11 listing 22

# emerge --usepkg system
>>>emerge sys-apps/shadow-20001016-r7 to /
>>>Fetching shadow-20001016.tar.gz...
>>>Trying site http://www.ibiblio.org/gentoo/distfiles/shadow-
20001016.tar.gz...

/usr/bin/wget: error while loading shared libraries: libssl.so.0.9.6: cannot 
open shared object file: No such file or directory

!!!Couldn't download shadow-20001016.tar.gz. Aborting.
!!!emerge aborting on /usr/portage/sys-apps/shadow/shadow-20001016-r7.ebuild.
Comment 1 Daniel Robbins (RETIRED) gentoo-dev 2002-02-21 13:49:58 UTC
what install method/CD are you using?
Comment 2 duncan_lissett 2002-02-21 14:46:24 UTC
I burned a CD using ahead Nero from this:
 build-i586-1.0_rc6.iso          17-Feb-2002 13:00   614M  

Oooops! maybe I started off doing "fast binary install"
and then switched horses in midstream (step 10) to 
"build from scratch".

Can I go back to step 8 and unpack the build archive again??
Comment 3 Daniel Robbins (RETIRED) gentoo-dev 2002-02-22 19:41:45 UTC
This is a real bug... openssl was missing from wget's *runtime* dependencies. 
Fixed on Portage CVS in 5 mins and fixed on the binary CD as soon as I get some
time to rebuild things (maybe in a week or so?).  You can fix this my doing an
emerge rsync in about an hour and typing "emerge net-misc/wget" *before* doing
the emerge --usepkg system.  Thanks for the bug report!