Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Feb 2006 15:31:55 +0100
From:      Mathieu Prevot <freebsd-ports-bugs@club-internet.fr>
To:        freebsd-ports-bugs@freebsd.org
Cc:        lioux@freebsd.org
Subject:   ogle / liba52-devel problem
Message-ID:  <20060221143155.GA22568@scienceclue.ath.cx>

next in thread | raw e-mail | index | archive | help

--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: inline

Hello,

ogled [1] doesn't build:

checking for dvdread/dvd_reader.h... yes
checking for mlib_VideoDCT8x8_S16_S16 in -lmlib... no
checking for a52_free in -la52-devel ... no
checking for a52_init in -la52-devel ... no
configure: error: Need liba52, install a52dec or specify it's location
===>  Script "configure" failed unexpectedly.

I tryed ./configure --with-liba52=/usr/local/lib but failed in the same manner.

I do have the files:
liba52-devel.a
liba52-devel.la
liba52-devel.so@ (link)
liba52-devel.so.0
liba52-devel_p.a

[1]
# New ports collection makefile for:  ogle
# Date created:       Tue Oct 16 18:35:39 BRST 2001
# Whom:     Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD: ports/multimedia/ogle/Makefile,v 1.30 2005/12/12 18:57:01 lioux Exp $

--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename="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 configure, which was
generated by GNU Autoconf 2.53.  Invocation command line was

  $ ./configure --with-libjpeg=/usr/local --with-dvdread=/usr/local --with-libmad=/usr/local --with-liba52=/usr/local --x-libraries=/usr/X11R6/lib --x-includes=/usr/X11R6/include --prefix=/usr/local amd64-portbld-freebsd6.1

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

hostname = scienceclue.ath.cx
uname -m = amd64
uname -r = 6.1-PRERELEASE
uname -s = FreeBSD
uname -v = FreeBSD 6.1-PRERELEASE #29: Sat Feb 18 02:31:01 CET 2006     root@hyphen.totoho.org:/usr/obj/usr/src/sys/HYPHEN64 

/usr/bin/uname -p = amd64
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
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: /usr/X11R6/bin
PATH: /root/bin


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

configure:1433: checking for a BSD-compatible install
configure:1487: result: /usr/bin/install -c -o root -g wheel
configure:1498: checking whether build environment is sane
configure:1541: result: yes
configure:1574: checking for gawk
configure:1603: result: no
configure:1574: checking for mawk
configure:1603: result: no
configure:1574: checking for nawk
configure:1590: found /usr/bin/nawk
configure:1600: result: nawk
configure:1610: checking whether gmake sets ${MAKE}
configure:1630: result: yes
configure:1775: checking whether to enable maintainer-specific portions of Makefiles
configure:1784: result: no
configure:1805: checking build system type
configure:1823: result: amd64-portbld-freebsd6.1
configure:1831: checking host system type
configure:1845: result: amd64-portbld-freebsd6.1
configure:1862: checking for amd64-portbld-freebsd6.1-gcc
configure:1888: result: cc
configure:2170: checking for C compiler version
configure:2173: cc --version </dev/null >&5
cc (GCC) 3.4.4 [FreeBSD] 20050518
Copyright (C) 2004 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:2176: $? = 0
configure:2178: cc -v </dev/null >&5
Using built-in specs.
Configured with: FreeBSD/amd64 system compiler
Thread model: posix
gcc version 3.4.4 [FreeBSD] 20050518
configure:2181: $? = 0
configure:2183: cc -V </dev/null >&5
cc: `-V' option must have argument
configure:2186: $? = 1
configure:2212: checking for C compiler default output
configure:2215: cc -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:2218: $? = 0
configure:2251: result: a.out
configure:2256: checking whether the C compiler works
configure:2262: ./a.out
configure:2265: $? = 0
configure:2280: result: yes
configure:2287: checking whether we are cross compiling
configure:2289: result: no
configure:2292: checking for suffix of executables
configure:2294: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:2297: $? = 0
configure:2319: result: 
configure:2325: checking for suffix of object files
configure:2349: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:2352: $? = 0
configure:2371: result: o
configure:2375: checking whether we are using the GNU C compiler
configure:2402: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:2405: $? = 0
configure:2408: test -s conftest.o
configure:2411: $? = 0
configure:2423: result: yes
configure:2429: checking whether cc accepts -g
configure:2453: cc -c -g  -I/usr/local/include conftest.c >&5
configure:2456: $? = 0
configure:2459: test -s conftest.o
configure:2462: $? = 0
configure:2472: result: yes
configure:2499: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2502: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
configure:2631: checking for style of include used by gmake
configure:2659: result: GNU
configure:2687: checking dependency style of cc
configure:2749: result: gcc3
configure:2843: checking for ld used by GCC
configure:2906: result: /usr/bin/ld
configure:2915: checking if the linker (/usr/bin/ld) is GNU ld
GNU ld version 2.15 [FreeBSD] 2004-05-23
configure:2927: result: yes
configure:2932: checking for /usr/bin/ld option to reload object files
configure:2939: result: -r
configure:2944: checking for BSD-compatible nm
configure:2980: result: nm
configure:2983: checking whether ln -s works
configure:2987: result: yes
configure:2994: checking how to recognise dependant libraries
configure:3172: result: pass_all
configure:3185: checking command to parse nm output
configure:3266: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3269: $? = 0
configure:3273: nm conftest.o \| sed -n -e 's/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p' \> conftest.nm
configure:3276: $? = 0
configure:3328: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c conftstm.o >&5
configure:3331: $? = 0
configure:3375: result: ok
configure:3384: checking how to run the C preprocessor
configure:3410: cc -E  -I/usr/local/include conftest.c
configure:3416: $? = 0
configure:3443: cc -E  -I/usr/local/include conftest.c
configure:3440:28: ac_nonexistent.h: No such file or directory
configure:3449: $? = 1
configure: failed program was:
#line 3439 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3486: result: cc -E
configure:3501: cc -E  -I/usr/local/include conftest.c
configure:3507: $? = 0
configure:3534: cc -E  -I/usr/local/include conftest.c
configure:3531:28: ac_nonexistent.h: No such file or directory
configure:3540: $? = 1
configure: failed program was:
#line 3530 "configure"
#include "confdefs.h"
#include <ac_nonexistent.h>
configure:3580: checking for ANSI C header files
configure:3594: cc -E  -I/usr/local/include conftest.c
configure:3600: $? = 0
configure:3687: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:3690: $? = 0
configure:3692: ./conftest
configure:3695: $? = 0
configure:3709: result: yes
configure:3733: checking for sys/types.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for sys/stat.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for stdlib.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for string.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for memory.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for strings.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for inttypes.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for stdint.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3733: checking for unistd.h
configure:3746: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3749: $? = 0
configure:3752: test -s conftest.o
configure:3755: $? = 0
configure:3765: result: yes
configure:3791: checking dlfcn.h usability
configure:3800: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:3803: $? = 0
configure:3806: test -s conftest.o
configure:3809: $? = 0
configure:3818: result: yes
configure:3822: checking dlfcn.h presence
configure:3829: cc -E  -I/usr/local/include conftest.c
configure:3835: $? = 0
configure:3853: result: yes
configure:3871: checking for dlfcn.h
configure:3878: result: yes
configure:4037: checking for amd64-portbld-freebsd6.1-ranlib
configure:4066: result: no
configure:4075: checking for ranlib
configure:4091: found /usr/bin/ranlib
configure:4102: result: ranlib
configure:4117: checking for amd64-portbld-freebsd6.1-strip
configure:4146: result: no
configure:4155: checking for strip
configure:4171: found /usr/bin/strip
configure:4182: result: strip
configure:4393: checking for objdir
configure:4404: result: .libs
configure:4421: checking for cc option to produce PIC
configure:4571: result: -fPIC
configure:4575: checking if cc PIC flag -fPIC works
configure:4601: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -fPIC -DPIC  -I/usr/local/include conftest.c >&5
configure:4604: $? = 0
configure:4607: test -s conftest.o
configure:4610: $? = 0
configure:4647: result: yes
configure:4663: checking if cc static flag -static works
configure:4690: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  -static conftest.c  >&5
configure:4693: $? = 0
configure:4696: test -s conftest
configure:4699: $? = 0
configure:4714: result: yes
configure:4726: checking if cc supports -c -o file.o
configure:4746: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -o out/conftest2.o  -I/usr/local/include conftest.c >&5
configure:4770: result: yes
configure:4775: checking if cc supports -c -o file.lo
configure:4805: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -c -o conftest.lo  -I/usr/local/include conftest.c >&5
configure:4808: $? = 0
configure:4811: test -s conftest.lo
configure:4814: $? = 0
configure:4835: result: yes
configure:4866: checking if cc supports -fno-rtti -fno-exceptions
configure:4891: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -fno-rtti -fno-exceptions -c conftest.c  -I/usr/local/include conftest.c >&5
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
cc1: warning: command line option "-fno-rtti" is valid for C++/ObjC++ but not for C
configure:4894: $? = 0
configure:4897: test -s conftest.o
configure:4900: $? = 0
configure:4916: result: yes
configure:4927: checking whether the linker (/usr/bin/ld) supports shared libraries
configure:5607: result: yes
configure:5612: checking how to hardcode library paths into programs
configure:5636: result: immediate
configure:5641: checking whether stripping libraries is possible
configure:5646: result: yes
configure:5657: checking dynamic linker characteristics
configure:6050: result: freebsd6.1 ld.so
configure:6055: checking if libtool supports shared libraries
configure:6057: result: yes
configure:6060: checking whether to build shared libraries
configure:6081: result: yes
configure:6084: checking whether to build static libraries
configure:6088: result: yes
configure:6750: checking whether -lc should be explicitly linked in
configure:6758: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:6761: $? = 0
configure:6775: cc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o conftest 2\>\&1 \| grep  -lc  \>/dev/null 2\>\&1
configure:6778: $? = 1
configure:6791: result: yes
configure:7362: checking whether byte ordering is bigendian
configure:7392: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:7395: $? = 0
configure:7398: test -s conftest.o
configure:7401: $? = 0
configure:7428: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure: In function `main':
configure:7419: error: syntax error before "big"
configure:7431: $? = 1
configure: failed program was:
#line 7405 "configure"
#include "confdefs.h"
#include <sys/types.h>
#include <sys/param.h>

#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
#if BYTE_ORDER != BIG_ENDIAN
 not big endian
#endif

  ;
  return 0;
}
configure:7545: result: no
configure:7564: checking for cc option to accept ANSI C
configure:7627: cc  -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:7630: $? = 0
configure:7633: test -s conftest.o
configure:7636: $? = 0
configure:7653: result: none needed
configure:7661: checking for an ANSI C-conforming const
configure:7731: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:7734: $? = 0
configure:7737: test -s conftest.o
configure:7740: $? = 0
configure:7750: result: yes
configure:7760: checking for inline
configure:7777: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:7780: $? = 0
configure:7783: test -s conftest.o
configure:7786: $? = 0
configure:7797: result: inline
configure:7813: checking for always_inline
configure:7836: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -Wall -Werror  -I/usr/local/include conftest.c >&5
configure:7839: $? = 0
configure:7842: test -s conftest.o
configure:7845: $? = 0
configure:7855: result: yes
configure:7866: checking for inttypes.h
configure:7871: result: yes
configure:9469: checking byteswap.h usability
configure:9478: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:9507:22: byteswap.h: No such file or directory
configure:9481: $? = 1
configure: failed program was:
#line 9472 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <byteswap.h>
configure:9496: result: no
configure:9500: checking byteswap.h presence
configure:9507: cc -E  -I/usr/local/include conftest.c
configure:9504:22: byteswap.h: No such file or directory
configure:9513: $? = 1
configure: failed program was:
#line 9503 "configure"
#include "confdefs.h"
#include <byteswap.h>
configure:9531: result: no
configure:9549: checking for byteswap.h
configure:9556: result: no
configure:9469: checking sys/bswap.h usability
configure:9478: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:9507:23: sys/bswap.h: No such file or directory
configure:9481: $? = 1
configure: failed program was:
#line 9472 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <sys/bswap.h>
configure:9496: result: no
configure:9500: checking sys/bswap.h presence
configure:9507: cc -E  -I/usr/local/include conftest.c
configure:9504:23: sys/bswap.h: No such file or directory
configure:9513: $? = 1
configure: failed program was:
#line 9503 "configure"
#include "confdefs.h"
#include <sys/bswap.h>
configure:9531: result: no
configure:9549: checking for sys/bswap.h
configure:9556: result: no
configure:9469: checking sys/endian.h usability
configure:9478: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:9481: $? = 0
configure:9484: test -s conftest.o
configure:9487: $? = 0
configure:9496: result: yes
configure:9500: checking sys/endian.h presence
configure:9507: cc -E  -I/usr/local/include conftest.c
configure:9513: $? = 0
configure:9531: result: yes
configure:9549: checking for sys/endian.h
configure:9556: result: yes
configure:9469: checking sys/param.h usability
configure:9478: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:9481: $? = 0
configure:9484: test -s conftest.o
configure:9487: $? = 0
configure:9496: result: yes
configure:9500: checking sys/param.h presence
configure:9507: cc -E  -I/usr/local/include conftest.c
configure:9513: $? = 0
configure:9531: result: yes
configure:9549: checking for sys/param.h
configure:9556: result: yes
configure:9469: checking stropts.h usability
configure:9478: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include conftest.c >&5
configure:9507:21: stropts.h: No such file or directory
configure:9481: $? = 1
configure: failed program was:
#line 9472 "configure"
#include "confdefs.h"
#include <stdio.h>
#if HAVE_SYS_TYPES_H
# include <sys/types.h>
#endif
#if HAVE_SYS_STAT_H
# include <sys/stat.h>
#endif
#if STDC_HEADERS
# include <stdlib.h>
# include <stddef.h>
#else
# if HAVE_STDLIB_H
#  include <stdlib.h>
# endif
#endif
#if HAVE_STRING_H
# if !STDC_HEADERS && HAVE_MEMORY_H
#  include <memory.h>
# endif
# include <string.h>
#endif
#if HAVE_STRINGS_H
# include <strings.h>
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>
#else
# if HAVE_STDINT_H
#  include <stdint.h>
# endif
#endif
#if HAVE_UNISTD_H
# include <unistd.h>
#endif
#include <stropts.h>
configure:9496: result: no
configure:9500: checking stropts.h presence
configure:9507: cc -E  -I/usr/local/include conftest.c
configure:9504:21: stropts.h: No such file or directory
configure:9513: $? = 1
configure: failed program was:
#line 9503 "configure"
#include "confdefs.h"
#include <stropts.h>
configure:9531: result: no
configure:9549: checking for stropts.h
configure:9556: result: no
configure:9570: checking for X
configure:9786: result: libraries /usr/X11R6/lib, headers /usr/X11R6/include
configure:9943: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c   -L/usr/X11R6/lib -lX11 >&5
configure:9946: $? = 0
configure:9949: test -s conftest
configure:9952: $? = 0
configure:10090: checking for gethostbyname
configure:10133: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:10136: $? = 0
configure:10139: test -s conftest
configure:10142: $? = 0
configure:10152: result: yes
configure:10285: checking for connect
configure:10328: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:10331: $? = 0
configure:10334: test -s conftest
configure:10337: $? = 0
configure:10347: result: yes
configure:10413: checking for remove
configure:10456: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:10459: $? = 0
configure:10462: test -s conftest
configure:10465: $? = 0
configure:10475: result: yes
configure:10541: checking for shmat
configure:10584: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:10587: $? = 0
configure:10590: test -s conftest
configure:10593: $? = 0
configure:10603: result: yes
configure:10678: checking for IceConnectionNumber in -lICE
configure:10711: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  -L/usr/X11R6/lib conftest.c -lICE   >&5
configure:10714: $? = 0
configure:10717: test -s conftest
configure:10720: $? = 0
configure:10731: result: yes
configure:10743: checking for X11/extensions/XShm.h
configure:10756: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  -I/usr/X11R6/include conftest.c >&5
configure:10759: $? = 0
configure:10762: test -s conftest.o
configure:10765: $? = 0
configure:10775: result: yes
configure:10787: checking for XShmQueryExtension in -lXext
configure:10820: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c -lXext  -L/usr/X11R6/lib -lX11   >&5
configure:10823: $? = 0
configure:10826: test -s conftest
configure:10829: $? = 0
configure:10840: result: yes
configure:10851: checking for XSolarisGetVisualGamma in -lXmu
configure:10884: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c -lXmu  -L/usr/X11R6/lib -lX11   >&5
/var/tmp//ccIQIhRO.o(.text+0x7): In function `main':
: undefined reference to `XSolarisGetVisualGamma'
configure:10887: $? = 1
configure: failed program was:
#line 10859 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char XSolarisGetVisualGamma ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
XSolarisGetVisualGamma ();
  ;
  return 0;
}
configure:10904: result: no
configure:10940: checking X11/extensions/Xv.h usability
configure:10949: cc -c -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  -I/usr/X11R6/include conftest.c >&5
configure:10952: $? = 0
configure:10955: test -s conftest.o
configure:10958: $? = 0
configure:10967: result: yes
configure:10971: checking X11/extensions/Xv.h presence
configure:10978: cc -E  -I/usr/local/include  -I/usr/X11R6/include conftest.c
configure:10984: $? = 0
configure:11002: result: yes
configure:11020: checking for X11/extensions/Xv.h
configure:11027: result: yes
configure:11039: checking for XvQueryExtension in -lXv
configure:11072: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c -lXv  -L/usr/X11R6/lib -lX11 -lXext   >&5
configure:11075: $? = 0
configure:11078: test -s conftest
configure:11081: $? = 0
configure:11092: result: yes
configure:11137: checking for main in -ljpeg
configure:11164: cc -o conftest -L/usr/local/lib  -I/usr/local/include  conftest.c -ljpeg -L/usr/local/lib  >&5
configure:11167: $? = 0
configure:11170: test -s conftest
configure:11173: $? = 0
configure:11184: result: yes
configure:11222: checking jpeglib.h usability
configure:11231: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -w  -I/usr/local/include -I/usr/local/include conftest.c >&5
configure:11234: $? = 0
configure:11237: test -s conftest.o
configure:11240: $? = 0
configure:11249: result: yes
configure:11253: checking jpeglib.h presence
configure:11260: cc -E -w  -I/usr/local/include -I/usr/local/include conftest.c
configure:11266: $? = 0
configure:11284: result: yes
configure:11302: checking for jpeglib.h
configure:11309: result: yes
configure:11332: checking for clock_gettime
configure:11375: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:11378: $? = 0
configure:11381: test -s conftest
configure:11384: $? = 0
configure:11394: result: yes
configure:11473: checking for nanosleep
configure:11516: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:11519: $? = 0
configure:11522: test -s conftest
configure:11525: $? = 0
configure:11535: result: yes
configure:11673: checking for madvise
configure:11716: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2  -I/usr/local/include  conftest.c  >&5
configure:11719: $? = 0
configure:11722: test -s conftest
configure:11725: $? = 0
configure:11735: result: yes
configure:11773: checking for DVDDiscID in -ldvdread
configure:11806: cc -o conftest -L/usr/local/lib  -I/usr/local/include  conftest.c -ldvdread -L/usr/local/lib  >&5
configure:11809: $? = 0
configure:11812: test -s conftest
configure:11815: $? = 0
configure:11826: result: yes
configure:11930: checking dvdread/dvd_reader.h usability
configure:11939: cc -c -O2 -fno-strict-aliasing -pipe  -O2 -w  -I/usr/local/include -D_LARGEFILE64_SOURCE -I/usr/local/include conftest.c >&5
configure:11942: $? = 0
configure:11945: test -s conftest.o
configure:11948: $? = 0
configure:11957: result: yes
configure:11961: checking dvdread/dvd_reader.h presence
configure:11968: cc -E -w  -I/usr/local/include -D_LARGEFILE64_SOURCE -I/usr/local/include conftest.c
configure:11974: $? = 0
configure:11992: result: yes
configure:12010: checking for dvdread/dvd_reader.h
configure:12017: result: yes
configure:12055: checking for mlib_VideoDCT8x8_S16_S16 in -lmlib
configure:12088: cc -o conftest -O2 -fno-strict-aliasing -pipe  -O2 -L/opt/SUNWmlib/lib  -I/usr/local/include  conftest.c -lmlib   >&5
/usr/bin/ld: cannot find -lmlib
configure:12091: $? = 1
configure: failed program was:
#line 12063 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char mlib_VideoDCT8x8_S16_S16 ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
mlib_VideoDCT8x8_S16_S16 ();
  ;
  return 0;
}
configure:12108: result: no
configure:12292: checking for a52_free in -la52-devel 
configure:12325: cc -o conftest -L/usr/local/lib  -I/usr/local/include  conftest.c -la52-devel  -L/usr/local/lib -lm  >&5
/usr/local/lib/liba52-devel.so: undefined reference to `fftc4_un64'
/usr/local/lib/liba52-devel.so: undefined reference to `fftc4_un128'
configure:12328: $? = 1
configure: failed program was:
#line 12300 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char a52_free ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
a52_free ();
  ;
  return 0;
}
configure:12345: result: no
configure:12423: checking for a52_init in -la52-devel 
configure:12456: cc -o conftest -L/usr/local/lib  -I/usr/local/include  conftest.c -la52-devel  -L/usr/local/lib -lm  >&5
/usr/local/lib/liba52-devel.so: undefined reference to `fftc4_un64'
/usr/local/lib/liba52-devel.so: undefined reference to `fftc4_un128'
configure:12459: $? = 1
configure: failed program was:
#line 12431 "configure"
#include "confdefs.h"

/* Override any gcc2 internal prototype to avoid an error.  */
#ifdef __cplusplus
extern "C"
#endif
/* We use char because int might match the return type of a gcc2
   builtin and then its argument prototype would still apply.  */
char a52_init ();
#ifdef F77_DUMMY_MAIN
#  ifdef __cplusplus
     extern "C"
#  endif
   int F77_DUMMY_MAIN() { return 1; }
#endif
int
main ()
{
a52_init ();
  ;
  return 0;
}
configure:12476: result: no
configure:12484: error: Need liba52, install a52dec or specify it's location

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

am_cv_CC_dependencies_compiler_type=gcc3
ac_cv_header_sys_endian_h=yes
ac_cv_lib_dvdread_DVDDiscID=yes
ac_cv_c_bigendian=no
ac_cv_lib_Xmu_XSolarisGetVisualGamma=no
ac_cv_lib_Xext_XShmQueryExtension=yes
ac_cv_header_stdlib_h=yes
lt_cv_file_magic_cmd='$MAGIC_CMD'
ac_cv_header_stropts_h=no
ac_cv_prog_cc_g=yes
ac_cv_env_LDFLAGS_set=''
ac_cv_header_byteswap_h=no
lt_cv_prog_cc_can_build_shared=yes
ac_cv_c_compiler_gnu=yes
ac_cv_exeext=''
ac_cv_env_CFLAGS_set=set
ac_cv_prog_make_gmake_set=yes
lt_cv_sys_max_cmd_len=262144
ac_cv_env_CPP_value=''
ac_cv_env_CPPFLAGS_set=set
lt_cv_prog_cc_static_works=yes
lt_cv_prog_cc_no_builtin=''
lt_cv_prog_cc_shlib=''
lt_cv_prog_cc_static=-static
ac_cv_env_host_alias_set=set
ac_cv_c_const=yes
lt_cv_ld_reload_flag=-r
ac_cv_func_nanosleep=yes
ac_cv_header_jpeglib_h=yes
ac_cv_header_X11_extensions_XShm_h=yes
ac_cv_prog_CC=cc
lt_cv_sys_path_separator=:
ac_cv_header_dvdread_dvd_reader_h=yes
ac_cv_func_remove=yes
lt_cv_archive_cmds_need_lc=yes
ac_cv_header_sys_stat_h=yes
lt_cv_prog_gnu_ld=yes
ac_cv_env_build_alias_set=set
ac_cv_env_LDFLAGS_value=''
ac_cv_env_target_alias_set=set
ac_cv_lib_a52_a52_free=no
ac_cv_prog_cc_stdc=''
ac_cv_host_alias=amd64-portbld-freebsd6.1
ac_cv_env_CFLAGS_value='-O2 -fno-strict-aliasing -pipe  -O2'
ac_cv_env_CC_set=set
ac_cv_func_shmat=yes
ac_cv_have_x='have_x=yes 		ac_x_includes=/usr/X11R6/include ac_x_libraries=/usr/X11R6/lib'
lt_cv_prog_cc_wl=-Wl,
ac_cv_header_sys_types_h=yes
ac_cv_header_stdc=yes
ac_cv_header_strings_h=yes
ac_cv_header_stdint_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_func_gethostbyname=yes
ac_cv_header_sys_param_h=yes
ac_cv_c_inline=inline
ac_cv_header_unistd_h=yes
ac_cv_header_string_h=yes
lt_cv_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern char \1;/p'\'''
lt_cv_path_LD=/usr/bin/ld
ac_cv_build_alias=amd64-portbld-freebsd6.1
ac_cv_env_CPPFLAGS_value=' -I/usr/local/include'
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_header_memory_h=yes
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_host=amd64-portbld-freebsd6.1
ac_cv_env_host_alias_value=amd64-portbld-freebsd6.1
ac_cv_lib_jpeg_main=yes
lt_cv_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/  {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/  {"\2", (lt_ptr) \&\2},/p'\'''
ac_cv_func_madvise=yes
lt_cv_compiler_c_o=yes
lt_cv_prog_cc_pic_works=yes
lt_cv_file_magic_test_file=''
ac_cv_func_clock_gettime=yes
ac_cv_func_connect=yes
ac_cv_prog_CPP='cc -E'
ac_cv_build=amd64-portbld-freebsd6.1
ac_cv_prog_AWK=nawk
ac_cv_env_build_alias_value=amd64-portbld-freebsd6.1
lt_cv_prog_cc_pic=' -fPIC'
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ 	]\([ABCDGISTW][ABCDGISTW]*\)[ 	][ 	]*\(\)\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2\3 \3/p'\'''
lt_cv_deplibs_check_method=pass_all
ac_cv_header_X11_extensions_Xv_h=yes
lt_cv_compiler_o_lo=yes
ac_cv_env_target_alias_value=amd64-portbld-freebsd6.1
ac_cv_env_CC_value=cc
ac_cv_lib_Xv_XvQueryExtension=yes
lt_cv_path_NM=nm
ac_cv_env_CPP_set=''
ac_cv_header_sys_bswap_h=no
ac_cv_always_inline=yes
ac_cv_header_dlfcn_h=yes
ac_cv_lib_mlib_mlib_VideoDCT8x8_S16_S16=no
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_a52_a52_init=no
ac_cv_objext=o

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "ogle"
#define VERSION "0.9.2"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define inline __attribute__ ((__always_inline__))
#define HAVE_SYS_ENDIAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_XSHM 1
#define HAVE_XV 1
#define HAVE_CLOCK_GETTIME 1
#define HAVE_MADVISE 1

configure: exit 1

--9jxsPFA5p3P2qPhR
Content-Type: text/plain; charset=iso-8859-15
Content-Disposition: attachment; filename=pkgs

ORBit2-2.12.4_1
OpenSP-1.5_6
aalib-1.4.r5_1
amspsfnt-1.0_3
apache+mod_ssl-1.3.34+2.8.25_3
atk-1.10.3
autoconf-2.13.000227_5
autoconf-2.59_2
automake-1.9.6
bash-3.0.16_1
bison-1.75_2,1
bitstream-vera-1.10_2
boxtools-0.70.0
cairo-1.0.2_1
ccache-2.4_3
cmpsfont-1.0_4
cups-base-1.1.23.0_8
cvsup-without-gui-16.1h_2
desktop-file-utils-0.10_3
distcc-2.18.3_3
djbfft-0.76_2
docbook-1.3
docbook-241_2
docbook-3.0_2
docbook-3.1_2
docbook-4.0_2
docbook-4.1_2
docbook-xml-4.2_1
expat-2.0.0
ezm3-1.1
firefox-1.5_6,1
flops-2.0
fluxbox-devel-0.9.14_1
fluxconf-0.9.8_1
fontconfig-2.3.2_1,1
forkbomb-1.4
freetype-1.3.1_3
freetype2-2.1.10_2
ftpmirror-1.96_3
gail-1.8.8
gamin-0.1.5_2
gconf2-2.12.1
gd-2.0.33_4,1
gettext-0.14.5_1
ghostscript-gnu-7.07_14
gimp-2.2.10,1
gimp-print-4.2.7_1
glib-1.2.10_11
glib-2.8.6
gmake-3.80_2
gnomehier-2.0_7
gnomemimedata-2.4.2
gnomevfs2-2.12.2_1
gnuplot-4.0.0_4
gnutls-1.2.9
gsfonts-8.11_2
gtk-1.2.10_13
gtk-2.8.11
gtk-engines2-2.6.7
gtkmm-2.2.12_4
help2man-1.36.3
hicolor-icon-theme-0.5
howl-1.0.0
imake-6.9.0
imlib2-1.2.1.010
intltool-0.34.1
ipcheck-0.233,1
iso8879-1986_2
ja-sazanami-ttf-20040629
ja-vflib-2.25.6_6
jpeg-6b_3
lame-3.96.1
lcms-1.14,1
libIDL-0.8.6_1
libXft-2.1.7
liba52-devel-0.7.4.2005112800
libart_lgpl2-2.3.17
libast-0.6.1_1
libbonobo-2.10.1_2
libcroco-0.6.0_2
libdrm-2.0
libdvdcss-1.2.9_1
libdvdread-0.9.4_1
libexif-0.6.12_1
libgcrypt-1.2.2
libglade2-2.5.1_3
libgnomecanvas-2.12.0
libgpg-error-1.1
libgsf-1.13.3
libgtkhtml-2.11.0
libiconv-1.9.2_1
libijs-0.35
libltdl-1.5.22
libmad-0.15.1b_1
libmikmod-3.1.11
libmng-1.0.9
libogg-1.1.3,3
librsvg2-2.12.7_3
libsigc++-1.2.7
libsndfile-1.0.13
libtool-1.3.5_2
libtool-1.5.22_1
libungif-4.1.4
libvorbis-1.1.2,3
libwmf-0.2.8.4
libwww-5.4.0_1
libxml2-2.6.23
libxslt-1.1.15
linc-1.0.3_4
linuxdoc-1.1_1
m4-1.4.4
man2html-3.0.1_1
mime-support-3.35.1
mm-1.4.0
mod_php5-5.1.2_1,1
mplayer-0.99.7_9
mplayer-skins-1.1.2_1
mutt-1.4.2.1_2
nas-1.7b
nmap-3.95
nspr-4.6.1
nss-3.11
numlockx-1.1
open-motif-2.2.3_2
openjade-1.3.2_6
p5-Socket6-0.19
p5-XML-Parser-2.34_2
p5-gettext-1.05_1
p5-type1inst-0.6.1_2
pango-1.10.2
pcre-6.4
pdflib-6.0.2
perl-5.8.7_2
pixmap-2.6
pkgconfig-0.20
png-1.2.8_2
popt-1.7
python-2.4.2
qmake-3.3.5
qt-copy-3.3.5
samba-libsmbclient-3.0.21a
scons-0.96.91
sgmlformat-1.7_2
shared-mime-info-0.16_2
sqlite-3.2.8
t1lib-5.1.0,1
tcl-8.4.11,1
teTeX-base-3.0_6
teTeX-texmf-3.0_3
tex-texmflocal-1.9
texi2html-1.76_1,1
texinfo-4.8_3
texmaker-1.12
tiff-3.8.0
unzip-5.52_2
xmlcatmgr-2.2
xmms-1.2.10_4
xorg-clients-6.9.0_1
xorg-fonts-encodings-6.9.0
xorg-fonts-miscbitmaps-6.9.0
xorg-fonts-truetype-6.9.0
xorg-libraries-6.9.0
xorg-server-6.9.0
xpdf-3.01_2
xterm-206_1
zip-2.31

--9jxsPFA5p3P2qPhR--



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