Summary: | Incorrect output of emerge -upvk --deep world | ||
---|---|---|---|
Product: | Portage Development | Reporter: | Robin Johnson <robbat2> |
Component: | Unclassified | Assignee: | Nicholas Jones (RETIRED) <carpaski> |
Status: | RESOLVED WORKSFORME | ||
Severity: | minor | CC: | moonwalker |
Priority: | High | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
Robin Johnson
![]() ![]() ![]() ![]() Not sure if this add something to it, but opening a new one would probably make it a dupe. The issue are still with --deep and mysql4 whitch now is removed fron package.mask, though still "~arch". I run ACCEPT_KEYWORDS="~x86" and after a normal "#emerge sync" I got mysql upgraded to 4.0.12 which is fine with me. I also ran the rebuilder.sh script which gave this result: solar root # /usr/portage/dev-db/mysql/files/rebuilder.sh This might take a while ... /usr/portage/dev-db/mysql/files/rebuilder.sh: line 17: [: too many arguments You will need to rebuild the following packages: ------------ dev-libs/cyrus-sasl dev-perl/DBD-mysql dev-php/mod_php net-ftp/proftpd net-mail/postfix Next time on #emerge sync and then #emerge -up --deep world I get solar root # emerge -up --deep world These are the packages that I would merge, in order: Calculating world dependencies ...done! [ebuild U ] dev-lang/nasm-0.98.36 [0.98.34] [ebuild U ] dev-util/dialog-0.9_beta20030308 [0.9_beta20030130] [ebuild UD] dev-db/mysql-3.23.56 [4.0.12] However now watch this solar root # emerge -p mysql These are the packages that I would merge, in order: Calculating dependencies ...done! [ebuild R ] dev-db/mysql-4.0.12 I have search for deps that claim demand <4 but there are no!? I can't produce this anymore. Seems upgrades to portage fixed it. Can you Joakim ? Yes it seam to be fixed so I think this bug can be closed. closing since it seems to have gone away now. |