On Fri, Mar 30, 2012 at 11:43:23 +0200, Michael Hanke wrote: > On Fri, Mar 30, 2012 at 10:52:53AM +0200, Michael Hanke wrote: > > Error remains the same -- need to look more closely. > > I found the issue causing #661658. The python sysconfig package behaves > different on kfreebsd -- I think one could call this a bug (CC'ing -bsd > list). This little script shows the difference: > > ---------------------- > from distutils import sysconfig > cflags = sysconfig.get_config_var('CFLAGS') > if cflags is None: > print 'No CFLAGS variable' > elif cflags: > print "CFLAGS='%s'" % cflags > else: > print 'Empty CFLAGS' > ---------------------- > That's not a BSD problem I think, it's #656118, which is fixed in newer versions of python2.7, but newer versions FTBFS on kfreebsd.
Cheers, Julien
signature.asc
Description: Digital signature