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
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.
>>
>
The binaries are stripped by default, how set it in /etc/mk.conf for
stripping libraries too?
For installing a port in another subdirectory, i'd used DESTDIR and
DESTDIRNAME but both fails.
I also tried with 'FAKE_FLAGS=${DESTDIRNAME}=/usr/test' and
'PREFIX=${DESTDIR}/usr/local' in /etc/mk.conf but nothing.
sudo make install DESTDIR=/usr/test
I looked at man bsd.port.mk
Any suggestion?
Marc Espie wrote:
On Sun, Jul 17, 2005 at 07:56:11PM +0100, Jonas Melian wrote:
For installing a port in another subdirectory, i'd used DESTDIR and
DESTDIRNAME but both fails.
I also tried with 'FAKE_FLAGS=${DESTDIRNAME}=/usr/test' and
'PREFIX=${DESTDIR}/usr/local&
Marc Espie wrote:
On Mon, Jul 18, 2005 at 02:58:40PM +0100, Jonas Melian wrote:
Marc Espie wrote:
On Sun, Jul 17, 2005 at 07:56:11PM +0100, Jonas Melian wrote:
For installing a port in another subdirectory, i'd used DESTDIR and
DESTDIRNAME but both fails.
I also tried
6 matches
Mail list logo