Your message dated Sat, 05 Jun 2010 16:22:47 +0000
with message-id <e1okw91-0001el...@ries.debian.org>
and subject line Bug#577682: fixed in xautolock 1:2.2-2
has caused the Debian Bug report #577682,
regarding FTBFS [hppa]: 'CARD16' undeclared (first use in this function)
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.)
--
577682: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=577682
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xautolock
Version: 1:2.1-8
Severity: serious
User: debian-h...@lists.debian.org
Usertags: hppa
xautolock fails to build on hppa.
Full build logs can be found here:
https://buildd.debian.org/build.cgi?pkg=xautolock&dist=unstable
A portion of the most recent build attempt follows.
[...]
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value:
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
dpkg-buildpackage: source package xautolock
dpkg-buildpackage: source version 1:2.2-1
dpkg-buildpackage: host architecture hppa
/usr/bin/fakeroot debian/rules clean
dpatch deapply-all
11-fix-no-dpms not applied to ./ .
10-fix-memory-corruption not applied to ./ .
rm -rf patch-stamp patch-stampT debian/patched
dh_testdir
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
[ ! -f Makefile ] || /usr/bin/make clean
rm -f Makefile
dh_clean
debian/rules build
test -d debian/patched || install -d debian/patched
dpatch apply-all
applying patch 10-fix-memory-corruption to ./ ... ok.
applying patch 11-fix-no-dpms to ./ ... ok.
dpatch cat-all >>patch-stampT
mv -f patch-stampT patch-stamp
dh_testdir
# Add here commands to configure the package.
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
xmkmf
imake -DUseInstalled -I/usr/lib/X11/config
/usr/bin/make
make[1]: Entering directory
`/build/buildd-xautolock_2.2-1-hppa-mCoC3G/xautolock-2.2'
gcc -g -O2 -fno-strict-aliasing -Iinclude -Dlinux -D__hppa__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DHasVFork -c src/diy.c -o src/diy.o
gcc -g -O2 -fno-strict-aliasing -Iinclude -Dlinux -D__hppa__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DHasVFork -c src/options.c -o src/options.o
gcc -g -O2 -fno-strict-aliasing -Iinclude -Dlinux -D__hppa__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DHasVFork -c src/message.c -o src/message.o
gcc -g -O2 -fno-strict-aliasing -Iinclude -Dlinux -D__hppa__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DHasVFork -c src/state.c -o src/state.o
gcc -g -O2 -fno-strict-aliasing -Iinclude -Dlinux -D__hppa__
-D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE
-D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE
-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
-DFUNCPROTO=15
-DNARROWPROTO -DHasVFork -c src/engine.c -o src/engine.o
src/engine.c: In function 'queryIdleTime':
src/engine.c:35: error: 'CARD16' undeclared (first use in this function)
src/engine.c:35: error: (Each undeclared identifier is reported only once
src/engine.c:35: error: for each function it appears in.)
src/engine.c:35: error: expected ';' before 'standby'
src/engine.c:36: error: expected ';' before 'state'
src/engine.c:37: error: 'BOOL' undeclared (first use in this function)
src/engine.c:37: error: expected ';' before 'onoff'
src/engine.c:57: error: 'standby' undeclared (first use in this function)
src/engine.c:57: error: 'suspend' undeclared (first use in this function)
src/engine.c:57: error: 'off' undeclared (first use in this function)
src/engine.c:58: error: 'state' undeclared (first use in this function)
src/engine.c:58: error: 'onoff' undeclared (first use in this function)
src/engine.c:62: error: 'DPMSModeStandby' undeclared (first use in this
function)
src/engine.c:66: error: 'DPMSModeSuspend' undeclared (first use in this
function)
src/engine.c:70: error: 'DPMSModeOff' undeclared (first use in this function)
src/engine.c:74: error: 'DPMSModeOn' undeclared (first use in this function)
make[1]: *** [src/engine.o] Error 1
make[1]: Leaving directory
`/build/buildd-xautolock_2.2-1-hppa-mCoC3G/xautolock-2.2'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: xautolock
Source-Version: 1:2.2-2
We believe that the bug you reported is fixed in the latest version of
xautolock, which is due to be installed in the Debian FTP archive:
xautolock_2.2-2.debian.tar.gz
to main/x/xautolock/xautolock_2.2-2.debian.tar.gz
xautolock_2.2-2.dsc
to main/x/xautolock/xautolock_2.2-2.dsc
xautolock_2.2-2_i386.deb
to main/x/xautolock/xautolock_2.2-2_i386.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 577...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Roland Stigge <sti...@antcom.de> (supplier of updated xautolock 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...@debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 05 Jun 2010 14:59:08 +0200
Source: xautolock
Binary: xautolock
Architecture: source i386
Version: 1:2.2-2
Distribution: unstable
Urgency: low
Maintainer: Roland Stigge <sti...@antcom.de>
Changed-By: Roland Stigge <sti...@antcom.de>
Description:
xautolock - Program launcher for idle X sessions
Closes: 577682
Changes:
xautolock (1:2.2-2) unstable; urgency=low
.
* Moved to source format 3.0 (quilt)
- removed dpatch dependency
* Fixed HPPA build issue (Closes: #577682)
Checksums-Sha1:
552cdc9bc479afb458f53f307bbf25f11ef93083 1030 xautolock_2.2-2.dsc
6ac8751be91aaafe63b6cc93ef531ffd6be92f9e 5915 xautolock_2.2-2.debian.tar.gz
3b9a8180692cf4a45c603b9e41e908542f54b79e 30312 xautolock_2.2-2_i386.deb
Checksums-Sha256:
5d3de33f022302c43924c02b3a05c5aef3706f51cd3cc2b5f339f7e023e7c343 1030
xautolock_2.2-2.dsc
bbcd04ad6c8463b9dd1fae887281252ce9c5ca93bd4fa147f1f58a80e6873f5a 5915
xautolock_2.2-2.debian.tar.gz
27e800540e7a5653a6fd0da363054c5a65b3912bcfa8918fa83b9716bade2d8c 30312
xautolock_2.2-2_i386.deb
Files:
1bb3d644991ddc51ed83fe4a732c2edb 1030 x11 optional xautolock_2.2-2.dsc
bb97e617c9e725c3e2588a0289250768 5915 x11 optional
xautolock_2.2-2.debian.tar.gz
9803b648196a02beeb848fb9618ef34f 30312 x11 optional xautolock_2.2-2_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
iD8DBQFMCl0VcaH/YBv43g8RAiMIAKCq+Wu0VJE6uupy6XwADPvH668wegCgmjy5
DqnJ6OIRcvj2Rtnb3Y1SG74=
=A89Y
-----END PGP SIGNATURE-----
--- End Message ---