[asterisk-bugs] [Asterisk 0014933]: SVN Trunk fails to link on Mac OS X
Asterisk Bug Tracker
noreply at bugs.digium.com
Sun Apr 19 11:22:45 CDT 2009
The following issue has been set as DUPLICATE OF issue 0014930.
======================================================================
http://bugs.digium.com/view.php?id=14933
======================================================================
Reported By: ssokol
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14933
Category: Core/Portability
Reproducibility: always
Severity: major
Priority: normal
Status: closed
Asterisk Version: SVN
Regression: No
SVN Branch (only for SVN checkouts, not tarball releases): trunk
SVN Revision (number only!): 189271
Request Review:
Resolution: duplicate
Duplicate: 0
Fixed in Version:
======================================================================
Date Submitted: 2009-04-19 10:24 CDT
Last Modified: 2009-04-19 11:22 CDT
======================================================================
Summary: SVN Trunk fails to link on Mac OS X
Description:
Trying to compile the current trunk on Mac OS 10.5.6 (Leopard). GCC
version info: i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build
5465)
The compile phase threw constant warnings about implicit function
declaration for a locking function:
/usr/src/asterisk/include/asterisk/lock.h: In function
'ast_rwlock_timedrdlock':
/usr/src/asterisk/include/asterisk/lock.h:1765: warning: implicit
declaration of function 'pthread_rwlock_timedrdlock'
/usr/src/asterisk/include/asterisk/lock.h: In function
'ast_rwlock_timedwrlock':
/usr/src/asterisk/include/asterisk/lock.h:1780: warning: implicit
declaration of function 'pthread_rwlock_timedwrlock'
At the link phase the build failed with the following error:
======================================================================
Relationships ID Summary
----------------------------------------------------------------------
duplicate of 0014930 [patch] Detect pthread_rwlock_timedwrlo...
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2009-04-19 11:22 tilghman Relationship added duplicate of 0014930
======================================================================
More information about the asterisk-bugs
mailing list