I'm trying build openbsd from source with 'make release'. In the first, I updated from release to stable.
But i always get the same error. _____ install -C -o root -g bin -m 444 bfd/mybfd.h /usr/dest/usr/include/bfd.h install: bfd/mybfd.h: No such file or directory *** Error code 71 Stop in /usr/src/gnu/usr.bin/binutils (line 150 of Makefile.bsd-wrapper). *** Error code 1 Stop in /usr/src/include (line 88 of Makefile). *** Error code 1 Stop in /usr/src (line 60 of Makefile). *** Error code 1 Stop in /usr/src/etc (line 240 of Makefile). ----- I'd seen to this is a failure very common. How fix it? Thanks in advance!