[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Chicken-janitors] #1048: Cross compiled chicken-install is broken in Ch
From: |
Chicken Trac |
Subject: |
[Chicken-janitors] #1048: Cross compiled chicken-install is broken in Chicken 4.8.2 |
Date: |
Mon, 26 Aug 2013 07:17:21 -0000 |
#1048: Cross compiled chicken-install is broken in Chicken 4.8.2
-----------------------------------+----------------------------------------
Reporter: iraikov | Owner:
Type: defect | Status: new
Priority: major | Milestone: someday
Component: core tools | Version: 4.8.x
Keywords: cross chicken-install |
-----------------------------------+----------------------------------------
I have just tried to use chicken-install with Chicken 4.8.2 cross-compiled
for x86_64 and SPARC in Linux, and it seems that there is a bug in the
cross compilation code, beginning on line 599.
chicken-install copies the egg files from $EGGDIR/* to $TMPCOPY/*
and then tries to run the .setup file residing in $TMPCOPY/$EGGNAME
instead of $TMPCOPY. So either the files need to be copied to
$TMPCOPY/$EGGNAME, or the path to the .setup file needs to be constructed
twice, once for the host and a second time for target.
--
Ticket URL: <http://bugs.call-cc.org/ticket/1048>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.
- [Chicken-janitors] #1048: Cross compiled chicken-install is broken in Chicken 4.8.2,
Chicken Trac <=