Mailinglist Archive: opensuse-packaging (174 mails)
| < Previous | Next > |
Re: [opensuse-packaging] Package: dumb Project: home:saigkill
- From: "Sascha 'saigkill' Manns" <samannsml@xxxxxxxxxxxxx>
- Date: Mon, 9 Mar 2009 23:22:06 +0100
- Message-id: <200903092322.06900@xxxxxxxxxxxxxxxxxxxxx>
Hi Mates,
yesterday i fixed the execstrac and used the Option --no-undefined for
detecting failed depencies or errors. First the OSC says to me, that
libdumb.la is failed. So i added "libdumb_la_LDADD = -lm" in
src/Makefile.am. Then after the next build an error comes, that
libaldmb.la failed. Then i added libaldmb_la_LDADD= -lm to the Makefile.
But now the adding of -lm doesn't help. My actual output is:
--snip--
..libs/datduh.o: In function `dat_read_duh':
datduh.c:(.text+0x41): undefined reference to `read_duh'
datduh.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datduh.o: In function `dumb_register_dat_duh':
datduh.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datunld.o: In function `_dat_unload_duh':
datunld.c:(.text+0x1): undefined reference to `unload_duh'
..libs/packfile.o: In function `dumbfile_from_packfile':
packfile.c:(.text+0xd): undefined reference to `dumbfile_open_ex'
..libs/packfile.o: In function `dumbfile_open_packfile':
packfile.c:(.text+0x28): undefined reference to `dumbfile_open_ex'
..libs/packfile.o: In function `dumb_packfile_close':
packfile.c:(.text+0x31): undefined reference to `pack_fclose'
..libs/packfile.o: In function `dumb_packfile_getnc':
packfile.c:(.text+0x41): undefined reference to `pack_fread'
..libs/packfile.o: In function `dumb_packfile_getc':
packfile.c:(.text+0x51): undefined reference to `pack_getc'
..libs/packfile.o: In function `dumb_packfile_skip':
packfile.c:(.text+0x61): undefined reference to `pack_fseek'
..libs/packfile.o: In function `dumb_packfile_open':
packfile.c:(.text+0x78): undefined reference to `pack_fopen'
..libs/packfile.o: In function `dumb_register_packfiles':
packfile.c:(.text+0x88): undefined reference to
`register_dumbfile_system'
..libs/alplay.o: In function `al_duh_decompose_to_sigrenderer':
alplay.c:(.text+0x76): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_duh_encapsulate_sigrenderer':
alplay.c:(.text+0x116): undefined reference to
`duh_sigrenderer_get_n_channels'
alplay.c:(.text+0x143): undefined reference to `play_audio_stream'
alplay.c:(.text+0x158): undefined reference to `voice_set_priority'
..libs/alplay.o: In function `al_stop_duh':
alplay.c:(.text+0x203): undefined reference to `duh_end_sigrenderer'
alplay.c:(.text+0x20c): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_poll_duh':
alplay.c:(.text+0x27d): undefined reference to `get_audio_stream_buffer'
alplay.c:(.text+0x2bd): undefined reference to `duh_render'
alplay.c:(.text+0x2dc): undefined reference to
`duh_sigrenderer_get_n_channels'
alplay.c:(.text+0x317): undefined reference to
`free_audio_stream_buffer'
alplay.c:(.text+0x341): undefined reference to `duh_end_sigrenderer'
alplay.c:(.text+0x34a): undefined reference to
`free_audio_stream_buffer'
alplay.c:(.text+0x353): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_resume_duh':
alplay.c:(.text+0x399): undefined reference to `voice_start'
..libs/alplay.o: In function `al_pause_duh':
alplay.c:(.text+0x3d9): undefined reference to `voice_stop'
..libs/alplay.o: In function `al_start_duh':
alplay.c:(.text+0x492): undefined reference to `play_audio_stream'
alplay.c:(.text+0x4a7): undefined reference to `voice_set_priority'
alplay.c:(.text+0x4b7): undefined reference to `duh_start_sigrenderer'
alplay.c:(.text+0x4e0): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_duh_set_priority':
alplay.c:(.text+0x1b3): undefined reference to `voice_set_priority'
..libs/alplay.o: In function `al_duh_get_position':
alplay.c:(.text+0x1da): undefined reference to
`duh_sigrenderer_get_position'
..libs/datit.o: In function `dat_read_it':
datit.c:(.text+0x41): undefined reference to `dumb_read_it'
datit.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datit.o: In function `dumb_register_dat_it':
datit.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datxm.o: In function `dat_read_xm':
datxm.c:(.text+0x41): undefined reference to `dumb_read_xm'
datxm.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datxm.o: In function `dumb_register_dat_xm':
datxm.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/dats3m.o: In function `dat_read_s3m':
dats3m.c:(.text+0x41): undefined reference to `dumb_read_s3m'
dats3m.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/dats3m.o: In function `dumb_register_dat_s3m':
dats3m.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datmod.o: In function `dat_read_mod':
datmod.c:(.text+0x41): undefined reference to `dumb_read_mod'
datmod.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datmod.o: In function `dumb_register_dat_mod':
datmod.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datitq.o: In function `dat_read_it_quick':
datitq.c:(.text+0x41): undefined reference to `dumb_read_it_quick'
datitq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datitq.o: In function `dumb_register_dat_it_quick':
datitq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datxmq.o: In function `dat_read_xm_quick':
datxmq.c:(.text+0x41): undefined reference to `dumb_read_xm_quick'
datxmq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datxmq.o: In function `dumb_register_dat_xm_quick':
datxmq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/dats3mq.o: In function `dat_read_s3m_quick':
dats3mq.c:(.text+0x41): undefined reference to `dumb_read_s3m_quick'
dats3mq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/dats3mq.o: In function `dumb_register_dat_s3m_quick':
dats3mq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datmodq.o: In function `dat_read_mod_quick':
datmodq.c:(.text+0x41): undefined reference to `dumb_read_mod_quick'
datmodq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datmodq.o: In function `dumb_register_dat_mod_quick':
datmodq.c:(.text+0xf): undefined reference to `register_datafile_object'
collect2: ld returned 1 exit status
make[1]: *** [libaldmb.la] Error 1
--snap--
Has anyone an idea, how to fix the Error?
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
DISCLAIMER: Please note that in accordance with the German law on data
retention, information on every electronic information exchange with me
is retained for a period of six months.
http://www.vorratsdatenspeicherung.de
http://www.ccc.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
yesterday i fixed the execstrac and used the Option --no-undefined for
detecting failed depencies or errors. First the OSC says to me, that
libdumb.la is failed. So i added "libdumb_la_LDADD = -lm" in
src/Makefile.am. Then after the next build an error comes, that
libaldmb.la failed. Then i added libaldmb_la_LDADD= -lm to the Makefile.
But now the adding of -lm doesn't help. My actual output is:
--snip--
..libs/datduh.o: In function `dat_read_duh':
datduh.c:(.text+0x41): undefined reference to `read_duh'
datduh.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datduh.o: In function `dumb_register_dat_duh':
datduh.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datunld.o: In function `_dat_unload_duh':
datunld.c:(.text+0x1): undefined reference to `unload_duh'
..libs/packfile.o: In function `dumbfile_from_packfile':
packfile.c:(.text+0xd): undefined reference to `dumbfile_open_ex'
..libs/packfile.o: In function `dumbfile_open_packfile':
packfile.c:(.text+0x28): undefined reference to `dumbfile_open_ex'
..libs/packfile.o: In function `dumb_packfile_close':
packfile.c:(.text+0x31): undefined reference to `pack_fclose'
..libs/packfile.o: In function `dumb_packfile_getnc':
packfile.c:(.text+0x41): undefined reference to `pack_fread'
..libs/packfile.o: In function `dumb_packfile_getc':
packfile.c:(.text+0x51): undefined reference to `pack_getc'
..libs/packfile.o: In function `dumb_packfile_skip':
packfile.c:(.text+0x61): undefined reference to `pack_fseek'
..libs/packfile.o: In function `dumb_packfile_open':
packfile.c:(.text+0x78): undefined reference to `pack_fopen'
..libs/packfile.o: In function `dumb_register_packfiles':
packfile.c:(.text+0x88): undefined reference to
`register_dumbfile_system'
..libs/alplay.o: In function `al_duh_decompose_to_sigrenderer':
alplay.c:(.text+0x76): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_duh_encapsulate_sigrenderer':
alplay.c:(.text+0x116): undefined reference to
`duh_sigrenderer_get_n_channels'
alplay.c:(.text+0x143): undefined reference to `play_audio_stream'
alplay.c:(.text+0x158): undefined reference to `voice_set_priority'
..libs/alplay.o: In function `al_stop_duh':
alplay.c:(.text+0x203): undefined reference to `duh_end_sigrenderer'
alplay.c:(.text+0x20c): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_poll_duh':
alplay.c:(.text+0x27d): undefined reference to `get_audio_stream_buffer'
alplay.c:(.text+0x2bd): undefined reference to `duh_render'
alplay.c:(.text+0x2dc): undefined reference to
`duh_sigrenderer_get_n_channels'
alplay.c:(.text+0x317): undefined reference to
`free_audio_stream_buffer'
alplay.c:(.text+0x341): undefined reference to `duh_end_sigrenderer'
alplay.c:(.text+0x34a): undefined reference to
`free_audio_stream_buffer'
alplay.c:(.text+0x353): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_resume_duh':
alplay.c:(.text+0x399): undefined reference to `voice_start'
..libs/alplay.o: In function `al_pause_duh':
alplay.c:(.text+0x3d9): undefined reference to `voice_stop'
..libs/alplay.o: In function `al_start_duh':
alplay.c:(.text+0x492): undefined reference to `play_audio_stream'
alplay.c:(.text+0x4a7): undefined reference to `voice_set_priority'
alplay.c:(.text+0x4b7): undefined reference to `duh_start_sigrenderer'
alplay.c:(.text+0x4e0): undefined reference to `stop_audio_stream'
..libs/alplay.o: In function `al_duh_set_priority':
alplay.c:(.text+0x1b3): undefined reference to `voice_set_priority'
..libs/alplay.o: In function `al_duh_get_position':
alplay.c:(.text+0x1da): undefined reference to
`duh_sigrenderer_get_position'
..libs/datit.o: In function `dat_read_it':
datit.c:(.text+0x41): undefined reference to `dumb_read_it'
datit.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datit.o: In function `dumb_register_dat_it':
datit.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datxm.o: In function `dat_read_xm':
datxm.c:(.text+0x41): undefined reference to `dumb_read_xm'
datxm.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datxm.o: In function `dumb_register_dat_xm':
datxm.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/dats3m.o: In function `dat_read_s3m':
dats3m.c:(.text+0x41): undefined reference to `dumb_read_s3m'
dats3m.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/dats3m.o: In function `dumb_register_dat_s3m':
dats3m.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datmod.o: In function `dat_read_mod':
datmod.c:(.text+0x41): undefined reference to `dumb_read_mod'
datmod.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datmod.o: In function `dumb_register_dat_mod':
datmod.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datitq.o: In function `dat_read_it_quick':
datitq.c:(.text+0x41): undefined reference to `dumb_read_it_quick'
datitq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datitq.o: In function `dumb_register_dat_it_quick':
datitq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datxmq.o: In function `dat_read_xm_quick':
datxmq.c:(.text+0x41): undefined reference to `dumb_read_xm_quick'
datxmq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datxmq.o: In function `dumb_register_dat_xm_quick':
datxmq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/dats3mq.o: In function `dat_read_s3m_quick':
dats3mq.c:(.text+0x41): undefined reference to `dumb_read_s3m_quick'
dats3mq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/dats3mq.o: In function `dumb_register_dat_s3m_quick':
dats3mq.c:(.text+0xf): undefined reference to `register_datafile_object'
..libs/datmodq.o: In function `dat_read_mod_quick':
datmodq.c:(.text+0x41): undefined reference to `dumb_read_mod_quick'
datmodq.c:(.text+0x4c): undefined reference to `dumbfile_close'
..libs/datmodq.o: In function `dumb_register_dat_mod_quick':
datmodq.c:(.text+0xf): undefined reference to `register_datafile_object'
collect2: ld returned 1 exit status
make[1]: *** [libaldmb.la] Error 1
--snap--
Has anyone an idea, how to fix the Error?
--
Sincereley yours
Sascha Manns
openSUSE Marketing Team
openSUSE Build Service
Web: http://saschamanns.gulli.to
Project-Blog: http://lizards.opensuse.org/author/saigkill
Private-Blog: http://saschasbacktrace.blogspot.com
DISCLAIMER: Please note that in accordance with the German law on data
retention, information on every electronic information exchange with me
is retained for a period of six months.
http://www.vorratsdatenspeicherung.de
http://www.ccc.de
--
To unsubscribe, e-mail: opensuse-packaging+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-packaging+help@xxxxxxxxxxxx
| < Previous | Next > |