Weird bmake behaviour from within installworld
Ollivier Robert
roberto at keltia.freenix.fr
Mon Aug 4 10:45:48 UTC 2014
According to Ollivier Robert on Mon, Aug 04, 2014 at 11:49:37AM +0200:
> daemon.o: In function `daemon_delete':
> /usr/src/usr.sbin/unbound/daemon/../../../contrib/unbound/daemon/daemon.c:(.text+0xf72): undefined reference to `ub_c_lex_destroy'
> cc: error: linker command failed with exit code 1 (use -v to see invocation)
> *** Error code 1
>
> Stop.
> bmake[4]: stopped in /usr/src/usr.sbin/unbound/daemon
>
> Do I have to resort to using freebsd-update and to give up source updating from 9 to 10 :( ?
After investigating it further, it might be the very recent MFH by des which broke it as this function is only enabled when the lex used has yylex_destroy(). flex is already in bootstrap-tools so that's not it.
ub_c_lex_destroy() in daemon.c is used through LEX_HAS_YYLEX_DESTROY but never defined. MFH issue?
--
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto at keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/
More information about the freebsd-stable
mailing list