#33916: octave @3.2.4 does not start properly and uses 50% of CPU -----------------------------------------+---------------------------------- Reporter: dave.evans55@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: | Port: octave -----------------------------------------+---------------------------------- I've googled for the error message and it seems it could well be an error in failing to link with some gcc library. ___emutls_get_address is part of gcc45. octave is the only program I have that requires gcc45 Here is the output of octave. Once started it takes 50% of the CPU and can only be killed with killall -KILL octave {{{ two:~ davidevans$ octave GNU Octave, version 3.2.4 Copyright (C) 2009 John W. Eaton and others. This is free software; see the source code for copying conditions. There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'. Octave was configured for "i386-apple-darwin10.8.0". Additional information about Octave is available at http://www.octave.org. Please contribute if you find this software useful. For more information, visit http://www.octave.org/help-wanted.html Report bugs to <bug@octave.org> (but first, please read http://www.octave.org/bugs.html to learn how to write a helpful report). For information about changes from previous versions, type `news'. dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address Referenced from: /opt/local/lib/gcc45/libstdc++.6.dylib Expected in: /usr/lib/libSystem.B.dylib dyld: Symbol not found: ___emutls_get_address Referenced from: /opt/local/lib/gcc45/libstdc++.6.dylib Expected in: /usr/lib/libSystem.B.dylib panic: dyld: lazy symbol binding failed: Symbol not found: ___emutls_get_address Referenced from: /opt/local/lib/gcc45/libstdc++.6.dylib Expected in: /usr/lib/libSystem.B.dylib }}} -- Ticket URL: <https://trac.macports.org/ticket/33916> MacPorts <http://www.macports.org/> Ports system for Mac OS