Code Monkey home page Code Monkey logo

Comments (9)

octo avatar octo commented on May 20, 2024

Hi,

can you please provide the config.log file that is generated by ./configure? Thanks!

—octo

from collectd.

ChrisLundquist avatar ChrisLundquist commented on May 20, 2024

I can reproduce on master at bd84c0f

System: OSX 10.8.2 Macbook pro 2012 retina 15 inch

config.log snippet below

26457 configure:23013: checking for pthread.h
26458 configure:23013: result: yes
26459 configure:23085: checking for python
26460 configure:23094: result: /usr/bin/python
26461 configure:23101: checking for Python CPPFLAGS
26462 configure:23112: result: /System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7
26463 configure:23122: checking Python.h usability
26464 configure:23122: gcc -c -g -O2 -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7  conftest.c >&5
26465 configure:23122: $? = 0
26466 configure:23122: result: yes
26467 configure:23122: checking Python.h presence
26468 configure:23122: gcc -E -I/System/Library/Frameworks/Python.framework/Versions/2.7/include/python2.7  conftest.c
26469 configure:23122: $? = 0
26470 configure:23122: result: yes
26471 configure:23122: checking for Python.h
26472 configure:23122: result: yes
26473 configure:23138: checking for Python LDFLAGS
26474 configure:23149: result: /System/Library/Frameworks/Python.framework/Versions/2.7/lib
26475 configure:23156: checking for Python LIBS
26476 configure:23163: result: failed with status 0 (output: )
26477 configure:23232: checking amqp.h usability

from collectd.

ChrisLundquist avatar ChrisLundquist commented on May 20, 2024

For what it is worth, the thing is empty.

>>> distutils.sysconfig.get_config_vars("BLDLIBRARY")
['']
>>> distutils.sysconfig.get_config_vars("BLDLIBRARY").__getitem__(0)
''

from collectd.

zbal avatar zbal commented on May 20, 2024

Same thing here with v5.3.0 - has any workaround been found ?

from collectd.

stpierre avatar stpierre commented on May 20, 2024

Still hitting this with 5.4.1 on Mac OS 10.9.4. Still no progress on this?

from collectd.

jbergstroem avatar jbergstroem commented on May 20, 2024

So, this check runs empty for you? (essentially what configure looks for)

>>> import distutils.sysconfig
>>> distutils.sysconfig.get_config_vars("LIBDIR").__getitem__(0)
'/System/Library/Frameworks/Python.framework/Versions/2.7/lib'

Above is from Mavericks 10.9.4.

from collectd.

stpierre avatar stpierre commented on May 20, 2024

That check works, it's the next one (https://github.com/collectd/collectd/blob/master/configure.ac#L3477) that fails, as @ChrisLundquist noted. I.e.:

>>> import distutils.sysconfig
>>> distutils.sysconfig.get_config_vars("BLDLIBRARY").__getitem__(0)
''

from collectd.

jbergstroem avatar jbergstroem commented on May 20, 2024

Ah shit, sorry. That's correct. Some python m4's seems to do some quirky stuff for os x. Hopefully one could avoid that..

from collectd.

rubenk avatar rubenk commented on May 20, 2024

Fixed by f0735d2

from collectd.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.