Your message dated Sun, 19 Oct 2008 14:32:05 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#497902: fixed in openipmi 2.0.14-2
has caused the Debian Bug report #497902,
regarding openipmi: FTBFS on GNU/kFreeBSD (tiny fixup needed)
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.)
--
497902: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=497902
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: openipmi
Severity: important
Version: 2.0.14-1
Tags: patch
User: [EMAIL PROTECTED]
Usertags: kfreebsd
Hi,
the current version fails to build on GNU/kFreeBSD.
The SIGPWR is not standard symbolic constant for signal, see
http://www.opengroup.org/onlinepubs/009695399/basedefs/signal.h.html
It is not available on GNU/kFreeBSD, please guard it as shown bellow.
It would also be nice if you can ask upstream
to include this change.
Thanks in advance
Petr
--- cmdlang/ipmish.c~ 2008-09-05 11:04:11.000000000 +0000
+++ cmdlang/ipmish.c 2008-09-05 11:04:11.000000000 +0000
@@ -652,7 +652,9 @@
signal(SIGPIPE, cleanup_sig);
signal(SIGUSR1, cleanup_sig);
signal(SIGUSR2, cleanup_sig);
+#ifdef SIGPWR
signal(SIGPWR, cleanup_sig);
+#endif
stifle_history(500);
rl_callback_handler_install("> ", rl_ipmish_cb_handler);
--- End Message ---
--- Begin Message ---
Source: openipmi
Source-Version: 2.0.14-2
We believe that the bug you reported is fixed in the latest version of
openipmi, which is due to be installed in the Debian FTP archive:
libopenipmi-dev_2.0.14-2_amd64.deb
to pool/main/o/openipmi/libopenipmi-dev_2.0.14-2_amd64.deb
libopenipmi0_2.0.14-2_amd64.deb
to pool/main/o/openipmi/libopenipmi0_2.0.14-2_amd64.deb
openipmi_2.0.14-2.diff.gz
to pool/main/o/openipmi/openipmi_2.0.14-2.diff.gz
openipmi_2.0.14-2.dsc
to pool/main/o/openipmi/openipmi_2.0.14-2.dsc
openipmi_2.0.14-2_amd64.deb
to pool/main/o/openipmi/openipmi_2.0.14-2_amd64.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Noèl Köthe <[EMAIL PROTECTED]> (supplier of updated openipmi package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sun, 19 Oct 2008 15:58:15 +0200
Source: openipmi
Binary: openipmi libopenipmi0 libopenipmi-dev
Architecture: source amd64
Version: 2.0.14-2
Distribution: unstable
Urgency: low
Maintainer: Noèl Köthe <[EMAIL PROTECTED]>
Changed-By: Noèl Köthe <[EMAIL PROTECTED]>
Description:
libopenipmi-dev - Intelligent Platform Management Interface - development
libopenipmi0 - Intelligent Platform Management Interface - runtime
openipmi - Intelligent Platform Management Interface (for servers)
Closes: 497902
Changes:
openipmi (2.0.14-2) unstable; urgency=low
.
* added GNU/kFreeBSD patch from Petr. Thanks
(closes: Bug#497902)
Checksums-Sha1:
a2eff22fd7555e739b01b1d101eeb0b3a611eac5 1072 openipmi_2.0.14-2.dsc
75e48072e3004ea16df3c67b5f5f1f439b1ca737 6845 openipmi_2.0.14-2.diff.gz
e01005dc479b936ec7f77c89f056da1bc7293fea 204574 openipmi_2.0.14-2_amd64.deb
640515819ea0dbd232b13def5881e83a859d2624 629624 libopenipmi0_2.0.14-2_amd64.deb
6043c05b3fc206675c630e972af9727e9fb66da4 830472
libopenipmi-dev_2.0.14-2_amd64.deb
Checksums-Sha256:
1a1c41cc70d6321572a57ad1051d7165fdcda55df26536d75f673077dd523505 1072
openipmi_2.0.14-2.dsc
857eee80c1391c698a4296a7ac3186314fb990149a99908f8276d66e0b196675 6845
openipmi_2.0.14-2.diff.gz
40dd9e349a7c2efc431d59f0a5fd0d1e5fa1abbbf14b6e59aaecc1073816ce96 204574
openipmi_2.0.14-2_amd64.deb
ab9b257b4e057e2519ed395b952db93b1d06972872751acfe071ef5884988c9b 629624
libopenipmi0_2.0.14-2_amd64.deb
f200bc5604c60e3b8f3f20d7253217477f3d9d3a8f743cdec13c6a5377cc9217 830472
libopenipmi-dev_2.0.14-2_amd64.deb
Files:
b86d56c2aab05e4e21c4bf3856ca96cc 1072 admin optional openipmi_2.0.14-2.dsc
d61c01a835c24153caa1eac492908c47 6845 admin optional openipmi_2.0.14-2.diff.gz
edae3d575a76f54dea20256495e5e17a 204574 admin optional
openipmi_2.0.14-2_amd64.deb
68f94cb025094c2333a69298b222a9c3 629624 devel optional
libopenipmi0_2.0.14-2_amd64.deb
fa1c10b52c26bf1254c8a4dc90862794 830472 libdevel optional
libopenipmi-dev_2.0.14-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkj7QYEACgkQ9/DnDzB9Vu2SQwCgitsoD1J3tZdv+r1oeyFFY9TX
58AAoIXKNvG/KJe2LJX/f5ZjzdK4JA4G
=LSZL
-----END PGP SIGNATURE-----
--- End Message ---