Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Jul 2002 10:43:53 +0300 (IDT)
From:      Amir Shalem <amir@boom.org.il>
To:        Andreas Ntaflos <ant@overclockers.at>
Cc:        Bryan Liesner <bleez@bellatlantic.net>, <freebsd-questions@freebsd.org>, <freebsd-stable@freebsd.org>
Subject:   Re: freetype2?? again!
Message-ID:  <Pine.BSF.4.44_heb2.09.0207021042080.67640-100000@active.ath.cx>
In-Reply-To: <20020702062113.B1105@Deadcell.ant>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2 Jul 2002, Andreas Ntaflos wrote:

> On Mon, Jul 01, 2002 at 07:16:59PM -0400, Bryan Liesner wrote:
> >
> > You must have "." in your path.There's a shell script called install
> > in the distribution:
> > #!/bin/sh
> > make install
> >
> > That'll cause problems!
>
> Thank you for your answer.
>
> Unfortunately this is not what causes the problems here. I always have
> "." in my path. Also, trying to install it from the work directory in
> /usr/ports/print/freetype2 results in the same errors. So does the old
> classic way of `make install` in thesame directory.
>
> What else could be the cause of the failure?

try to change,
after `make configure`
the values in ./builds/unix/unix-def.mk
look for INSTALL_DATA, INSTALL_PROGRAM, INSTALL_SCRIPT
add the /usr/bin/ path to 'install'.

i.e.
INSTALL_DATA    := install -c -o root -g wheel -m 444
to
INSTALL_DATA    := /usr/bin/install -c -o root -g wheel -m 444

this is a temp fix.

>
> regards
> --
> 	Andreas "ant" Ntaflos
> 	ant@overclockers.at
> 	Vienna, AUSTRIA
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-stable" in the body of the message
>
>


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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.44_heb2.09.0207021042080.67640-100000>