ports/textproc/aspell build is broken
Martin P. Hellwig
mhellwig at xs4all.nl
Fri Mar 25 01:39:17 PST 2005
on my system( 1.1-CURRENT #0: Sat Mar 19 17:53:03 2005 )
aspell port ends with this:
c++ -O -pipe -o .libs/aspell prog/aspell.o prog/check_funs.o
prog/checker_string.o -L/usr/local/lib ./.libs/libaspell.so -lncurses
/usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,--rpath
-Wl,/usr/local/lib
prog/check_funs.o: In function `layout_screen(void)':
prog/check_funs.o(.text+0x307): undefined reference to `clear'
prog/check_funs.o(.text+0x371): undefined reference to `move'
prog/check_funs.o(.text+0x3c0): undefined reference to `move'
gmake[1]: *** [aspell] Error 1
gmake[1]: Leaving directory `/usr/ports/textproc/aspell/work/aspell-0.60.2'
gmake: *** [all-recursive] Error 1
*** Error code 2
According to the README, it has to do with incompatible curses
implementation, the suggestion is to compile it with
--disable-wide-curses or --disable-curses.
I tried both, but only with --disable-curses added in the Makefile
builds the port.
There are quite alot dependencies on aspell, like gtkspell wich is
mandatory for gnome.
--
mph
More information about the Users
mailing list