Your message dated Wed, 12 Oct 2016 07:03:39 +0000
with message-id <e1budzj-0001qa...@franck.debian.org>
and subject line Bug#839749: fixed in mahimahi 0.95-1
has caused the Debian Bug report #839749,
regarding mahimahi: FTBFS (undefined reference to symbol 
'xcb_create_pixmap_checked')
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.)


-- 
839749: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=839749
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:mahimahi
Version: 0.93-1
Severity: serious

Dear maintainer:

I tried to build this package in stretch with "dpkg-buildpackage -A"
(which is what the "Arch: all" autobuilder would do to build it)
but it failed:

--------------------------------------------------------------------------------
[...]
 debian/rules build-indep
dh build-indep --with autoreconf
   dh_testdir -i
   dh_update_autotools_config -i
   dh_autoreconf -i
libtoolize: putting auxiliary files in '.'.
libtoolize: copying file './ltmain.sh'
libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'

[... snipped ...]

ranlib libhttpserver.a
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/httpserver'
Making all in frontend
make[4]: Entering directory '/<<PKGBUILDDIR>>/src/frontend'
/bin/bash ../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -DLINUX 
-D_REENTRANT -D_GNU_SOURCE -I/usr/include/apr-1.0 -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -c -o libmod_deepcgi_la-mod_deepcgi.lo `test -f 
'mod_deepcgi.c' || echo './'`mod_deepcgi.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/include/apr-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c mod_deepcgi.c  
-fPIC -DPIC -o .libs/libmod_deepcgi_la-mod_deepcgi.o
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -I/usr/include/apache2 -DLINUX -D_REENTRANT -D_GNU_SOURCE 
-I/usr/include/apr-1.0 -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. 
-fstack-protector-strong -Wformat -Werror=format-security -c mod_deepcgi.c 
-fPIE -o libmod_deepcgi_la-mod_deepcgi.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../..   -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Weffc++ 
-Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o 
libmod_deepcgi_la-replayserver_filename.lo `test -f 'replayserver_filename.cc' 
|| echo './'`replayserver_filename.cc
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c replayserver_filename.cc  -fPIC -DPIC -o 
.libs/libmod_deepcgi_la-replayserver_filename.o
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -Wdate-time 
-D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c replayserver_filename.cc -fPIE -o 
libmod_deepcgi_la-replayserver_filename.o >/dev/null 2>&1
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security  -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o libmod_deepcgi.la -rpath /usr/lib/x86_64-linux-gnu 
libmod_deepcgi_la-mod_deepcgi.lo libmod_deepcgi_la-replayserver_filename.lo  
libtool: link: g++  -fPIC -DPIC -shared -nostdlib 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crti.o 
/usr/lib/gcc/x86_64-linux-gnu/6/crtbeginS.o  
.libs/libmod_deepcgi_la-mod_deepcgi.o 
.libs/libmod_deepcgi_la-replayserver_filename.o   
-L/usr/lib/gcc/x86_64-linux-gnu/6 
-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu 
-L/usr/lib/gcc/x86_64-linux-gnu/6/../../../../lib -L/lib/x86_64-linux-gnu 
-L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib 
-L/usr/lib/gcc/x86_64-linux-gnu/6/../../.. -lstdc++ -lm -lc -lgcc_s 
/usr/lib/gcc/x86_64-linux-gnu/6/crtendS.o 
/usr/lib/gcc/x86_64-linux-gnu/6/../../../x86_64-linux-gnu/crtn.o  -g -O2 
-fstack-protector-strong -Wl,-z -Wl,relro -Wl,-z -Wl,now   -Wl,-soname 
-Wl,libmod_deepcgi.so.0 -o .libs/libmod_deepcgi.so.0.0.0
libtool: link: (cd ".libs" && rm -f "libmod_deepcgi.so.0" && ln -s 
"libmod_deepcgi.so.0.0.0" "libmod_deepcgi.so.0")
libtool: link: (cd ".libs" && rm -f "libmod_deepcgi.so" && ln -s 
"libmod_deepcgi.so.0.0.0" "libmod_deepcgi.so")
libtool: link: ar cru .libs/libmod_deepcgi.a  libmod_deepcgi_la-mod_deepcgi.o 
libmod_deepcgi_la-replayserver_filename.o
ar: `u' modifier ignored since `D' is the default (see `U')
libtool: link: ranlib .libs/libmod_deepcgi.a
libtool: link: ( cd ".libs" && rm -f "libmod_deepcgi.la" && ln -s 
"../libmod_deepcgi.la" "libmod_deepcgi.la" )
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o delayshell.o 
delayshell.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o delay_queue.o 
delay_queue.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o mm-delay delayshell.o delay_queue.o -lrt 
../util/libutil.a ../packet/libpacket.a 
libtool: link: g++ -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
mm-delay delayshell.o delay_queue.o  -lrt ../util/libutil.a 
../packet/libpacket.a -pthread
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o lossshell.o 
lossshell.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o loss_queue.o 
loss_queue.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o mm-loss lossshell.o loss_queue.o -lrt 
../util/libutil.a ../packet/libpacket.a 
libtool: link: g++ -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
mm-loss lossshell.o loss_queue.o  -lrt ../util/libutil.a ../packet/libpacket.a 
-pthread
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o onoffshell.o 
onoffshell.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o mm-onoff onoffshell.o loss_queue.o -lrt 
../util/libutil.a ../packet/libpacket.a 
libtool: link: g++ -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
mm-onoff onoffshell.o loss_queue.o  -lrt ../util/libutil.a 
../packet/libpacket.a -pthread
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o linkshell.o 
linkshell.cc
g++ -DHAVE_CONFIG_H -I. -I../..  -I../protobufs -I./../util -I./../packet 
-I./../graphing -I./../http -I./../httpserver  -I/usr/include/pango-1.0 
-I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/cairo 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng16 
-std=c++11 -pthread -Wdate-time -D_FORTIFY_SOURCE=2 -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -c -o link_queue.o 
link_queue.cc
/bin/bash ../../libtool  --tag=CXX   --mode=link g++ -pedantic -Wall -Wextra 
-Weffc++ -Werror -g -O2 -fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE 
-fstack-protector-strong -Wformat -Werror=format-security -pthread -fPIE -pie 
-Wl,-z,relro -Wl,-z,now -o mm-link linkshell.o link_queue.o -lrt 
../util/libutil.a ../packet/libpacket.a ../graphing/libgraph.a -lxcb-present 
-lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lcairo 
libtool: link: g++ -pedantic -Wall -Wextra -Weffc++ -Werror -g -O2 
-fdebug-prefix-map=/<<PKGBUILDDIR>>=. -fPIE -fstack-protector-strong -Wformat 
-Werror=format-security -pthread -fPIE -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now -o 
mm-link linkshell.o link_queue.o  -lrt ../util/libutil.a ../packet/libpacket.a 
../graphing/libgraph.a -lxcb-present -lpangocairo-1.0 -lpango-1.0 -lgobject-2.0 
-lglib-2.0 -lcairo -pthread
/usr/bin/ld: ../graphing/libgraph.a(display.o): undefined reference to symbol 
'xcb_create_pixmap_checked'
//usr/lib/x86_64-linux-gnu/libxcb.so.1: error adding symbols: DSO missing from 
command line
collect2: error: ld returned 1 exit status
Makefile:590: recipe for target 'mm-link' failed
make[4]: *** [mm-link] Error 1
make[4]: Leaving directory '/<<PKGBUILDDIR>>/src/frontend'
Makefile:376: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
Makefile:422: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
Makefile:354: recipe for target 'all' failed
make[1]: *** [all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: make -j1 returned exit code 2
debian/rules:15: recipe for target 'build-indep' failed
make: *** [build-indep] Error 2
dpkg-buildpackage: error: debian/rules build-indep gave error exit status 2
--------------------------------------------------------------------------------

The relevant part of the build log is included above.

There are also full build logs (this time without -A) in the
reproducible builds site:

https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/mahimahi.html

Thanks.

--- End Message ---
--- Begin Message ---
Source: mahimahi
Source-Version: 0.95-1

We believe that the bug you reported is fixed in the latest version of
mahimahi, 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 839...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Keith Winstein <kei...@mit.edu> (supplier of updated mahimahi 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: SHA1

Format: 1.8
Date: Wed, 12 Oct 2016 02:55:25 -0400
Source: mahimahi
Binary: mahimahi mahimahi-traces
Architecture: source
Version: 0.95-1
Distribution: unstable
Urgency: medium
Maintainer: Keith Winstein <kei...@mit.edu>
Changed-By: Keith Winstein <kei...@mit.edu>
Description:
 mahimahi   - tools for network emulation and analysis
 mahimahi-traces - network traces for the mahimahi toolkit
Closes: 839749
Changes:
 mahimahi (0.95-1) unstable; urgency=medium
 .
   * Fix FTBFS against libxcb 1.12 (Closes: #839749)
Checksums-Sha1:
 11940c9d681b9e7f631557c4baacbbb032890051 2046 mahimahi_0.95-1.dsc
 1416055c7c18dfa7bc5e2b4be39c891f6a5f7962 4573923 mahimahi_0.95.orig.tar.gz
 8b8e58d3b46066d687be7b43f32e5a8734a10827 3588 mahimahi_0.95-1.debian.tar.xz
Checksums-Sha256:
 d20f3e7822a28b29c73dfb58e8f3b893d3e27f16d91dfb3068227ea2faecb561 2046 
mahimahi_0.95-1.dsc
 1e241c99247881acc674faa8fa4d227da29e1543701be60e1bae53c78ded410f 4573923 
mahimahi_0.95.orig.tar.gz
 436f12e2b2c8cf56cadfb89733ce0d19233132173a9271d370218badc9fb9473 3588 
mahimahi_0.95-1.debian.tar.xz
Files:
 df468edf6378ce94b365a6b1660ae933 2046 net optional mahimahi_0.95-1.dsc
 355eed592a19800e6a5756192e4c1c69 4573923 net optional mahimahi_0.95.orig.tar.gz
 7886b603104e55bc84d7d6c19efba898 3588 net optional 
mahimahi_0.95-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJX/d+VAAoJECC3KDr+JUxpwNkP/31cYpsgAuIh462+rxZRtl0+
uGnUiIfFZ+t0qYJZ80JxNFYD+GjCXrPE6yjz2Xb7xSJAMTHIorBHOdm6OGpT8zEs
af1/PPE+DM6hF3LDuQy3drsLha1aW9dlDQlBTUfgp3yfDRfMkBpu4WahKQCoHLS9
g99eE3hchuFr2YT/DOxl98QTu7aib1Nk1nhcQCuKK5hLElzjtLRB9UbW2/Q8kDVf
wtztCoh0GdWlf8JCRqUsBJl4NWolUuu4bFpt6Rmrwlt2arnYq598ctzGQHHsPdYg
o2Ef+QU3G4t9RRh3W22zBxARQ5XkhFgJQJQliIe28fJhYx4iIGd8WbwZBfM8p7wj
9Q+Z0wzrqfz2X8oFa1mwi9Z7Fo8gZAJtmkd7V3TS7yhAoR9Ki+w3hXD8UgADS/0k
oDFq6YbRDOy/pp+ur/jKbPRfr+HhMWQ9QGsBw1yRF97/zFly8I4Ru5FKq1tFljAu
+WobA4YOl8aDvbFdFicGnOnuvR3hCdnjo2D60YUcvviClEFD8Grpwi0cegbOZFn0
DOR6WlKgvonsPge3FrIfZ36o6Rw1jBVTRnnikAZ7zdiKqcG32oLnQz6BgGcACX67
UFhzQfTkWIcwtdoUgxne/wwBDZop1f1MF4ApvN3y0BZaI+gXFvATHpGUPpJXo2Rm
AFp+UJ1/2lNtpIRLhFQB
=w9bk
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to