Attempting to build latest git of sigrok ends with error requesting that it should be reported to developers.
I have attached the build output text to this file. System details are- Mac (27-inch, Late 2013) MacOs High Sierra 10.13.5 (17F77) Model Identifier: iMac14,2 Processor Name: Intel Core i7 Processor Speed: 3.5 GHz Number of Processors: 1 Total Number of Cores: 4 L2 Cache (per Core): 256 KB L3 Cache: 8 MB Memory: 32 GB Boot ROM Version: IM142.0130.B00 SMC Version (system): 2.15f7 System Software Overview: System Version: macOS 10.13.5 (17F77) Kernel Version: Darwin 17.6.0 Boot Volume: iMac HD Boot Mode: Normal Computer Name: Chris’s iMac User Name: Chris (chris) Secure Virtual Memory: Enabled System Integrity Protection: Enabled Time since boot: 19 days 8:01 Kind Regards, Chris |
glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autostuff'. glibtoolize: copying file 'autostuff/ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'autostuff'. glibtoolize: copying file 'autostuff/libtool.m4' glibtoolize: copying file 'autostuff/ltoptions.m4' glibtoolize: copying file 'autostuff/ltsugar.m4' glibtoolize: copying file 'autostuff/ltversion.m4' glibtoolize: copying file 'autostuff/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../autostuff/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether ln -s works... yes checking build system type... x86_64-apple-darwin17.6.0 checking host system type... x86_64-apple-darwin17.6.0 checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin17.6.0 file names to x86_64-apple-darwin17.6.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.6.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking IOKit/IOKitLib.h usability... yes checking IOKit/IOKitLib.h presence... yes checking for IOKit/IOKitLib.h... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for size_t... yes checking for struct termios2... no checking for struct termiox... no checking for struct termios.c_ispeed... no checking for struct termios.c_ospeed... no checking for struct termios2.c_ispeed... no checking for struct termios2.c_ospeed... no checking whether BOTHER is declared... no checking for struct serial_struct... no checking for realpath... yes checking for visibility control... attribute checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libserialport.pc config.status: creating config.h config.status: creating libserialport.h config.status: executing depfiles commands config.status: executing libtool commands
libserialport configuration summary: - Package version................. 0.1.1 - Library ABI version............. 1:0:1 - Prefix.......................... /Users/chris/sr_macosx - Building on..................... x86_64-apple-darwin17.6.0 - Building for.................... x86_64-apple-darwin17.6.0 - Building shared / static........ yes / yes Compile configuration: - C compiler...................... gcc - C compiler version.............. Apple LLVM version 9.1.0 (clang-902.0.39.2) - C compiler flags................ -g -O2 - Linker flags.................... /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC serialport.lo CC macosx.lo CCLD libserialport.la ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/lib' /bin/sh ./libtool --silent --mode=install /usr/bin/install -c libserialport.la '/Users/chris/sr_macosx/lib' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/include' /usr/bin/install -c -m 644 libserialport.h '/Users/chris/sr_macosx/include' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/lib/pkgconfig' /usr/bin/install -c -m 644 libserialport.pc '/Users/chris/sr_macosx/lib/pkgconfig' glibtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'autostuff'. glibtoolize: copying file 'autostuff/ltmain.sh' glibtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. glibtoolize: copying file 'm4/libtool.m4' glibtoolize: copying file 'm4/ltoptions.m4' glibtoolize: copying file 'm4/ltsugar.m4' glibtoolize: copying file 'm4/ltversion.m4' glibtoolize: copying file 'm4/lt~obsolete.m4' checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... ../autostuff/install-sh -c -d checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking for style of include used by make... GNU checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking dependency style of gcc... gcc3 checking for ar... ar checking the archiver (ar) interface... ar checking build system type... x86_64-apple-darwin17.6.0 checking host system type... x86_64-apple-darwin17.6.0 checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ISO C89... (cached) none needed checking whether gcc understands -c and -o together... (cached) yes checking dependency style of gcc... (cached) gcc3 checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking whether ln -s works... yes checking whether make supports order-only prerequisites... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 196608 checking how to convert x86_64-apple-darwin17.6.0 file names to x86_64-apple-darwin17.6.0 format... func_convert_file_noop checking how to convert x86_64-apple-darwin17.6.0 file names to toolchain format... func_convert_file_noop checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... no checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for sysroot... no checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... no checking if : is a manifest tool... no checking for dsymutil... dsymutil checking for nmedit... nmedit checking for lipo... lipo checking for otool... otool checking for otool64... no checking for -single_module linker flag... yes checking for -exported_symbols_list linker flag... yes checking for -force_load linker flag... yes checking how to run the C preprocessor... gcc -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... yes checking for gcc option to produce PIC... -fno-common -DPIC checking if gcc PIC flag -fno-common -DPIC works... yes checking if gcc static flag -static works... no checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) yes checking whether the gcc linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.6.0 dyld checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking how to run the C++ preprocessor... g++ -E checking for ld used by g++... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fno-common -DPIC checking if g++ PIC flag -fno-common -DPIC works... yes checking if g++ static flag -static works... no checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... darwin17.6.0 dyld checking how to hardcode library paths into programs... immediate checking for pkg-config... /usr/local/bin/pkg-config checking pkg-config is at least version 0.22... yes checking for libserialport... yes checking for libftdi... no checking for libusb... no checking for librevisa... no checking for libgpib... no checking for libieee1284... no checking compiler flag for C99... -std=c99 checking compiler flag for visibility... -fvisibility=hidden checking which C compiler warning flags to use... -Wall -Wextra -Wmissing-prototypes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether byte ordering is bigendian... no checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking sys/timerfd.h usability... no checking sys/timerfd.h presence... no checking for sys/timerfd.h... no checking for library containing pow... none required checking for RPC support... yes checking for __int128_t... yes checking for __uint128_t... yes checking which C++ compiler warning flags to use... -Wall -Wextra checking whether g++ supports C++11 features by default... no checking whether g++ supports C++11 features with -std=c++11... yes checking for doxygen... yes checking for library containing __cxa_throw... none required checking for a Python interpreter with version >= 2.7... python checking for python... /usr/bin/python checking for python version... 2.7 checking for python platform... darwin checking for python script directory... ${prefix}/lib/python2.7/site-packages checking for python extension module directory... ${exec_prefix}/lib/python2.7/site-packages checking for stoi and stod... yes checking python module: setuptools... yes checking python module: numpy... yes checking for swig... swig checking for swig version... 3.0.12 checking for ruby... /usr/bin/ruby checking for Ruby version... 2.3.3 checking for javac... yes checking for gcj... no checking for guavac... no checking for jikes... no checking for javac... javac checking if javac works... yes checking for javac... /usr/bin/javac checking symlink for /usr/bin/javac... /System/Library/Frameworks/JavaVM.framework/Versions/Current/Commands/javac checking jni headers... /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks/JavaVM.framework/Headers checking jni.h usability... yes checking jni.h presence... yes checking for jni.h... yes checking for glib-2.0 >= 2.32.0 libserialport >= 0.1.1 libzip >= 0.10... yes checking for check >= 0.9.4 glib-2.0 libserialport >= 0.1.1 libzip >= 0.10... yes checking for glibmm-2.4 >= 2.32.0... yes checking for glibmm-2.4 >= 2.32.0... yes checking for glibmm-2.4 >= 2.32.0... yes checking for libusb_os_handle... no checking for zip_discard... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libsigrok.pc config.status: creating bindings/cxx/libsigrokcxx.pc config.status: creating config.h config.status: creating include/libsigrok/version.h config.status: executing depfiles commands config.status: executing libtool commands libsigrok configuration summary: - Package version................. 0.6.0-git-0f523f2 - Library ABI version............. 4:0:0 - Prefix.......................... /Users/chris/sr_macosx - Building on..................... x86_64-apple-darwin17.6.0 - Building for.................... x86_64-apple-darwin17.6.0 - Building shared / static........ yes / yes Compile configuration: - C compiler...................... gcc - C compiler version.............. Apple LLVM version 9.1.0 (clang-902.0.39.2) - C compiler flags................ -g -O2 - Additional C compiler flags..... -std=c99 -fvisibility=hidden - C compiler warnings............. -Wall -Wextra -Wmissing-prototypes - C++ compiler.................... g++ -std=c++11 - C++ compiler version............ Apple LLVM version 9.1.0 (clang-902.0.39.2) - C++ compiler flags.............. -g -O2 - C++ compiler warnings........... -Wall -Wextra - Linker flags.................... Detected libraries (required): - glib-2.0 >= 2.32.0.............. 2.54.3 - libzip >= 0.10.................. 1.5.1 Detected libraries (optional): - libserialport >= 0.1.1.......... 0.1.1 - libftdi1 >= 1.0................. no - libusb-1.0 >= 1.0.16............ no - librevisa >= 0.0.20130412....... no - libgpib......................... no - libieee1284..................... no - check >= 0.9.4.................. 0.12.0 - glibmm-2.4 >= 2.32.0............ 2.54.1 - python = 2.7.................... no - python2 = 2.7................... no - python27 = 2.7.................. no - python-2.7 = 2.7................ no - pygobject-3.0 >= 3.0.0.......... no - ruby............................ no - ruby-2.3........................ no Enabled hardware drivers: - agilent-dmm..................... yes - appa-55ii....................... yes - arachnid-labs-re-load-pro....... yes - asix-sigma...................... no (missing: libftdi) - atten-pps3xxx................... yes - baylibre-acme................... no (missing: sys_timerfd_h) - beaglelogic..................... yes - brymen-bm86x.................... no (missing: libusb) - brymen-dmm...................... yes - cem-dt-885x..................... yes - center-3xx...................... yes - chronovu-la..................... no (missing: libusb, libftdi) - colead-slm...................... yes - conrad-digi-35-cpu.............. yes - demo............................ yes - dreamsourcelab-dslogic.......... no (missing: libusb) - fluke-45........................ yes - fluke-dmm....................... yes - ftdi-la......................... no (missing: libusb, libftdi) - fx2lafw......................... no (missing: libusb) - gmc-mh-1x-2x.................... yes - gwinstek-gds-800................ yes - gwinstek-gpd.................... yes - hameg-hmo....................... yes - hantek-4032l.................... no (missing: libusb) - hantek-6xxx..................... no (missing: libusb) - hantek-dso...................... no (missing: libusb) - hp-3457a........................ yes - hp-3478a........................ no (missing: libgpib) - hung-chang-dso-2100............. no (missing: libieee1284) - ikalogic-scanalogic2............ no (missing: libusb) - ikalogic-scanaplus.............. no (missing: libftdi) - kecheng-kc-330b................. no (missing: libusb) - kern-scale...................... yes - korad-kaxxxxp................... yes - lascar-el-usb................... no (missing: libusb) - lecroy-logicstudio.............. no (missing: libusb) - lecroy-xstream.................. yes - manson-hcs-3xxx................. yes - maynuo-m97...................... yes - mic-985xx....................... yes - motech-lps-30x.................. yes - norma-dmm....................... yes - openbench-logic-sniffer......... yes - pce-322a........................ yes - pipistrello-ols................. no (missing: libftdi) - rdtech-dps...................... yes - rigol-ds........................ yes - rohde-schwarz-sme-0x............ yes - saleae-logic16.................. no (missing: libusb) - saleae-logic-pro................ no (missing: libusb) - scpi-pps........................ yes - serial-dmm...................... yes - serial-lcr...................... yes - siglent-sds..................... yes - sysclk-lwla..................... no (missing: libusb) - teleinfo........................ yes - testo........................... no (missing: libusb) - tondaj-sl-814................... yes - uni-t-dmm....................... no (missing: libusb) - uni-t-ut32x..................... no (missing: libusb) - victor-dmm...................... no (missing: libusb) - yokogawa-dlm.................... yes - zeroplus-logic-cube............. no (missing: libusb) - zketech-ebd-usb................. yes Enabled SCPI backends: - TCP............................. yes - RPC............................. yes - serial.......................... yes - VISA............................ no - GPIB............................ no - USBTMC.......................... no Enabled language bindings: - C++............................. yes - Python.......................... no (missing: Headers, PyGObject) - Ruby............................ no (missing: Headers) - Java............................ yes /Applications/Xcode.app/Contents/Developer/usr/bin/make all-am CC src/serial.lo CC src/drivers.lo CC src/driver_list_start.lo CC src/driver_list_stop.lo GEN doxy/xml/index.xml CC src/backend.lo CC src/conversion.lo CC src/device.lo CC src/session.lo CC src/session_file.lo CC src/session_driver.lo CC src/hwdriver.lo CC src/trigger.lo CC src/soft-trigger.lo CC src/analog.lo CC src/fallback.lo CC src/resource.lo CC src/strutil.lo CC src/log.lo CC src/version.lo CC src/error.lo CC src/std.lo CC src/sw_limits.lo CC src/input/input.lo CC src/input/binary.lo CC src/input/chronovu_la8.lo CC src/input/csv.lo CC src/input/logicport.lo CC src/input/raw_analog.lo CC src/input/trace32_ad.lo CC src/input/vcd.lo CC src/input/wav.lo CC src/input/null.lo CC src/output/output.lo CC src/output/analog.lo CC src/output/ascii.lo CC src/output/bits.lo CC src/output/binary.lo CC src/output/csv.lo CC src/output/chronovu_la8.lo CC src/output/wav.lo CC src/output/hex.lo CC src/output/ols.lo CC src/output/srzip.lo CC src/output/vcd.lo CC src/output/null.lo CC src/transform/transform.lo CC src/transform/nop.lo CC src/transform/scale.lo CC src/transform/invert.lo CC src/scpi/scpi.lo CC src/scpi/scpi_tcp.lo CC src/scpi/scpi_vxi.lo CC src/scpi/vxi_clnt.lo CC src/scpi/vxi_xdr.lo CC src/scpi/scpi_serial.lo CC src/modbus/modbus.lo CC src/modbus/modbus_serial_rtu.lo CC src/dmm/es519xx.lo CC src/dmm/fs9721.lo CC src/dmm/fs9922.lo CC src/dmm/m2110.lo CC src/dmm/metex14.lo CC src/dmm/asycii.lo CC src/dmm/rs9lcd.lo CC src/dmm/bm25x.lo CC src/dmm/ut71x.lo CC src/dmm/ut372.lo CC src/dmm/vc870.lo CC src/dmm/dtm0660.lo CC src/dmm/ms8250d.lo CC src/dmm/vc96.lo CC src/lcr/es51919.lo CC src/scale/kern.lo CC src/hardware/agilent-dmm/protocol.lo CC src/hardware/agilent-dmm/api.lo CC src/hardware/appa-55ii/protocol.lo CC src/hardware/appa-55ii/api.lo CC src/hardware/arachnid-labs-re-load-pro/protocol.lo CC src/hardware/arachnid-labs-re-load-pro/api.lo CC src/hardware/atten-pps3xxx/protocol.lo CC src/hardware/atten-pps3xxx/api.lo CC src/hardware/beaglelogic/protocol.lo CC src/hardware/beaglelogic/api.lo CC src/hardware/beaglelogic/beaglelogic_native.lo CC src/hardware/beaglelogic/beaglelogic_tcp.lo CC src/hardware/brymen-dmm/parser.lo CC src/hardware/brymen-dmm/protocol.lo CC src/hardware/brymen-dmm/api.lo CC src/hardware/cem-dt-885x/protocol.lo CC src/hardware/cem-dt-885x/api.lo CC src/hardware/center-3xx/protocol.lo CC src/hardware/center-3xx/api.lo CC src/hardware/colead-slm/protocol.lo CC src/hardware/colead-slm/api.lo CC src/hardware/conrad-digi-35-cpu/protocol.lo CC src/hardware/conrad-digi-35-cpu/api.lo CC src/hardware/demo/protocol.lo CC src/hardware/demo/api.lo CC src/hardware/fluke-45/protocol.lo CC src/hardware/fluke-45/api.lo CC src/hardware/fluke-dmm/protocol.lo CC src/hardware/fluke-dmm/api.lo CC src/hardware/gmc-mh-1x-2x/protocol.lo CC src/hardware/gmc-mh-1x-2x/api.lo CC src/hardware/gwinstek-gds-800/protocol.lo CC src/hardware/gwinstek-gds-800/api.lo CC src/hardware/gwinstek-gpd/protocol.lo CC src/hardware/gwinstek-gpd/api.lo CC src/hardware/hameg-hmo/protocol.lo CC src/hardware/hameg-hmo/api.lo CC src/hardware/hp-3457a/protocol.lo CC src/hardware/hp-3457a/api.lo CC src/hardware/kern-scale/protocol.lo CC src/hardware/kern-scale/api.lo CC src/hardware/korad-kaxxxxp/protocol.lo CC src/hardware/korad-kaxxxxp/api.lo CC src/hardware/lecroy-xstream/protocol.lo CC src/hardware/lecroy-xstream/api.lo CC src/hardware/manson-hcs-3xxx/protocol.lo CC src/hardware/manson-hcs-3xxx/api.lo CC src/hardware/maynuo-m97/protocol.lo CC src/hardware/maynuo-m97/api.lo CC src/hardware/mic-985xx/protocol.lo CC src/hardware/mic-985xx/api.lo CC src/hardware/motech-lps-30x/protocol.lo CC src/hardware/motech-lps-30x/api.lo CC src/hardware/norma-dmm/protocol.lo CC src/hardware/norma-dmm/api.lo CC src/hardware/openbench-logic-sniffer/protocol.lo CC src/hardware/openbench-logic-sniffer/api.lo CC src/hardware/pce-322a/protocol.lo CC src/hardware/pce-322a/api.lo CC src/hardware/rdtech-dps/protocol.lo CC src/hardware/rdtech-dps/api.lo CC src/hardware/rigol-ds/protocol.lo CC src/hardware/rigol-ds/api.lo CC src/hardware/rohde-schwarz-sme-0x/protocol.lo CC src/hardware/rohde-schwarz-sme-0x/api.lo CC src/hardware/scpi-pps/protocol.lo CC src/hardware/scpi-pps/profiles.lo CC src/hardware/scpi-pps/api.lo CC src/hardware/serial-dmm/protocol.lo CC src/hardware/serial-dmm/api.lo CC src/hardware/serial-lcr/api.lo CC src/hardware/siglent-sds/protocol.lo CC src/hardware/siglent-sds/api.lo CC src/hardware/teleinfo/protocol.lo CC src/hardware/teleinfo/api.lo CC src/hardware/tondaj-sl-814/protocol.lo CC src/hardware/tondaj-sl-814/api.lo CC src/hardware/yokogawa-dlm/protocol.lo CC src/hardware/yokogawa-dlm/protocol_wrappers.lo CC src/hardware/yokogawa-dlm/api.lo CC src/hardware/zketech-ebd-usb/protocol.lo CC src/hardware/zketech-ebd-usb/api.lo CCLD src/libdrivers_head.la CCLD src/libdrivers_tail.la GEN bindings/cxx/enums.timestamp CCLD src/libdrivers.la CXX bindings/cxx/classes.lo GEN bindings/cxx/doxy/xml/index.xml copying selected object files to avoid basename conflicts... CCLD src/libdrivers.o GEN src/libdrivers.lo CCLD libsigrok.la copying selected object files to avoid basename conflicts... GEN bindings/java/org/sigrok/core/classes/doc.i GEN bindings/java/org/sigrok/core/classes/classes_wrap.cxx GEN bindings/java/sigrok-core.jar CXXLD bindings/cxx/libsigrokcxx.la GEN bindings/java/libsigrok_java_core_classes.so /usr/bin/install -c -d /Users/chris/sr_macosx/lib/jni /usr/bin/install -c bindings/java/libsigrok_java_core_classes.so /Users/chris/sr_macosx/lib/jni /usr/bin/install -c -d /Users/chris/sr_macosx/share/java /usr/bin/install -c bindings/java/sigrok-core.jar /Users/chris/sr_macosx/share/java ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/lib' /bin/sh ./libtool --silent --mode=install /usr/bin/install -c libsigrok.la bindings/cxx/libsigrokcxx.la '/Users/chris/sr_macosx/lib' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/include/libsigrokcxx' /usr/bin/install -c -m 644 ../bindings/cxx/include/libsigrokcxx/libsigrokcxx.hpp '/Users/chris/sr_macosx/include/libsigrokcxx' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/include/libsigrok' /usr/bin/install -c -m 644 ../include/libsigrok/libsigrok.h ../include/libsigrok/proto.h '/Users/chris/sr_macosx/include/libsigrok' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/share/mime/packages' /usr/bin/install -c -m 644 ../contrib/vnd.sigrok.session.xml '/Users/chris/sr_macosx/share/mime/packages' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/share/icons/hicolor/48x48/mimetypes' /usr/bin/install -c -m 644 ../contrib/libsigrok.png '/Users/chris/sr_macosx/share/icons/hicolor/48x48/mimetypes' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/share/icons/hicolor/scalable/mimetypes' /usr/bin/install -c -m 644 ../contrib/libsigrok.svg '/Users/chris/sr_macosx/share/icons/hicolor/scalable/mimetypes' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/include/libsigrokcxx' /usr/bin/install -c -m 644 bindings/cxx/include/libsigrokcxx/enums.hpp '/Users/chris/sr_macosx/include/libsigrokcxx' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/include/libsigrok' /usr/bin/install -c -m 644 include/libsigrok/version.h '/Users/chris/sr_macosx/include/libsigrok' ../autostuff/install-sh -c -d '/Users/chris/sr_macosx/lib/pkgconfig' /usr/bin/install -c -m 644 libsigrok.pc bindings/cxx/libsigrokcxx.pc '/Users/chris/sr_macosx/lib/pkgconfig' /Applications/Xcode.app/Contents/Developer/usr/bin/make tests/main CC tests/lib.o CC tests/main.o CC tests/core.o CC tests/input_all.o CC tests/input_binary.o CC tests/output_all.o CC tests/transform_all.o CC tests/session.o CC tests/strutil.o CC tests/version.o CC tests/driver_all.o CC tests/device.o CC tests/trigger.o CC tests/analog.o CCLD tests/main /Applications/Xcode.app/Contents/Developer/usr/bin/make check-TESTS FAIL: tests/main ============================================================================ Testsuite summary for libsigrok 0.6.0 ============================================================================ # TOTAL: 1 # PASS: 0 # SKIP: 0 # XFAIL: 0 # FAIL: 1 # XPASS: 0 # ERROR: 0 ============================================================================ See ./test-suite.log Please report to sigrok-devel@lists.sourceforge.net ============================================================================
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ sigrok-devel mailing list sigrok-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/sigrok-devel