Date: Sun, 23 Apr 2000 23:20:46 -0400 (EDT) From: "John W. DeBoskey" <jwd@unx.sas.com> To: freebsd-current@freebsd.org Cc: ache@freebsd.org Subject: csh/nls problem causing make release failure Message-ID: <200004240320.XAA85409@bb01f39.unx.sas.com>
next in thread | raw e-mail | index | archive | help
Hi,
As Poul-Henning has pointed out, make release is broken...
===> bin/csh/nls
===> bin/csh/nls/finnish
install -c -o root -g wheel -m 444 tcsh.cat /snap/release/../usr/share/nls/fi_FI.ISO_8859-1/tcsh.cat
install: /snap/release/../usr/share/nls/fi_FI.ISO_8859-1/tcsh.cat: No such file or directory
*** Error code 71
In looking at /usr/src/bin/csh/nls/finnish/Makefile, the
install rule appears to have a problem:
install:
${INSTALL} ${COPY} -o ${BINOWN} -g ${BINGRP} -m ${NOBINMODE} \
tcsh.cat ${DESTDIR}/..${NLSDIR}/${DL}/tcsh.cat
At the beginning of a make release, the following is
executed (I believe this is the failing component):
cd ${.CURDIR}/.. && ${MAKE} installworld DESTDIR=${CHROOTDIR} NOMAN=1
where CHROOTDIR is /snap/release in my case thus making DESTDIR the
same (/snap/release), and /syv/release in Poul-Henning's.
I don't know enough about the nls issues to correctly fix this
problem, however, it is apparent that the install rule above
is wrong since "/snap/usr/share/..." does not exist and probably
shouldn't during a "make release".
Could the appropriate folks please take a look at this? I'll be
more than happy to test any patchs.
Thanks,
John
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004240320.XAA85409>
