Bug 653 - Python bindings don't build on FreeBSD
Summary: Python bindings don't build on FreeBSD
Status: RESOLVED DUPLICATE of bug 533
Alias: None
Product: libsigrok
Classification: Unclassified
Component: Bindings: Python (show other bugs)
Version: unreleased development snapshot
Hardware: All FreeBSD
: Normal normal
Target Milestone: ---
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-13 21:41 CEST by Uwe Hermann
Modified: 2015-09-15 16:10 CEST (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Uwe Hermann 2015-09-13 21:41:02 CEST
make  all-am
/usr/local/bin/python ../bindings/python/setup.py VERSION='0.4.0' CC='c++' CFLAGS='-Wall -Wextra -I/usr/local/include/python2.7 -I/usr/local/include/pygobject-3.0 -I/usr/local/lib/libffi-3.2.1/include -I/usr/local/include/glibmm-2.4 -I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/sigc++-2.0 -I/usr/local/lib/sigc++-2.0/include -g -O2 -std=c++11' LDADD='-lpython2.7 -lglibmm-2.4 -lgobject-2.0 -lglib-2.0 -lintl -L/usr/local/lib -lsigc-2.0' --quiet clean --all 2>/dev/null
*** [bindings/python/timestamp] Error code 1
Comment 1 Daniel Elstner 2015-09-13 21:44:44 CEST
Hm. Do you see more output with:
  make setup_quiet= all
?
Comment 2 Uwe Hermann 2015-09-15 16:10:56 CEST
Oops, nevermind. Turns out if fails due to not being able to import numpy because I didn't have numpy installed.

Marking as duplicate of bug #533, clearly we should really add a check for numpy as well.

*** This bug has been marked as a duplicate of bug 533 ***