From owner-freebsd-ports@FreeBSD.ORG Sat May 28 17:36:11 2005 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3801E16A41C for ; Sat, 28 May 2005 17:36:11 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB24143D1D for ; Sat, 28 May 2005 17:36:10 +0000 (GMT) (envelope-from freebsd-ports@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Dc5BT-0008Fh-KS for freebsd-ports@freebsd.org; Sat, 28 May 2005 19:33:15 +0200 Received: from pcp08490587pcs.levtwn01.pa.comcast.net ([68.83.169.224]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 May 2005 19:33:15 +0200 Received: from apeiron+usenet by pcp08490587pcs.levtwn01.pa.comcast.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 28 May 2005 19:33:15 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-ports@freebsd.org From: Christopher Nehren Date: Sat, 28 May 2005 17:32:48 +0000 (UTC) Organization: /usr/bin/false Lines: 34 Message-ID: References: <20050528153101.622ec5b8@it.buh.tecnik93.com> X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pcp08490587pcs.levtwn01.pa.comcast.net User-Agent: slrn/0.9.8.1 (FreeBSD) Sender: news Subject: Re: automake14 breakage (was: Re: Port /usr/ports/games/torcs don't find existing file) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 28 May 2005 17:36:11 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2005-05-28, Ion-Mihai Tetcu scribbled these curious markings: > Just seen the same error when trying to portupgrade rpm > However I don't see any possible related commit in the last days. > > Anyone knowing what this is about ? Probably this in automake14/Makefile: CONFIGURE_ENV= PERL=${PERL5} This explicitly hardcodes the version of perl in the shebang line. This should probably be changed to ${PERL}, which isn't versioned. You'll still need to do something (portupgrade, pkgdb -F) to fix its dependency upon the new perl, but at least it won't be broken until you do so. Best Regards, Christopher Nehren -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (FreeBSD) iD8DBQFCmKvyk/lo7zvzJioRAqMoAJ4pSg/ubggnOMdkOpk9dGTGwUv6gACeKFhn Mn9lP6SyJ48zPbo7vh0U+RM= =RK9U -----END PGP SIGNATURE----- -- I abhor a system designed for the "user", if that word is a coded pejorative meaning "stupid and unsophisticated". -- Ken Thompson If you ask the wrong people questions, you get "Joel on Software". Unix is user friendly. However, it isn't idiot friendly.