From owner-freebsd-apache@FreeBSD.ORG Mon Mar 14 08:54:35 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 305D216A4CE for ; Mon, 14 Mar 2005 08:54:35 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 2960143D1D for ; Mon, 14 Mar 2005 08:54:33 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 47929 invoked by uid 1000); 14 Mar 2005 09:54:31 +0100 Date: Mon, 14 Mar 2005 09:54:31 +0100 From: Clement Laforet To: Peter Pentchev Message-ID: <20050314085430.GA39803@goofy.cultdeadsheep.org> References: <20050206181104.GB29361@straylight.m.ringlet.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline In-Reply-To: <20050206181104.GB29361@straylight.m.ringlet.net> User-Agent: Mutt/1.5.6i cc: apache@FreeBSD.org Subject: Re: Fix the mod_php3 port dependency issues X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 08:54:35 -0000 --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sun, Feb 06, 2005 at 08:11:04PM +0200, Peter Pentchev wrote: Hi Peter, > Attached is a patch that fixes the various dependency issues of the > www/mod_php3 port. The only exception is mcrypt support, and I'll get > it working in the next day or so. >=20 > With this patch, and with the BROKEN part commented out by hand, the > port gets at least as far as compilation, installation, loading in > Apache, and executing phpinfo(), with a maximum of options enabled. > This means four cases: > - sybasedb, !sybasect, !interbase, !mcrypt > - !sybasedb, sybasect, interbase, !mcrypt > - !sybasedb, !sybasect, interbase, !mcrypt > (all the rest are turned on) >=20 > As mentioned above, I'll probably get mcrypt running RSN. The > sybasedb/interbase conflict seems to stem from both of them redefining a > couple of C types, which I don't think the mod_php3 port can work around > by itself. >=20 > The funny part is that I could not see any dependencies on MySQL 3.x; > what exactly is the BROKEN comment referring to? Or is it something > that had been fixed in the meantime, or something that I am simply not > seeing since I have a DEFAULT_MYSQL_VER?=3D40 setting in /etc/make.conf? >=20 > If there are no objections, I could commit this (possibly leaving the > BROKEN comment intact until the situation is cleared up), and maybe even > take over maintainership of www/mod_php3 and lang/php3, since I have > something of a vested interest in keeping mod_php3 running for a couple > more months at least :) Sorry for the late response. I tested your patch this week end and=20 looks good. Feel free to commit and enjoy your new maintainership :) Thanks a lot, clem --2fHTh5uZTiUOsy+g Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCNVFGsRhfjwcjuh0RAsDDAJ9T48yJXCpplCEXz6KRez7FcrZNkwCeMhgP db79YpJPCx0DjE8Ocy3AG0E= =3DGx -----END PGP SIGNATURE----- --2fHTh5uZTiUOsy+g-- From owner-freebsd-apache@FreeBSD.ORG Mon Mar 14 11:00:39 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C4B416A4CE for ; Mon, 14 Mar 2005 11:00:39 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id D037743D5A for ; Mon, 14 Mar 2005 11:00:38 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (peter@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j2EB0cO8089635 for ; Mon, 14 Mar 2005 11:00:38 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j2EB0bZ5089629 for apache@freebsd.org; Mon, 14 Mar 2005 11:00:37 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 14 Mar 2005 11:00:37 GMT Message-Id: <200503141100.j2EB0bZ5089629@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Mar 2005 11:00:39 -0000 Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2005/02/11] ports/77391 apache Apache 2.x Modules depending on wrong Apa o [2005/03/05] ports/78451 apache www/mod_perl not compilled 2 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups 1 problem total. From owner-freebsd-apache@FreeBSD.ORG Thu Mar 17 10:55:56 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A438516A4CE for ; Thu, 17 Mar 2005 10:55:56 +0000 (GMT) Received: from mail.gmx.net (mail.gmx.de [213.165.64.20]) by mx1.FreeBSD.org (Postfix) with SMTP id 894F143D55 for ; Thu, 17 Mar 2005 10:55:55 +0000 (GMT) (envelope-from jumper99@gmx.de) Received: (qmail invoked by alias); 17 Mar 2005 10:55:54 -0000 Received: from unknown (HELO wsa096) (193.101.155.96) by mail.gmx.net (mp011) with SMTP; 17 Mar 2005 11:55:54 +0100 X-Authenticated: #682707 Message-ID: <015501c52adf$e45cd590$609b65c1@vpe.de> From: "Helmut Schneider" To: Date: Thu, 17 Mar 2005 11:55:54 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2527 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 X-Y-GMX-Trusted: 0 Subject: mod_chroot X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 10:55:56 -0000 Dear all, there seems to be an error at the port of mod_chroot for FreeBSD: cp /usr/ports/www/mod_chroot/work/mod_chroot-0.4/mod_chroot.so /usr/local/libexec/apache2/mod_chroot.so cp: /usr/ports/www/mod_chroot/work/mod_chroot-0.4/mod_chroot.so: No such file or directory The file resides at /usr/ports/www/mod_chroot/work/mod_chroot-0.4/.libs/mod_chroot.so Regards, Helmut From owner-freebsd-apache@FreeBSD.ORG Thu Mar 17 20:33:56 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0AFCF16A4CE for ; Thu, 17 Mar 2005 20:33:56 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 8A8AE43D1F for ; Thu, 17 Mar 2005 20:33:54 +0000 (GMT) (envelope-from clement@FreeBSD.org) Received: (qmail 50836 invoked by uid 1000); 17 Mar 2005 21:33:53 +0100 Date: Thu, 17 Mar 2005 21:33:53 +0100 From: Clement Laforet To: apache@FreeBSD.org Message-ID: <20050317203353.GB64517@goofy.cultdeadsheep.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="MfFXiAuoTsnnDAfZ" Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: Fwd: cvs commit: ports/www/apache21 Makefile distinfo X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 20:33:56 -0000 --MfFXiAuoTsnnDAfZ Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable FYI, ----- Forwarded message from Clement Laforet ----- =46rom: Clement Laforet Date: Thu, 17 Mar 2005 20:32:44 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/www/apache21 Makefile distinfo clement 2005-03-17 20:32:44 UTC FreeBSD ports repository Modified files: www/apache21 Makefile distinfo=20 Log: - Update to 2.1.4 Once more, you have to rebuild all apache modules. =20 Revision Changes Path 1.171 +1 -1 ports/www/apache21/Makefile 1.62 +2 -2 ports/www/apache21/distinfo --MfFXiAuoTsnnDAfZ Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCOemxsRhfjwcjuh0RAv5OAKCxfJfl1ccONkhbnpSyEltwAcXLogCdHnqi VamyFlL9Na8/gbYOgfXIRRQ= =Bf1n -----END PGP SIGNATURE----- --MfFXiAuoTsnnDAfZ-- From owner-freebsd-apache@FreeBSD.ORG Thu Mar 17 21:12:05 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7FBD616A4CE for ; Thu, 17 Mar 2005 21:12:05 +0000 (GMT) Received: from goofy.cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id EACB343D49 for ; Thu, 17 Mar 2005 21:12:03 +0000 (GMT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 63806 invoked by uid 1000); 17 Mar 2005 22:12:02 +0100 Date: Thu, 17 Mar 2005 22:12:02 +0100 From: Clement Laforet To: Helmut Schneider Message-ID: <20050317211202.GD64517@goofy.cultdeadsheep.org> References: <015501c52adf$e45cd590$609b65c1@vpe.de> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="jCrbxBqMcLqd4mOl" Content-Disposition: inline In-Reply-To: <015501c52adf$e45cd590$609b65c1@vpe.de> User-Agent: Mutt/1.5.6i cc: apache@freebsd.org Subject: Re: mod_chroot X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Mar 2005 21:12:05 -0000 --jCrbxBqMcLqd4mOl Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi Helmut, On Thu, Mar 17, 2005 at 11:55:54AM +0100, Helmut Schneider wrote: > Dear all, >=20 > there seems to be an error at the port of mod_chroot for FreeBSD: It was a bug in apache2/Makefile.modules.3rd, I shouldn't have used=20 ${APXS_PREFIX}. I've just fixed it, Please CVSup/cvs co. Thanks for the report. clem --jCrbxBqMcLqd4mOl Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFCOfKisRhfjwcjuh0RAkzaAKDJSc8JO+N4AylXLzxjA9XFUEZ9xQCg7aza BgNr9+kyet77jyGC5svchXo= =peDR -----END PGP SIGNATURE----- --jCrbxBqMcLqd4mOl-- From owner-freebsd-apache@FreeBSD.ORG Sat Mar 19 04:41:38 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 54C3516A4CE for ; Sat, 19 Mar 2005 04:41:38 +0000 (GMT) Received: from quark.rcac.purdue.edu (quark.rcac.purdue.edu [128.210.189.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id A2DCF43D1D for ; Sat, 19 Mar 2005 04:41:37 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from quark.rcac.purdue.edu (localhost [127.0.0.1]) j2J4fbHJ088657 for ; Fri, 18 Mar 2005 23:41:37 -0500 (EST) (envelope-from linimon@FreeBSD.org) Date: Fri, 18 Mar 2005 23:41:37 -0500 (EST) Message-Id: <200503190441.j2J4fbHJ088657@quark.rcac.purdue.edu> From: linimon@FreeBSD.org To: apache@FreeBSD.org Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 04:41:38 -0000 Dear FreeBSD port maintainer: As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we are attempting to notify maintainers of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common problem is that recent versions of -CURRENT include gcc3.3, which is much stricter about such things as function declarations, literal strings constants that continue over several physical lines, and forcing the deprecation of antique header files such as varargs.h (we should now be using stdargs.h). The next most common problem is that compiles succeed on the i386 architecture (e.g. the common Intel PC), but fail on one or more of the other architectures due to assumptions about things such as size of various types, byte-alignment issues, and so forth. In occasional cases we see that the same port may have different errors in different build environments. The script that runs on the build cluster uses heuristics to try to 'guess' the error type to help you isolate problems, but it is only a rough guide. If you need help in one or more build environments that you do not have access to, please ask for help on the freebsd-ports mailing list. One more note: on occasion, there are transient build errors seen on the build farm. Unfortunately, there is not yet any way for this algorithm to tell the difference (humans are much, much better at this kind of thing.) The build errors are listed below. In the case where the same problem exists on more than one build environment, the URL points to the latest errorlog for that type. (By 'build environment' here we mean 'combination of 4.x/5.x/6.x with target architecture'.) (Note: the dates are included to help you to gauge whether or not the build error still applies to the latest version. The program that generates this report is not yet able to determine this automatically.) portname: www/mod_v2h broken because: Does not compile on FreeBSD >= 5.x build errors: none. overview: http://portsmon.firepipe.net/portoverview.py?category=www&portname=mod_v2h If these build errors are ones that you are already aware of, please accept our apologies and ignore this message. On the other hand, if you no longer wish to maintain this port (or ports), please reply with a message stating that, and accept our thanks for your efforts in the past. Every effort has been made to make sure that these build errors really do correspond to a port that you maintain. However, due to the fact that this is an automated process, it may indeed generate false matches. If one of these build errors fits that description, please forward this email to the author of this software, Mark Linimon , so that he can attempt to fix the problem in the future. Thanks for your efforts to help improve FreeBSD. From owner-freebsd-apache@FreeBSD.ORG Sat Mar 19 20:42:36 2005 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB64716A4CE for ; Sat, 19 Mar 2005 20:42:36 +0000 (GMT) Received: from outgoing.redshift.com (outgoing.redshift.com [207.177.231.8]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8B4FF43D53 for ; Sat, 19 Mar 2005 20:42:36 +0000 (GMT) (envelope-from ray@redshift.com) Received: from workstation (216-228-19-21.dsl.redshift.com [216.228.19.21]) by outgoing.redshift.com (Postfix) with SMTP id 9F77C97023 for ; Sat, 19 Mar 2005 12:42:36 -0800 (PST) Message-Id: <3.0.1.32.20050319124237.00aa3268@pop.redshift.com> X-Mailer: na X-Sender: redshift.com Date: Sat, 19 Mar 2005 12:42:37 -0800 To: freebsd-apache@freebsd.org From: ray@redshift.com Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Subject: mmcache problem X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Mar 2005 20:42:36 -0000 Hi List, I'm having problems getting mmcache to work with Apache 1.3.33 & PHP4.3.10. I've tried building mmcache from source and also building it from /usr/ports/www Get the following error message in my apache logs no matter what I do: /libexec/ld-elf.so.1: /usr/local/lib/php/20020429/mmcache.so: Undefined symbol "php_session_register_module" I've tried compiling apache with full module support, as well as stripped down with just mod_so support. I've tried getting mmcache to work with PHP4 loaded as a DSO and also with PHP4 statically compiled into apache. Still always the same error message. I've tried everything I can think of. I have tried loading mmcache.so directly via a LoadModule statement in httpd.conf as well as allowing PHP to load it via the PHP.INI file. I get the error message above when I run PHP from the command line and also when Apache tries to run. My php.ini file has the following in it: [mmcache] zend_extension="/usr/local/lib/php/20020429/mmcache.so" mmcache.shm_size="16" mmcache.cache_dir="/tmp/mmcache" mmcache.enable="1" mmcache.optimizer="1" mmcache.check_mtime="1" mmcache.debug="0" mmcache.filter="" mmcache.shm_max="0" mmcache.shm_ttl="0" mmcache.shm_prune_period="0" mmcache.shm_only="0" mmcache.compress="1" mmcache.keys="shm_and_disk" mmcache.sessions="shm_and_disk" mmcache.content="shm_and_disk" I'm at a loss. I can't seem to get it working. The only information on the web I can find shows mmcache being installed no problem and I don't seem to be able to find much information regarding any of the error messages, etc. Does anyone have any ideas and/or has anyone gotten it to work with Apache 1.3.33 and PHP4.3.10 - either with PHP as a module or when statically compiled? Thanks! Ray