Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 136644

Summary: mysql 4.14 will not upgrade to 4.14-r1
Product: Gentoo Linux Reporter: Curtis Maurand <curtis>
Component: Current packagesAssignee: Gentoo Linux MySQL bugs team <mysql-bugs>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: High    
Version: 2006.0   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Curtis Maurand 2006-06-13 05:02:44 UTC
emerge --info might fit here, but its not relevant.  mysql-extras is missing from the mirrors so the update fails.  The error follows:

--02:51:36--  http://gentoo.osuosl.org/distfiles/mysql-extras-20060410.tar.bz2
           => `/usr/portage/distfiles/mysql-extras-20060410.tar.bz2'
Resolving gentoo.osuosl.org... 64.50.238.52, 64.50.236.52
Reusing existing connection to gentoo.oregonstate.edu:80.
HTTP request sent, awaiting response... 404 Not Found
02:51:36 ERROR 404: Not Found.

No digest file available and download failed.
Comment 1 Curtis Maurand 2006-06-13 06:00:09 UTC
I just tried to upgrade a mysql-5.0.19 to 5.0.19-r1 and got the same error:

>>> Downloading ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/mysql-extras-20060410.tar.bz2
--13:02:48--  ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo/distfiles/mysql-extras-20060410.tar.bz2
           => `/usr/portage/distfiles/mysql-extras-20060410.tar.bz2'
Resolving ftp.snt.utwente.nl... 130.89.175.1, 2001:610:1908:8000::175:1
Connecting to ftp.snt.utwente.nl|130.89.175.1|:21... connected.
Logging in as anonymous ... Logged in!
==> SYST ... done.    ==> PWD ... done.
==> TYPE I ...

Comment 2 Luca Longinotti (RETIRED) gentoo-dev 2006-06-13 07:20:21 UTC
The file is not missing as that file shouldn't be downloaded anymore, the name of the patchsets changed. You probably have an old Portage tree checkout or some overlay that interferes, try commenting the PORTDIR_OVERLAY variable in make.conf and then emerge --sync again.
Best regards, CHTEKK.