Home | Docs | Forums | Lists | Bugs | Planet | Store | GMN | Get Gentoo!
View Bug Activity | Format For Printing | XML | Clone This Bug
Please stabilize 1.4_rc5, it fixes autotools handling, linking of aalib.so and dropped the invalid USE=static. Thanks.
x86 stable
Stable on ppc
Stable for HPPA.
This version of aalib fails to compile, USE="gpm" seems to be the culprit: /bin/sh ../libtool --tag=CC --mode=compile i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=pentium-m -fomit-frame-pointer -pipe -fweb -ftracer -I/usr/include/ncurses -MT aalinux.lo -MD -MP -MF .deps/aalinux.Tpo -c -o aalinux.lo aalinux.c i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -O2 -march=pentium-m -fomit-frame-pointer -pipe -fweb -ftracer -I/usr/include/ncurses -MT aalinux.lo -MD -MP -MF .deps/aalinux.Tpo -c aalinux.c -fPIC -DPIC -o .libs/aalinux.o aalinux.c:8:17: error: gpm.h: No such file or directory aalinux.c: In function 'linux_getsize': aalinux.c:195: error: 'gpm_mx' undeclared (first use in this function) aalinux.c:195: error: (Each undeclared identifier is reported only once aalinux.c:195: error: for each function it appears in.) aalinux.c:196: error: 'gpm_my' undeclared (first use in this function) make[2]: *** [aalinux.lo] Error 1 make[2]: Leaving directory `/var/tmp/portage/media-libs/aalib-1.4_rc5/work/aalib-1.4.0/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/var/tmp/portage/media-libs/aalib-1.4_rc5/work/aalib-1.4.0/src' make: *** [all-recursive] Error 1
Created an attachment (id=111108) [edit] emerge --info
configure --without-gpm-mouse does not successfully remove GPM support, even though my understanding of the configure script would lead me to believe it should.. I've manually changed #define GPM_MOUSEDRIVER 1 to #undef GPM_MOUSEDRIVER and achieve a successful compile. Also, I'd think that #define GPM_MOUSEDRIVER 0 would also disable GPM support, however that results in failed compiles as well.. This problem is/was holding up quite a few packages which depend on aalib. I request another -rc be put out when someone more capable of providing an ebuild fix to the configure problem gets some time. Thanks!!
Created an attachment (id=111140) [edit] aalib-1.4_rc5.ebuild.patch to properly handle USE="-gpm" Guess it wasn't all that difficult to produce a lame fix on configure.in. Thanks!! :-)
Fixed. Thanks jieryn.
Still missing stable keyword.
mips stable.