On Wed, Dec 26, 2001 at 08:15:30PM +0100, Florian Lohoff wrote: > Hi, > after looking at the quinn-diff output once again i was wondering > why there are still required packages which have not been built up > to now. Namely "modutils". Also i see "delo" to be built for > "mips" but its Architecture says: "mipsel". Might there be a bug > in "quinn-diff" having problems with architectures beeing that > similar ? Like "mips" matching in "mipsel" ?
*Urgs* Just from staring at the quinn-diff source i find some very
strange things which have to break:
src/parse_sources.c
159 if
(!strstr(source->architecture,binary_architecture_match) &&
!strstr(source->architecture,"any"))
Using "strstr" on architecture fields is simply wrong - It fits the
case where Architecture contains something like "i386, sparc, alpha" but
breaks on "mipsel" whereas we are looking for "mips".
One day we get the architecture "allqaida" or "anyrisc" *urgs*
Flo
--
Florian Lohoff [EMAIL PROTECTED] +49-5201-669912
Nine nineth on september the 9th Welcome to the new billenium
pgpZSX8ZzZxBt.pgp
Description: PGP signature

