From owner-freebsd-stable@FreeBSD.ORG Wed Dec 5 23:23:13 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1C02816A417 for ; Wed, 5 Dec 2007 23:23:13 +0000 (UTC) (envelope-from mattboll@bob.selfip.org) Received: from smtp4-g19.free.fr (smtp4-g19.free.fr [212.27.42.30]) by mx1.freebsd.org (Postfix) with ESMTP id D782F13C45B for ; Wed, 5 Dec 2007 23:23:12 +0000 (UTC) (envelope-from mattboll@bob.selfip.org) Received: from smtp4-g19.free.fr (localhost.localdomain [127.0.0.1]) by smtp4-g19.free.fr (Postfix) with ESMTP id 8AD823EA92D for ; Wed, 5 Dec 2007 23:50:33 +0100 (CET) Received: from lisa.bob.selfip.org (br137-1-82-228-156-113.fbx.proxad.net [82.228.156.113]) by smtp4-g19.free.fr (Postfix) with ESMTP id 5DD843EA56B for ; Wed, 5 Dec 2007 23:50:33 +0100 (CET) Received: from [192.168.0.3] (unknown [192.168.0.3]) by lisa.bob.selfip.org (Postfix) with ESMTP id 85B3F5C58 for ; Wed, 5 Dec 2007 23:50:32 +0100 (CET) From: Matthieu Bollot To: FreeBSD Stable Mailing List Content-Type: text/plain Date: Wed, 05 Dec 2007 23:51:15 +0100 Message-Id: <1196895075.4407.16.camel@sarah.bob.selfip.org> Mime-Version: 1.0 X-Mailer: Evolution 2.12.0 Content-Transfer-Encoding: 7bit Subject: portupgrade trouble X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 05 Dec 2007 23:23:13 -0000 Hi, I've got make problem, whether using portupgrade or cd /usr/ports/xx/xx && make. #uname -a FreeBSD lisa.bob.selfip.org 6.2-RELEASE-p8 FreeBSD 6.2-RELEASE-p8 #5: Sun Nov 25 18:35:33 CET 2007 mattboll@lisa.bob.selfip.org:/usr/obj/usr/src/sys/LISA i386 As you can see below, when it enters on configuring, it give me a prompt, I've got to quit them (they are 2, always) and it continues normally. Don't know where or what I should search for. [Updating the pkgdb in /var/db/pkg ... - 93 packages found (-0 +1) . done] ---> Upgrading 'pkg-config-0.22' to 'pkg-config-0.22_1' (devel/pkg-config) ---> Building '/usr/ports/devel/pkg-config' ===> Cleaning for pkg-config-0.22_1 ===> Vulnerability check disabled, database not found ===> Extracting for pkg-config-0.22_1 => MD5 Checksum OK for gnome2/pkg-config-0.22.tar.gz. => SHA256 Checksum OK for gnome2/pkg-config-0.22.tar.gz. ===> Patching for pkg-config-0.22_1 ===> Applying FreeBSD patches for pkg-config-0.22_1 ===> pkg-config-0.22_1 depends on executable: gmake - found ===> Configuring for pkg-config-0.22_1 (ROOT@lisa:p3)------------------(/usr/ports/devel/pkg-config/work/pkg-config-0.22) #exit (ROOT@lisa:p3)------------------(/usr/ports/devel/pkg-config/work/pkg-config-0.22) #exit 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 gmake sets $(MAKE)... yes [SKIP] #cat /etc/make.conf CPUTYPE?=i686 CFLAGS= -O -pipe WITHOUT_X11=yes NO_X=true NO_GAMES=true # added by use.perl 2007-11-13 20:15:49 PERL_VER=5.8.8 PERL_VERSION=5.8.8 thanks, Matthieu.