Issue #16573 has been reported by Marc Richter.
----------------------------------------
Bug #16573: Gentoo package - resource is failing
https://projects.puppetlabs.com/issues/16573
Author: Marc Richter
Status: Unreviewed
Priority: Normal
Assignee:
Category: Gentoo
Target version: 2.7.x
Affected Puppet version: 2.7.18
Keywords: eix
Branch:
Running Puppet on a Gentoo Linux, everytime, when a package - resource is
computed, the eix - command seems to give back a "1" exitcode, which makes the
Puppetrun fail.
When executing the eix commandline from the logs manually, this works, but on
the shell I have to surround a specific part with ' :
Let me give an example:
**The Manifest:**
`package { 'media-gfx/exif':
ensure => installed,
}`
**The result in Puppet-Report:**
`err Could not evaluate: Execution of '/usr/bin/eix --nocolor
--pure-packages --stable --format <category> <name>
[<installedversions:LASTVERSION>] [<bestversion:LASTVERSION>] <homepage>
<description> --exact --category-name media-gfx/exif' returned 1`
**The result when run manually, but sorroundet with ' between "--format " and "
--exact":**
`vagrant-funtoo64 /boot # /usr/bin/eix --nocolor --pure-packages --stable
--format '<category> <name> [<installedversions:LASTVERSION>]
[<bestversion:LASTVERSION>] <homepage> <description>' --exact --category-name
media-gfx/exif
media-gfx exif [] [] http://libexif.sourceforge.net/ Small CLI util to show
EXIF infos hidden in JPEG filesvagrant-funtoo64 /boot # echo $?
0
vagrant-funtoo64 /boot #`
--
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 post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/puppet-bugs?hl=en.