Gentoo Archives: gentoo-user

From: Jason Weisberger <jbdubbs@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] APR Compile, all versions fails
Date: Thu, 09 Mar 2006 16:44:03
Message-Id: f05c493b0603090836y18cfcf30p10e5a3109ba7794d@mail.gmail.com
1 Using either GCC 3.3 or 3.4 I get the following error when compiling EVERY
2 verison of APR from 0.9.6 to 1.2.2
3
4 /include/arch -I../../include/arch/unix -c proc_mutex.c && touch
5 proc_mutex.lo
6 proc_mutex.c: In function `proc_mutex_proc_pthread_create':
7 proc_mutex.c:341: error: `PTHREAD_PRIO_INHERIT' undeclared (first use in
8 this function)
9 proc_mutex.c:341: error: (Each undeclared identifier is reported only once
10 proc_mutex.c:341: error: for each function it appears in.)
11 make[2]: *** [proc_mutex.lo] Error 1
12 make[2]: *** Waiting for unfinished jobs....
13 make[2]: Leaving directory
14 `/var/tmp/portage/apr-0.9.7/work/apr-0.9.7/locks/unix'
15
16 make[1]: *** [all-recursive] Error 1
17 make[1]: Leaving directory
18 `/var/tmp/portage/apr-0.9.7/work/apr-0.9.7/locks/unix'
19
20 make: *** [all-recursive] Error 1
21
22 !!! ERROR: dev-libs/apr-0.9.7 failed.
23 !!! Function src_compile, Line 36, Exitcode 2
24 !!! (no error message)
25 !!! If you need support, post the topmost build error, NOT this status
26 message.
27
28 This is preventing me from doing a full upgrade. Any ideas?
29
30 --
31 Jason Weisberger
32 jbdubbs@×××××.com

Replies

Subject Author
Re: [gentoo-user] APR Compile, all versions fails Richard Fish <bigfish@××××××××××.org>