Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 136644 - mysql 4.14 will not upgrade to 4.14-r1
Summary: mysql 4.14 will not upgrade to 4.14-r1
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux MySQL bugs team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-13 05:02 UTC by Curtis Maurand
Modified: 2006-06-13 07:20 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 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.