Jakub Wilk <jw...@debian.org> wrote: > * Tomasz Rybak <bogom...@post.pl>, 2010-10-12, 12:06: >>I have changed this to PYTHONPATH=../build/lib.*-*-$(firstword >>$(PYVERS)) >>and it works on my machine. > > This would set PYTHONPATH to "PYTHONPATH=../build/lib.*-*-2.6/" > (literally). Doesn't look good. > > You probably want something like: > > PYTHONPATH=../$(wildcard build/lib.*-*-$(firstword $(PYVERS)))/ > > or > > PYTHONPATH=../$$(ls -d build/lib.*-*-$(firstword $(PYVERS)))/
wildcard seems not to work, no idea why (it does when I call make -f debian/rules build, but not when invoked via dpkg-buildpackage). the ls version works fine for me on amd64 with i386 chroot (failed before). @Thomasz: If you need a sponsor, I'm willing to help (either the existing or the 0.92 version if you get the OK from RT) :) -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org