[gentoo-alt] [prefix] gimp undefined symbols in twain compile

2008-09-19 Thread Aaron Wilson
While emerging gimp: [ebuild N] media-gfx/gimp-2.4.7 USE=mmx pdf png smp sse svg tiff -aalib (-alsa) (-altivec) -curl -dbus -debug -doc -exif -gnome - gtkhtml -hal -lcms -mng -python -wmf 0 kB I received the following error: mkdir .libs i686-apple-darwin9-gcc -march=prescott -O2

[gentoo-alt] eautoreconf problems for sys-devel/libtool

2008-09-19 Thread Fabian Groffen
sys-devel/libtool-2.2.4-r00.1 fails to compile. Calling make immeditaly fails with make: *** No rule to make target `libltdl/m4/ltversion.in', needed by `libltdl/m4/ltversion.m4'. Stop. This is caused by calling eautoreconf in the ebuild. Within eautoreconf, the offending call is to

Re: [gentoo-alt] [prefix] gimp undefined symbols in twain compile

2008-09-19 Thread Fabian Groffen
On 19-09-2008 10:51:34 -0600, Aaron Wilson wrote: I found a solution in the following forum: http://gimper.net/viewtopic.php?p=25692sid=03041c327f656ac3839efb15e14ee389#p25692 which allowed me to continue compiling within the work/ directory manually. I don't really know how to create the

Re: [gentoo-alt] eautoreconf problems for sys-devel/libtool

2008-09-19 Thread Jeremy Olexa
On Fri, Sep 19, 2008 at 3:44 PM, Fabian Groffen [EMAIL PROTECTED] wrote: snip where we can note that only libtool.m4 is regenerated. Problem, question and tricky thing is now, whether this is Prefix specific (we have an --force extra in our autotools.eclass), OSX specific, or something else