LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu
User Name
Password
Ubuntu This forum is for the discussion of Ubuntu Linux.

Notices


Reply
  Search this Thread
Old 03-24-2005, 10:07 PM   #1
ChaperonNoir
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Rep: Reputation: 0
gstreamer0.8 plugins problems.


Hello everyone.

First, im glad to enter this forum. First post .

Like every linux user, i want to get the most out of my system.
I want everything.

I have a huge library of AAC audio files on my windows partition.

I need to install gstreamer0.8-faad ( d for decoder) in order to play these files in Rhythmbox ( hard to write :lol

I edited my etc/apt/sources.list with a new unsupported repository that countains the gstreamer0.8 plugins

cought

The problem is, these files are not for A64 .

But i can have the source so

apt-get source --compile gstreamer0.8-faad


Code:
root@amd64:/etc/apt/gst-plugins0.8-0.8.7 # apt-get source --compile gstreamer0.8-faad
Reading Package Lists... Done
Building Dependency Tree... Done
Need to get 4138kB of source archives.
Get:1  ./ gst-plugins0.8 0.8.7-3.gismo (dsc) [856B]
Get:2  ./ gst-plugins0.8 0.8.7-3.gismo (tar) [4089kB]
Get:3  ./ gst-plugins0.8 0.8.7-3.gismo (diff) [48.6kB]
Fetched 3B in 1s (2B/s)
dpkg-source: extracting gst-plugins0.8 in gst-plugins0.8-0.8.7
dpkg-buildpackage: source package is gst-plugins0.8
dpkg-buildpackage: source version is 0.8.7-3.gismo
dpkg-buildpackage: source maintainer is Luca Capello <luca@pca.it>
dpkg-buildpackage: host architecture is amd64
dpkg-checkbuilddeps: Unmet build dependencies: libgstreamer0.8-dev (>= 0.8.7.1) cdbs (>= 0.4.20) libgconf2-dev (>= 2.4) libglib2.0-dev (>= 2.2.0) libxml2-dev (>= 2.4.23) zlib1g-dev (>= 1:1.1.4) libfaad2-dev (>= 2.0) liblame-dev (>= 3.91)
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.
dpkg-buildpackage: (Use -d flag to override.)
Build command ‘cd gst-plugins0.8-0.8.7 && dpkg-buildpackage -b -uc’ failed.
E: Child process failed
It does not work. Okay. Ill compile it myself then

Cd directory.

With my first ./configure, i learned that i had no g++ compiler

The second one still does not work because i need GStreamer.

Code:
root@amd64:/etc/apt/gst-plugins0.8-0.8.7 # ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
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
checking whether build environment is sane... yes
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
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 gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /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... gcc -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 g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... no
checking for f77... no
checking for xlf... no
checking for frt... no
checking for pgf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for f90... no
checking for xlf90... no
checking for pgf90... no
checking for epcf90... no
checking for f95... no
checking for fort... no
checking for xlf95... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for gfortran... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc static flag  works... yes
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux 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... no
checking for dlopen in -ldl... 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... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux 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) no
checking for dlopen in -ldl... (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 for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (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/bin/msgfmt
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for msgmerge... /usr/bin/msgmerge
checking for ld used by GCC... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking for shared library run path origin... done
checking whether NLS is requested... yes
checking for GNU gettext in libc... yes
checking to see if compiler understands -Wall... yes
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for g++... yes
checking how to run the C++ preprocessor... g++ -E
checking for library containing strerror... none required
checking for ANSI C header files... (cached) yes
checking for inline... inline
checking for stdint types... stdint.h (shortcircuit)
make use of stdint.h in _stdint.h (assuming C99 compatible system)
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking whether gcc implements __PRETTY_FUNCTION__... yes
checking whether gcc implements __FUNCTION__... yes
checking whether gcc 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... false
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/bin/python
checking "/usr/bin/python":... okay
checking local Python configuration... looks good
checking whether byte ordering is bigendian... no
Using config source xml::/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
configure: ***
configure: *** checking plugin:  ***
configure: ***
checking for gconftool-2... /usr/bin/gconftool-2
configure: ***
configure: *** checking plugin:  ***
configure: ***
checking for pkg-config... /usr/bin/pkg-config
checking for gconf-2.0... Package gconf-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gconf-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gconf-2.0' found
checking for gstreamer-0.8 >= 0.8.7.1... Package gstreamer-0.8 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.8.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.8' found
configure: error: no GStreamer found
This post is getting big

What i learned from the README ( i hope) is that you need to be a mega cool geek developper to have GStreamer core.

Which im not.

To install the plugins without the core , i have 2 solutions

COMPILING FROM SOURCE
---------------------
- make sure you compiled and at least did a test-run of GStreamer (core)
- check output of ./configure --help to see if any options apply to you
- configure the source tree:
- if you installed GStreamer, then do:
./configure
If configure complains about missing GStreamer, you should try
./configure --with-pkg-config-path=prefix/lib/pkgconfig
where prefix should be replaced by the prefix you used to configure
GStreamer. (Be mindful NOT to ADD a trailing / to that option !)
If this doesn't fix it, you have other issues

- if you didn't install GStreamer, you can still compile the plug-ins.
Add the path to gstreamer-uninstalled.pc (which lives in the gstreamer
source tree) to PKG_CONFIG_PATH
or run configure --with-pkg-config-path=(path to gstreamer uninstalled)

- the output of configure will give you a list of plug-ins with external
dependencies (ie, depending on other libs, see below). By no means
should you try to get them all built on your first run. This is hard
enough as it is Resist the urge to get the most features for now.
It doesn't list all of the non-depending plug-ins, which get built
regardless (unless you explicitly asked it not to).

I don't understand this
 
Old 03-24-2005, 10:08 PM   #2
ChaperonNoir
LQ Newbie
 
Registered: Mar 2005
Posts: 6

Original Poster
Rep: Reputation: 0
Sorry, i had to remove every URL. I will post the depository URL in my 5th post LOL
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Plugins Problems SUSE 9.1 jmoulinier Linux - Software 3 08-03-2004 08:18 PM
Problems in stalling mozilla plugins thunderflash Linux - General 6 02-05-2004 05:10 PM
mozilla plugins problems Abe_the_Man Linux - Software 0 09-29-2003 12:50 AM
Problems with gkrellm and plugins psyklops Linux - Software 0 08-27-2003 07:43 PM
Problems with Java plugins GhostOfYoda Linux - Newbie 3 08-08-2003 10:48 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Ubuntu

All times are GMT -5. The time now is 10:06 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration