[Home]

Summary:ASTERISK-15317: Trunk does not compile (again) on Darwin (MacOS 10.5)
Reporter:John Todd (jtodd)Labels:
Date Opened:2009-12-15 13:07:48.000-0600Date Closed:2010-01-11 17:21:29.000-0600
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Core/Portability
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:With latest SVN TRUNK:

sh-3.2# make      
CC="cc" CXX="g++" LD="" AR="" RANLIB="" CFLAGS="" make -C menuselect CONFIGURE_SILENT="--silent" makeopts
make[1]: `makeopts' is up to date.
Generating input for menuselect ...
menuselect/menuselect --check-deps menuselect.makeopts
menuselect/menuselect --check-deps menuselect.makeopts  
Generating embedded module rules ...
  [LD] chan_agent.o -> chan_agent.so
ld: duplicate symbol dyld_stub_binding_helper in /usr/lib/bundle1.o and /usr/lib/bundle1.o
collect2: ld returned 1 exit status
make[1]: *** [chan_agent.so] Error 1
make: *** [channels] Error 2
sh-3.2#
sh-3.2# uname -a
Darwin zot4 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 i386
Comments:By: Leif Madsen (lmadsen) 2010-01-11 15:26:00.000-0600

Note that I've closed another report that appears to be a duplicate of this one, but the reporter states 1.6.2.0 does not compile on OSX 10.5.8. Thanks!

By: Digium Subversion (svnbot) 2010-01-11 16:06:39.000-0600

Repository: asterisk
Revision: 239191

U   trunk/Makefile

------------------------------------------------------------------------
r239191 | tilghman | 2010-01-11 16:06:39 -0600 (Mon, 11 Jan 2010) | 3 lines

Including bundle1.o breaks Tiger and Leopard
(issue ASTERISK-15317)

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=239191

By: Digium Subversion (svnbot) 2010-01-11 16:08:26.000-0600

Repository: asterisk
Revision: 239192

_U  branches/1.6.2/
U   branches/1.6.2/Makefile

------------------------------------------------------------------------
r239192 | tilghman | 2010-01-11 16:08:25 -0600 (Mon, 11 Jan 2010) | 10 lines

Merged revisions 239191 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r239191 | tilghman | 2010-01-11 16:06:38 -0600 (Mon, 11 Jan 2010) | 3 lines
 
 Including bundle1.o breaks Tiger and Leopard
 (issue ASTERISK-15317)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=239192

By: John Todd (jtodd) 2010-01-11 16:58:53.000-0600

Seems to fix the problem I was reporting. But it uncovers another problem... (see new ticket https://issues.asterisk.org/view.php?id=16580)