yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #75393
[Bug 1799544] [NEW] package-update-upgrade-install does not work on Gentoo
Public bug reported:
I'm testing cloud-init in a nocloud setup. I'm trying to perform
installation of packages using the appropriate module and after fixing
some issues in Gentoo packaging, I hit an error in execution due to cmd
= list('emerge') being interpreted as ['e', 'm', 'e', ...] while it was
meant as ['emerge'].
** Affects: cloud-init
Importance: Undecided
Status: New
** Tags: gentoo
** Patch added: "0001-Fix-Gentoo-package-installation-command.patch"
https://bugs.launchpad.net/bugs/1799544/+attachment/5204611/+files/0001-Fix-Gentoo-package-installation-command.patch
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to cloud-init.
https://bugs.launchpad.net/bugs/1799544
Title:
package-update-upgrade-install does not work on Gentoo
Status in cloud-init:
New
Bug description:
I'm testing cloud-init in a nocloud setup. I'm trying to perform
installation of packages using the appropriate module and after fixing
some issues in Gentoo packaging, I hit an error in execution due to
cmd = list('emerge') being interpreted as ['e', 'm', 'e', ...] while
it was meant as ['emerge'].
To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-init/+bug/1799544/+subscriptions
Follow ups