﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	difficulty
1048	Cross compiled chicken-install is broken in Chicken 4.8.2	Ivan Raikov		"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.


"	defect	new	major	someday	core tools	4.8.x		cross chicken-install		
