Bug#671964: mathgl: FTBFS: dh_makeshlibs: dpkg-gensymbols -plibmgl5 -Idebian/libmgl5.symbols -Pdebian/libmgl5 returned exit code 1

Lucas Nussbaum lucas at lucas-nussbaum.net
Tue May 8 12:09:46 UTC 2012


Source: mathgl
Version: 1.11.2-10
Severity: serious
Tags: wheezy sid
User: debian-qa at lists.debian.org
Usertags: qa-ftbfs-20120508 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[4]: Entering directory `/«PKGBUILDDIR»'
> make[4]: Nothing to be done for `install-html-am'.
> make[4]: Leaving directory `/«PKGBUILDDIR»'
> mkdir -p /«PKGBUILDDIR»/debian/tmp/usr/share/mathgl/fonts
> cp -r ./fonts/*.vfm /«PKGBUILDDIR»/debian/tmp/usr/share/mathgl/fonts
> make[3]: Leaving directory `/«PKGBUILDDIR»'
> make[2]: Leaving directory `/«PKGBUILDDIR»'
> make[1]: Leaving directory `/«PKGBUILDDIR»'
> rm -f debian/tmp/usr/bin/*_example
> for file in debian/tmp/usr/lib/*.la; do \
> 		sed -i "/dependency_libs/ s/'.*'/''/" $file ; \
> 	done
> chrpath -d debian/tmp/usr/lib/*so.5
> chrpath -d debian/tmp/usr/lib/python*/dist-packages/_mathgl.so
> dh_install -a
> 	install -d debian/mathgl//usr/bin
> 	cp -a ./debian/tmp/usr/bin/mgl2cpp debian/mathgl//usr/bin/
> 	cp -a ./debian/tmp/usr/bin/mgl2eps debian/mathgl//usr/bin/
> 	cp -a ./debian/tmp/usr/bin/mgl2gif debian/mathgl//usr/bin/
> 	cp -a ./debian/tmp/usr/bin/mgl2png debian/mathgl//usr/bin/
> 	cp -a ./debian/tmp/usr/bin/mgl2svg debian/mathgl//usr/bin/
> 	cp -a ./debian/tmp/usr/bin/mglview debian/mathgl//usr/bin/
> 	install -d debian/libmgl5//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl.so.5 debian/libmgl5//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl.so.5.0.0 debian/libmgl5//usr/lib/
> 	install -d debian/libmgl-dev//usr/include
> 	cp -a ./debian/tmp/usr/include/mgl debian/libmgl-dev//usr/include/
> 	install -d debian/libmgl-dev//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl-fltk.so debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-glut.so debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-qt.so debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-wx.so debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl.so debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-fltk.a debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-glut.a debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-qt.a debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-wx.a debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl.a debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-fltk.la debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-glut.la debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-qt.la debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-wx.la debian/libmgl-dev//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl.la debian/libmgl-dev//usr/lib/
> 	install -d debian/libmgl-fltk5//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl-fltk.so.5 debian/libmgl-fltk5//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-fltk.so.5.0.0 debian/libmgl-fltk5//usr/lib/
> 	install -d debian/libmgl-qt5//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl-qt.so.5 debian/libmgl-qt5//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-qt.so.5.0.0 debian/libmgl-qt5//usr/lib/
> 	install -d debian/libmgl-wx5//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl-wx.so.5 debian/libmgl-wx5//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-wx.so.5.0.0 debian/libmgl-wx5//usr/lib/
> 	install -d debian/libmgl-glut5//usr/lib
> 	cp -a ./debian/tmp/usr/lib/libmgl-glut.so.5 debian/libmgl-glut5//usr/lib/
> 	cp -a ./debian/tmp/usr/lib/libmgl-glut.so.5.0.0 debian/libmgl-glut5//usr/lib/
> 	install -d debian/python-mathgl//usr/lib/python2.7/dist-packages
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/_mathgl.a debian/python-mathgl//usr/lib/python2.7/dist-packages/
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/_mathgl.la debian/python-mathgl//usr/lib/python2.7/dist-packages/
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/_mathgl.so debian/python-mathgl//usr/lib/python2.7/dist-packages/
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/mathgl.py debian/python-mathgl//usr/lib/python2.7/dist-packages/
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/mathgl.pyc debian/python-mathgl//usr/lib/python2.7/dist-packages/
> 	cp -a ./debian/tmp/usr/lib/python2.7/dist-packages/mathgl.pyo debian/python-mathgl//usr/lib/python2.7/dist-packages/
> dh_installdocs -a
> 	install -g 0 -o 0 -d debian/mathgl/usr/share/doc/mathgl
> 	cp -a NEWS debian/mathgl/usr/share/doc/mathgl
> 	cp -a README debian/mathgl/usr/share/doc/mathgl
> 	cp -a AUTHORS debian/mathgl/usr/share/doc/mathgl
> 	chown -R 0:0 debian/mathgl/usr/share/doc
> 	chmod -R go=rX debian/mathgl/usr/share/doc
> 	chmod -R u\+rw debian/mathgl/usr/share/doc
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/mathgl/usr/share/doc/mathgl/copyright
> 	install -g 0 -o 0 -d debian/libmgl5/usr/share/doc/libmgl5
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl5/usr/share/doc/libmgl5/copyright
> 	install -g 0 -o 0 -d debian/libmgl-dev/usr/share/doc/libmgl-dev
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl-dev/usr/share/doc/libmgl-dev/copyright
> 	install -g 0 -o 0 -d debian/libmgl-fltk5/usr/share/doc/libmgl-fltk5
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl-fltk5/usr/share/doc/libmgl-fltk5/copyright
> 	install -g 0 -o 0 -d debian/libmgl-qt5/usr/share/doc/libmgl-qt5
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl-qt5/usr/share/doc/libmgl-qt5/copyright
> 	install -g 0 -o 0 -d debian/libmgl-wx5/usr/share/doc/libmgl-wx5
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl-wx5/usr/share/doc/libmgl-wx5/copyright
> 	install -g 0 -o 0 -d debian/libmgl-glut5/usr/share/doc/libmgl-glut5
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/libmgl-glut5/usr/share/doc/libmgl-glut5/copyright
> 	install -g 0 -o 0 -d debian/python-mathgl/usr/share/doc/python-mathgl
> 	install -g 0 -o 0 -m 644 -p debian/copyright debian/python-mathgl/usr/share/doc/python-mathgl/copyright
> dh_installchangelogs -a
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/mathgl/usr/share/doc/mathgl/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/mathgl/usr/share/doc/mathgl/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl5/usr/share/doc/libmgl5/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl5/usr/share/doc/libmgl5/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl-dev/usr/share/doc/libmgl-dev/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl-dev/usr/share/doc/libmgl-dev/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl-fltk5/usr/share/doc/libmgl-fltk5/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl-fltk5/usr/share/doc/libmgl-fltk5/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl-qt5/usr/share/doc/libmgl-qt5/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl-qt5/usr/share/doc/libmgl-qt5/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl-wx5/usr/share/doc/libmgl-wx5/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl-wx5/usr/share/doc/libmgl-wx5/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/libmgl-glut5/usr/share/doc/libmgl-glut5/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/libmgl-glut5/usr/share/doc/libmgl-glut5/changelog
> 	install -o 0 -g 0 -p -m644 debian/changelog debian/python-mathgl/usr/share/doc/python-mathgl/changelog.Debian
> 	install -o 0 -g 0 -p -m644 ./ChangeLog debian/python-mathgl/usr/share/doc/python-mathgl/changelog
> dh_installman -a
> 	install -d debian/mathgl/usr/share/man/man1/
> 	install -p -m644 debian/mgl2cpp.1 debian/mathgl/usr/share/man/man1/mgl2cpp.1
> 	install -p -m644 debian/mgl2eps.1 debian/mathgl/usr/share/man/man1/mgl2eps.1
> 	install -p -m644 debian/mgl2gif.1 debian/mathgl/usr/share/man/man1/mgl2gif.1
> 	install -p -m644 debian/mgl2png.1 debian/mathgl/usr/share/man/man1/mgl2png.1
> 	install -p -m644 debian/mgl2svg.1 debian/mathgl/usr/share/man/man1/mgl2svg.1
> 	install -p -m644 debian/mglview.1 debian/mathgl/usr/share/man/man1/mglview.1
> 	man --recode UTF-8 ./mglview\.1 > mglview\.1\.new
> 	chmod 644 mglview.1.new
> 	mv -f mglview.1.new mglview.1
> 	man --recode UTF-8 ./mgl2svg\.1 > mgl2svg\.1\.new
> 	chmod 644 mgl2svg.1.new
> 	mv -f mgl2svg.1.new mgl2svg.1
> 	man --recode UTF-8 ./mgl2png\.1 > mgl2png\.1\.new
> 	chmod 644 mgl2png.1.new
> 	mv -f mgl2png.1.new mgl2png.1
> 	man --recode UTF-8 ./mgl2gif\.1 > mgl2gif\.1\.new
> 	chmod 644 mgl2gif.1.new
> 	mv -f mgl2gif.1.new mgl2gif.1
> 	man --recode UTF-8 ./mgl2eps\.1 > mgl2eps\.1\.new
> 	chmod 644 mgl2eps.1.new
> 	mv -f mgl2eps.1.new mgl2eps.1
> 	man --recode UTF-8 ./mgl2cpp\.1 > mgl2cpp\.1\.new
> 	chmod 644 mgl2cpp.1.new
> 	mv -f mgl2cpp.1.new mgl2cpp.1
> dh_installdebconf -a
> 	install -o 0 -g 0 -d debian/mathgl/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl5/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl-dev/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl-fltk5/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl-qt5/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl-wx5/DEBIAN
> 	install -o 0 -g 0 -d debian/libmgl-glut5/DEBIAN
> 	install -o 0 -g 0 -d debian/python-mathgl/DEBIAN
> dh_pysupport -a
> dh_pysupport: This program is deprecated, you should use dh_python2 instead. Migration guide: http://deb.li/dhs2p
> 	/usr/share/python-support/private/movemodules debian/mathgl
> 	/usr/share/python-support/private/movemodules debian/libmgl5
> 	/usr/share/python-support/private/movemodules debian/libmgl-dev
> 	/usr/share/python-support/private/movemodules debian/libmgl-fltk5
> 	/usr/share/python-support/private/movemodules debian/libmgl-qt5
> 	/usr/share/python-support/private/movemodules debian/libmgl-wx5
> 	/usr/share/python-support/private/movemodules debian/libmgl-glut5
> 	/usr/share/python-support/private/movemodules debian/python-mathgl
> 	(grep -s -v python:Versions debian/python-mathgl.substvars; echo python:Versions=2.7) > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> 	(grep -s -v python:Provides debian/python-mathgl.substvars; echo python:Provides=python2.7-mathgl) > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> 	(grep -s -v python:Depends debian/python-mathgl.substvars; echo "python:Depends=python (>= 2.7)") > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> 	(grep -s -v python:Depends debian/python-mathgl.substvars; echo "python:Depends=python (<< 2.8), python (>= 2.7)") > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> 	(grep -s -v python:Depends debian/python-mathgl.substvars; echo "python:Depends=python (<< 2.8), python (>= 2.7), python-support (>= 0.90.0)") > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> 	echo "# Automatically added by dh_pysupport">> debian/python-mathgl.postinst.debhelper
> 	sed "s,#ARGS#, python-mathgl.public," /usr/share/debhelper/autoscripts/postinst-python-support >> debian/python-mathgl.postinst.debhelper
> 	echo '# End automatically added section' >> debian/python-mathgl.postinst.debhelper
> 	echo "# Automatically added by dh_pysupport">> debian/python-mathgl.prerm.debhelper
> 	sed "s,#ARGS#, python-mathgl.public," /usr/share/debhelper/autoscripts/prerm-python-support >> debian/python-mathgl.prerm.debhelper
> 	echo '# End automatically added section' >> debian/python-mathgl.prerm.debhelper
> dh_numpy -a
> 	(grep -s -v python:Depends debian/mathgl.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/mathgl.substvars.new
> 	mv debian/mathgl.substvars.new debian/mathgl.substvars
> 	(grep -s -v python:Depends debian/libmgl5.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl5.substvars.new
> 	mv debian/libmgl5.substvars.new debian/libmgl5.substvars
> 	(grep -s -v python:Depends debian/libmgl-dev.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl-dev.substvars.new
> 	mv debian/libmgl-dev.substvars.new debian/libmgl-dev.substvars
> 	(grep -s -v python:Depends debian/libmgl-fltk5.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl-fltk5.substvars.new
> 	mv debian/libmgl-fltk5.substvars.new debian/libmgl-fltk5.substvars
> 	(grep -s -v python:Depends debian/libmgl-qt5.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl-qt5.substvars.new
> 	mv debian/libmgl-qt5.substvars.new debian/libmgl-qt5.substvars
> 	(grep -s -v python:Depends debian/libmgl-wx5.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl-wx5.substvars.new
> 	mv debian/libmgl-wx5.substvars.new debian/libmgl-wx5.substvars
> 	(grep -s -v python:Depends debian/libmgl-glut5.substvars; echo "python:Depends=python-numpy (>= 1:1.6.1), python-numpy-abi9") > debian/libmgl-glut5.substvars.new
> 	mv debian/libmgl-glut5.substvars.new debian/libmgl-glut5.substvars
> 	(grep -s -v python:Depends debian/python-mathgl.substvars; echo "python:Depends=python (<< 2.8), python (>= 2.7), python-numpy (>= 1:1.6.1), python-numpy-abi9, python-support (>= 0.90.0)") > debian/python-mathgl.substvars.new
> 	mv debian/python-mathgl.substvars.new debian/python-mathgl.substvars
> dh_link -a
> 	rm -f debian/libmgl5/usr/lib/libmgl.so.5
> 	ln -sf libmgl.so.5.0.0 debian/libmgl5/usr/lib/libmgl.so.5
> 	rm -f debian/libmgl-dev/usr/lib/libmgl-fltk.so
> 	ln -sf libmgl-fltk.so.5.0.0 debian/libmgl-dev/usr/lib/libmgl-fltk.so
> 	rm -f debian/libmgl-dev/usr/lib/libmgl-glut.so
> 	ln -sf libmgl-glut.so.5.0.0 debian/libmgl-dev/usr/lib/libmgl-glut.so
> 	rm -f debian/libmgl-dev/usr/lib/libmgl-qt.so
> 	ln -sf libmgl-qt.so.5.0.0 debian/libmgl-dev/usr/lib/libmgl-qt.so
> 	rm -f debian/libmgl-dev/usr/lib/libmgl-wx.so
> 	ln -sf libmgl-wx.so.5.0.0 debian/libmgl-dev/usr/lib/libmgl-wx.so
> 	rm -f debian/libmgl-dev/usr/lib/libmgl.so
> 	ln -sf libmgl.so.5.0.0 debian/libmgl-dev/usr/lib/libmgl.so
> 	rm -f debian/libmgl-fltk5/usr/lib/libmgl-fltk.so.5
> 	ln -sf libmgl-fltk.so.5.0.0 debian/libmgl-fltk5/usr/lib/libmgl-fltk.so.5
> 	rm -f debian/libmgl-qt5/usr/lib/libmgl-qt.so.5
> 	ln -sf libmgl-qt.so.5.0.0 debian/libmgl-qt5/usr/lib/libmgl-qt.so.5
> 	rm -f debian/libmgl-wx5/usr/lib/libmgl-wx.so.5
> 	ln -sf libmgl-wx.so.5.0.0 debian/libmgl-wx5/usr/lib/libmgl-wx.so.5
> 	rm -f debian/libmgl-glut5/usr/lib/libmgl-glut.so.5
> 	ln -sf libmgl-glut.so.5.0.0 debian/libmgl-glut5/usr/lib/libmgl-glut.so.5
> dh_compress -a
> 	cd debian/mathgl
> 	chmod a-x usr/share/man/man1/mgl2cpp.1 usr/share/man/man1/mgl2eps.1 usr/share/man/man1/mgl2gif.1 usr/share/man/man1/mgl2png.1 usr/share/man/man1/mgl2svg.1 usr/share/man/man1/mglview.1 usr/share/doc/mathgl/changelog usr/share/doc/mathgl/changelog.Debian usr/share/doc/mathgl/NEWS
> 	gzip -9nf usr/share/man/man1/mgl2cpp.1 usr/share/man/man1/mgl2eps.1 usr/share/man/man1/mgl2gif.1 usr/share/man/man1/mgl2png.1 usr/share/man/man1/mgl2svg.1 usr/share/man/man1/mglview.1 usr/share/doc/mathgl/changelog usr/share/doc/mathgl/changelog.Debian usr/share/doc/mathgl/NEWS
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl5
> 	chmod a-x usr/share/doc/libmgl5/changelog usr/share/doc/libmgl5/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl5/changelog usr/share/doc/libmgl5/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl-dev
> 	chmod a-x usr/share/doc/libmgl-dev/changelog usr/share/doc/libmgl-dev/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl-dev/changelog usr/share/doc/libmgl-dev/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl-fltk5
> 	chmod a-x usr/share/doc/libmgl-fltk5/changelog usr/share/doc/libmgl-fltk5/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl-fltk5/changelog usr/share/doc/libmgl-fltk5/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl-qt5
> 	chmod a-x usr/share/doc/libmgl-qt5/changelog usr/share/doc/libmgl-qt5/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl-qt5/changelog usr/share/doc/libmgl-qt5/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl-wx5
> 	chmod a-x usr/share/doc/libmgl-wx5/changelog usr/share/doc/libmgl-wx5/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl-wx5/changelog usr/share/doc/libmgl-wx5/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/libmgl-glut5
> 	chmod a-x usr/share/doc/libmgl-glut5/changelog usr/share/doc/libmgl-glut5/changelog.Debian
> 	gzip -9nf usr/share/doc/libmgl-glut5/changelog usr/share/doc/libmgl-glut5/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> 	cd debian/python-mathgl
> 	chmod a-x usr/share/doc/python-mathgl/changelog usr/share/doc/python-mathgl/changelog.Debian
> 	gzip -9nf usr/share/doc/python-mathgl/changelog usr/share/doc/python-mathgl/changelog.Debian
> 	cd '/«PKGBUILDDIR»'
> dh_fixperms -a
> 	find debian/mathgl  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/mathgl ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/mathgl/usr/share/doc -type f  ! -regex 'debian/mathgl/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/mathgl/usr/share/man debian/mathgl/usr/man/ debian/mathgl/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/mathgl/usr/lib/perl5 debian/mathgl/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/mathgl/usr/bin -type f  -print0 2>/dev/null | xargs -0r chmod a+x
> 	find debian/mathgl/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl5  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl5 ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl5/usr/share/doc -type f  ! -regex 'debian/libmgl5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl5/usr/share/man debian/libmgl5/usr/man/ debian/libmgl5/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5 -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5 -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl5/usr/lib/perl5 debian/libmgl5/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl5/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl-dev  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl-dev ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl-dev/usr/share/doc -type f  ! -regex 'debian/libmgl-dev/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl-dev/usr/share/man debian/libmgl-dev/usr/man/ debian/libmgl-dev/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-dev/usr/lib/perl5 debian/libmgl-dev/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl-dev/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl-fltk5  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl-fltk5 ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl-fltk5/usr/share/doc -type f  ! -regex 'debian/libmgl-fltk5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl-fltk5/usr/share/man debian/libmgl-fltk5/usr/man/ debian/libmgl-fltk5/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5 -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5 -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-fltk5/usr/lib/perl5 debian/libmgl-fltk5/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl-fltk5/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl-qt5  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl-qt5 ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl-qt5/usr/share/doc -type f  ! -regex 'debian/libmgl-qt5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl-qt5/usr/share/man debian/libmgl-qt5/usr/man/ debian/libmgl-qt5/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5 -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5 -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-qt5/usr/lib/perl5 debian/libmgl-qt5/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl-qt5/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl-wx5  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl-wx5 ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl-wx5/usr/share/doc -type f  ! -regex 'debian/libmgl-wx5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl-wx5/usr/share/man debian/libmgl-wx5/usr/man/ debian/libmgl-wx5/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5 -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5 -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-wx5/usr/lib/perl5 debian/libmgl-wx5/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl-wx5/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/libmgl-glut5  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/libmgl-glut5 ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/libmgl-glut5/usr/share/doc -type f  ! -regex 'debian/libmgl-glut5/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/libmgl-glut5/usr/share/man debian/libmgl-glut5/usr/man/ debian/libmgl-glut5/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5 -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5 -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/libmgl-glut5/usr/lib/perl5 debian/libmgl-glut5/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/libmgl-glut5/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> 	find debian/python-mathgl  -print0 2>/dev/null | xargs -0r chown --no-dereference 0:0
> 	find debian/python-mathgl ! -type l  -print0 2>/dev/null | xargs -0r chmod go=rX,u+rw,a-s
> 	find debian/python-mathgl/usr/share/doc -type f  ! -regex 'debian/python-mathgl/usr/share/doc/[^/]*/examples/.*' -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl/usr/share/doc -type d  -print0 2>/dev/null | xargs -0r chmod 755
> 	find debian/python-mathgl/usr/share/man debian/python-mathgl/usr/man/ debian/python-mathgl/usr/X11*/man/ -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl -perm -5 -type f \( -name '*.so.*' -or -name '*.so' -or -name '*.la' -or -name '*.a' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl/usr/include -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl/usr/share/applications -type f  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl -perm -5 -type f \( -name '*.cmxs' \)  -print0 2>/dev/null | xargs -0r chmod 644
> 	find debian/python-mathgl/usr/lib/perl5 debian/python-mathgl/usr/share/perl5 -type f -perm -5 -name '*.pm'  -print0 2>/dev/null | xargs -0r chmod a-X
> 	find debian/python-mathgl/usr/lib -type f -name '*.ali'  -print0 2>/dev/null | xargs -0r chmod uga-w
> dh_strip -a
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mglview
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mgl2svg
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mgl2png
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mgl2gif
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mgl2eps
> 	strip --remove-section=.comment --remove-section=.note debian/mathgl/usr/bin/mgl2cpp
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libmgl5/usr/lib/libmgl.so.5.0.0
> 	strip --strip-debug debian/libmgl-dev/usr/lib/libmgl.a
> 	strip --strip-debug debian/libmgl-dev/usr/lib/libmgl-wx.a
> 	strip --strip-debug debian/libmgl-dev/usr/lib/libmgl-qt.a
> 	strip --strip-debug debian/libmgl-dev/usr/lib/libmgl-glut.a
> 	strip --strip-debug debian/libmgl-dev/usr/lib/libmgl-fltk.a
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libmgl-fltk5/usr/lib/libmgl-fltk.so.5.0.0
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libmgl-qt5/usr/lib/libmgl-qt.so.5.0.0
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libmgl-wx5/usr/lib/libmgl-wx.so.5.0.0
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/libmgl-glut5/usr/lib/libmgl-glut.so.5.0.0
> 	strip --remove-section=.comment --remove-section=.note --strip-unneeded debian/python-mathgl/usr/lib/pyshared/python2.7/_mathgl.so
> dh_makeshlibs -a
> 	rm -f debian/mathgl/DEBIAN/shlibs
> 	rm -f debian/libmgl5/DEBIAN/shlibs
> 	echo 'libmgl 5 libmgl5' >>debian/libmgl5/DEBIAN/shlibs
> 	echo "# Automatically added by dh_makeshlibs">> debian/libmgl5.postinst.debhelper
> 	sed "" /usr/share/debhelper/autoscripts/postinst-makeshlibs >> debian/libmgl5.postinst.debhelper
> 	echo '# End automatically added section' >> debian/libmgl5.postinst.debhelper
> 	echo "# Automatically added by dh_makeshlibs">> debian/libmgl5.postrm.debhelper
> 	sed "" /usr/share/debhelper/autoscripts/postrm-makeshlibs >> debian/libmgl5.postrm.debhelper
> 	echo '# End automatically added section' >> debian/libmgl5.postrm.debhelper
> 	chmod 644 debian/libmgl5/DEBIAN/shlibs
> 	chown 0:0 debian/libmgl5/DEBIAN/shlibs
> 	dpkg-gensymbols -plibmgl5 -Idebian/libmgl5.symbols -Pdebian/libmgl5
> dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see diff output below
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols file: see diff output below
> dpkg-gensymbols: warning: debian/libmgl5/DEBIAN/symbols doesn't match completely debian/libmgl5.symbols
> --- debian/libmgl5.symbols (libmgl5_1.11.2-10_amd64)
> +++ dpkg-gensymbolsg8KzMY	2012-05-08 09:23:42.056825365 +0000
> @@ -132,7 +132,7 @@
>   _Z11mgl_fit__dfPK10gsl_vectorPvP10gsl_matrix at Base 1.11
>   _Z11mgl_init_raiPKfP6mgl_ap at Base 1.11
>   _Z11mgl_read_gzP8gzFile_s at Base 1.11
> - (optional)_Z11mgl_read_gzPv at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_Z11mgl_read_gzPv at Base 1.11
>   _Z11mgl_spline3PfS_iifRf at Base 1.11
>   _Z11mgl_spline5PfS_iifRf at Base 1.11
>   _Z11mgl_strtrimPc at Base 1.11
> @@ -797,10 +797,10 @@
>   (arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390 !s390x !sparc64 !powerpcspe)_ZN10u3dLineSet7AddLineEjjj at Base 1.11
>   (arch=alpha amd64 kfreebsd-amd64 ia64 s390 s390x sparc64 powerpcspe)_ZN10u3dLineSet7AddLineEmmm at Base 1.11
>   _ZN10u3dLineSet9line_plotEPfS0_S0_S0_ at Base 1.11
> - _ZN10u3dLineSetD1Ev at Base 1.11
> - (arch=!powerpcspe)_ZN10u3dLineSetD2Ev at Base 1.11
> +#MISSING: 1.11.2-10# _ZN10u3dLineSetD1Ev at Base 1.11
> +#MISSING: 1.11.2-10# (arch=!powerpcspe)_ZN10u3dLineSetD2Ev at Base 1.11
>   _ZN10u3dTexture13print_textureEPKcRSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
> - (optional)_ZN10u3dTextureD1Ev at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZN10u3dTextureD1Ev at Base 1.11
>   _ZN11TGAImageMin10DeallocateEv at Base 1.11
>   _ZN11TGAImageMin10InitializeEjjj at Base 1.11
>   _ZN11TGAImageMinC1Ev at Base 1.11
> @@ -1000,6 +1000,8 @@
>   _ZN7mglPrim6IsSameEfPfi at Base 1.11
>   _ZN7u3dBall10print_nodeERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
>   _ZN7u3dBall22print_shading_modifierERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
> + _ZN7u3dBallD1Ev at Base 1.11.2-10
> + _ZN7u3dBallD2Ev at Base 1.11.2-10
>   (arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390 !s390x !sparc64 sh4 powerpcspe)_ZN7u3dMesh11AddTriangleEjjjj at Base 1.11
>   (arch=!alpha !amd64 !kfreebsd-amd64 !ia64 !s390 !s390x !sparc64 !powerpcspe)_ZN7u3dMesh11AddTriangleEjjjjjj at Base 1.11
>   (arch=alpha amd64 kfreebsd-amd64 ia64 s390 s390x sparc64 powerpcspe)_ZN7u3dMesh11AddTriangleEmmmm at Base 1.11
> @@ -1009,6 +1011,8 @@
>   _ZN7u3dMesh20print_model_resourceERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
>   _ZN7u3dMesh9quad_plotEPfS0_S0_S0_S0_S0_S0_S0_ at Base 1.11
>   _ZN7u3dMesh9trig_plotEPfS0_S0_S0_S0_S0_ at Base 1.11
> + _ZN7u3dMeshC1ERKS_ at Base 1.11.2-10
> + _ZN7u3dMeshC2ERKS_ at Base 1.11.2-10
>   _ZN7u3dMeshD1Ev at Base 1.11
>   (arch=!powerpcspe)_ZN7u3dMeshD2Ev at Base 1.11
>   _ZN7u3dNode5printERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
> @@ -1432,9 +1436,12 @@
>   _ZN8mglParseC2Eb at Base 1.11
>   _ZN8mglParseD1Ev at Base 1.11
>   _ZN8mglParseD2Ev at Base 1.11
> + _ZN8u3dGroupD1Ev at Base 1.11.2-10
> + _ZN8u3dGroupD2Ev at Base 1.11.2-10
>   _ZN8u3dLight10print_nodeERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
>   _ZN8u3dLight20print_light_resourceERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
>   (optional)_ZN8u3dLightD1Ev at Base 1.11
> + _ZN8u3dLightD2Ev at Base 1.11.2-10
>   _ZN8u3dModel10print_nodeERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
>   _ZN8u3dModel16AddModelMaterialEPKfbb at Base 1.11
>   _ZN8u3dModel22print_shading_modifierERSt14basic_ofstreamIcSt11char_traitsIcEE at Base 1.11
> @@ -1442,7 +1449,9 @@
>   _ZN8u3dModel8AddColorERK8mglColor at Base 1.11
>   _ZN8u3dModel8AddPointEPKf at Base 1.11
>   _ZN8u3dModel8AddPointERK8mglPoint at Base 1.11
> + _ZN8u3dModelC1ERKS_ at Base 1.11.2-10
>   _ZN8u3dModelC1ESsP12mglGraphIDTFRKb at Base 1.11
> + _ZN8u3dModelC2ERKS_ at Base 1.11.2-10
>   _ZN8u3dModelC2ESsP12mglGraphIDTFRKb at Base 1.11
>   (arch=!powerpcspe)_ZN8u3dModelD1Ev at Base 1.11
>   _ZN8u3dModelD2Ev at Base 1.11
> @@ -1494,22 +1503,25 @@
>   _ZNK7mglData9PrintInfoEP8_IO_FILE at Base 1.11
>   _ZNK7mglData9PrintInfoEPcb at Base 1.11
>   (optional)_ZNSs12_S_constructIPcEES0_T_S1_RKSaIcESt20forward_iterator_tag at Base 1.11
> - (optional)_ZNSsC1IPcEET_S1_RKSaIcE at Base 1.11
> - (optional)_ZNSsC2IPcEET_S1_RKSaIcE at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSsC1IPcEET_S1_RKSaIcE at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSsC2IPcEET_S1_RKSaIcE at Base 1.11
>   (optional)_ZNSt10_List_baseI10u3dLineSetSaIS0_EE8_M_clearEv at Base 1.11
>   (optional)_ZNSt10_List_baseI10u3dTextureSaIS0_EE8_M_clearEv at Base 1.11
>   (optional)_ZNSt10_List_baseI11u3dPointSetSaIS0_EE8_M_clearEv at Base 1.11
>   (optional)_ZNSt10_List_baseI7u3dMeshSaIS0_EE8_M_clearEv at Base 1.11
>   (optional)_ZNSt10_List_baseI8u3dGroupSaIS0_EE8_M_clearEv at Base 1.11
>   (optional)_ZNSt10_List_baseI8u3dLightSaIS0_EE8_M_clearEv at Base 1.11
> - (optional)_ZNSt11_Deque_baseI11u3dMaterialSaIS0_EE17_M_initialize_mapEj at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSt11_Deque_baseI11u3dMaterialSaIS0_EE17_M_initialize_mapEj at Base 1.11
>   (optional)_ZNSt11_Deque_baseI11u3dMaterialSaIS0_EE17_M_initialize_mapEm at Base 1.11
> - (optional)_ZNSt11_Deque_baseI11u3dMaterialSaIS0_EED2Ev at Base 1.11
> - (optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 1.11
> - (optional)_ZNSt4listI7u3dMeshSaIS0_EE14_M_create_nodeERKS0_ at Base 1.11
> - (optional)_ZNSt4listI7u3dMeshSaIS0_EE9push_backERKS0_ at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSt11_Deque_baseI11u3dMaterialSaIS0_EED2Ev at Base 1.11
> + _ZNSt12_Destroy_auxILb0EE9__destroyIP7u3dBallEEvT_S4_ at Base 1.11.2-10
> +#MISSING: 1.11.2-10# (optional)_ZNSt15basic_stringbufIcSt11char_traitsIcESaIcEED1Ev at Base 1.11
> + _ZNSt20__uninitialized_copyILb0EE13__uninit_copyIP7u3dBallS3_EET0_T_S5_S4_ at Base 1.11.2-10
> +#MISSING: 1.11.2-10# (optional)_ZNSt4listI7u3dMeshSaIS0_EE14_M_create_nodeERKS0_ at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSt4listI7u3dMeshSaIS0_EE9push_backERKS0_ at Base 1.11
> + _ZNSt4listI8u3dGroupSaIS0_EE9push_backERKS0_ at Base 1.11.2-10
>   _ZNSt5dequeI11u3dMaterialSaIS0_EE16_M_push_back_auxERKS0_ at Base 1.11
> - (optional)_ZNSt5dequeI11u3dMaterialSaIS0_EE17_M_reallocate_mapEjb at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSt5dequeI11u3dMaterialSaIS0_EE17_M_reallocate_mapEjb at Base 1.11
>   (optional)_ZNSt5dequeI11u3dMaterialSaIS0_EE17_M_reallocate_mapEmb at Base 1.11
>   (optional)_ZNSt5dequeI11u3dMaterialSaIS0_EE19_M_destroy_data_auxESt15_Deque_iteratorIS0_RS0_PS0_ES6_ at Base 1.11
>   _ZNSt5dequeI11u3dMaterialSaIS0_EED1Ev at Base 1.11
> @@ -1517,14 +1529,20 @@
>   _ZNSt6vectorI10TexCoord2DSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
>   _ZNSt6vectorI7size_t3SaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
>   _ZNSt6vectorI7u3dBallSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
> - (optional)_ZNSt6vectorI7u3dBallSaIS0_EED1Ev at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZNSt6vectorI7u3dBallSaIS0_EED1Ev at Base 1.11
>   _ZNSt6vectorI7u3dLineSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
>   _ZNSt6vectorI8mglColorSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
> + _ZNSt6vectorI8mglColorSaIS0_EED1Ev at Base 1.11.2-10
> + _ZNSt6vectorI8mglColorSaIS0_EED2Ev at Base 1.11.2-10
>   _ZNSt6vectorI8mglPointSaIS0_EE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPS0_S2_EERKS0_ at Base 1.11
> - (optional)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj at Base 1.11
> + _ZNSt6vectorI8mglPointSaIS0_EED1Ev at Base 1.11.2-10
> + _ZNSt6vectorI8mglPointSaIS0_EED2Ev at Base 1.11.2-10
> +#MISSING: 1.11.2-10# (optional)_ZNSt6vectorIjSaIjEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPjS1_EERKj at Base 1.11
>   (optional)_ZNSt6vectorImSaImEE13_M_insert_auxEN9__gnu_cxx17__normal_iteratorIPmS1_EERKm at Base 1.11
> + _ZNSt6vectorImSaImEED1Ev at Base 1.11.2-10
> + _ZNSt6vectorImSaImEED2Ev at Base 1.11.2-10
>   (optional)_ZSt22__complex_pow_unsignedIdESt7complexIT_ES2_j at Base 1.11
> - (optional)_ZSt5fixedRSt8ios_base at Base 1.11
> +#MISSING: 1.11.2-10# (optional)_ZSt5fixedRSt8ios_base at Base 1.11
>   _ZStplIcSt11char_traitsIcESaIcEESbIT_T0_T1_EPKS3_RKS6_ at Base 1.11
>   _ZTI10mglFormula at Base 1.11
>   _ZTI10mglGraphAB at Base 1.11
> dh_makeshlibs: dpkg-gensymbols -plibmgl5 -Idebian/libmgl5.symbols -Pdebian/libmgl5 returned exit code 1
> make: *** [binary-arch] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/05/08/mathgl_1.11.2-10_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.





More information about the debian-science-maintainers mailing list