Comment 7 for bug 128002

Revision history for this message
Ian Jackson (ijackson) wrote : Re: [Bug 128002] Re: gutsy/amd64: ftbfs / autopkgtest failure

Tormod Volden writes ("[Bug 128002] Re: gutsy/amd64: ftbfs / autopkgtest failure"):
> Ian, can we close this bug now? Have you tried the autopkgtest again?

No, the autopkgtest system hasn't got around to it again yet but will
do so shortly. However, when it does, it will re-file the bug
automatically if the build fails. So if you think this bug is fixed
you may close it.

However, looking at the change log for the most recent upload:

  linux-wlan-ng (0.2.8+dfsg-1ubuntu3) gutsy; urgency=low

    * No-change upload to build on lpia.

   -- Matthias Klose <email address hidden> Fri, 24 Aug 2007 19:27:14 +0200

and the version which is reported as having failed is
0.2.8+dfsg-1ubuntu2.

So it seems that there has been no source code change. Why do you
think the problem is fixed ?

FYI, I have reproduced the problem like this:

ian@anarres:/work/AutomatedTesting-packages $ dpkg-source -x /export/mirror/ubuntu/pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.8+dfsg-1ubuntu3.dsc
gpg: Signature made Fri Aug 24 18:27:49 2007 BST using DSA key ID 0F932C9C
gpg: Can't check signature: public key not found
dpkg-source: extracting linux-wlan-ng in linux-wlan-ng-0.2.8+dfsg
dpkg-source: unpacking linux-wlan-ng_0.2.8+dfsg.orig.tar.gz
dpkg-source: applying /export/mirror/ubuntu/pool/main/l/linux-wlan-ng/linux-wlan-ng_0.2.8+dfsg-1ubuntu3.diff.gz
ian@anarres:/work/AutomatedTesting-packages $ mkdir tmp
ian@anarres:/work/AutomatedTesting-packages $ export TMPDIR=/work/AutomatedTesting-packages/tmp
ian@anarres:/work/AutomatedTesting-packages $ cd linux-wlan-ng-0.2.8+dfsg/
ian@anarres:/work/AutomatedTesting-packages/linux-wlan-ng-0.2.8+dfsg $ debian/rules build
test -d debian/patched || install -d debian/patched
dpatch apply-all
applying patch BUILD_config_in to ./ ...patch: **** Can't create file .modules/po2faH4o : No such file or directory
 failed.
make: *** [patch-stamp] Error 1
ian@anarres:/work/AutomatedTesting-packages/linux-wlan-ng-0.2.8+dfsg $ ls -al ../tmp/
total 8
drwxrwsr-x 2 ian anarubun 4096 Aug 31 14:44 .
drwxrwsr-x 4 ian anarubun 4096 Aug 31 14:44 ..
ian@anarres:/work/AutomatedTesting-packages/linux-wlan-ng-0.2.8+dfsg $ ls -al .modules
ls: .modules: No such file or directory
ian@anarres:/work/AutomatedTesting-packages/linux-wlan-ng-0.2.8+dfsg $

Ian.