ports/115676: archivers/rpm fails to build on RELENG_6

Yuri Pankov yuri at darklight.org.ru
Tue Aug 21 10:50:06 UTC 2007


The following reply was made to PR ports/115676; it has been noted by GNATS.

From: Yuri Pankov <yuri at darklight.org.ru>
To: Marcus von Appen <mva at sysfault.org>
Cc: bug-followup at freebsd.org
Subject: Re: ports/115676: archivers/rpm fails to build on RELENG_6
Date: Tue, 21 Aug 2007 14:41:18 +0400

 On Tue, Aug 21, 2007 at 12:28:56PM +0200, Marcus von Appen wrote:
 > On, Tue Aug 21, 2007, Yuri Pankov wrote:
 > 
 > > Can't reproduce it on 5.5, 6.2 and -CURRENT systems. Can you check that
 > > you don't have stale symlinks, shell aliases, etc. mentioning {g,}awk?
 > 
 > None of those exist(ed) except /usr/bin/awk installed by
 > /usr/src/usr.bin/awk.
 > 
 > If you have lang/gawk installed, deinstall it before you try to build
 > archivers/rpm.
 > 
 > Regards
 > Marcus
 
 Sorry for not mentioning it, that's exactly what I did - tried with and
 without gawk from ports. I just can't see where 'gawk: not found' can
 possibly come from when running configure target, hence my suggestion
 that there's something wrong with your setup.
 
 /usr/ports/archivers/rpm# which gawk
 gawk: Command not found.
 /usr/ports/archivers/rpm# make clean configure
 ===>  Cleaning for rpm-3.0.6_13
 ===>  Extracting for rpm-3.0.6_13
 => MD5 Checksum OK for rpm-3.0.6.tar.gz.
 => SHA256 Checksum OK for rpm-3.0.6.tar.gz.
 ===>  Patching for rpm-3.0.6_13
 ===>  Applying FreeBSD patches for rpm-3.0.6_13
 ===>   rpm-3.0.6_13 depends on executable: gmake - found
 ===>   rpm-3.0.6_13 depends on file: /usr/local/bin/automake-1.4 - found
 ===>   rpm-3.0.6_13 depends on file: /usr/local/bin/autoconf-2.13 -
 found
 ===>   rpm-3.0.6_13 depends on file: /usr/local/bin/libtool - found
 ===>   rpm-3.0.6_13 depends on shared library: popt.0 - found
 ===>   rpm-3.0.6_13 depends on shared library: intl - found
 ===>  Configuring for rpm-3.0.6_13
 creating cache ./config.cache
 checking host system type... i386-portbld-freebsd6.2
 checking target system type... i386-portbld-freebsd6.2
 checking build system type... i386-portbld-freebsd6.2
 checking for a BSD compatible install... /usr/bin/install -c -o root -g
 wheel
 checking whether build environment is sane... yes
 checking whether gmake sets ${MAKE}... yes
 checking for working aclocal... found
 checking for working autoconf... found
 checking for working automake... found
 checking for working autoheader... found
 checking for working makeinfo... found
 checking for gcc... cc
 checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  )
 works... yes
 checking whether the C compiler (cc -O2 -fno-strict-aliasing -pipe  ) is
 a cross-compiler... no
 checking whether we are using GNU C... yes
 checking whether cc accepts -g... yes
 checking how to run the C preprocessor... cc -E
 checking whether cc needs -traditional... no
 checking for a BSD compatible install... /usr/bin/install -c -o root -g
 wheel
 checking flag used by libtool to link rpm...  -static
 checking POSIX chmod... yes
 checking for mkdir... /bin/mkdir
 checking if /bin/mkdir supports -p... yes
 checking for AIX... no
 checking for minix/config.h... no
 checking for POSIXized ISC... no
 checking for cc option to accept ANSI C... none needed
 checking for function prototypes... yes
 checking for mawk... no
 checking for gawk... no
 checking for nawk... nawk
 <snip>
 
 
 Yuri



More information about the freebsd-ports-bugs mailing list