Bug#571007: FTBFS: configure: error: cannot find PyQt4 dev tools
Petr Salinger
Petr.Salinger at seznam.cz
Tue Feb 23 16:41:55 UTC 2010
> I'll look into this issue later to understand why this test doesn't
> work on kfreebsd-* systems
The $PYPATH contains "." - dot as current working directory.
According to
http://doc.trolltech.com/4.6/qcoreapplication.html#applicationDirPath
"it assumes that argv[0] contains the absolute file name of the executable"
This assumptions does not hold. On kfreebsd-* the argv[0] usually
really contains the file name of the executable, but only sometimes
absolute file name. The argv[0] is just what have been passed by parent
in execve().
Petr
More information about the debian-science-maintainers
mailing list