On 11.Aug 2005 - 18:59:54, Andreas Pakulat wrote:
> I have not had the time to check the source, but I hope I get a change
> later today.

One problem I found is in line 988 in Packages.pm, the regexp there
matches only the first "+" in the Package name. Unfortunately I use
multiple "+" in the Version-String appended to my kernel and as I'm
building with kernel-package this string is part of the package name,
resulting in:

Package: kernel-image-2.6.12.4-cherry+noradeon+8139c+

So the line needs to be changed to

$filepat =~ s/\+/\\\+/g;

I had some more problems, where only some of the Packages made it into
the Packages-file or the .package-file for a specific package was empty.
But all of these are gone today, so I can't reproduce this :-(

Andreas

-- 
You will gain money by an illegal action.

Attachment: pgpwupmI3V0OL.pgp
Description: PGP signature

Reply via email to