Date: Thu, 21 Oct 2010 02:52:02 +1030 From: David Shar <david.shar@internode.on.net> To: <multimedia@FreeBSD.org> Subject: Python headers Message-ID: <41192.1287591722@internode.on.net>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I've experienced this error while configuring py26-gstreamer-0.10.19
with 'portsmaster -a'
Here is the terminal log -
[code]
checking for a BSD-compatible install... /usr/bin/install -c -o root
-g wheel
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether gmake sets $(MAKE)... yes
checking nano version... 0 (release)
checking whether to enable maintainer-specific portions of
Makefiles... no
checking build system type... i386-portbld-freebsd8.1
checking host system type... i386-portbld-freebsd8.1
checking how to print strings... print: not found
printf
checking for style of include used by gmake... GNU
checking for gcc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... (cached)
262144
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... no
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from cc object... ok
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC -DPIC
checking if cc PIC flag -fPIC -DPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking if cc supports -c -o file.o... (cached) yes
checking whether the cc linker (/usr/bin/ld) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... freebsd8.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for gcc... (cached) cc
checking whether we are using the GNU C compiler... (cached) yes
checking whether cc accepts -g... (cached) yes
checking for cc option to accept ISO C89... (cached) none needed
checking dependency style of cc... (cached) gcc3
checking whether cc understands -c and -o together... yes
checking for python version... 2.6
checking for python platform... freebsd8
checking for python script directory...
${prefix}/lib/python2.6/site-packages
checking for python extension module directory...
${exec_prefix}/lib/python2.6/site-packages
checking for python >= 2.3... okay
checking for headers required to compile python extensions... not
found
configure: error: could not find Python headers
===> Script "configure" failed unexpectedly.
Please report the problem to multimedia@FreeBSD.org [maintainer] and
attach
the
"/usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/config.log"
including the output of the failure of your make command. Also, it
might be
a good idea to provide an overview of all packages installed on your
system
(e.g. an `ls /var/db/pkg`).
*** Error code 1
Stop in /usr/ports/multimedia/py-gstreamer.
===>>> make failed for multimedia/py-gstreamer
===>>> Aborting update
===>>> Update for py26-gstreamer-0.10.18 failed
===>>> Aborting update
===>>> Update for farsight2-0.0.19_1 failed
===>>> Aborting update
[/code]
Enclosed please find
'/usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/config.log'
and installed packages list.
Best,
David
[-- 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 GStreamer Python Bindings configure 0.10.19, which was
generated by GNU Autoconf 2.65. Invocation command line was
$ ./configure --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd8.1
## --------- ##
## Platform. ##
## --------- ##
hostname = FBSD.freebsd.org
uname -m = i386
uname -r = 8.1-RELEASE
uname -s = FreeBSD
uname -v = FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 2010 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC
/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: /bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/local/bin
PATH: /usr/local/sbin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2295: checking for a BSD-compatible install
configure:2363: result: /usr/bin/install -c -o root -g wheel
configure:2374: checking whether build environment is sane
configure:2424: result: yes
configure:2565: checking for a thread-safe mkdir -p
configure:2604: result: ./install-sh -c -d
configure:2617: checking for gawk
configure:2647: result: no
configure:2617: checking for mawk
configure:2647: result: no
configure:2617: checking for nawk
configure:2633: found /usr/bin/nawk
configure:2644: result: nawk
configure:2655: checking whether gmake sets $(MAKE)
configure:2677: result: yes
configure:2769: checking nano version
configure:2775: result: 0 (release)
configure:2801: checking whether to enable maintainer-specific portions of Makefiles
configure:2810: result: no
configure:2914: checking build system type
configure:2928: result: i386-portbld-freebsd8.1
configure:2948: checking host system type
configure:2961: result: i386-portbld-freebsd8.1
configure:3330: checking how to print strings
configure:3357: result: printf
configure:3390: checking for style of include used by gmake
configure:3418: result: GNU
configure:3488: checking for gcc
configure:3515: result: cc
configure:3744: checking for C compiler version
configure:3753: 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:3764: $? = 0
configure:3753: 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:3764: $? = 0
configure:3753: cc -V >&5
cc: '-V' option must have argument
configure:3764: $? = 1
configure:3753: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:3764: $? = 1
configure:3784: checking whether the C compiler works
configure:3806: cc -O2 -pipe -fno-strict-aliasing -I/usr/local/include -L/usr/local -pthread conftest.c >&5
configure:3810: $? = 0
configure:3859: result: yes
configure:3862: checking for C compiler default output file name
configure:3864: result: a.out
configure:3870: checking for suffix of executables
configure:3877: cc -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include -L/usr/local -pthread conftest.c >&5
configure:3881: $? = 0
configure:3903: result:
configure:3925: checking whether we are cross compiling
configure:3933: cc -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include -L/usr/local -pthread conftest.c >&5
configure:3937: $? = 0
configure:3944: ./conftest
configure:3948: $? = 0
configure:3963: result: no
configure:3968: checking for suffix of object files
configure:3990: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:3994: $? = 0
configure:4015: result: o
configure:4019: checking whether we are using the GNU C compiler
configure:4038: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:4038: $? = 0
configure:4047: result: yes
configure:4056: checking whether cc accepts -g
configure:4076: cc -c -g -I/usr/local/include conftest.c >&5
configure:4076: $? = 0
configure:4117: result: yes
configure:4134: checking for cc option to accept ISO C89
configure:4198: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:4198: $? = 0
configure:4211: result: none needed
configure:4233: checking dependency style of cc
configure:4343: result: gcc3
configure:4358: checking for a sed that does not truncate output
configure:4422: result: /usr/bin/sed
configure:4440: checking for grep that handles long lines and -e
configure:4498: result: /usr/bin/grep
configure:4503: checking for egrep
configure:4565: result: /usr/bin/grep -E
configure:4570: checking for fgrep
configure:4632: result: /usr/bin/grep -F
configure:4667: checking for ld used by cc
configure:4734: result: /usr/bin/ld
configure:4741: checking if the linker (/usr/bin/ld) is GNU ld
configure:4756: result: yes
configure:4768: checking for BSD- or MS-compatible name lister (nm)
configure:4817: result: /usr/bin/nm -B
configure:4947: checking the name lister (/usr/bin/nm -B) interface
configure:4954: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:4957: /usr/bin/nm -B "conftest.o"
configure:4960: output
00000000 B some_variable
configure:4967: result: BSD nm
configure:4970: checking whether ln -s works
configure:4974: result: yes
configure:4982: checking the maximum length of command line arguments
configure:5107: result: 262144
configure:5124: checking whether the shell understands some XSI constructs
configure:5134: result: yes
configure:5138: checking whether the shell understands "+="
configure:5144: result: no
configure:5179: checking for /usr/bin/ld option to reload object files
configure:5186: result: -r
configure:5255: checking for objdump
configure:5282: result: objdump
configure:5311: checking how to recognize dependent libraries
configure:5513: result: pass_all
configure:5573: checking for ar
configure:5589: found /usr/bin/ar
configure:5600: result: ar
configure:5678: checking for strip
configure:5694: found /usr/bin/strip
configure:5705: result: strip
configure:5777: checking for ranlib
configure:5793: found /usr/bin/ranlib
configure:5804: result: ranlib
configure:5906: checking command to parse /usr/bin/nm -B output from cc object
configure:6024: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:6027: $? = 0
configure:6031: /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:6034: $? = 0
configure:6088: cc -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include -L/usr/local -pthread conftest.c conftstm.o >&5
configure:6091: $? = 0
configure:6129: result: ok
configure:6970: checking how to run the C preprocessor
configure:7001: cc -E -I/usr/local/include conftest.c
configure:7001: $? = 0
configure:7015: cc -E -I/usr/local/include conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:7015: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Python Bindings"
| #define PACKAGE_TARNAME "gst-python"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Python Bindings 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-python"
| #define VERSION "0.10.19"
| #define PYGST_MAJOR_VERSION 0
| #define PYGST_MINOR_VERSION 10
| #define PYGST_MICRO_VERSION 19
| #define PYGST_NANO_VERSION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7040: result: cc -E
configure:7060: cc -E -I/usr/local/include conftest.c
configure:7060: $? = 0
configure:7074: cc -E -I/usr/local/include conftest.c
conftest.c:15:28: error: ac_nonexistent.h: No such file or directory
configure:7074: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Python Bindings"
| #define PACKAGE_TARNAME "gst-python"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Python Bindings 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-python"
| #define VERSION "0.10.19"
| #define PYGST_MAJOR_VERSION 0
| #define PYGST_MINOR_VERSION 10
| #define PYGST_MICRO_VERSION 19
| #define PYGST_NANO_VERSION 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7103: checking for ANSI C header files
configure:7123: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7123: $? = 0
configure:7196: cc -o conftest -O2 -pipe -fno-strict-aliasing -I/usr/local/include -L/usr/local -pthread conftest.c >&5
configure:7196: $? = 0
configure:7196: ./conftest
configure:7196: $? = 0
configure:7207: result: yes
configure:7220: checking for sys/types.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for sys/stat.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for stdlib.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for string.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for memory.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for strings.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for inttypes.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for stdint.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7220: checking for unistd.h
configure:7220: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7220: $? = 0
configure:7220: result: yes
configure:7235: checking for dlfcn.h
configure:7235: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7235: $? = 0
configure:7235: result: yes
configure:7390: checking for objdir
configure:7405: result: .libs
configure:7676: checking if cc supports -fno-rtti -fno-exceptions
configure:7694: 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:7698: $? = 0
configure:7711: result: no
configure:7731: checking for cc option to produce PIC
configure:8016: result: -fPIC -DPIC
configure:8028: checking if cc PIC flag -fPIC -DPIC works
configure:8046: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5
configure:8050: $? = 0
configure:8063: result: yes
configure:8087: checking if cc static flag -static works
configure:8115: result: yes
configure:8130: checking if cc supports -c -o file.o
configure:8151: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include -o out/conftest2.o conftest.c >&5
configure:8155: $? = 0
configure:8177: result: yes
configure:8185: checking if cc supports -c -o file.o
configure:8232: result: yes
configure:8265: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:9340: result: yes
configure:9377: checking whether -lc should be explicitly linked in
configure:9385: cc -c -O2 -pipe -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:9388: $? = 0
configure:9403: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9406: $? = 0
configure:9420: result: no
configure:9585: checking dynamic linker characteristics
configure:10275: result: freebsd8.1 ld.so
configure:10382: checking how to hardcode library paths into programs
configure:10407: result: immediate
configure:10947: checking whether stripping libraries is possible
configure:10952: result: yes
configure:10987: checking if libtool supports shared libraries
configure:10989: result: yes
configure:10992: checking whether to build shared libraries
configure:11013: result: yes
configure:11016: checking whether to build static libraries
configure:11020: result: no
configure:11104: checking for gcc
configure:11131: result: cc
configure:11360: checking for C compiler version
configure:11369: 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:11380: $? = 0
configure:11369: 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:11380: $? = 0
configure:11369: cc -V >&5
cc: '-V' option must have argument
configure:11380: $? = 1
configure:11369: cc -qversion >&5
cc: unrecognized option '-qversion'
cc: No input files specified
configure:11380: $? = 1
configure:11384: checking whether we are using the GNU C compiler
configure:11412: result: yes
configure:11421: checking whether cc accepts -g
configure:11482: result: yes
configure:11499: checking for cc option to accept ISO C89
configure:11576: result: none needed
configure:11598: checking dependency style of cc
configure:11708: result: gcc3
configure:11728: checking whether cc understands -c and -o together
configure:11756: cc -c conftest.c -o conftest2.o >&5
configure:11760: $? = 0
configure:11766: cc -c conftest.c -o conftest2.o >&5
configure:11770: $? = 0
configure:11825: result: yes
configure:12035: checking for python version
configure:12042: result: 2.6
configure:12054: checking for python platform
configure:12061: result: freebsd8
configure:12068: checking for python script directory
configure:12097: result: ${prefix}/lib/python2.6/site-packages
configure:12106: checking for python extension module directory
configure:12135: result: ${exec_prefix}/lib/python2.6/site-packages
configure:12148: checking for python >= 2.3
configure:12159: result: okay
configure:12165: checking for headers required to compile python extensions
configure:12184: cc -E -I/usr/local/include -I/usr/local/include/python2.6 -I/usr/local/include/python2.6 conftest.c
In file included from conftest.c:27:
/usr/local/include/python2.6/Python.h:163:17: error: pth.h: No such file or directory
configure:12184: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "GStreamer Python Bindings"
| #define PACKAGE_TARNAME "gst-python"
| #define PACKAGE_VERSION "0.10.19"
| #define PACKAGE_STRING "GStreamer Python Bindings 0.10.19"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
| #define PACKAGE_URL ""
| #define PACKAGE "gst-python"
| #define VERSION "0.10.19"
| #define PYGST_MAJOR_VERSION 0
| #define PYGST_MINOR_VERSION 10
| #define PYGST_MICRO_VERSION 19
| #define PYGST_NANO_VERSION 0
| #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:12189: result: not found
configure:12191: error: could not find Python headers
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-portbld-freebsd8.1
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'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value='-I/usr/local/include '
ac_cv_env_CPP_set=''
ac_cv_env_CPP_value=''
ac_cv_env_GST_BASE_CFLAGS_set=''
ac_cv_env_GST_BASE_CFLAGS_value=''
ac_cv_env_GST_BASE_LIBS_set=''
ac_cv_env_GST_BASE_LIBS_value=''
ac_cv_env_GST_CFLAGS_set=''
ac_cv_env_GST_CFLAGS_value=''
ac_cv_env_GST_CONTROLLER_CFLAGS_set=''
ac_cv_env_GST_CONTROLLER_CFLAGS_value=''
ac_cv_env_GST_CONTROLLER_LIBS_set=''
ac_cv_env_GST_CONTROLLER_LIBS_value=''
ac_cv_env_GST_DP_CFLAGS_set=''
ac_cv_env_GST_DP_CFLAGS_value=''
ac_cv_env_GST_DP_LIBS_set=''
ac_cv_env_GST_DP_LIBS_value=''
ac_cv_env_GST_LIBS_set=''
ac_cv_env_GST_LIBS_value=''
ac_cv_env_GST_NET_CFLAGS_set=''
ac_cv_env_GST_NET_CFLAGS_value=''
ac_cv_env_GST_NET_LIBS_set=''
ac_cv_env_GST_NET_LIBS_value=''
ac_cv_env_GST_PLUGINS_BASE_CFLAGS_set=''
ac_cv_env_GST_PLUGINS_BASE_CFLAGS_value=''
ac_cv_env_GST_PLUGINS_BASE_LIBS_set=''
ac_cv_env_GST_PLUGINS_BASE_LIBS_value=''
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-L/usr/local -pthread'
ac_cv_env_LIBS_set=''
ac_cv_env_LIBS_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_PYGOBJECT_2_12_CFLAGS_set=''
ac_cv_env_PYGOBJECT_2_12_CFLAGS_value=''
ac_cv_env_PYGOBJECT_2_12_LIBS_set=''
ac_cv_env_PYGOBJECT_2_12_LIBS_value=''
ac_cv_env_PYGOBJECT_2_16_CFLAGS_set=''
ac_cv_env_PYGOBJECT_2_16_CFLAGS_value=''
ac_cv_env_PYGOBJECT_2_16_LIBS_set=''
ac_cv_env_PYGOBJECT_2_16_LIBS_value=''
ac_cv_env_PYGOBJECT_CFLAGS_set=''
ac_cv_env_PYGOBJECT_CFLAGS_value=''
ac_cv_env_PYGOBJECT_LIBS_set=''
ac_cv_env_PYGOBJECT_LIBS_value=''
ac_cv_env_PYGTK_CFLAGS_set=''
ac_cv_env_PYGTK_CFLAGS_value=''
ac_cv_env_PYGTK_LIBS_set=''
ac_cv_env_PYGTK_LIBS_value=''
ac_cv_env_VALGRIND_CFLAGS_set=''
ac_cv_env_VALGRIND_CFLAGS_value=''
ac_cv_env_VALGRIND_LIBS_set=''
ac_cv_env_VALGRIND_LIBS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd8.1
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-freebsd8.1
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/bin/sed
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP='cc -E'
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=freebsd8
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_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_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/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run aclocal-1.11'
ACLOCAL_AMFLAGS='-I m4 -I common/m4'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run tar'
AM_BACKSLASH='\'
AM_DEFAULT_VERBOSITY='0'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run automake-1.11'
AWK='nawk'
CC='cc'
CCASFLAGS=''
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -pipe -fno-strict-aliasing'
CPP='cc -E'
CPPFLAGS='-I/usr/local/include -I/usr/local/include/python2.6 -I/usr/local/include/python2.6'
CXXFLAGS='-O2 -pipe -fno-strict-aliasing'
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DLLTOOL='dlltool'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ERROR_CFLAGS=''
EXEEXT=''
FFLAGS=''
FGREP='/usr/bin/grep -F'
GCOV=''
GCOV_CFLAGS=''
GCOV_LIBS=''
GLIB_REQ='2.8.0'
GREP='/usr/bin/grep'
GSTPB_REQ='0.10.18'
GST_BASE_CFLAGS=''
GST_BASE_LIBS=''
GST_CFLAGS=''
GST_CONTROLLER_CFLAGS=''
GST_CONTROLLER_LIBS=''
GST_DISABLE_ALLOC_TRACE=''
GST_DISABLE_GST_DEBUG=''
GST_DISABLE_LOADSAVE=''
GST_DISABLE_PARSE=''
GST_DISABLE_PLUGIN=''
GST_DISABLE_REGISTRY=''
GST_DISABLE_TRACE=''
GST_DISABLE_XML=''
GST_DP_CFLAGS=''
GST_DP_LIBS=''
GST_GCOV_ENABLED_FALSE=''
GST_GCOV_ENABLED_TRUE='#'
GST_LIBS=''
GST_MAJORMINOR=''
GST_NET_CFLAGS=''
GST_NET_LIBS=''
GST_OPTION_CFLAGS=''
GST_OPTION_LIBS=''
GST_PLUGINS_BASE_CFLAGS=''
GST_PLUGINS_BASE_LIBS=''
GST_REQ='0.10.18'
GTK_REQ='2.6.0'
HAVE_GST_AUDIO_FALSE=''
HAVE_GST_AUDIO_TRUE=''
HAVE_GST_TAG_FALSE=''
HAVE_GST_TAG_TRUE=''
HAVE_GST_VIDEO_FALSE=''
HAVE_GST_VIDEO_TRUE=''
HAVE_PYGOBJECT_2_16_FALSE=''
HAVE_PYGOBJECT_2_16_TRUE=''
HAVE_VALGRIND_FALSE=''
HAVE_VALGRIND_TRUE=''
IGNORE_GST_0_10_20=''
IGNORE_GST_0_10_21=''
IGNORE_GST_0_10_22=''
IGNORE_GST_0_10_23=''
IGNORE_GST_0_10_24=''
IGNORE_GST_0_10_25=''
IGNORE_GST_0_10_26=''
IGNORE_GST_0_10_29=''
IGNORE_GST_0_10_30=''
IGNORE_GST_LOADSAVE=''
IGNORE_GST_PB_0_10_23=''
IGNORE_GST_PB_0_10_25=''
IGNORE_GST_PB_0_10_26=''
IGNORE_GST_PB_0_10_29=''
IGNORE_GST_PB_0_10_30=''
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='-L/usr/local -pthread'
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OTOOL64=''
OTOOL=''
PACKAGE='gst-python'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer'
PACKAGE_NAME='GStreamer Python Bindings'
PACKAGE_STRING='GStreamer Python Bindings 0.10.19'
PACKAGE_TARNAME='gst-python'
PACKAGE_URL=''
PACKAGE_VERSION='0.10.19'
PACKAGE_VERSION_MAJOR='0'
PACKAGE_VERSION_MICRO='19'
PACKAGE_VERSION_MINOR='10'
PACKAGE_VERSION_NANO='0'
PACKAGE_VERSION_RELEASE='1'
PATH_SEPARATOR=':'
PKG_CONFIG=''
PLUGINDIR=''
PYEXECDIR=''
PYGOBJECT_2_12_CFLAGS=''
PYGOBJECT_2_12_LIBS=''
PYGOBJECT_2_16_CFLAGS=''
PYGOBJECT_2_16_LIBS=''
PYGOBJECT_CFLAGS=''
PYGOBJECT_LIBS=''
PYGOBJECT_REQ='2.11.2'
PYGTK_CFLAGS=''
PYGTK_LIBS=''
PYGTK_REQ='2.6.3'
PYTHON='/usr/local/bin/python2.6'
PYTHONDIR=''
PYTHON_EXEC_PREFIX='${exec_prefix}'
PYTHON_INCLUDES='-I/usr/local/include/python2.6 -I/usr/local/include/python2.6'
PYTHON_LIBS=''
PYTHON_LIB_LOC=''
PYTHON_PLATFORM='freebsd8'
PYTHON_PREFIX='${prefix}'
PYTHON_VERSION='2.6'
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
VALGRIND_CFLAGS=''
VALGRIND_LIBS=''
VALGRIND_PATH=''
VERSION='0.10.19'
WARNING_CFLAGS=''
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-freebsd8.1'
build_alias='i386-portbld-freebsd8.1'
build_cpu='i386'
build_os='freebsd8.1'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-portbld-freebsd8.1'
host_alias=''
host_cpu='i386'
host_os='freebsd8.1'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='${SHELL} /usr/ports/multimedia/py-gstreamer/work/gst-python-0.10.19/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'
pdfdir='${docdir}'
pkgpyexecdir='${pyexecdir}/gst-python'
pkgpythondir='${pythondir}/gst-python'
plugindir=''
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 "GStreamer Python Bindings"
#define PACKAGE_TARNAME "gst-python"
#define PACKAGE_VERSION "0.10.19"
#define PACKAGE_STRING "GStreamer Python Bindings 0.10.19"
#define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=GStreamer"
#define PACKAGE_URL ""
#define PACKAGE "gst-python"
#define VERSION "0.10.19"
#define PYGST_MAJOR_VERSION 0
#define PYGST_MINOR_VERSION 10
#define PYGST_MICRO_VERSION 19
#define PYGST_NANO_VERSION 0
#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
[-- Attachment #3 --]
ls /var/db/pkg
OpenEXR-1.6.1_2 libglade2-2.6.4_3
aalib-1.4.r5_5 libglut-7.4.4
adobe-cmaps-20051217_1 libgpg-error-1.8
amspsfnt-1.0_5 libgphoto2-2.4.9.1
appres-1.0.2 libical-0.44
apr-devrandom-gdbm-db42-1.4.2.1.3.10 libiconv-1.13.1_1
aspell-0.60.6_3 libid3tag-0.15.1b
atk-1.30.0_1 libidn-1.16
attica-0.1.4,1 libiodbc-3.52.7
autoconf-2.68 libkate-0.3.7_1
autoconf-wrapper-20071109 libksba-1.0.7
automake-1.11.1 libltdl-2.2.10
automake-wrapper-20071109 libmad-0.15.1b_2
automoc4-0.9.88_1 libmng-1.0.10_2
avahi-app-0.6.27_2 libmodplug-0.8.8.1
bash-4.1.7_2 libmsn-4.1
bigreqsproto-1.1.0 libmusicbrainz-2.1.5
bison-2.4.3,1 libnice-0.0.12_1
bitmap-1.0.4 libnova-0.13.0
bitstream-vera-1.10_4 libofa-0.9.3_4
boost-jam-1.43.0 libogg-1.2.0,4
boost-libs-1.43.0_1 liboil-0.3.17
boost-python-libs-1.43.0 liboldX-1.0.1
c-ares-config-1.7.2 libotr-3.2.0_1
ca_root_nss-3.12.6 libpaper-1.1.24
cairo-1.8.10_1,1 libpciaccess-0.11.0
cdparanoia-3.9.8_8 libpthread-stubs-0.3_3
cfitsio-3.100_1 libqalculate-0.9.7_1
chmlib-0.40 libsigsegv-2.8
cln-1.3.1_1 libspectre-0.2.5
clucene-0.9.21 libssh-0.4.6
cm-super-0.3.4_3 libssh2-1.2.7,2
cmake-2.8.2 libtheora-1.1.1_2
cmpsfont-1.0_6 libtool-2.2.10
compat7x-i386-7.3.703000.201008 libtunepimp-0.5.3_6,1
compositeproto-0.4.1 libungif-4.1.4_5
consolekit-0.4.1_4 libutempter-1.1.5_1
cups-client-1.4.4 libv4l-0.6.4
cups-image-1.4.4 libvncserver-0.9.7_2
curl-7.21.1 libvolume_id-0.81.1
cyrus-sasl-2.1.23 libvorbis-1.3.1,3
damageproto-1.2.0 libwww-5.4.0_4
db41-4.1.25_4 libxcb-1.7
db42-4.2.52_5 libxine-1.1.18.1
dbus-1.2.24_2 libxkbfile-1.0.6
dbus-glib-0.88 libxkbui-1.0.2_1
desktop-file-utils-0.15_2 libxklavier-5.0,1
diablo-jdk-1.6.0.07.02_10 libxml2-2.7.7
djvulibre-nox11-3.5.22_2 libxslt-1.1.26_2
dmidecode-2.10 libzip-0.9.3
dmxproto-2.3 links-0.98,1
docbook-1.4 linuxdoc-1.1_1
docbook-4.1_4 luit-1.0.5
docbook-4.2 m4-1.4.15,1
docbook-4.3 mDNSResponder-214.3.2_1
docbook-4.4_2 marble-4.4.5
docbook-4.5_2 meanwhile-1.0.2_2
docbook-5.0_1 mkfontdir-1.0.5
docbook-sk-4.1.2_4 mkfontscale-1.0.7
docbook-xml-4.2_1 mpeg4ip-libmp4v2-1.6.1
docbook-xml-4.3 mysql-client-5.1.51_1
docbook-xml-4.4_1 mysql-server-5.1.51_1
docbook-xml-4.5 neon29-0.29.3_1
docbook-xsl-1.75.2 netpbm-10.26.64_4
docproj-jadetex-1.17_4 nspr-4.8.6
dri-7.4.4,2 open-motif-2.2.3_6
dri2proto-2.2 openbabel-2.2.3
dsssl-docbook-modular-1.79_1,1 openjpeg-1.3_2
dvipdfmx-20100328 openldap-client-2.4.23
dvipsk-tetex-5.95a_5 openslp-1.2.1_3
ebook-tools-0.2.1 orc-0.4.10
eggdbus-0.6_1 ortp-0.13.0_1
en-freebsd-doc-20100926 p5-Locale-gettext-1.05_3
enchant-1.6.0 p5-XML-Parser-2.40
encodings-1.0.3,1 p5-type1inst-0.6.1_5
exiv2-0.20,1 pango-1.28.1
expat-2.0.1_1 pciids-20101005
f2c-20060810_3 pcre-8.10
faad2-2.7_3,1 peps-2.0_4
farsight2-0.0.19_1 perl-threaded-5.10.1_2
ffmpeg-0.5.2_2,1 phonon-4.4.2
fftw3-3.2.2_1 phonon-gstreamer-4.4.2
firefox-3.5.10,1 phonon-xine-4.4.2
fixesproto-4.1.1 pixman-0.16.6
fixrtf-0.1.20060303_1 pkg-config-0.25_1
flac-1.2.1_2 pl-libgadu-1.9.0,1
flex-2.5.35_4 png-1.4.3
font-adobe-100dpi-1.0.1 policykit-0.9_6
font-adobe-75dpi-1.0.1 policykit-qt-0.9.3_1
font-adobe-utopia-100dpi-1.0.2 polkit-0.96_2
font-adobe-utopia-75dpi-1.0.2 poppler-0.12.4
font-adobe-utopia-type1-1.0.2 poppler-data-0.4.3
font-alias-1.0.2 poppler-qt4-0.12.4
font-arabic-misc-1.0.1 popt-1.14_1
font-bh-100dpi-1.0.1 portaudit-0.5.15
font-bh-75dpi-1.0.1 portmaster-3.0
font-bh-lucidatypewriter-100dpi-1.0.1 printproto-1.0.4
font-bh-lucidatypewriter-75dpi-1.0.1 pth-2.0.7
font-bh-ttf-1.0.1 py26-cairo-1.8.8_1
font-bh-type1-1.0.1 py26-gobject-2.21.1
font-bitstream-100dpi-1.0.1 py26-gstreamer-0.10.18
font-bitstream-75dpi-1.0.1 py26-gtk-2.17.0_4
font-bitstream-type1-1.0.1 py26-libxml2-2.7.7
font-cronyx-cyrillic-1.0.1 python26-2.6.6
font-cursor-misc-1.0.1 qca-2.0.2
font-daewoo-misc-1.0.1 qca-ossl-2.0.0.b3_4
font-dec-misc-1.0.1 qimageblitz-0.0.4_4
font-ibm-type1-1.0.1 qt4-assistant-4.6.3
font-isas-misc-1.0.1 qt4-clucene-4.6.3
font-jis-misc-1.0.1 qt4-corelib-4.6.3_1
font-micro-misc-1.0.1 qt4-dbus-4.6.3
font-misc-cyrillic-1.0.1 qt4-designer-4.6.3
font-misc-ethiopic-1.0.1 qt4-doc-4.6.3
font-misc-meltho-1.0.1 qt4-gui-4.6.3
font-misc-misc-1.1.0 qt4-help-4.6.3
font-mutt-misc-1.0.1 qt4-iconengines-4.6.3
font-schumacher-misc-1.1.0 qt4-imageformats-4.6.3
font-screen-cyrillic-1.0.2 qt4-makeqpf-4.6.3
font-sony-misc-1.0.1 qt4-moc-4.6.3
font-sun-misc-1.0.1 qt4-multimedia-4.6.3
font-util-1.0.2 qt4-mysql-plugin-4.6.3
font-winitzki-cyrillic-1.0.1 qt4-network-4.6.3
font-xfree86-type1-1.0.2 qt4-opengl-4.6.3
fontcacheproto-0.1.3 qt4-pixeltool-4.6.3
fontconfig-2.8.0,1 qt4-porting-4.6.3
fontsproto-2.1.0 qt4-qdbusviewer-4.6.3
freetype-1.3.1_4 qt4-qmake-4.6.3
freetype-tools-1.3.1_8 qt4-qt3support-4.6.3_1
freetype2-2.4.2 qt4-qtestlib-4.6.3
fribidi-0.19.2_1 qt4-rcc-4.6.3
gamin-0.1.10_4 qt4-script-4.6.3
gd-2.0.35_7,1 qt4-scripttools-4.6.3
gdbm-1.8.3_3 qt4-sql-4.6.3
gdk-pixbuf-0.22.0_11 qt4-sqlite-plugin-4.6.3
gettext-0.18.1.1 qt4-svg-4.6.3
ggz-client-libs-0.0.14.1_2 qt4-uic-4.6.3
ghostscript8-8.71_6 qt4-webkit-4.6.3
gio-fam-backend-2.24.2 qt4-xml-4.6.3
gle-3.1.0_2 qt4-xmlpatterns-4.6.3
glib-1.2.10_13 randrproto-1.3.1
glib-2.24.2 raptor-1.4.21
gmake-3.81_4 rasqal-0.9.19_1
gmp-5.0.1 recordproto-1.14
gnome_subr-1.0 redland-1.0.10
gnomehier-2.3_12 renderproto-0.11
gnupg-2.0.15 rgb-1.0.3
gnutls-2.8.6_2 rtmpdump-2.3
gobject-introspection-0.6.14 samba34-libsmbclient-3.4.8
gpac-libgpac-0.4.5_4,1 sane-backends-1.0.21_1
gpgme-1.3.0 schroedinger-1.0.9
gpsd-2.94_2 scr2png-1.2_4
gsfonts-8.11_5 scr2txt-1.2
gsl-1.14 scrnsaverproto-1.2.0
gstreamer-0.10.30 sdl-1.2.14_1,2
gstreamer-ffmpeg-0.10.10 sessreg-1.0.5
gstreamer-plugins-0.10.30,3 setxkbmap-1.1.0
gstreamer-plugins-a52dec-0.10.15,3 shared-desktop-ontologies-0.5
gstreamer-plugins-bad-0.10.20,3 shared-mime-info-0.71_1
gstreamer-plugins-core-0.10_12 smproxy-1.0.3
gstreamer-plugins-dts-0.10.19,3 soprano-2.5.2
gstreamer-plugins-dvd-0.10.15,3 speex-1.2.r1_3,1
gstreamer-plugins-good-0.10.25,3 sqlite3-3.7.3
gstreamer-plugins-libpng-0.10.23,3 strigi-0.7.2
gstreamer-plugins-mad-0.10.15,3 subversion-1.6.12
gstreamer-plugins-mp3-0.10.0_1 t1lib-5.1.2_1,1
gstreamer-plugins-ogg-0.10.29_1,3 t1utils-1.32
gstreamer-plugins-pango-0.10.29,3 taglib-1.6.3
gstreamer-plugins-theora-0.10.29,3 talloc-2.0.1_1
gstreamer-plugins-ugly-0.10.15,3 tcl-8.5.9
gstreamer-plugins-vorbis-0.10.29,3 tcl-modules-8.5.9
gstreamer-plugins-xvid-0.10.19,3 teTeX-3.0_4
gtk-1.2.10_22 teTeX-base-3.0_20
gtk-2.20.1_2 teTeX-texmf-3.0_6
hal-0.5.14_8 telepathy-farsight-0.0.13_2
help2man-1.38.2_1 telepathy-glib-0.10.5
hicolor-icon-theme-0.12 telepathy-qt4-0.3.2
html-4.01_2 tex-texmflocal-1.9
html2text-1.3.2a texi2html-1.82,1
hu-hunspell-1.2.11 tidy-lib-090315.c_1
iceauth-1.0.3 tiff-4.0.0
icu-3.8.1_3 trapproto-3.4.3
ilmbase-1.0.1_1 ttf2pt1-3.4.4_2
inputproto-2.0 twm-1.0.4
intltool-0.40.6 unzip-6.0
iso-codes-3.17 v4l_compat-1.0.20100403_1
iso8879-1986_2 vcdimager-0.7.23_6
jade-1.2.1_9 videoproto-2.3.0
jadetex-3.13_6 vorbis-tools-1.4.0_1,3
jasper-1.900.1_9 wavpack-4.60.1
javavmwrapper-2.3.5 x11perf-1.5.1
jbig2dec-0.11 x264-0.0.20100222_2
jbigkit-1.6 xauth-1.0.4
jdk-1.6.0.3p4_18 xbacklight-1.1.1
jpeg-8_3 xbitmaps-1.1.0
kbproto-1.0.4 xcalc-1.0.3
kde4-4.4.5_1 xcb-proto-1.6
kde4-icons-oxygen-4.4.5 xcb-util-0.3.6_1
kde4-shared-mime-info-1.0 xcmiscproto-1.2.0
kde4-xdg-env-1.0 xcmsdb-1.0.2
kdeaccessibility-4.4.5 xcursor-themes-1.0.2
kdeadmin-4.4.5 xcursorgen-1.0.3
kdeartwork-4.4.5 xdg-utils-1.0.2_5
kdebase-4.4.5 xdpyinfo-1.1.0
kdebase-runtime-4.4.5 xdriinfo-1.0.3
kdebase-workspace-4.4.5 xdvik-tetex-22.84.16_2
kdeedu-4.4.5 xev-1.0.4
kdegames-4.4.5 xextproto-7.1.1
kdegraphics-4.4.5 xf86-input-keyboard-1.4.0
kdehier-1.0_11 xf86-input-mouse-1.5.0
kdelibs-4.4.5 xf86-video-ati-6.13.0
kdemultimedia-4.4.5 xf86-video-intel-2.7.1_3
kdenetwork-4.4.5 xf86-video-mach64-6.8.2
kdepim-4.4.5 xf86-video-nv-2.1.17
kdepim-runtime-4.4.5 xf86-video-openchrome-0.2.904_2
kdepimlibs-4.4.5 xf86-video-r128-6.8.1
kdeplasma-addons-4.4.5 xf86-video-radeonhd-1.3.0_3
kdesdk-4.4.5 xf86-video-vesa-2.3.0
kdetoys-4.4.5 xf86bigfontproto-1.2.0
kdeutils-4.4.5 xf86dga-1.0.2_1
kdewebdev-4.4.5 xf86dgaproto-2.1
latex-cjk-4.8.2_4 xf86miscproto-0.9.3
lcms-1.19_1,1 xf86vidmodeproto-2.3
libFS-1.0.2 xgamma-1.0.3
libGL-7.4.4 xgc-1.0.2
libGLU-7.4.4 xhost-1.0.3
libICE-1.0.6,1 xhtml-1.0.20020801_4
libIDL-0.8.14_1 xineramaproto-1.2
libSM-1.1.1_3,1 xinit-1.2.0
libX11-1.3.3_1,1 xinput-1.5.0
libXScrnSaver-1.2.0 xkbcomp-1.1.0
libXTrap-1.0.0 xkbevd-1.1.0
libXau-1.0.5 xkbutils-1.0.1_2
libXaw-1.0.7,1 xkeyboard-config-1.8_1
libXcomposite-0.4.1,1 xkill-1.0.2
libXcursor-1.1.10 xlsatoms-1.0.2
libXdamage-1.1.2 xlsclients-1.0.2
libXdmcp-1.0.3 xmessage-1.0.3
libXevie-1.0.2 xmlcatmgr-2.2
libXext-1.1.1,1 xmlcharent-0.3_2
libXfixes-4.0.4 xmodmap-1.0.4
libXfont-1.4.0,1 xorg-7.5
libXfontcache-1.0.5 xorg-apps-7.5
libXft-2.1.14 xorg-docs-1.4,1
libXi-1.3,1 xorg-drivers-7.5
libXinerama-1.1,1 xorg-fonts-100dpi-7.5
libXmu-1.0.5,1 xorg-fonts-7.5
libXp-1.0.0,1 xorg-fonts-75dpi-7.5
libXpm-3.5.7 xorg-fonts-cyrillic-7.5
libXrandr-1.3.0 xorg-fonts-miscbitmaps-7.5
libXrender-0.9.5 xorg-fonts-truetype-7.5
libXres-1.0.4 xorg-fonts-type1-7.5
libXt-1.0.7 xorg-libraries-7.5
libXtst-1.1.0 xorg-macros-1.6.0
libXv-1.0.5,1 xorg-server-1.7.5,1
libXvMC-1.0.5 xplanet-1.2.1
libXxf86dga-1.1.1 xpr-1.0.3
libXxf86misc-1.0.2 xprop-1.1.0
libXxf86vm-1.1.0 xproto-7.0.16
liba52-0.7.4_2 xrandr-1.3.2
libao-1.0.0 xrdb-1.0.6
libart_lgpl-2.3.21,1 xrefresh-1.0.3
libassuan-2.0.0 xscreensaver-5.11_2
libcddb-1.3.2_1 xset-1.1.0
libcdio-0.82_1 xsetmode-1.0.0
libcheck-0.9.8 xsetroot-1.0.3
libdaemon-0.14 xterm-258
libdca-0.0.5 xtrans-1.2.5
libdmx-1.1.0 xvid-1.2.2_1,1
libdrm-2.4.12_1 xvinfo-1.1.0
libdvdcss-1.2.10_1 xwd-1.0.3
libdvdread-4.1.4.r1217 xwininfo-1.0.5
libexecinfo-1.1_3 xwud-1.0.2
libexif-0.6.18_1 zh-arphicttf-2.11_2
libfame-0.9.1_2 zh-docproj-0.1.20060303_4
libffi-3.0.9 zh-ttf2pt1-3.4.0
libfontenc-1.0.5 zh-ttfm-0.9.5_3
libgcrypt-1.4.6 zip-3.0
libggz-0.0.14.1_6
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41192.1287591722>
