On 12/23/2015 11:52 PM, Slawa Olhovchenkov wrote:
> I am try to upgrade very old 10-CURRENT to latest 10-STABLE and got
> next error:
> 
> ===> usr.bin/yacc (obj,depend,all,install)
> bmake[1]: don't know how to make _bootstrap-tools-usr.bin/m4. Stop
> 
> bmake[1]: stopped in /usr/src
> *** Error code 2
> 
> Stop.
> bmake: stopped in /usr/src
> *** [buildworld] Error code 1
> 
> Stop in /usr/src.

It's a bug in the build for sure.

.if ${BOOTSTRAPPING} < 1000002
_m4=            usr.bin/m4
.endif

.if ${BOOTSTRAPPING} < 1000033
_lex=           usr.bin/lex

${_bt}-usr.bin/lex: ${_bt}-usr.bin/m4
.endif

Upgrading from 1000002-1000032 to latest will not build usr.bin/m4 even
though usr.bin/lex is claiming to need it.

https://people.freebsd.org/~bdrewery/patches/stable-10-lex-m4.diff
should fix it. It's not necessarily the final fix though but it should
let you build for now.

-- 
Regards,
Bryan Drewery

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to