Your message dated Wed, 30 Apr 2014 15:38:45 +0000
with message-id <e1wfwar-0005pr...@franck.debian.org>
and subject line Bug#743068: fixed in xbattbar 1.4.5-1
has caused the Debian Bug report #743068,
regarding xbattbar: FTBFS[kfreebsd-*]: wrong ifdefs
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 ow...@bugs.debian.org
immediately.)
--
743068: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743068
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: xbattbar
Version: 1.4.4-1
Severity: serious
Tags: patch
User: debian-...@lists.debian.org
Usertags: kfreebsd
Hi,
xbattbar FTBFS on kfreebsd, but the attached simple change fixes this.
Thanks.
-- System Information:
Debian Release: jessie/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: kfreebsd-amd64 (x86_64)
Kernel: kFreeBSD 9.0-2-amd64-xenhvm
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: xbattbar-1.4.4/xbattbar-check-apm.c
===================================================================
--- xbattbar-1.4.4.orig/xbattbar-check-apm.c 2013-10-17 08:01:42.000000000 +0100
+++ xbattbar-1.4.4/xbattbar-check-apm.c 2014-03-30 18:14:25.117372374 +0100
@@ -74,8 +74,9 @@
#endif /* __bsdi__ */
-#ifdef __FreeBSD__
+#if defined __FreeBSD__ || defined __FreeBSD_kernel__
+#include <sys/fcntl.h>
#include <machine/apm_bios.h>
#define APMDEV21 "/dev/apm0"
@@ -197,7 +198,7 @@
#endif /* __NetBSD__ */
-#ifdef linux
+#ifdef __linux__
#include <errno.h>
#include <linux/apm_bios.h>
--- End Message ---
--- Begin Message ---
Source: xbattbar
Source-Version: 1.4.5-1
We believe that the bug you reported is fixed in the latest version of
xbattbar, which is due to be installed in the Debian FTP archive.
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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dmitry E. Oboukhov <un...@debian.org> (supplier of updated xbattbar 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160
Format: 1.8
Date: Wed, 30 Apr 2014 18:29:35 +0400
Source: xbattbar
Binary: xbattbar
Architecture: source amd64
Version: 1.4.5-1
Distribution: unstable
Urgency: medium
Maintainer: Dmitry E. Oboukhov <un...@debian.org>
Changed-By: Dmitry E. Oboukhov <un...@debian.org>
Description:
xbattbar - Display battery status in X11
Closes: 731217 743068
Changes:
xbattbar (1.4.5-1) unstable; urgency=medium
.
* Fix FTBFS with Debian/kFreeBSD, closes: #743068,
thanks to Steven Chamberlain <ste...@pyro.eu.org>.
* Fix compilation warnings in APM backend, closes: #731217,
thanks to Andrew Shadura <and...@shadura.me>.
Checksums-Sha1:
38e2116a0a70340223aed9c61fe86db83b39a661 1136 xbattbar_1.4.5-1.dsc
6d3025fc06ee36967c5848aade63515218fc9d0a 16191 xbattbar_1.4.5.orig.tar.gz
9f0394142d85953835efa8e9c4c0bbd5e7b8efcf 2979 xbattbar_1.4.5-1.diff.gz
0efb5b78d1552eb5bd1ce1be217dc0e423dadaae 14132 xbattbar_1.4.5-1_amd64.deb
Checksums-Sha256:
393135161151a07c437c88b3e849baaf1256fb3e6bdfec669f311ab54af122d4 1136
xbattbar_1.4.5-1.dsc
01b75b2f902d1315a08ec7ddfdcdafc7686cf88662bbf2be5bfcc892294c4b80 16191
xbattbar_1.4.5.orig.tar.gz
a13e9e99dc55be9831d1ed68c7a23ba966ebd91c5ed40f0cfb4e9488aaf3421b 2979
xbattbar_1.4.5-1.diff.gz
5bb5348fda7763ba48d37765c77a18e68849960483a6324d511466c3728de3be 14132
xbattbar_1.4.5-1_amd64.deb
Files:
bc911b72358506a32c6d86dd655b4b02 14132 x11 optional xbattbar_1.4.5-1_amd64.deb
3ef92d7a0eb285aebe89278a2fe732b5 1136 x11 optional xbattbar_1.4.5-1.dsc
11eaa7c5798bbfc0f50618ab40fcc0a1 16191 x11 optional xbattbar_1.4.5.orig.tar.gz
ee61a8af9c33468dbf2c7562af46d09a 2979 x11 optional xbattbar_1.4.5-1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEAREDAAYFAlNhD8MACgkQq4wAz/jiZTdAnQCgkseUFqnMR4NSdDya9lhQa74l
BQcAn0VWycnwenvcirnWOgYPyYvI/Kzy
=gu6m
-----END PGP SIGNATURE-----
--- End Message ---