From owner-freebsd-current Sun Apr 23 20:22: 5 2000 Delivered-To: freebsd-current@freebsd.org Received: from lamb.sas.com (lamb.sas.com [149.173.1.1]) by hub.freebsd.org (Postfix) with ESMTP id 5A8CF37B568; Sun, 23 Apr 2000 20:22:02 -0700 (PDT) (envelope-from jwd@unx.sas.com) Received: from mozart (mozart.unx.sas.com [149.173.6.8]) by lamb.sas.com (8.9.3/8.9.1) with SMTP id XAA01410; Sun, 23 Apr 2000 23:21:26 -0400 (EDT) Received: from bb01f39.unx.sas.com by mozart (5.65c/SAS/Domains/5-6-90) id AA16431; Sun, 23 Apr 2000 23:20:46 -0400 Received: (from jwd@localhost) by bb01f39.unx.sas.com (8.9.3/8.9.1) id XAA85409; Sun, 23 Apr 2000 23:20:46 -0400 (EDT) (envelope-from jwd) From: "John W. DeBoskey" Message-Id: <200004240320.XAA85409@bb01f39.unx.sas.com> Subject: csh/nls problem causing make release failure To: freebsd-current@freebsd.org Date: Sun, 23 Apr 2000 23:20:46 -0400 (EDT) Cc: ache@freebsd.org X-Mailer: ELM [version 2.4ME+ PL61 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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