Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Python distutils.sysconfig values
@ 2016-06-30 10:33 Zoltan Gyarmati
  2016-07-02  9:56 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Zoltan Gyarmati @ 2016-06-30 10:33 UTC (permalink / raw)
  To: buildroot

Dear All,

i'm trying to enable the gpsd python module in Buildroot (currently it's
disabled, see package/gpsd/gpsd.mk line #25). The gpsd build system uses
scons, which in turn uses distutils.sysconfig to get the value of
various paramaters (like the compiler to use, etc) like this:

> vars = sysconfig.get_config_vars('CC', 'CXX', 'OPT', 'BASECFLAGS', 'CCSHARED', 'LDSHARED', 'SO', 'INCLUDEPY', 'LDFLAGS')

which apparently yields the following values:

> ['/usr/bin/gcc -pthread', '/usr/bin/g++ -pthread', '-DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes', '-fno-strict-aliasing', '-fPIC', '/usr/bin/gcc -pthread -shared -L/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/lib -L/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/usr/lib -Wl,-rpath,/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/usr/lib -Wl,--enable-new-dtags', '.so', '/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/usr/include/python2.7', '-L/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/lib -L/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/usr/lib -Wl,-rpath,/home/zgyarmati/projects/buildroot-upstream/buildroot/output/host/usr/lib -Wl,--enable-new-dtags']


 Note that some of the variables related to the BR environment (like the
python include dir), while others (most importantly CC) are coming from
the host environment.
 Does anybody could offer a hint where to look to get
distutils.sysconfig to set all of these values correctly?

Thanks in advance,

-- 
Zoltan Gyarmati
https://zgyarmati.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-07-02  9:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-30 10:33 [Buildroot] Python distutils.sysconfig values Zoltan Gyarmati
2016-07-02  9:56 ` Arnout Vandecappelle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox