From owner-freebsd-questions@FreeBSD.ORG Sat Aug 19 14:04:31 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0D9116A4E0 for ; Sat, 19 Aug 2006 14:04:31 +0000 (UTC) (envelope-from odilist@sonic.net) Received: from a.mail.sonic.net (a.mail.sonic.net [64.142.16.245]) by mx1.FreeBSD.org (Postfix) with ESMTP id 987AD43D4C for ; Sat, 19 Aug 2006 14:04:31 +0000 (GMT) (envelope-from odilist@sonic.net) Received: from [192.168.1.2] (69-12-157-6.dsl.dynamic.sonic.net [69.12.157.6]) by a.mail.sonic.net (8.13.8.Beta0-Sonic/8.13.7) with ESMTP id k7JE4Ujs019795 for ; Sat, 19 Aug 2006 07:04:30 -0700 From: Oliver Iberien To: freebsd-questions@freebsd.org User-Agent: KMail/1.9.3 MIME-Version: 1.0 Content-Disposition: inline Date: Sat, 19 Aug 2006 07:04:29 -0700 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200608190704.30265.odilist@sonic.net> Subject: gstreamer-plugins80 compile fails X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 19 Aug 2006 14:04:32 -0000 I was trying to compile audacity, when this happened. gstreamer was already installed. Does anyone know a way around this? Thanks! bsd# cd /usr/ports/multimedia/gstreamer-plugins80/ bsd# make install clean ===> gstreamer-plugins80-0.8.12_2 depends on executable in : gmake - found ===> gstreamer-plugins80-0.8.12_2 depends on executable in : pkg-config - found ===> gstreamer-plugins80-0.8.12_2 depends on shared library: gstreamer-0.8.5 - found ===> gstreamer-plugins80-0.8.12_2 depends on shared library: popt.0 - found ===> gstreamer-plugins80-0.8.12_2 depends on shared library: intl - found ===> gstreamer-plugins80-0.8.12_2 depends on shared library: X11.6 - found ===> Configuring for gstreamer-plugins80-0.8.12_2 checking build system type... i386-portbld-freebsd6.0 checking host system type... i386-portbld-freebsd6.0 checking target system type... i386-portbld-freebsd6.0 checking whether to enable maintainer-specific portions of Makefiles... no configure: configuring gst-plugins for release 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 gmake sets $(MAKE)... yes checking for style of include used by gmake... GNU 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 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 inttypes.h... (cached) 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) 262144 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... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... yes checking whether a program can dlopen itself... yes checking whether a statically linked program can dlopen itself... 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... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) 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... freebsd6.0 ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for gcc... (cached) cc checking whether we are using the GNU C compiler... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to accept ANSI C... (cached) none needed checking dependency style of cc... (cached) gcc3 checking for objcc... no checking for objc... no checking for gcc... gcc checking dependency style of gcc... gcc3 checking if Objective C compiler works... no 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 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... done checking whether NLS is requested... yes checking for GNU gettext in libc... no checking for iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking for GNU gettext in libintl... yes checking how to link with libintl... /usr/local/lib/libintl.so /usr/local/lib/libiconv.so -Wl,-rpath -Wl,/usr/local/lib checking to see if compiler understands -Wall... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether c++ accepts -g... (cached) yes checking dependency style of c++... (cached) gcc3 checking for c++... yes checking how to run the C++ preprocessor... c++ -E checking for library containing strerror... none required checking for ANSI C header files... (cached) yes checking for inline... inline checking for stdint types... inttypes.h (shortcircuit) make use of inttypes.h in _inttypes.h (assuming C99 compatible system) checking stdlib.h usability... yes checking stdlib.h presence... yes checking for stdlib.h... yes checking whether cc implements __PRETTY_FUNCTION__... yes checking whether cc implements __FUNCTION__... yes checking whether cc implements __func__... yes checking for FIONREAD in sys/ioctl.h... yes configure: *** configure: *** checking plugin: *** configure: *** configure: WARNING: building external plug-ins configure: *** configure: *** checking plugin: *** configure: *** configure: not building experimental plug-ins configure: *** configure: *** checking plugin: *** configure: *** configure: not building broken plug-ins checking for gtkdoc-scangobj... false checking for docbook2ps... false checking for docbook2html... false checking for jadetex... false checking for ps2pdf... true checking for xsltproc... xsltproc checking whether xsltproc docbook processing works... no checking for dvips... false checking for fig2dev... false configure: WARNING: Did not find fig2dev (from xfig), images will not be generated. checking for pngtopnm... true checking for pnmtops... true checking for epstopdf... true configure: Will not output HTML documentation configure: Will not output PS documentation configure: Will not output PDF documentation configure: Looking for Python version >= 2.1 checking for python... /usr/local/bin/python checking "/usr/local/bin/python":... okay checking local Python configuration... looks good checking whether byte ordering is bigendian... no Using config source xml:merged:/usr/X11R6/etc/gconf/gconf.xml.defaults for schema installation Using $(sysconfdir)/gconf/schemas as install directory for schema files configure: *** configure: *** checking plugin: *** configure: *** configure: *** configure: *** checking plugin: *** configure: *** checking for pkg-config... /usr/local/bin/pkg-config checking for gstreamer-0.8 >= 0.8.11.1... configure: error: no GStreamer found ===> Script "configure" failed unexpectedly. Please report the problem to multimedia@FreeBSD.org [maintainer] and attach the "/usr/ports/multimedia/gstreamer-plugins80/work/gst-plugins-0.8.12/config.log" including the output of the failure of your make command. Also, it might be a good idea to provide an overview of all packages installed on your system (e.g. an `ls /var/db/pkg`)