Re: Where's xf? postgresql openpkg release 1.2

2003-03-30 Thread Bill Campbell
On Sun, Mar 30, 2003 at 09:15:06AM +0200, Ralf S. Engelschall wrote:
On Sat, Mar 29, 2003, Bill Campbell wrote:

 What's xf?  Attempting to build postgresql in the release version of
 openpkg, on FreeBSD 4.7 the build fails saying it can't find ``xf''.  The
 command that fails is:

  gzip -d -c man.tar.gz |  xf -

Seems like the %{l_tar} macro before xf - got expanded to an empty
string. I'll look at this.

FYI:
rpm --eval '%{l_tool_locate tar}'
/home/csoft/freebsd47/lib/openpkg/tar

Bill
--
INTERNET:   [EMAIL PROTECTED]  Bill Campbell; Celestial Systems, Inc.
UUCP:   camco!bill  PO Box 820; 6641 E. Mercer Way
FAX:(206) 232-9186  Mercer Island, WA 98040-0820; (206) 236-1676
URL: http://www.celestial.com/

Memoirs -- Bill Clinton is getting $12 million for his memoirs, and his
wife Hillary got $8 million for hers.  That's $20 million for memories from
two people who for eight years repeatedly testified  they couldn't remember
anything.
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: Where's xf? postgresql openpkg release 1.2

2003-03-30 Thread Michael van Elst
On Sun, Mar 30, 2003, Bill Campbell wrote:

 Seems like the %{l_tar} macro before xf - got expanded to an empty
 string. I'll look at this.
 
 FYI:
   rpm --eval '%{l_tool_locate tar}'
   /home/csoft/freebsd47/lib/openpkg/tar


The postgresql configure searches for a tar command in $PATH. Please
check wether you do have a tar binary installed. It should be
/usr/bin/tar.

But since we always provide a tar in the bootstrap we could also force
configure to use it using the $TAR environment variable.



-- 
,eM=.a-. Michael van Elst
   dWWMWM -  :GM==;[EMAIL PROTECTED]
  :WWMWMw=--.  W='  cable  wireless
   9WWMm==-.
-Wmw-  CABLE  WIRELESS
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]


Re: Where's xf? postgresql openpkg release 1.2

2003-03-30 Thread Michael van Elst

postgresql-7.3.2-20030330 now uses %{l_tar} to locate a suitable tar
command.

-- 
,eM=.a-. Michael van Elst
   dWWMWM -  :GM==;[EMAIL PROTECTED]
  :WWMWMw=--.  W='  cable  wireless
   9WWMm==-.
-Wmw-  CABLE  WIRELESS
__
The OpenPKG Projectwww.openpkg.org
Developer Communication List   [EMAIL PROTECTED]