Your message dated Sat, 06 Jul 2013 00:03:50 +0000
with message-id <e1uvfyg-00066p...@franck.debian.org>
and subject line Bug#701433: fixed in jfsutils 1.1.15-2.1
has caused the Debian Bug report #701433,
regarding jfsutils: ftbfs with eglibc-2.17
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.)
--
701433: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701433
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:jfsutils
Version: 1.1.15-2
Severity: important
Tags: sid jessie
User: debian-gl...@lists.debian.org
Usertags: ftbfs-glibc-2.17
The package fails to build in a test rebuild on at least amd64 with
eglibc-2.17, but succeeds to build with eglibc-2.13. The
severity of this report may be raised before the jessie release.
The test rebuild was done together with GCC-4.8, so some issues
might be caused by the updated GCC as well.
../libfs/devices.h:45:31: error: unknown type name 'int64_t'
The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/jfsutils_1.1.15-2_unstable_gcc48.log
The last lines of the build log are at the end of this report.
To install eglibc from experimental,
apt-get -t experimental install libc6-dev
To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.
apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev
[...]
fsckpfs.c: In function 'node_get':
fsckpfs.c:3090:12: warning: variable 'xtpage_t_ptr' set but not used
[-Wunused-but-set-variable]
xtpage_t *xtpage_t_ptr;
^
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c dirindex.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fsckwsp.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fsckxtre.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c xchkdsk.c
xchkdsk.c: In function 'initial_processing':
xchkdsk.c:1432:6: warning: variable 'iml_rc' set but not used
[-Wunused-but-set-variable]
int iml_rc = FSCK_OK;
^
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c fsckruns.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -D_FORTIFY_SOURCE=2 -Wall
-Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -c
fsck_message.c
gcc -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2 -fstack-protector
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall -Wl,-z,relro
-o jfs_fsck fsckbmap.o fsckconn.o fsckdire.o fsckdtre.o fsckea.o fsckimap.o
fsckino.o fsckmeta.o fsckpfs.o dirindex.o fsckwsp.o fsckxtre.o xchkdsk.o
fsckruns.o fsck_message.o ../libfs/libfs.a -luuid
make[3]: Leaving directory `/«PKGBUILDDIR»/fsck'
Making all in fscklog
make[3]: Entering directory `/«PKGBUILDDIR»/fscklog'
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck
-D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -c fscklog.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck
-D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -c display.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../include -I../libfs -I../fsck
-D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -fno-strict-aliasing -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security
-Wall -c extract.c
In file included from extract.c:32:0:
../libfs/devices.h:45:31: error: unknown type name 'int64_t'
int ujfs_get_dev_size(FILE *, int64_t * size);
^
../libfs/devices.h:46:32: error: unknown type name 'int64_t'
int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t);
^
../libfs/devices.h:46:41: error: unknown type name 'int32_t'
int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t);
^
../libfs/devices.h:46:58: error: unknown type name 'int32_t'
int ujfs_rw_diskblocks(FILE *, int64_t, int32_t, void *, int32_t);
^
extract.c: In function 'readwrite_device':
extract.c:601:8: warning: implicit declaration of function 'ujfs_rw_diskblocks'
[-Wimplicit-function-declaration]
ujfs_rw_diskblocks(Dev_IOPort, dev_offset,
^
extract.c: In function 'validate_super':
extract.c:743:3: warning: implicit declaration of function 'ujfs_get_dev_size'
[-Wimplicit-function-declaration]
ujfs_get_dev_size(Dev_IOPort, &bytes_on_device);
^
make[3]: *** [extract.o] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/fscklog'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2
--- End Message ---
--- Begin Message ---
Source: jfsutils
Source-Version: 1.1.15-2.1
We believe that the bug you reported is fixed in the latest version of
jfsutils, 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 701...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated jfsutils 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: SHA256
Format: 1.8
Date: Fri, 05 Jul 2013 01:39:12 +0200
Source: jfsutils
Binary: jfsutils jfsutils-udeb
Architecture: source amd64
Version: 1.1.15-2.1
Distribution: unstable
Urgency: low
Maintainer: Stefan Hornburg (Racke) <ra...@linuxia.de>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
jfsutils - utilities for managing the JFS filesystem
jfsutils-udeb - A stripped-down version of jfsutils, for debian-installer
(udeb)
Closes: 701433
Changes:
jfsutils (1.1.15-2.1) unstable; urgency=low
.
* Non-maintainer upload.
* debian/patches/missing-include.diff: Apply patch from Ubuntu to fix build
failure with eglibc 2.17. (Closes: #701433)
Checksums-Sha1:
3e711d148f581bbe3afd542b9b393417eb9dcac3 1784 jfsutils_1.1.15-2.1.dsc
31772c06cbc44e708099d55c468dda128a910632 4824 jfsutils_1.1.15-2.1.diff.gz
b0054dd297b5e39ceed7b9978fe0e912edc58d42 285760 jfsutils_1.1.15-2.1_amd64.deb
ff0c32dd9c7b170a8c7cbe920065de4599fa5340 161364
jfsutils-udeb_1.1.15-2.1_amd64.udeb
Checksums-Sha256:
920a12d74f7274f31a400d39489e33c81ad8959db1bcbc5b8c9e3da4c2436680 1784
jfsutils_1.1.15-2.1.dsc
f750ad0ec3139f6d843de8f06b1a47d9d96e932c9f00674731f348f7ed25cf4f 4824
jfsutils_1.1.15-2.1.diff.gz
98c2144eb4d6a1272294192a7f18b6434cb5cd5bf9e0450f9f12cdab47c1c01b 285760
jfsutils_1.1.15-2.1_amd64.deb
aea0a5b9b52e659c3fc8bd8c1a8a3980510ccffbb5d23e64d52959337a8da645 161364
jfsutils-udeb_1.1.15-2.1_amd64.udeb
Files:
9b546864ed1a36924de81aeeb920030f 1784 admin optional jfsutils_1.1.15-2.1.dsc
59c4bbebf5773d969d16a86abf75e7bc 4824 admin optional
jfsutils_1.1.15-2.1.diff.gz
01791dc79994f90e245bc94209c7c292 285760 admin optional
jfsutils_1.1.15-2.1_amd64.deb
3cc300fe81d057ba5592d62c6c7d85a9 161364 debian-installer optional
jfsutils-udeb_1.1.15-2.1_amd64.udeb
Package-Type: udeb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)
iQIcBAEBCAAGBQJR1gluAAoJEGny/FFupxmT46IP/i+lBZ10jc5HYLg26buqgSGg
dYaFZBF9gon19uVlIKibFtwdfHQkaVJmgFAvA/WyHDjgWdY4mqsPiJ1bHQ+VcZyH
X1xhwtb5FfpZbH0UpDESvDZ6gqhGzRdCQPCEoL5ufbSk9Fw9dpEQkbxvPKWko++M
PaYd3hx5cPNCDks1ECC0aoDSbRrkqLpddzno6wHR/9AabIGgpToeEuNjeIsWmDqH
4hGrMTlsojihZcIbQLVFMWGe1lcx0eFQSMhTs59L8c9/oQmdlPf8FG5888qfEN1s
s+Xnlk4I+oYFZrTAqU+pILRFdFQmi4nfkZfC5S6cDn0c9W4FxNUue1ARjAzz2ZLI
1QJeWPn1SaCznaB3SAI/6IAUV0Sux0VXShvd+lBQ5AMwPYcIXsGotsf64Z937j5b
3Qj+lzxYWwYZz0R9b+hRUKugZQER5nIiZS0sKYYQFEVfI/BS5YBhHBXCv9GPaW7r
H+4GDiI8aC6KKURIrifeK+WQZSAQfl7lt1Nz2cME19hL24Hhsal16APzOpNoIpot
UTmclHW/VpbvCthHBPurgMq0swic7hvyN8X17cHiQzHv8y9oZddV6y4UKSD9UHPC
B6OLPA2Or+OaRSgXw3PeJ/16EvEIp0DKb9SWWXpYeroZsN8lzS4wQP1ne7ofqviA
aJFpNhlwKmjsQJhrKHCA
=lmD3
-----END PGP SIGNATURE-----
--- End Message ---