Le Mardi 14 Février 2006 10:20, vous avez écrit : > Daniel Schepler wrote: > >dpkg-gencontrol: warning: can't parse dependency httpd courier-pop > >courier-imap > >dpkg-gencontrol: error: error occoured while parsing Recommends > >dh_gencontrol: command returned error code 2304 > >make: *** [binary-indep] Error 1 > > Sorry, but it looks like your pbuilder is hosed. Builds fine here :-O
Are you sure your pbuilder chroot is up to date? I believe there were recent dpkg changes making it stricter about malformed dependencies -- it fails as shown above now, where before it just emitted a warning and erased the line entirely. And in fact, it appears the "official" couriergraph package has no Recommends line. Looking at the dpkg changelog file, it appears this change was introduced in version 1.13.12: * Let dpkg-gencontrol bail out with an error if parsedep found an error while parsing a dependency field. Closes: #228125 -- Daniel Schepler