From nobody@www.freebsd.org Wed Jun 19 09:09:27 2002 Return-Path: Received: from nwww.freebsd.org (www.FreeBSD.org [216.136.204.117]) by hub.freebsd.org (Postfix) with ESMTP id C1F0637B413 for ; Wed, 19 Jun 2002 09:09:22 -0700 (PDT) Received: from www.freebsd.org (localhost [127.0.0.1]) by nwww.freebsd.org (8.12.2/8.12.2) with ESMTP id g5JG9MhG001859 for ; Wed, 19 Jun 2002 09:09:22 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.2/8.12.2/Submit) id g5JG9Mqv001858; Wed, 19 Jun 2002 09:09:22 -0700 (PDT) Message-Id: <200206191609.g5JG9Mqv001858@www.freebsd.org> Date: Wed, 19 Jun 2002 09:09:22 -0700 (PDT) From: Chris Kulish To: freebsd-gnats-submit@FreeBSD.org Subject: mod_php4 (4.2.1) fails to build against Apache 2.0.39 X-Send-Pr-Version: www-1.0 >Number: 39529 >Category: ports >Synopsis: mod_php4 (4.2.1) fails to build against Apache 2.0.39 >Confidential: no >Severity: serious >Priority: medium >Responsible: dirk >State: closed >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 19 09:10:00 PDT 2002 >Closed-Date: Fri Jun 21 14:53:03 PDT 2002 >Last-Modified: Fri Jun 21 14:53:03 PDT 2002 >Originator: Chris Kulish >Release: 4.6-STABLE >Organization: TekEngine, LLC >Environment: FreeBSD cheese.kulish.com 4.6-STABLE FreeBSD 4.6-STABLE #0: Mon Jun 17 19:27:08 CDT 2002 root@cheese.kulish.com:/usr/src/sys/compile/SMP3 i386 >Description: When attempting to build mod_php4 using the command: make -DWITH_APACHE2 install It terminates with the following error: Include -pthread -DZTS -prefer-pic -c php_functions.c php_functions.c:93: syntax error This build was attempted after cvsup on 6/19/2002 about 0800am CST. Builds fine against Apache 1.3.26. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: Responsible-Changed-From-To: freebsd-ports->dirk Responsible-Changed-By: ijliao Responsible-Changed-When: Wed Jun 19 14:15:02 PDT 2002 Responsible-Changed-Why: over to maintainer http://www.freebsd.org/cgi/query-pr.cgi?pr=39529 From: "Chris" To: Cc: Subject: Re: ports/39529: mod_php4 (4.2.1) fails to build against Apache 2.0.39 Date: Wed, 19 Jun 2002 16:40:29 -0500 This is a multi-part message in MIME format. ------=_NextPart_000_00A5_01C217B0.05D540E0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Just wanted to follow up with an attempt on a second server which yielded the same results. This was tested on a uni-processor machine: FreeBSD funksucker.kulish.com 4.6-RC FreeBSD 4.6-RC #0: Sun May 19 12:48:19 CDT 2002 root@funksucker.kulish.com:/usr/src/sys/compile/UP0 i386 Thanks! Chris Kulish NOC - TekEngine, LLC ------=_NextPart_000_00A5_01C217B0.05D540E0 Content-Type: text/html; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable

Just wanted to follow up with an attempt on a second = server which yielded the same results.

 

This was tested on a uni-processor = machine:

 

FreeBSD funksucker.kulish.com 4.6-RC FreeBSD 4.6-RC = #0: Sun May 19 12:48:19 CDT = 2002     root@funksucker.kulish.com:/usr/src/sys/compile/UP0  = i386

 

Thanks!

Chris Kulish

NOC – TekEngine, LLC

------=_NextPart_000_00A5_01C217B0.05D540E0-- From: "Chris" To: , Cc: Subject: Re: ports/39529: mod_php4 (4.2.1) fails to build against Apache 2.0.39 Date: Wed, 19 Jun 2002 17:30:03 -0500 Fix: Change line 93 of php_functions.c from: #if !MODULE_MAGIC_AT_LEAST(20020506,0) to #if !AP_MODULE_MAGIC_AT_LEAST(20020506,0) Fix provided by John Campbell It can be found here: http://arstechnica.infopop.net/OpenTopic/page?a=tpc&s=50009562&f=9650913 3&m=4590910094&r=8630940094#8630940094 State-Changed-From-To: open->closed State-Changed-By: dirk State-Changed-When: Fri Jun 21 14:52:50 PDT 2002 State-Changed-Why: Patch committed. Thanks! http://www.freebsd.org/cgi/query-pr.cgi?pr=39529 >Unformatted: