Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 27307 - gst-plugins fails to compile due to missing file
Summary: gst-plugins fails to compile due to missing file
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-25 10:49 UTC by Jordan Wiens
Modified: 2003-09-28 18:11 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 Jordan Wiens 2003-08-25 10:49:52 UTC
I read the other two gst-plugins compile errors and they look like they are not
related to this bug.  First time bug reporter, be gentle.  

System was emerge sycn'ed and -u world up until about a week ago; I realized
this morning I hadn't synced and upgraded in a while, so I went ahead and did
it, realized that gnome had gone to 2.2.2 from 2.2.1, and figured it would be a
while.  Compile eventually stopped, most of the way through, blocking on this
compile.

Error output below:


grep: /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No such file or
directory
/bin/sed: can't read /usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la: No
such file or directory
libtool: link: `/usr/lib/gcc-lib/i586-pc-linux-gnu/3.2.2/libstdc++.la' is not a
valid libtool archive
make[4]: *** [libgstarts.la] Error 1
make[4]: Leaving directory
`/var/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2/ext/arts'
make[3]: *** [all] Error 2
make[3]: Leaving directory
`/var/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2/ext/arts'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/var/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2'
make: *** [all] Error 2
                                                                               
                                                                               
                     
!!! ERROR: media-libs/gst-plugins-0.6.2-r1 failed.
!!! Function src_compile, Line 158, Exitcode 2
!!! (no error message)
Comment 1 Farrel Lifson 2003-08-26 10:40:42 UTC
Something similar happens to me as well. gst-plugins seems to want libarts despite the fact that I have -arts and -kde in my USE variable.

g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../gst-libs -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -pthread -I/usr/include/gstreamer-0.6 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libxml2 -DGST_DISABLE_DEPRECATED -g -I/usr/include/avifile -march=athlon -pipe -c gstwinenc.cc -MT libgstwincodec_la-gstwinenc.lo -MD -MP -MF .deps/libgstwincodec_la-gstwinenc.TPlo  -fPIC -DPIC -o libgstwincodec_la-gstwinenc.lo
/bin/sh ../../libtool --mode=link g++  -march=athlon -pipe   -o libgstwincodec.la -rpath /usr/lib/gstreamer-0.6 -module -avoid-version libgstwincodec_la-gstwindec.lo libgstwincodec_la-gstwincodec.lo libgstwincodec_la-gstwinenc.lo -Wl,-rpath,/usr/lib -laviplay -lstdc++
mkdir .libs
grep: /usr/kde/3.1/lib/libartsc.la: No such file or directory
/bin/sed: can't read /usr/kde/3.1/lib/libartsc.la: No such file or directory
libtool: link: `/usr/kde/3.1/lib/libartsc.la' is not a valid libtool archive
make[3]: *** [libgstwincodec.la] Error 1
make[3]: Leaving directory `/usr/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2/ext/avifile'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2/ext'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/tmp/portage/gst-plugins-0.6.2-r1/work/gst-plugins-0.6.2'
make: *** [all] Error 2
 
!!! ERROR: media-libs/gst-plugins-0.6.2-r1 failed.
!!! Function src_compile, Line 158, Exitcode 2
!!! (no error message)
 
Comment 2 Jordan Wiens 2003-08-26 11:46:34 UTC
Was able to fix temporarily with the following line, not sure if it will cause other problems:

cd /usr/lib/gcc-lib/i586-pc-linux-gnu/
ln -s 3.2.3 3.2.2

It looks like gst-plugins is looking in the wrong directory.
Comment 3 Farrel Lifson 2003-08-27 02:33:56 UTC
I've found a fix to my problem as well on this thread: http://forums.gentoo.org/viewtopic.php?t=72259&highlight=gstplugins

Comment 4 J. Ellis (RETIRED) gentoo-dev 2003-09-28 18:11:11 UTC
Closing as this is a rebuild deps problem.