ports/99185: Problem building audio/vorbis-tools on clean 5.2.1 box

Aaron Dalton aaron at FreeBSD.org
Mon Jun 19 17:50:45 UTC 2006


>Number:         99185
>Category:       ports
>Synopsis:       Problem building audio/vorbis-tools on clean 5.2.1 box
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jun 19 17:50:19 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Aaron Dalton
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD moondance.itsy-bitsy.net 5.4-RELEASE FreeBSD 5.4-RELEASE #0: Sun May 8 10:21:06 UTC 2005 root at harlow.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386

Build fails on clean 5.2.1 jail.

	
>Description:
Trying to 'make' audio/vorbis-tools on a clean 5.2.1 jail results in the 
below build error.  Is there a dependency or config flag missing from the 
port Makefile?

fivetwoone# make
===>  Vulnerability check disabled, database not found
===>  Extracting for vorbis-tools-1.1.1,3
=> MD5 Checksum OK for vorbis-tools-1.1.1.tar.gz.
===>  Patching for vorbis-tools-1.1.1,3
===>  Applying FreeBSD patches for vorbis-tools-1.1.1,3
===>   vorbis-tools-1.1.1,3 depends on shared library: ao.3 - found
===>   vorbis-tools-1.1.1,3 depends on shared library: curl.3 - found
===>   vorbis-tools-1.1.1,3 depends on shared library: FLAC.7 - found
===>   vorbis-tools-1.1.1,3 depends on shared library: speex.3 - found
===>   vorbis-tools-1.1.1,3 depends on shared library: vorbis.3 - found
===>   vorbis-tools-1.1.1,3 depends on shared library: intl - found
===>  Configuring for vorbis-tools-1.1.1,3
checking build system type... i386-portbld-freebsd5.2.1
checking host system type... i386-portbld-freebsd5.2.1
checking target system type... i386-portbld-freebsd5.2.1
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 ANSI C... none needed
checking for style of include used by make... GNU
checking dependency style of cc... gcc3
checking for a sed that does not truncate output... /usr/bin/sed
checking for egrep... grep -E
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... cc -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 whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
checking dependency style of c++... gcc3
checking how to run the C++ preprocessor... c++ -E
checking for g77... no
checking for f77... f77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether f77 accepts -g... yes
checking the maximum length of command line arguments... (cached) 65536
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc static flag  works... yes
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld) supports shared libraries... 
yes
checking whether -lc should be explicitly linked in... yes
checking dynamic linker characteristics... freebsd5.2.1 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
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by c++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking for c++ option to produce PIC... -fPIC
checking if c++ PIC flag -fPIC works... yes
checking if c++ supports -c -o file.o... yes
checking whether the c++ linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... freebsd5.2.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for f77 option to produce PIC... -fPIC
checking if f77 PIC flag -fPIC works... yes
checking if f77 supports -c -o file.o... yes
checking whether the f77 linker (/usr/bin/ld) supports shared libraries... 
yes
checking dynamic linker characteristics... freebsd5.2.1 ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
./configure.lineno: ./ltconfig: not found
checking whether NLS is requested... yes
checking for msgfmt... /usr/local/bin/msgfmt
checking for gmsgfmt... /usr/local/bin/msgfmt
checking for xgettext... /usr/local/bin/xgettext
checking for msgmerge... /usr/local/bin/msgmerge
checking for ranlib... (cached) ranlib
checking for library containing strerror... none required
checking for an ANSI C-conforming const... yes
checking for signed... yes
checking for inline... inline
checking for off_t... yes
checking for size_t... yes
checking for long long... yes
checking for long double... yes
checking for wchar_t... yes
checking for wint_t... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for intmax_t... yes
checking whether printf() supports POSIX/XSI format strings... yes
checking for working alloca.h... no
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... no
checking whether integer division by zero raises SIGFPE... yes
checking for unsigned long long... yes
checking for inttypes.h... yes
checking whether the inttypes.h PRIxNN macros are broken... no
checking for stdint.h... (cached) yes
checking for SIZE_MAX... yes
checking for stdint.h... (cached) yes
checking for ptrdiff_t... yes
checking argz.h usability... no
checking argz.h presence... no
checking for argz.h... no
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... no
checking malloc.h presence... no
checking for malloc.h... no
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 asprintf... yes
checking for fwprintf... yes
checking for getcwd... yes
checking for getegid... yes
checking for geteuid... yes
checking for getgid... yes
checking for getuid... yes
checking for mempcpy... no
checking for munmap... yes
checking for putenv... yes
checking for setenv... yes
checking for setlocale... yes
checking for snprintf... yes
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strdup... yes
checking for strtoul... yes
checking for tsearch... yes
checking for wcslen... yes
checking for __argz_count... no
checking for __argz_stringify... no
checking for __argz_next... no
checking for __fsetlocking... no
checking whether _snprintf is declared... no
checking whether _snwprintf is declared... no
checking whether feof_unlocked is declared... yes
checking whether fgets_unlocked is declared... no
checking whether getc_unlocked is declared... yes
checking for iconv... yes
checking for iconv declaration...
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for bison... no
checking for ld used by GCC... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for shared library run path origin... ./config.rpath: Can't open 
./config.rpath: No such file or directory
done
checking whether NLS is requested... yes
checking whether included gettext is requested... no
checking for GNU gettext in libc... no
checking for GNU gettext in libintl... yes
checking whether to use NLS... yes
checking where the gettext function comes from... external libintl
checking how to link with libintl... -lintl
checking for pkg-config... yes
checking for pkg-config... /usr/local/bin/pkg-config
checking for ogg >= 1.0... yes
checking OGG_CFLAGS... -I/usr/local/include
checking OGG_LIBS... -L/usr/local/lib -logg
checking for vorbis >= 1.0.1... yes
checking VORBIS_CFLAGS... -I/usr/local/include
checking VORBIS_LIBS... -L/usr/local/lib -lvorbis -lm -logg
checking for socket in -lsocket... no
checking for gethostbyname in -lnsl... no
checking for ogg123 requirements
checking for dlopen... yes
checking for ao... yes
checking for libcurl... yes
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_join in LIBS=-lc_r with CFLAGS=-D_THREAD_SAFE... yes
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE
checking if more special flags are required for pthreads... -D_THREAD_SAFE
checking for cc_r... cc
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/speex.h... yes
checking for working alloca.h... (cached) no
checking for alloca... (cached) yes
checking for iconv... (cached) yes
checking for iconv declaration... (cached)
         extern size_t iconv (iconv_t cd, const char * *inbuf, size_t 
*inbytesleft, char * *outbuf, size_t *outbytesleft);
checking for atexit... yes
checking for on_exit... no
checking for nl_langinfo and CODESET... (cached) yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: creating intl/Makefile
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: creating config.h
config.status: executing depfiles commands
config.status: executing default-1 commands
config.status: creating po/POTFILES
config.status: creating po/Makefile
===>  Building for vorbis-tools-1.1.1,3
make  all-recursive
Making all in po
Making all in intl
Making all in include
Making all in share
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/usr/local/include  
-fsigned-char -O -pipe -mcpu=pentiumpro -MT charset.o -MD -MP -MF 
".deps/charset.Tpo" -c -o charset.o charset.c;  then mv -f 
".deps/charset.Tpo" ".deps/charset.Po"; else rm -f ".deps/charset.Tpo"; 
exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/usr/local/include  
-fsigned-char -O -pipe -mcpu=pentiumpro -MT iconvert.o -MD -MP -MF 
".deps/iconvert.Tpo" -c -o iconvert.o iconvert.c;  then mv -f 
".deps/iconvert.Tpo" ".deps/iconvert.Po"; else rm -f ".deps/iconvert.Tpo"; 
exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/usr/local/include  
-fsigned-char -O -pipe -mcpu=pentiumpro -MT utf8.o -MD -MP -MF 
".deps/utf8.Tpo" -c -o utf8.o utf8.c;  then mv -f ".deps/utf8.Tpo" 
".deps/utf8.Po"; else rm -f ".deps/utf8.Tpo"; exit 1; fi
rm -f libutf8.a
ar cru libutf8.a charset.o iconvert.o  utf8.o
ranlib libutf8.a
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/usr/local/include  
-fsigned-char -O -pipe -mcpu=pentiumpro -MT getopt.o -MD -MP -MF 
".deps/getopt.Tpo" -c -o getopt.o getopt.c;  then mv -f ".deps/getopt.Tpo" 
".deps/getopt.Po"; else rm -f ".deps/getopt.Tpo"; exit 1; fi
if cc -DHAVE_CONFIG_H -I. -I. -I.. -I../include   -I/usr/local/include  
-fsigned-char -O -pipe -mcpu=pentiumpro -MT getopt1.o -MD -MP -MF 
".deps/getopt1.Tpo" -c -o getopt1.o getopt1.c;  then mv -f 
".deps/getopt1.Tpo" ".deps/getopt1.Po"; else rm -f ".deps/getopt1.Tpo"; 
exit 1; fi
rm -f libgetopt.a
ar cru libgetopt.a getopt.o getopt1.o
ranlib libgetopt.a
Making all in debian
Making all in win32
Making all in ogg123
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT audio.o 
-MD -MP -MF ".deps/audio.Tpo" -c -o audio.o audio.c;  then mv -f 
".deps/audio.Tpo" ".deps/audio.Po"; else rm -f ".deps/audio.Tpo"; exit 1; 
fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT buffer.o 
-MD -MP -MF ".deps/buffer.Tpo" -c -o buffer.o buffer.c;  then mv -f 
".deps/buffer.Tpo" ".deps/buffer.Po"; else rm -f ".deps/buffer.Tpo"; exit 
1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
callbacks.o -MD -MP -MF ".deps/callbacks.Tpo" -c -o callbacks.o 
callbacks.c;  then mv -f ".deps/callbacks.Tpo" ".deps/callbacks.Po"; else 
rm -f ".deps/callbacks.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
cfgfile_options.o -MD -MP -MF ".deps/cfgfile_options.Tpo" -c -o 
cfgfile_options.o cfgfile_options.c;  then mv -f 
".deps/cfgfile_options.Tpo" ".deps/cfgfile_options.Po"; else rm -f 
".deps/cfgfile_options.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
cmdline_options.o -MD -MP -MF ".deps/cmdline_options.Tpo" -c -o 
cmdline_options.o cmdline_options.c;  then mv -f 
".deps/cmdline_options.Tpo" ".deps/cmdline_options.Po"; else rm -f 
".deps/cmdline_options.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
file_transport.o -MD -MP -MF ".deps/file_transport.Tpo" -c -o 
file_transport.o file_transport.c;  then mv -f ".deps/file_transport.Tpo" 
".deps/file_transport.Po"; else rm -f ".deps/file_transport.Tpo"; exit 1; 
fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT format.o 
-MD -MP -MF ".deps/format.Tpo" -c -o format.o format.c;  then mv -f 
".deps/format.Tpo" ".deps/format.Po"; else rm -f ".deps/format.Tpo"; exit 
1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
http_transport.o -MD -MP -MF ".deps/http_transport.Tpo" -c -o 
http_transport.o http_transport.c;  then mv -f ".deps/http_transport.Tpo" 
".deps/http_transport.Po"; else rm -f ".deps/http_transport.Tpo"; exit 1; 
fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT ogg123.o 
-MD -MP -MF ".deps/ogg123.Tpo" -c -o ogg123.o ogg123.c;  then mv -f 
".deps/ogg123.Tpo" ".deps/ogg123.Po"; else rm -f ".deps/ogg123.Tpo"; exit 
1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
oggvorbis_format.o -MD -MP -MF ".deps/oggvorbis_format.Tpo" -c -o 
oggvorbis_format.o oggvorbis_format.c;  then mv -f 
".deps/oggvorbis_format.Tpo" ".deps/oggvorbis_format.Po"; else rm -f 
".deps/oggvorbis_format.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
playlist.o -MD -MP -MF ".deps/playlist.Tpo" -c -o playlist.o playlist.c;  
then mv -f ".deps/playlist.Tpo" ".deps/playlist.Po"; else rm -f 
".deps/playlist.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT status.o 
-MD -MP -MF ".deps/status.Tpo" -c -o status.o status.c;  then mv -f 
".deps/status.Tpo" ".deps/status.Po"; else rm -f ".deps/status.Tpo"; exit 
1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
transport.o -MD -MP -MF ".deps/transport.Tpo" -c -o transport.o 
transport.c;  then mv -f ".deps/transport.Tpo" ".deps/transport.Po"; else 
rm -f ".deps/transport.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
vorbis_comments.o -MD -MP -MF ".deps/vorbis_comments.Tpo" -c -o 
vorbis_comments.o vorbis_comments.c;  then mv -f 
".deps/vorbis_comments.Tpo" ".deps/vorbis_comments.Po"; else rm -f 
".deps/vorbis_comments.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
flac_format.o -MD -MP -MF ".deps/flac_format.Tpo" -c -o flac_format.o 
flac_format.c;  then mv -f ".deps/flac_format.Tpo" ".deps/flac_format.Po"; 
else rm -f ".deps/flac_format.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
easyflac.o -MD -MP -MF ".deps/easyflac.Tpo" -c -o easyflac.o easyflac.c;  
then mv -f ".deps/easyflac.Tpo" ".deps/easyflac.Po"; else rm -f 
".deps/easyflac.Tpo"; exit 1; fi
if cc -DSYSCONFDIR=\"/usr/local/etc\" 
-DLOCALEDIR=\"/usr/local/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/usr/local/include   -I/usr/local/include   -I/usr/local/include 
-I/usr/local/include  -D_THREAD_SAFE -D_THREAD_SAFE -I../include -I../intl   
-I/usr/local/include  -fsigned-char -O -pipe -mcpu=pentiumpro -MT 
speex_format.o -MD -MP -MF ".deps/speex_format.Tpo" -c -o speex_format.o 
speex_format.c;  then mv -f ".deps/speex_format.Tpo" 
".deps/speex_format.Po"; else rm -f ".deps/speex_format.Tpo"; exit 1; fi
/bin/sh ../libtool --tag=CC --mode=link cc  -fsigned-char -O -pipe 
-mcpu=pentiumpro   -L/usr/local/lib -L/usr/local/lib -o ogg123  audio.o 
buffer.o  callbacks.o cfgfile_options.o  cmdline_options.o 
file_transport.o  format.o http_transport.o ogg123.o  oggvorbis_format.o 
playlist.o status.o  transport.o vorbis_comments.o flac_format.o  
easyflac.o  speex_format.o ../share/libutf8.a ../share/libgetopt.a  
-lvorbisfile -L/usr/local/lib -lvorbis -lm -logg   -L/usr/local/lib -logg   
-L/usr/local/lib -lao   -liconv -L/usr/local/lib -lcurl -D_THREAD_SAFE 
-D_THREAD_SAFE  -lc_r -lintl -lOggFLAC -lFLAC -lm -L/usr/local/lib -logg   
-lspeex -lm
mkdir .libs
cc -fsigned-char -O -pipe -mcpu=pentiumpro -o ogg123 audio.o buffer.o 
callbacks.o cfgfile_options.o cmdline_options.o file_transport.o format.o 
http_transport.o ogg123.o oggvorbis_format.o playlist.o status.o 
transport.o vorbis_comments.o flac_format.o easyflac.o speex_format.o 
-D_THREAD_SAFE -D_THREAD_SAFE  -L/usr/local/lib ../share/libutf8.a 
../share/libgetopt.a /usr/local/lib/libvorbisfile.so 
/usr/local/lib/libvorbis.so /usr/local/lib/libao.so -lcurl 
/usr/local/lib/libintl.so /usr/local/lib/libiconv.so 
/usr/local/lib/libOggFLAC.so /usr/local/lib/libFLAC.so 
/usr/local/lib/libogg.so /usr/local/lib/libspeex.so -lm -Wl,--rpath 
-Wl,/usr/local/lib -Wl,--rpath -Wl,/usr/local/lib
buffer.o: In function `buffer_thread_func':
buffer.o(.text+0x350): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0x4d2): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `submit_data_chunk':
buffer.o(.text+0x508): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0x608): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_thread_start':
buffer.o(.text+0x874): undefined reference to `pthread_create'
buffer.o: In function `buffer_thread_pause':
buffer.o(.text+0x89b): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0x8c1): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_thread_unpause':
buffer.o(.text+0x8eb): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0x91c): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_thread_kill':
buffer.o(.text+0x95d): undefined reference to `pthread_join'
buffer.o: In function `buffer_get_data':
buffer.o(.text+0x9be): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xac2): undefined reference to `pthread_cleanup_pop'
buffer.o(.text+0xac7): undefined reference to `pthread_testcancel'
buffer.o: In function `buffer_mark_eos':
buffer.o(.text+0xafb): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xb33): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_abort_write':
buffer.o(.text+0xb6b): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xba7): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_action_now':
buffer.o(.text+0xbf2): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xc25): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_insert_action_at_end':
buffer.o(.text+0xc72): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xcb3): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_append_action_at_end':
buffer.o(.text+0xd02): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xd43): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_insert_action_at':
buffer.o(.text+0xd9e): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xddf): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_append_action_at':
buffer.o(.text+0xe2e): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xe6f): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_wait_for_empty':
buffer.o(.text+0xe9f): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xef4): undefined reference to `pthread_cleanup_pop'
buffer.o: In function `buffer_statistics':
buffer.o(.text+0xf28): undefined reference to `pthread_cleanup_push'
buffer.o(.text+0xf81): undefined reference to `pthread_cleanup_pop'
http_transport.o: In function `http_open':
http_transport.o(.text+0x4fc): undefined reference to `pthread_create'
http_transport.o: In function `http_close':
http_transport.o(.text+0x6f2): undefined reference to `pthread_join'
status.o: In function `status_clear_line':
status.o(.text+0x6e6): undefined reference to `pthread_cleanup_push'
status.o(.text+0x717): undefined reference to `pthread_cleanup_pop'
status.o: In function `status_print_statistics':
status.o(.text+0x748): undefined reference to `pthread_cleanup_push'
status.o(.text+0x825): undefined reference to `pthread_cleanup_pop'
status.o: In function `status_message':
status.o(.text+0x861): undefined reference to `pthread_cleanup_push'
status.o(.text+0x8a4): undefined reference to `pthread_cleanup_pop'
status.o: In function `vstatus_message':
status.o(.text+0x8e1): undefined reference to `pthread_cleanup_push'
status.o(.text+0x924): undefined reference to `pthread_cleanup_pop'
status.o: In function `status_error':
status.o(.text+0x959): undefined reference to `pthread_cleanup_push'
status.o(.text+0x99c): undefined reference to `pthread_cleanup_pop'
status.o: In function `vstatus_error':
status.o(.text+0x9c6): undefined reference to `pthread_cleanup_push'
status.o(.text+0xa09): undefined reference to `pthread_cleanup_pop'
*** Error code 1

Stop in /usr/ports/audio/vorbis-tools/work/vorbis-tools-1.1.1/ogg123.
*** Error code 1

Stop in /usr/ports/audio/vorbis-tools/work/vorbis-tools-1.1.1.
*** Error code 1

Stop in /usr/ports/audio/vorbis-tools/work/vorbis-tools-1.1.1.
*** Error code 1

Stop in /usr/ports/audio/vorbis-tools.
fivetwoone#


>How-To-Repeat:
# cd /usr/ports/audio/vorbis-tools && make install distclean

>Fix:

	


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list