From bugs-return-17878-apmail-httpd-bugs-archive=httpd.apache.org@httpd.apache.org Sun May 08 20:47:00 2005 Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 59299 invoked from network); 8 May 2005 20:47:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 May 2005 20:47:00 -0000 Received: (qmail 86667 invoked by uid 500); 8 May 2005 20:50:01 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 86385 invoked by uid 500); 8 May 2005 20:49:59 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 86368 invoked by uid 99); 8 May 2005 20:49:59 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Sun, 08 May 2005 13:49:59 -0700 Received: by ajax.apache.org (Postfix, from userid 99) id 2B2782DF; Sun, 8 May 2005 22:46:54 +0200 (CEST) From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 34809] New: - perchild.c:988: error: `thread_attr' undeclared X-Bugzilla-Reason: AssignedTo Message-Id: <20050508204654.2B2782DF@ajax.apache.org> Date: Sun, 8 May 2005 22:46:54 +0200 (CEST) X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND· INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=34809 Summary: perchild.c:988: error: `thread_attr' undeclared Product: Apache httpd-2.0 Version: 2.1-HEAD Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P2 Component: perchild AssignedTo: bugs@httpd.apache.org ReportedBy: diobrando@bmlabs.net Compile apache 2.1.3-beta with httpd.proc modified to create a httpd.perchild (after httpd and httpd.worker). Apr e apr-util is also compiled with original .spec file, the same compiler and pc(ver 1.1.1 and 1.1.2). Distro is fedora Core 2 on a P3 400MHz. Error reported: /usr/src/redhat/BUILD/apr-1.1.1/libtool --silent --mode=compile gcc -pthread -O2 -g -pipe -march=i686 -I/usr/kerberos/include -DLINUX=2 -D_REENTRANT -D_GNU_SOURCE -D_LARGEFILE64_SOURCE -I/usr/src/redhat/BUILD/httpd-2.1.3/perchild/srclib/pcre -I. -I/usr/src/redhat/BUILD/httpd-2.1.3/perchild/include -I/usr/src/redhat/BUILD/httpd-2.1.3/os/unix -I/usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/http -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/filters -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/proxy -I/usr/src/redhat/BUILD/httpd-2.1.3/include -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/generators -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/mappers -I/usr/src/redhat/BUILD/apr-1.1.1/include -I/usr/src/redhat/BUILD/apr-util-1.1.2/include -I/usr/src/redhat/BUILD/httpd-2.1.3/perchild/server -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/proxy/../generators -I/usr/kerberos/include -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/ssl -I/usr/src/redhat/BUILD/httpd-2.1.3/modules/dav/main -prefer-non-pic -static -c /usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild/perchild.c && touch perchild.lo /usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild/perchild.c: In function `child_main': /usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild/perchild.c:988: error: `thread_attr' undeclared (first use in this function) /usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild/perchild.c:988: error: (Each undeclared identifier is reported only once /usr/src/redhat/BUILD/httpd-2.1.3/server/mpm/experimental/perchild/perchild.c:988: error: for each function it appears in.) make[4]: *** [perchild.lo] Error 1 make[4]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.1.3/perchild/server/mpm/experimental/perchild' make[3]: *** [all-recursive] Error 1 make[3]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.1.3/perchild/server/mpm/experimental/perchild' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.1.3/perchild/server/mpm' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/usr/src/redhat/BUILD/httpd-2.1.3/perchild/server' make: *** [all-recursive] Error 1 error: Bad exit status from /var/tmp/rpm-tmp.76128 (%build) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org