From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 05:24:05 2013 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id A98DE85F; Sun, 7 Apr 2013 05:24:05 +0000 (UTC) (envelope-from douglas@douglasthrift.net) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) by mx1.freebsd.org (Postfix) with ESMTP id 9142A36B; Sun, 7 Apr 2013 05:24:05 +0000 (UTC) Received: from [192.168.3.128] (laguna.douglasthrift.net [72.194.217.88]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.6/8.14.5) with ESMTP id r375NsSf085603 (version=TLSv1/SSLv3 cipher=DHE-RSA-CAMELLIA256-SHA bits=256 verify=NOT); Sat, 6 Apr 2013 22:23:55 -0700 (PDT) (envelope-from douglas@douglasthrift.net) DomainKey-Signature: a=rsa-sha1; s=dt-2007050501; d=douglasthrift.net; c=nofws; q=dns; h=message-id:date:from:user-agent:mime-version:to:cc:subject: references:in-reply-to:x-enigmail-version:content-type:content-transfer-encoding; b=KWQfBqRejlfi5NuPqaugNMA4/Y/ow6S73ygm1K2Qpwpy7zYnGVHkI64cUroOrTZZs ZTIgRFm4V2TF7m/ZymLHw== Message-ID: <516102EF.4090102@douglasthrift.net> Date: Sat, 06 Apr 2013 22:23:59 -0700 From: Douglas Thrift User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jaret Bartsch Subject: Re: mod_wsgi Port FreeBSD (Broken) References: <1365299328.57643.YahooMailNeo@web125804.mail.ne1.yahoo.com> In-Reply-To: <1365299328.57643.YahooMailNeo@web125804.mail.ne1.yahoo.com> X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-apache@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 05:24:05 -0000 On 4/6/2013 6:48 PM, Jaret Bartsch wrote: > Hi there. I have been for a couple days now trying to get mod_wsgi / > mod_wsgi3 working in FreeBSD, but it will not complete the build and > install. I checked to verify pth.h did in fact exist, but it doesn't > exist where the port is looking for it and even if you symlink it to the > expected location, the second output is yet another problem. Could you > perhaps look into this? Thanks. > > First output: > ======================= ATTENTION! ====================== > > If you want to use daemon mode you will need to make sure > Apache and APR include thread support. > > ========================================================= > ===> License AL2 accepted by the user > ===> Fetching all distfiles required by ap22-mod_wsgi-3.4 for building > ===> Extracting for ap22-mod_wsgi-3.4 > => SHA256 Checksum OK for mod_wsgi-3.4.tar.gz. > ===> Patching for ap22-mod_wsgi-3.4 > ===> ap22-mod_wsgi-3.4 depends on file: /usr/local/bin/python2.7 - found > ===> ap22-mod_wsgi-3.4 depends on file: /usr/local/sbin/apxs - found > ===> Configuring for ap22-mod_wsgi-3.4 > checking Apache version... 2.2.24 > configure: creating ./config.status > config.status: creating Makefile > ===> Building for ap22-mod_wsgi-3.4 > /usr/local/sbin/apxs -c -I/usr/local/include/python2.7 -DNDEBUG -Wc,-O2 > -Wc,-pipe -Wc,-fno-strict-aliasing mod_wsgi.c -L/usr/local/lib > -L/usr/local/lib/python2.7/config -lpython2.7 -lpth -lutil -lm > /usr/local/share/apr/build-1/libtool --silent --mode=compile cc > -prefer-pic -O2 -pipe -I/usr/local/include -fno-strict-aliasing -g > -I/usr/local/include/apache22 -I/usr/local/include/apr-1 > -I/usr/local/include/apr-1 -I/usr/local/include > -I/usr/local/include/db42 -O2 -pipe -fno-strict-aliasing > -I/usr/local/include/python2.7 -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && > touch mod_wsgi.slo > In file included from mod_wsgi.c:142: > /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file > or directory > apxs:Error: Command failed with rc=65536 > . > *** [mod_wsgi.la] Error code 1 > 1 error > *** [do-build] Error code 1 > > Stop in /usr/ports/www/mod_wsgi3. > > > > Second output: > ======================= ATTENTION! ====================== > > If you want to use daemon mode you will need to make sure > Apache and APR include thread support. > > ========================================================= > ===> License AL2 accepted by the user > ===> Fetching all distfiles required by ap22-mod_wsgi-3.4 for building > ===> Extracting for ap22-mod_wsgi-3.4 > => SHA256 Checksum OK for mod_wsgi-3.4.tar.gz. > ===> Patching for ap22-mod_wsgi-3.4 > ===> ap22-mod_wsgi-3.4 depends on file: /usr/local/bin/python2.7 - found > ===> ap22-mod_wsgi-3.4 depends on file: /usr/local/sbin/apxs - found > ===> Configuring for ap22-mod_wsgi-3.4 > checking Apache version... 2.2.24 > configure: creating ./config.status > config.status: creating Makefile > ===> Building for ap22-mod_wsgi-3.4 > /usr/local/sbin/apxs -c -I/usr/local/include/python2.7 -DNDEBUG -Wc,-O2 > -Wc,-pipe -Wc,-fno-strict-aliasing mod_wsgi.c -L/usr/local/lib > -L/usr/local/lib/python2.7/config -lpython2.7 -lpth -lutil -lm > /usr/local/share/apr/build-1/libtool --silent --mode=compile cc > -prefer-pic -O2 -pipe -I/usr/local/include -fno-strict-aliasing -g > -I/usr/local/include/apache22 -I/usr/local/include/apr-1 > -I/usr/local/include/apr-1 -I/usr/local/include > -I/usr/local/include/db42 -O2 -pipe -fno-strict-aliasing > -I/usr/local/include/python2.7 -DNDEBUG -c -o mod_wsgi.lo mod_wsgi.c && > touch mod_wsgi.slo > mod_wsgi.c: In function 'wsgi_discard_output': > mod_wsgi.c:12318: error: 'apr_bucket_type_t' has no member named 'pth_read' > mod_wsgi.c: In function 'wsgi_execute_remote': > mod_wsgi.c:12835: error: 'apr_bucket_type_t' has no member named 'pth_read' > apxs:Error: Command failed with rc=65536 > . > *** [mod_wsgi.la] Error code 1 > 1 error > *** [do-build] Error code 1 > > Stop in /usr/ports/www/mod_wsgi3. > Hello, I'm not sure what's going on, but this seems like a problem with how Python and/or Apache are configured. I've CCed the FreeBSD mailing lists for those. -- Douglas William Thrift From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 07:19:01 2013 Return-Path: Delivered-To: apache@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 21AA2456 for ; Sun, 7 Apr 2013 07:19:01 +0000 (UTC) (envelope-from zhoushuqun@gmail.com) Received: from mail-ee0-f51.google.com (mail-ee0-f51.google.com [74.125.83.51]) by mx1.freebsd.org (Postfix) with ESMTP id AFC441B96 for ; Sun, 7 Apr 2013 07:19:00 +0000 (UTC) Received: by mail-ee0-f51.google.com with SMTP id c4so1830328eek.10 for ; Sun, 07 Apr 2013 00:18:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=5vDK8JtvsE8GdAdpDoOwdz8OY4mVzautAbzuxZxFqDY=; b=Cu6uxBawrWJpPg/8NSzxuDu6sKBBz3lhSIkGH67DqAF6OpbP5Mm8/PXLW3wnUljmVF vOvXQqE/RUkxEWltnXsNZoWgHGolrFSB9qNBTKKujJmBfwoawHqVzMxWrm8LIphehiNI JOgAaWc08/xQ0oSKDl3v72Te+g/cK+p40EtT5lL6+6pVbqTTvV86bH64UVDlX33o0Ipa 74QMkO587M+3hJNQl1mCMFqS4ectMKNTEWsOzo76SUYzObS/x9MDtUwomlkF91DRLcan s1vyYRF9CCBs2x526F3nI3ZSqVc7DVJqjITwimvf0+Hrr0YQMJmMo6GJQKhCfKeaWMBa I7vA== X-Received: by 10.14.182.72 with SMTP id n48mr36238121eem.3.1365319134480; Sun, 07 Apr 2013 00:18:54 -0700 (PDT) MIME-Version: 1.0 Received: by 10.15.45.73 with HTTP; Sun, 7 Apr 2013 00:18:13 -0700 (PDT) In-Reply-To: <201303281700.r2SH018X013098@freefall.freebsd.org> References: <201303281700.r2SH018X013098@freefall.freebsd.org> From: Sutra Zhou Date: Sun, 7 Apr 2013 19:18:13 +1200 Message-ID: Subject: Re: ports/177444: [update] www/mod_auth_openid: Update to 0.7 To: Ander Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: apache@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 07:19:01 -0000 Please commit and update the WWW in pkg-descr please: Index: pkg-descr =================================================================== --- pkg-descr (revision 315749) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ It handles the functions of an OpenID consumer as specified in the OpenID 2.0 specification. -WWW: http://trac.butterfat.net/public/mod_auth_openid +WWW: http://findingscience.com/mod_auth_openid/ On Fri, Mar 29, 2013 at 6:00 AM, Ander wrote: > The following reply was made to PR ports/177444; it has been noted by > GNATS. > > From: Ander > To: bug-followup@FreeBSD.org > Cc: > Subject: Re: ports/177444: [update] www/mod_auth_openid: Update to 0.7 > Date: Thu, 28 Mar 2013 18:55:27 +0200 > > --047d7b3a8f14876e6904d8ff059d > Content-Type: text/plain; charset=UTF-8 > > Here is a new patch attached with a master site bug fixed. > > --047d7b3a8f14876e6904d8ff059d > Content-Type: text/plain; charset=US-ASCII; name="patch_01.txt" > Content-Disposition: attachment; filename="patch_01.txt" > Content-Transfer-Encoding: base64 > X-Attachment-Id: f_heu5wt5f0 > > > SW5kZXg6IE1ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09 > > PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIE1ha2VmaWxlCShyZXZpc2lvbiAzMTU0NzYp > > CisrKyBNYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMiwxMCArMiw5IEBACiAjICRGcmVlQlNE > > JAogCiBQT1JUTkFNRT0JbW9kX2F1dGhfb3BlbmlkCi1QT1JUVkVSU0lPTj0JMC42Ci1QT1JUUkVW > > SVNJT049CTEKK1BPUlRWRVJTSU9OPQkwLjcKIENBVEVHT1JJRVM9CXd3dwotTUFTVEVSX1NJVEVT > > PQlodHRwOi8vYnV0dGVyZmF0Lm5ldC9yZWxlYXNlcy9tb2RfYXV0aF9vcGVuaWQvCitNQVNURVJf > > U0lURVM9CWh0dHA6Ly9jbG91ZC5naXRodWIuY29tL2Rvd25sb2Fkcy9ibXVsbGVyL21vZF9hdXRo > > X29wZW5pZC8KIFBLR05BTUVQUkVGSVg9CSR7QVBBQ0hFX1BLR05BTUVQUkVGSVh9CiAKIE1BSU5U > > QUlORVI9CXpob3VzaHVxdW5AZ21haWwuY29tCkluZGV4OiBkaXN0aW5mbwo9PT09PT09PT09PT09 > > PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0t > > LSBkaXN0aW5mbwkocmV2aXNpb24gMzE1NDc2KQorKysgZGlzdGluZm8JKHdvcmtpbmcgY29weSkK > > QEAgLTEsMiArMSwyIEBACi1TSEEyNTYgKG1vZF9hdXRoX29wZW5pZC0wLjYudGFyLmd6KSA9IDc5 > > ZTdjYTUyNTExZDEyMzA5Y2NjM2YzOTAyNTVlYWFkZTM0NWRjZjU5NTk0MTBkMzUyNzk3YTIyZGFi > > NmMxN2IKLVNJWkUgKG1vZF9hdXRoX29wZW5pZC0wLjYudGFyLmd6KSA9IDMyODcxMworU0hBMjU2 > > IChtb2RfYXV0aF9vcGVuaWQtMC43LnRhci5neikgPSA1OGNiOTI3MTIxZDM5NTU3YTM1OTNiMTBk > > YjhjOTYwNDQwMjk1ZmI0OWNkZGY4MTIwZDZhNWI1MjE4NzdlZDRjCitTSVpFIChtb2RfYXV0aF9v > cGVuaWQtMC43LnRhci5neikgPSAzNTI3NTcK > --047d7b3a8f14876e6904d8ff059d-- > _______________________________________________ > freebsd-apache@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-apache > To unsubscribe, send any mail to "freebsd-apache-unsubscribe@freebsd.org" > From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 16:58:41 2013 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 844596B8; Sun, 7 Apr 2013 16:58:41 +0000 (UTC) (envelope-from lwhsu.freebsd@gmail.com) Received: from mail-pa0-f50.google.com (mail-pa0-f50.google.com [209.85.220.50]) by mx1.freebsd.org (Postfix) with ESMTP id 5F1D65E8; Sun, 7 Apr 2013 16:58:41 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id bg2so2848175pad.9 for ; Sun, 07 Apr 2013 09:58:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=xTsKLl4yVXRtpmqOxS41BAaTgacIAeAbLpIpsiFRQfE=; b=WsyM/SkkZxtcPP+OFPoPLIhpIcv4lKn13G75sMFkgTIfVS/hTCjIZ255xV5wkGRmOy wgvHsyoCETpSL9g03gU3wPlLQKVxra5L+kOSK3U64ubYNqsXnY5Z7VhgM5nDjtqYwbyb t2YifszVrL51PAMAYizMVphy5ml7dVtj6LUybJI5BWyliGGfWHehjxTfBVPS335pCi4X iEZed/3nTvowWnORaOnQC2MhPnmXWswqCwFbY4U4UZl195shR379xzBk35xh+Wj9yfen 1ObMcetNSPQa8hUyjATL/Gy5bUqcetlGdyfo2ObASCeOnO5knGwIiu+MVsVcGTCTqz2U L+Rw== MIME-Version: 1.0 X-Received: by 10.66.119.5 with SMTP id kq5mr3547993pab.193.1365353914700; Sun, 07 Apr 2013 09:58:34 -0700 (PDT) Sender: lwhsu.freebsd@gmail.com Received: by 10.68.81.229 with HTTP; Sun, 7 Apr 2013 09:58:34 -0700 (PDT) In-Reply-To: <516102EF.4090102@douglasthrift.net> References: <1365299328.57643.YahooMailNeo@web125804.mail.ne1.yahoo.com> <516102EF.4090102@douglasthrift.net> Date: Mon, 8 Apr 2013 00:58:34 +0800 X-Google-Sender-Auth: stb_IAVh7csTxZO0dmYqArGyrVA Message-ID: Subject: Re: mod_wsgi Port FreeBSD (Broken) From: Li-Wen Hsu To: Douglas Thrift Content-Type: text/plain; charset=UTF-8 Cc: Jaret Bartsch , freebsd-apache@freebsd.org, freebsd-python@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 16:58:41 -0000 On Sun, Apr 7, 2013 at 1:23 PM, Douglas Thrift wrote: > On 4/6/2013 6:48 PM, Jaret Bartsch wrote: [...] >> In file included from mod_wsgi.c:142: >> /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file >> or directory >> apxs:Error: Command failed with rc=65536 >> . >> *** [mod_wsgi.la] Error code 1 >> 1 error >> *** [do-build] Error code 1 >> >> Stop in /usr/ports/www/mod_wsgi3. [...] > Hello, > > I'm not sure what's going on, but this seems like a problem with how > Python and/or Apache are configured. I've CCed the FreeBSD mailing lists > for those. > It looks like that PTH option is enabled when building Python. I can build mod_wsgi{,3} correctly with default options of Python. But I don't have time to check what's going wrong currently. Is there anybody can help get into this? -- Li-Wen Hsu http://lwhsu.org From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 17:20:09 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 86304C31; Sun, 7 Apr 2013 17:20:09 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 609E1694; Sun, 7 Apr 2013 17:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r37HK9PX051759; Sun, 7 Apr 2013 17:20:09 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r37HK9hc051758; Sun, 7 Apr 2013 17:20:09 GMT (envelope-from edwin) Date: Sun, 7 Apr 2013 17:20:09 GMT Message-Id: <201304071720.r37HK9hc051758@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177693: www/apache24 doesn't build on sparc64 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 17:20:09 -0000 Synopsis: www/apache24 doesn't build on sparc64 Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Sun Apr 7 17:20:09 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177693 From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 20:13:26 2013 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 2E2196AC for ; Sun, 7 Apr 2013 20:13:26 +0000 (UTC) (envelope-from ohauer@gmx.de) Received: from mout.gmx.net (mout.gmx.net [212.227.17.20]) by mx1.freebsd.org (Postfix) with ESMTP id B2D27E2B for ; Sun, 7 Apr 2013 20:13:25 +0000 (UTC) Received: from mailout-de.gmx.net ([10.1.76.19]) by mrigmx.server.lan (mrigmx002) with ESMTP (Nemesis) id 0MHdb8-1USFLU0Eqy-003PH9 for ; Sun, 07 Apr 2013 22:13:16 +0200 Received: (qmail invoked by alias); 07 Apr 2013 20:13:15 -0000 Received: from p578be941.dip0.t-ipconnect.de (EHLO [192.168.0.100]) [87.139.233.65] by mail.gmx.net (mp019) with SMTP; 07 Apr 2013 22:13:15 +0200 X-Authenticated: #1956535 X-Provags-ID: V01U2FsdGVkX1/U2+4GNmvUux/NoR2lDCtFHmtimEbOCvhhfLe+HX rD6LrLIjaJ9ya9 Message-ID: <5161D366.8040406@gmx.de> Date: Sun, 07 Apr 2013 22:13:26 +0200 From: olli hauer User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130328 Thunderbird/17.0.5 MIME-Version: 1.0 To: Jaret Bartsch Subject: Re: mod_wsgi Port FreeBSD (Broken) References: <1365299328.57643.YahooMailNeo@web125804.mail.ne1.yahoo.com> <516102EF.4090102@douglasthrift.net> In-Reply-To: X-Enigmail-Version: 1.5.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Douglas Thrift , freebsd-apache@freebsd.org, Li-Wen Hsu , freebsd-python@freebsd.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 20:13:26 -0000 On 2013-04-07 18:58, Li-Wen Hsu wrote: > On Sun, Apr 7, 2013 at 1:23 PM, Douglas Thrift > wrote: >> On 4/6/2013 6:48 PM, Jaret Bartsch wrote: > > [...] > >>> In file included from mod_wsgi.c:142: >>> /usr/local/include/python2.7/Python.h:166:17: error: pth.h: No such file >>> or directory >>> apxs:Error: Command failed with rc=65536 >>> . >>> *** [mod_wsgi.la] Error code 1 >>> 1 error >>> *** [do-build] Error code 1 >>> >>> Stop in /usr/ports/www/mod_wsgi3. > > [...] > >> Hello, >> >> I'm not sure what's going on, but this seems like a problem with how >> Python and/or Apache are configured. I've CCed the FreeBSD mailing lists >> for those. >> > > It looks like that PTH option is enabled when building Python. I can > build mod_wsgi{,3} correctly with default options of Python. But I > don't have time to check what's going wrong currently. Is there > anybody can help get into this? > Just a guess ... - python was build with the options "THREADS + PTH" and PTH was removed later - it's a FreeBSD current machine with BSD_GREP enabled. (I have some reports where apache / apache module build fails with BSD_GREP on current.) To get some more information please send use the output of the following script http://people.freebsd.org/~ohauer/scripts/check_python_pth.sh -- olli From owner-freebsd-apache@FreeBSD.ORG Sun Apr 7 21:50:01 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 6E7428A7 for ; Sun, 7 Apr 2013 21:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 60F971CD for ; Sun, 7 Apr 2013 21:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r37Lo1UU099972 for ; Sun, 7 Apr 2013 21:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r37Lo1kM099971; Sun, 7 Apr 2013 21:50:01 GMT (envelope-from gnats) Date: Sun, 7 Apr 2013 21:50:01 GMT Message-Id: <201304072150.r37Lo1kM099971@freefall.freebsd.org> To: apache@FreeBSD.org From: Sutra Zhou Subject: Re: ports/177444: [update] www/mod_auth_openid: Update to 0.7 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sutra Zhou List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 07 Apr 2013 21:50:01 -0000 The following reply was made to PR ports/177444; it has been noted by GNATS. From: Sutra Zhou To: bug-followup@freebsd.org Cc: Subject: Re: ports/177444: [update] www/mod_auth_openid: Update to 0.7 Date: Mon, 8 Apr 2013 09:40:37 +1200 --047d7b66f61928035d04d9cc2ea5 Content-Type: text/plain; charset=UTF-8 Please commit and update the WWW in pkg-descr please: Index: pkg-descr =================================================================== --- pkg-descr (revision 315749) +++ pkg-descr (working copy) @@ -2,4 +2,4 @@ It handles the functions of an OpenID consumer as specified in the OpenID 2.0 specification. -WWW: http://trac.butterfat.net/public/mod_auth_openid +WWW: http://findingscience.com/mod_auth_openid/ On Fri, Mar 29, 2013 at 5:40 AM, Edwin Groothuis wrote: > Maintainer of www/mod_auth_openid, > > Please note that PR ports/177444 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/177444 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org > --047d7b66f61928035d04d9cc2ea5 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Please commit and update the WWW in pkg-descr please:

Index: pkg-desc= r
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- pkg= -descr =C2=A0 (revision 315749)
+++ pkg-descr =C2=A0 (working cop= y)
@@ -2,4 +2,4 @@
=C2=A0It handles the functions of an= OpenID consumer as specified in the OpenID
=C2=A02.0 specification.
=C2=A0
--047d7b66f61928035d04d9cc2ea5-- From owner-freebsd-apache@FreeBSD.ORG Mon Apr 8 11:06:10 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 1CEC676 for ; Mon, 8 Apr 2013 11:06:10 +0000 (UTC) (envelope-from owner-bugmaster@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 0F28A2F7 for ; Mon, 8 Apr 2013 11:06:10 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38B6923056462 for ; Mon, 8 Apr 2013 11:06:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38B69Wt056460 for apache@FreeBSD.org; Mon, 8 Apr 2013 11:06:09 GMT (envelope-from owner-bugmaster@FreeBSD.org) Date: Mon, 8 Apr 2013 11:06:09 GMT Message-Id: <201304081106.r38B69Wt056460@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: gnats set sender to owner-bugmaster@FreeBSD.org using -f From: FreeBSD bugmaster To: apache@FreeBSD.org Subject: Current problem reports assigned to apache@FreeBSD.org X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 11:06:10 -0000 Note: to view an individual PR, use: http://www.freebsd.org/cgi/query-pr.cgi?pr=(number). The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. S Tracker Resp. Description -------------------------------------------------------------------------------- o ports/177693 apache www/apache24 doesn't build on sparc64 f ports/177444 apache [update] www/mod_auth_openid: Update to 0.7 f ports/177440 apache [PATCH] www/mod_setenvifplus update to version 0.22 a ports/176659 apache www/apache22 2.2.24 build error o ports/165809 apache add mod_proxy patch to www/apache22 o ports/157554 apache www/apache22: Apache RLimitNPROC does not work as inte o ports/125183 apache www/apache22 wrong SUEXEC_DOCROOT o ports/124375 apache security/heimdal: www/mod_auth_kerb doesn't compile ag 8 problems total. From owner-freebsd-apache@FreeBSD.ORG Mon Apr 8 12:34:02 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 20704E7C; Mon, 8 Apr 2013 12:34:02 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id F076AAFD; Mon, 8 Apr 2013 12:34:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38CY1i7077888; Mon, 8 Apr 2013 12:34:01 GMT (envelope-from edwin@freefall.freebsd.org) Received: (from edwin@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38CY1AW077887; Mon, 8 Apr 2013 12:34:01 GMT (envelope-from edwin) Date: Mon, 8 Apr 2013 12:34:01 GMT Message-Id: <201304081234.r38CY1AW077887@freefall.freebsd.org> To: edwin@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org, apache@FreeBSD.org From: edwin@FreeBSD.org Subject: Re: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 12:34:02 -0000 Synopsis: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" Responsible-Changed-From-To: freebsd-ports-bugs->apache Responsible-Changed-By: edwin Responsible-Changed-When: Mon Apr 8 12:34:01 UTC 2013 Responsible-Changed-Why: Over to maintainer (via the GNATS Auto Assign Tool) http://www.freebsd.org/cgi/query-pr.cgi?pr=177707 From owner-freebsd-apache@FreeBSD.ORG Mon Apr 8 15:00:45 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id BFBB97AD; Mon, 8 Apr 2013 15:00:45 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9ABC2244; Mon, 8 Apr 2013 15:00:45 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38F0j2T003440; Mon, 8 Apr 2013 15:00:45 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38F0jcn003439; Mon, 8 Apr 2013 15:00:45 GMT (envelope-from ohauer) Date: Mon, 8 Apr 2013 15:00:45 GMT Message-Id: <201304081500.r38F0jcn003439@freefall.freebsd.org> To: freebsd-ports@charlieroot.de, ohauer@FreeBSD.org, apache@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:00:45 -0000 Synopsis: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" State-Changed-From-To: open->feedback State-Changed-By: ohauer State-Changed-When: Mon Apr 8 14:59:18 UTC 2013 State-Changed-Why: Please update your ports tree! A fix was committed on 2012-11-28 see http://svnweb.freebsd.org/ports?view=revision&revision=307912 http://www.freebsd.org/cgi/query-pr.cgi?pr=177707 From owner-freebsd-apache@FreeBSD.ORG Mon Apr 8 15:34:06 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id CB25FF24; Mon, 8 Apr 2013 15:34:06 +0000 (UTC) (envelope-from FreeBSD-Ports@charlieroot.de) Received: from mailout11.t-online.de (mailout11.t-online.de [194.25.134.85]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB505F0; Mon, 8 Apr 2013 15:34:06 +0000 (UTC) Received: from fwd53.aul.t-online.de (fwd53.aul.t-online.de ) by mailout11.t-online.de with smtp id 1UPE56-0002Yh-Td; Mon, 08 Apr 2013 17:34:04 +0200 Received: from mailout.charlieroot.de (E44BGTZ6rh-Xh+QsKqfTvEBTfiviPgsYZipZsECoOCYOXFJxn9+DOS1Te8QkVr4QQN@[79.197.94.111]) by fwd53.aul.t-online.de with esmtp id 1UPE51-1GLpzs0; Mon, 8 Apr 2013 17:33:59 +0200 Received: from ZEUS.charlieroot.de (zeus.charlieroot.de [IPv6:2001:6f8:1013:1:1::254]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mailout.charlieroot.de (Postfix) with ESMTPS id EF8C7139B4; Mon, 8 Apr 2013 17:33:58 +0200 (CEST) Received: from ZEUS.charlieroot.de ([fe80::21b:21ff:fe6f:ca73]) by ZEUS.charlieroot.de ([fe80::21b:21ff:fe6f:ca73%10]) with mapi; Mon, 8 Apr 2013 17:33:58 +0200 From: FreeBSD-Ports To: "'ohauer@FreeBSD.org'" , FreeBSD-Ports , "apache@FreeBSD.org" Subject: AW: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" Thread-Topic: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" Thread-Index: AQHONGndqPCOaDlvpk6KiQivhJXIEZjMbiIA Date: Mon, 8 Apr 2013 15:33:57 +0000 Message-ID: References: <201304081500.r38F0jcn003439@freefall.freebsd.org> In-Reply-To: <201304081500.r38F0jcn003439@freefall.freebsd.org> Accept-Language: de-DE, en-US Content-Language: de-DE X-MS-Has-Attach: X-MS-TNEF-Correlator: Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-ID: E44BGTZ6rh-Xh+QsKqfTvEBTfiviPgsYZipZsECoOCYOXFJxn9+DOS1Te8QkVr4QQN@t-dialin.net X-TOI-MSGID: 9190740e-fec3-4f54-adbc-c6103009d65c X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 15:34:06 -0000 Damn. I updated the tree many times but svn once more is the culprit: [helmut@BSDHelmut ~]$ cd /usr/ports/ [helmut@BSDHelmut /usr/ports]$ sudo svn up Updating '.': At revision 315761. [helmut@BSDHelmut /usr/ports]$ cd [helmut@BSDHelmut ~]$ pkg_info -Ix ap22-mod_auth_kerb* ap22-mod_auth_kerb-5.4_3 An Apache module for authenticating users with Ker= beros v5 [helmut@BSDHelmut ~]$ pkg_search auth_kerb ap22-mod_auth_kerb-5.4_4 An Apache module for authenticating users w= ith Kerberos v5 [helmut@BSDHelmut ~]$ sudo portupgrade -a [helmut@BSDHelmut ~]$ grep -ir 5.4 /usr/ports/www/mod_auth_kerb2/Makefile PORTVERSION=3D 5.4 [helmut@BSDHelmut ~]$ grep -ir REVISION /usr/ports/www/mod_auth_kerb2/Makef= ile PORTREVISION=3D 3 [helmut@BSDHelmut ~]$ As an enduser I wish svn would work bullet proof as cvs(up) did. And no, I = have not modified any local files. Thanks. Please close. Please also consider to close at least http://www.freebsd.org/cgi/query-pr.cgi?pr=3D156245 > -----Urspr=FCngliche Nachricht----- > Von: ohauer@FreeBSD.org [mailto:ohauer@FreeBSD.org] > Gesendet: Montag, 8. April 2013 17:01 > An: FreeBSD-Ports; ohauer@FreeBSD.org; apache@FreeBSD.org > Betreff: Re: ports/177707: www/mod_auth_kerb2: > /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol > "gsskrb5_register_acceptor_identity" >=20 > Synopsis: www/mod_auth_kerb2: > /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol > "gsskrb5_register_acceptor_identity" >=20 > State-Changed-From-To: open->feedback > State-Changed-By: ohauer > State-Changed-When: Mon Apr 8 14:59:18 UTC 2013 > State-Changed-Why: > Please update your ports tree! > A fix was committed on 2012-11-28 see > http://svnweb.freebsd.org/ports?view=3Drevision&revision=3D307912 >=20 >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D177707 From owner-freebsd-apache@FreeBSD.ORG Mon Apr 8 17:59:44 2013 Return-Path: Delivered-To: apache@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 5CDAD207; Mon, 8 Apr 2013 17:59:44 +0000 (UTC) (envelope-from ohauer@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 36F7DE57; Mon, 8 Apr 2013 17:59:44 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r38HxiiQ037120; Mon, 8 Apr 2013 17:59:44 GMT (envelope-from ohauer@freefall.freebsd.org) Received: (from ohauer@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r38HxiHF037119; Mon, 8 Apr 2013 17:59:44 GMT (envelope-from ohauer) Date: Mon, 8 Apr 2013 17:59:44 GMT Message-Id: <201304081759.r38HxiHF037119@freefall.freebsd.org> To: freebsd-ports@charlieroot.de, ohauer@FreeBSD.org, apache@FreeBSD.org From: ohauer@FreeBSD.org Subject: Re: ports/177707: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 08 Apr 2013 17:59:44 -0000 Synopsis: www/mod_auth_kerb2: /usr/local/libexec/apache22/mod_auth_kerb.so: Undefined symbol "gsskrb5_register_acceptor_identity" State-Changed-From-To: feedback->closed State-Changed-By: ohauer State-Changed-When: Mon Apr 8 17:58:13 UTC 2013 State-Changed-Why: Portstree updated, issue gone ... Close the PR as requested by the OP. http://www.freebsd.org/cgi/query-pr.cgi?pr=177707 From owner-freebsd-apache@FreeBSD.ORG Thu Apr 11 15:30:57 2013 Return-Path: Delivered-To: apache@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 30C2BDCD for ; Thu, 11 Apr 2013 15:30:57 +0000 (UTC) (envelope-from mi@symbion.zaytman.com) Received: from smtp.rcn.com (smtp.rcn.com [69.168.97.78]) by mx1.freebsd.org (Postfix) with ESMTP id F03EE1E7 for ; Thu, 11 Apr 2013 15:30:56 +0000 (UTC) X_CMAE_Category: 0,0 Undefined,Undefined X-CNFS-Analysis: v=2.0 cv=AshsLZBP c=1 sm=0 a=fEl05wXzeJCkBz9gs2itqQ==:17 a=ATFD-fZbbl4A:10 a=bgO-vj1DLncA:10 a=--eGGIfqAAAA:8 a=wKaVYX1X6qIA:10 a=iIQoUIprwYe2V90bxAsA:9 a=fEl05wXzeJCkBz9gs2itqQ==:117 X-CM-Score: 0 X-Scanned-by: Cloudmark Authority Engine Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.mail=mi@symbion.zaytman.com; spf=neutral; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com header.from=mi@symbion.zaytman.com; sender-id=neutral Authentication-Results: smtp02.rcn.cmh.synacor.com smtp.user=anat; auth=pass (LOGIN) Received-SPF: neutral (smtp02.rcn.cmh.synacor.com: 209.6.63.29 is neither permitted nor denied by domain of symbion.zaytman.com) Received: from [209.6.63.29] ([209.6.63.29:45008] helo=symbion.zaytman.com) by smtp.rcn.com (envelope-from ) (ecelerity 2.2.3.49 r(42060/42061)) with ESMTPA id D1/F1-29720-A27D6615; Thu, 11 Apr 2013 11:30:50 -0400 Received: from symbion.zaytman.com (localhost.zaytman.com [127.0.0.1]) by symbion.zaytman.com (8.14.5/8.14.5) with ESMTP id r3BFUn8x078670 for ; Thu, 11 Apr 2013 11:30:49 -0400 (EDT) (envelope-from mi@symbion.zaytman.com) Received: (from mi@localhost) by symbion.zaytman.com (8.14.5/8.14.5/Submit) id r3BFUnuf078669 for apache@FreeBSD.org; Thu, 11 Apr 2013 11:30:49 -0400 (EDT) (envelope-from mi) Date: Thu, 11 Apr 2013 11:30:49 -0400 (EDT) From: Mikhail Teterin Message-Id: <201304111530.r3BFUnuf078669@symbion.zaytman.com> To: apache@FreeBSD.org Subject: devel/apr1 ignores CFLAGS setting X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Apr 2013 15:30:57 -0000 Gentlemen! Due to the manipulations of CONFIGURE_ENV in the port's Makefile, the system's CFLAGS settings is getting lost. I'm not sure, how to best rearrange things for the entire default environment to survive, but the patch below reinstates the CFLAGS: Index: Makefile =================================================================== --- Makefile (revision 315784) +++ Makefile (working copy) @@ -40,7 +40,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= CC="${CC}" +CONFIGURE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" NO_WRKSUBDIR= yes APR_WRKDIR= ${WRKDIR}/apr-${APR_VERSION} Please, commit or allow me to. Thank you! Yours, -mi From owner-freebsd-apache@FreeBSD.ORG Fri Apr 12 15:30:11 2013 Return-Path: Delivered-To: freebsd-apache@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E0979FF4 for ; Fri, 12 Apr 2013 15:30:11 +0000 (UTC) (envelope-from pfg@FreeBSD.org) Received: from nm19-vm7.bullet.mail.gq1.yahoo.com (nm19-vm7.bullet.mail.gq1.yahoo.com [98.136.217.30]) by mx1.freebsd.org (Postfix) with SMTP id 9CCE8DEF for ; Fri, 12 Apr 2013 15:30:11 +0000 (UTC) Received: from [98.137.12.57] by nm19.bullet.mail.gq1.yahoo.com with NNFMP; 12 Apr 2013 15:30:05 -0000 Received: from [98.136.185.40] by tm2.bullet.mail.gq1.yahoo.com with NNFMP; 12 Apr 2013 15:30:05 -0000 Received: from [127.0.0.1] by smtp101.mail.gq1.yahoo.com with NNFMP; 12 Apr 2013 15:30:05 -0000 X-Yahoo-Newman-Id: 386151.41001.bm@smtp101.mail.gq1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: _6h_0MgVM1lPbwUtpwbGpJkN91wHK_OFlSPph24N9KqjryC MrHkJsEcVIl9uFe8fDxq0JT.17dP5C.qdUlYA85IrC3suUzSav5izP2Xr07g JyGHkqtTC.GAUj.EGfPNOMxMTCISseKV._YHY5WjH0i7_eeuM4OOaGCilSNL Qax3UhehkO7_uUk4axWGgqIBZ95Y7wyIP83zsyicar62eDylet8mrV57y75e eEsvo5F3aGXiW2XqvHyHQdIudaAwL2Lm6KThMzQznhS4_j1D7jC9ruUmtfOm Tk_pbn4pEOHapUrdwMWejadUIoxFJGG1zmzUk5b4_OfX.ZfdpAkmxoaKwLmO suAnsnBa9MlynrEgu8hoiniyn_lWkvo7HZszHTC.aap4RsXVtLuffgGPE0Tz Z5O3DA_J4JVz_vTjl7wcUW9aEenreIw8r0ARVJn20Ai.Ak.cCUtyan.3G01A e3p2dAKjtbYdv.6vrUXshCfOEvJMh9nVNs7h2mucCd8Idy2dHl8PMRkjvZQ3 2n0hmMOHTbT4.D1jzKAc9xMIkgJ.wwXZRjWB2oIeBa44pea28960WRsJGYE_ qvtlxA4t6ZpP7trN0ZOj2kK_kSlJyJvCU8d7cu_jjQDPEIDYR6BmNuPajDXw RH.tcstSXIn98ygHwUviHmY2O5FR4pVlf846W1ojZpEFlpG_5i.9dTsEZ0uD 9pX2B8RgqFV9DAr5abyP4 X-Yahoo-SMTP: xcjD0guswBAZaPPIbxpWwLcp9Unf X-Rocket-Received: from [192.168.0.100] (pfg@190.157.126.109 with plain) by smtp101.mail.gq1.yahoo.com with SMTP; 12 Apr 2013 08:30:05 -0700 PDT Message-ID: <5168287B.6030601@FreeBSD.org> Date: Fri, 12 Apr 2013 10:30:03 -0500 From: Pedro Giffuni User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:17.0) Gecko/20130324 Thunderbird/17.0.4 MIME-Version: 1.0 To: freebsd-apache@FreeBSD.org Subject: Port Wish: httpd DTrace provider Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-apache@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Support of apache-related ports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 12 Apr 2013 15:30:11 -0000 Hello; I have been updating lately our DTrace support with lots of neat stuff from Illumos. Most of the new features will find their way into -stable in the coming weeks. One curiosity though is the lack of DTrace providers in some notable ports. I don't really use httpd a lot lately but I think this would be a rather obvious strength for FreeBSD so I added the idea and a link to sources to the WantedPorts Wiki. A complete description is here: http://dtrace.org/blogs/dap/2011/12/13/usdt-providers-redux/ (note the link to the mod_usdt provider [1]. ) plus we have our own notes about providers in FreeBSD that could use some enhancements: https://wiki.freebsd.org/DTrace/userland Regards, Pedro. [1] https://github.com/davepacheco/mod_usdt