#46911: wcslib install fails -------------------------------+-------------------------------- Reporter: david.w.watson@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.3.3 Resolution: | Keywords: Port: wcslib | -------------------------------+-------------------------------- Comment (by david.w.watson@…): Replying to [comment:1 john@…]:
I'm unable to replicate the problem here. I'd expect the missing symbols to be defined in `/opt/local/lib/gcc48/gcc/x86_64-apple- darwin13/4.8.4/../../../libgfortran.dylib` on your system -- can you check to make sure they're there? Something like
{{{ $ nm opt/local/lib/gcc48/gcc/x86_64-apple- darwin13/4.8.4/../../../libgfortran.dylib | grep gfortran_transfer_character_write 0000000000081e7c T __gfortran_transfer_character_write }}}
(and similarly for `integer_write`) is what you're looking for.
I see from your log that you're using a version of cfitsio compiled with an older version (4.6) of gcc. Might be worth making sure everything is built with the same compiler (although I tried mixing and matching here, and couldn't reproduce the issue).
I searched the web to see if anybody had run into similar problems before, and found [http://comments.gmane.org/gmane.os.apple.fink.general/36000 this issue from a couple of years ago], which sounds very similar... as does the name of the reporter. Did that get resolved? Could it be relevant?
nm /opt/local/lib/libgcc/libgfortran.3.dylib | grep gfortran_transfer_character_write 0000000000081e7c T __gfortran_transfer_character_write returns: grep: 0000000000081e7c: No such file or directory grep: T: No such file or directory grep: __gfortran_transfer_character_write: No such file or directory I don't have this problem using gcc48 with anything else. -- Ticket URL: <https://trac.macports.org/ticket/46911#comment:2> MacPorts <https://www.macports.org/> Ports system for OS X