Re: [gentoo-user] mysql-5.* unmasked
Ajai Khattri wrote: > On Thu, November 23, 2006 2:20 pm, Markus Schönhaber wrote: > > To me, this seems to indicate that masking virtual/mysql-5.0 too might > > help. > > So, does this mean I can no longer get any updates for dev-perl/DBD-mysql > without upgrading to MySQL 5? No, that's not what it means. Regards mks -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
On Thu, November 23, 2006 4:22 pm, Ryan Tandy wrote: > You need to mask the virtual package that's depending on that, not the > mysql package itself. > > $ sudo sed -i -e 's,dev-db/mysql,virtual/mysql,g' > /etc/portage/package.mask Looks like DBD-mysql depends on that virtual but I do not wish to upgrade (I already have DBD-mysql installed and working with MySQL 4.1. -- Aj. Sys. Admin / Developer -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
On Thu, November 23, 2006 2:20 pm, Markus Schönhaber wrote: > To me, this seems to indicate that masking virtual/mysql-5.0 too might > help. So, does this mean I can no longer get any updates for dev-perl/DBD-mysql without upgrading to MySQL 5? -- Aj. Sys. Admin / Developer -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
A. Khattri wrote: Calculating world dependencies | !!! All ebuilds that could satisfy "=dev-db/mysql-5.0*" have been masked. !!! One of the following masked packages is required to complete your request: - dev-db/mysql-5.0.26-r1 (masked by: package.mask) You need to mask the virtual package that's depending on that, not the mysql package itself. $ sudo sed -i -e 's,dev-db/mysql,virtual/mysql,g' /etc/portage/package.mask Thanks, Ryan -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
A. Khattri wrote: > On Thu, 23 Nov 2006, Markus Schönhaber wrote: > > A. Khattri wrote: > > > More importantly, I would like to know why MUST I update to MySQL 5? > > > > Why do you think you "MUST"? I doubt that there exists a law that says > > that you have to upgrade or you will be sent to jail if you don't. > > > > > Im running 4.1 quite happily and have mysql-5 masked out in > > > /etc/portage/package.mask. > > > > What's the problem then? > > Nothing - apart from not being to *any* updates: Ah. And you chose to not provide the slightest hint of what you're really talking about in your first post, because...? > # emerge -uDtav world > > These are the packages that would be merged, in reverse order: > > Calculating world dependencies | > !!! All ebuilds that could satisfy "=dev-db/mysql-5.0*" have been masked. > !!! One of the following masked packages is required to complete your > request: > - dev-db/mysql-5.0.26-r1 (masked by: package.mask) > > > For more information, see MASKED PACKAGES section in the emerge man page > or > refer to the Gentoo Handbook. > (dependency required by "virtual/mysql-5.0" [ebuild]) To me, this seems to indicate that masking virtual/mysql-5.0 too might help. Regards mks -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
On Thu, 23 Nov 2006, Markus Schönhaber wrote: > A. Khattri wrote: > > On Tue, 7 Nov 2006, Grant wrote: > > > emerge world wants to update mysql from 4.1.21 to 5.0.26-r1 on my > > > server this morning. Has anyone made a similar upgrade? > > > > More importantly, I would like to know why MUST I update to MySQL 5? > > Why do you think you "MUST"? I doubt that there exists a law that says that > you have to upgrade or you will be sent to jail if you don't. > > > Im running 4.1 quite happily and have mysql-5 masked out in > > /etc/portage/package.mask. > > What's the problem then? Nothing - apart from not being to *any* updates: # emerge -uDtav world These are the packages that would be merged, in reverse order: Calculating world dependencies | !!! All ebuilds that could satisfy "=dev-db/mysql-5.0*" have been masked. !!! One of the following masked packages is required to complete your request: - dev-db/mysql-5.0.26-r1 (masked by: package.mask) For more information, see MASKED PACKAGES section in the emerge man page or refer to the Gentoo Handbook. (dependency required by "virtual/mysql-5.0" [ebuild]) !!! Problem resolving dependencies for dev-db/mysql !!! Depgraph creation failed. Nice. -- A -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
A. Khattri wrote: > On Tue, 7 Nov 2006, Grant wrote: > > emerge world wants to update mysql from 4.1.21 to 5.0.26-r1 on my > > server this morning. Has anyone made a similar upgrade? > > More importantly, I would like to know why MUST I update to MySQL 5? Why do you think you "MUST"? I doubt that there exists a law that says that you have to upgrade or you will be sent to jail if you don't. > Im running 4.1 quite happily and have mysql-5 masked out in > /etc/portage/package.mask. What's the problem then? Regards mks -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
On Tue, 7 Nov 2006, Grant wrote: > emerge world wants to update mysql from 4.1.21 to 5.0.26-r1 on my > server this morning. Has anyone made a similar upgrade? More importantly, I would like to know why MUST I update to MySQL 5? Im running 4.1 quite happily and have mysql-5 masked out in /etc/portage/package.mask. -- A -- gentoo-user@gentoo.org mailing list
Re: [gentoo-user] mysql-5.* unmasked
On Tuesday 07 November 2006 23:10, Grant wrote: > emerge world wants to update mysql from 4.1.21 to 5.0.26-r1 on my > server this morning. Has anyone made a similar upgrade? > > - Grant Done. Had to run revdep-rebuild after the upgrade and everything was nice and smooth. :-) -- Mrugesh Karnik GPG Key 0xBA6F1DA8 Public key on http://wwwkeys.pgp.net pgp4EahEyhy5K.pgp Description: PGP signature
Re: [gentoo-user] mysql-5.* unmasked
Grant wrote: > emerge world wants to update mysql from 4.1.21 to 5.0.26-r1 on my > server this morning. Has anyone made a similar upgrade? Yes. After the upgrade amavisd-new and postfix didn't work anymore. I had to re-emerge DBD-mysql and postfix to get things running again. It's propably a good idea to check which packages depend on mysql beforehand. Regards mks -- gentoo-user@gentoo.org mailing list