On Do, 2010-08-26 at 13:44 +0200, Julien Cristau wrote: > On Thu, Aug 26, 2010 at 12:54:19 +0200, Julian Andres Klode wrote: > > > I uploaded 0.7.97 which seems to build correctly in my local sbuild. And > > just for your information, the FTBFS was caused by the recent Python 3 > > changes. > > > Failed on i386 and ia64: > https://buildd.debian.org/fetch.cgi?pkg=python-apt&arch=i386&ver=0.7.97&stamp=1282820241&file=log&as=raw
Must be the result of filesystem ordering. On i386 and ia64, test_apt_cache is imported first and tries too import 'apt' from its parent directory. On other architectures, 'apt' is already imported (from the correct directory in ../build/lib*). mvo caused this FTBFS by adding sys.path.insert(0, "..") to test_apt_cache.py. Maybe I should import tests alphabetically in the future in order to not have more of those surprising build failures. Anyway, I now uploaded 0.7.97.1 which fixes the problem. -- Julian Andres Klode - Debian Developer, Ubuntu Member See http://wiki.debian.org/JulianAndresKlode and http://jak-linux.org/. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/1282825428.28728.24.ca...@jak-thinkpad

