Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Nov 2007 04:02:24 -0800
From:      Luigi Rizzo <rizzo@icir.org>
To:        =?iso-8859-1?Q?Dag-Erling_Sm=F8rgrav?= <des@des.no>
Cc:        ports@freebsd.org
Subject:   autoconf problem (with fix)
Message-ID:  <20071109040224.A44924@xorpc.icir.org>

next in thread | raw e-mail | index | archive | help
while trying to build openwrt on FreeBSD i hit a problem while
running autoconf, which turns out is due to
/usr/ports/devel/autoconf-wrapper/files/autotools-wrapper.sh

This wrapper uses "sed" (and "find") with no pathname, and
in building openwrt the path contains the GNU tools first,
and the wrapper fails on the '-E' option which is not available
on gnu-sed

I think an easy fix is to replace, in the wrapper,
sed and find with /usr/bin/sed and /usr/bin/find 
so that we have no surprises here, not just with openwrt
but also with other packages which use autoconf on a non-standard
environment.

Objections ?

	cheers
	luigi
-----------------------------------+-------------------------------------
  Luigi RIZZO, rizzo@iet.unipi.it  . Dip. di Ing. dell'Informazione
  http://www.iet.unipi.it/~luigi/  . Universita` di Pisa
  TEL/FAX: +39-050-2217.533/600    . via Diotisalvi 2, 56122 PISA (Italy)
  Mobile   +39-347-0373137
-----------------------------------+-------------------------------------



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