#33987: llvm-3.0 fails to build on Tiger/ppc -------------------------------------+-------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Keywords: tiger | Port: llvm-3.0 -------------------------------------+-------------------------------------- Comment(by darylew@…): Replying to [comment:16 ryandesign@…]:
Replying to [comment:15 darylew@…]:
The altered "Portfile" has the "--disable-debug-symbols" setting on. So, do I have to uninstall LLVM before trying again without "--disable- debug-symbols"?
It would probably be enough to remove --disable-debug-symbols, then: {{{ sudo port deactivate llvm-3.0 sudo port destroot llvm-3.0 }}}
If it fails and you want to get back to using the llvm-3.0 you already successfully built, you can then:
{{{ sudo port activate llvm-3.0 }}} It worked again: {{{ ---> Cleaning llvm-3.0 [daryle]$ sudo edit `port file llvm-3.0` Password: [daryle]$ sudo port deactivate llvm-3.0 ---> Deactivating llvm-3.0 @3.0_4 ---> Cleaning llvm-3.0 [daryle]$ sudo port destroot llvm-3.0 ---> Computing dependencies for llvm-3.0 ---> Fetching llvm-3.0 ---> Verifying checksum(s) for llvm-3.0 ---> Extracting llvm-3.0 ---> Applying patches to llvm-3.0 ---> Configuring llvm-3.0 ---> Building llvm-3.0 ---> Staging llvm-3.0 into destroot [daryle]$ }}} Do I keep this new variant, or switch back to the old one? I guess clearing all inactive ports will purge the one I don't choose. -- Ticket URL: <https://trac.macports.org/ticket/33987#comment:18> MacPorts <http://www.macports.org/> Ports system for Mac OS