[MacPorts] #16277: sitecopy 0.16.3 fails in build phase

MacPorts noreply at macports.org
Sun Aug 10 14:07:36 PDT 2008


#16277: sitecopy 0.16.3 fails in build phase
----------------------------------------------+-----------------------------
 Reporter:  jlmuir at anl.gov                    |       Owner:  macports-tickets at lists.macosforge.org
     Type:  defect                            |      Status:  new                                  
 Priority:  Normal                            |   Milestone:  Port Bugs                            
Component:  ports                             |     Version:  1.6.0                                
 Keywords:  Undefined symbols _ne_set_status  |  
----------------------------------------------+-----------------------------
 When I do

 {{{
 sudo port install sitecopy
 }}}

 I eventually get the following error in the build phase:

 {{{
 Undefined symbols:
   "_ne_set_status", referenced from:
       _init in davdriver.o
 ld: symbol(s) not found
 collect2: ld returned 1 exit status
 make: *** [sitecopy] Error 1

 Error: Status 1 encountered during processing.
 }}}

 I inspected the sitecopy Portfile and found that it is fetching version
 0.16.3 of sitecopy, but the latest version is 0.16.6.  Also, the sitecopy
 web site has changed from http://www.lyra.org/sitecopy/ to
 http://www.manyfish.co.uk/sitecopy/; the Portfile is using the old web
 site.  I also noticed that the Portfile does not include a dependency for
 neon.  Even though sitecopy includes neon, I think it would be better to
 use the neon port to provide the library.

 I modified the Portfile (changes attached as Portfile.patch) by changing
 the version to 0.16.6, changing the homepage to the new one, and adding
 the following dependency:

 {{{
 depends_lib    port:neon
 }}}

 After making these changes, the port installed cleanly for me on Mac OS X
 10.5.4.

-- 
Ticket URL: <http://trac.macports.org/ticket/16277>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list