Opened 10 years ago

Closed 7 years ago

#41329 closed defect (fixed)

sbcl @1.1.13_0: build failure

Reported by: tombombadil@… Owned by: easye
Priority: Normal Milestone:
Component: ports Version: 2.2.1
Keywords: Cc: gwright@…, MartinBuchmann (Martin Buchmann)
Port: sbcl

Description


Attachments (1)

main.log (4.9 MB) - added by tombombadil@… 10 years ago.

Change History (7)

Changed 10 years ago by tombombadil@…

Attachment: main.log added

comment:1 Changed 10 years ago by larryv (Lawrence Velázquez)

Cc: gwright@… added
Owner: changed from macports-tickets@… to easieste@…
Port: sbcl added
Summary: sbcl: port sbcl returned: command execution failedsbcl @1.1.13_0: build failure

In the future, please Cc relevant port maintainers (e.g., port info --maintainers sbcl).

:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.archivefetch (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.fetch (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.checksum (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.extract (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.patch (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:main Skipping completed org.macports.configure (sbcl)
:debug:main Privilege de-escalation not attempted as not running as root.
:debug:build build phase started at Tue Nov 12 12:43:49 CET 2013

This is not a complete log. Please clean, try again, and attach the new main.log if you still experience a failure.

comment:2 Changed 10 years ago by easye

Resolution: wontfix
Status: newclosed

Duplicate of #40980.

SBCL is building fine, just that one of the SBCL SB-POSIX test are choking (see your main.log line 88089) on reading one or more of the non-ISO-8859-1 directory entries in the root ("/") directory of your filesystem.

To successfully build SBCL, move the offending files/directories/links from "/" to a subdirectory (like "/disabled"), build and install SBCL, then move the directory entries back.

See the #40980 for a link to the upstream SBCL bug.

When I get the cycles (not soon), I'll look at trying to patch SBCL to ignore the results of this test.

comment:3 Changed 10 years ago by tombombadil@…

thx and sorry (i don't understand the log!)

comment:4 Changed 10 years ago by MartinBuchmann (Martin Buchmann)

Cc: Martin.Buchmann@… added

Cc Me!

comment:5 Changed 7 years ago by easye

Resolution: wontfix
Status: closedreopened

comment:6 Changed 7 years ago by easye

Resolution: fixed
Status: reopenedclosed
Note: See TracTickets for help on using tickets.