#32043: osxutils not building on Lion -------------------------------+-------------------------------------------- Reporter: dave@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.0.3 Keywords: clang | Port: osxutils -------------------------------+-------------------------------------------- Comment(by abarnert@…): I found two problems; * Some of the projects explicitly specify the 10.4u SDK. * The geticon project can't build with clang. I worked around both of this as follows: {{{ sudo port install osxutils -universal xcode.build.settings='-sdk macosx10.7' configure.compiler=llvm-gcc-4.2 }}} Everything built and installed properly. Some of the tools work fine, others report errors (e.g., setfcomment always gets "Error 5 setting MacOS 9 comment"), others crash (e.g., lsmac lists the first entry then crashes with "Abort trap: 6"). I tried downloading and building the source manually, but they're so out of date that that's easier said than done. Considering that the last upstream release was in 2005, I'm guessing this isn't going to be trivial to fix. -- Ticket URL: <https://trac.macports.org/ticket/32043#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS