Your message dated Thu, 03 Nov 2005 18:33:22 +0100 with message-id <[EMAIL PROTECTED]> and subject line Bug#337193: egoboo: FTBFS: Missing Build-Depends on 'libxxf86vm-dev' has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database) -------------------------------------- Received: (at submit) by bugs.debian.org; 3 Nov 2005 07:20:49 +0000 >From [EMAIL PROTECTED] Wed Nov 02 23:20:49 2005 Return-path: <[EMAIL PROTECTED]> Received: from c174238.adsl.hansenet.de (kat.ainf.net) [213.39.174.238] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EXZOz-0002gK-00; Wed, 02 Nov 2005 23:20:49 -0800 Received: from aj by kat.ainf.net with local (Exim 4.54) id 1EXZOw-0003bm-WE; Thu, 03 Nov 2005 08:20:47 +0100 To: Debian Bug Tracking System <[EMAIL PROTECTED]> From: Andreas Jochens <[EMAIL PROTECTED]> Subject: egoboo: FTBFS: Missing Build-Depends on 'libxxf86vm-dev' Message-Id: <[EMAIL PROTECTED]> Date: Thu, 03 Nov 2005 08:20:47 +0100 Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-7.5 required=4.0 tests=BAYES_00,HAS_PACKAGE, RCVD_IN_SORBS autolearn=no version=2.60-bugs.debian.org_2005_01_02 Package: egoboo Version: 2.22-23 Severity: serious Tags: patch When building 'egoboo' in a clean 'unstable' chroot, I get the following error: gcc camera.o char.o enchant.o game.o graphic.o input.o menu.o module.o network.o particle.o passage.o script.o sound.o lin-file.o gltexture.o mathstuff.o graphicfan.o graphicmad.o graphicprt.o configfile.o -D_LINUX -ffast-math -funroll-loops -Wall -g -O2 `sdl-config --cflags` -I/usr/X11/include -L/usr/X11R6/lib -L/usr/lib `sdl-config --libs` -lXxf86vm -lGL -o egoboo /usr/bin/ld: cannot find -lXxf86vm collect2: ld returned 1 exit status make[2]: *** [egoboo] Error 1 make[2]: Leaving directory `/egoboo-2.22/code' Please change the Build-Depends from 'libxxf86vm1' to 'libxxf86vm-dev' in debian/control. Regards Andreas Jochens diff -urN ../tmp-orig/egoboo-2.22/debian/control ./debian/control --- ../tmp-orig/egoboo-2.22/debian/control 2005-11-03 07:11:35.000000000 +0000 +++ ./debian/control 2005-11-03 07:11:30.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Julien LEMOINE <[EMAIL PROTECTED]> Build-Depends: debhelper (>= 4), docbook-utils | docbook-to-man, xlibmesa-gl-dev (>= 4.1.0), libsdl1.2-dev (>= 1.2.2), - libxxf86vm1 + libxxf86vm-dev Standards-Version: 3.5.10 Package: egoboo --------------------------------------- Received: (at 337193-done) by bugs.debian.org; 3 Nov 2005 17:33:30 +0000 >From [EMAIL PROTECTED] Thu Nov 03 09:33:30 2005 Return-path: <[EMAIL PROTECTED]> Received: from happycoders.org (felicie.happycoders.org) [213.161.203.28] by spohr.debian.org with esmtp (Exim 3.36 1 (Debian)) id 1EXixu-0005O4-00; Thu, 03 Nov 2005 09:33:30 -0800 Received: from colombes.speedblue.org ([82.224.227.40] helo=[10.3.3.2]) by felicie.happycoders.org with esmtpsa (TLS-1.0:DHE_RSA_AES_256_CBC_SHA:32) (Exim 4.50) id 1EXiwW-0005YU-12; Thu, 03 Nov 2005 18:32:04 +0100 Message-ID: <[EMAIL PROTECTED]> Date: Thu, 03 Nov 2005 18:33:22 +0100 From: Julien Lemoine <[EMAIL PROTECTED]> Organization: Association Happycoders User-Agent: Debian Thunderbird 1.0.7 (X11/20051017) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andreas Jochens <[EMAIL PROTECTED]>, [EMAIL PROTECTED] Subject: Re: Bug#337193: egoboo: FTBFS: Missing Build-Depends on 'libxxf86vm-dev' References: <[EMAIL PROTECTED]> In-Reply-To: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Delivered-To: [EMAIL PROTECTED] X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 (1.212-2003-09-23-exp) on spohr.debian.org X-Spam-Level: X-Spam-Status: No, hits=-6.0 required=4.0 tests=BAYES_00,HAS_BUG_NUMBER autolearn=no version=2.60-bugs.debian.org_2005_01_02 Hello Andread, problem was fixed in egoboo 2.22-24. Best Regards. Julien Lemoine Andreas Jochens wrote: >Package: egoboo >Version: 2.22-23 >Severity: serious >Tags: patch > >When building 'egoboo' in a clean 'unstable' chroot, >I get the following error: > >gcc camera.o char.o enchant.o game.o graphic.o input.o menu.o module.o >network.o particle.o passage.o script.o sound.o lin-file.o gltexture.o >mathstuff.o graphicfan.o graphicmad.o graphicprt.o configfile.o -D_LINUX >-ffast-math -funroll-loops -Wall -g -O2 `sdl-config --cflags` >-I/usr/X11/include -L/usr/X11R6/lib -L/usr/lib `sdl-config --libs` -lXxf86vm >-lGL -o egoboo >/usr/bin/ld: cannot find -lXxf86vm >collect2: ld returned 1 exit status >make[2]: *** [egoboo] Error 1 >make[2]: Leaving directory `/egoboo-2.22/code' > >Please change the Build-Depends from 'libxxf86vm1' to 'libxxf86vm-dev' >in debian/control. > >Regards >Andreas Jochens > >diff -urN ../tmp-orig/egoboo-2.22/debian/control ./debian/control >--- ../tmp-orig/egoboo-2.22/debian/control 2005-11-03 07:11:35.000000000 >+0000 >+++ ./debian/control 2005-11-03 07:11:30.000000000 +0000 >@@ -4,7 +4,7 @@ > Maintainer: Julien LEMOINE <[EMAIL PROTECTED]> > Build-Depends: debhelper (>= 4), docbook-utils | docbook-to-man, > xlibmesa-gl-dev (>= 4.1.0), libsdl1.2-dev (>= 1.2.2), >- libxxf86vm1 >+ libxxf86vm-dev > Standards-Version: 3.5.10 > > Package: egoboo > > > -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]