ports/textproc/aspell build is broken

YONETANI Tomokazu qhwt+dfly at les.ath.cx
Fri Mar 25 03:54:58 PST 2005


On Fri, Mar 25, 2005 at 11:11:06AM +0100, Emiel Kollof wrote:
> On Friday 25 March 2005 10:39, Martin P. Hellwig wrote:
> > 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
> 
> Looks line ncurses. 

Yes, there were two places where an '-E' was missing after ${CC} which
resulted in generated files expanded.c and lib_gen.c empty. The missing
functions above were supposed to be defined in these generated files.
Please update the Makefile (see the archive for commits@ later) and
rebuild and install the libncurses, then restart the port build
(be sure to run `make clean' before building the port).

Thanks.





More information about the Users mailing list