[MacPorts] #16160: sbcl_1.0.18_0 build fails
#16160: sbcl_1.0.18_0 build fails --------------------------------+------------------------------------------- Reporter: ludwig@fh-worms.de | Owner: macports-tickets@lists.macosforge.org Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: sbcl | --------------------------------+------------------------------------------- Hi, my attempt to upgrade the sbcl port to 1.0.18_0 on an Intel MacBook Pro, OS X 10.4.11, failed with some linker error: {{{ dyld: lazy symbol binding failed: Symbol not found: _kill$UNIX2003 }}} I will attach the full output of 'port -v upgrade sbcl' to this ticket. If I simply try the same command again, without cleaning the port in between, I only get: {{{ ---> Building sbcl with target all make.sh: make.sh: No such file or directory Error: Target org.macports.build returned: shell command "unset LD_PREBIND && unset LD_PREBIND_ALLOW_OVERLAP && sh make.sh "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.12-x86-darwin/src/runtime/sbcl --core /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_lang_sbcl/work/sbcl-1.0.12-x86-darwin/output/sbcl.core --disable-debugger --sysinit /dev/null --userinit /dev/null" " returned error 127 Command output: make.sh: make.sh: No such file or directory }}} Regards Christoph -- Ticket URL: <http://trac.macports.org/ticket/16160> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Changes (by ryandesign@macports.org): * cc: ludwig@fh-worms.de (removed) * cc: waqar@macports.org (added) * owner: macports-tickets@lists.macosforge.org => gwright@macports.org * milestone: => Port Bugs Comment: Notifying port maintainers. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment (by ryandesign@macports.org): I can confirm both issues, also on 10.4.11 on Intel, with Xcode 2.5. sbcl 1.0.17_0 had no trouble installing. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment (by jwhowse4@comcast.net): I can also confirm both issues with 10.4.11 on Intel using Xcode 2.5. I also had no trouble with sbcl 1.0.17. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment (by blb@macports.org): Looks like the src/runtime/sbcl binary in sbcl-1.0.12-x86-darwin- binary.tar.bz2 has been built on/for 10.5. 10.4 has some $UNIX2003-prefixed symbols, but looking at libSystem seems to show none for kill(). -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment (by jwhowse4@comcast.net): Replying to [comment:4 blb@macports.org]:
Looks like the src/runtime/sbcl binary in sbcl-1.0.12-x86-darwin- binary.tar.bz2 has been built on/for 10.5. 10.4 has some $UNIX2003-prefixed symbols, but looking at libSystem seems to show none for kill().
I took the liberty of doing some hacking, and I found that with 10.4.11 running on Intel sbcl 1.0.19 (which is the latest) builds successfully with the bootversion set to 1.0.10. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment(by ludwig@fh-worms.de): The issue still persists with port sbcl@1.0.20_0. Replying to [comment:5 jwhowse4@…]:
I took the liberty of doing some hacking, and I found that with 10.4.11 running on Intel sbcl 1.0.19 (which is the latest) builds successfully with the bootversion set to 1.0.10.
Do you have a path for the port file that you could share? Or can you give more details what exactly you had to do? Thanks. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment(by ludwig@fh-worms.de): Replying to [comment:6 ludwig@…]:
Do you have a path for the port file that you could share? Or can you give more details what exactly you had to do? Thanks.
Sorry, a typo - "path" should read "patch", of course. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment(by mail_ben_schmidt@yahoo.com.au): I've attached the Portfile I used. I just changed the set bootversion line at the top to 1.0.10 and the md5 in the platform i386 section. What actually should be done is a new section added that changes the bootversion and sets the md5 if it detects Mac OS 10.4, like the ppc section does. But I don't know how to do that in a Portfile (I am fairly new to Macports). -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment(by mail_ben_schmidt@yahoo.com.au): OK. I've taken a little time to learn. I think I've made a Portfile that will work now. I'll attach it, and a diff and email the maintainers. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: new Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: | Keywords: sbcl ---------------------------------+------------------------------------------ Comment(by mail_ben_schmidt@yahoo.com.au): One of the maintainers (gwright) has fixed this (slightly differently) in the Macports system. I tested it and it works for me. This ticket can probably be closed now. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
#16160: sbcl_1.0.18_0 build fails ---------------------------------+------------------------------------------ Reporter: ludwig@fh-worms.de | Owner: gwright@macports.org Type: defect | Status: closed Priority: Normal | Milestone: Port Bugs Component: ports | Version: 1.6.0 Resolution: fixed | Keywords: sbcl Port: | ---------------------------------+------------------------------------------ Changes (by gwright@macports.org): * status: new => closed * resolution: => fixed Comment: Closing, since it looks like r39907 has fixed this. -- Ticket URL: <http://trac.macports.org/ticket/16160#comment:11> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts