New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #16160 (closed defect: fixed)

Opened 4 years ago

Last modified 3 years ago

sbcl_1.0.18_0 build fails

Reported by: ludwig@… Owned by: gwright@…
Priority: Normal Milestone:
Component: ports Version: 1.6.0
Keywords: sbcl Cc: waqar@…
Port:

Description

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

Attachments

sbcl_1.0.18_0_build-msgs.txt Download (5.5 KB) - added by ludwig@… 4 years ago.
Output of 'sudo port -v upgrade sbcl
Portfile Download (2.9 KB) - added by mail_ben_schmidt@… 3 years ago.
Suggested fix
Portfile.diff Download (1.0 KB) - added by mail_ben_schmidt@… 3 years ago.
Diff with the current Portfile

Change History

Changed 4 years ago by ludwig@…

Output of 'sudo port -v upgrade sbcl

  Changed 4 years ago by ryandesign@…

  • owner changed from macports-tickets@… to gwright@…
  • cc waqar@… added; ludwig@… removed
  • milestone set to Port Bugs

Notifying port maintainers.

  Changed 4 years ago by ryandesign@…

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.

  Changed 4 years ago by jwhowse4@…

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.

follow-up: ↓ 5   Changed 4 years ago by blb@…

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().

in reply to: ↑ 4 ; follow-up: ↓ 6   Changed 4 years ago by jwhowse4@…

Replying to 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.

in reply to: ↑ 5 ; follow-up: ↓ 7   Changed 3 years ago by ludwig@…

The issue still persists with port sbcl@1.0.20_0.

Replying to 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.

in reply to: ↑ 6   Changed 3 years ago by ludwig@…

Replying to 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.

  Changed 3 years ago by mail_ben_schmidt@…

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).

  Changed 3 years ago by mail_ben_schmidt@…

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.

Changed 3 years ago by mail_ben_schmidt@…

Suggested fix

Changed 3 years ago by mail_ben_schmidt@…

Diff with the current Portfile

  Changed 3 years ago by mail_ben_schmidt@…

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.

  Changed 3 years ago by gwright@…

  • status changed from new to closed
  • resolution set to fixed

Closing, since it looks like r39907 has fixed this.

  Changed 3 years ago by anonymous

  • milestone Port Bugs deleted

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.