Martin Pitt <[EMAIL PROTECTED]> writes:

> Hi,
>
> Goswin von Brederlow [2006-11-27 13:19 +0100]:
>> And now please do the same with etch versions.
>
> clanbomber builds flawlessly in a clean and up-to-date etch pbuilder
> for me, too.

Does that build the architecture independent files too? I build with
debuild -us -uc -b so it generates the binary-indep too. Also do you
have /dev/dsp in the pbuilder chroot? See below.

> /me looks a bit helpless

Maybe this helps:

[EMAIL 
PROTECTED]:~/clanbomber/clanbomber-1.05cdbs/build-tree/clanbomber-1.05/clanbomber$
gdb ./clanbomber
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and
you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "x86_64-linux-gnu"...Using host
libthread_db library "/lib/libthread_db.so.1".

(gdb) r -datafile
Starting program:
/home/mrvn/clanbomber/clanbomber-1.05cdbs/build-tree/clanbomber-1.05/clanbomber/clanbomber
-datafile
[Thread debugging using libthread_db enabled]
[New Thread 182921180672 (LWP 14976)]

Exception caught from ClanLib:
ClanSound: Mixing rate (22.05 kHz) not supported by soundcard.

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 182921180672 (LWP 14976)]
0x0000002a96b0de90 in MikMod_Exit_internal () from
/usr/lib/libmikmod.so.2
(gdb) bt
#0  0x0000002a96b0de90 in MikMod_Exit_internal () from
/usr/lib/libmikmod.so.2
#1  0x0000002a96b0e2b1 in MikMod_Exit () from /usr/lib/libmikmod.so.2
#2  0x0000002a95ba7fe5 in CL_SetupMikMod::deinit ()
   from /usr/lib/libclanMikMod.so.2
#3  0x000000000042f599 in ClanBomberApplication::deinit_modules (
    this=0x2a96c2ddc0) at ClanBomber.h:170
#4  0x0000000000426ff9 in ClanBomberApplication::quit_app (this=0x2a96c2ddc0, 
    value=1) at ClanBomber.cpp:76
#5  0x000000000042d04b in ClanBomberApplication::main (this=0x54fb20, 
    argc=<value optimized out>, argv=<value optimized out>)
    at ClanBomber.cpp:457
#6  0x0000002a95952fc6 in main () from /usr/lib/libclanApp.so.2
#7  0x0000002a961574ca in __libc_start_main () from /lib/libc.so.6
#8  0x0000000000403cfa in _start () at ../sysdeps/x86_64/elf/start.S:113


The sound card is a cheap onboard chips so I believe it when it says
"Mixing rate (22.05 kHz) not supported by soundcard."


As another data point:

[EMAIL 
PROTECTED]:~/clanbomber/clanbomber-1.05cdbs/build-tree/clanbomber-1.05/clanbomber$
 sudo rm -rf /dev/dsp*
[EMAIL 
PROTECTED]:~/clanbomber/clanbomber-1.05cdbs/build-tree/clanbomber-1.05/clanbomber$
 ./clanbomber -datafile

ClanLib Datafile Compiler

Input file: clanbomber.scr, output file: clanbomber.dat
Writing resource 'font/big'
Writing resource 'font/small'
Writing resource 'titlescreen/andi'
Writing resource 'titlescreen/dok'
Writing resource 'intro/fl_logo'
Writing resource 'intro/typewriter'
Writing resource 'intro/winlevel'
Writing resource 'playersetup/teams'
Writing resource 'playersetup/controls'
Writing resource 'playersetup/teamlamps'
Writing resource 'playersetup/background'
Writing resource 'mapselector/not_available'
Writing resource 'mapselector/background'
Writing resource 'gamestatus/tools'
Writing resource 'gamestatus/klatsch'
Writing resource 'gamestatus/background'
Writing resource 'credits/forward'
Writing resource 'credits/rewind'
Writing resource 'credits/stop'
Writing resource 'credits/horst_evil'
Writing resource 'bombers/snake'
Writing resource 'bombers/tux'
Writing resource 'bombers/spider'
Writing resource 'bombers/bsd'
Writing resource 'bombers/dull_red'
Writing resource 'bombers/dull_blue'
Writing resource 'bombers/dull_yellow'
Writing resource 'bombers/dull_green'
Writing resource 'extras/extras'
Writing resource 'extras/wow'
Writing resource 'extras/joint'
Writing resource 'extras/horny'
Writing resource 'extras/schnief'
Writing resource 'menu/whoosh'
Writing resource 'menu/break'
Writing resource 'menu/clear'
Writing resource 'menu/back'
Writing resource 'observer/observer'
Writing resource 'observer/time_over'
Writing resource 'observer/hurry_up'
Writing resource 'observer/crunch'
Writing resource 'game/die'
Writing resource 'game/explode'
Writing resource 'game/putbomb'
Writing resource 'game/deepfall'
Writing resource 'game/maptiles'
Writing resource 'game/maptile_addons'
Writing resource 'game/bombs'
Writing resource 'game/explosion'
Writing resource 'game/cb_logo_small'
Writing resource 'mapeditor/background'
Writing resource 'corpse/explode'
Writing resource 'corpse/part'
Writing resource 'splash/spl_1a'
Writing resource 'splash/spl_2a'


It looks to me like you should not open /dev/dsp when building the
datafile or ignore that it can't do certain kHz settings.

> Thanks,
>
> Martin

MfG
        Goswin


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to