Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 15016 - nautilus-media has a missing dependency
Summary: nautilus-media has a missing dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-02-02 21:33 UTC by Ken M
Modified: 2003-02-04 19:42 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 Ken M 2003-02-02 21:33:17 UTC
nautilus-media depends on gstreamer-0.6 which isn't in the portage tree.
Comment 1 Spider (RETIRED) gentoo-dev 2003-02-02 22:47:06 UTC
no, it depends on 0.52 which is in the tree.
Comment 2 Ken M 2003-02-02 22:58:18 UTC
Sorry for not being more descriptive. Here's the error that I receive when emerging:

bash-2.05b# emerge nautilus-media-0.2.0.ebuild
Calculating dependencies ...done!
>>> emerge (1 of 1) gnome-extra/nautilus-media-0.2.0 to /
>>> md5 ;-) nautilus-media-0.2.0.tar.bz2
>>> Unpacking source...
>>> Unpacking nautilus-media-0.2.0.tar.bz2
>>> Source unpacked.
 * Working directory: /var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0...
 * Applying libtool-portage.patch...
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
/var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0/missing: Unknown `--run' option
Try `/var/tmp/portage/nautilus-media-0.2.0/work/nautilus-media-0.2.0/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for i686-pc-linux-gnu-strip... no
checking for strip... strip
checking for i686-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 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... i686-pc-linux-gnu
checking for ld used by GCC... /usr/i686-pc-linux-gnu/bin/ld
checking if the linker (/usr/i686-pc-linux-gnu/bin/ld) is GNU ld... yes
checking for /usr/i686-pc-linux-gnu/bin/ld option to reload object files... -r
checking for BSD-compatible nm... nm
checking whether ln -s works... yes
checking how to recognise dependant libraries... pass_all
checking command to parse nm output... ok
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 i686-pc-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for i686-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/i686-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 pkg-config... yes
checking for pkg-config... /usr/bin/pkg-config
checking for   gstreamer-0.6 >= 0.5.2 gstreamer-libs-0.6 >= 0.5.2... Package gstreamer-0.6 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gstreamer-0.6.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gstreamer-0.6' found
checking for     gstreamer-0.5 >= 0.5.2 gstreamer-libs-0.5 >= 0.5.2... Package 'GStreamer Media-Specific Libraries' requires 'gstreamer-0.5 = 0.5.1' but version of GStreamer is 0.5.2
configure: error: you need gstreamer development packages installed !
 
!!! ERROR: gnome-extra/nautilus-media-0.2.0 failed.
!!! Function econf, Line 308, Exitcode 1
!!! econf failed
Comment 3 Ken M 2003-02-02 22:59:43 UTC
I have gstreamer-0.5.2 installed.
Comment 4 foser (RETIRED) gentoo-dev 2003-02-03 07:40:05 UTC
do you have gst-plugins-0.5.2 ?
Comment 5 Ken M 2003-02-03 19:51:13 UTC
I had gst-plugins-0.5.1.  Emergeing 0.5.2 fixed the problem.  Thanks foser!
Comment 6 foser (RETIRED) gentoo-dev 2003-02-03 20:01:02 UTC
ok added gst-plugins dep.

thanks for your report