* Jim Bublitz [Mon, 07 Apr 2008 08:56:03 -0700]: > If a new version makes it unbuildable, that would be an error, since > configure.py should "emulate" the highest version it knows about. For > example, if PyKDE was released for KDE 4.0.2 and you build against 4.0.3, > configure.py should treat it as 4.0.2 still. I'd have to look at > configure.py to see if that's still handled correctly.
Aha, that behavior is precisely what I was hoping for, great. However, I saw this failure [1] in Ubuntu, where your 4.0.2-1 (¹) gets built agains KDE 4.0.3, and it fails because it can't find ksycocafactory.h. Hence I assumed it was expecting extra/kde403. Maybe the magic is not working properly in configure.py? (I'm sorry, I don't have KDE 4.0.3 packages handy to check myself.) [1] https://launchpad.net/ubuntu/+source/python-kde4/4:4.0.3-0ubuntu1.1/+build/554710 (¹) It's 4.0.2-1 indeed, even though the page says it's 4.0.3. That's just a minor issue the packager had. Cheers, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org - Why are you whispering? - Because I just think that no matter where she is, my mom can hear this conversation. -- Rory and Lane _______________________________________________ PyQt mailing list [email protected] http://www.riverbankcomputing.com/mailman/listinfo/pyqt
