Your message dated Sun, 24 Nov 2013 21:16:54 +0100
with message-id <[email protected]>
and subject line Closing bug fixed by recent(-ish) upload
has caused the Debian Bug report #696480,
regarding puppet-common: puppet describe --list explodes with undefined method
'downcase' for nil:NilClass
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
696480: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696480
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: puppet-common
Version: 2.7.18-2
Severity: normal
Tags: patch upstream
When running the following command:
puppet describe --list
Puppet fails with the error:
Could not run: Could not autoload
/var/lib/puppet/lib/puppet/type/mountpoint.rb:
undefined method `downcase' for nil:NilClass
This bug have been fixed upstream, see
http://projects.puppetlabs.com/issues/13070
(I patched the fileautoload.rb on my intalled packaged, and it works.)
Regards,
Franklin
-- System Information:
Debian Release: wheezy/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.0-4-amd64 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Versions of packages puppet-common depends on:
ii adduser 3.113+nmu3
ii facter 1.6.10-1
ii libaugeas-ruby1.8 0.4.1-1.1
ii lsb-base 4.1+Debian8
ii ruby-shadow 2.1.4-2
ii ruby1.8 1.8.7.358-6
ii sysv-rc 2.88dsf-32
Versions of packages puppet-common recommends:
ii debconf-utils 1.5.46
ii lsb-release 4.1+Debian8
Versions of packages puppet-common suggests:
pn librrd-ruby1.8 <none>
pn ruby-selinux <none>
-- Configuration Files:
/etc/puppet/puppet.conf changed [not included]
-- no debconf information
--- /usr/lib/ruby/vendor_ruby/puppet/util/autoload.rb~ 2012-12-21 12:13:00.348814181 +0100
+++ /usr/lib/ruby/vendor_ruby/puppet/util/autoload.rb 2012-12-21 12:13:03.132842125 +0100
@@ -107,8 +107,8 @@
name = File.basename(file).chomp(".rb").intern
next if loaded?(name)
begin
- Kernel.require file
loaded(name, file)
+ Kernel.require file
rescue SystemExit,NoMemoryError
raise
rescue Exception => detail
--- End Message ---
--- Begin Message ---
Version: 2.7.23-1~deb7u1
This bug was fixed upstream in 2.7.19, and the next version uploaded to
Debian after that was 2.7.23.
Closing this bug.
--
Stig Sandbeck Mathisen
signature.asc
Description: PGP signature
--- End Message ---