Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37802 - vorbis-tools-1.0.1 fails to compile
Summary: vorbis-tools-1.0.1 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High blocker (vote)
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-10 08:13 UTC by Kevin McGrath
Modified: 2004-04-03 16:22 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin McGrath 2004-01-10 08:13:06 UTC
when I try to emerge vorbis-tools-1.0.1 (required for emerge -u world) I get an error:

gcc -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe -o oggenc oggenc.o audio.o encode.o platform.o resample.o  ../share/libutf8.a ../share/libgetopt.a -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libOggFLAC.so /usr/lib/libFLAC.so -lm /usr/lib/libogg.so
audio.o(.data+0x30): undefined reference to `flac_id'
audio.o(.data+0x38): undefined reference to `flac_open'
audio.o(.data+0x3c): undefined reference to `flac_close'
audio.o(.data+0x48): undefined reference to `oggflac_id'
audio.o(.data+0x50): undefined reference to `flac_open'
audio.o(.data+0x54): undefined reference to `flac_close'
collect2: ld returned 1 exit status
make[2]: *** [oggenc] Error 1
make[2]: Leaving directory `/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make: *** [all-recursive] Error 1
 
!!! ERROR: media-sound/vorbis-tools-1.0.1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)

I've made sure I have the most recent ligogg installed and searched the web, but I can't seem to get it to compile.  Any help would be great.


Thanks.

Reproducible: Always
Steps to Reproduce:
1.emerge -u vorbis-tools (or just: emerge vorbis-tools)


Actual Results:  
Calculating world dependencies ...done!
>>> emerge (1 of 12) media-sound/vorbis-tools-1.0.1 to /
>>> md5 src_uri ;-) vorbis-tools-1.0.1.tar.gz
>>> Unpacking source...
>>> Unpacking vorbis-tools-1.0.1.tar.gz to /var/tmp/portage/vorbis-tools-1.0.1/work
>>> Source unpacked.
configure: WARNING: If you wanted to set the --build type, don't use --host.
    If a cross compiler is detected then cross compile mode will be used.
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for i486-pc-linux-gnu-strip... no
checking for strip... strip
checking whether to enable maintainer-specific portions of Makefiles... no
checking for i486-pc-linux-gnu-gcc... gcc
checking for C compiler default output... 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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... i686-pc-linux-gnu
checking host system type... i486-pc-linux-gnu
checking for ld used by GCC... /usr/i486-pc-linux-gnu/bin/ld
checking if the linker (/usr/i486-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i486-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking for a sed that does not truncate output... /bin/sed
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking command to parse nm output... ok
checking how to run the C preprocessor... gcc -E
checking for egrep... grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for i486-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i486-pc-linux-gnu-strip... strip
checking for objdir... .libs
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.lo... yes
checking if gcc supports -fno-rtti -fno-exceptions... yes
checking whether the linker (/usr/i486-pc-linux-gnu/bin/ld) supports shared
libraries... yes
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking whether -lc should be explicitly linked in... no
creating libtool
checking for i486-pc-linux-gnu-ranlib... ranlib
checking for strerror in -lcposix... no
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for working alloca.h... yes
checking for alloca... yes
checking for stdlib.h... (cached) yes
checking for unistd.h... (cached) yes
checking for getpagesize... yes
checking for working mmap... yes
checking whether we are using the GNU C Library 2.1 or newer... yes
checking argz.h usability... yes
checking argz.h presence... yes
checking for argz.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking nl_types.h usability... yes
checking nl_types.h presence... yes
checking for nl_types.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking stddef.h usability... yes
checking stddef.h presence... yes
checking for stddef.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking for feof_unlocked... yes
checking for fgets_unlocked... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... yes
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for stpcpy... yes
checking for strchr... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for __argz_count... yes
checking for __argz_stringify... yes
checking for __argz_next... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for GNU gettext in libc... yes
checking for dcgettext... yes
checking for msgfmt... /usr/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for bison... bison
checking version of bison... 1.875, ok
checking for catalogs to be installed...  be cs da es fr hr hu nl ro ru sv
checking for Ogg... yes
checking for library containing cos... -lm
checking for Vorbis... yes
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... yes
checking for ogg123 requirements
checking for dlopen... no
checking for dlopen in -ldl... yes
checking for ao... yes
checking for libcurl... no
*** Could not run libcurl test program, checking why...
*** The test program failed to compile or link. See the file config.log for the
*** exact error that occured. This usually means libcurl was incorrectly installed
*** or that you have moved libcurl since it was installed.
configure: WARNING: libcurl missing
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for the pthreads library -lpthreads... no
checking whether pthreads work without any flags... no
checking whether pthreads work with -Kthread... no
checking whether pthreads work with -kthread... no
checking for the pthreads library -llthread... no
checking for the pthreads library -lpthread... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... no
checking for cc_r... gcc
checking for log in -lm... yes
checking for FLAC__stream_decoder_process_single in -lFLAC... yes
checking for OggFLAC__stream_decoder_new in -lOggFLAC... yes
checking for FLAC/stream_decoder.h... yes
checking for log in -lm... (cached) yes
checking for speex_decoder_init in -lspeex... yes
checking for speex.h... yes
checking for working alloca.h... (cached) yes
checking for alloca... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
         extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft,
char * *outbuf, size_t *outbytesleft);
checking for atexit... yes
checking for on_exit... yes
checking for nl_langinfo and CODESET... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating intl/Makefile
config.status: creating po/Makefile.in
config.status: creating include/Makefile
config.status: creating share/Makefile
config.status: creating win32/Makefile
config.status: creating oggdec/Makefile
config.status: creating oggenc/Makefile
config.status: creating oggenc/man/Makefile
config.status: creating ogg123/Makefile
config.status: creating vorbiscomment/Makefile
config.status: creating vcut/Makefile
config.status: creating ogginfo/Makefile
config.status: creating debian/Makefile
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
configure: WARNING: Prerequisites for ogg123 not met, ogg123 will be skipped.
Please ensure that you have POSIX threads, libcurl and libao libraries and
headers present if you would like to build ogg123.
Making all in po
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/po'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/po'
Making all in intl
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/intl'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/intl'
Making all in include
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/include'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/include'
Making all in share
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/share'
source='charset.c' object='charset.o' libtool=no \
depfile='.deps/charset.Po' tmpdepfile='.deps/charset.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1
-DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST=
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1
-DHAVE_DCGETTEXT=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1
-DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_ICONV=1
-DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I.
-I. -I../include    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops
-pipe -c `test -f 'charset.c' || echo './'`charset.c
source='iconvert.c' object='iconvert.o' libtool=no \
depfile='.deps/iconvert.Po' tmpdepfile='.deps/iconvert.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1
-DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST=
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1
-DHAVE_DCGETTEXT=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1
-DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_ICONV=1
-DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I.
-I. -I../include    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops
-pipe -c `test -f 'iconvert.c' || echo './'`iconvert.c
source='utf8.c' object='utf8.o' libtool=no \
depfile='.deps/utf8.Po' tmpdepfile='.deps/utf8.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1
-DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST=
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1
-DHAVE_DCGETTEXT=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1
-DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_ICONV=1
-DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I.
-I. -I../include    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops
-pipe -c `test -f 'utf8.c' || echo './'`utf8.c
source='getopt.c' object='getopt.o' libtool=no \
depfile='.deps/getopt.Po' tmpdepfile='.deps/getopt.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1
-DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST=
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1
-DHAVE_DCGETTEXT=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1
-DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_ICONV=1
-DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I.
-I. -I../include    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops
-pipe -c `test -f 'getopt.c' || echo './'`getopt.c
source='getopt1.c' object='getopt1.o' libtool=no \
depfile='.deps/getopt1.Po' tmpdepfile='.deps/getopt1.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\"
-DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"vorbis-tools\"
-DVERSION=\"1.0.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1
-DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1
-DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1
-DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1
-DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1 -DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1
-DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1
-DHAVE_FEOF_UNLOCKED=1 -DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1
-DHAVE_GETEUID=1 -DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1
-DHAVE_MUNMAP=1 -DHAVE_PUTENV=1 -DHAVE_SETENV=1 -DHAVE_SETLOCALE=1
-DHAVE_STPCPY=1 -DHAVE_STRCHR=1 -DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1
-DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1 -DHAVE___ARGZ_COUNT=1
-DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1 -DHAVE_ICONV=1 -DICONV_CONST=
-DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1 -DENABLE_NLS=1 -DHAVE_GETTEXT=1
-DHAVE_DCGETTEXT=1 -DHAVE_CURL=1 -DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1
-DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_ICONV=1
-DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1 -DHAVE_LANGINFO_CODESET=1  -I.
-I. -I../include    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops
-pipe -c `test -f 'getopt1.c' || echo './'`getopt1.c
rm -f libutf8.a
ar cru libutf8.a charset.o iconvert.o utf8.o
ranlib libutf8.a
rm -f libgetopt.a
ar cru libgetopt.a getopt.o getopt1.o
ranlib libgetopt.a
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/share'
Making all in debian
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/debian'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/debian'
Making all in win32
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/win32'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/win32'
Making all in oggenc
make[1]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
Making all in man
make[2]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc/man'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc/man'
make[2]: Entering directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
source='oggenc.c' object='oggenc.o' libtool=no \
depfile='.deps/oggenc.Po' tmpdepfile='.deps/oggenc.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1
-DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1
-DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1
-DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1
-DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CURL=1
-DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1 -DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/usr/include -I/usr/include
-I../intl    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe
-c `test -f 'oggenc.c' || echo './'`oggenc.c
source='audio.c' object='audio.o' libtool=no \
depfile='.deps/audio.Po' tmpdepfile='.deps/audio.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1
-DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1
-DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1
-DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1
-DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CURL=1
-DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1 -DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/usr/include -I/usr/include
-I../intl    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe
-c `test -f 'audio.c' || echo './'`audio.c
source='encode.c' object='encode.o' libtool=no \
depfile='.deps/encode.Po' tmpdepfile='.deps/encode.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1
-DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1
-DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1
-DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1
-DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CURL=1
-DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1 -DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/usr/include -I/usr/include
-I../intl    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe
-c `test -f 'encode.c' || echo './'`encode.c
source='platform.c' object='platform.o' libtool=no \
depfile='.deps/platform.Po' tmpdepfile='.deps/platform.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1
-DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1
-DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1
-DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1
-DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CURL=1
-DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1 -DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/usr/include -I/usr/include
-I../intl    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe
-c `test -f 'platform.c' || echo './'`platform.c
source='resample.c' object='resample.o' libtool=no \
depfile='.deps/resample.Po' tmpdepfile='.deps/resample.TPo' \
depmode=gcc3 /bin/sh ../depcomp \
gcc -DLOCALEDIR=\"/usr/share/locale\" -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\"
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\"
-DPACKAGE=\"vorbis-tools\" -DVERSION=\"1.0.1\" -DSTDC_HEADERS=1
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1
-DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1
-DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1
-DHAVE_ARGZ_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_NL_TYPES_H=1
-DHAVE_MALLOC_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1
-DHAVE_UNISTD_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_FEOF_UNLOCKED=1
-DHAVE_FGETS_UNLOCKED=1 -DHAVE_GETCWD=1 -DHAVE_GETEGID=1 -DHAVE_GETEUID=1
-DHAVE_GETGID=1 -DHAVE_GETUID=1 -DHAVE_MEMPCPY=1 -DHAVE_MUNMAP=1 -DHAVE_PUTENV=1
-DHAVE_SETENV=1 -DHAVE_SETLOCALE=1 -DHAVE_STPCPY=1 -DHAVE_STRCHR=1
-DHAVE_STRCASECMP=1 -DHAVE_STRDUP=1 -DHAVE_STRTOUL=1 -DHAVE_TSEARCH=1
-DHAVE___ARGZ_COUNT=1 -DHAVE___ARGZ_STRINGIFY=1 -DHAVE___ARGZ_NEXT=1
-DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_LANGINFO_CODESET=1 -DHAVE_LC_MESSAGES=1
-DENABLE_NLS=1 -DHAVE_GETTEXT=1 -DHAVE_DCGETTEXT=1 -DHAVE_CURL=1
-DHAVE_PTHREAD=1 -DHAVE_LIBFLAC=1 -DHAVE_LIBSPEEX=1 -DHAVE_ALLOCA_H=1
-DHAVE_ALLOCA=1 -DHAVE_ICONV=1 -DICONV_CONST= -DHAVE_ATEXIT=1 -DHAVE_ON_EXIT=1
-DHAVE_LANGINFO_CODESET=1  -I. -I. -I../include -I/usr/include -I/usr/include
-I../intl    -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe
-c `test -f 'resample.c' || echo './'`resample.c
/bin/sh ../libtool --mode=link gcc  -O20 -ffast-math -fsigned-char -O3
-mcpu=i686 -funroll-loops -pipe   -o oggenc  oggenc.o audio.o encode.o
platform.o resample.o ../share/libutf8.a ../share/libgetopt.a -L/usr/lib
-lvorbisenc -L/usr/lib -lvorbis -lm  -L/usr/lib -logg -lOggFLAC -lFLAC -lm
-L/usr/lib -logg
mkdir .libs
gcc -O20 -ffast-math -fsigned-char -O3 -mcpu=i686 -funroll-loops -pipe -o oggenc
oggenc.o audio.o encode.o platform.o resample.o  ../share/libutf8.a
../share/libgetopt.a -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so
/usr/lib/libOggFLAC.so /usr/lib/libFLAC.so -lm /usr/lib/libogg.so
audio.o(.data+0x30): undefined reference to `flac_id'
audio.o(.data+0x38): undefined reference to `flac_open'
audio.o(.data+0x3c): undefined reference to `flac_close'
audio.o(.data+0x48): undefined reference to `oggflac_id'
audio.o(.data+0x50): undefined reference to `flac_open'
audio.o(.data+0x54): undefined reference to `flac_close'
collect2: ld returned 1 exit status
make[2]: *** [oggenc] Error 1
make[2]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make: *** [all-recursive] Error 1
 
!!! ERROR: media-sound/vorbis-tools-1.0.1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)


Expected Results:  
it should emerge and compile without fail.
Comment 1 Nick Hadaway 2004-01-21 02:52:38 UTC
Added support for the flac use variable to the vorbis-tools-1.0.1.ebuild.  You should now have no problems compiling.  Please test and let me know how things work for you.
Comment 2 Kurt Hindenburg 2004-04-03 16:22:58 UTC
I get the same error.  I tried using USE="-flac" and USE="flac", neither made a difference.


mkdir .libs
gcc -O20 -ffast-math -fsigned-char -march=athlon -O3 -pipe -fomit-frame-pointer -o oggenc oggenc.o audio.o encode.o platform.o resample.o  ../share/libutf8.a ../share/libgetopt.a -L/usr/lib /usr/lib/libvorbisenc.so /usr/lib/libvorbis.so /usr/lib/libOggFLAC.so /usr/lib/libFLAC.so -lm /usr/lib/libogg.so
audio.o(.data+0x30): undefined reference to `flac_id'
audio.o(.data+0x38): undefined reference to `flac_open'
audio.o(.data+0x3c): undefined reference to `flac_close'
audio.o(.data+0x48): undefined reference to `oggflac_id'
audio.o(.data+0x50): undefined reference to `flac_open'
audio.o(.data+0x54): undefined reference to `flac_close'
collect2: ld returned 1 exit status
make[2]: *** [oggenc] Error 1
make[2]: Leaving directory `/mnt/part6/portage-tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/mnt/part6/portage-tmp/portage/vorbis-tools-1.0.1/work/vorbis-tools-1.0.1/oggenc'
make: *** [all-recursive] Error 1

!!! ERROR: media-sound/vorbis-tools-1.0.1 failed.
!!! Function src_compile, Line 29, Exitcode 2
!!! (no error message)