From hertzog at debian.org Wed Nov 4 18:36:15 2009 From: hertzog at debian.org (Raphael Hertzog) Date: Wed, 4 Nov 2009 19:36:15 +0100 Subject: [Pkg-allegro-maintainers] Bug#485113: Source format "3.0 (quilt)" allowed in testing/unstable Message-ID: <20091104183615.GA8865@rivendell> [ Same message sent in bcc to all remaining "FTBFS with new source format" ] Hello, the new source format "3.0 (quilt)" is now allowed in testing/unstable and having all packages buildable with the new format is a release goal (http://wiki.debian.org/ReleaseGoals/NewDebFormats). Thus it would be nice to see this bug fixed. If you want, you can directly fix the bug by switching the package to use the new format. In order to help you in this process, I have put some advice on the project page and will continue to complete it with answers to your questions: http://wiki.debian.org/Projects/DebSrc3.0#FAQ If you need help, please tag the bug help and someone might provide you a patch. Ask explicitely if you want a patch to convert the package to the new source format. The few packages that contain multiple tarballs in the .orig tarball should (ideally) be converted to the new format by using the multiple upstream tarball feature that it offers. I also recommend switching to quilt if you use another patch system since it's now the patch system that is endorsed by the dpkg maintainers. If you have questions, please ask. Cheers, -- Rapha?l Hertzog From peter.fritzsche at gmx.de Sun Nov 8 09:16:44 2009 From: peter.fritzsche at gmx.de (Peter Fritzsche) Date: Sun, 08 Nov 2009 10:16:44 +0100 Subject: [Pkg-allegro-maintainers] Bug#555058: FTBFS with binutils-gold Message-ID: <200911081016.44827650603.peter.fritzsche@gmx.de> Source: kq Version: 0.99.cvs20070319-1.1 Severity: minor User: peter.fritzsche at 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 -g -O2 -o kq enemyc.o intrface.o sgame.o bounds.o combat.o entity.o movement.o shopmenu.o credits.o eqpmenu.o itemmenu.o music.o timing.o disk.o eskill.o kq.o res.o fade.o magic.o scrnshot.o draw.o heroc.o masmenu.o selector.o effects.o hskill.o menu.o setup.o unix.o -laldmb -ldumb -L/usr/lib -lalleg-4.2.2 -llua50 /usr/bin/ld: scrnshot.o: in function save_screenshot:src/scrnshot.c:99: error: undefined reference to 'pow' collect2: ld returned 1 exit status make[3]: *** [kq] Error 1 From peterhull90 at gmail.com Sun Nov 8 20:07:27 2009 From: peterhull90 at gmail.com (Peter Hull) Date: Sun, 8 Nov 2009 20:07:27 +0000 Subject: [Pkg-allegro-maintainers] Bug#555058: FTBFS with binutils-gold In-Reply-To: <200911081016.44827650603.peter.fritzsche@gmx.de> References: <200911081016.44827650603.peter.fritzsche@gmx.de> Message-ID: <8833de210911081207k3b9d31ceq44460679a40a091@mail.gmail.com> I believe this is fixed upstream as there is a line AC_SEARCH_LIBS(sqrt, m) added to configure.ac Peter On Sun, Nov 8, 2009 at 9:16 AM, Peter Fritzsche wrote: > Source: kq > Version: 0.99.cvs20070319-1.1 > Severity: minor > User: peter.fritzsche at 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 ?-g -O2 ? -o kq enemyc.o intrface.o sgame.o bounds.o combat.o entity.o movement.o shopmenu.o credits.o eqpmenu.o itemmenu.o music.o timing.o disk.o eskill.o kq.o res.o fade.o magic.o scrnshot.o draw.o heroc.o masmenu.o selector.o effects.o hskill.o menu.o setup.o unix.o -laldmb -ldumb -L/usr/lib -lalleg-4.2.2 -llua50 > /usr/bin/ld: scrnshot.o: in function save_screenshot:src/scrnshot.c:99: error: undefined reference to 'pow' > collect2: ld returned 1 exit status > make[3]: *** [kq] Error 1 > > > > From peterhull90 at gmail.com Sun Nov 8 20:07:27 2009 From: peterhull90 at gmail.com (Peter Hull) Date: Sun, 8 Nov 2009 20:07:27 +0000 Subject: [Pkg-allegro-maintainers] Bug#555058: FTBFS with binutils-gold In-Reply-To: <200911081016.44827650603.peter.fritzsche@gmx.de> References: <200911081016.44827650603.peter.fritzsche@gmx.de> Message-ID: <8833de210911081207k3b9d31ceq44460679a40a091@mail.gmail.com> I believe this is fixed upstream as there is a line AC_SEARCH_LIBS(sqrt, m) added to configure.ac Peter On Sun, Nov 8, 2009 at 9:16 AM, Peter Fritzsche wrote: > Source: kq > Version: 0.99.cvs20070319-1.1 > Severity: minor > User: peter.fritzsche at 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 ?-g -O2 ? -o kq enemyc.o intrface.o sgame.o bounds.o combat.o entity.o movement.o shopmenu.o credits.o eqpmenu.o itemmenu.o music.o timing.o disk.o eskill.o kq.o res.o fade.o magic.o scrnshot.o draw.o heroc.o masmenu.o selector.o effects.o hskill.o menu.o setup.o unix.o -laldmb -ldumb -L/usr/lib -lalleg-4.2.2 -llua50 > /usr/bin/ld: scrnshot.o: in function save_screenshot:src/scrnshot.c:99: error: undefined reference to 'pow' > collect2: ld returned 1 exit status > make[3]: *** [kq] Error 1 > > > > From peter.fritzsche at gmx.de Thu Nov 12 08:47:14 2009 From: peter.fritzsche at gmx.de (Peter Fritzsche) Date: Thu, 12 Nov 2009 09:47:14 +0100 Subject: [Pkg-allegro-maintainers] Bug#555880: FTBFS with binutils-gold Message-ID: <200911120947.14514433927.peter.fritzsche@gmx.de> Source: overgod Version: 1.0-1 Severity: minor User: peter.fritzsche at 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 dpkg-buildpackage: source changed by Sam Hocevar (Debian packages) dpkg-buildpackage: host architecture amd64 fakeroot debian/rules clean dh_testdir dh_testroot rm -f build-stamp rm -f overgod *.o QUILT_PATCHES=debian/patches quilt pop -a -R || test $? = 2 No patch removed dh_clean dpkg-source -b overgod-1.0 dpkg-source: info: using source format `1.0' dpkg-source: info: building overgod using existing overgod_1.0.orig.tar.gz dpkg-source: info: building overgod in overgod_1.0-1.diff.gz dpkg-source: info: building overgod in overgod_1.0-1.dsc debian/rules build dh_testdir QUILT_PATCHES=debian/patches quilt push -a || test $? = 2 Applying patch 010_data_path.diff patching file displ_in.c patching file menu.c patching file sound.c Applying patch 020_config_file.diff patching file main.c Now at patch 020_config_file.diff cc -g -O2 -Wall *.c -o overgod `allegro-config --cflags --libs` actor.c: In function 'actor_sidekicks': actor.c:611: warning: 'target_y' may be used uninitialized in this function actor.c:611: warning: 'target_x' may be used uninitialized in this function bullet.c: In function 'manage_bullet': bullet.c:267: warning: 'cy' may be used uninitialized in this function bullet.c:267: warning: 'cx' may be used uninitialized in this function cmds.c: In function 'bomb_shot': cmds.c:2697: warning: 'special3' is used uninitialized in this function cmds.c:2697: warning: 'special4' is used uninitialized in this function cmds.c:2697: warning: 'special5' is used uninitialized in this function cmds.c: In function 'missile_shot': cmds.c:2514: warning: 'special2' is used uninitialized in this function displ_in.c: In function 'init_display': displ_in.c:144: warning: unused variable 'temp_palette3' displ_in.c:142: warning: unused variable 'temp_palette2' displ_in.c: In function 'make_rle_large_ship': displ_in.c:1092: warning: 'base_col' may be used uninitialized in this function enemy.c: In function 'standard_attack': enemy.c:7183: warning: 'status' may be used uninitialized in this function enemy.c: In function 'create_enemy': enemy.c:198: warning: 'j' may be used uninitialized in this function tile.c: In function 'make_maze_map': tile.c:319: warning: 'tmaze' may be used uninitialized in this function /usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy_or_actor:actor.c:485: error: undefined reference to 'hypot' /usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy_or_actor:actor.c:461: error: undefined reference to 'hypot' /usr/bin/ld: /tmp/cchP6xev.o: in function closest_enemy:actor.c:433: error: undefined reference to 'hypot' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_pickups:actor.c:1124: error: undefined reference to 'hypot' /usr/bin/ld: /tmp/cchP6xev.o: in function acquire_target:actor.c:385: error: undefined reference to 'cos' /usr/bin/ld: /tmp/cchP6xev.o: in function acquire_target:actor.c:386: error: undefined reference to 'sin' /usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:317: error: undefined reference to 'atan2' /usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:329: error: undefined reference to 'cos' /usr/bin/ld: /tmp/cchP6xev.o: in function drag_actor:actor.c:332: error: undefined reference to 'sin' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_enemies:actor.c:963: error: undefined reference to 'atan2' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_enemies:actor.c:964: error: undefined reference to 'atan2' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_enemies:actor.c:993: error: undefined reference to 'cos' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_enemies:actor.c:994: error: undefined reference to 'sin' /usr/bin/ld: /tmp/cchP6xev.o: in function detect_collision_actor_enemies:actor.c:1002: error: undefined reference to 'atan2' /usr/bin/ld: /tmp/cchP6xev.o: in function actor_sidekicks:actor.c:600: error: undefined reference to 'cos' /usr/bin/ld: /tmp/cchP6xev.o: in function actor_sidekicks:actor.c:601: error: undefined reference to 'sin' /usr/bin/ld: /tmp/cchO1tPw.o: in function init_trig:stuff.c:57: error: undefined reference to 'sincosf' collect2: ld returned 1 exit status make: *** [build-stamp] Error 1 From owner at bugs.debian.org Sun Nov 15 18:51:05 2009 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 15 Nov 2009 18:51:05 +0000 Subject: [Pkg-allegro-maintainers] Processed: tagging 518732 In-Reply-To: <20091115184940.88B92EBBAD@intrepid.roeckx.be> References: <20091115184940.88B92EBBAD@intrepid.roeckx.be> Message-ID: Processing commands for control at bugs.debian.org: > tags 518732 + sid squeeze Bug #518732 {Done: Cyril Brulebois } [allegro4.2] allegro4.2: FTBFS: ./src/i386/icpus.s:70: Error: suffix or operands invalid for `fnstsw' Added tag(s) squeeze and sid. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database) From owner at bugs.debian.org Sun Nov 29 19:33:36 2009 From: owner at bugs.debian.org (Debian Bug Tracking System) Date: Sun, 29 Nov 2009 19:33:36 +0000 Subject: [Pkg-allegro-maintainers] Processed: tagging 510500 In-Reply-To: <1259523041-2901-bts-rhonda@debian.at> References: <1259523041-2901-bts-rhonda@debian.at> Message-ID: Processing commands for control at bugs.debian.org: > # doesn't affect/apply to etch or lenny > tags 510500 squeeze sid Bug #510500 {Done: Cyril Brulebois } [liballegro4.2] liballegro4.2: FTBFS with binutils 1.9 Added tag(s) sid and squeeze. > End of message, stopping processing here. Please contact me if you need assistance. Debian bug tracking system administrator (administrator, Debian Bugs database)