10.0-CUR r226986 && ports (general)

Alexander Best arundel at freebsd.org
Thu Nov 3 13:28:24 UTC 2011


On Thu Nov  3 11, Matthias Apitz wrote:
> El día Thursday, November 03, 2011 a las 11:28:47AM +0000, Alexander Best escribió:
> 
> > > It turns out that the problem is more general! A lot of ./configure
> > > scripts are detecting in 10-CUR that they can't or should not build
> > > shared libs; the problem is that the OS is detected now as
> > > 
> > > host_os: freebsd10.0
> > > 
> > > and the ./configure scripts have tests like this:

here's my config.log after building and installing security/p11-kit. i have
edited my newvers.sh according to UPDATING and uname -a now properly reports:

FreeBSD otaku 9.9-CURRENT FreeBSD 9.9-CURRENT #9: Thu Nov  3 11:41:08 CET 2011     arundel at otaku:/usr/obj/usr/git-freebsd-head/sys/ARUNDEL  amd64

still for me the issue remains: no libs get built and thus not installed!

cheers.
alex

> > > 
> > > ports/audio/jack/work/jack-audio-connection-kit-0.121.3:
> > > 
> > > case $host_os in
> > > ...
> > > freebsd1*)
> > >   dynamic_linker=no
> > >     ;;
> > > ...    
> > > 
> > > And now? I'm cluesless now how we could solve this :-(
> > 
> > are you sure this issue is related to the freebsd1* case?
> 
> I can only comment what I saw:
> 
> - OS was detected as freebsd10.0 (I inserted a 'echo $host_os' into the
>   ./configure script
> 
> - ./configure said that it should/will not build shared libs
> 
> - the *.so* were missing in ports/audio/jack/work/... and in
>   /usr/local/lib
> 
> I will remove all /usr/ports/* and /usr/local/* and /var/db/pkg/* and
> will start from scratch with "cvs checkout" and will set UNAME_r as
> explained in ports/UPDATING;
> 
> will let you know the result
> 
> 	matthias
> 
> -- 
> Matthias Apitz
> e <guru at unixarea.de> - w http://www.unixarea.de/
> UNIX since V7 on PDP-11, UNIX on mainframe since ESER 1055 (IBM /370)
> UNIX on x86 since SVR4.2 UnixWare 2.1.2, FreeBSD since 2.2.5
-------------- next part --------------
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by p11-kit configure 0.8, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  $ ./configure --disable-gtk-doc --disable-nls --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd9.9

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

hostname = otaku
uname -m = amd64
uname -r = 9.9-CURRENT
uname -s = FreeBSD
uname -v = FreeBSD 9.9-CURRENT #9: Thu Nov  3 11:41:08 CET 2011     arundel at otaku:/usr/obj/usr/git-freebsd-head/sys/ARUNDEL 

/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/local/diablo-jre1.6.0/bin


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

configure:2406: checking for a BSD-compatible install
configure:2474: result: /usr/bin/install -c -o root -g wheel
configure:2485: checking whether build environment is sane
configure:2535: result: yes
configure:2676: checking for a thread-safe mkdir -p
configure:2715: result: ./install-sh -c -d
configure:2728: checking for gawk
configure:2758: result: no
configure:2728: checking for mawk
configure:2758: result: no
configure:2728: checking for nawk
configure:2744: found /usr/bin/nawk
configure:2755: result: nawk
configure:2766: checking whether make sets $(MAKE)
configure:2788: result: yes
configure:2868: checking whether build environment is sane
configure:2918: result: yes
configure:2921: checking whether to disable maintainer-specific portions of Makefiles
configure:2930: result: yes
configure:2986: checking build system type
configure:3000: result: amd64-portbld-freebsd9.9
configure:3020: checking host system type
configure:3033: result: amd64-portbld-freebsd9.9
configure:3074: checking how to print strings
configure:3101: result: printf
configure:3134: checking for style of include used by make
configure:3162: result: GNU
configure:3232: checking for gcc
configure:3259: result: cc
configure:3488: checking for C compiler version
configure:3497: cc --version >&5
cc (GCC) 4.2.2 20070831 prerelease [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:3508: $? = 0
configure:3497: cc -v >&5
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.2 20070831 prerelease [FreeBSD]
configure:3508: $? = 0
configure:3497: cc -V >&5
cc: '-V' option must have argument
configure:3508: $? = 1
configure:3497: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:3508: $? = 1
configure:3528: checking whether the C compiler works
configure:3550: cc -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
configure:3554: $? = 0
configure:3602: result: yes
configure:3605: checking for C compiler default output file name
configure:3607: result: a.out
configure:3613: checking for suffix of executables
configure:3620: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
configure:3624: $? = 0
configure:3646: result: 
configure:3668: checking whether we are cross compiling
configure:3676: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
configure:3680: $? = 0
configure:3687: ./conftest
configure:3691: $? = 0
configure:3706: result: no
configure:3711: checking for suffix of object files
configure:3733: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:3737: $? = 0
configure:3758: result: o
configure:3762: checking whether we are using the GNU C compiler
configure:3781: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:3781: $? = 0
configure:3790: result: yes
configure:3799: checking whether cc accepts -g
configure:3819: cc -c -g  conftest.c >&5
configure:3819: $? = 0
configure:3860: result: yes
configure:3877: checking for cc option to accept ISO C89
configure:3941: cc  -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:3941: $? = 0
configure:3954: result: none needed
configure:3976: checking dependency style of cc
configure:4086: result: gcc3
configure:4101: checking for a sed that does not truncate output
configure:4165: result: /usr/bin/sed
configure:4183: checking for grep that handles long lines and -e
configure:4241: result: /usr/bin/grep
configure:4246: checking for egrep
configure:4308: result: /usr/bin/grep -E
configure:4313: checking for fgrep
configure:4375: result: /usr/bin/grep -F
configure:4410: checking for ld used by cc
configure:4477: result: /usr/bin/ld
configure:4484: checking if the linker (/usr/bin/ld) is GNU ld
configure:4499: result: yes
configure:4511: checking for BSD- or MS-compatible name lister (nm)
configure:4560: result: /usr/bin/nm -B
configure:4690: checking the name lister (/usr/bin/nm -B) interface
configure:4697: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:4700: /usr/bin/nm -B "conftest.o"
configure:4703: output
0000000000000000 B some_variable
configure:4710: result: BSD nm
configure:4713: checking whether ln -s works
configure:4717: result: yes
configure:4725: checking the maximum length of command line arguments
configure:4850: result: 262144
configure:4867: checking whether the shell understands some XSI constructs
configure:4877: result: yes
configure:4881: checking whether the shell understands "+="
configure:4887: result: no
configure:4922: checking how to convert amd64-portbld-freebsd9.9 file names to amd64-portbld-freebsd9.9 format
configure:4962: result: func_convert_file_noop
configure:4969: checking how to convert amd64-portbld-freebsd9.9 file names to toolchain format
configure:4989: result: func_convert_file_noop
configure:4996: checking for /usr/bin/ld option to reload object files
configure:5003: result: -r
configure:5077: checking for objdump
configure:5093: found /usr/bin/objdump
configure:5104: result: objdump
configure:5136: checking how to recognize dependent libraries
configure:5338: result: pass_all
configure:5423: checking for dlltool
configure:5453: result: no
configure:5483: checking how to associate runtime and link libraries
configure:5510: result: printf %s\n
configure:5571: checking for ar
configure:5587: found /usr/bin/ar
configure:5598: result: ar
configure:5635: checking for archiver @FILE support
configure:5652: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:5652: $? = 0
configure:5655: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:5658: $? = 0
configure:5663: ar cru libconftest.a @conftest.lst >&5
ar: warning: can't open file: @conftest.lst: No such file or directory
configure:5666: $? = 0
configure:5678: result: no
configure:5736: checking for strip
configure:5752: found /usr/bin/strip
configure:5763: result: strip
configure:5835: checking for ranlib
configure:5851: found /usr/bin/ranlib
configure:5862: result: ranlib
configure:5964: checking command to parse /usr/bin/nm -B output from cc object
configure:6083: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:6086: $? = 0
configure:6090: /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:6093: $? = 0
configure:6159: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c conftstm.o >&5
configure:6162: $? = 0
configure:6200: result: ok
configure:6237: checking for sysroot
configure:6267: result: no
configure:6510: checking for mt
configure:6526: found /usr/bin/mt
configure:6537: result: mt
configure:6560: checking if mt is a manifest tool
configure:6566: mt '-?'
mt: illegal option -- ?
usage: mt [-f device] command [count]
configure:6574: result: no
configure:7206: checking how to run the C preprocessor
configure:7276: result: cpp
configure:7296: cpp  conftest.c
configure:7296: $? = 0
configure:7310: cpp  conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:7310: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:7339: checking for ANSI C header files
configure:7359: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7359: $? = 0
configure:7432: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
configure:7432: $? = 0
configure:7432: ./conftest
configure:7432: $? = 0
configure:7443: result: yes
configure:7456: checking for sys/types.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for sys/stat.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for stdlib.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for string.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for memory.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for strings.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for inttypes.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for stdint.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7456: checking for unistd.h
configure:7456: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7456: $? = 0
configure:7456: result: yes
configure:7470: checking for dlfcn.h
configure:7470: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:7470: $? = 0
configure:7470: result: yes
configure:7655: checking for objdir
configure:7670: result: .libs
configure:7941: checking if cc supports -fno-rtti -fno-exceptions
configure:7959: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7963: $? = 0
configure:7976: result: no
configure:8286: checking for cc option to produce PIC
configure:8293: result: -fPIC -DPIC
configure:8301: checking if cc PIC flag -fPIC -DPIC works
configure:8319: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  -fPIC -DPIC -DPIC conftest.c >&5
configure:8323: $? = 0
configure:8336: result: yes
configure:8365: checking if cc static flag -static works
configure:8393: result: yes
configure:8408: checking if cc supports -c -o file.o
configure:8429: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  -o out/conftest2.o conftest.c >&5
configure:8433: $? = 0
configure:8455: result: yes
configure:8463: checking if cc supports -c -o file.o
configure:8510: result: yes
configure:8543: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:9701: result: yes
configure:9738: checking whether -lc should be explicitly linked in
configure:9746: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:9749: $? = 0
configure:9764: cc -shared  -fPIC -DPIC conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep  -lc  \>/dev/null 2\>\&1
configure:9767: $? = 0
configure:9781: result: no
configure:9946: checking dynamic linker characteristics
configure:10686: result: freebsd9.9 ld.so
configure:10793: checking how to hardcode library paths into programs
configure:10818: result: immediate
configure:10912: checking for shl_load
configure:10912: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
/var/tmp//ccmoNINM.o: In function `main':
conftest.c:(.text+0x7): undefined reference to `shl_load'
configure:10912: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| #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 LT_OBJDIR ".libs/"
| /* 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:10912: result: no
configure:10916: checking for shl_load in -ldld
configure:10941: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c -ldld   >&5
/usr/bin/ld: cannot find -ldld
configure:10941: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| #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 LT_OBJDIR ".libs/"
| /* 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:10950: result: no
configure:10955: checking for dlopen
configure:10955: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  >&5
configure:10955: $? = 0
configure:10955: result: yes
configure:11112: checking whether a program can dlopen itself
configure:11192: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  -DHAVE_DLFCN_H  -Wl,--export-dynamic conftest.c   >&5
configure:11195: $? = 0
configure:11213: result: yes
configure:11218: checking whether a statically linked program can dlopen itself
configure:11298: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  -DHAVE_DLFCN_H  -Wl,--export-dynamic -static conftest.c   >&5
configure:11301: $? = 0
Service unavailable
configure:11319: result: no
configure:11358: checking whether stripping libraries is possible
configure:11363: result: yes
configure:11398: checking if libtool supports shared libraries
configure:11400: result: yes
configure:11403: checking whether to build shared libraries
configure:11424: result: yes
configure:11427: checking whether to build static libraries
configure:11431: result: no
configure:11514: checking for gcc
configure:11541: result: cc
configure:11770: checking for C compiler version
configure:11779: cc --version >&5
cc (GCC) 4.2.2 20070831 prerelease [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:11790: $? = 0
configure:11779: cc -v >&5
Using built-in specs.
Target: amd64-undermydesk-freebsd
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 4.2.2 20070831 prerelease [FreeBSD]
configure:11790: $? = 0
configure:11779: cc -V >&5
cc: '-V' option must have argument
configure:11790: $? = 1
configure:11779: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:11790: $? = 1
configure:11794: checking whether we are using the GNU C compiler
configure:11822: result: yes
configure:11831: checking whether cc accepts -g
configure:11892: result: yes
configure:11909: checking for cc option to accept ISO C89
configure:11986: result: none needed
configure:12008: checking dependency style of cc
configure:12118: result: gcc3
configure:12138: checking how to run the C preprocessor
configure:12208: result: cpp
configure:12228: cpp  conftest.c
configure:12228: $? = 0
configure:12242: cpp  conftest.c
conftest.c:23:28: error: ac_nonexistent.h: No such file or directory
configure:12242: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:12274: checking whether cc understands -c and -o together
configure:12302: cc -c conftest.c -o conftest2.o >&5
configure:12306: $? = 0
configure:12312: cc -c conftest.c -o conftest2.o >&5
configure:12316: $? = 0
configure:12371: result: yes
configure:12399: checking whether NLS is requested
configure:12408: result: no
configure:12449: checking for msgfmt
configure: trying /usr/local/bin/msgfmt...
0 translated messages.
configure:12481: result: /usr/local/bin/msgfmt
configure:12490: checking for gmsgfmt
configure:12521: result: /usr/local/bin/msgfmt
configure:12572: checking for xgettext
configure: trying /usr/local/bin/xgettext...
/usr/local/bin/xgettext: warning: file `/dev/null' extension `' is unknown; will try C
configure:12604: result: /usr/local/bin/xgettext
configure:12650: checking for msgmerge
configure: trying /usr/local/bin/msgmerge...
configure:12681: result: /usr/local/bin/msgmerge
configure:12738: checking for ld used by GCC
configure:12802: result: /usr/bin/ld
configure:12809: checking if the linker (/usr/bin/ld) is GNU ld
configure:12822: result: yes
configure:12829: checking for shared library run path origin
configure:12842: result: done
configure:13414: checking for CFPreferencesCopyAppValue
configure:13432: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:23:42: error: CoreFoundation/CFPreferences.h: No such file or directory
conftest.c: In function 'main':
conftest.c:27: error: 'NULL' undeclared (first use in this function)
conftest.c:27: error: (Each undeclared identifier is reported only once
conftest.c:27: error: for each function it appears in.)
configure:13432: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFPreferences.h>
| int
| main ()
| {
| CFPreferencesCopyAppValue(NULL, NULL)
|   ;
|   return 0;
| }
configure:13441: result: no
configure:13448: checking for CFLocaleCopyCurrent
configure:13466: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c  -Wl,-framework -Wl,CoreFoundation >&5
conftest.c:23:37: error: CoreFoundation/CFLocale.h: No such file or directory
configure:13466: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "p11-kit"
| #define PACKAGE_TARNAME "p11-kit"
| #define PACKAGE_VERSION "0.8"
| #define PACKAGE_STRING "p11-kit 0.8"
| #define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
| #define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
| #define PACKAGE "p11-kit"
| #define VERSION "0.8"
| #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 LT_OBJDIR ".libs/"
| /* end confdefs.h.  */
| #include <CoreFoundation/CFLocale.h>
| int
| main ()
| {
| CFLocaleCopyCurrent();
|   ;
|   return 0;
| }
configure:13475: result: no
configure:14344: checking whether to use NLS
configure:14346: result: no
configure:14471: checking for pkg-config
configure:14489: found /usr/local/bin/pkg-config
configure:14501: result: /usr/local/bin/pkg-config
configure:14526: checking pkg-config is at least version 0.9.0
configure:14529: result: yes
configure:14542: checking for gtkdoc-check
configure:14575: result: no
configure:14584: checking for gtkdoc-rebase
configure:14617: result: no
configure:14628: checking for gtkdoc-mkpdf
configure:14661: result: no
configure:14792: checking whether to build gtk-doc documentation
configure:14794: result: no
configure:14859: checking for win32
configure:14881: result: no
configure:14896: checking for pthread_mutex_lock in -pthread
configure:14921: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c -pthread   >&5
configure:14921: $? = 0
configure:14930: result: yes
configure:14943: checking for library containing dlopen
configure:14974: cc -o conftest -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing   conftest.c -pthread  >&5
configure:14974: $? = 0
configure:14991: result: none required
configure:15001: checking for struct dirent.d_type
configure:15001: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:15001: $? = 0
configure:15001: result: yes
configure:15014: checking err.h usability
configure:15014: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing  conftest.c >&5
configure:15014: $? = 0
configure:15014: result: yes
configure:15014: checking err.h presence
configure:15014: cpp  conftest.c
configure:15014: $? = 0
configure:15014: result: yes
configure:15014: checking for err.h
configure:15014: result: yes
configure:15067: checking for debug mode
configure:15103: result: default (-g, debug output)
configure:15106: checking for more warnings
configure:15118: checking whether gcc understands -Wmissing-include-dirs
configure:15131: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing -g 		-Wall -Wstrict-prototypes -Wmissing-declarations 		-Wmissing-prototypes -Wnested-externs -Wpointer-arith 		-Wdeclaration-after-statement -Wformat=2 -Winit-self 		-Waggregate-return -Wno-missing-format-attribute -Wmissing-include-dirs  conftest.c >&5
conftest.c:32: warning: function declaration isn't a prototype
configure:15131: $? = 0
configure:15137: result: yes
configure:15118: checking whether gcc understands -Wundef
configure:15131: cc -c -O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing -g 		-Wall -Wstrict-prototypes -Wmissing-declarations 		-Wmissing-prototypes -Wnested-externs -Wpointer-arith 		-Wdeclaration-after-statement -Wformat=2 -Winit-self 		-Waggregate-return -Wno-missing-format-attribute -Wmissing-include-dirs -Wundef  conftest.c >&5
conftest.c:32: warning: function declaration isn't a prototype
configure:15131: $? = 0
configure:15137: result: yes
configure:15154: checking build strict
configure:15169: result: no
configure:15172: checking whether to build with gcov testing
configure:15182: result: no
configure:15514: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by p11-kit config.status 0.8, which was
generated by GNU Autoconf 2.68.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on otaku

config.status:1165: creating Makefile
config.status:1165: creating doc/Makefile
config.status:1165: creating doc/version.xml
config.status:1165: creating po/Makefile.in
config.status:1165: creating p11-kit/Makefile
config.status:1165: creating p11-kit/p11-kit-1.pc
config.status:1165: creating p11-kit/pkcs11.conf.example
config.status:1165: creating tests/Makefile
config.status:1165: creating tools/Makefile
config.status:1165: creating config.h
config.status:1394: executing depfiles commands
config.status:1394: executing libtool commands
config.status:1394: executing po-directories commands
configure:17884: build options:

    Host:                            amd64-portbld-freebsd9.9
    Debug build:                     default (-g, debug output)
    Strict build:                    no
    System global config:            ${prefix}/etc/pkcs11/pkcs11.conf
    System module config directory:  ${prefix}/etc/pkcs11/modules
    User global config:              ~/.pkcs11/pkcs11.conf
    User module config directory:    ~/.pkcs11/modules
    Load relative module paths from: ${exec_prefix}/lib/pkcs11


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

ac_cv_build=amd64-portbld-freebsd9.9
ac_cv_c_compiler_gnu=yes
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 -frename-registers -march=core2 -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=''
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
ac_cv_env_GTKDOC_DEPS_CFLAGS_set=''
ac_cv_env_GTKDOC_DEPS_CFLAGS_value=''
ac_cv_env_GTKDOC_DEPS_LIBS_set=''
ac_cv_env_GTKDOC_DEPS_LIBS_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBS_set=''
ac_cv_env_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=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=amd64-portbld-freebsd9.9
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_func_dlopen=yes
ac_cv_func_shl_load=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_err_h=yes
ac_cv_header_inttypes_h=yes
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_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_host=amd64-portbld-freebsd9.9
ac_cv_lib_dld_shl_load=no
ac_cv_lib_pthread_pthread_mutex_lock=yes
ac_cv_member_struct_dirent_d_type=yes
ac_cv_objext=o
ac_cv_path_DOLT_BASH=''
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_MSGMERGE=/usr/local/bin/msgmerge
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP=cpp
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_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_dlopen='none required'
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_libname_spec='lib$name'
acl_cv_library_names_spec='$libname$shrext'
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
gt_cv_func_CFLocaleCopyCurrent=no
gt_cv_func_CFPreferencesCopyAppValue=no
lt_cv_ar_at_file=no
lt_cv_archive_cmds_need_lc=no
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_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/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_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_gnu_ld=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/security/p11-kit/work/p11-kit-0.8/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AUTOCONF='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/missing --run automake-1.11'
AWK='nawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -pipe -frename-registers -march=core2 -fno-strict-aliasing -g 		-Wall -Wstrict-prototypes -Wmissing-declarations 		-Wmissing-prototypes -Wnested-externs -Wpointer-arith 		-Wdeclaration-after-statement -Wformat=2 -Winit-self 		-Waggregate-return -Wno-missing-format-attribute -Wmissing-include-dirs -Wundef'
CPP='cpp'
CPPFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_GTK_DOC_FALSE=''
ENABLE_GTK_DOC_TRUE='#'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GCOV=''
GENHTML=''
GETTEXT_MACRO_VERSION='0.18'
GMSGFMT='/usr/local/bin/msgfmt'
GMSGFMT_015='/usr/local/bin/msgfmt'
GREP='/usr/bin/grep'
GTKDOC_CHECK=''
GTKDOC_DEPS_CFLAGS=''
GTKDOC_DEPS_LIBS=''
GTKDOC_MKPDF=''
GTKDOC_REBASE='true'
GTK_DOC_BUILD_HTML_FALSE='#'
GTK_DOC_BUILD_HTML_TRUE=''
GTK_DOC_BUILD_PDF_FALSE=''
GTK_DOC_BUILD_PDF_TRUE='#'
GTK_DOC_USE_LIBTOOL_FALSE='#'
GTK_DOC_USE_LIBTOOL_TRUE=''
GTK_DOC_USE_REBASE_FALSE='#'
GTK_DOC_USE_REBASE_TRUE=''
HTML_DIR='${datadir}/gtk-doc/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=''
INTL_MACOSX_LIBS=''
LCOV=''
LD='/usr/bin/ld'
LDFLAGS=''
LIBICONV='/usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib'
LIBINTL=''
LIBOBJS=''
LIBS='-pthread '
LIBTOOL='$(SHELL) /usr/ports/security/p11-kit/work/gnome-libtool'
LIPO=''
LN_S='ln -s'
LTLIBICONV='-L/usr/local/lib -liconv -R/usr/local/lib'
LTLIBINTL=''
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE='#'
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/missing --run makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='./install-sh -c -d'
MSGFMT='/usr/local/bin/msgfmt'
MSGFMT_015='/usr/local/bin/msgfmt'
MSGMERGE='/usr/local/bin/msgmerge'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OS_WIN32_FALSE=''
OS_WIN32_TRUE='#'
OTOOL64=''
OTOOL=''
P11KIT_LT_RELEASE='0:0:0'
PACKAGE='p11-kit'
PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue'
PACKAGE_NAME='p11-kit'
PACKAGE_STRING='p11-kit 0.8'
PACKAGE_TARNAME='p11-kit'
PACKAGE_URL='http://p11-glue.freedesktop.org/p11-kit.html'
PACKAGE_VERSION='0.8'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
POSUB=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
USE_NLS='no'
VERSION='0.8'
WITH_COVERAGE_FALSE=''
WITH_COVERAGE_TRUE='#'
XGETTEXT='/usr/local/bin/xgettext'
XGETTEXT_015='/usr/local/bin/xgettext'
XGETTEXT_EXTRA_OPTIONS=''
ac_ct_AR='ar'
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='amd64-portbld-freebsd9.9'
build_alias='amd64-portbld-freebsd9.9'
build_cpu='amd64'
build_os='freebsd9.9'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='amd64-portbld-freebsd9.9'
host_alias=''
host_cpu='amd64'
host_os='freebsd9.9'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='${SHELL} /usr/ports/security/p11-kit/work/p11-kit-0.8/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='/usr/local/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
p11_module_path='${exec_prefix}/lib/pkcs11'
p11_system_config='${prefix}/etc/pkcs11'
p11_system_config_file='${prefix}/etc/pkcs11/pkcs11.conf'
p11_system_config_modules='${prefix}/etc/pkcs11/modules'
p11_user_config='~/.pkcs11'
p11_user_config_file='~/.pkcs11/pkcs11.conf'
p11_user_config_modules='~/.pkcs11/modules'
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 "p11-kit"
#define PACKAGE_TARNAME "p11-kit"
#define PACKAGE_VERSION "0.8"
#define PACKAGE_STRING "p11-kit 0.8"
#define PACKAGE_BUGREPORT "https://bugs.freedesktop.org/enter_bug.cgi?product=p11-glue"
#define PACKAGE_URL "http://p11-glue.freedesktop.org/p11-kit.html"
#define PACKAGE "p11-kit"
#define VERSION "0.8"
#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 LT_OBJDIR ".libs/"
#define OS_UNIX 1
#define HAVE_LIBPTHREAD 1
#define HAVE_STRUCT_DIRENT_D_TYPE 1
#define HAVE_ERR_H 1
#define WITH_DEBUG 1
#define _DEBUG 1

configure: exit 0


More information about the freebsd-ports mailing list