Date: Sat, 7 Mar 2009 10:12:28 -0500 From: Derek Tattersall <dlt@mebtel.net> To: ports@FreeBSD.org Cc: pav@FreeBSD.org Subject: Gphoto2 fails to build on -current Message-ID: <20090307151228.GA52430@oriental.arm.org>
next in thread | raw e-mail | index | archive | help
--d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Error message from make: LIBUSB_LIBS=-L/usr/lib -lusb20 LIBUSB_CFLAGS=-I/usr/include * Fatal: libgphoto2 port access library by default requires libusb >= 0.1.5 to build. config.log is attached. -- Best regards, Derek Tattersall dlt@mebtel.net dlt666@yahoo.com dtatters@gmail.com --d6Gm4EdcadzBjdND Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="config.log" This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by libgphoto2 photo camera library configure 2.4.4, which was generated by GNU Autoconf 2.61. Invocation command line was $ ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd8.0 ## --------- ## ## Platform. ## ## --------- ## hostname = oriental.arm.org uname -m = amd64 uname -r = 8.0-CURRENT uname -s = FreeBSD uname -v = FreeBSD 8.0-CURRENT #44: Fri Mar 6 21:23:42 EST 2009 root@oriental.arm.org:/usr/obj/usr/src/sys/ORIENTAL /usr/bin/uname -p = amd64 /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /bin PATH: /usr/bin PATH: /sbin PATH: /usr/sbin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /usr/games PATH: /home/dlt/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:2137: checking for a BSD-compatible install configure:2193: result: /usr/bin/install -c -o root -g wheel configure:2204: checking whether build environment is sane configure:2247: result: yes configure:2275: checking for a thread-safe mkdir -p configure:2314: result: /usr/local/bin/gmkdir -p configure:2327: checking for gawk configure:2343: found /usr/local/bin/gawk configure:2354: result: gawk configure:2365: checking whether gmake sets $(MAKE) configure:2386: result: yes configure:2584: checking for POSIX sh $() command substitution configure:2588: result: yes configure:2725: checking for gcc configure:2752: result: cc configure:2990: checking for C compiler version configure:2997: cc --version >&5 cc (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3000: $? = 0 configure:3007: cc -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:3010: $? = 0 configure:3017: cc -V >&5 cc: '-V' option must have argument configure:3020: $? = 1 configure:3043: checking for C compiler default output file name configure:3070: cc -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:3073: $? = 0 configure:3111: result: a.out configure:3128: checking whether the C compiler works configure:3138: ./a.out configure:3141: $? = 0 configure:3158: result: yes configure:3165: checking whether we are cross compiling configure:3167: result: no configure:3170: checking for suffix of executables configure:3177: cc -o conftest -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:3180: $? = 0 configure:3204: result: configure:3210: checking for suffix of object files configure:3236: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:3239: $? = 0 configure:3262: result: o configure:3266: checking whether we are using the GNU C compiler configure:3295: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:3301: $? = 0 configure:3318: result: yes configure:3323: checking whether cc accepts -g configure:3353: cc -c -g conftest.c >&5 configure:3359: $? = 0 configure:3458: result: yes configure:3475: checking for cc option to accept ISO C89 configure:3549: cc -c -O2 -pipe -fno-strict-aliasing conftest.c >&5 configure:3555: $? = 0 configure:3578: result: none needed configure:3607: checking for style of include used by gmake configure:3635: result: GNU configure:3660: checking dependency style of cc configure:3751: result: gcc3 configure:3771: checking how to run the C preprocessor configure:3811: cc -E conftest.c configure:3817: $? = 0 configure:3848: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3854: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:3887: result: cc -E configure:3916: cc -E conftest.c configure:3922: $? = 0 configure:3953: cc -E conftest.c conftest.c:10:28: error: ac_nonexistent.h: No such file or directory configure:3959: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:4112: checking for C++ compiler version configure:4119: c++ --version >&5 c++ (GCC) 4.2.1 20070719 [FreeBSD] Copyright (C) 2007 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:4122: $? = 0 configure:4129: c++ -v >&5 Using built-in specs. Target: amd64-undermydesk-freebsd Configured with: FreeBSD/amd64 system compiler Thread model: posix gcc version 4.2.1 20070719 [FreeBSD] configure:4132: $? = 0 configure:4139: c++ -V >&5 c++: '-V' option must have argument configure:4142: $? = 1 configure:4145: checking whether we are using the GNU C++ compiler configure:4174: c++ -c -O2 -pipe -fno-strict-aliasing conftest.cpp >&5 configure:4180: $? = 0 configure:4197: result: yes configure:4202: checking whether c++ accepts -g configure:4232: c++ -c -g conftest.cpp >&5 configure:4238: $? = 0 configure:4337: result: yes configure:4362: checking dependency style of c++ configure:4453: result: gcc3 configure:4481: checking for a BSD-compatible install configure:4537: result: /usr/bin/install -c -o root -g wheel configure:4552: checking whether cc understands -c and -o together configure:4584: cc -c conftest.c -o conftest2.o >&5 configure:4587: $? = 0 configure:4593: cc -c conftest.c -o conftest2.o >&5 configure:4596: $? = 0 configure:4648: result: yes configure:4746: checking for flex configure:4764: found /usr/bin/flex configure:4776: result: /usr/bin/flex configure:4787: checking for bison configure:4820: result: no configure:4827: checking whether to enable GP2DDB configure:4852: result: configure:4894: checking PKG_CONFIG_PATH configure:4897: result: empty configure:4906: checking for pkg-config configure:4924: found /usr/local/bin/pkg-config configure:4937: result: /usr/local/bin/pkg-config configure:5050: checking build system type configure:5068: result: amd64-portbld-freebsd8.0 configure:5090: checking host system type configure:5105: result: amd64-portbld-freebsd8.0 configure:5127: checking for a sed that does not truncate output configure:5183: result: /usr/local/bin/gsed configure:5186: checking for grep that handles long lines and -e configure:5260: result: /usr/bin/grep configure:5265: checking for egrep configure:5343: result: /usr/bin/grep -E configure:5359: checking for ld used by cc configure:5426: result: /usr/bin/ld configure:5435: checking if the linker (/usr/bin/ld) is GNU ld configure:5450: result: yes configure:5455: checking for /usr/bin/ld option to reload object files configure:5462: result: -r configure:5480: checking for BSD-compatible nm configure:5529: result: /usr/bin/nm -B configure:5533: checking whether ln -s works configure:5537: result: yes configure:5544: checking how to recognize dependent libraries configure:5730: result: pass_all configure:6261: checking for ANSI C header files configure:6291: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6297: $? = 0 configure:6396: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6399: $? = 0 configure:6405: ./conftest configure:6408: $? = 0 configure:6425: result: yes configure:6449: checking for sys/types.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for sys/stat.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for stdlib.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for string.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for memory.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for strings.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for inttypes.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for stdint.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6449: checking for unistd.h configure:6470: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6476: $? = 0 configure:6492: result: yes configure:6519: checking dlfcn.h usability configure:6536: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:6542: $? = 0 configure:6556: result: yes configure:6560: checking dlfcn.h presence configure:6575: cc -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c configure:6581: $? = 0 configure:6595: result: yes configure:6628: checking for dlfcn.h configure:6636: result: yes configure:6659: checking how to run the C++ preprocessor configure:6695: c++ -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.cpp configure:6701: $? = 0 configure:6732: c++ -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6738: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6771: result: c++ -E configure:6800: c++ -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.cpp configure:6806: $? = 0 configure:6837: c++ -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.cpp conftest.cpp:21:28: error: ac_nonexistent.h: No such file or directory configure:6843: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6936: checking for g77 configure:6966: result: no configure:6936: checking for xlf configure:6966: result: no configure:6936: checking for f77 configure:6966: result: no configure:6936: checking for frt configure:6966: result: no configure:6936: checking for pgf77 configure:6966: result: no configure:6936: checking for cf77 configure:6966: result: no configure:6936: checking for fort77 configure:6966: result: no configure:6936: checking for fl32 configure:6966: result: no configure:6936: checking for af77 configure:6966: result: no configure:6936: checking for xlf90 configure:6966: result: no configure:6936: checking for f90 configure:6966: result: no configure:6936: checking for pgf90 configure:6966: result: no configure:6936: checking for pghpf configure:6966: result: no configure:6936: checking for epcf90 configure:6966: result: no configure:6936: checking for gfortran configure:6966: result: no configure:6936: checking for g95 configure:6966: result: no configure:6936: checking for xlf95 configure:6966: result: no configure:6936: checking for f95 configure:6966: result: no configure:6936: checking for fort configure:6966: result: no configure:6936: checking for ifort configure:6966: result: no configure:6936: checking for ifc configure:6966: result: no configure:6936: checking for efc configure:6966: result: no configure:6936: checking for pgf95 configure:6966: result: no configure:6936: checking for lf95 configure:6966: result: no configure:6936: checking for ftn configure:6966: result: no configure:6993: checking for Fortran 77 compiler version configure:7000: --version >&5 --version: not found configure:7003: $? = 127 configure:7010: -v >&5 -v: not found configure:7013: $? = 127 configure:7020: -V >&5 -V: not found configure:7023: $? = 127 configure:7031: checking whether we are using the GNU Fortran 77 compiler configure:7050: -c conftest.F >&5 -c: not found configure:7056: $? = 127 configure: failed program was: | program main | #ifndef __GNUC__ | choke me | #endif | | end configure:7073: result: no configure:7079: checking whether accepts -g configure:7096: -c -g conftest.f >&5 -c: not found configure:7102: $? = 127 configure: failed program was: | program main | | end configure:7118: result: no configure:7147: checking the maximum length of command line arguments configure:7259: result: 262144 configure:7271: checking command to parse /usr/bin/nm -B output from cc object configure:7376: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 conftest.c:5: warning: no previous prototype for 'nm_test_func' configure:7379: $? = 0 configure:7383: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm configure:7386: $? = 0 configure:7438: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c conftstm.o >&5 configure:7441: $? = 0 configure:7479: result: ok configure:7483: checking for objdir configure:7498: result: .libs configure:7590: checking for ar configure:7606: found /usr/bin/ar configure:7617: result: ar configure:7686: checking for ranlib configure:7702: found /usr/bin/ranlib configure:7713: result: ranlib configure:7782: checking for strip configure:7798: found /usr/bin/strip configure:7809: result: strip configure:8407: checking if cc supports -fno-rtti -fno-exceptions configure:8425: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -fno-rtti -fno-exceptions conftest.c >&5 cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C configure:8429: $? = 0 configure:8442: result: no configure:8457: checking for cc option to produce PIC configure:8689: result: -fPIC configure:8697: checking if cc PIC flag -fPIC works configure:8715: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -fPIC -DPIC conftest.c >&5 configure:8719: $? = 0 configure:8732: result: yes configure:8760: checking if cc static flag -static works configure:8788: result: yes configure:8798: checking if cc supports -c -o file.o configure:8819: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -o out/conftest2.o conftest.c >&5 configure:8823: $? = 0 configure:8845: result: yes configure:8871: checking whether the cc linker (/usr/bin/ld) supports shared libraries configure:9851: result: yes configure:9872: checking whether -lc should be explicitly linked in configure:9877: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:9880: $? = 0 configure:9895: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep -lc \>/dev/null 2\>\&1 configure:9898: $? = 0 configure:9910: result: no configure:9918: checking dynamic linker characteristics configure:10520: result: freebsd8.0 ld.so configure:10544: checking how to hardcode library paths into programs configure:10569: result: immediate configure:10583: checking whether stripping libraries is possible configure:10588: result: yes configure:10712: checking for shl_load configure:10768: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 /var/tmp//ccyCiXrs.o(.text+0x7): In function `main': /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/conftest.c:55: undefined reference to `shl_load' configure:10774: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load. | For example, HP-UX 11i <limits.h> declares gettimeofday. */ | #define shl_load innocuous_shl_load | | /* System header to define __stub macros and hopefully few prototypes, | which can conflict with char shl_load (); below. | Prefer <limits.h> to <assert.h> if __STDC__ is defined, since | <limits.h> exists even on freestanding compilers. */ | | #ifdef __STDC__ | # include <limits.h> | #else | # include <assert.h> | #endif | | #undef shl_load | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | /* The GNU C library defines this for functions which it implements | to always fail with ENOSYS. Some functions are actually named | something starting with __ and the normal name is an alias. */ | #if defined __stub_shl_load || defined __stub___shl_load | choke me | #endif | | int | main () | { | return shl_load (); | ; | return 0; | } configure:10791: result: no configure:10796: checking for shl_load in -ldld configure:10831: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c -ldld >&5 /usr/bin/ld: cannot find -ldld configure:10837: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char shl_load (); | int | main () | { | return shl_load (); | ; | return 0; | } configure:10855: result: no configure:10860: checking for dlopen configure:10916: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 configure:10922: $? = 0 configure:10939: result: yes configure:11172: checking whether a program can dlopen itself configure:11246: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c >&5 configure:11227: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:11227: warning: unused variable 'i' configure: In function 'main': configure:11242: warning: implicit declaration of function 'exit' configure:11242: warning: incompatible implicit declaration of built-in function 'exit' configure:11249: $? = 0 configure:11267: result: yes configure:11272: checking whether a statically linked program can dlopen itself configure:11346: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c >&5 configure:11327: warning: no previous prototype for 'fnord' configure: In function 'fnord': configure:11327: warning: unused variable 'i' configure: In function 'main': configure:11342: warning: implicit declaration of function 'exit' configure:11342: warning: incompatible implicit declaration of built-in function 'exit' configure:11349: $? = 0 Service unavailable configure:11367: result: no configure:11390: checking if libtool supports shared libraries configure:11392: result: yes configure:11395: checking whether to build shared libraries configure:11416: result: yes configure:11419: checking whether to build static libraries configure:11423: result: no configure:11517: creating libtool configure:12110: checking for ld used by c++ configure:12177: result: /usr/bin/ld configure:12186: checking if the linker (/usr/bin/ld) is GNU ld configure:12201: result: yes configure:12252: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13198: result: yes configure:13215: c++ -c -O2 -pipe -fno-strict-aliasing -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.cpp >&5 configure:13218: $? = 0 configure:13374: checking for c++ option to produce PIC configure:13658: result: -fPIC configure:13666: checking if c++ PIC flag -fPIC works configure:13684: c++ -c -O2 -pipe -fno-strict-aliasing -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -fPIC -DPIC conftest.cpp >&5 configure:13688: $? = 0 configure:13701: result: yes configure:13729: checking if c++ static flag -static works configure:13757: result: yes configure:13767: checking if c++ supports -c -o file.o configure:13788: c++ -c -O2 -pipe -fno-strict-aliasing -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -o out/conftest2.o conftest.cpp >&5 configure:13792: $? = 0 configure:13814: result: yes configure:13840: checking whether the c++ linker (/usr/bin/ld) supports shared libraries configure:13866: result: yes configure:13933: checking dynamic linker characteristics configure:14483: result: freebsd8.0 ld.so configure:14507: checking how to hardcode library paths into programs configure:14532: result: immediate configure:20978: checking for libltdl flags configure:20980: result: set explicitly: -I/usr/local/include -L/usr/local/lib -lltdl configure:20991: checking that we can compile and link with libltdl configure:21021: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c -L/usr/local/lib -lltdl >&5 conftest.c: In function 'main': conftest.c:27: warning: unused variable 'ret' configure:21027: $? = 0 configure:21033: result: yes configure:21230: checking for po/Makevars requiring hack configure:21237: result: no configure:21256: checking whether NLS is requested configure:21265: result: yes configure:21303: checking for msgfmt configure:21334: result: /usr/local/bin/msgfmt configure:21343: checking for gmsgfmt configure:21374: result: /usr/local/bin/msgfmt configure:21414: checking for xgettext configure:21445: result: /usr/local/bin/xgettext configure:21485: checking for msgmerge configure:21515: result: /usr/local/bin/msgmerge configure:21590: checking for ld used by GCC configure:21654: result: /usr/bin/ld configure:21663: checking if the linker (/usr/bin/ld) is GNU ld configure:21676: result: yes configure:21682: checking for shared library run path origin configure:21695: result: done configure:22111: checking whether NLS is requested configure:22120: result: yes configure:22138: checking for GNU gettext in libc configure:22167: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE conftest.c >&5 conftest.c:31:21: error: libintl.h: No such file or directory conftest.c: In function 'main': conftest.c:37: warning: implicit declaration of function 'bindtextdomain' conftest.c:38: warning: implicit declaration of function 'gettext' conftest.c:38: warning: incompatible implicit declaration of built-in function 'gettext' configure:22173: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | /* end confdefs.h. */ | #include <libintl.h> | extern int _nl_msg_cat_cntr; | extern int *_nl_domain_bindings; | int | main () | { | bindtextdomain ("", ""); | return (long) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings | ; | return 0; | } configure:22190: result: no configure:22224: checking for iconv configure:22256: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 /var/tmp//ccf6Z3r2.o(.text+0xa): In function `main': /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/conftest.c:36: undefined reference to `libiconv_open' /var/tmp//ccf6Z3r2.o(.text+0x1e):/usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/conftest.c:37: undefined reference to `libiconv' /var/tmp//ccf6Z3r2.o(.text+0x26):/usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/conftest.c:38: undefined reference to `libiconv_close' configure:22262: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | /* end confdefs.h. */ | #include <stdlib.h> | #include <iconv.h> | int | main () | { | iconv_t cd = iconv_open("",""); | iconv(cd,NULL,NULL,NULL,NULL); | iconv_close(cd); | ; | return 0; | } configure:22305: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:22311: $? = 0 configure:22332: result: yes configure:22342: checking how to link with libiconv configure:22344: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:22733: checking for GNU gettext in libintl configure:22770: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib >&5 configure:22776: $? = 0 configure:22851: result: yes configure:22880: checking whether to use NLS configure:22882: result: yes configure:22885: checking where the gettext function comes from configure:22896: result: external libintl configure:22904: checking how to link with libintl configure:22906: result: /usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:22991: checking for msgfmt configure:23022: result: /usr/local/bin/msgfmt configure:23031: checking for gmsgfmt configure:23062: result: /usr/local/bin/msgfmt configure:23102: checking for xgettext configure:23133: result: /usr/local/bin/xgettext configure:23173: checking for msgmerge configure:23203: result: /usr/local/bin/msgmerge configure:23268: checking for iconv configure:23376: result: yes configure:23386: checking how to link with libiconv configure:23388: result: /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib configure:23399: checking for iconv declaration configure:23438: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:44: error: conflicting types for 'libiconv' /usr/local/include/iconv.h:83: error: previous declaration of 'libiconv' was here configure:23444: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | /* end confdefs.h. */ | | #include <stdlib.h> | #include <iconv.h> | extern | #ifdef __cplusplus | "C" | #endif | #if defined(__STDC__) || defined(__cplusplus) | size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | #else | size_t iconv(); | #endif | | int | main () | { | | ; | return 0; | } configure:23462: result: extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure:23519: checking for special C compiler options needed for large files configure:23612: result: no configure:23618: checking for _FILE_OFFSET_BITS value needed for large files configure:23653: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:23659: $? = 0 configure:23727: result: no configure:23864: checking for main in -libs configure:23893: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c -libs >&5 /usr/bin/ld: cannot find -libs configure:23899: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | /* end confdefs.h. */ | | | int | main () | { | return main (); | ; | return 0; | } configure:23917: result: no configure:23933: checking for jpeg_start_decompress in -ljpeg configure:23968: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c -ljpeg >&5 /usr/bin/ld: cannot find -ljpeg configure:23974: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | /* end confdefs.h. */ | | /* Override any GCC internal prototype to avoid an error. | Use char because int might match the return type of a GCC | builtin and then its argument prototype would still apply. */ | #ifdef __cplusplus | extern "C" | #endif | char jpeg_start_decompress (); | int | main () | { | return jpeg_start_decompress (); | ; | return 0; | } configure:23992: result: no configure:24162: checking for dirent.h that defines DIR configure:24191: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:24197: $? = 0 configure:24213: result: yes configure:24226: checking for library containing opendir configure:24267: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:24273: $? = 0 configure:24301: result: none required configure:24396: checking for ANSI C header files configure:24560: result: yes configure:24589: checking getopt.h usability configure:24606: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:24612: $? = 0 configure:24626: result: yes configure:24630: checking getopt.h presence configure:24645: cc -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c configure:24651: $? = 0 configure:24665: result: yes configure:24698: checking for getopt.h configure:24706: result: yes configure:24579: checking for unistd.h configure:24585: result: yes configure:24589: checking mcheck.h usability configure:24606: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:74:20: error: mcheck.h: No such file or directory configure:24612: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <mcheck.h> configure:24626: result: no configure:24630: checking mcheck.h presence configure:24645: cc -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c conftest.c:41:20: error: mcheck.h: No such file or directory configure:24651: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | /* end confdefs.h. */ | #include <mcheck.h> configure:24665: result: no configure:24698: checking for mcheck.h configure:24706: result: no configure:24589: checking limits.h usability configure:24606: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:24612: $? = 0 configure:24626: result: yes configure:24630: checking limits.h presence configure:24645: cc -E -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c configure:24651: $? = 0 configure:24665: result: yes configure:24698: checking for limits.h configure:24706: result: yes configure:24719: checking for inline configure:24745: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:45: warning: no previous prototype for 'foo' configure:24751: $? = 0 configure:24769: result: inline configure:24788: checking for an ANSI C-conforming const configure:24863: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:71: warning: 't' is used uninitialized in this function conftest.c:87: warning: 'b' is used uninitialized in this function conftest.c:93: warning: 'cs[0]' is used uninitialized in this function configure:24869: $? = 0 configure:24884: result: yes configure:24897: checking for size_t configure:24927: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:24933: $? = 0 configure:24948: result: yes configure:24975: checking for getopt configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for getopt_long configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for mkdir configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for strdup configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:68: warning: conflicting types for built-in function 'strdup' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for strncpy configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:69: warning: conflicting types for built-in function 'strncpy' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for strcpy configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:70: warning: conflicting types for built-in function 'strcpy' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for snprintf configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:71: warning: conflicting types for built-in function 'snprintf' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for sprintf configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:72: warning: conflicting types for built-in function 'sprintf' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for vsnprintf configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:73: warning: conflicting types for built-in function 'vsnprintf' configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for gmtime_r configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25037: $? = 0 configure:25055: result: yes configure:24975: checking for statfs configure:25031: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25037: $? = 0 configure:25055: result: yes configure:25066: checking whether struct tm is in sys/time.h or time.h configure:25096: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:25102: $? = 0 configure:25117: result: time.h configure:25128: checking for tm_gmtoff in struct tm configure:25157: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:62: warning: statement with no effect configure:25163: $? = 0 configure:25174: result: yes configure:25196: checking for sys/mount.h configure:25222: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 In file included from /usr/include/sys/mount.h:36, from conftest.c:61: /usr/include/sys/ucred.h:74: error: 'NGROUPS' undeclared here (not in a function) configure:25228: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | | #include <sys/mount.h> configure:25244: result: no configure:25196: checking for sys/statfs.h configure:25222: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:61:24: error: sys/statfs.h: No such file or directory configure:25228: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | | #include <sys/statfs.h> configure:25244: result: no configure:25196: checking for sys/user.h configure:25222: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 In file included from /usr/include/sys/user.h:44, from conftest.c:61: /usr/include/sys/ucred.h:74: error: 'NGROUPS' undeclared here (not in a function) In file included from /usr/include/sys/user.h:49, from conftest.c:61: /usr/include/sys/proc.h:83: error: 'MAXLOGNAME' undeclared here (not in a function) /usr/include/sys/proc.h:83: error: variably modified 's_login' at file scope /usr/include/sys/proc.h:235: error: 'MAXCOMLEN' undeclared here (not in a function) In file included from conftest.c:61: /usr/include/sys/user.h:303: error: 'PATH_MAX' undeclared here (not in a function) configure:25228: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | | #include <sys/user.h> configure:25244: result: no configure:25196: checking for sys/vfs.h configure:25222: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c:61:21: error: sys/vfs.h: No such file or directory configure:25228: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #if HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | | | #include <sys/vfs.h> configure:25244: result: no configure:25256: checking for struct statfs.f_bfree configure:25299: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25305: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (ac_aggr.f_bfree) | return 0; | ; | return 0; | } configure:25353: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25359: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (sizeof ac_aggr.f_bfree) | return 0; | ; | return 0; | } configure:25377: result: no configure:25387: checking for struct statfs.f_bavail configure:25430: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25436: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (ac_aggr.f_bavail) | return 0; | ; | return 0; | } configure:25484: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25490: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (sizeof ac_aggr.f_bavail) | return 0; | ; | return 0; | } configure:25508: result: no configure:25518: checking for struct statfs.f_favail configure:25561: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25567: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (ac_aggr.f_favail) | return 0; | ; | return 0; | } configure:25615: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:73: error: storage size of 'ac_aggr' isn't known conftest.c:73: warning: unused variable 'ac_aggr' configure:25621: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #include <sys/types.h> | #ifdef HAVE_SYS_PARAM_H | # include <sys/param.h> | #endif | #ifdef HAVE_SYS_MOUNT_H | # include <sys/mount.h> | #endif | #ifdef HAVE_SYS_VFS_H | # include <sys/vfs.h> | #endif | #ifdef HAVE_SYS_STATFS_H | # include <sys/statfs.h> | #endif | | | int | main () | { | static struct statfs ac_aggr; | if (sizeof ac_aggr.f_favail) | return 0; | ; | return 0; | } configure:25639: result: no configure:25651: checking for struct statvfs.f_blocks configure:25684: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:63: error: storage size of 'ac_aggr' isn't known conftest.c:63: warning: unused variable 'ac_aggr' configure:25690: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_STATVFS_H | # include <sys/statvfs.h> | #endif | | | int | main () | { | static struct statvfs ac_aggr; | if (ac_aggr.f_blocks) | return 0; | ; | return 0; | } configure:25728: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:63: error: storage size of 'ac_aggr' isn't known conftest.c:63: warning: unused variable 'ac_aggr' configure:25734: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | | #ifdef HAVE_SYS_STATVFS_H | # include <sys/statvfs.h> | #endif | | | int | main () | { | static struct statvfs ac_aggr; | if (sizeof ac_aggr.f_blocks) | return 0; | ; | return 0; | } configure:25752: result: no configure:25774: checking for uint8_t in stdint.h configure:25791: result: yes configure:26015: checking whether byte ordering is bigendian configure:26048: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 configure:26054: $? = 0 configure:26086: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c >&5 conftest.c: In function 'main': conftest.c:61: error: 'not' undeclared (first use in this function) conftest.c:61: error: (Each undeclared identifier is reported only once conftest.c:61: error: for each function it appears in.) conftest.c:61: error: expected ';' before 'big' configure:26092: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "libgphoto2 photo camera library" | #define PACKAGE_TARNAME "libgphoto2" | #define PACKAGE_VERSION "2.4.4" | #define PACKAGE_STRING "libgphoto2 photo camera library 2.4.4" | #define PACKAGE_BUGREPORT "gphoto-devel@lists.sourceforge.net" | #define PACKAGE "libgphoto2" | #define VERSION "2.4.4" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_DLFCN_H 1 | #define HAVE_CC "cc" | #define URL_GPHOTO_HOME "http://www.gphoto.org/" | #define URL_GPHOTO_PROJECT "http://sourceforge.net/projects/gphoto" | #define URL_DIGICAM_LIST "http://www.teaser.fr/~hfiguiere/linux/digicam.html" | #define URL_JPHOTO_HOME "http://jphoto.sourceforge.net/" | #define URL_USB_MASSSTORAGE "http://www.linux-usb.org/USB-guide/x498.html" | #define MAIL_GPHOTO_DEVEL "<gphoto-devel@lists.sourceforge.net>" | #define MAIL_GPHOTO_USER "<gphoto-user@lists.sourceforge.net>" | #define MAIL_GPHOTO_TRANSLATION "<gphoto-translation@lists.sourceforge.net>" | #define GETTEXT_PACKAGE "libgphoto2-2" | #define HAVE_ICONV 1 | #define ENABLE_NLS 1 | #define HAVE_GETTEXT 1 | #define HAVE_DCGETTEXT 1 | #define HAVE_ICONV 1 | #define ICONV_CONST const | #define HAVE_DIRENT_H 1 | #define STDC_HEADERS 1 | #define HAVE_GETOPT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LIMITS_H 1 | #define HAVE_GETOPT 1 | #define HAVE_GETOPT_LONG 1 | #define HAVE_MKDIR 1 | #define HAVE_STRDUP 1 | #define HAVE_STRNCPY 1 | #define HAVE_STRCPY 1 | #define HAVE_SNPRINTF 1 | #define HAVE_SPRINTF 1 | #define HAVE_VSNPRINTF 1 | #define HAVE_GMTIME_R 1 | #define HAVE_STATFS 1 | #define HAVE_TM_GMTOFF 1 | /* end confdefs.h. */ | #include <sys/types.h> | #include <sys/param.h> | | int | main () | { | #if BYTE_ORDER != BIG_ENDIAN | not big endian | #endif | | ; | return 0; | } configure:26232: result: no configure:26253: checking for le32toh in machine/endian.h configure:26280: result: no configure:26285: checking for ntohl in arpa/inet.h configure:26302: result: yes configure:26359: checking for swap32 in machine/endian.h configure:26384: result: no configure:26388: checking for bswap_32 in byteswap.h conftest.c:55:22: error: byteswap.h: No such file or directory configure:26417: result: no configure:26421: checking for bswap32 in machine/endian.h configure:26454: result: no configure:26458: checking for __byte_swap_long in sys/types.h configure:26475: result: yes configure:26840: checking where to install camlibs configure:26854: result: ${libdir}/libgphoto2/2.4.4 configure:26930: checking which drivers to compile configure:26944: result: all configure:26989: checking main docdir configure:27001: result: ${prefix}/share/doc (FHS style) configure:27013: checking package docdir configure:27024: result: ${prefix}/share/doc/libgphoto2 (default style) configure:27032: checking for dot configure:27063: result: false configure:27073: checking for doxygen configure:27104: result: false configure:27240: checking for html dir configure:27244: result: ${prefix}/share/doc/libgphoto2/html (default) configure:27267: checking for rpmbuild or rpm configure:27275: result: using autodetection configure:27281: checking for rpmbuild configure:27311: result: no configure:27281: checking for rpm configure:27311: result: no configure:27320: checking for rpmbuild or rpm configure:27322: result: false (autodetected) configure:27427: checking for dynamic library extension configure:27449: result: .so configure:27561: checking pkg-config is at least version 0.9.0 configure:27564: result: yes configure:27583: checking for libexif to use configure:27601: result: autodetect configure:27610: checking for LIBEXIF configure:27617: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.13" configure:27620: $? = 0 configure:27633: $PKG_CONFIG --exists --print-errors "libexif >= 0.6.13" configure:27636: $? = 0 configure:27671: result: yes configure:27842: checking whether we use a version of libexif with ExifData.ifd[] configure:27867: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I/usr/local/include conftest.c >&5 configure:27873: $? = 0 configure:27884: result: yes configure:27914: checking libexif/exif-data.h usability configure:27931: cc -c -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I/usr/local/include conftest.c >&5 configure:27937: $? = 0 configure:27951: result: yes configure:27955: checking libexif/exif-data.h presence configure:27970: cc -E -I/usr/local/include conftest.c configure:27976: $? = 0 configure:27990: result: yes configure:28023: checking for libexif/exif-data.h configure:28030: result: yes configure:28044: checking for function exif_data_new in libexif configure:28076: cc -o conftest -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include conftest.c -L/usr/local/lib -lexif -lm >&5 configure:28082: $? = 0 configure:28099: result: yes configure:28125: checking libexif library flags configure:28127: result: "-L/usr/local/lib -lexif -lm " configure:28129: checking libexif cpp flags configure:28131: result: "-I/usr/local/include " configure:28148: checking for libusb-config configure:28166: found /usr/local/bin/libusb-config configure:28178: result: /usr/local/bin/libusb-config configure:28432: creating ./config.status ## ---------------------- ## ## Running config.status. ## ## ---------------------- ## This file was extended by libgphoto2 photo camera library config.status 2.4.4, which was generated by GNU Autoconf 2.61. Invocation command line was CONFIG_FILES = CONFIG_HEADERS = CONFIG_LINKS = CONFIG_COMMANDS = $ ./config.status on oriental.arm.org config.status:798: creating README config.status:798: creating Makefile config.status:798: creating gphoto2-config config.status:798: creating camlibs/Makefile config.status:798: creating camlibs/canon/doc/Makefile config.status:798: creating camlibs/konica/localization/Makefile config.status:798: creating libgphoto2/Makefile config.status:798: creating libgphoto2.pc config.status:798: creating libgphoto2-uninstalled.pc config.status:798: creating examples/Makefile config.status:798: creating tests/Makefile config.status:798: creating tests/check-camera-list.sh config.status:798: creating tests/ddb/Makefile config.status:798: creating tests/ddb/check-ddb.sh config.status:798: creating packaging/Makefile config.status:798: creating packaging/linux-hotplug/Makefile config.status:798: creating packaging/generic/Makefile config.status:798: creating packaging/rpm/Makefile config.status:798: creating packaging/rpm/package.spec config.status:798: creating po/Makefile.in config.status:938: WARNING: po/Makefile.in.in seems to ignore the --datarootdir setting config.status:798: creating doc/Makefile config.status:798: creating doc/Doxyfile config.status:798: creating doc/api/Makefile config.status:798: creating config.h config.status:1068: config.h is unchanged config.status:1115: executing depfiles commands config.status:1115: executing default-1 commands config.status:1115: executing default-2 commands configure:30322: === configuring in libgphoto2_port (/usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/libgphoto2_port) configure:30425: running /bin/sh ./configure '--prefix=/usr/local' '--mandir=/usr/local/man' '--infodir=/usr/local/info/' '--build=amd64-portbld-freebsd8.0' 'build_alias=amd64-portbld-freebsd8.0' 'CC=cc' 'CFLAGS=-O2 -pipe -fno-strict-aliasing' 'CXX=c++' 'CXXFLAGS=-O2 -pipe -fno-strict-aliasing' 'LTDLINCL=-I/usr/local/include' 'LIBLTDL=-L/usr/local/lib -lltdl' --cache-file=/dev/null --srcdir=. configure:30430: error: ./configure failed for libgphoto2_port ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=amd64-portbld-freebsd8.0 ac_cv_c_bigendian=no ac_cv_c_compiler_gnu=yes ac_cv_c_const=yes ac_cv_c_inline=inline ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCC_set='' ac_cv_env_CCC_value='' ac_cv_env_CC_set=set ac_cv_env_CC_value=cc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -pipe -fno-strict-aliasing' ac_cv_env_CPPFLAGS_set='' ac_cv_env_CPPFLAGS_value='' ac_cv_env_CPP_set='' ac_cv_env_CPP_value='' ac_cv_env_CXXCPP_set='' ac_cv_env_CXXCPP_value='' ac_cv_env_CXXFLAGS_set=set ac_cv_env_CXXFLAGS_value='-O2 -pipe -fno-strict-aliasing' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=c++ ac_cv_env_F77_set='' ac_cv_env_F77_value='' ac_cv_env_FFLAGS_set='' ac_cv_env_FFLAGS_value='' ac_cv_env_LDFLAGS_set='' ac_cv_env_LDFLAGS_value='' ac_cv_env_LIBEXIF_CFLAGS_set='' ac_cv_env_LIBEXIF_CFLAGS_value='' ac_cv_env_LIBEXIF_LIBS_set='' ac_cv_env_LIBEXIF_LIBS_value='' ac_cv_env_LIBLTDL_set=set ac_cv_env_LIBLTDL_value='-L/usr/local/lib -lltdl' ac_cv_env_LIBS_set='' ac_cv_env_LIBS_value='' ac_cv_env_LTDLINCL_set=set ac_cv_env_LTDLINCL_value=-I/usr/local/include ac_cv_env_PKG_CONFIG_PATH_set='' ac_cv_env_PKG_CONFIG_PATH_value='' ac_cv_env_PKG_CONFIG_set='' ac_cv_env_PKG_CONFIG_value='' ac_cv_env_build_alias_set=set ac_cv_env_build_alias_value=amd64-portbld-freebsd8.0 ac_cv_env_host_alias_set='' ac_cv_env_host_alias_value='' ac_cv_env_target_alias_set='' ac_cv_env_target_alias_value='' ac_cv_env_udevscriptdir_set='' ac_cv_env_udevscriptdir_value='' ac_cv_env_utilsdir_set='' ac_cv_env_utilsdir_value='' ac_cv_f77_compiler_gnu=no ac_cv_func_dlopen=yes ac_cv_func_getopt=yes ac_cv_func_getopt_long=yes ac_cv_func_gmtime_r=yes ac_cv_func_mkdir=yes ac_cv_func_shl_load=no ac_cv_func_snprintf=yes ac_cv_func_sprintf=yes ac_cv_func_statfs=yes ac_cv_func_strcpy=yes ac_cv_func_strdup=yes ac_cv_func_strncpy=yes ac_cv_func_vsnprintf=yes ac_cv_header_dirent_dirent_h=yes ac_cv_header_dlfcn_h=yes ac_cv_header_getopt_h=yes ac_cv_header_inttypes_h=yes ac_cv_header_libexif_exif_data_h=yes ac_cv_header_limits_h=yes ac_cv_header_mcheck_h=no ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_mount_h=no ac_cv_header_sys_stat_h=yes ac_cv_header_sys_statfs_h=no ac_cv_header_sys_types_h=yes ac_cv_header_sys_user_h=no ac_cv_header_sys_vfs_h=no ac_cv_header_unistd_h=yes ac_cv_host=amd64-portbld-freebsd8.0 ac_cv_lib_dld_shl_load=no ac_cv_lib_ibs_main=no ac_cv_lib_jpeg_jpeg_start_decompress=no ac_cv_member_struct_statfs_f_bavail=no ac_cv_member_struct_statfs_f_bfree=no ac_cv_member_struct_statfs_f_favail=no ac_cv_member_struct_statvfs_f_blocks=no ac_cv_objext=o ac_cv_path_DOLT_BASH='' ac_cv_path_DOT=false ac_cv_path_DOXYGEN=false ac_cv_path_EGREP='/usr/bin/grep -E' ac_cv_path_FLEX=/usr/bin/flex ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt ac_cv_path_GREP=/usr/bin/grep ac_cv_path_LIBUSB_CONFIG=/usr/local/bin/libusb-config ac_cv_path_MSGFMT=/usr/local/bin/msgfmt ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge ac_cv_path_PKG_CONFIG=/usr/local/bin/pkg-config ac_cv_path_XGETTEXT=/usr/local/bin/xgettext ac_cv_path_mkdir=/usr/local/bin/gmkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='cc -E' ac_cv_prog_CXXCPP='c++ -E' ac_cv_prog_ac_ct_AR=ar ac_cv_prog_ac_ct_CC=cc ac_cv_prog_ac_ct_RANLIB=ranlib ac_cv_prog_ac_ct_STRIP=strip ac_cv_prog_cc_c89='' ac_cv_prog_cc_cc_c_o=yes ac_cv_prog_cc_g=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=no ac_cv_prog_make_gmake_set=yes ac_cv_search_opendir='none required' ac_cv_struct_tm=time.h ac_cv_sys_file_offset_bits=no ac_cv_sys_largefile_CC=no ac_cv_type_size_t=yes ac_cv_type_uint8_t=yes acl_cv_hardcode_direct=no acl_cv_hardcode_libdir_flag_spec='${wl}-rpath ${wl}$libdir' acl_cv_hardcode_libdir_separator='' acl_cv_hardcode_minus_L=no acl_cv_libext=a acl_cv_path_LD=/usr/bin/ld acl_cv_prog_gnu_ld=yes acl_cv_rpath=done acl_cv_shlibext=so acl_cv_wl=-Wl, am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 am_cv_func_iconv=yes am_cv_lib_iconv=yes am_cv_proto_iconv='extern size_t iconv (iconv_t cd, const char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);' am_cv_proto_iconv_arg1=const gt_cv_func_gnugettext1_libc=no gt_cv_func_gnugettext1_libintl=yes lt_cv_deplibs_check_method=pass_all lt_cv_dlopen=dlopen lt_cv_dlopen_libs='' lt_cv_dlopen_self=yes lt_cv_dlopen_self_static=no lt_cv_file_magic_cmd='$MAGIC_CMD' lt_cv_file_magic_test_file='' lt_cv_ld_reload_flag=-r lt_cv_objdir=.libs lt_cv_path_LD=/usr/bin/ld lt_cv_path_LDCXX=/usr/bin/ld lt_cv_path_NM='/usr/bin/nm -B' lt_cv_path_SED=/usr/local/bin/gsed lt_cv_prog_compiler_c_o=yes lt_cv_prog_compiler_c_o_CXX=yes lt_cv_prog_compiler_pic_works=yes lt_cv_prog_compiler_pic_works_CXX=yes lt_cv_prog_compiler_rtti_exceptions=no lt_cv_prog_compiler_static_works=yes lt_cv_prog_compiler_static_works_CXX=yes lt_cv_prog_gnu_ld=yes lt_cv_prog_gnu_ldcxx=yes lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\''' lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\''' lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\''' lt_cv_sys_lib_dlsearch_path_spec='/lib /usr/lib' lt_cv_sys_lib_search_path_spec=/usr/lib lt_cv_sys_max_cmd_len=262144 lt_lt_cv_prog_compiler_c_o='"yes"' lt_lt_cv_prog_compiler_c_o_CXX='"yes"' lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"' lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"' lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"' pkg_cv_LIBEXIF_CFLAGS='-I/usr/local/include ' pkg_cv_LIBEXIF_LIBS='-L/usr/local/lib -lexif -lm ' ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run aclocal-1.10' ALL_CURRENT_CAMLIBS='adc65 agfa_cl20 aox barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 jl2005a kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica konica_qm150 largan lg_gsm mars dimagev mustek panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 stv0674 stv0680 sx330z topfield toshiba_pdrm11' ALL_DEFINED_CAMLIBS='adc65 agfa_cl20 aox barbie canon casio_qv clicksmart310 digigr8 digita dimera3500 directory enigma13 fuji gsmart300 hp215 iclick jamcam jd11 jl2005a kodak_dc120 kodak_dc210 kodak_dc240 kodak_dc3200 kodak_ez200 konica konica_qm150 largan lg_gsm mars dimagev mustek panasonic_coolshot panasonic_l859 panasonic_dc1000 panasonic_dc1580 pccam300 pccam600 polaroid_pdc320 polaroid_pdc640 polaroid_pdc700 ptp2 ricoh ricoh_g3 samsung sierra sipix_blink2 sipix_web2 smal sonix sony_dscf1 sony_dscf55 soundvision spca50x sq905 stv0674 stv0680 sx330z topfield toshiba_pdrm11 jl2005c sipix_blink template' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run tar' AM_CFLAGS=' -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes' AM_CPPFLAGS=' -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -DLOCALEDIR=\"$(datadir)/locale\" -DCAMLIBS=\"$(camlibdir)\"' AM_CXXFLAGS=' -O2 -pipe -fno-strict-aliasing' AM_LDFLAGS=' -Wall -g' AR='ar' AS='as' AUTOCONF='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run autoconf' AUTOHEADER='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run autoheader' AUTOMAKE='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run automake-1.10' AWK='gawk' BISON='' BUILD_THESE_CAMLIBS=' adc65.la agfa_cl20.la aox.la barbie.la canon.la casio_qv.la clicksmart310.la digigr8.la digita.la dimera3500.la directory.la enigma13.la fuji.la gsmart300.la hp215.la iclick.la jamcam.la jd11.la jl2005a.la kodak_dc120.la kodak_dc210.la kodak_dc240.la kodak_dc3200.la kodak_ez200.la konica.la konica_qm150.la largan.la lg_gsm.la mars.la dimagev.la mustek.la panasonic_coolshot.la panasonic_l859.la panasonic_dc1000.la panasonic_dc1580.la pccam300.la pccam600.la polaroid_pdc320.la polaroid_pdc640.la polaroid_pdc700.la ptp2.la ricoh.la ricoh_g3.la samsung.la sierra.la sipix_blink2.la sipix_web2.la smal.la sonix.la sony_dscf1.la sony_dscf55.la soundvision.la spca50x.la sq905.la stv0674.la stv0680.la sx330z.la topfield.la toshiba_pdrm11.la' CAMLIB_LDFLAGS='-module -no-undefined -avoid-version -export-dynamic -export-symbols $(top_srcdir)/camlibs/camlib.sym' CAMLIB_LIBS='$(top_builddir)/libgphoto2/libgphoto2.la' CC='cc' CCDEPMODE='depmode=gcc3' CFLAGS=' -O2 -pipe -fno-strict-aliasing -Wall -Wmissing-declarations -Wmissing-prototypes' CPP='cc -E' CPPFLAGS=' -I$(top_srcdir) -I$(top_builddir) -I$(top_srcdir)/libgphoto2_port -I$(top_srcdir)/libgphoto2 -I$(top_builddir)/libgphoto2 -Wall -g -D_GPHOTO2_INTERNAL_CODE -I/usr/local/include' CXX='c++' CXXCPP='c++ -E' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O2 -pipe -fno-strict-aliasing' CYGPATH_W='echo' DEFS='-DHAVE_CONFIG_H' DEPDIR='.deps' DLLTOOL='dlltool' DOT='false' DOXYGEN='false' DOXYGEN_OUTPUT_DIR='doxygen-output' DSYMUTIL='' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/bin/grep -E' ENABLED_GP2DDB_FALSE='' ENABLED_GP2DDB_TRUE='#' ENABLE_GTK_DOC_FALSE='' ENABLE_GTK_DOC_TRUE='#' ENABLE_RPM_FALSE='' ENABLE_RPM_TRUE='#' EXEEXT='' F77='' FFLAGS='' FLEX='/usr/bin/flex' GETTEXT_PACKAGE='libgphoto2-2' GMSGFMT='/usr/local/bin/msgfmt' GREP='/usr/bin/grep' GTKDOC='' HAVE_CXX_FALSE='#' HAVE_CXX_TRUE='' HAVE_DOT='NO' HAVE_DOT_FALSE='' HAVE_DOT_TRUE='#' HAVE_DOXYGEN_FALSE='' HAVE_DOXYGEN_TRUE='#' HAVE_GCC_FALSE='#' HAVE_GCC_TRUE='' HAVE_LIBEXIF_FALSE='#' HAVE_LIBEXIF_TRUE='' HAVE_LIBUSB_FALSE='#' HAVE_LIBUSB_TRUE='' HAVE_LINUX_FALSE='' HAVE_LINUX_TRUE='#' HAVE_UDEV_FALSE='' HAVE_UDEV_TRUE='#' HTML_APIDOC_DIR='libgphoto2-api.html' HTML_APIDOC_INTERNALS_DIR='libgphoto2-internals.html' INSTALL_DATA='install -o root -g wheel -m 444' INSTALL_PROGRAM='install -s -o root -g wheel -m 555' INSTALL_SCRIPT='install -o root -g wheel -m 555' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' INTLLIBS='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LDFLAGS='' LIBEXIF_CFLAGS='-I/usr/local/include ' LIBEXIF_CONFIG_PROG='' LIBEXIF_LIBS='-L/usr/local/lib -lexif -lm ' LIBGPHOTO2_AGE='4' LIBGPHOTO2_CURRENT='6' LIBGPHOTO2_CURRENT_MIN='2' LIBGPHOTO2_REVISION='0' LIBGPHOTO2_VERSION_INFO='6:0:4' LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LIBINTL='/usr/local/lib/libintl.so -L/usr/local/lib /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib' LIBJPEG='' LIBLTDL='-L/usr/local/lib -lltdl' LIBOBJS='' LIBS='' LIBTOOL='$(SHELL) /home/ports/usr/ports/graphics/libgphoto2/work/gnome-libtool' LIBUSB_CONFIG='/usr/local/bin/libusb-config' LN_S='ln -s' LTDLINCL='-I/usr/local/include' LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib' LTLIBINTL='-L/usr/local/lib -lintl -L/usr/local/lib -liconv -R/usr/local/lib' LTLIBOBJS='' MAIL_GPHOTO_DEVEL='<gphoto-devel@lists.sourceforge.net>' MAIL_GPHOTO_TRANSLATION='<gphoto-translation@lists.sourceforge.net>' MAIL_GPHOTO_USER='<gphoto-user@lists.sourceforge.net>' MAKEINFO='${SHELL} /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/missing --run makeinfo' MKINSTALLDIRS='$(top_builddir)/auto-aux/mkinstalldirs' MSGFMT='/usr/local/bin/msgfmt' MSGMERGE='/usr/local/bin/msgmerge' NMEDIT='' NO_UNUSED_CFLAGS='-Wno-unused' OBJDUMP='objdump' OBJEXT='o' PACKAGE='libgphoto2' PACKAGE_BUGREPORT='gphoto-devel@lists.sourceforge.net' PACKAGE_NAME='libgphoto2 photo camera library' PACKAGE_STRING='libgphoto2 photo camera library 2.4.4' PACKAGE_TARNAME='libgphoto2' PACKAGE_VERSION='2.4.4' PATH_SEPARATOR=':' PKG_CONFIG='/usr/local/bin/pkg-config' PKG_CONFIG_PATH='' POSUB='po' RANLIB='ranlib' REQUIREMENTS_FOR_LIBEXIF='libexif >= 0.6.13' RPMBUILD='false' RPM_LIBUSB_DEVEL_FALSE='' RPM_LIBUSB_DEVEL_TRUE='#' SED='/usr/local/bin/gsed' SET_MAKE='' SHELL='/bin/sh' STRIP='strip' URL_DIGICAM_LIST='http://www.teaser.fr/~hfiguiere/linux/digicam.html' URL_GPHOTO_HOME='http://www.gphoto.org/' URL_GPHOTO_PROJECT='http://sourceforge.net/projects/gphoto' URL_JPHOTO_HOME='http://jphoto.sourceforge.net/' URL_USB_MASSSTORAGE='http://www.linux-usb.org/USB-guide/x498.html' USE_NLS='yes' VERSION='2.4.4' XGETTEXT='/usr/local/bin/xgettext' ac_ct_CC='cc' ac_ct_CXX='' ac_ct_F77='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' apidocdir='${prefix}/share/doc/libgphoto2/html/api' bindir='${exec_prefix}/bin' build='amd64-portbld-freebsd8.0' build_alias='amd64-portbld-freebsd8.0' build_cpu='amd64' build_os='freebsd8.0' build_vendor='portbld' camlibdir='${libdir}/libgphoto2/2.4.4' camlibdocdir='${docdir}/camlibs' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${prefix}/share/doc/libgphoto2' dvidir='${docdir}' effective_target='amd64-portbld-freebsd8.0' exec_prefix='${prefix}' host='amd64-portbld-freebsd8.0' host_alias='' host_cpu='amd64' host_os='freebsd8.0' host_vendor='portbld' hotplugdocdir='' hotplugusermapdir='' htmldir='${prefix}/share/doc/libgphoto2/html' includedir='${prefix}/include' infodir='/usr/local/info/' install_sh='$(SHELL) /usr/home/ports/usr/ports/graphics/libgphoto2/work/libgphoto2-2.4.4/auto-aux/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='$(datadir)/locale' localstatedir='${prefix}/var' mandir='/usr/local/man' mkdir_p='/usr/local/bin/gmkdir -p' oldincludedir='/usr/include' pdfdir='${docdir}' pkgconfigdir='${prefix}/libdata/pkgconfig' prefix='/usr/local' program_transform_name='s,x,x,' psdir='${docdir}' sbindir='${exec_prefix}/sbin' sharedstatedir='${prefix}/com' subdirs=' libgphoto2_port' sysconfdir='${prefix}/etc' target_alias='' udevscriptdir='${libdir}/udev' utilsdir='${libdir}/${PACKAGE_TARNAME}' configure: exit 1 --d6Gm4EdcadzBjdND--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090307151228.GA52430>