Your message dated Sat, 06 Jul 2013 00:19:17 +0000
with message-id <e1uvgdd-00016v...@franck.debian.org>
and subject line Bug#701445: fixed in xcp-vncterm 0.1-2.1
has caused the Debian Bug report #701445,
regarding xcp-vncterm: 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.)


-- 
701445: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701445
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:xcp-vncterm
Version: 0.1-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.

  main.c:545:19: error: storage size of 'rlim' isn't known

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/xcp-vncterm_0.1-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


[...]
rm -f TAGS
make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_clean
 debian/rules build-arch
dh build-arch 
   dh_testdir -a
   dh_auto_configure -a
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
make -C libvnc
make[2]: Entering directory `/«PKGBUILDDIR»/libvnc'
cc  -I/«PKGBUILDDIR»/libvnc/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_GNU_SOURCE -Wall -Werror -g -O1 -Wp,-MD,./.d3des.o.d -c -o d3des.o d3des.c
cc  -I/«PKGBUILDDIR»/libvnc/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_GNU_SOURCE -Wall -Werror -g -O1 -Wp,-MD,./.buffer.o.d -c -o buffer.o buffer.c
cc  -I/«PKGBUILDDIR»/libvnc/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_GNU_SOURCE -Wall -Werror -g -O1 -Wp,-MD,./.vnc.o.d -c -o vnc.o vnc.c
cc  -I/«PKGBUILDDIR»/libvnc/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE 
-D_GNU_SOURCE -Wall -Werror -g -O1 -Wp,-MD,./.textterm.o.d -c -o textterm.o 
textterm.c
ar rcs libvnc.a d3des.o buffer.o vnc.o textterm.o
make[2]: Leaving directory `/«PKGBUILDDIR»/libvnc'
gcc -o main.o -I/«PKGBUILDDIR»/include -D_LARGEFILE_SOURCE 
-D_LARGEFILE64_SOURCE -D_GNU_SOURCE  -Wall -g -O1  -Wp,-MD,./.main.o.d -c main.c
main.c: In function 'sigxfsz_handler':
main.c:545:19: error: storage size of 'rlim' isn't known
     struct rlimit rlim;
                   ^
main.c:547:5: warning: implicit declaration of function 'getrlimit' 
[-Wimplicit-function-declaration]
     getrlimit(RLIMIT_FSIZE, &rlim);
     ^
main.c:547:15: error: 'RLIMIT_FSIZE' undeclared (first use in this function)
     getrlimit(RLIMIT_FSIZE, &rlim);
               ^
main.c:547:15: note: each undeclared identifier is reported only once for each 
function it appears in
main.c:549:5: warning: implicit declaration of function 'setrlimit' 
[-Wimplicit-function-declaration]
     setrlimit(RLIMIT_FSIZE, &rlim);
     ^
main.c:545:19: warning: unused variable 'rlim' [-Wunused-variable]
     struct rlimit rlim;
                   ^
main.c: In function 'main':
main.c:932:27: error: storage size of 'rlim' isn't known
             struct rlimit rlim;
                           ^
main.c:940:23: error: 'RLIMIT_FSIZE' undeclared (first use in this function)
             setrlimit(RLIMIT_FSIZE, &rlim);
                       ^
main.c:932:27: warning: unused variable 'rlim' [-Wunused-variable]
             struct rlimit rlim;
                           ^
make[1]: *** [main.o] Error 1
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: xcp-vncterm
Source-Version: 0.1-2.1

We believe that the bug you reported is fixed in the latest version of
xcp-vncterm, 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 xcp-vncterm 
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:52:39 +0200
Source: xcp-vncterm
Binary: xcp-vncterm
Architecture: source amd64
Version: 0.1-2.1
Distribution: unstable
Urgency: low
Maintainer: PKG-Xen Devel <pkg-xen-de...@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description: 
 xcp-vncterm - Provides VNC service for XCP guest VMs
Closes: 701445
Changes: 
 xcp-vncterm (0.1-2.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/patches/missing-include: Add missing include to fix build failure
     with eglibc 2.17. (Closes: #701445)
Checksums-Sha1: 
 30864a97d5a8cb55154e0ccba55595068899f495 1979 xcp-vncterm_0.1-2.1.dsc
 1a8ad7b002bbd01b13c5840e41e111ac209008e0 6489 xcp-vncterm_0.1-2.1.debian.tar.gz
 84703890b502b1d58b9d01b07f917c6a0f72015c 45102 xcp-vncterm_0.1-2.1_amd64.deb
Checksums-Sha256: 
 8380171683077e166f0baf8a650f46f54100b7259648b56f1a76d9d35e2677fd 1979 
xcp-vncterm_0.1-2.1.dsc
 4c46193efc359bef03c84970af7c1c35d5166478ba5dd8ca6f53fd15c3be187c 6489 
xcp-vncterm_0.1-2.1.debian.tar.gz
 2bb2b82fe1ab10f9182fbbcfb6ef511a3be21aba189889f25a094f3de9713ce6 45102 
xcp-vncterm_0.1-2.1_amd64.deb
Files: 
 749615ca3b9608aaee219808e08256af 1979 utils extra xcp-vncterm_0.1-2.1.dsc
 051c3f09ba1ad6148baba161925f7ce3 6489 utils extra 
xcp-vncterm_0.1-2.1.debian.tar.gz
 92b4d52c44c3715484d79e3ba231c5e4 45102 utils extra 
xcp-vncterm_0.1-2.1_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.12 (GNU/Linux)

iQIcBAEBCAAGBQJR1gsUAAoJEGny/FFupxmTLbwQAJDdv2+FF2N/j+hwQs4UUqTx
EpmbiJwQelB3tpbQXKvKEICib0wY5OH05PWTR3ElelOvWNn61o5z4Can5UxaSO2v
tQiDFAG/8zUrqqXmyesH/eKa9Km6v9Y4ZU4mWH5JmLe7+YvWlHm+7UFb6aHidDex
eAEn55uaA/pgn82xfShdvqJ1Ns7gidke6Qb4Vv3d8R74zdSOvkoyYPA0jX6P44Wu
CSqt88y9yrdTK3mw/CsUTEcXGL6ZB1nf32IjdgOsKhYgzme/X8nbRYvzUWelHEhf
8Vf0fvtXxXDtuWR1s4HHd3wqPy0+FXvSWSewV3YZPWjw7UyJYomPULFqQkTpbdpO
89KCj8UuqF3tR8ITJPZa2dhnHPt129tj7eRM84WGZ5lKej+XvRmg+t6bPJj6Ij3m
20iZCSwXUj+bUNWXcOZXjq+sjmJXRpljub4JTt3fQ7gYnz0v/KURJcEvCxlOqYAr
HFCaOLmwCgbKByzC/j7U2cJrc8qgtfxPa3S8NFMaoUQ3JQoS0zVRvVlBcHcBmrW4
T5dJKSJOriSj17HDaZyV/ni+ZFQ1UhEKSmKZiEGOsFafmb01O+Zfdwuu3L58/FML
FATYUtENP01xuzpfA3kbB7ovZJ38UoymmcZDMbwDyM1USFBqMHg2Fsg0sT/bwj1X
TRIkjSsotiOTJzllnC0b
=bo5A
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to