Re: Problem using mini-dinstall multistrap

Neil Williams <[email protected]>
Newsgroups gmane.linux.debian.devel.embedded
Message-ID <[email protected]>
On Mon, 28 Mar 2011 15:39:39 +0200
David Kuehling <[email protected]> wrote:

> BTW I think I've found a bug with flat archives support in multistrap in
> sid.  It does work during the bootstrap stage (i.e. correctly handled at
> multistrap line 236), however there's another copy of the code writing
> source.list.d at line 406 where the check for 'exists $flatfile' is
> missing:
> 
>  $component = (defined $components{$aptsrc}) ? $components{$aptsrc}
> 		: (exists $flatfile{$aptsrc}) ? "" : "main";

Probably needs to be:

   $component = (exists $flatfile{$aptsrc}) ? "" 
		: (defined $components{$aptsrc}) ? $components{$aptsrc} : "main";
> I'm not fluent in perl (I even had my problems understanding the code),
> so can't supply a patch.

Please file a bug using reportbug otherwise this will get forgotten.

-- 


Neil Williams
=============
http://www.linux.codehelp.co.uk/
signature.asc (application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk2QnjIACgkQk7DVr6iX/QI3VgCfUpMT/9Hchq4jXjBJLRiOwL5W
jacAmwYw6SEGGI9IjLe40Y9k/YFy07X7
=qumi
-----END PGP SIGNATURE-----
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.