Bug 38442 - PTHREAD_PRIO_INHERIT incorrectly assumed on Linux
Summary: PTHREAD_PRIO_INHERIT incorrectly assumed on Linux
Status: RESOLVED FIXED
Alias: None
Product: APR
Classification: Unclassified
Component: APR (show other bugs)
Version: 1.2.2
Hardware: Other Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Apache Portable Runtime bugs mailinglist
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-01-30 06:34 UTC by Bojan Smojver
Modified: 2006-02-23 07:11 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bojan Smojver 2006-01-30 06:34:56 UTC
APR fails to compile on recent version of Rawhide (i.e. Fedora Core 5
development) due to incorrect assumptions about PTHREAD_PRIO_INHERIT. Please see
for full explanation:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=178997#c1
Comment 1 Bojan Smojver 2006-01-30 23:30:47 UTC
See also:

https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=176911
Comment 2 Bojan Smojver 2006-01-30 23:39:10 UTC
Workaround (as per RPM spec file from Rawhide) is to:

export ac_cv_func_pthread_mutexattr_setrobust_np=no
export apr_cv_setrobust_with_prio_inherit=no

before running ./configure.
Comment 3 Joe Orton 2006-02-23 16:11:14 UTC
Fixed on the trunk: http://svn.apache.org/viewcvs?rev=380120&view=rev