From owner-freebsd-sparc64@FreeBSD.ORG Thu Mar 27 10:08:14 2008 Return-Path: Delivered-To: freebsd-sparc64@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 783E4106566C for ; Thu, 27 Mar 2008 10:08:14 +0000 (UTC) (envelope-from freebsd-sparc@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id DBE0B8FC1B for ; Thu, 27 Mar 2008 10:08:13 +0000 (UTC) (envelope-from freebsd-sparc@m.gmane.org) Received: from root by ciao.gmane.org with local (Exim 4.43) id 1JeoM3-00067z-PV for freebsd-sparc64@freebsd.org; Thu, 27 Mar 2008 09:25:03 +0000 Received: from tyger.omnieng.co.uk ([193.82.59.2]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 09:25:03 +0000 Received: from davidsmith1307 by tyger.omnieng.co.uk with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 27 Mar 2008 09:25:03 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-sparc64@freebsd.org From: Dave Smith Date: Thu, 27 Mar 2008 09:17:32 +0000 (UTC) Lines: 165 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: tyger.omnieng.co.uk User-Agent: Pan/0.132 (Waxed in Black) Sender: news Subject: Port build loops on 7.0 X-BeenThere: freebsd-sparc64@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the Sparc List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 27 Mar 2008 10:08:14 -0000 Hi when trying to build any ports on 7.0-release I get failures at the configure stage. The configure process runs through until it gets to the end. Here is a sample for portmanager: ===> Configuring for portmanager-0.4.1_9 checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking build system type... sparc64-portbld-freebsd7.0 checking host system type... sparc64-portbld-freebsd7.0 checking for style of include used by make... GNU checking for gcc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking dependency style of cc... gcc3 checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... cc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking whether we are using the GNU C++ compiler... yes checking whether c++ accepts -g... yes checking dependency style of c++... gcc3 checking how to run the C++ preprocessor... c++ -E checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... (cached) 262144 checking command to parse /usr/bin/nm -B output from cc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if cc static flag works... yes checking if cc supports -fno-rtti -fno-exceptions... no checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc supports -c -o file.o... yes checking whether the cc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by c++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking for c++ option to produce PIC... -fPIC checking if c++ PIC flag -fPIC works... yes checking if c++ supports -c -o file.o... yes checking whether the c++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... freebsd7.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for ANSI C header files... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for GNU libc compatible malloc... yes checking whether lstat dereferences a symlink specified with a trailing slash... no checking whether stat accepts an empty string... no checking for strchr... yes checking for strstr... yes configure: creating ./config.status config.status: creating Makefile config.status: creating libMG/Makefile config.status: creating libMG/src/Makefile config.status: creating libMGPM/Makefile config.status: creating libMGPM/src/Makefile config.status: creating portmanager/Makefile config.status: creating config.h config.status: executing default-1 commands configure: creating ./config.status config.status: creating Makefile config.status: creating libMG/Makefile config.status: creating libMG/src/Makefile config.status: creating libMGPM/Makefile config.status: creating libMGPM/src/Makefile config.status: creating portmanager/Makefile config.status: creating externVars.h config.status: creating config.h config.status: config.h is unchanged config.status: executing default-1 commands ===> Building for portmanager-0.4.1_9 /bin/sh ./config.status --recheck running /bin/sh ./configure --with-prefix=/usr/local --with-bindir=/bin --with-etcdir=/etc --with-pkgdbdir=/var/db/pkg --with-portsdir=/usr/ports --with-sharedir=/share/portmanager --with-tempdir=/tmp --prefix=/usr/ local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=sparc64- portbld-freebsd7.0 CC=cc CFLAGS=-O2 -fno-strict-aliasing -pipe CXXFLAGS=- O2 -fno-strict-aliasing -pipe CXX=c++ build_alias=sparc64-portbld- freebsd7.0 --no-create --no-recursion checking for a BSD-compatible install... /usr/bin/install -c As you can see the whole process is starting again. I have been using FreeBSD for years and I have never seen this. Having said that, this is my first play with 7.0 on Sparc. Any help would be greatly appreciated. Dave S