From owner-freebsd-perl@FreeBSD.ORG Mon May 13 18:21:51 2013 Return-Path: Delivered-To: perl@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 3CABE14F; Mon, 13 May 2013 18:21:51 +0000 (UTC) (envelope-from operation@a2network.net) Received: from mail.berrymobile.jp (mvrs.berrymobile.jp [195.62.122.2]) by mx1.freebsd.org (Postfix) with ESMTP id 25C9EFF2; Mon, 13 May 2013 18:21:47 +0000 (UTC) Received: from [192.168.100.197] (unknown [195.62.122.10]) by mail.berrymobile.jp (Postfix) with ESMTPSA id C6D6D85545C; Mon, 13 May 2013 20:14:13 +0200 (CEST) Date: Mon, 13 May 2013 20:14:23 +0200 From: operation To: Chris Rees Subject: Re: perl (5.8.9 to 5.8.14) portupgrade error In-Reply-To: References: <20130513174710.GB5214@hal.rescomp.berkeley.edu> Message-Id: <20130513201423.ACAF.BB7C08DA@a2network.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Becky! ver. 2.56.03 [ja] Cc: perl , operation@a2network.net, Yutaka Itoh X-BeenThere: freebsd-perl@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: maintainer of a number of perl-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 May 2013 18:21:51 -0000 Yes, I deleted > Er, WITH_PKGNG you mean? But same error. Build Perl for SOCKS? [n] Use the PerlIO abstraction layer? [y] Getting the current patchlevel... Build a threading Perl? [n] Build Perl for multiplicity? [n] Use which C compiler? [cc] /usr/lib/libpthread.so: undefined reference to `__pselect@FBSDprivate_1.0' Uh-oh, the C compiler 'cc' doesn't seem to be working. You seem to have a working gcc, though. Would you like to use it? [y] /usr/lib/libpthread.so: undefined reference to `__pselect@FBSDprivate_1.0' You need to find a working C compiler. Either (purchase and) install the C compiler supplied by your OS vendor, or for a free C compiler try http://gcc.gnu.org/ I cannot continue any further, aborting. ===> Script "Configure" failed unexpectedly. Please report the problem to perl@FreeBSD.org [maintainer] and attach the "/usr/ports/lang/perl5.14/work/perl-5.14.2/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. a /usr/sbin/pkg_info -Ea). *** Error code 1 Stop in /usr/ports/lang/perl5.14. *** Error code 1 -- operation On Mon, 13 May 2013 18:52:51 +0100 Chris Rees wrote: > On 13 May 2013 18:47, milki wrote: > > On 19:38 Mon 13 May , Yutaka Itoh wrote: > >> Thanks, Milki. > >> > >> I dkipped these 2 steps and tried to install perl-5.14 again. > >> But I came across same error. > >> > >> root@ylog1:/etc# cd /usr/ports/lang/perl5.14 && make config && make package > >> ===> Building/installing dialog4ports as it is required for the config dialog > >> ===> Cleaning for dialog4ports-0.1.3 > >> ===> dialog4ports-0.1.3 depends on file: /usr/local/sbin/pkg - not found > >> ===> Verifying install for /usr/local/sbin/pkg in /usr/ports/ports-mgmt/pkg > >> ===> pkg-1.0.12 not supported on 7.x or early 8.0. > >> *** Error code 1 > > > > Did you remvoe USE_PKGNG from make.conf? > > > > Er, WITH_PKGNG you mean? > > Chris