From owner-freebsd-ports Wed Jun 17 03:21:05 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id DAA16824 for freebsd-ports-outgoing; Wed, 17 Jun 1998 03:21:05 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id DAA16816 for ; Wed, 17 Jun 1998 03:21:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id DAA00919; Wed, 17 Jun 1998 03:20:01 -0700 (PDT) Date: Wed, 17 Jun 1998 03:20:01 -0700 (PDT) Message-Id: <199806171020.DAA00919@freefall.freebsd.org> To: freebsd-ports@FreeBSD.ORG From: Dom Mitchell Subject: Re: ports/6972: lesstif port won't install Reply-To: Dom Mitchell Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/6972; it has been noted by GNATS. From: Dom Mitchell To: Thomas Gellekum Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/6972: lesstif port won't install Date: Wed, 17 Jun 1998 11:10:40 +0100 On 17 June 1998, Thomas Gellekum proclaimed: > Dom Mitchell writes: > > > >Number: 6972 > > >Category: ports > > >Synopsis: lesstif port won't install because of strip on script > > >Description: > > > > When doing a make install in /usr/ports/x11/lesstif, I get an error > > message complaining that mxmkmf can't be stripped as it is a script. > > This is because the Makefile in work/lesstif-0.85/lib/config specifies > > INSTALL_SCRIPT to be INSTALL_PROGRAM. > > Hm. My lib/config/Makefile looks like this after running configure: > > INSTALL = /usr/bin/install -c -o bin -g bin > INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 > INSTALL_DATA = install -c -o bin -g bin -m 444 > INSTALL_SCRIPT = install -c -o bin -g bin -m 555 > transform = s,x,x, > > No problem here. Something wrong with your environment? bsd.port.mk > out of date? No - it looked like something wrong with the Makefile.in/configure as mine looked like this: INSTALL = /usr/bin/install -c -o bin -g bin INSTALL_PROGRAM = install -c -s -o bin -g bin -m 555 INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} I'm using a 2.2.5 box, and my version of bsd.port.mk looks like this: voodoo# ident /usr/share/mk/bsd.port.mk /usr/share/mk/bsd.port.mk: $NetBSD: $ $Id: bsd.port.mk,v 1.227.2.27 1997/10/08 05:05:27 asami Exp $ I'll try upgrading it to the latest 2.2-STABLE version and report back on what happens. -- Dom Mitchell -- Palmer & Harvey McLane dom@phmit.demon.co.uk -- Unix Systems Administrator To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message