qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] aalib configure problem <-> Debian package fails to rebuild
@ 2004-03-23 16:22 Jean-Michel POURE
  2004-03-23 20:27 ` [Qemu-devel] " Sami Haahtinen
  0 siblings, 1 reply; 5+ messages in thread
From: Jean-Michel POURE @ 2004-03-23 16:22 UTC (permalink / raw)
  To: qemu-devel

Dear all,

"apt-get source qemu --build" fails one my SID desktop:

Creating config-host.mak and config-host.h
./configure: line 1: aalib-config: command not found
./configure: line 1: aalib-config: command not found

Then the package builds:

gcc  -static -Wl,-T,/home/jmpoure/projets/qemu/qemu-0.5.2/i386-vl.ld  -o 
qemu-fast vl.o block.o ide.o vga.o sb16.o dma.o oss.o fdc.o sdl.o libqemu.a  
-lm -lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib -lX11 -lXext -lvga 
-laa
/usr/lib/gcc-lib/i486-linux/3.3.3/../../../libSDL.a(SDL_loadso.o)(.text+0x2a): 
dans la fonction « SDL_LoadObject »:
: warning: Using 'dlopen' in statically linked applications requires at 
runtime the shared libraries from the glibc version used for linking
/usr/bin/ld: ne peut trouver -laa
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [qemu-fast] Erreur 1
make[2]: quittant le répertoire « /home/jmpoure/projets/qemu/qemu-0.5.2/i386 »
make[1]: *** [all] Erreur 1
make[1]: quittant le répertoire « /home/jmpoure/projets/qemu/qemu-0.5.2 »
make: *** [build-stamp] Erreur 2
La commande de construction « cd qemu-0.5.2 && dpkg-buildpackage -rfakeroot -b 
-uc » a échoué.

When installing aalib1-devel, rebuild still fails. The same happens with the 
CVS version.

Cheers,
Jean-Michel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] Re: aalib configure problem <-> Debian package fails to rebuild
  2004-03-23 16:22 [Qemu-devel] aalib configure problem <-> Debian package fails to rebuild Jean-Michel POURE
@ 2004-03-23 20:27 ` Sami Haahtinen
  2004-03-23 20:44   ` Jean-Michel POURE
  2004-03-23 21:01   ` [Qemu-devel] Static build Jean-Michel POURE
  0 siblings, 2 replies; 5+ messages in thread
From: Sami Haahtinen @ 2004-03-23 20:27 UTC (permalink / raw)
  To: qemu-devel

Jean-Michel POURE wrote:
> "apt-get source qemu --build" fails one my SID desktop:
> 
> Creating config-host.mak and config-host.h
> ./configure: line 1: aalib-config: command not found
> ./configure: line 1: aalib-config: command not found

You should report this as a bug to the debian bts (reportbug tool comes 
in handy here) you can fix the problem by installing aalib1-dev package 
before trying to build qemu.

Regards, Sami

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [Qemu-devel] Re: aalib configure problem <-> Debian package fails to rebuild
  2004-03-23 20:27 ` [Qemu-devel] " Sami Haahtinen
@ 2004-03-23 20:44   ` Jean-Michel POURE
  2004-03-23 21:01   ` [Qemu-devel] Static build Jean-Michel POURE
  1 sibling, 0 replies; 5+ messages in thread
From: Jean-Michel POURE @ 2004-03-23 20:44 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sami Haahtinen

Le Tuesday 23 March 2004 21:27, Sami Haahtinen a écrit :
> You can fix the problem by installing aalib1-dev package
> before trying to build qemu.

Installing aalib1-dev brings the same errors as Lucca Feroni reported 
(libSDL). Cheers, Jean-Michel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] Static build
  2004-03-23 20:27 ` [Qemu-devel] " Sami Haahtinen
  2004-03-23 20:44   ` Jean-Michel POURE
@ 2004-03-23 21:01   ` Jean-Michel POURE
  2004-03-24  5:31     ` [Qemu-devel] " Sami Haahtinen
  1 sibling, 1 reply; 5+ messages in thread
From: Jean-Michel POURE @ 2004-03-23 21:01 UTC (permalink / raw)
  To: qemu-devel; +Cc: Sami Haahtinen

Le Tuesday 23 March 2004 21:27, Sami Haahtinen a écrit :
> Creating config-host.mak and config-host.h

Although I did not choose the --static option,
the config-host.mak file includes:

SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib -lX11 
-lXext -lvga -laa

On another host, where Qemu is able to compile, the same file contains:
SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext

Cheers,
Jean-Michel

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] Re: Static build
  2004-03-23 21:01   ` [Qemu-devel] Static build Jean-Michel POURE
@ 2004-03-24  5:31     ` Sami Haahtinen
  0 siblings, 0 replies; 5+ messages in thread
From: Sami Haahtinen @ 2004-03-24  5:31 UTC (permalink / raw)
  To: qemu-devel

Jean-Michel POURE wrote:
> Le Tuesday 23 March 2004 21:27, Sami Haahtinen a écrit : 
> Although I did not choose the --static option,
> the config-host.mak file includes:
> 
> SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -lasound -L/usr/X11R6/lib -lX11 
> -lXext -lvga -laa
> 
> On another host, where Qemu is able to compile, the same file contains:
> SDL_STATIC_LIBS=-lSDL -lpthread -lm -ldl -L/usr/X11R6/lib -lX11 -lXext

I think that line is generated by sdl-config, as my line said a 
completely different thing (and i needed to add -lgpm)

-- Sami

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-03-24  5:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-23 16:22 [Qemu-devel] aalib configure problem <-> Debian package fails to rebuild Jean-Michel POURE
2004-03-23 20:27 ` [Qemu-devel] " Sami Haahtinen
2004-03-23 20:44   ` Jean-Michel POURE
2004-03-23 21:01   ` [Qemu-devel] Static build Jean-Michel POURE
2004-03-24  5:31     ` [Qemu-devel] " Sami Haahtinen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).