Emerge errors?

Ask questions regarding Gentoox, Gentoo and Linux in general in these forums and we'll do our best to help you!
Post Reply
cheesyboofs
Power user
Posts: 239
Joined: Wed Jan 26, 2005 1:32 pm
Location: Luton UK
Contact:

Emerge errors?

Post by cheesyboofs »

How do you get around a file not found error when you have just done an emerge sync then emerge samba and you get;

Code: Select all

>>> Downloading ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.7.3.tar.gz
--23:17:27--  ftp://ftp.remotesensing.org/pub/libtiff/tiff-3.7.3.tar.gz
           => `/usr/portage/distfiles/tiff-3.7.3.tar.gz'
Resolving ftp.remotesensing.org... 209.172.33.142
Connecting to ftp.remotesensing.org[209.172.33.142]:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ... done.  ==> CWD /pub/libtiff ... done.
==> PASV ... done.    ==> RETR tiff-3.7.3.tar.gz ...
No such file `tiff-3.7.3.tar.gz'.

!!! Couldn't download tiff-3.7.3.tar.gz. Aborting.
Go fully native, it's the destiny of all Mk1 XboxesImage
The needs of the many out way the needs of the few or the one ...
clpalmer
Power user
Posts: 288
Joined: Sat Jan 29, 2005 6:38 pm

Post by clpalmer »

I had this same problem. What you can do is go find the file elsewhere on the web and put it into your portage tree manually. That or find another emerge database that has it and point yours to that one instead. Can't quite remember how to do that, but it was addressed elsewhere on the forums so a search might find it. Easiest to just go download that file from elsewhere on the web (google it) and plunk it into your portage tree with all the other tgz's (/usr/portage/distfiles).

Code: Select all

cd /usr/portage/distfiles
wget http://gd.tuwien.ac.at/graphics/libs/alsolibs/tiff-3.7.3.tar.gz
emerge samba
cheesyboofs
Power user
Posts: 239
Joined: Wed Jan 26, 2005 1:32 pm
Location: Luton UK
Contact:

Post by cheesyboofs »

Thank you very much, you are a true gent. I was hunting around the gentoo forum and was in the right place, didn’t know it was just a matter of dropping it in the dist’ folder, nice one!

This forum has such a great sense of community.
Go fully native, it's the destiny of all Mk1 XboxesImage
The needs of the many out way the needs of the few or the one ...
Post Reply