Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 02 Jan 2008 09:36:34 -0500
From:      "J. W. Ballantine" <jwb@homer.att.com>
To:        gnome@FreeBSD.org
Subject:   totem config fails on FreeBSD 7.0-PRERELEASE #12
Message-ID:  <200801021436.JAA02797@akiva.homer.att.com>

next in thread | raw e-mail | index | archive | help
While doing a portupgrade -a, totem fails with Script "configure" failed unexpectedly.
A delete of multimedia/totem, re cvsup and portupgrade -a results in the same error.
I didn't find anything on the mailing list re this problem.  The config.log follows.

  # uname -a
FreeBSD overland 7.0-PRERELEASE FreeBSD 7.0-PRERELEASE #12: Thu Dec 27 21:32:26 EST 2007     jwb@overland:/usr/obj/usr/src/sys/GENERIC  i386

  # cat work/totem-2.21.5/config.log
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by totem configure 2.21.5, which was
generated by GNU Autoconf 2.61.  Invocation command line was

  $ ./configure --with-plugins=screensaver ontop gromit media-player-keys properties sidebar-test skipto --without-mozilla --disable-browser-plugins --disable-mozilla --disable-basic-plugin --disable-gmp-plugin --disable-complex-plugin --disable-narrowspace-plugin --enable-gstreamer=yes --localstatedir=/usr/local/share --with-html-dir=/usr/local/share/doc --disable-gtk-doc --with-gconf-source=xml:merged:/usr/local/etc/gconf/gconf.xml.defaults --x-libraries=/usr/local/lib --x-includes=/usr/local/include --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd7.0

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

hostname = overland
uname -m = i386
uname -r = 7.0-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 7.0-PRERELEASE #12: Thu Dec 27 21:32:26 EST 2007     jwb@overland:/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: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/jwb/bin


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

configure:2326: checking for a BSD-compatible install
configure:2382: result: /usr/bin/install -c -o root -g wheel
configure:2393: checking whether build environment is sane
configure:2436: result: yes
configure:2464: checking for a thread-safe mkdir -p
configure:2503: result: /usr/local/bin/gmkdir -p
configure:2516: checking for gawk
configure:2532: found /usr/local/bin/gawk
configure:2543: result: gawk
configure:2554: checking whether gmake sets $(MAKE)
configure:2575: result: yes
configure:2783: checking for style of include used by gmake
configure:2811: result: GNU
configure:2881: checking for gcc
configure:2908: result: cc
configure:3146: checking for C compiler version
configure:3153: 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:3156: $? = 0
configure:3163: 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:3166: $? = 0
configure:3173: cc -V >&5
cc: '-V' option must have argument
configure:3176: $? = 1
configure:3199: checking for C compiler default output file name
configure:3226: cc -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr >&5
configure:3229: $? = 0
configure:3267: result: a.out
configure:3284: checking whether the C compiler works
configure:3294: ./a.out
configure:3297: $? = 0
configure:3314: result: yes
configure:3321: checking whether we are cross compiling
configure:3323: result: no
configure:3326: checking for suffix of executables
configure:3333: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr >&5
configure:3336: $? = 0
configure:3360: result: 
configure:3366: checking for suffix of object files
configure:3392: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:3395: $? = 0
configure:3418: result: o
configure:3422: checking whether we are using the GNU C compiler
configure:3451: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:3457: $? = 0
configure:3474: result: yes
configure:3479: checking whether cc accepts -g
configure:3509: cc -c -g -I/usr/local/include conftest.c >&5
configure:3515: $? = 0
configure:3614: result: yes
configure:3631: checking for cc option to accept ISO C89
configure:3705: cc  -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:3711: $? = 0
configure:3734: result: none needed
configure:3754: checking dependency style of cc
configure:3845: result: gcc3
configure:3866: checking how to run the C preprocessor
configure:3906: cc -E -I/usr/local/include conftest.c
configure:3912: $? = 0
configure:3943: cc -E -I/usr/local/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:3949: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "totem"
| #define PACKAGE_TARNAME "totem"
| #define PACKAGE_VERSION "2.21.5"
| #define PACKAGE_STRING "totem 2.21.5"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
| #define PACKAGE "totem"
| #define VERSION "2.21.5"
| #define GETTEXT_PACKAGE "totem"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3982: result: cc -E
configure:4011: cc -E -I/usr/local/include conftest.c
configure:4017: $? = 0
configure:4048: cc -E -I/usr/local/include conftest.c
conftest.c:11:28: error: ac_nonexistent.h: No such file or directory
configure:4054: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "totem"
| #define PACKAGE_TARNAME "totem"
| #define PACKAGE_VERSION "2.21.5"
| #define PACKAGE_STRING "totem 2.21.5"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
| #define PACKAGE "totem"
| #define VERSION "2.21.5"
| #define GETTEXT_PACKAGE "totem"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:4092: checking for grep that handles long lines and -e
configure:4166: result: /usr/bin/grep
configure:4171: checking for egrep
configure:4249: result: /usr/bin/grep -E
configure:4254: checking for ANSI C header files
configure:4284: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4290: $? = 0
configure:4389: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr >&5
configure:4392: $? = 0
configure:4398: ./conftest
configure:4401: $? = 0
configure:4418: result: yes
configure:4442: checking for sys/types.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for sys/stat.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for stdlib.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for string.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for memory.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for strings.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for inttypes.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for stdint.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4442: checking for unistd.h
configure:4463: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4469: $? = 0
configure:4485: result: yes
configure:4503: checking build system type
configure:4521: result: i386-portbld-freebsd7.0
configure:4543: checking host system type
configure:4558: result: i386-portbld-freebsd7.0
configure:4596: checking locale.h usability
configure:4613: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4619: $? = 0
configure:4633: result: yes
configure:4637: checking locale.h presence
configure:4652: cc -E -I/usr/local/include conftest.c
configure:4658: $? = 0
configure:4672: result: yes
configure:4705: checking for locale.h
configure:4713: result: yes
configure:4727: checking for LC_MESSAGES
configure:4753: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr >&5
configure:4759: $? = 0
configure:4776: result: yes
configure:4805: checking libintl.h usability
configure:4822: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:4828: $? = 0
configure:4842: result: yes
configure:4846: checking libintl.h presence
configure:4861: cc -E -I/usr/local/include conftest.c
configure:4867: $? = 0
configure:4881: result: yes
configure:4914: checking for libintl.h
configure:4921: result: yes
configure:4932: checking for ngettext in libc
configure:4960: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr >&5
/var/tmp//ccC22WJw.o(.text+0x29): In function `main':
: undefined reference to `libintl_ngettext'
configure:4966: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "totem"
| #define PACKAGE_TARNAME "totem"
| #define PACKAGE_VERSION "2.21.5"
| #define PACKAGE_STRING "totem 2.21.5"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
| #define PACKAGE "totem"
| #define VERSION "2.21.5"
| #define GETTEXT_PACKAGE "totem"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| /* end confdefs.h.  */
| 
| #include <libintl.h>
| 
| int
| main ()
| {
| return !ngettext ("","", 1)
|   ;
|   return 0;
| }
configure:4984: result: no
configure:5148: checking for bindtextdomain in -lintl
configure:5183: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib -lXrandr >&5
configure:5189: $? = 0
configure:5207: result: yes
configure:5210: checking for ngettext in -lintl
configure:5245: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib -lXrandr >&5
configure:5251: $? = 0
configure:5269: result: yes
configure:5272: checking for dgettext in -lintl
configure:5307: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -lintl  -L/usr/local/lib -lXrandr >&5
conftest.c:30: warning: conflicting types for built-in function 'dgettext'
configure:5313: $? = 0
configure:5331: result: yes
configure:5496: checking for bind_textdomain_codeset
configure:5552: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr -lintl  >&5
configure:5558: $? = 0
configure:5576: result: yes
configure:5616: checking for msgfmt
configure:5643: result: /usr/local/bin/msgfmt
configure:5656: checking for dcgettext
configure:5712: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr -lintl  >&5
conftest.c:48: warning: conflicting types for built-in function 'dcgettext'
configure:5718: $? = 0
configure:5736: result: yes
configure:5747: checking if msgfmt accepts -c
configure:5762: $MSGFMT -c -o /dev/null conftest.foo
configure:5765: $? = 0
configure:5767: result: yes
configure:5777: checking for gmsgfmt
configure:5808: result: /usr/local/bin/msgfmt
configure:5818: checking for xgettext
configure:5845: result: /usr/local/bin/xgettext
configure:5874: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c -L/usr/local/lib -lXrandr -lintl  >&5
configure:5880: $? = 0
configure:6118: checking for intltool >= 0.35.0
configure:6125: result: 0.36.2 found
configure:6183: checking for perl
configure:6201: found /usr/bin/perl
configure:6213: result: /usr/bin/perl
configure:6232: checking for XML::Parser
configure:6235: result: ok
configure:6447: checking for pkg-config
configure:6465: found /usr/local/bin/pkg-config
configure:6477: result: /usr/local/bin/pkg-config
configure:6506: checking pkg-config is at least version 0.9.0
configure:6509: result: yes
configure:6522: $PKG_CONFIG --exists --print-errors "gnome-doc-utils >= $gdu_cv_version_required"
configure:6525: $? = 0
configure:6717: checking for C++ compiler version
configure:6724: c++ --version >&5
c++ (GCC) 4.2.1 20070719  [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6727: $? = 0
configure:6734: c++ -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:6737: $? = 0
configure:6744: c++ -V >&5
c++: '-V' option must have argument
configure:6747: $? = 1
configure:6750: checking whether we are using the GNU C++ compiler
configure:6779: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.cpp >&5
configure:6785: $? = 0
configure:6802: result: yes
configure:6807: checking whether c++ accepts -g
configure:6837: c++ -c -g -I/usr/local/include conftest.cpp >&5
configure:6843: $? = 0
configure:6942: result: yes
configure:6967: checking dependency style of c++
configure:7058: result: gcc3
configure:7077: checking whether cc understands -c and -o together
configure:7109: cc -c conftest.c -o conftest2.o >&5
configure:7112: $? = 0
configure:7118: cc -c conftest.c -o conftest2.o >&5
configure:7121: $? = 0
configure:7173: result: yes
configure:7271: checking for a sed that does not truncate output
configure:7327: result: /usr/bin/sed
configure:7341: checking for ld used by cc
configure:7408: result: /usr/bin/ld
configure:7417: checking if the linker (/usr/bin/ld) is GNU ld
configure:7432: result: yes
configure:7437: checking for /usr/bin/ld option to reload object files
configure:7444: result: -r
configure:7462: checking for BSD-compatible nm
configure:7511: result: /usr/bin/nm -B
configure:7515: checking whether ln -s works
configure:7519: result: yes
configure:7526: checking how to recognize dependent libraries
configure:7712: result: pass_all
configure:7963: checking dlfcn.h usability
configure:7980: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:7986: $? = 0
configure:8000: result: yes
configure:8004: checking dlfcn.h presence
configure:8019: cc -E -I/usr/local/include conftest.c
configure:8025: $? = 0
configure:8039: result: yes
configure:8072: checking for dlfcn.h
configure:8080: result: yes
configure:8103: checking how to run the C++ preprocessor
configure:8139: c++ -E -I/usr/local/include conftest.cpp
configure:8145: $? = 0
configure:8176: c++ -E -I/usr/local/include conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:8182: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "totem"
| #define PACKAGE_TARNAME "totem"
| #define PACKAGE_VERSION "2.21.5"
| #define PACKAGE_STRING "totem 2.21.5"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
| #define PACKAGE "totem"
| #define VERSION "2.21.5"
| #define GETTEXT_PACKAGE "totem"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8215: result: c++ -E
configure:8244: c++ -E -I/usr/local/include conftest.cpp
configure:8250: $? = 0
configure:8281: c++ -E -I/usr/local/include conftest.cpp
conftest.cpp:28:28: error: ac_nonexistent.h: No such file or directory
configure:8287: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "totem"
| #define PACKAGE_TARNAME "totem"
| #define PACKAGE_VERSION "2.21.5"
| #define PACKAGE_STRING "totem 2.21.5"
| #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
| #define PACKAGE "totem"
| #define VERSION "2.21.5"
| #define GETTEXT_PACKAGE "totem"
| #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_LOCALE_H 1
| #define HAVE_LC_MESSAGES 1
| #define HAVE_BIND_TEXTDOMAIN_CODESET 1
| #define HAVE_GETTEXT 1
| #define HAVE_DCGETTEXT 1
| #define ENABLE_NLS 1
| #define HAVE_DLFCN_H 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:8380: checking for g77
configure:8410: result: no
configure:8380: checking for xlf
configure:8410: result: no
configure:8380: checking for f77
configure:8396: found /usr/bin/f77
configure:8407: result: f77
configure:8437: checking for Fortran 77 compiler version
configure:8444: f77 --version >&5
GNU Fortran (GCC) 3.4.6 [FreeBSD] 20060305
Copyright (C) 2006 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:8447: $? = 0
configure:8454: f77 -v >&5
Using built-in specs.
Configured with: FreeBSD/i386 system compiler
Thread model: posix
gcc version 3.4.6 [FreeBSD] 20060305
configure:8457: $? = 0
configure:8464: f77 -V >&5
f77: `-V' option must have argument
configure:8467: $? = 1
configure:8475: checking whether we are using the GNU Fortran 77 compiler
configure:8494: f77 -c  conftest.F >&5
configure:8500: $? = 0
configure:8517: result: yes
configure:8523: checking whether f77 accepts -g
configure:8540: f77 -c -g conftest.f >&5
configure:8546: $? = 0
configure:8562: result: yes
configure:8592: checking the maximum length of command line arguments
configure:8704: result: 262144
configure:8716: checking command to parse /usr/bin/nm -B output from cc object
configure:8821: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:8824: $? = 0
configure:8828: /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:8831: $? = 0
configure:8883: cc -o conftest -O2 -fno-strict-aliasing -pipe  -I/usr/local/include  conftest.c conftstm.o >&5
configure:8886: $? = 0
configure:8924: result: ok
configure:8928: checking for objdir
configure:8943: result: .libs
configure:9035: checking for ar
configure:9051: found /usr/bin/ar
configure:9062: result: ar
configure:9131: checking for ranlib
configure:9147: found /usr/bin/ranlib
configure:9158: result: ranlib
configure:9227: checking for strip
configure:9243: found /usr/bin/strip
configure:9254: result: strip
configure:9540: checking if cc supports -fno-rtti -fno-exceptions
configure:9558: cc -c -O2 -fno-strict-aliasing -pipe  -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:9562: $? = 0
configure:9575: result: no
configure:9590: checking for cc option to produce PIC
configure:9822: result: -fPIC
configure:9830: checking if cc PIC flag -fPIC works
configure:9848: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include -fPIC -DPIC conftest.c >&5
configure:9852: $? = 0
configure:9865: result: yes
configure:9893: checking if cc static flag -static works
configure:9921: result: yes
configure:9931: checking if cc supports -c -o file.o
configure:9952: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include -o out/conftest2.o conftest.c >&5
configure:9956: $? = 0
configure:9978: result: yes
configure:10004: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:10984: result: yes
configure:11005: checking whether -lc should be explicitly linked in
configure:11010: cc -c -O2 -fno-strict-aliasing -pipe  -I/usr/local/include conftest.c >&5
configure:11013: $? = 0
configure:11028: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:11031: $? = 0
configure:11043: result: no
configure:11051: checking dynamic linker characteristics
configure:11655: result: freebsd7.0 ld.so
configure:11664: checking how to hardcode library paths into programs
configure:11689: result: immediate
configure:11703: checking whether stripping libraries is possible
configure:11708: result: yes
configure:12510: checking if libtool supports shared libraries
configure:12512: result: yes
configure:12515: checking whether to build shared libraries
configure:12536: result: yes
configure:12539: checking whether to build static libraries
configure:12543: result: yes
configure:12636: creating libtool
configure:13224: checking for ld used by c++
configure:13291: result: /usr/bin/ld
configure:13300: checking if the linker (/usr/bin/ld) is GNU ld
configure:13315: result: yes
configure:13366: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:14340: result: yes
configure:14358: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include conftest.cpp >&5
configure:14361: $? = 0
configure:14513: checking for c++ option to produce PIC
configure:14797: result: -fPIC
configure:14805: checking if c++ PIC flag -fPIC works
configure:14823: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include -fPIC -DPIC conftest.cpp >&5
configure:14827: $? = 0
configure:14840: result: yes
configure:14868: checking if c++ static flag -static works
configure:14896: result: yes
configure:14906: checking if c++ supports -c -o file.o
configure:14927: c++ -c -O2 -fno-strict-aliasing -pipe -I/usr/local/include -o out/conftest2.o conftest.cpp >&5
configure:14931: $? = 0
configure:14953: result: yes
configure:14979: checking whether the c++ linker (/usr/bin/ld) supports shared libraries
configure:15004: result: yes
configure:15071: checking dynamic linker characteristics
configure:15623: result: freebsd7.0 ld.so
configure:15632: checking how to hardcode library paths into programs
configure:15657: result: immediate
configure:16191: checking if libtool supports shared libraries
configure:16193: result: yes
configure:16196: checking whether to build shared libraries
configure:16216: result: yes
configure:16219: checking whether to build static libraries
configure:16223: result: yes
configure:16233: checking for f77 option to produce PIC
configure:16465: result: -fPIC
configure:16473: checking if f77 PIC flag -fPIC works
configure:16491: f77 -c -g -O2 -fPIC conftest.f >&5
configure:16495: $? = 0
configure:16508: result: yes
configure:16536: checking if f77 static flag -static works
configure:16564: result: yes
configure:16574: checking if f77 supports -c -o file.o
configure:16595: f77 -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:16599: $? = 0
configure:16621: result: yes
configure:16647: checking whether the f77 linker (/usr/bin/ld) supports shared libraries
configure:17607: result: yes
configure:17674: checking dynamic linker characteristics
configure:18226: result: freebsd7.0 ld.so
configure:18235: checking how to hardcode library paths into programs
configure:18260: result: immediate
configure:21881: checking for pkg-config
configure:21911: result: /usr/local/bin/pkg-config
configure:21940: checking pkg-config is at least version 0.9.0
configure:21943: result: yes
configure:21955: checking for glib-genmarshal
configure:21973: found /usr/local/bin/glib-genmarshal
configure:21985: result: /usr/local/bin/glib-genmarshal
configure:21995: checking for glib-mkenums
configure:22013: found /usr/local/bin/glib-mkenums
configure:22025: result: /usr/local/bin/glib-mkenums
configure:22069: checking for NVTV
configure:22077: $PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5"
Package nvtvsimple was not found in the pkg-config search path.
Perhaps you should add the directory containing `nvtvsimple.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nvtvsimple' found
configure:22080: $? = 1
configure:22095: $PKG_CONFIG --exists --print-errors "nvtvsimple >= 0.4.5"
Package nvtvsimple was not found in the pkg-config search path.
Perhaps you should add the directory containing `nvtvsimple.pc'
to the PKG_CONFIG_PATH environment variable
No package 'nvtvsimple' found
configure:22098: $? = 1
No package 'nvtvsimple' found
configure:22126: result: no
configure:22178: checking whether to enable easy codec installation support
configure:22196: result: auto
configure:22202: checking for MISSING_PLUGINS
configure:22210: $PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10"
configure:22213: $? = 0
configure:22228: $PKG_CONFIG --exists --print-errors "gstreamer-plugins-base-0.10"
configure:22231: $? = 0
configure:22307: result: yes
configure:22323: checking for GST
configure:22331: $PKG_CONFIG --exists --print-errors "$MM"
configure:22334: $? = 0
configure:22349: $PKG_CONFIG --exists --print-errors "$MM"
configure:22352: $? = 0
configure:22388: result: yes
configure:22396: checking for backend libraries
configure:22403: result: GStreamer-0.10
configure:22411: checking GStreamer 0.10 playbin plugin
configure:22414: result: yes
configure:22411: checking GStreamer 0.10 ffmpegcolorspace plugin
configure:22414: result: yes
configure:22411: checking GStreamer 0.10 videoscale plugin
configure:22414: result: yes
configure:22433: checking GStreamer 0.10 gconfaudiosink plugin
configure:22436: result: yes
configure:22433: checking GStreamer 0.10 gconfvideosink plugin
configure:22436: result: yes
configure:22433: checking GStreamer 0.10 goom plugin
configure:22436: result: yes
configure:22575: checking Whether not to check for iso-codes
configure:22585: result: no
configure:22593: checking whether iso-codes has iso-639 domain
configure:22596: result: yes
configure:22634: checking for EXTRA_GNOME
configure:22642: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 >= $GNOMEVFS_REQS libgnome-2.0 >= $LIBGNOME_REQS  gnome-desktop-2.0 >= 2.1.5 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser > $TOTEM_PLPARSER_REQS $ISO_CODES $MM"
Requested 'totem-plparser > 2.21.3' but version of totem-plparser is 2.21.2
configure:22645: $? = 1
configure:22660: $PKG_CONFIG --exists --print-errors "glib-2.0 >= $GLIB_REQS gtk+-2.0 >= $GTK_REQS libgnomeui-2.0 >= $GNOMEUI_REQS gnome-vfs-2.0 >= $GNOMEVFS_REQS gnome-vfs-module-2.0 >= $GNOMEVFS_REQS libgnome-2.0 >= $LIBGNOME_REQS  gnome-desktop-2.0 >= 2.1.5 gnome-icon-theme >= $GNOMEICON_REQS gmodule-2.0 totem-plparser > $TOTEM_PLPARSER_REQS $ISO_CODES $MM"
Requested 'totem-plparser > 2.21.3' but version of totem-plparser is 2.21.2
configure:22663: $? = 1
Requested 'totem-plparser > 2.21.3' but version of totem-plparser is 2.21.2
configure:22691: error: Package requirements (glib-2.0 >= 2.13.4 gtk+-2.0 >= 2.11.6 libgnomeui-2.0 >= 2.3.3 gnome-vfs-2.0 >= 2.16.0 gnome-vfs-module-2.0 >= 2.16.0 libgnome-2.0 >= 2.14.0  gnome-desktop-2.0 >= 2.1.5 gnome-icon-theme >= 2.15.90 gmodule-2.0 totem-plparser > 2.21.3 iso-codes gstreamer-0.10 >= 0.10.12 gstreamer-base-0.10 >= 0.10.12 gstreamer-plugins-base-0.10 >= 0.10.12 gconf-2.0) were not met:

Requested 'totem-plparser > 2.21.3' but version of totem-plparser is 2.21.2

Consider adjusting the PKG_CONFIG_PATH environment variable if you
installed software in a non-standard prefix.

Alternatively, you may set the environment variables EXTRA_GNOME_CFLAGS
and EXTRA_GNOME_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.


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

ac_cv_build=i386-portbld-freebsd7.0
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BEMUSED_CFLAGS_set=''
ac_cv_env_BEMUSED_CFLAGS_value=''
ac_cv_env_BEMUSED_LIBS_set=''
ac_cv_env_BEMUSED_LIBS_value=''
ac_cv_env_BROWSER_PLUGIN_CFLAGS_set=''
ac_cv_env_BROWSER_PLUGIN_CFLAGS_value=''
ac_cv_env_BROWSER_PLUGIN_LIBS_set=''
ac_cv_env_BROWSER_PLUGIN_LIBS_value=''
ac_cv_env_CCC_set=''
ac_cv_env_CCC_value=''
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe '
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_CXXCPP_set=''
ac_cv_env_CXXCPP_value=''
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value='-O2 -fno-strict-aliasing -pipe'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=c++
ac_cv_env_DBUS_CFLAGS_set=''
ac_cv_env_DBUS_CFLAGS_value=''
ac_cv_env_DBUS_LIBS_set=''
ac_cv_env_DBUS_LIBS_value=''
ac_cv_env_EXTRA_GNOME_CFLAGS_set=''
ac_cv_env_EXTRA_GNOME_CFLAGS_value=''
ac_cv_env_EXTRA_GNOME_LIBS_set=''
ac_cv_env_EXTRA_GNOME_LIBS_value=''
ac_cv_env_F77_set=''
ac_cv_env_F77_value=''
ac_cv_env_FFLAGS_set=''
ac_cv_env_FFLAGS_value=''
ac_cv_env_GMYTH_CFLAGS_set=''
ac_cv_env_GMYTH_CFLAGS_value=''
ac_cv_env_GMYTH_LIBS_set=''
ac_cv_env_GMYTH_LIBS_value=''
ac_cv_env_GST_CFLAGS_set=''
ac_cv_env_GST_CFLAGS_value=''
ac_cv_env_GST_LIBS_set=''
ac_cv_env_GST_LIBS_value=''
ac_cv_env_GTK_CFLAGS_set=''
ac_cv_env_GTK_CFLAGS_value=''
ac_cv_env_GTK_LIBS_set=''
ac_cv_env_GTK_LIBS_value=''
ac_cv_env_HAL_CFLAGS_set=''
ac_cv_env_HAL_CFLAGS_value=''
ac_cv_env_HAL_LIBS_set=''
ac_cv_env_HAL_LIBS_value=''
ac_cv_env_LDFLAGS_set=''
ac_cv_env_LDFLAGS_value=''
ac_cv_env_LIBEPC_CFLAGS_set=''
ac_cv_env_LIBEPC_CFLAGS_value=''
ac_cv_env_LIBEPC_LIBS_set=''
ac_cv_env_LIBEPC_LIBS_value=''
ac_cv_env_LIBGALAGO_CFLAGS_set=''
ac_cv_env_LIBGALAGO_CFLAGS_value=''
ac_cv_env_LIBGALAGO_LIBS_set=''
ac_cv_env_LIBGALAGO_LIBS_value=''
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-L/usr/local/lib -lXrandr'
ac_cv_env_MEDIA_PLAYER_KEYS_CFLAGS_set=''
ac_cv_env_MEDIA_PLAYER_KEYS_CFLAGS_value=''
ac_cv_env_MEDIA_PLAYER_KEYS_LIBS_set=''
ac_cv_env_MEDIA_PLAYER_KEYS_LIBS_value=''
ac_cv_env_MISSING_PLUGINS_CFLAGS_set=''
ac_cv_env_MISSING_PLUGINS_CFLAGS_value=''
ac_cv_env_MISSING_PLUGINS_LIBS_set=''
ac_cv_env_MISSING_PLUGINS_LIBS_value=''
ac_cv_env_MOZILLA_NOT_LINKED_CFLAGS_set=''
ac_cv_env_MOZILLA_NOT_LINKED_CFLAGS_value=''
ac_cv_env_MOZILLA_NOT_LINKED_LIBS_set=''
ac_cv_env_MOZILLA_NOT_LINKED_LIBS_value=''
ac_cv_env_MOZILLA_PLUGINDIR_set=''
ac_cv_env_MOZILLA_PLUGINDIR_value=''
ac_cv_env_NAUTILUS_CFLAGS_set=''
ac_cv_env_NAUTILUS_CFLAGS_value=''
ac_cv_env_NAUTILUS_LIBS_set=''
ac_cv_env_NAUTILUS_LIBS_value=''
ac_cv_env_NVTV_CFLAGS_set=''
ac_cv_env_NVTV_CFLAGS_value=''
ac_cv_env_NVTV_LIBS_set=''
ac_cv_env_NVTV_LIBS_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_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_TRACKER_CFLAGS_set=''
ac_cv_env_TRACKER_CFLAGS_value=''
ac_cv_env_TRACKER_LIBS_set=''
ac_cv_env_TRACKER_LIBS_value=''
ac_cv_env_VALA_CFLAGS_set=''
ac_cv_env_VALA_CFLAGS_value=''
ac_cv_env_VALA_LIBS_set=''
ac_cv_env_VALA_LIBS_value=''
ac_cv_env_XINE_CFLAGS_set=''
ac_cv_env_XINE_CFLAGS_value=''
ac_cv_env_XINE_LIBS_set=''
ac_cv_env_XINE_LIBS_value=''
ac_cv_env_XMKMF_set=''
ac_cv_env_XMKMF_value=''
ac_cv_env_XVIDMODE_CFLAGS_set=''
ac_cv_env_XVIDMODE_CFLAGS_value=''
ac_cv_env_XVIDMODE_LIBS_set=''
ac_cv_env_XVIDMODE_LIBS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd7.0
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_f77_compiler_gnu=yes
ac_cv_func_bind_textdomain_codeset=yes
ac_cv_func_dcgettext=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_libintl_h=yes
ac_cv_header_locale_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.0
ac_cv_lib_intl_bindtextdomain=yes
ac_cv_lib_intl_dgettext=yes
ac_cv_lib_intl_ngettext=yes
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GLIB_GENMARSHAL=/usr/local/bin/glib-genmarshal
ac_cv_path_GLIB_MKENUMS=/usr/local/bin/glib-mkenums
ac_cv_path_GMSGFMT=/usr/local/bin/msgfmt
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_INTLTOOL_PERL=/usr/bin/perl
ac_cv_path_MSGFMT=/usr/local/bin/msgfmt
ac_cv_path_XGETTEXT=/usr/local/bin/xgettext
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP='cc -E'
ac_cv_prog_CXXCPP='c++ -E'
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=cc
ac_cv_prog_ac_ct_F77=f77
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_c89=''
ac_cv_prog_cc_cc_c_o=yes
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_make_gmake_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_val_LC_MESSAGES=yes
gdu_cv_have_gdu=yes
gdu_cv_version_required=0.3.2
gt_cv_func_dgettext_libc=no
gt_cv_func_dgettext_libintl=yes
gt_cv_func_ngettext_libc=no
gt_cv_have_gettext=yes
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_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX=/usr/bin/ld
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ 	][ 	]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=262144
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ 	]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ 	][ 	]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/  {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/  {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'
pkg_cv_GST_CFLAGS='-D_REENTRANT -DORBIT2=1 -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0  '
pkg_cv_GST_LIBS='-pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgmodule-2.0 -lxml2 -lgconf-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -liconv  '
pkg_cv_MISSING_PLUGINS_CFLAGS='-D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include  '
pkg_cv_MISSING_PLUGINS_LIBS='-pthread -L/usr/local/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv  '

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

ACLOCAL='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run aclocal-1.10'
ACLOCAL_AMFLAGS=''
ALL_LINGUAS=''
ALL_PLUGINS=''
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run tar'
AM_CFLAGS=''
AM_CPPFLAGS=''
AM_CXXFLAGS=''
AM_LDFLAGS=''
AR='ar'
AUTOCONF='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run automake-1.10'
AWK='gawk'
BEMUSED_CFLAGS=''
BEMUSED_LIBS=''
BROWSER_PLUGIN_CFLAGS=''
BROWSER_PLUGIN_LIBS=''
CATALOGS=''
CATOBJEXT='.gmo'
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O2 -fno-strict-aliasing -pipe '
CPP='cc -E'
CPPFLAGS='-I/usr/local/include'
CXX='c++'
CXXCPP='c++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O2 -fno-strict-aliasing -pipe'
CYGPATH_W='echo'
DATADIRNAME='share'
DBUS_BIND=''
DBUS_CFLAGS=''
DBUS_LIBS=''
DEFS=''
DEPDIR='.deps'
DISABLE_DEPRECATED=''
DOC_USER_FORMATS=''
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_BASIC_PLUGIN_FALSE=''
ENABLE_BASIC_PLUGIN_TRUE=''
ENABLE_BROWSER_PLUGINS_FALSE=''
ENABLE_BROWSER_PLUGINS_TRUE=''
ENABLE_COMPLEX_PLUGIN_FALSE=''
ENABLE_COMPLEX_PLUGIN_TRUE=''
ENABLE_CONE_PLUGIN_FALSE=''
ENABLE_CONE_PLUGIN_TRUE=''
ENABLE_GMP_PLUGIN_FALSE=''
ENABLE_GMP_PLUGIN_TRUE=''
ENABLE_MULLY_PLUGIN_FALSE=''
ENABLE_MULLY_PLUGIN_TRUE=''
ENABLE_NARROWSPACE_PLUGIN_FALSE=''
ENABLE_NARROWSPACE_PLUGIN_TRUE=''
ENABLE_PYTHON_FALSE=''
ENABLE_PYTHON_TRUE=''
ENABLE_SK_FALSE='#'
ENABLE_SK_TRUE=''
ENABLE_VALA_FALSE=''
ENABLE_VALA_TRUE=''
EXEEXT=''
EXTRA_GNOME_CFLAGS=''
EXTRA_GNOME_LIBS=''
F77='f77'
FFLAGS='-g -O2'
GCONFTOOL=''
GCONF_SCHEMAS_INSTALL_FALSE=''
GCONF_SCHEMAS_INSTALL_TRUE=''
GCONF_SCHEMA_CONFIG_SOURCE=''
GCONF_SCHEMA_FILE_DIR=''
GETTEXT_PACKAGE='totem'
GLIB_GENMARSHAL='/usr/local/bin/glib-genmarshal'
GLIB_MKENUMS='/usr/local/bin/glib-mkenums'
GMOFILES=''
GMSGFMT='/usr/local/bin/msgfmt'
GMYTH_CFLAGS=''
GMYTH_LIBS=''
GREP='/usr/bin/grep'
GST_CFLAGS='-D_REENTRANT -DORBIT2=1 -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include -I/usr/local/include/gconf/2 -I/usr/local/include/orbit-2.0  '
GST_LIBS='-pthread -L/usr/local/lib -lgstbase-0.10 -lgstreamer-0.10 -lgmodule-2.0 -lxml2 -lgconf-2 -lORBit-2 -lgthread-2.0 -lgobject-2.0 -lglib-2.0 -liconv   -lgstbase-0.10 -lgstinterfaces-0.10 -lgstvideo-0.10 -lgstaudio-0.10 -lgstpbutils-0.10'
GTK_CFLAGS=''
GTK_LIBS=''
HAL_CFLAGS=''
HAL_LIBS=''
HAVE_GNOME_DOC_UTILS_FALSE='#'
HAVE_GNOME_DOC_UTILS_TRUE=''
HAVE_GNOME_FALSE=''
HAVE_GNOME_TRUE=''
HAVE_HAL_FALSE=''
HAVE_HAL_TRUE=''
HAVE_NAUTILUS_FALSE=''
HAVE_NAUTILUS_TRUE=''
HAVE_XVIDMODE_FALSE=''
HAVE_XVIDMODE_TRUE=''
HELP_DIR='${datadir}/gnome/help'
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'
INSTOBJEXT='.mo'
INTLLIBS='-lintl '
INTLTOOL_CAVES_RULE='%.caves:     %.caves.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DESKTOP_RULE='%.desktop:   %.desktop.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_DIRECTORY_RULE='%.directory: %.directory.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_EXTRACT='$(top_builddir)/intltool-extract'
INTLTOOL_KBD_RULE='%.kbd:       %.kbd.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -m -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_KEYS_RULE='%.keys:      %.keys.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -k -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_MERGE='$(top_builddir)/intltool-merge'
INTLTOOL_OAF_RULE='%.oaf:       %.oaf.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -p $(top_srcdir)/po $< $@'
INTLTOOL_PERL='/usr/bin/perl'
INTLTOOL_POLICY_RULE='%.policy:    %.policy.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PONG_RULE='%.pong:      %.pong.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_PROP_RULE='%.prop:      %.prop.in      $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SCHEMAS_RULE='%.schemas:   %.schemas.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -s -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVER_RULE='%.server:    %.server.in    $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -o -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SERVICE_RULE='%.service: %.service.in   $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SHEET_RULE='%.sheet:     %.sheet.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_SOUNDLIST_RULE='%.soundlist: %.soundlist.in $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_THEME_RULE='%.theme:     %.theme.in     $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -d -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UI_RULE='%.ui:        %.ui.in        $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_UPDATE='$(top_builddir)/intltool-update'
INTLTOOL_XAM_RULE='%.xam:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
INTLTOOL_XML_NOMERGE_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u /tmp $< $@'
INTLTOOL_XML_RULE='%.xml:       %.xml.in       $(INTLTOOL_MERGE) $(wildcard $(top_srcdir)/po/*.po) ; LC_ALL=C $(INTLTOOL_MERGE) -x -u -c $(top_builddir)/po/.intltool-merge-cache $(top_srcdir)/po $< $@'
LDFLAGS=''
LIBEPC_CFLAGS=''
LIBEPC_LIBS=''
LIBGALAGO_CFLAGS=''
LIBGALAGO_LIBS=''
LIBOBJS=''
LIBS='-L/usr/local/lib -lXrandr'
LIBTOOL='$(SHELL) /usr/ports/multimedia/totem/work/gnome-libtool'
LIBXPCOMGLUE_S=''
LIRC_LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT=''
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE=''
MAKEINFO='${SHELL} /usr/ports/multimedia/totem/work/totem-2.21.5/missing --run makeinfo'
MEDIA_PLAYER_KEYS_CFLAGS=''
MEDIA_PLAYER_KEYS_LIBS=''
MISSING_PLUGINS_CFLAGS='-D_REENTRANT -I/usr/local/include/gstreamer-0.10 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include/libxml2 -I/usr/local/include  '
MISSING_PLUGINS_LIBS='-pthread -L/usr/local/lib -lgstreamer-0.10 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lxml2 -lglib-2.0 -liconv   -lgstpbutils-0.10'
MKINSTALLDIRS='./mkinstalldirs'
MOZILLA=''
MOZILLA_IDLDIR=''
MOZILLA_INCLUDE_ROOT=''
MOZILLA_LIBDIR=''
MOZILLA_NOT_LINKED_CFLAGS=''
MOZILLA_NOT_LINKED_LIBS=''
MOZILLA_PLUGINDIR=''
MOZILLA_PREFIX=''
MOZILLA_XPCOM_CFLAGS=''
MOZILLA_XPIDL=''
MOZILLA_XPT_LINK=''
MSGFMT='/usr/local/bin/msgfmt'
MSGFMT_OPTS='-c'
NAUTILUS_CFLAGS=''
NAUTILUS_LIBS=''
NO_STRICT_ALIASING_CFLAGS=''
NVTV_CFLAGS=''
NVTV_LIBS=''
OBJEXT='o'
OMF_DIR='${datadir}/omf'
PACKAGE='totem'
PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=totem'
PACKAGE_NAME='totem'
PACKAGE_STRING='totem 2.21.5'
PACKAGE_TARNAME='totem'
PACKAGE_VERSION='2.21.5'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PLUGINDIR='${libdir}/totem/plugins'
PLUGINS=''
PLUGIN_EXTRA_WARN_CXXFLAGS=''
POFILES=''
POSUB='po'
PO_IN_DATADIR_FALSE=''
PO_IN_DATADIR_TRUE=''
PYGTK_CFLAGS=''
PYGTK_CODEGEN=''
PYGTK_DEFSDIR=''
PYGTK_H2DEF=''
PYGTK_LIBS=''
PYTHON=''
PYTHON_CFLAGS=''
PYTHON_EXEC_PREFIX=''
PYTHON_EXTRA_LIBS=''
PYTHON_LIBS=''
PYTHON_LIB_LOC=''
PYTHON_PLATFORM=''
PYTHON_PREFIX=''
PYTHON_VERSION=''
RANLIB='ranlib'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
TOTEM_GST_FALSE='#'
TOTEM_GST_TRUE=''
TOTEM_VERSION_MAJOR='2'
TOTEM_VERSION_MICRO='5'
TOTEM_VERSION_MINOR='21'
TRACKER_CFLAGS=''
TRACKER_LIBS=''
USE_NLS='yes'
VALAC=''
VALA_CFLAGS=''
VALA_LIBS=''
VERSION='2.21.5'
WARN_CFLAGS=''
WARN_CXXFLAGS=''
WITH_DBUS_FALSE=''
WITH_DBUS_TRUE=''
XGETTEXT='/usr/local/bin/xgettext'
XINE_CFLAGS=''
XINE_LIBS=''
XMKMF=''
XTEST_LIBS=''
XVIDMODE_CFLAGS=''
XVIDMODE_LIBS=''
X_LIBS=''
ac_ct_CC='cc'
ac_ct_CXX=''
ac_ct_F77='f77'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd7.0'
build_alias='i386-portbld-freebsd7.0'
build_cpu='i386'
build_os='freebsd7.0'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-portbld-freebsd7.0'
host_alias=''
host_cpu='i386'
host_os='freebsd7.0'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info/'
install_sh='$(SHELL) /usr/ports/multimedia/totem/work/totem-2.21.5/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='/usr/local/share'
mandir='/usr/local/man'
mkdir_p='/usr/local/bin/gmkdir -p'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pkgpyexecdir=''
pkgpythondir=''
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
pyexecdir=''
pythondir=''
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

  #define PACKAGE_NAME "totem"
  #define PACKAGE_TARNAME "totem"
  #define PACKAGE_VERSION "2.21.5"
  #define PACKAGE_STRING "totem 2.21.5"
  #define PACKAGE_BUGREPORT "http://bugzilla.gnome.org/enter_bug.cgi?product=totem"
  #define PACKAGE "totem"
  #define VERSION "2.21.5"
  #define GETTEXT_PACKAGE "totem"
  #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_LOCALE_H 1
  #define HAVE_LC_MESSAGES 1
  #define HAVE_BIND_TEXTDOMAIN_CODESET 1
  #define HAVE_GETTEXT 1
  #define HAVE_DCGETTEXT 1
  #define ENABLE_NLS 1
  #define HAVE_DLFCN_H 1
  #define ENABLE_MISSING_PLUGIN_INSTALLATION 1
  #define HAVE_GSTREAMER 1
  #define ISO_CODES_PREFIX "/usr/local"

configure: exit 1
  # exit

Script done on Sun Dec 30 11:22:48 2007



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