Issue #22559 has been reported by Matthew Thode. ---------------------------------------- Bug #22559: puppet-2.7.23 fails with the current version of eix https://projects.puppetlabs.com/issues/22559
* Author: Matthew Thode * Status: Unreviewed * Priority: Normal * Assignee: * Category: Gentoo * Target version: 3.3.1 * Affected Puppet version: 2.7.23 * Keywords: * Branch: ---------------------------------------- coppied from our bug, but here it goes... https://bugs.gentoo.org/show_bug.cgi?id=483522 puppet-2.7.23 uses the call eix --format "<installedversions:VERSION>" dev-lang/python The variable VERSION, however, was never documented by eix and should be exported by puppet; it breaks with current eix version (The call will also break with older eix versions if the user modified DEFAULT_FORMAT.) A correct and rather future-save call would be e.g. DEFAULT_FORMAT=normal VERSION='<version>{!last} {}' eix --format -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/puppet-bugs. For more options, visit https://groups.google.com/groups/opt_out.
