DragonFly BSD
DragonFly users List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

ports/textproc/aspell build is broken


From: "Martin P. Hellwig" <mhellwig@xxxxxxxxx>
Date: Fri, 25 Mar 2005 10:39:17 +0100

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]