Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Nov 2000 18:27:22 -0700
From:      "Jason R. Mastaler" <jason@mastaler.com>
To:        freebsd-ports@FreeBSD.ORG
Subject:   testing new port: "make" chooses bad INSTALL value 
Message-ID:  <00111618272201.01571@nightshade>

next in thread | raw e-mail | index | archive | help
I'm testing out a new port and am having trouble with the installation
stage (make install).  The problem is that when "make" runs the
"configure" script before compilation, a bad value for INSTALL is
chosen ("../" instead of "/usr/bin/install") and the result is
failure.  I should note that it is only subdirectories that have this
problem (i.e, libmad below is a subdirectory), the top-level directory
doesn't.

If I run "./configure" by hand, the right value is chosen.  Can anyone
account for this discrepancy?  Take a look at the configure output
below.  The first is when configure is run by hand, the the latter is
from a "make install" in the port directory.

(# ./configure  --prefix=/usr/local i386--freebsd4.1.1)
configuring in libmad
running /bin/sh ./configure  --prefix=/usr/local i386--freebsd4.1.1 --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... (cached) /usr/bin/install -c
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

(# make install)
configuring in libmad
running /bin/sh ./configure  --prefix=/usr/local i386--freebsd4.1.1 --cache-file=.././config.cache --srcdir=.
loading cache .././config.cache
checking for a BSD compatible install... ../
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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