Summary: | sci-mathematics/gretl-1.6.5 build failure with USE="-nls" | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | vfgnt2007 |
Component: | Current packages | Assignee: | Gentoo Science Mathematics related packages <sci-mathematics> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | High | ||
Version: | unspecified | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- |
Description
vfgnt2007
2007-11-10 17:46:23 UTC
fixed in cvs. thanks. Sorry, now it's failing with: ../libtool --mode=link x86_64-pc-linux-gnu-gcc -o gretlcli gretlcli.o complete.o ../lib/libgretl-1.0.la -lreadline -lcurses mkdir .libs x86_64-pc-linux-gnu-gcc -o .libs/gretlcli gretlcli.o complete.o ../lib/.libs/libgretl-1.0.so -L/usr/lib -llapack -lblas /usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/libgfortran.so -L/usr/local/lib /usr/lib64/libxml2.so -ldl -lz /usr/lib64/libglib-2.0.so /usr/lib64/libgmp.so /usr/lib64/libfftw3.so -lm -lreadline -lcurses ../lib/.libs/libgretl-1.0.so: undefined reference to `check_for_console' ../lib/.libs/libgretl-1.0.so: undefined reference to `get_month_name' ../lib/.libs/libgretl-1.0.so: undefined reference to `console_off' collect2: ld returned 1 exit status make[1]: *** [gretlcli] Error 1 make[1]: Leaving directory `/var/tmp/portage/sci-mathematics/gretl-1.6.5/work/gretl-1.6.5/cli' make: *** [cli] Error 2 These functions are missing from gretl_intl.c due to ENABLE_NLS being undefined. I took a deeper look at the sources, and there is much to fix to allow full nls disability. As it seems to be fixed in upstream cvs, I will wait for a future version to allow nls. I commited a gretl version that force nls and removed the flag. Re-open the bug if you see this as a real inconvenience. Thanks. |