Your message dated Sat, 03 Mar 2012 22:04:20 +0000
with message-id <1330812260.8460.280.camel@deadeye>
and subject line Re: Anomaly in ./usr/share/kernel-package/pkg/image/postinst
of kernel-package 12.036
has caused the Debian Bug report #591032,
regarding Anomaly in ./usr/share/kernel-package/pkg/image/postinst of
kernel-package 12.036
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.)
--
591032: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=591032
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Package: kernel-package
Version: 12.036
When installing home-built kernel packages, I observed error similar to
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561287
Searching for the cause, I found an anomaly in
./usr/share/kernel-package/pkg/image/postinst which might be a bug:
All var defs in ./usr/share/kernel-package/pkg/image/postinst line 28-55 occur
again in substitution patterns line 82-106 to read values from some conffile,
except for "kimage", the varname has an additional m in front.
line 105
$mkimage = "$1" if m/^\s*mkimage\s*=\s*(.+)$/i;
Changing the line does not fix the problem for me, but perhaps I have screwed up
something else on my system.
- --
http://www.halfdog.net/
PGP: 156A AE98 B91F 0114 FE88 2BD8 C459 9386 feed a bee
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iEYEARECAAYFAkxT28QACgkQxFmThv7tq+6CGgCfWHBpo+wI+t8XQTVBGt5BIbNn
1n8AoI3w5ezaUTYjzISRYHYkAw/ev81y
=3GQb
-----END PGP SIGNATURE-----
--- End Message ---
--- Begin Message ---
On Sat, 2010-07-31 at 08:16 +0000, halfdog wrote:
> Package: kernel-package
> Version: 12.036
>
> When installing home-built kernel packages, I observed error similar to
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=561287
>
> Searching for the cause, I found an anomaly in
> ./usr/share/kernel-package/pkg/image/postinst which might be a bug:
>
> All var defs in ./usr/share/kernel-package/pkg/image/postinst line 28-55 occur
> again in substitution patterns line 82-106 to read values from some conffile,
> except for "kimage", the varname has an additional m in front.
>
> line 105
> $mkimage = "$1" if m/^\s*mkimage\s*=\s*(.+)$/i;
>
> Changing the line does not fix the problem for me, but perhaps I have screwed
> up
> something else on my system.
This is a valid alternate syntax.
Ben.
--
Ben Hutchings
One of the nice things about standards is that there are so many of them.
signature.asc
Description: This is a digitally signed message part
--- End Message ---