Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Aug 2014 12:41:46 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-stable@freebsd.org
Cc:        des@freebsd.org
Subject:   Re: Weird bmake behaviour from within installworld
Message-ID:  <20140804104146.GB9720@roberto-aw.eurocontrol.fr>
In-Reply-To: <20140804094937.GA9720@roberto-aw.eurocontrol.fr>
References:  <20140803193541.GA1839@lonrach.local> <20140804094937.GA9720@roberto-aw.eurocontrol.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
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@keltia.net
In memoriam to Ondine, our 2nd child: http://ondine.keltia.net/




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20140804104146.GB9720>