Bug#556073: FTBFS with binutils-gold
Source: procmeter3 Version: 3.5b-1 Severity: minor User: peter.fritzs...@gmx.de Usertags: no-add-needed Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executables. More informations can be found at http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking gcc bitmap.o menus.o resources.o run.o window.o widgets/PMBar.o widgets/PMGeneric.o widgets/PMGraph.o widgets/PMText.o ../module.o ../procmeter.o ../procmeterrc.o -o ../procmeter3-gtk2 -ldl -rdynamic `pkg-config --libs gtk+-2.0` /usr/bin/ld: run.o: in function RunProgram:run.c:124: error: undefined reference to 'XDisplayString' /usr/bin/ld: run.o: in function RunProgram:run.c:113: error: undefined reference to 'XBell' collect2: ld returned 1 exit status make[2]: *** [../procmeter3-gtk2] Error 1 -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#556060: FTBFS with binutils-gold
Source: phat Version: 0.4.1-1 Severity: minor User: peter.fritzs...@gmx.de Usertags: no-add-needed Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executables. It is maybe better in your case that libphat.so gets linked against the needed libraries to fix that problem. You can use --no-undefined (or respective -Wl,--no-undefined when linking with g++ or gcc) to check your libraries if they still have symbols which doesn't get resolved by them. dpkg-shlibdeps will also print warnings about unresolved symbols when it gets run in your debian/rules. More informations can be found at http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking /bin/bash ../libtool --tag=CC --mode=link x86_64-linux-gnu-gcc -O3 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -Wall -Werror -o phatfanslider phatfanslider-fanslider.o ../phat/libphat.la -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 -lgnome canvas-2 -lart_lgpl_2 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -lgmodule-2.0 -lglib-2.0 mkdir .libs x86_64-linux-gnu-gcc -O3 -D_REENTRANT -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT -I/usr/include/libgnomecanvas-2.0 -I/usr/include/pango-1.0 -I/usr/include/gail-1.0 -I/usr/include/libart-2.0 -I/usr/include/gtk-2.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/directfb -I/usr/include/libpng12 -Wall -Werror -o .libs/phatfanslider phatfanslider-fanslider.o ../phat/.libs/libphat.so /usr/lib/libgnomecanvas-2.so /usr/lib/libart_lgpl_2.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libpangoft2-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so /usr/l ib/libgio-2.0.so /usr/lib/libcairo.so /usr/lib/libpango-1.0.so /usr/lib/libfreetype.so -lz -lfontconfig /usr/lib/libgobject-2.0.so /usr/lib/libgmodule-2.0.so /usr/lib/libglib-2.0.so -Wl,--rpath -Wl,/usr/lib /usr/bin/ld: ../phat/.libs/libphat.so: error: undefined reference to 'XWarpPointer' collect2: ld returned 1 exit status make[2]: *** [phatfanslider] Error 1 -- To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Bug#556066: FTBFS with binutils-gold
Source: poe.app Version: 0.5.1-4 Severity: minor User: peter.fritzs...@gmx.de Usertags: no-add-needed Tried to build your package and it fails to build with GNU binutils-gold. The important difference is that --no-add-needed is the default behavior of of GNU binutils-gold. Please provide all needed libraries to the linker when building your executables. More informations can be found at http://wiki.debian.org/qa.debian.org/FTBFS#A2009-11-02Packagesfailingbecausebinutils-gold.2BAC8-indirectlinking Linking app Poe ... /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_clear_internals:vcedit.c:40: error: undefined reference to 'ogg_stream_clear' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_clear_internals:vcedit.c:45: error: undefined reference to 'ogg_sync_clear' /usr/bin/ld: ./obj/vcedit.c.o: in function _v_writestring:vcedit.c:78: error: undefined reference to 'oggpack_write' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:86: error: undefined reference to 'oggpack_writeinit' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:89: error: undefined reference to 'oggpack_write' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:93: error: undefined reference to 'oggpack_write' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:97: error: undefined reference to 'oggpack_write' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:112: error: undefined reference to 'oggpack_bytes' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:113: error: undefined reference to 'oggpack_bytes' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:115: error: undefined reference to 'oggpack_bytes' /usr/bin/ld: ./obj/vcedit.c.o: in function _commentheader_out:vcedit.c:120: error: undefined reference to 'oggpack_writeclear' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:145: error: undefined reference to 'ogg_stream_packetout' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:155: error: undefined reference to 'ogg_sync_buffer' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:157: error: undefined reference to 'ogg_sync_wrote' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:153: error: undefined reference to 'ogg_sync_pageout' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:161: error: undefined reference to 'ogg_page_eos' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:163: error: undefined reference to 'ogg_page_serialno' /usr/bin/ld: ./obj/vcedit.c.o: in function _fetch_next_packet:vcedit.c:170: error: undefined reference to 'ogg_stream_pagein' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:198: error: undefined reference to 'ogg_sync_init' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:200: error: undefined reference to 'ogg_sync_buffer' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:203: error: undefined reference to 'ogg_sync_wrote' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:205: error: undefined reference to 'ogg_sync_pageout' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:214: error: undefined reference to 'ogg_page_serialno' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:217: error: undefined reference to 'ogg_stream_init' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:225: error: undefined reference to 'ogg_stream_pagein' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:231: error: undefined reference to 'ogg_stream_packetout' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:251: error: undefined reference to 'ogg_sync_pageout' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:255: error: undefined reference to 'ogg_stream_pagein' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:258: error: undefined reference to 'ogg_stream_packetout' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:279: error: undefined reference to 'ogg_sync_buffer' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_open_callbacks:vcedit.c:286: error: undefined reference to 'ogg_sync_wrote' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_write:vcedit.c:331: error: undefined reference to 'ogg_stream_init' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_write:vcedit.c:335: error: undefined reference to 'ogg_stream_packetin' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_write:vcedit.c:336: error: undefined reference to 'ogg_stream_packetin' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_write:vcedit.c:337: error: undefined reference to 'ogg_stream_packetin' /usr/bin/ld: ./obj/vcedit.c.o: in function vcedit_write:vcedi
Bug#556174: otrs2 wants to install the mysql-database as root and not as debian-maintainer-user
Package: otrs2 Version: 2.2.7-2lenny1 Severity: normal otrs2 tries to install the mysql-database as "root"@"localhost" while there is a debian-maintainer-user used for creating and installing new databases or tables. since there is a debian-maintainer-user, I don't allow root to make connections to the mysql-database. This is already in the otrs2-2.0 packages so I can not upgrade from old stable to new stable (since there is no useable root-account) -- System Information: Debian Release: 5.0.2 APT prefers stable APT policy: (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.26-2-amd64 (SMP w/1 CPU core) Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages otrs2 depends on: ii adduser 3.110 add and remove users and groups ii apache2 2.2.9-10+lenny4 Apache HTTP Server metapackage ii apache2-mpm-worker [http 2.2.9-10+lenny4 Apache HTTP Server - high speed th ii dbconfig-common 1.8.39 common framework for packaging dat ii debconf 1.5.24 Debian configuration management sy ii libauthen-sasl-perl 2.12-1 Authen::SASL - SASL Authentication ii libcrypt-passwdmd5-perl 1.3-9 interoperable MD5-based crypt() fo ii libdate-pcalc-perl 1.2-3 Perl module for Gregorian calendar ii libdbi-perl 1.605-1 Perl5 database interface by Tim Bu ii libemail-valid-perl 0.179-2 Check validity of Internet email a ii libio-stringy-perl 2.110-4 Perl modules for IO from scalars a ii libmailtools-perl2.03-1 Manipulate email in perl programs ii libmime-tools-perl [libm 5.427-1 Perl5 modules for MIME-compliant m ii libtext-diff-perl0.35-3 Perform diffs on files and record ii libxml-parser-perl 2.36-1.1+b1 Perl module for parsing XML files ii perl 5.10.0-19 Larry Wall's Practical Extraction ii ucf 3.0016 Update Configuration File: preserv Versions of packages otrs2 recommends: ii aspell 0.60.6-1 GNU Aspell spell-checker ii ispell 3.1.20.0-4.4 International Ispell (an interacti ii libapache2-mod-perl2 2.0.4-5 Integration of perl with the Apach ii libdbd-mysql-perl 4.007-1 A Perl5 database interface to the ii libgd-graph-perl 1.44-3Graph Plotting Module for Perl 5 ii libgd-text-perl0.86-5Text utilities for use with GD ii mysql-server 5.0.51a-24+lenny2 MySQL database server (metapackage ii mysql-server-5.0 [mysq 5.0.51a-24+lenny2 MySQL database server binaries ii procmail 3.22-16 Versatile e-mail processor Versions of packages otrs2 suggests: pn libnet-ldap-perl (no description available) pn otrs2-doc-en | otrs2-doc-de(no description available) -- debconf information: otrs2/install-error: abort otrs2/remove-error: abort otrs2/pgsql/authmethod-admin: ident otrs2/pgsql/method: unix socket otrs2/db/app-user: otrs otrs2/resetdbuser: true otrs2/pgsql/changeconf: false otrs2/pgsql/authmethod-user: ident otrs2/internal/skip-preseed: true otrs2/remote/port: otrs2/upgrade-backup: true otrs2/db/dbname: otrs2 otrs2/pgsql/admin-user: postgres otrs2/dbconfig-reinstall: false otrs2/db/basepath: * otrs2/dbconfig-install: false otrs2/pgsql/manualconf: otrs2/mysql/method: unix socket otrs2/dbconfig-remove: otrs2/upgrade-error: abort otrs2/remote/newhost: otrs2/internal/reconfiguring: false otrs2/purge: false otrs2/database-type: mysql otrs2/pgsql/no-empty-passwords: otrs2/dbconfig-upgrade: true otrs2/passwords-do-not-match: otrs2/remote/host: otrs2/missing-db-package-error: abort otrs2/mysql/admin-user: root signature.asc Description: Digital signature