tag 423452 pending thanks On Sat, 2007-05-12 at 00:37:23 +0200, Sune Vuorela wrote: > Package: dpkg-dev > Version: 1.14.2 > Severity: normal
> I have the following Architecture line in my control file: > Architecture: i386 ia64 powerpc sparc hppa amd64 > > When I try to bulid my package, i get some weird warnings from > dpkg-architecture when invoked thru dh_gencontrol, dpkg-genchanges and > others. > > Use of uninitialized value in concatenation (.) or string at > /usr/lib/dpkg/controllib.pl line 279. > Use of uninitialized value in concatenation (.) or string at > /usr/lib/dpkg/controllib.pl line 287. > > I get around more than 50 of these during the package build. > if I change the Architecture line to Architecture: i386, these warnings > go away. > > They wasn't present with version .13 > > The build seems to finish nicely - but these warnings doesn't look nice Yep, they are harmless, the arch comparison functions were not expecting lists, but were coping fine anyway. Those warnings appear now due to the use of strict and warnings on all perl scripts. This is now fixed in dpkg' svn. thanks, guillem -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]