From owner-freebsd-ports@FreeBSD.ORG Sat Jun 4 01:40:06 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 6984816A41C; Sat, 4 Jun 2005 01:40:06 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from 72-12-2-214.wan.networktel.net (72-12-2-214.wan.networktel.net [72.12.2.214]) by mx1.FreeBSD.org (Postfix) with ESMTP id 05F1443D53; Sat, 4 Jun 2005 01:40:05 +0000 (GMT) (envelope-from eculp@bafirst.com) Received: from localhost (localhost [127.0.0.1]) (uid 80) by 72-12-2-214.wan.networktel.net with local; Fri, 03 Jun 2005 20:40:05 -0500 id 00095A96.42A10675.000019F5 Received: from dsl-201-144-92-62.prod-infinitum.com.mx (dsl-201-144-92-62.prod-infinitum.com.mx [201.144.92.62]) by mail.bafirst.com (Horde MIME library) with HTTP; Fri, 03 Jun 2005 20:40:05 -0500 Message-ID: <20050603204005.p6bb9d9uv48gkcg8@mail.bafirst.com> Date: Fri, 03 Jun 2005 20:40:05 -0500 From: eculp@bafirst.com To: Manfred Antar References: <20050602215041.hjhyzhxkg0o8wgo4@mail.unixmania.com> <20050603185253.GA57765@graf.pompo.net> <20050603143459.k135bzmo004c4kcw@mail.unixmania.com> <42A0B9F1.4070409@php.net> <20050603155953.m8mal0ornk0kco4o@mail.bafirst.com> <20050603212536.GA98967@graf.pompo.net> <20050603192322.x6cts0hi8gcwk8w0@mail.bafirst.com> <6.2.1.2.2.20050603182218.24599030@pozo.com> In-Reply-To: <6.2.1.2.2.20050603182218.24599030@pozo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format="flowed" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable User-Agent: Internet Messaging Program (IMP) 4.1-cvs Cc: Thierry Thomas , freebsd-ports@freebsd.org Subject: Re: Strange problem in Current with Pear. 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, 04 Jun 2005 01:40:06 -0000 Quoting Manfred Antar : > At 05:23 PM 6/3/2005, eculp@bafirst.com wrote: >> Quoting Thierry Thomas : >> >>> Le Ven 3 jui 05 =E0 22:59:53 +0200, eculp@bafirst.com >>> =E9crivait : >>>> Thanks for the suggestion. I removed the link and the problem >>>> persists. I have two other machines that are working fine with the sam= e >>>> cpu, same pear link, no noticable differences that I can find although >>>> there has to be one ;) So I have three that have this problem and two >>>> that don't. Thanks, again. ed >>> >>> Edwin, >>> >>> Could you please create a package (with `pkg_create -b') on a machine >>> without the problem, transfer this package on a machine with the >>> problem, and install this package (with pkg_add). Then we will know if >>> the problem depends on the build conditions or on the runtime >>> environment. >> >> Yes, of course, Thierry. First I'm trying to understand why I am >> now down from 2 of 5 working to 1 of 5 working and without touching >> php, pear or apache. The only thing that I did on the one that no >> longer works was run portupgrade -a , mergemaster and reset the >> machine to run today's kernel. The one left that works has an old >> kernel from May 19 that I am now backing up and will copy to one of >> the machines that doesn't work just for kicks. I can't imagine that >> the kernel is the problem but hope springs erternal, as they say ;) > > It probably is the kernel. > Read /usr/src/UPDATING, there was a change: > > 20050528: > Kernel parsing of extra options on '#!' first lines of shell > scripts has changed. Manfred, you are correct. Now to figure out how to fix it. I read updating and http://people.freebsd.org/~gad/Updating-20050528.txt but either they weren't clear or I need some rest, probably the latter. I did try it quickly with tcsh and /bin/sh, I use ksh but with no results from any of the three. I'll try at it again in the morning. At least after a week I now know what the problem is :) Thanks again to you and Thierry. If someone has a quick and dirty solution, it would be appreciated. ed