Date: Sun, 26 Dec 2010 11:11:58 -0500 From: Chris Brennan <xaero@xaerolimit.net> To: freebsd-gnome@freebsd.org, gnome@freebsd.org, FreeBSD Questions <freebsd-questions@freebsd.org> Subject: py26-dbus Message-ID: <AANLkTi=gSJgNM-j86a%2BLeGQKmOAVBujsy4GFMU=rxa8d@mail.gmail.com>
index | next in thread | raw e-mail
[-- Attachment #1 --]
While upgrading python to 2.6.x (by following /usr/src/UPDATING and running
'cd /usr/ports/lang/python && make upgrade-site-packages -DUSE_PORTMASTER')
I get the following error msg from devel/py-dbus. Attached is the config
file from the build-process. I can reproduce this by independently running
make in the portdir (devel/py-dbus). The tree is current as of a few days
ago. I've been getting this error for several weeks now and been unable to
figure it out. /usr/src/UPDATING has nothing specific to py(26)-dbus. Just
Python, which is what I was following.
FreeBSD ziggy.xaerolimit.net 7.3-RELEASE-p3 FreeBSD 7.3-RELEASE-p3 #8: Sun
Oct 2401:53:03 EDT 2010 root@ziggy.xaerolimit.net:/usr/obj/usr/src/sys/ZIGGY
i386
[root@Ziggy [~]# cd /usr/ports/lang/python && make upgrade-site-packages
-DUSE_PORTMASTER
[..]
===> License check disabled, port has not defined LICENSE
===> Extracting for py26-dbus-0.83.2
=> SHA256 Checksum OK for dbus-python-0.83.2.tar.gz.
===> Patching for py26-dbus-0.83.2
===> py26-dbus-0.83.2 depends on file: /usr/local/bin/python2.6 - found
===> py26-dbus-0.83.2 depends on executable: gmake - found
===> py26-dbus-0.83.2 depends on package: libtool>=2.2 - found
===> py26-dbus-0.83.2 depends on shared library: dbus-glib-1.2 - found
===> py26-dbus-0.83.2 depends on shared library: intl - found
===> Configuring for py26-dbus-0.83.2
[..]
checking whether /usr/local/bin/python2.6 version >= 2.4.0... yes
checking for /usr/local/bin/python2.6 version... 2.6
checking for /usr/local/bin/python2.6 platform... freebsd7
checking for /usr/local/bin/python2.6 script directory...
${prefix}/lib/python2.6/site-packages
checking for /usr/local/bin/python2.6 extension module directory...
${exec_prefix}
/lib/python2.6/site-packages
checking for Python headers using /usr/local/bin/python2.6-config
--includes... -I
/usr/local/include/python2.6 -I/usr/local/include/python2.6
checking whether those headers are sufficient... no
configure: error: could not find Python headers
===> Script "configure" failed unexpectedly.
Please run the gnomelogalyzer, available from
"http://www.freebsd.org/gnome/gnomelogalyzer.sh", which will diagnose the
problem and suggest a solution. If - and only if - the gnomelogalyzer cannot
solve the problem, report the build failure to the FreeBSD GNOME team at
gnome@FreeBSD.org, and attach (a)
"/usr/ports/devel/py-dbus/work/dbus-python-0.83.2/config.log", (b) the
output
of the failed make command, and (c) the gnomelogalyzer output. Also, it
might
be a good idea to provide an overview of all packages installed on your
system
(i.e. an `ls /var/db/pkg`). Put your attachment up on any website,
copy-and-paste into http://freebsd-gnome.pastebin.com, or use send-pr(1)
with
the attachment. Try to avoid sending any attachments to the mailing list
(gnome@FreeBSD.org), because attachments sent to FreeBSD mailing lists are
usually discarded by the mailing list software.
*** Error code 1
Stop in /usr/ports/devel/py-dbus.
[root@Ziggy [/usr/ports/devel/py-dbus]#
Of the errror message, this is what stuck out the most for me;
[..]
checking whether those headers are sufficient... no
[..]
This tells me something is missing, but what? How do I figure out what
headers aren't sufficient? Incidentally could this be the cause?
[..]
[root@Ziggy [/usr/ports/lang/python]# lsl
/usr/local/lib/python2.6/site-packages/
total 20
2 drwxr-xr-x 3 root wheel 512B Dec 18 14:55 .
14 drwxr-xr-x 28 root wheel 14K Dec 18 14:45 ..
2 -r--r--r-- 1 root wheel 119B Dec 18 14:44 README
2 drwxr-xr-x 2 root wheel 512B Dec 18 14:55 xcbgen
[root@Ziggy [/usr/ports/lang/python]# lsl
/usr/local/lib/python2.5/site-packages/
total 350
2 drwxr-xr-x 3 root wheel 512B Oct 14 14:47 .
14 drwxr-xr-x 3 root wheel 13K Sep 8 2009 ..
178 -rw-r--r-- 1 root wheel 178K Mar 20 2009 _dbus_bindings.a
2 -rwxr-xr-x 1 root wheel 910B Mar 20 2009 _dbus_bindings.la
130 -rwxr-xr-x 1 root wheel 130K Mar 20 2009 _dbus_bindings.so
6 -rw-r--r-- 1 root wheel 4.5K Mar 20 2009 _dbus_glib_bindings.a
2 -rwxr-xr-x 1 root wheel 1.1K Mar 20 2009 _dbus_glib_bindings.la
8 -rwxr-xr-x 1 root wheel 7.2K Mar 20 2009 _dbus_glib_bindings.so
2 drwxr-xr-x 3 root wheel 1.5K Mar 20 2009 dbus
2 -rw-r--r-- 1 root wheel 33B Mar 20 2009 dbus_bindings.py
2 -rw-r--r-- 1 root wheel 191B Mar 20 2009 dbus_bindings.pyc
2 -rw-r--r-- 1 root wheel 191B Mar 20 2009 dbus_bindings.pyo
[root@Ziggy [/usr/ports/lang/python]#
[..]
If I've missed anything, by all means, let me know and I shall provide it.
P.S. I cross-posted this to 'gnome at' as well as 'freebsd-gnome at' as I
was unsure/unclear if they were the same list or not.
[-- Attachment #2 --]
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by dbus-python configure 0.83.2, which was
generated by GNU Autoconf 2.67. Invocation command line was
$ ./configure --docdir=/usr/local/share/doc/py-dbus --disable-api-docs --disable-html-docs --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.3
## --------- ##
## Platform. ##
## --------- ##
hostname = ziggy.xaerolimit.net
uname -m = i386
uname -r = 7.3-RELEASE-p3
uname -s = FreeBSD
uname -v = FreeBSD 7.3-RELEASE-p3 #8: Sun Oct 24 01:53:03 EDT 2010 root@ziggy.xaerolimit.net:/usr/obj/usr/src/sys/ZIGGY
/usr/bin/uname -p = i386
/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/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /root/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2358: checking for a BSD-compatible install
configure:2426: result: /usr/bin/install -c -o root -g wheel
configure:2437: checking whether build environment is sane
configure:2487: result: yes
configure:2628: checking for a thread-safe mkdir -p
configure:2667: result: ./install-sh -c -d
configure:2680: checking for gawk
configure:2710: result: no
configure:2680: checking for mawk
configure:2710: result: no
configure:2680: checking for nawk
configure:2696: found /usr/bin/nawk
configure:2707: result: nawk
configure:2718: checking whether gmake sets $(MAKE)
configure:2740: result: yes
configure:2825: checking build system type
configure:2839: result: i386-portbld-freebsd7.3
configure:2859: checking host system type
configure:2872: result: i386-portbld-freebsd7.3
configure:2964: checking for style of include used by gmake
configure:2992: result: GNU
configure:3062: checking for gcc
configure:3089: result: cc
configure:3318: checking for C compiler version
configure:3327: 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:3338: $? = 0
configure:3327: cc -v >&5
Using built-in specs.
Target: i386-undermydesk-freebsd
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 4.2.1 20070719 [FreeBSD]
configure:3338: $? = 0
configure:3327: cc -V >&5
cc: '-V' option must have argument
configure:3338: $? = 1
configure:3327: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:3338: $? = 1
configure:3358: checking whether the C compiler works
configure:3380: cc -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3384: $? = 0
configure:3432: result: yes
configure:3435: checking for C compiler default output file name
configure:3437: result: a.out
configure:3443: checking for suffix of executables
configure:3450: cc -o conftest -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3454: $? = 0
configure:3476: result:
configure:3498: checking whether we are cross compiling
configure:3506: cc -o conftest -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3510: $? = 0
configure:3517: ./conftest
configure:3521: $? = 0
configure:3536: result: no
configure:3541: checking for suffix of object files
configure:3563: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3567: $? = 0
configure:3588: result: o
configure:3592: checking whether we are using the GNU C compiler
configure:3611: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3611: $? = 0
configure:3620: result: yes
configure:3629: checking whether cc accepts -g
configure:3649: cc -c -g -I/usr/local/include/python2.6 conftest.c >&5
configure:3649: $? = 0
configure:3690: result: yes
configure:3707: checking for cc option to accept ISO C89
configure:3771: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:3771: $? = 0
configure:3784: result: none needed
configure:3806: checking dependency style of cc
configure:3916: result: gcc3
configure:3931: checking for a sed that does not truncate output
configure:3995: result: /usr/local/bin/gsed
configure:4013: checking for grep that handles long lines and -e
configure:4071: result: /usr/bin/grep
configure:4076: checking for egrep
configure:4138: result: /usr/bin/grep -E
configure:4143: checking for fgrep
configure:4205: result: /usr/bin/grep -F
configure:4240: checking for ld used by cc
configure:4307: result: /usr/bin/ld
configure:4314: checking if the linker (/usr/bin/ld) is GNU ld
configure:4329: result: yes
configure:4341: checking for BSD- or MS-compatible name lister (nm)
configure:4390: result: /usr/bin/nm -B
configure:4508: checking the name lister (/usr/bin/nm -B) interface
configure:4515: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:4518: /usr/bin/nm -B "conftest.o"
configure:4521: output
00000000 B some_variable
configure:4528: result: BSD nm
configure:4531: checking whether ln -s works
configure:4535: result: yes
configure:4543: checking the maximum length of command line arguments
configure:4663: result: 262144
configure:4680: checking whether the shell understands some XSI constructs
configure:4690: result: yes
configure:4694: checking whether the shell understands "+="
configure:4700: result: no
configure:4735: checking for /usr/bin/ld option to reload object files
configure:4742: result: -r
configure:4811: checking for objdump
configure:4827: found /usr/bin/objdump
configure:4838: result: objdump
configure:4870: checking how to recognize dependent libraries
configure:5066: result: pass_all
configure:5126: checking for ar
configure:5142: found /usr/bin/ar
configure:5153: result: ar
configure:5231: checking for strip
configure:5247: found /usr/bin/strip
configure:5258: result: strip
configure:5330: checking for ranlib
configure:5346: found /usr/bin/ranlib
configure:5357: result: ranlib
configure:5447: checking command to parse /usr/bin/nm -B output from cc object
configure:5565: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:5568: $? = 0
configure:5572: /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:5575: $? = 0
configure:5629: cc -o conftest -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c conftstm.o >&5
configure:5632: $? = 0
configure:5670: result: ok
configure:6479: checking how to run the C preprocessor
configure:6549: result: cpp
configure:6569: cpp -I/usr/local/include/python2.6 conftest.c
configure:6569: $? = 0
configure:6583: cpp -I/usr/local/include/python2.6 conftest.c
conftest.c:14:28: error: ac_nonexistent.h: No such file or directory
configure:6583: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dbus-python"
| #define PACKAGE_TARNAME "dbus-python"
| #define PACKAGE_VERSION "0.83.2"
| #define PACKAGE_STRING "dbus-python 0.83.2"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=python"
| #define PACKAGE_URL ""
| #define DBUS_PYTHON_MAJOR_VERSION 0
| #define DBUS_PYTHON_MINOR_VERSION 83
| #define DBUS_PYTHON_MICRO_VERSION 2
| #define PACKAGE "dbus-python"
| #define VERSION "0.83.2"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6612: checking for ANSI C header files
configure:6632: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6632: $? = 0
configure:6705: cc -o conftest -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6705: $? = 0
configure:6705: ./conftest
configure:6705: $? = 0
configure:6716: result: yes
configure:6729: checking for sys/types.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for sys/stat.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for stdlib.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for string.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for memory.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for strings.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for inttypes.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for stdint.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6729: checking for unistd.h
configure:6729: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6729: $? = 0
configure:6729: result: yes
configure:6743: checking for dlfcn.h
configure:6743: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:6743: $? = 0
configure:6743: result: yes
configure:6897: checking for objdir
configure:6912: result: .libs
configure:7208: checking if cc supports -fno-rtti -fno-exceptions
configure:7226: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 -fno-rtti -fno-exceptions conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:7230: $? = 0
configure:7243: result: no
configure:7263: checking for cc option to produce PIC
configure:7535: result: -fPIC -DPIC
configure:7547: checking if cc PIC flag -fPIC -DPIC works
configure:7565: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 -fPIC -DPIC -DPIC conftest.c >&5
configure:7569: $? = 0
configure:7582: result: yes
configure:7606: checking if cc static flag -static works
configure:7634: result: yes
configure:7649: checking if cc supports -c -o file.o
configure:7670: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 -o out/conftest2.o conftest.c >&5
configure:7674: $? = 0
configure:7696: result: yes
configure:7704: checking if cc supports -c -o file.o
configure:7751: result: yes
configure:7784: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:8775: result: yes
configure:8812: checking whether -lc should be explicitly linked in
configure:8817: cc -c -O2 -pipe -fno-strict-aliasing -march=native -I/usr/local/include/python2.6 conftest.c >&5
configure:8820: $? = 0
configure:8835: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:8838: $? = 0
configure:8850: result: no
configure:9014: checking dynamic linker characteristics
configure:9677: result: freebsd7.3 ld.so
configure:9779: checking how to hardcode library paths into programs
configure:9804: result: immediate
configure:10324: checking whether stripping libraries is possible
configure:10329: result: yes
configure:10364: checking if libtool supports shared libraries
configure:10366: result: yes
configure:10369: checking whether to build shared libraries
configure:10390: result: yes
configure:10393: checking whether to build static libraries
configure:10397: result: no
configure:10436: checking whether cc understands -c and -o together
configure:10464: cc -c conftest.c -o conftest2.o >&5
configure:10468: $? = 0
configure:10474: cc -c conftest.c -o conftest2.o >&5
configure:10478: $? = 0
configure:10533: result: yes
configure:10565: checking whether /usr/local/bin/python2.6 version >= 2.4.0
configure:10576: /usr/local/bin/python2.6 -c import sys # split strings by '.' and convert to numeric. Append some zeros # because we need at least 4 digits for the hex conversion. # map returns an iterator in Python 3.0 and a list in 2.x minver = list(map(int, '2.4.0'.split('.'))) + [0, 0, 0] minverhex = 0 # xrange is not present in Python 3.0 and range returns an iterator for i in list(range(0, 4)): minverhex = (minverhex << 8) + minver[i] sys.exit(sys.hexversion < minverhex)
configure:10579: $? = 0
configure:10581: result: yes
configure:10672: checking for /usr/local/bin/python2.6 version
configure:10679: result: 2.6
configure:10691: checking for /usr/local/bin/python2.6 platform
configure:10698: result: freebsd7
configure:10705: checking for /usr/local/bin/python2.6 script directory
configure:10734: result: ${prefix}/lib/python2.6/site-packages
configure:10743: checking for /usr/local/bin/python2.6 extension module directory
configure:10772: result: ${exec_prefix}/lib/python2.6/site-packages
configure:10788: checking for Python headers using /usr/local/bin/python2.6-config --includes
configure:10792: result: -I/usr/local/include/python2.6 -I/usr/local/include/python2.6
configure:10809: checking whether those headers are sufficient
configure:10818: cpp -I/usr/local/include/python2.6 -I/usr/local/include/python2.6 -I/usr/local/include/python2.6 conftest.c
In file included from conftest.c:26:
/usr/local/include/python2.6/Python.h:163:17: error: pth.h: No such file or directory
configure:10818: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "dbus-python"
| #define PACKAGE_TARNAME "dbus-python"
| #define PACKAGE_VERSION "0.83.2"
| #define PACKAGE_STRING "dbus-python 0.83.2"
| #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=python"
| #define PACKAGE_URL ""
| #define DBUS_PYTHON_MAJOR_VERSION 0
| #define DBUS_PYTHON_MINOR_VERSION 83
| #define DBUS_PYTHON_MICRO_VERSION 2
| #define PACKAGE "dbus-python"
| #define VERSION "0.83.2"
| #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 <Python.h>
configure:10823: result: no
configure:10825: error: could not find Python headers
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-portbld-freebsd7.3
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 -fno-strict-aliasing -march=native'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include/python2.6
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
ac_cv_env_DBUS_CFLAGS_set=''
ac_cv_env_DBUS_CFLAGS_value=''
ac_cv_env_DBUS_GLIB_CFLAGS_set=''
ac_cv_env_DBUS_GLIB_CFLAGS_value=''
ac_cv_env_DBUS_GLIB_LIBS_set=''
ac_cv_env_DBUS_GLIB_LIBS_value=''
ac_cv_env_DBUS_LIBS_set=''
ac_cv_env_DBUS_LIBS_value=''
ac_cv_env_LDFLAGS_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=i386-portbld-freebsd7.3
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=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=i386-portbld-freebsd7.3
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SED=/usr/local/bin/gsed
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_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_gmake_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_python_platform=freebsd7
am_cv_python_pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
am_cv_python_pythondir='${prefix}/lib/python2.6/site-packages'
am_cv_python_version=2.6
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_NM='/usr/bin/nm -B'
lt_cv_prog_compiler_c_o=yes
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_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\", (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
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run aclocal-1.11'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='1'
AR='ar'
AUTOCONF='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run automake-1.11'
AWK='nawk'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -pipe -fno-strict-aliasing -march=native'
CPP='cpp'
CPPFLAGS='-I/usr/local/include/python2.6 -I/usr/local/include/python2.6 -I/usr/local/include/python2.6'
CYGPATH_W='echo'
DBUS_CFLAGS=''
DBUS_GLIB_CFLAGS=''
DBUS_GLIB_LIBS=''
DBUS_LIBS=''
DBUS_PYTHON_MAJOR_VERSION='0'
DBUS_PYTHON_MICRO_VERSION='2'
DBUS_PYTHON_MINOR_VERSION='83'
DEFS=''
DEPDIR='.deps'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_API_DOCS_FALSE=''
ENABLE_API_DOCS_TRUE=''
ENABLE_DOCS_FALSE=''
ENABLE_DOCS_TRUE=''
EPYDOC=''
EXEEXT=''
FGREP='/usr/bin/grep -F'
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) /usr/local/bin/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAKEINFO='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='dbus-python'
PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=python'
PACKAGE_NAME='dbus-python'
PACKAGE_STRING='dbus-python 0.83.2'
PACKAGE_TARNAME='dbus-python'
PACKAGE_URL=''
PACKAGE_VERSION='0.83.2'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PKG_CONFIG_LIBDIR=''
PKG_CONFIG_PATH=''
PLATFORM=''
PYTHON='/usr/local/bin/python2.6'
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_INCLUDES='-I/usr/local/include/python2.6 -I/usr/local/include/python2.6'
PYTHON_LIBS=''
PYTHON_PLATFORM='freebsd7'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.6'
RANLIB='ranlib'
RST2HTML=''
RST2HTMLFLAGS=''
SED='/usr/local/bin/gsed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VERSION='0.83.2'
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='i386-portbld-freebsd7.3'
build_alias='i386-portbld-freebsd7.3'
build_cpu='i386'
build_os='freebsd7.3'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='/usr/local/share/doc/py-dbus'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-portbld-freebsd7.3'
host_alias=''
host_cpu='i386'
host_os='freebsd7.3'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='${SHELL} /usr/ports/devel/py-dbus/work/dbus-python-0.83.2/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='/usr/local/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/dbus-python'
pkgpythondir='${pythondir}/dbus-python'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir='${exec_prefix}/lib/python2.6/site-packages'
pythondir='${prefix}/lib/python2.6/site-packages'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''
## ----------- ##
## confdefs.h. ##
## ----------- ##
/* confdefs.h */
#define PACKAGE_NAME "dbus-python"
#define PACKAGE_TARNAME "dbus-python"
#define PACKAGE_VERSION "0.83.2"
#define PACKAGE_STRING "dbus-python 0.83.2"
#define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=dbus&component=python"
#define PACKAGE_URL ""
#define DBUS_PYTHON_MAJOR_VERSION 0
#define DBUS_PYTHON_MINOR_VERSION 83
#define DBUS_PYTHON_MICRO_VERSION 2
#define PACKAGE "dbus-python"
#define VERSION "0.83.2"
#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/"
configure: exit 1
home |
help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?AANLkTi=gSJgNM-j86a%2BLeGQKmOAVBujsy4GFMU=rxa8d>
