From owner-freebsd-questions Tue Sep 3 6: 4:58 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ECF2237B400 for ; Tue, 3 Sep 2002 06:04:51 -0700 (PDT) Received: from net.nigsch.com (194-208-143-121.TELE.NET [194.208.143.121]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7646343E42 for ; Tue, 3 Sep 2002 06:04:35 -0700 (PDT) (envelope-from flo@nigsch.com) Received: from net.nigsch.com (flo@triton.nigsch.com. [192.168.2.1]) by net.nigsch.com (8.12.5/8.12.3) with ESMTP id g83D4W8M009940 for ; Tue, 3 Sep 2002 15:04:32 +0200 (CEST) (envelope-from flo@net.nigsch.com) Received: (from flo@localhost) by net.nigsch.com (8.12.5/8.12.3/Submit) id g83D4VYT009939 for freebsd-questions@freebsd.org; Tue, 3 Sep 2002 15:04:31 +0200 (CEST) (envelope-from flo) Date: Tue, 3 Sep 2002 15:04:31 +0200 From: flo To: freebsd-questions@freebsd.org Subject: port: apache13-modssl fails on alloc.c Message-ID: <20020903130430.GB5683@nigsch.com> Mail-Followup-To: flo , freebsd-questions@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Fingerprint: 0B26 0FAE 92EF 5AB2 FB4D BFAB 141E 72A7 DFF7 8D6D X-Nospam: true Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [please cc me when answering] Hi everyone! I have a problem building the port apache13-modssl: --- snip --- cc -c -I/usr/local/include -I../os/unix -I../include -DHARD_SERVER_LIMIT=512 -DDOCUMENT_LOCATION=\"/usr/local/www/data/\" -DDEFAULT_PATH=\"/usr/local/bin:/bin:/usr/bin\" -DACCEPT_FILTER_NAME=\"httpready\" -funsigned-char -DMOD_SSL=208110 -DEAPI -DEAPI_MM -DUSE_EXPAT -I../lib/expat-lite -O -pipe -march=pentiumpro `../apaci` alloc.c alloc.c:146: syntax error before `*' alloc.c:146: warning: data definition has no type or storage class alloc.c: In function `free_blocks': alloc.c:324: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c:324: (Each undeclared identifier is reported only once alloc.c:324: for each function it appears in.) alloc.c: In function `make_sub_pool_internal': alloc.c:503: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_init_alloc_shared': alloc.c:626: `EAPI_MM_CORE_MAXSIZE' undeclared (first use in this function) alloc.c:631: warning: assignment makes pointer from integer without a cast alloc.c:633: warning: assignment makes pointer from integer without a cast alloc.c: In function `ap_clear_pool': alloc.c:679: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_destroy_pool': alloc.c:724: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: At top level: alloc.c:755: syntax error before `ap_pool_lock_mode' alloc.c: In function `ap_acquire_pool': alloc.c:758: `p' undeclared (first use in this function) alloc.c:760: `mode' undeclared (first use in this function) alloc.c:760: `AP_POOL_RD' undeclared (first use in this function) alloc.c:760: `AP_MM_LOCK_RD' undeclared (first use in this function) alloc.c:760: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `ap_palloc': alloc.c:945: `AP_MM_LOCK_RW' undeclared (first use in this function) alloc.c: In function `psprintf_flush': alloc.c:1106: `AP_MM_LOCK_RW' undeclared (first use in this function) *** Error code 1 --- snip --- I already tried several things: *) deleting /usr/ports/www/apache13-modssl and refetching - didn't help *) deleting /usr/ports/Mk too, refetch, re-try - didn't help *) i made a new world with the sources of about 20th august and re-tried - didn't help *) tried to do something about the syntax errors - not too successful Does anybody have an idea how to overcome this problem? I can build /usr/ports/www/apache13 without any problem at all, but the modssl port seems not to work at all! Any help on this subject would be greatly appreciated! Thanks in advance, flo -- --- Florian Nigsch http://flo.nigsch.com/ PGP key: http://flo.nigsch.com/fnigsch.asc ______________________________________________________________ This communication is only intended for the use of the individual, or entity, to which it is directed and may contain information that is privileged, confidential and exempt from disclosure under applicable law. If received in error: Please notify me immediately and delete the message without any use or further distribution of its contents. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message