Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Nov 2024 22:26:41 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 282737] '... | install: symlink ../man1 -> mnt/b/tftpboot//usr/share/man/en.ISO8859-1/: No such | file or directory | ...'
Message-ID:  <bug-282737-227-jUmwWgd0ab@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-282737-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-282737-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D282737

--- Comment #1 from tzxzan+cqw8r63qtfb5g@sharklasers.com ---
Similar to bug 282711 it is about relative paths and this time with the
'DESTDIR' variable. Commented lines result in the above mentioned error. Us=
ing
absolute paths is OK:

...
        #MAKEOBJDIRPREFIX=3Dmnt/obj/ /usr/bin/make -C mnt/src/
DESTDIR=3Dmnt/b/tftpboot/ installworld
        MAKEOBJDIRPREFIX=3D$$(realpath mnt/obj/)/ /usr/bin/make -C mnt/src/
DESTDIR=3D$$(realpath ./)/mnt/b/tftpboot/ installworld
        #MAKEOBJDIRPREFIX=3Dmnt/obj/ /usr/bin/make -C mnt/src/
DESTDIR=3Dmnt/b/tftpboot/ installkernel
        MAKEOBJDIRPREFIX=3D$$(realpath mnt/obj/)/ /usr/bin/make -C mnt/src/
DESTDIR=3D$$(realpath ./)/mnt/b/tftpboot/ installkernel
        #MAKEOBJDIRPREFIX=3Dmnt/obj/ /usr/bin/make -C mnt/src/
DESTDIR=3Dmnt/b/tftpboot/ distribution
        MAKEOBJDIRPREFIX=3D$$(realpath mnt/obj/)/ /usr/bin/make -C mnt/src/
DESTDIR=3D$$(realpath ./)/mnt/b/tftpboot/ distribution
...

Bug 282711 was for relative paths with 'MAKEOBJDIRPREFIX'.

Bug 282737 is for relative paths with 'DESTDIR'.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-282737-227-jUmwWgd0ab>