Date: Wed, 2 Jan 2013 19:12:23 -0800 From: Anton Afanasyev <aasoft@gmail.com> To: multimedia@freebsd.org Subject: Error building multimedia/libtheora on 9.0 Message-ID: <CAEAhP2jDnb5vo4%2Bnuc44sPbqAMcLhofeDJfFcSSz3sT-A355Uw@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
I am trying to build the libtheora port on FreeBSD 9.0, and running into an
error during the make configure step. Is there anything I can do to solve
this?
The make.configure log, the output from 'make configure', as well as the
list of all my installed packages are attached.
Thanks in advance,
Anton
[-- 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 libtheora configure 1.1.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
$ ./configure --disable-sdltest --enable-shared --disable-examples --prefix=/usr/local --mandir=/usr/local/man --infodir=/usr/local/info/ --build=i386-portbld-freebsd9.0
## --------- ##
## Platform. ##
## --------- ##
hostname = thismachine
uname -m = i386
uname -r = 9.0-RELEASE-p4
uname -s = FreeBSD
uname -v = FreeBSD 9.0-RELEASE-p4 #0 r242363: Tue Oct 30 15:44:56 PDT 2012 thisuser@thismachine:/usr/obj/usr/src/sys/MYKERNEL
/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: /home/thisuser/bin
PATH: /bin
PATH: /sbin
PATH: /usr/bin
PATH: /usr/sbin
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/libexec
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/local/lib/cw
PATH: /sbin
PATH: /bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /usr/games
PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /home/thisuser/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2173: checking build system type
configure:2191: result: i386-portbld-freebsd9.0
configure:2213: checking host system type
configure:2228: result: i386-portbld-freebsd9.0
configure:2250: checking target system type
configure:2265: result: i386-portbld-freebsd9.0
configure:2316: checking for a BSD-compatible install
configure:2384: result: /usr/bin/install -c -o root -g wheel
configure:2395: checking whether build environment is sane
configure:2438: result: yes
configure:2468: checking for gawk
configure:2498: result: no
configure:2468: checking for mawk
configure:2498: result: no
configure:2468: checking for nawk
configure:2484: found /usr/bin/nawk
configure:2495: result: nawk
configure:2506: checking whether make sets $(MAKE)
configure:2528: result: yes
configure:2685: checking whether to enable maintainer-specific portions of Makefiles
configure:2694: result: no
configure:2784: checking for gcc
configure:2811: result: cc
configure:3043: checking for C compiler version
configure:3051: cc --version >&5
cc (GCC) 4.2.1 20070831 patched [FreeBSD]
Copyright (C) 2007 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:3055: $? = 0
configure:3062: 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 20070831 patched [FreeBSD]
configure:3066: $? = 0
configure:3073: cc -V >&5
cc: '-V' option must have argument
configure:3077: $? = 1
configure:3100: checking for C compiler default output file name
configure:3122: cc -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:3126: $? = 0
configure:3164: result: a.out
configure:3183: checking whether the C compiler works
configure:3193: ./a.out
configure:3197: $? = 0
configure:3216: result: yes
configure:3223: checking whether we are cross compiling
configure:3225: result: no
configure:3228: checking for suffix of executables
configure:3235: cc -o conftest -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:3239: $? = 0
configure:3265: result:
configure:3271: checking for suffix of object files
configure:3297: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:3301: $? = 0
configure:3326: result: o
configure:3330: checking whether we are using the GNU C compiler
configure:3359: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:3366: $? = 0
configure:3383: result: yes
configure:3392: checking whether cc accepts -g
configure:3422: cc -c -g -I/usr/local/include conftest.c >&5
configure:3429: $? = 0
configure:3530: result: yes
configure:3547: checking for cc option to accept ISO C89
configure:3621: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:3628: $? = 0
configure:3651: result: none needed
configure:3688: checking for style of include used by make
configure:3716: result: GNU
configure:3744: checking dependency style of cc
configure:3806: result: gcc3
configure:3816: checking how to run the C preprocessor
configure:3934: result: cpp
configure:3963: cpp -I/usr/local/include conftest.c
configure:3970: $? = 0
configure:4001: cpp -I/usr/local/include conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure:4008: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libtheora"
| #define PACKAGE_TARNAME "libtheora"
| #define PACKAGE_VERSION "1.1.1"
| #define PACKAGE_STRING "libtheora 1.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libtheora"
| #define VERSION "1.1.1"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4053: checking whether cc understands -c and -o together
configure:4085: cc -c conftest.c -o conftest2.o >&5
configure:4089: $? = 0
configure:4095: cc -c conftest.c -o conftest2.o >&5
configure:4099: $? = 0
configure:4154: result: yes
configure:4507: checking for a sed that does not truncate output
configure:4573: result: /usr/bin/sed
configure:4591: checking for grep that handles long lines and -e
configure:4651: result: /usr/bin/grep
configure:4656: checking for egrep
configure:4720: result: /usr/bin/grep -E
configure:4725: checking for fgrep
configure:4789: result: /usr/bin/grep -F
configure:4824: checking for ld used by cc
configure:4891: result: /usr/bin/ld
configure:4900: checking if the linker (/usr/bin/ld) is GNU ld
configure:4915: result: yes
configure:4927: checking for BSD- or MS-compatible name lister (nm)
configure:4976: result: /usr/bin/nm -B
configure:5094: checking the name lister (/usr/bin/nm -B) interface
configure:5101: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:5104: /usr/bin/nm -B "conftest.o"
configure:5107: output
00000000 B some_variable
configure:5114: result: BSD nm
configure:5117: checking whether ln -s works
configure:5121: result: yes
configure:5129: checking the maximum length of command line arguments
configure:5249: result: 262144
configure:5266: checking whether the shell understands some XSI constructs
configure:5276: result: yes
configure:5280: checking whether the shell understands "+="
configure:5286: result: no
configure:5321: checking for /usr/bin/ld option to reload object files
configure:5328: result: -r
configure:5397: checking for objdump
configure:5424: result: objdump
configure:5453: checking how to recognize dependent libraries
configure:5649: result: pass_all
configure:5709: checking for ar
configure:5725: found /usr/bin/ar
configure:5736: result: ar
configure:5814: checking for strip
configure:5830: found /usr/bin/strip
configure:5841: result: strip
configure:5913: checking for ranlib
configure:5929: found /usr/bin/ranlib
configure:5940: result: ranlib
configure:6030: checking command to parse /usr/bin/nm -B output from cc object
configure:6148: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:6151: $? = 0
configure:6155: /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:6158: $? = 0
configure:6212: cc -o conftest -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c conftstm.o >&5
configure:6215: $? = 0
configure:6253: result: ok
configure:7116: checking for ANSI C header files
configure:7146: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7153: $? = 0
configure:7252: cc -o conftest -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:7256: $? = 0
configure:7262: ./conftest
configure:7266: $? = 0
configure:7284: result: yes
configure:7308: checking for sys/types.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for sys/stat.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for stdlib.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for string.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for memory.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for strings.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for inttypes.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for stdint.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7308: checking for unistd.h
configure:7329: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7336: $? = 0
configure:7353: result: yes
configure:7371: checking for dlfcn.h
configure:7392: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:7399: $? = 0
configure:7416: result: yes
configure:7600: checking for objdir
configure:7615: result: .libs
configure:7907: checking if cc supports -fno-rtti -fno-exceptions
configure:7925: cc -c -O2 -pipe -march=pentium4 -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:7929: $? = 0
configure:7942: result: no
configure:7962: checking for cc option to produce PIC
configure:8234: result: -fPIC -DPIC
configure:8246: checking if cc PIC flag -fPIC -DPIC works
configure:8264: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -fPIC -DPIC -DPIC conftest.c >&5
configure:8268: $? = 0
configure:8281: result: yes
configure:8305: checking if cc static flag -static works
configure:8333: result: yes
configure:8348: checking if cc supports -c -o file.o
configure:8369: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -o out/conftest2.o conftest.c >&5
configure:8373: $? = 0
configure:8395: result: yes
configure:8403: checking if cc supports -c -o file.o
configure:8450: result: yes
configure:8483: checking whether the cc linker (/usr/bin/ld) supports shared libraries
configure:9557: result: yes
configure:9594: checking whether -lc should be explicitly linked in
configure:9599: cc -c -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:9602: $? = 0
configure:9617: cc -shared conftest.o -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:9620: $? = 0
configure:9632: result: no
configure:9796: checking dynamic linker characteristics
configure:10482: result: freebsd9.0 ld.so
configure:10584: checking how to hardcode library paths into programs
configure:10609: result: immediate
configure:11442: checking whether stripping libraries is possible
configure:11447: result: yes
configure:11482: checking if libtool supports shared libraries
configure:11484: result: yes
configure:11487: checking whether to build shared libraries
configure:11508: result: yes
configure:11511: checking whether to build static libraries
configure:11515: result: yes
configure:11556: checking for doxygen
configure:11584: result: false
configure:11603: WARNING: *** doxygen not found, API documentation will not be built
configure:11625: checking for pdflatex
configure:11655: result: no
configure:11662: checking for bibtex
configure:11692: result: no
configure:11699: checking for fig2dev
configure:11729: result: no
configure:11782: WARNING: *** Format Specification will not built.
configure:11949: checking for ld used by cc
configure:12016: result: /usr/bin/ld
configure:12025: checking if the linker (/usr/bin/ld) is GNU ld
configure:12040: result: yes
configure:12050: checking how to control symbol export
configure:12076: result: no
configure:12110: checking for pkg-config
configure:12126: found /usr/local/bin/pkg-config
configure:12137: result: yes
configure:12196: checking for pkg-config
configure:12214: found /usr/local/bin/pkg-config
configure:12226: result: /usr/local/bin/pkg-config
configure:12251: checking pkg-config is at least version 0.9.0
configure:12254: result: yes
configure:12265: checking for OGG
configure:12273: $PKG_CONFIG --exists --print-errors "ogg >= 1.1"
configure:12276: $? = 0
configure:12291: $PKG_CONFIG --exists --print-errors "ogg >= 1.1"
configure:12294: $? = 0
configure:12330: result: yes
configure:12691: checking for VORBIS
configure:12699: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0.1"
configure:12702: $? = 0
configure:12717: $PKG_CONFIG --exists --print-errors "vorbis >= 1.0.1"
configure:12720: $? = 0
configure:12756: result: yes
configure:13037: checking for sdl-config
configure:13068: result: no
configure:13077: checking for SDL - version >= 0.11.0
configure:13217: result: no
configure:13305: WARNING: *** Unable to find SDL -- Not compiling example players ***
configure:13332: checking sys/soundcard.h usability
configure:13349: cc -c -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include conftest.c >&5
configure:13356: $? = 0
configure:13370: result: yes
configure:13374: checking sys/soundcard.h presence
configure:13389: cpp -I/usr/local/include conftest.c
configure:13396: $? = 0
configure:13410: result: yes
configure:13438: checking for sys/soundcard.h
configure:13447: result: yes
configure:13483: checking for PNG
configure:13491: $PKG_CONFIG --exists --print-errors "libpng"
configure:13494: $? = 0
configure:13509: $PKG_CONFIG --exists --print-errors "libpng"
configure:13512: $? = 0
configure:13548: result: yes
configure:13742: checking for library containing ftime
configure:13783: cc -o conftest -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5
/var/tmp//ccH9SnlR.o: In function `main':
conftest.c:(.text+0xf): undefined reference to `ftime'
configure:13790: $? = 1
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "libtheora"
| #define PACKAGE_TARNAME "libtheora"
| #define PACKAGE_VERSION "1.1.1"
| #define PACKAGE_STRING "libtheora 1.1.1"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libtheora"
| #define VERSION "1.1.1"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define OC_X86_ASM /**/
| #define HAVE_SYS_SOUNDCARD_H 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char ftime ();
| int
| main ()
| {
| return ftime ();
| ;
| return 0;
| }
configure:13821: result: no
configure:13830: checking for getopt_long
configure:13886: cc -o conftest -Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -O2 -pipe -march=pentium4 -fno-strict-aliasing -I/usr/local/include -L/usr/local/lib conftest.c >&5
configure:13893: $? = 0
configure:13913: result: yes
configure:14102: creating ./config.status
## ---------------------- ##
## Running config.status. ##
## ---------------------- ##
This file was extended by libtheora config.status 1.1.1, which was
generated by GNU Autoconf 2.63. Invocation command line was
CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status
on thismachine
config.status:1054: creating Makefile
config.status:1201: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
config.status:1236: error: could not create Makefile
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=i386-portbld-freebsd9.0
ac_cv_c_compiler_gnu=yes
ac_cv_env_CAIRO_CFLAGS_set=''
ac_cv_env_CAIRO_CFLAGS_value=''
ac_cv_env_CAIRO_LIBS_set=''
ac_cv_env_CAIRO_LIBS_value=''
ac_cv_env_CC_set=set
ac_cv_env_CC_value=cc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value='-O2 -pipe -march=pentium4 -fno-strict-aliasing'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=-I/usr/local/include
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value=cpp
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=' -L/usr/local/lib'
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value=''
ac_cv_env_OGG_CFLAGS_set=''
ac_cv_env_OGG_CFLAGS_value=''
ac_cv_env_OGG_LIBS_set=''
ac_cv_env_OGG_LIBS_value=''
ac_cv_env_PKG_CONFIG_set=''
ac_cv_env_PKG_CONFIG_value=''
ac_cv_env_PNG_CFLAGS_set=''
ac_cv_env_PNG_CFLAGS_value=''
ac_cv_env_PNG_LIBS_set=''
ac_cv_env_PNG_LIBS_value=''
ac_cv_env_VORBIS_CFLAGS_set=''
ac_cv_env_VORBIS_CFLAGS_value=''
ac_cv_env_VORBIS_LIBS_set=''
ac_cv_env_VORBIS_LIBS_value=''
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=i386-portbld-freebsd9.0
ac_cv_env_host_alias_set=''
ac_cv_env_host_alias_value=''
ac_cv_env_target_alias_set=''
ac_cv_env_target_alias_value=''
ac_cv_func_getopt_long=yes
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_soundcard_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-freebsd9.0
ac_cv_objext=o
ac_cv_path_DOLT_BASH=''
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_SDL_CONFIG=no
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/local/bin/pkg-config
ac_cv_prog_AWK=nawk
ac_cv_prog_CPP=cpp
ac_cv_prog_HAVE_DOXYGEN=false
ac_cv_prog_HAVE_PKG_CONFIG=yes
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_make_set=yes
ac_cv_search_ftime=no
ac_cv_target=i386-portbld-freebsd9.0
am_cv_CC_dependencies_compiler_type=gcc3
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
pkg_cv_OGG_CFLAGS='-I/usr/local/include '
pkg_cv_OGG_LIBS='-L/usr/local/lib -logg '
pkg_cv_PNG_CFLAGS='-I/usr/local/include/libpng15 '
pkg_cv_PNG_LIBS='-L/usr/local/lib -lpng15 '
pkg_cv_VORBIS_CFLAGS='-I/usr/local/include '
pkg_cv_VORBIS_LIBS='-lvorbis -lm -L/usr/local/lib -logg '
## ----------------- ##
## Output variables. ##
## ----------------- ##
ACLOCAL='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run aclocal-1.6'
ACLOCAL_AMFLAGS='-I m4'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run tar'
AR='ar'
AS='as'
AUTOCONF='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run autoconf'
AUTOHEADER='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run autoheader'
AUTOMAKE='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run automake-1.6'
AWK='nawk'
BINDIR=''
BUILDABLE_EXAMPLES=' encoder_example$(EXEEXT) png2theora$(EXEEXT)'
BUILD_SPEC_FALSE=''
BUILD_SPEC_TRUE='#'
CAIRO_CFLAGS=''
CAIRO_LIBS=''
CC='cc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-Wall -Wno-parentheses -O3 -fforce-addr -fomit-frame-pointer -finline-functions -funroll-loops -O2 -pipe -march=pentium4 -fno-strict-aliasing'
CPP='cpp'
CPPFLAGS='-I/usr/local/include'
CPU_x86_32_FALSE='#'
CPU_x86_32_TRUE=''
CPU_x86_64_FALSE=''
CPU_x86_64_TRUE='#'
DEBUG='-g -Wall -Wno-parentheses -DDEBUG -D__NO_MATH_INLINES'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='dlltool'
DOCDIR=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
FGREP='/usr/bin/grep -F'
GETOPT_OBJS=''
GREP='/usr/bin/grep'
HAVE_BIBTEX=''
HAVE_DOXYGEN='false'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HAVE_PDFLATEX=''
HAVE_PKG_CONFIG='yes'
HAVE_TRANSFIG=''
HAVE_VALGRIND=''
INCLUDEDIR=''
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='${SHELL} $(install_sh) -c -s'
LD='/usr/bin/ld'
LDFLAGS=' -L/usr/local/lib'
LIBDIR=''
LIBOBJS=''
LIBS=''
LIBTOOL='$(SHELL) /usr/ports/multimedia/libtheora/work/gnome-libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINFO='${SHELL} /usr/ports/multimedia/libtheora/work/libtheora-1.1.1/missing --run makeinfo'
NM='/usr/bin/nm -B'
NMEDIT=''
OBJDUMP='objdump'
OBJEXT='o'
OGG_CFLAGS='-I/usr/local/include '
OGG_LIBS='-L/usr/local/lib -logg '
OSS_LIBS=''
OTOOL64=''
OTOOL=''
PACKAGE='libtheora'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='libtheora'
PACKAGE_STRING='libtheora 1.1.1'
PACKAGE_TARNAME='libtheora'
PACKAGE_VERSION='1.1.1'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/local/bin/pkg-config'
PNG_CFLAGS='-I/usr/local/include/libpng15 '
PNG_LIBS='-L/usr/local/lib -lpng15 '
PROFILE='-Wall -Wno-parentheses -pg -g -O3 -fno-inline-functions -DDEBUG'
RANLIB='ranlib'
SDL_CFLAGS=''
SDL_CONFIG='no'
SDL_LIBS=''
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP='strip'
THDEC_LIB_AGE='1'
THDEC_LIB_CURRENT='2'
THDEC_LIB_REVISION='4'
THENC_LIB_AGE='1'
THENC_LIB_CURRENT='2'
THENC_LIB_REVISION='2'
THEORADEC_LDFLAGS=' '
THEORAENC_LDFLAGS=' '
THEORA_DISABLE_ENCODE_FALSE=''
THEORA_DISABLE_ENCODE_TRUE='#'
THEORA_DISABLE_FLOAT_FALSE=''
THEORA_DISABLE_FLOAT_TRUE='#'
THEORA_ENABLE_EXAMPLES_FALSE=''
THEORA_ENABLE_EXAMPLES_TRUE='#'
THEORA_LDFLAGS=' '
TH_LIB_AGE='3'
TH_LIB_CURRENT='3'
TH_LIB_REVISION='10'
VALGRIND_ENVIRONMENT=''
VERSION='1.1.1'
VORBISENC_LIBS='-lvorbisenc'
VORBISFILE_LIBS=''
VORBIS_CFLAGS='-I/usr/local/include '
VORBIS_LIBS='-lvorbis -lm -L/usr/local/lib -logg '
ac_ct_CC='cc'
ac_ct_DUMPBIN=''
am__include='include'
am__quote=''
bindir='${exec_prefix}/bin'
build='i386-portbld-freebsd9.0'
build_alias='i386-portbld-freebsd9.0'
build_cpu='i386'
build_os='freebsd9.0'
build_vendor='portbld'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='i386-portbld-freebsd9.0'
host_alias=''
host_cpu='i386'
host_os='freebsd9.0'
host_vendor='portbld'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='/usr/local/info'
install_sh='/usr/ports/multimedia/libtheora/work/libtheora-1.1.1/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
lt_ECHO='echo'
mandir='/usr/local/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i386-portbld-freebsd9.0'
target_alias=''
target_cpu='i386'
target_os='freebsd9.0'
target_vendor='portbld'
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "libtheora"
#define PACKAGE_TARNAME "libtheora"
#define PACKAGE_VERSION "1.1.1"
#define PACKAGE_STRING "libtheora 1.1.1"
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libtheora"
#define VERSION "1.1.1"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define OC_X86_ASM /**/
#define HAVE_SYS_SOUNDCARD_H 1
configure: exit 1
[-- Attachment #3 --]
a2ps-a4-4.13b_4
apr-1.4.6.1.4.1_3
aria2-1.16.0
bash-4.2.37
binutils-2.23.1
bsdadminscripts-6.1.1_3
ca_root_nss-3.14
cmake-2.8.9
cmake-modules-2.8.9
convmv-1.15
cups-1.5.4
cups-base-1.5.4
cups-client-1.5.4
cups-image-1.5.4
cups-pstoraster-8.15.4_7
curl-7.24.0_1
cvsps-2.1_1
db42-4.2.52_5
dtach-0.8_1
enscript-a4-1.6.4_5
expat-2.0.1_2
fcgi-devkit-2.4.0
fcgiwrap-1.0.3_5
ffmpeg1-1.0.1
fontconfig-2.9.0,1
foo2zjs-20110609_2
foomatic-db-20090530_2
foomatic-db-engine-4.0.7,2
foomatic-filters-4.0.7_1
freetype2-2.4.11
frei0r-1.3_1
fusefs-kmod-0.3.9.p1.20080208_11
fusefs-libs-2.9.2
fusefs-ntfs-2012.1.15
gamin-0.1.10_4
gdbm-1.9.1
gettext-0.18.1.1
ghostscript9-nox11-9.06_1
gio-fam-backend-2.28.8_1
git-1.8.0.3
glib-2.28.8_5
gmake-3.82_1
gmp-5.0.5
gnutls-2.12.18_1
gpac-libgpac-0.4.5_6,1
gsfonts-8.11_5
htop-1.0.1_2
icu-50.1
iftop-0.17
jbig2dec-0.11_1
jbigkit-1.6
jesred-1.2.1_1
jpeg-8_4
keychain-2.7.1
lame-3.99.5
lcms2-2.4
libevent-1.4.14b_2
libexecinfo-1.1_3
libgpg-error-1.10
libiconv-1.14
libidn-1.25
libogg-1.3.0,4
libpaper-1.1.24_1
libsigc++-2.2.10
libsigsegv-2.10
libslang2-2.2.4_4
libsunacl-1.0
libtool-2.4.2
libtorrent-0.13.2_1
libublio-20070103
libvorbis-1.3.3_1,3
libvpx-1.1.0
libwww-5.4.0_4
libxml2-2.7.8_5
linux_base-f10-10_5
lookat-1.4.1
lsof-4.87.a,7
m4-1.4.16_1,1
mc-4.8.1.6
mercurial-2.4.2
mono-2.11.4
mpage-2.5.6
mysql-client-5.5.29
mysql-server-5.5.29
nano-2.2.6
nasm-2.10.03,1
nawk-20110810
neon29-0.29.6_4
nettle-2.5
nginx-1.2.6,1
ntp-4.2.6p5_1
opencv-core-2.3.1_5
openjpeg-1.5.0_1
openldap-client-2.4.33_1
orc-0.4.16_1
p11-kit-0.14
p5-Error-0.17019
p5-Net-SMTP-SSL-1.01_1
p5-Term-ReadKey-2.30
p5-subversion-1.7.8
p7zip-9.20.1
pcre-8.32
perl-5.12.4_4
php5-5.4.10
php5-ctype-5.4.10
php5-curl-5.4.10
php5-gd-5.4.10
php5-mysql-5.4.10
php5-mysqli-5.4.10
php5-openssl-5.4.10
php5-session-5.4.10
php5-simplexml-5.4.10
php5-zlib-5.4.10
pkg-1.0.4_1
pkgconf-0.8.9
png-1.5.13
popt-1.16
portaudit-0.6.0
portmaster-3.14_8
pv-1.4.0
py27-mercurialserver-1.2.0
python27-2.7.3_5
qemu-0.11.1_11
rar-4.2.0,3
rsync-3.0.9_2
rtmpdump-2.4_1
rtorrent-0.9.2_1
samba36-3.6.9
schroedinger-1.0.11_1
smartmontools-6.0
splix-2.0.0_4
sqlbuddy-1.3.3
sqlite3-3.7.14.1
squid-2.7.9_3
ssh-copy-id-5.6p1
subversion-1.7.8
sudo-1.8.6.p3_1
svgalib-1.4.3_6
talloc-2.0.7
tdb-1.2.9,1
texi2html-5.0_1,1
tiff-4.0.3
tmux-1.7_1
unzip-6.0_1
vim-7.3.669
wget-1.13.4_1
x264-0.125.2201
xmlrpc-c-devel-1.32.99
xvid-1.3.2,1
yasm-1.2.0
zfs-stats-1.2.2
zfsnap-1.11.0
zsh-5.0.2
[-- Attachment #4 --]
===> libtheora-1.1.1_3 depends on file: /usr/local/sbin/pkg - found
=> libtheora-1.1.1.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/.
=> Attempting to fetch http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
libtheora-1.1.1.tar.bz2 1858 kB 20 MBps
===> Extracting for libtheora-1.1.1_3
=> SHA256 Checksum OK for libtheora-1.1.1.tar.bz2.
===> Patching for libtheora-1.1.1_3
===> libtheora-1.1.1_3 depends on package: libtool>=2.4 - found
===> Applying FreeBSD patches for libtheora-1.1.1_3
===> libtheora-1.1.1_3 depends on package: libtool>=2.4 - found
===> libtheora-1.1.1_3 depends on shared library: vorbis.4 - found
===> Configuring for libtheora-1.1.1_3
checking build system type... i386-portbld-freebsd9.0
checking host system type... i386-portbld-freebsd9.0
checking target system type... i386-portbld-freebsd9.0
checking for a BSD-compatible install... /usr/bin/install -c -o root -g wheel
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... no
checking for nawk... nawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... cc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 for style of include used by make... GNU
checking dependency style of cc... gcc3
checking how to run the C preprocessor... cpp
checking whether cc understands -c and -o together... yes
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 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... freebsd9.0 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... yes
checking for doxygen... false
configure: WARNING: *** doxygen not found, API documentation will not be built
checking for pdflatex... no
checking for bibtex... no
checking for fig2dev... no
configure: WARNING: *** Format Specification will not built.
checking for ld used by cc... (cached) /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... (cached) yes
checking how to control symbol export... no
checking for pkg-config... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for OGG... yes
checking for VORBIS... yes
checking for sdl-config... no
checking for SDL - version >= 0.11.0... no
*** The sdl-config script installed by SDL could not be found
*** If SDL was installed in PREFIX, make sure PREFIX/bin is in
*** your path, or set the SDL_CONFIG environment variable to the
*** full path to sdl-config.
configure: WARNING: *** Unable to find SDL -- Not compiling example players ***
checking sys/soundcard.h usability... yes
checking sys/soundcard.h presence... yes
checking for sys/soundcard.h... yes
checking for PNG... yes
checking for library containing ftime... no
checking for getopt_long... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting
nawk: floating point exception 8
source line number 1 source file ./confcDNgWk/subs.awk
context is
>>> <<<
config.status: error: could not create Makefile
===> Script "configure" failed unexpectedly.
Please report the problem to multimedia@FreeBSD.org [maintainer] and attach
the "/usr/ports/multimedia/libtheora/work/libtheora-1.1.1/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. a
/usr/local/sbin/pkg info -g -Ea).
*** Error code 1
Stop in /usr/ports/multimedia/libtheora.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAEAhP2jDnb5vo4%2Bnuc44sPbqAMcLhofeDJfFcSSz3sT-A355Uw>
