[MacPorts] #35413: mit-scheme does not build on OS X 10.8
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: -------------------------------------+-------------------------------------- Attempt to install mit-scheme on OS X 10.8 mountain lion (x86_64, Xcode 4.4) fails on configure. {{{ ... :info:build checking for native-code support... yes, using portable C code :info:build configure: error: No MacOSX SDK for version: 10.8 ... }}} Log file attached. A recent, earlier SDK issue was fixed for this port here: https://trac.macports.org/changeset/90606 -- Ticket URL: <https://trac.macports.org/ticket/35413> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: mit-scheme -------------------------------------+-------------------------------------- Changes (by ryandesign@…): * owner: macports-tickets@… => dports@… * port: => mit-scheme Old description:
Attempt to install mit-scheme on OS X 10.8 mountain lion (x86_64, Xcode 4.4) fails on configure.
{{{ ... :info:build checking for native-code support... yes, using portable C code :info:build configure: error: No MacOSX SDK for version: 10.8 ... }}}
Log file attached. A recent, earlier SDK issue was fixed for this port here: https://trac.macports.org/changeset/90606
New description: Attempt to install mit-scheme on OS X 10.8 mountain lion (x86_64, Xcode 4.4) fails on configure. {{{ ... :info:build checking for native-code support... yes, using portable C code :info:build configure: error: No MacOSX SDK for version: 10.8 ... }}} Log file attached. A recent, earlier SDK issue was fixed for this port here: r90606 -- Comment: It's building fine for me. Have you remembered to [wiki:ProblemHotlist #xcode-select use xcode-select]? -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: mit-scheme -------------------------------------+-------------------------------------- Comment(by AlonzoQuixote@…): The problem does not seem to be xcode-select. {{{ ~> xcode-select -print-path /Applications/Xcode.app/Contents/Developer }}} The mit-scheme port worked fine on this machine last week, before upgrade to 10.8, and many other ports have re-installed after the upgrade with no problem. -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: mit-scheme -------------------------------------+-------------------------------------- Comment(by dports@…): I don't have access to 10.8 at the moment, so may not be much help. Is the 10.8 SDK available in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk? -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: mit-scheme -------------------------------------+-------------------------------------- Comment(by AlonzoQuixote@…): After adding the following link, a "port clean mit-scheme" and "port install mit-scheme" succeeded: {{{ ln -s /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs /Developer/Platforms/MacOSX.platform/Developer }}} However, on another newer machine (macbook pro retina, but with same OS 10.8 and Xcode 4.4) the install works without the link. The newer machine has no /Developer directory. So maybe a fix would be to patch the configure script so that it looks in /Applications, more specifically in {{{ /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs }}} if {{{ /Developer/Platforms/MacOSX.platform/Developer/SDKs/${SDK}.sdk }}} fails? -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 -------------------------------------+-------------------------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Keywords: | Port: mit-scheme -------------------------------------+-------------------------------------- Comment(by dports@…): Hmm, that's exactly what the post-patch script is supposed to be doing. Do you have `developer_dir` set in /opt/local/etc/macports/macports.conf? It should be commented out to let MacPorts pick the proper path automatically, but older installations may still have it hardcoded to /Developer -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 ------------------------------+---------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: | Keywords: Port: mit-scheme | ------------------------------+---------------------- Comment (by ralph@…): Replying to [comment:5 dports@…]:
Do you have `developer_dir` set in /opt/local/etc/macports/macports.conf? It should be commented out to let MacPorts pick the proper path automatically, but older installations may still have it hardcoded to /Developer
This fixed the problem for me. -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#35413: mit-scheme does not build on OS X 10.8 ------------------------------+---------------------- Reporter: AlonzoQuixote@… | Owner: dports@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.1.2 Resolution: invalid | Keywords: Port: mit-scheme | ------------------------------+---------------------- Changes (by dports@…): * status: new => closed * resolution: => invalid -- Ticket URL: <https://trac.macports.org/ticket/35413#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts