Re: Fix error message from tools/sort_deps

2009-08-23 Thread Ian Campbell
The new apt seems to print lots of W: Unable to read /storage/mirror/tmp/apt/squeeze-powerpc/apt/preferences.d/ - FileExists (2: No such file or directory) when called by sort_deps. I guess the directory needs to be mkdir'd somewhere. There does not really seem to be a good place to do

Re: Fix error message from tools/sort_deps

2009-08-23 Thread Steve McIntyre
On Sun, Aug 23, 2009 at 10:24:27AM +0100, Ian Campbell wrote: The new apt seems to print lots of W: Unable to read /storage/mirror/tmp/apt/squeeze-powerpc/apt/preferences.d/ - FileExists (2: No such file or directory) when called by sort_deps. I guess the directory needs to be mkdir'd

Re: Fix error message from tools/sort_deps

2009-08-09 Thread Frans Pop
On Friday 07 August 2009, Ian Campbell wrote: It seems that apt-cache depends recently (as of 0.7.22) started including Enhances lines in its output. Leading to: Generating dependency tree with apt-cache depends... UNEXPECTED: Line ` Enhances: kvm ' while parsing end of

Re: Fix error message from tools/sort_deps

2009-08-07 Thread Ian Campbell
So it's not quite as simple as I thought, this patch just leads to other error messages later on. On Fri, 2009-08-07 at 18:09 +0100, Ian Campbell wrote: It seems that apt-cache depends recently (as of 0.7.22) started including Enhances lines in its output. Leading to: Generating

Re: Fix error message from tools/sort_deps

2009-08-07 Thread Ian Campbell
I see now, I think it should be: --- It seems that apt-cache depends recently (as of 0.7.22) started including Enhances lines in its output. Leading to: Generating dependency tree with apt-cache depends... UNEXPECTED: Line ` Enhances: kvm ' while parsing end of deptree from

Re: Fix error message from tools/sort_deps

2009-08-07 Thread Frans Pop
On Friday 07 August 2009, Ian Campbell wrote: So it's not quite as simple as I thought, this patch just leads to other error messages later on. Suggest you compare commit r1911 which did the same for Breaks. Cheers, FJP -- To UNSUBSCRIBE, email to debian-cd-requ...@lists.debian.org with a

Re: Fix error message from tools/sort_deps

2009-08-07 Thread Ian Campbell
On Fri, 2009-08-07 at 19:41 +0200, Frans Pop wrote: On Friday 07 August 2009, Ian Campbell wrote: So it's not quite as simple as I thought, this patch just leads to other error messages later on. Suggest you compare commit r1911 which did the same for Breaks. Thanks, that's basically what