| Summary: | media-libs/libvorbis configure fails | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Slawomir Gasiorowski <sgasiorowski> |
| Component: | [OLD] Library | Assignee: | Gentoo Sound Team <sound> |
| Status: | RESOLVED INVALID | ||
| Severity: | major | CC: | sgasiorowski |
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | AMD64 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
|
Description
Slawomir Gasiorowski
2007-03-22 06:39:58 UTC
Here is part of config.log generated by configure script:
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.59. Invocation command line was
$ ./configure --prefix=/usr --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --libdir=/usr/lib64 --build=x86_64-pc-linux-gnu
## --------- ##
## Platform. ##
## --------- ##
hostname = pc-126
uname -m = x86_64
uname -r = 2.6.20-gentoo-r1
uname -s = Linux
uname -v = #1 Wed Mar 7 13:39:13 CET 2007
/usr/bin/uname -p = AMD Athlon(tm) 64 Processor 3500+
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /usr/local/sbin
PATH: /sbin
PATH: /usr/sbin
PATH: /usr/lib64/portage/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /opt/bin
PATH: /usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1
PATH: /usr/kde/3.5/sbin
PATH: /usr/kde/3.5/bin
PATH: /usr/qt/3/bin
## ----------- ##
## Core tests. ##
## ----------- ##
configure:1537: checking build system type
configure:1555: result: x86_64-pc-linux-gnu
configure:1563: checking host system type
configure:1577: result: x86_64-pc-linux-gnu
configure:1585: checking target system type
configure:1599: result: x86_64-pc-linux-gnu
configure:1631: checking for a BSD-compatible install
configure:1686: result: /bin/install -c
configure:1697: checking whether build environment is sane
configure:1740: result: yes
configure:1805: checking for gawk
configure:1821: found /bin/gawk
configure:1831: result: gawk
configure:1841: checking whether make sets $(MAKE)
configure:1861: result: yes
configure:2029: checking whether to enable maintainer-specific portions of Makefiles
configure:2038: result: no
configure:2084: checking for x86_64-pc-linux-gnu-gcc
configure:2100: found /usr/bin/x86_64-pc-linux-gnu-gcc
configure:2110: result: x86_64-pc-linux-gnu-gcc
configure:2392: checking for C compiler version
configure:2395: x86_64-pc-linux-gnu-gcc --version </dev/null >&5
x86_64-pc-linux-gnu-gcc (GCC) 4.1.1 (Gentoo 4.1.1-r3)
Copyright (C) 2006 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:2398: $? = 0
configure:2400: x86_64-pc-linux-gnu-gcc -v </dev/null >&5
Using built-in specs.
Target: x86_64-pc-linux-gnu
Configured with: /var/tmp/portage/sys-devel/gcc-4.1.1-r3/work/gcc-4.1.1/configure --prefix=/usr --bindir=/usr/x86_64-pc-linux-gnu/gcc-bin/4.1.1 --includedir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include --datadir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1 --mandir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/man --infodir=/usr/share/gcc-data/x86_64-pc-linux-gnu/4.1.1/info --with-gxx-include-dir=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.1/include/g++-v4 --host=x86_64-pc-linux-gnu --build=x86_64-pc-linux-gnu --disable-altivec --enable-nls --without-included-gettext --with-system-zlib --disable-checking --disable-werror --enable-secureplt --disable-libunwind-exceptions --disable-multilib --disable-libmudflap --disable-libssp --disable-libgcj --enable-languages=c,c++,fortran --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu
Thread model: posix
gcc version 4.1.1 (Gentoo 4.1.1-r3)
configure:2403: $? = 0
configure:2405: x86_64-pc-linux-gnu-gcc -V </dev/null >&5
x86_64-pc-linux-gnu-gcc: '-V' option must have argument
configure:2408: $? = 1
configure:2431: checking for C compiler default output file name
configure:2434: x86_64-pc-linux-gnu-gcc -O2 -march=k8 -pipe conftest.c >&5
/lib64/libc.so.6: file not recognized: File format not recognized
collect2: ld returned 1 exit status
configure:2437: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libvorbis"
| #define VERSION "1.1.2"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:2476: error: C compiler cannot create executables
SendEnv LANG LC_*
HashKnownHosts yes
Sorry, I have pasted some trash from clippboard. Problem is somewhere else. I found that I can't compile any package. I suppose that problem is somewhere betwee binutils/glibc and gcc. Sorry. |