From owner-freebsd-current Wed Jul 19 17:45: 1 2000 Delivered-To: freebsd-current@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id 3405337B538 for ; Wed, 19 Jul 2000 17:44:57 -0700 (PDT) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id RAA09864; Wed, 19 Jul 2000 17:44:51 -0700 (PDT) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id RAA15027; Wed, 19 Jul 2000 17:44:50 -0700 (PDT) (envelope-from jdp@polstra.com) Date: Wed, 19 Jul 2000 17:44:50 -0700 (PDT) Message-Id: <200007200044.RAA15027@vashon.polstra.com> To: bright@wintelcom.net Subject: Re: libexec/rtld-elf install broken? In-Reply-To: <20000719152613.Z13979@fw.wintelcom.net> References: <20000719152613.Z13979@fw.wintelcom.net> Organization: Polstra & Co., Seattle, WA Cc: current@freebsd.org Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG In article <20000719152613.Z13979@fw.wintelcom.net>, Alfred Perlstein wrote: > ===> libexec/rtld-elf > chflags noschg /usr/libexec/ld-elf.so.1 > chflags noschg /usr/libexec/ld-elf.so.1.old > cp -p /usr/libexec/ld-elf.so.1 /usr/libexec/ld-elf.so.1.old > cp:No such file or directory ^ | Why is the space missing that is supposed to be in this message? > # ls -l /usr/libexec/ld-elf.so.1 /usr/libexec/ld-elf.so.1.old > -r-xr-xr-x 1 root wheel 74512 Jul 19 15:13 /usr/libexec/ld-elf.so.1 > -r-xr-xr-x 1 root wheel 74160 Jul 10 04:47 /usr/libexec/ld-elf.so.1.old I can't figure out what is going on here. The whole set of commands in the Makefile is inside an ".if exists" block: beforeinstall: .if exists(${DESTDIR}${BINDIR}/${PROG}) -chflags noschg ${DESTDIR}${BINDIR}/${PROG} .if exists(${DESTDIR}${BINDIR}/${PROG}.old) -chflags noschg ${DESTDIR}${BINDIR}/${PROG}.old .endif cp -p ${DESTDIR}${BINDIR}/${PROG} ${DESTDIR}${BINDIR}/${PROG}.old .endif I added this to the Makefile 11 days ago, and haven't heard any other reports of problems. > boggles! Yep, I'm baffled too. Have you got a rogue "cp" program somewhere in your path? John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message