[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

at the end of emdebuild...



there is are a pair of statements that use @line, which is an array
of objects to be installed.   When doing a cross arch build it fails
saying that there is an uninitialised value in join (the place where
is uses @line is join( " ", @line)).

Now the values are added to @line using:-

foreach my $depref (@unmet)
{
	push @line, $$depref{'package'};
}

which I don't understand, as my Perl is almost non-existant.

Now in this case there ARE (two) unmet things to be installed,
so it should have something to do here.

Anyone got any ideas as to what the problem might be?

David


Reply to: