On 2010-02-11 08:22 +0100, Asheesh Laroia wrote: > For now, I've taken a look at your package. It seems to not build > properly in a sid pbuilder; can you try that? I'm happy to help you > set up a pbuilder of your own so you can find these issues quickly.
FWIW, it built fine under pbuilder here, but… > Here's the error messages I get toward the end of the build. > > make[4]: Entering directory `/tmp/buildd/wpasupplicant-0.6.10/src/wps' > for d in ; do make -C $d clean; done > rm -f *~ *.o *.d > make[4]: Leaving directory `/tmp/buildd/wpasupplicant-0.6.10/src/wps' > rm -f *~ > make[3]: Leaving directory `/tmp/buildd/wpasupplicant-0.6.10/src' > rm -f core *~ *.o *.d eap_*.so wpa_supplicant wpa_passphrase wpa_cli > wpa_supplicant.exe wpa_cli.exe wpa_passphrase.exe win_if_list.exe > eapol_test preauth_test > rm -f wpa_priv > make[2]: Leaving directory > /tmp/buildd/wpasupplicant-0.6.10/wpa_supplicant' > dh_auto_clean --sourcedirectory=wpa_supplicant/wpa_gui-qt4 \ > --buildsystem=qmake > dh_auto_clean: unable to load build system class 'qmake': Can't locate > Debian/Debhelper/Buildsystem/qmake.pm in @INC (@INC contains: > /etc/perl /usr/local/lib/perl/5.10.1 /usr/local/share/perl/5.10.1 > /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.10 > /usr/share/perl/5.10 /usr/local/lib/site_perl .) at (eval 10) line 2. > BEGIN failed--compilation aborted at (eval 10) line 2. …qmake.pm was introduced in debhelper 7.4.12, and your pbuilder setup is apparently a bit outdated. Which means that the build-dependency needs to be adjusted, of course. Sven -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

