Kenneth R Westerback wrote: >man release > >.... Ken > >On Fri, Jul 08, 2005 at 05:18:44PM +0100, Jonas Melian wrote: > > >>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 >>----- >> >>I'd seen to this is a failure very common. How fix it? >> >> I followed 'http://www.openbsd.org/faq/faq5.html'.
What happens is that 'Building a Release' is in a different point (5.4) and it seems that it doesn't have anything to do with the previous point. When it depends on the previous point (5.3.5) for build the release. That confuses a little. And why I have seen, I haven't been the unique one.