Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Dec 2012 01:23:45 +0100
From:      Juan =?iso-8859-1?b?UmFt824=?= Molina Menor <juan.molina@free.fr>
To:        office@freebsd.org
Subject:   Error compiling textproc/libvisio
Message-ID:  <50CFB791.1030901@free.fr>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------060804070904000700070308
Content-Type: text/plain; charset=windows-1252; format=flowed
Content-Transfer-Encoding: 8bit

Hi!

After a portsnap I try to update libvisio to 0.0.23, but portmaster 
fails with:
checking for gperf... /usr/bin/gperf
checking gperf version... configure: error: too old, you need at least 3.0.0

Gperf 3.0.3 is indeed installed. I’ve tried deinstalling it, as well as 
libvsio and reinstalling again, with no avail.

This is not impeding LibreOffice to work as expected.

config.log attached.

Hope it helps,
Juan


--------------060804070904000700070308
Content-Type: text/plain; charset=windows-1252;
 name="config.log"
Content-Transfer-Encoding: 7bit
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 libvisio configure 0.0.23, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --disable-werror --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd9.0

## --------- ##
## Platform. ##
## --------- ##

hostname = Marianne.Juan.local
uname -m = amd64
uname -r = 9.0-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 9.0-RELEASE #5: Tue Dec 11 16:56:43 CET 2012     root@Marianne.Juan.local:/usr/obj/usr/src/sys/MARIANNE 

/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


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2489: checking for a BSD-compatible install
configure:2557: result: /usr/bin/install -c -o root -g wheel
configure:2568: checking whether build environment is sane
configure:2623: result: yes
configure:2774: checking for a thread-safe mkdir -p
configure:2813: result: ./install-sh -c -d
configure:2820: checking for gawk
configure:2836: found /usr/local/bin/gawk
configure:2847: result: gawk
configure:2858: checking whether gmake sets $(MAKE)
configure:2880: result: yes
configure:2972: checking whether gmake supports nested variables
configure:2989: result: yes
configure:3022: checking for style of include used by gmake
configure:3050: result: GNU
configure:3185: checking for C++ compiler version
configure:3194: c++ --version >&5
c++ (GCC) 4.2.1 20070831 patched [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:3205: $? = 0
configure:3194: 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 20070831 patched [FreeBSD]
configure:3205: $? = 0
configure:3194: c++ -V >&5
c++: '-V' option must have argument
configure:3205: $? = 1
configure:3194: c++ -qversion >&5
c++: unrecognized option '-qversion'
c++: No input files specified
configure:3205: $? = 1
configure:3225: checking whether the C++ compiler works
configure:3247: c++ -O2 -pipe -fno-strict-aliasing -I/usr/local/include  conftest.cpp  >&5
configure:3251: $? = 0
configure:3299: result: yes
configure:3302: checking for C++ compiler default output file name
configure:3304: result: a.out
configure:3310: checking for suffix of executables
configure:3317: c++ -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  conftest.cpp  >&5
configure:3321: $? = 0
configure:3343: result: 
configure:3365: checking whether we are cross compiling
configure:3373: c++ -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  conftest.cpp  >&5
configure:3377: $? = 0
configure:3384: ./conftest
configure:3388: $? = 0
configure:3403: result: no
configure:3408: checking for suffix of object files
configure:3430: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:3434: $? = 0
configure:3455: result: o
configure:3459: checking whether we are using the GNU C++ compiler
configure:3478: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:3478: $? = 0
configure:3487: result: yes
configure:3496: checking whether c++ accepts -g
configure:3516: c++ -c -g -I/usr/local/include conftest.cpp >&5
configure:3516: $? = 0
configure:3557: result: yes
configure:3582: checking dependency style of c++
configure:3693: result: gcc3
configure:3758: checking for ar
configure:3774: found /usr/bin/ar
configure:3785: result: ar
configure:3811: checking the archiver (ar) interface
configure:3821: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:3821: $? = 0
configure:3823: ar cru libconftest.a conftest.o >&5
configure:3826: $? = 0
configure:3849: result: ar
configure:3917: checking for gcc
configure:3944: result: cc
configure:4173: checking for C compiler version
configure:4182: cc --version >&5
cc (GCC) 4.2.1 20070831 patched [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:4193: $? = 0
configure:4182: 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 20070831 patched [FreeBSD]
configure:4193: $? = 0
configure:4182: cc -V >&5
cc: '-V' option must have argument
configure:4193: $? = 1
configure:4182: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:4193: $? = 1
configure:4197: checking whether we are using the GNU C compiler
configure:4216: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:4216: $? = 0
configure:4225: result: yes
configure:4234: checking whether cc accepts -g
configure:4254: cc -c -g -I/usr/local/include conftest.c >&5
configure:4254: $? = 0
configure:4295: result: yes
configure:4312: checking for cc option to accept ISO C89
configure:4375: cc  -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:4375: $? = 0
configure:4388: result: none needed
configure:4410: checking dependency style of cc
configure:4521: result: gcc3
configure:4541: checking how to run the C preprocessor
configure:4611: result: cpp
configure:4631: cpp -I/usr/local/include conftest.c
configure:4631: $? = 0
configure:4645: cpp -I/usr/local/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4645: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libvisio"
| #define PACKAGE_TARNAME "libvisio"
| #define PACKAGE_VERSION "0.0.23"
| #define PACKAGE_STRING "libvisio 0.0.23"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libvisio"
| #define VERSION "0.0.23"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4785: checking for C++ compiler version
configure:4794: c++ --version >&5
c++ (GCC) 4.2.1 20070831 patched [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:4805: $? = 0
configure:4794: 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 20070831 patched [FreeBSD]
configure:4805: $? = 0
configure:4794: c++ -V >&5
c++: '-V' option must have argument
configure:4805: $? = 1
configure:4794: c++ -qversion >&5
c++: unrecognized option '-qversion'
c++: No input files specified
configure:4805: $? = 1
configure:4809: checking whether we are using the GNU C++ compiler
configure:4837: result: yes
configure:4846: checking whether c++ accepts -g
configure:4907: result: yes
configure:4932: checking dependency style of c++
configure:5043: result: gcc3
configure:5059: checking whether ln -s works
configure:5063: result: yes
configure:5070: checking whether gmake sets $(MAKE)
configure:5092: result: yes
configure:5130: checking build system type
configure:5144: result: amd64-portbld-freebsd9.0
configure:5164: checking host system type
configure:5177: result: amd64-portbld-freebsd9.0
configure:5218: checking how to print strings
configure:5245: result: printf
configure:5266: checking for a sed that does not truncate output
configure:5330: result: /usr/bin/sed
configure:5348: checking for grep that handles long lines and -e
configure:5406: result: /usr/bin/grep
configure:5411: checking for egrep
configure:5473: result: /usr/bin/grep -E
configure:5478: checking for fgrep
configure:5540: result: /usr/bin/grep -F
configure:5575: checking for ld used by cc
configure:5642: result: /usr/bin/ld
configure:5649: checking if the linker (/usr/bin/ld) is GNU ld
configure:5664: result: yes
configure:5676: checking for BSD- or MS-compatible name lister (nm)
configure:5725: result: /usr/bin/nm -B
configure:5855: checking the name lister (/usr/bin/nm -B) interface
configure:5862: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:5865: /usr/bin/nm -B "conftest.o"
configure:5868: output
0000000000000000 B some_variable
configure:5875: result: BSD nm
configure:5879: checking the maximum length of command line arguments
configure:6009: result: 262144
configure:6026: checking whether the shell understands some XSI constructs
configure:6036: result: yes
configure:6040: checking whether the shell understands "+="
configure:6046: result: no
configure:6081: checking how to convert amd64-portbld-freebsd9.0 file names to amd64-portbld-freebsd9.0 format
configure:6121: result: func_convert_file_noop
configure:6128: checking how to convert amd64-portbld-freebsd9.0 file names to toolchain format
configure:6148: result: func_convert_file_noop
configure:6155: checking for /usr/bin/ld option to reload object files
configure:6162: result: -r
configure:6236: checking for objdump
configure:6252: found /usr/bin/objdump
configure:6263: result: objdump
configure:6295: checking how to recognize dependent libraries
configure:6497: result: pass_all
configure:6582: checking for dlltool
configure:6612: result: no
configure:6642: checking how to associate runtime and link libraries
configure:6669: result: printf %s\n
configure:6793: checking for archiver @FILE support
configure:6810: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:6810: $? = 0
configure:6813: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:6816: $? = 0
configure:6821: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:6824: $? = 0
configure:6836: result: no
configure:6894: checking for strip
configure:6910: found /usr/bin/strip
configure:6921: result: strip
configure:6993: checking for ranlib
configure:7009: found /usr/bin/ranlib
configure:7020: result: ranlib
configure:7122: checking command to parse /usr/bin/nm -B output from cc object
configure:7242: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:7245: $? = 0
configure:7249: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' | sed '/ __gnu_lto/d' \> conftest.nm
configure:7252: $? = 0
configure:7318: c++ -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include  conftest.cpp conftstm.o >&5
configure:7321: $? = 0
configure:7359: result: ok
configure:7396: checking for sysroot
configure:7426: result: no
configure:7683: checking for mt
configure:7699: found /usr/bin/mt
configure:7710: result: mt
configure:7733: checking if mt is a manifest tool
configure:7739: mt '-?'
mt: illegal option -- ?
usage: mt [-f device] command [count]
configure:7747: result: no
configure:8385: checking for ANSI C header files
configure:8405: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8405: $? = 0
eval: -I/usr/local/include: not found
configure:8489: result: no
configure:8502: checking for sys/types.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for sys/stat.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for stdlib.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for string.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for memory.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for strings.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for inttypes.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for stdint.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8502: checking for unistd.h
configure:8502: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8502: $? = 0
configure:8502: result: yes
configure:8516: checking for dlfcn.h
configure:8516: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:8516: $? = 0
configure:8516: result: yes
configure:8732: checking for objdir
configure:8747: result: .libs
configure:9018: checking if cc supports -fno-rtti -fno-exceptions
configure:9036: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:9040: $? = 0
configure:9053: result: no
configure:9380: checking for cc option to produce PIC
configure:9387: result: -fPIC -DPIC
configure:9395: checking if cc PIC flag -fPIC -DPIC works
configure:9413: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5
configure:9417: $? = 0
configure:9430: result: yes
configure:9459: checking if cc static flag -static works
configure:9487: result: yes
configure:9502: checking if cc supports -c -o file.o
configure:9523: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -o out/conftest2.o conftest.c >&5
configure:9527: $? = 0
configure:9549: result: yes
configure:9557: checking if cc supports -c -o file.o
configure:9604: result: yes
configure:9637: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:10790: result: yes
configure:10827: checking whether -lc should be explicitly linked in
configure:10835: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:10838: $? = 0
configure:10853: cc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:10856: $? = 0
configure:10870: result: no
configure:11030: checking dynamic linker characteristics
configure:11763: result: freebsd9.0 ld.so
configure:11870: checking how to hardcode library paths into programs
configure:11895: result: immediate
configure:12435: checking whether stripping libraries is possible
configure:12440: result: yes
configure:12475: checking if libtool supports shared libraries
configure:12477: result: yes
configure:12480: checking whether to build shared libraries
configure:12501: result: yes
configure:12504: checking whether to build static libraries
configure:12508: result: yes
configure:12531: checking how to run the C++ preprocessor
configure:12558: c++ -E -I/usr/local/include conftest.cpp
configure:12558: $? = 0
configure:12572: c++ -E -I/usr/local/include conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:12572: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libvisio"
| #define PACKAGE_TARNAME "libvisio"
| #define PACKAGE_VERSION "0.0.23"
| #define PACKAGE_STRING "libvisio 0.0.23"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libvisio"
| #define VERSION "0.0.23"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12597: result: c++ -E
configure:12617: c++ -E -I/usr/local/include conftest.cpp
configure:12617: $? = 0
configure:12631: c++ -E -I/usr/local/include conftest.cpp
conftest.cpp:22:28: error: ac_nonexistent.h: No such file or directory
configure:12631: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "libvisio"
| #define PACKAGE_TARNAME "libvisio"
| #define PACKAGE_VERSION "0.0.23"
| #define PACKAGE_STRING "libvisio 0.0.23"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "libvisio"
| #define VERSION "0.0.23"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12800: checking for ld used by c++
configure:12867: result: /usr/bin/ld
configure:12874: checking if the linker (/usr/bin/ld) is GNU ld
configure:12889: result: yes
configure:12944: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:13949: result: yes
configure:13985: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.cpp >&5
configure:13988: $? = 0
configure:14508: checking for c++ option to produce PIC
configure:14515: result: -fPIC -DPIC
configure:14523: checking if c++ PIC flag -fPIC -DPIC works
configure:14541: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -fPIC -DPIC -DPIC conftest.cpp >&5
configure:14545: $? = 0
configure:14558: result: yes
configure:14581: checking if c++ static flag -static works
configure:14609: result: yes
configure:14621: checking if c++ supports -c -o file.o
configure:14642: c++ -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -o out/conftest2.o conftest.cpp >&5
configure:14646: $? = 0
configure:14668: result: yes
configure:14673: checking if c++ supports -c -o file.o
configure:14720: result: yes
configure:14750: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:14786: result: yes
configure:14927: checking dynamic linker characteristics
configure:15594: result: freebsd9.0 ld.so
configure:15647: checking how to hardcode library paths into programs
configure:15672: result: immediate
configure:16139: checking pkg-config is at least version 0.20
configure:16142: result: yes
configure:16151: checking for egrep
configure:16213: result: /usr/bin/grep -E
configure:16218: checking for a sed that does not truncate output
configure:16282: result: /usr/bin/sed
configure:16290: checking for gperf
configure:16308: found /usr/bin/gperf
configure:16320: result: /usr/bin/gperf
configure:16331: checking gperf version
configure:16337: error: too old, you need at least 3.0.0

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=amd64-portbld-freebsd9.0
ac_cv_c_compiler_gnu=yes
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=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
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_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_LIBXML_CFLAGS_set=''
ac_cv_env_LIBXML_CFLAGS_value=''
ac_cv_env_LIBXML_LIBS_set=''
ac_cv_env_LIBXML_LIBS_value=''
ac_cv_env_PKG_CONFIG_LIBDIR_set=''
ac_cv_env_PKG_CONFIG_LIBDIR_value=''
ac_cv_env_PKG_CONFIG_PATH_set=''
ac_cv_env_PKG_CONFIG_PATH_value=''
ac_cv_env_PKG_CONFIG_set=set
ac_cv_env_PKG_CONFIG_value=pkgconf
ac_cv_env_WPD_CFLAGS_set=''
ac_cv_env_WPD_CFLAGS_value=''
ac_cv_env_WPD_LIBS_set=''
ac_cv_env_WPD_LIBS_value=''
ac_cv_env_WPG_CFLAGS_set=''
ac_cv_env_WPG_CFLAGS_value=''
ac_cv_env_WPG_LIBS_set=''
ac_cv_env_WPG_LIBS_value=''
ac_cv_env_ZLIB_CFLAGS_set=''
ac_cv_env_ZLIB_CFLAGS_value=''
ac_cv_env_ZLIB_LIBS_set=''
ac_cv_env_ZLIB_LIBS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=amd64-portbld-freebsd9.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_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=no
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=amd64-portbld-freebsd9.0
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GPERF=/usr/bin/gperf
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/bin/sed
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=cpp
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_MANIFEST_TOOL=mt
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_make_gmake_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=''
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
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_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
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_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[	 ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[	 ][	 ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^: \([^ ]*\)[ ]*$/  {\"\1\", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \(lib[^ ]*\)$/  {"\2", (void *) \&\2},/p'\'' -e '\''s/^[ABCDGIRSTW]* \([^ ]*\) \([^ ]*\)$/  {"lib\2", (void *) \&\2},/p'\'
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int \1();/p'\'' -e '\''s/^[ABCDGIRSTW]* .* \(.*\)$/extern char \1;/p'\'
lt_cv_sys_max_cmd_len=262144
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/missing --run aclocal-1.12'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/missing --run automake-1.12'
AWK='gawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -pipe -fno-strict-aliasing'
CPP='cpp'
CPPFLAGS='-I/usr/local/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -pipe -fno-strict-aliasing'
CYGPATH_W='echo'
DEBUG_CXXFLAGS=''
DEFS=''
DEPDIR='.deps'
DLLTOOL='false'
DOXYGEN=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GPERF='/usr/bin/gperf'
GREP='/usr/bin/grep'
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'
LD='/usr/bin/ld'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIBVISIO_CXXFLAGS=''
LIBVISIO_LIBS=''
LIBVISIO_WIN32_RESOURCE=''
LIBXML_CFLAGS=''
LIBXML_LIBS=''
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_AGE=''
LT_CURRENT=''
LT_REVISION=''
MAKEINFO='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE=''
OTOOL64=''
OTOOL=''
PACKAGE='libvisio'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libvisio'
PACKAGE_STRING='libvisio 0.0.23'
PACKAGE_TARNAME='libvisio'
PACKAGE_URL=''
PACKAGE_VERSION='0.0.23'
PATH_SEPARATOR=':'
PKG_CONFIG='pkgconf'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLATFORM_WIN32_FALSE=''
PLATFORM_WIN32_TRUE=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STATIC_TOOLS_FALSE=''
STATIC_TOOLS_TRUE=''
STRIP='strip'
VERSION='0.0.23'
VSD2RAW_WIN32_RESOURCE=''
VSD2TEXT_WIN32_RESOURCE=''
VSD2XHTML_WIN32_RESOURCE=''
VSD_MAJOR_VERSION=''
VSD_MICRO_VERSION=''
VSD_MINOR_VERSION=''
VSD_VERSION=''
VSS2RAW_WIN32_RESOURCE=''
VSS2TEXT_WIN32_RESOURCE=''
VSS2XHTML_WIN32_RESOURCE=''
WINDRES=''
WITH_LIBVISIO_DOCS_FALSE=''
WITH_LIBVISIO_DOCS_TRUE=''
WPD_CFLAGS=''
WPD_LIBS=''
WPG_CFLAGS=''
WPG_LIBS=''
ZLIB_CFLAGS=''
ZLIB_LIBS=''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd9.0'
build_alias='amd64-portbld-freebsd9.0'
build_cpu='amd64'
build_os='freebsd9.0'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='amd64-portbld-freebsd9.0'
host_alias=''
host_cpu='amd64'
host_os='freebsd9.0'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='${SHELL} /usr/ports/textproc/libvisio/work/libvisio-0.0.23/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
mkdir_p='./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "libvisio"
#define PACKAGE_TARNAME "libvisio"
#define PACKAGE_VERSION "0.0.23"
#define PACKAGE_STRING "libvisio 0.0.23"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
#define PACKAGE "libvisio"
#define VERSION "0.0.23"
#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 LT_OBJDIR ".libs/"

configure: exit 1

--------------060804070904000700070308--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?50CFB791.1030901>