From owner-freebsd-apache@FreeBSD.ORG Mon Aug 15 11:00:49 2005 Return-Path: X-Original-To: apache@freebsd.org 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 0CDF616A41F for ; Mon, 15 Aug 2005 11:00:49 +0000 (GMT) (envelope-from owner-bugmaster@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC29A43D49 for ; Mon, 15 Aug 2005 11:00:48 +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 j7FB0mkM006596 for ; Mon, 15 Aug 2005 11:00:48 GMT (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j7FB0lZc006590 for apache@freebsd.org; Mon, 15 Aug 2005 11:00:47 GMT (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 15 Aug 2005 11:00:47 GMT Message-Id: <200508151100.j7FB0lZc006590@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 Cc: Subject: Current problem reports assigned to you X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2005 11:00:49 -0000 Current FreeBSD problem reports Critical problems Serious problems Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2004/12/09] ports/74907 apache [PATCH] www/mod_perl: cleanups o [2005/05/18] ports/81183 apache apache13-modperl can not compile with por 2 problems total. From owner-freebsd-apache@FreeBSD.ORG Wed Aug 17 06:49:58 2005 Return-Path: X-Original-To: apache@freebsd.org 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 4E7C116A41F for ; Wed, 17 Aug 2005 06:49:58 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from mail.droso.net (koala.droso.net [193.88.12.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id BABF643D49 for ; Wed, 17 Aug 2005 06:49:57 +0000 (GMT) (envelope-from linimon@FreeBSD.org) Received: from localhost (localhost [127.0.0.1]) by mail.droso.net (Postfix) with ESMTP id 7E907228AB for ; Wed, 17 Aug 2005 08:49:56 +0200 (CEST) Received: from koala.ipv6.droso.net (localhost [IPv6:::1]) by mail.droso.net (Postfix) with ESMTP id CB78C2289B for ; Wed, 17 Aug 2005 08:49:54 +0200 (CEST) From: linimon@FreeBSD.org To: apache@freebsd.org Message-Id: <20050817064954.CB78C2289B@mail.droso.net> Date: Wed, 17 Aug 2005 08:49:54 +0200 (CEST) X-Virus-Scanned: by amavisd 0.1 Cc: Subject: FreeBSD ports that you maintain which are currently marked broken X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Aug 2005 06:49:58 -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.4, 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_mya broken because: MySQL versions mismatch: mysql40-client is installed and wanted version is mysql323-client build errors: none. overview: http://portsmon.FreeBSD.org/portoverview.py?category=www&portname=mod_mya 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 Thu Aug 18 15:01:47 2005 Return-Path: X-Original-To: freebsd-apache@freebsd.org 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 E2DA416A41F for ; Thu, 18 Aug 2005 15:01:47 +0000 (GMT) (envelope-from wfrench@prevailnet.net) Received: from ladle.dreamhost.com (ladle.dreamhost.com [205.196.219.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id ADBEC43D53 for ; Thu, 18 Aug 2005 15:01:47 +0000 (GMT) (envelope-from wfrench@prevailnet.net) Received: from [10.0.0.45] (adsl-67-37-15-118.dsl.ipltin.ameritech.net [67.37.15.118]) by ladle.dreamhost.com (Postfix) with ESMTP id E4896111D8C for ; Thu, 18 Aug 2005 08:01:46 -0700 (PDT) Message-ID: <4304A2D7.1080601@prevailnet.net> Date: Thu, 18 Aug 2005 10:01:43 -0500 From: Will French User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-apache@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: apache_1.3+mod_ssl with mod_php5 install question X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Aug 2005 15:01:48 -0000 Please excuse the ignorance of this newbie...What I am trying to do seems like it should be very common... but... I am trying to use apache1.3+mod_ssl and mod_php5 together. When I try this from packages, I can install apache fine and even get it running. However, when I try to install mod_php5 from packages, it fails because it tries to install the vanilla apache_1.3 package as a prerequisite which itself fails, presumably because it conflicts with apache1.3+mod_ssl. I have tried it from ports. When I do, apache+mod_ssl installs fine but mod_php5 dies complaining of a patch failure on acinclude and zend.h. To my thinking there must literally be thousands of freeBSD users out there who want to run apache with mod_ssl and mod_php5. There must be a straightforward way to do this that I am missing. I have scoured the internet and find only examples of how to break out of ports/packages altogether which I am not kean to do unless absolutely necessary. I have RTFM'ed until I'm blue in the face. Any help would be greatly appreciated. Thanks in advance Will