Summary: | app-accessibility/flite-1.4-r4 - undefined reference to -lm / -lasound | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Daniel Santos <daniel.santos> |
Component: | Current packages | Assignee: | Gentoo Accessibility Team <accessibility> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | deference, sound |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | proposed fix (to replace existing files/flite-1.4-ldflags.patch) |
Description
Daniel Santos
2015-02-03 22:14:15 UTC
oops, I forgot the actual error: making in main ... ../tools/make_voice_list cmu_us_kal cmu_time_awb cmu_us_kal16 cmu_us_awb cmu_us_rms cmu_us_slt rm -f flite_voice_list.o make flite_voice_list.o x86_64-pc-linux-gnu-gcc -m32 -O2 -ggdb -pipe -march=core2 -mcx16 -msahf -msse4.1 -mfxsr --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -mtune=core2 -I../include -c -o flite_voice_list.o flite_voice_list.c x86_64-pc-linux-gnu-gcc -m32 -O2 -ggdb -pipe -march=core2 -mcx16 -msahf -msse4.1 -mfxsr --param l1-cache-size=32 --param l1-cache-line-size=64 --param l2-cache-size=3072 -mtune=core2 -o ../bin/flite flite_main.o flite_voice_list.o -L../build/i386-linux-gnu/lib -lflite_cmu_us_kal -lflite_cmu_time_awb -lflite_cmu_us_kal16 -lflite_cmu_us_awb -lflite_cmu_us_rms -lflite_cmu_us_slt -lflite_usenglish -lflite_cmulex -lflite -Wl,-O1 -Wl,--as-needed ../build/i386-linux-gnu/lib/libflite.a(cst_mlsa.o): In function `c2ir': /tmp/portage/app-accessibility/flite-1.4-r4/work/flite-1.4-release-abi_x86_32.x86/src/cg/cst_mlsa.c:589: undefined reference to `exp' ... and many more of these (all math and alsa) Also, I have not tested with USE="oss" oh wait, the patch is no good. :( I have USE=static-libs enabled and I've only got static libs. I'm experiencing the same problem. If you need a buld log or anything just yell. (In reply to deference from comment #3) > I'm experiencing the same problem. > If you need a buld log or anything just yell. OMG! Awesome email address! :) Yeah, sorry I never put together a good patch. I had apparently forgotten about it after I got it to work for whatever I was doing with it. But we should get the status changed to CONFIRMED. >(In reply to deference from comment #3) >> I'm experiencing the same problem. >> If you need a buld log or anything just yell. > >OMG! Awesome email address! :) Amazingly, you're the first to notice! > Yeah, sorry I never put together a good patch. I had > apparently forgotten about it after I got it to work > for whatever I was doing with it. But we should get > the status changed to CONFIRMED. Agreed, and thanks for your work in Gentoo! The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c33ebe587a88c4a85c0c611cada9df3895c3c0 commit e4c33ebe587a88c4a85c0c611cada9df3895c3c0 Author: Matt Turner <mattst88@gentoo.org> AuthorDate: 2020-02-20 02:51:01 +0000 Commit: Matt Turner <mattst88@gentoo.org> CommitDate: 2020-02-20 02:54:39 +0000 app-accessibility/flite: Drop IUSE=static-libs Broken and unneeded. Closes: https://bugs.gentoo.org/538712 Closes: https://bugs.gentoo.org/539556 Closes: https://bugs.gentoo.org/635230 Signed-off-by: Matt Turner <mattst88@gentoo.org> app-accessibility/flite/flite-1.4-r4.ebuild | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) |