Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 3842 - kde-multimedia will not build
Summary: kde-multimedia will not build
Status: VERIFIED DUPLICATE of bug 3616
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Matthew Kennedy (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-18 06:08 UTC by Antonio D'souza
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 Antonio D'souza 2002-06-18 06:08:09 UTC
Using gcc3.1, this is the error I get:

Making all in dither2YUV
make[6]: Entering directory
`/var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1/mpeglib/lib/util/render/dither2YUV'
source='libdivxutil_dither_la.all_cpp.cpp'
object='libdivxutil_dither_la.all_cpp.lo' libtool=yes \
depfile='.deps/libdivxutil_dither_la.all_cpp.Plo'
tmpdepfile='.deps/libdivxutil_dither_la.all_cpp.TPlo' \
depmode=gcc3 /bin/sh ../../../../../admin/depcomp \
/bin/sh ../../../../../libtool --mode=compile --tag=CXX i686-pc-linux-gnu-g++
-DHAVE_CONFIG_H -I. -I. -I../../../../.. -I.. -I/usr/kde/3/include
-I/usr/qt/3/include -I/usr/X11R6/include    -DQT_THREAD_SUPPORT  -D_REENTRANT 
-DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe -fno-exceptions -fno-check-new
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST  -c -o libdivxutil_dither_la.all_cpp.lo
`test -f libdivxutil_dither_la.all_cpp.cpp || echo
'./'`libdivxutil_dither_la.all_cpp.cpp
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../../../../.. -I..
-I/usr/kde/3/include -I/usr/qt/3/include -I/usr/X11R6/include
-DQT_THREAD_SUPPORT -D_REENTRANT -DNDEBUG -DNO_DEBUG -O2 -march=i686 -O3 -pipe
-fno-exceptions -fno-check-new -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -c
libdivxutil_dither_la.all_cpp.cpp -MT libdivxutil_dither_la.all_cpp.lo -MD -MP
-MF .deps/libdivxutil_dither_la.all_cpp.TPlo  -fPIC -DPIC -o
.libs/libdivxutil_dither_la.all_cpp.o
In file included from /usr/include/g++-v31/backward/iostream.h:31,
                 from ../../timeStamp.h:18,
                 from ../yuvPicture.h:24,
                 from dither2YUV.h:19,
                 from dither2YUV.cpp:14,
                 from libdivxutil_dither_la.all_cpp.cpp:2:
/usr/include/g++-v31/backward/backward_warning.h:32:2: warning: #warning This
file includes at least one deprecated or antiquated header. Please consider
using one of the 32 headers found in section 17.4.1.2 of the C++ standard.
Examples include substituting the <X> header for the <X.h> header for C++
includes, or <sstream> instead of the deprecated header <strstream.h>. To
disable this warning use -Wno-deprecated.
{standard input}: Assembler messages:
{standard input}:1913: Error: symbol `rgb2yuv16_422' is already defined
{standard input}:2124: Error: symbol `rgb2y_16' is already defined
{standard input}:2467: Error: symbol `rgb2yuv16_422' is already defined
{standard input}:2691: Error: symbol `rgb2yuv16_422_fast' is already defined
{standard input}:2799: Error: symbol `rgb2y_16' is already defined
{standard input}:2954: Error: symbol `rgb2y32_fast' is already defined
{standard input}:3352: Error: symbol `rgb2yuv24_422' is already defined
{standard input}:3494: Error: symbol `rgb2y_24' is already defined
{standard input}:3615: Error: symbol `rgb2yuv32_422' is already defined
{standard input}:3780: Error: symbol `rgb2y_32' is already defined
{standard input}:4052: Error: symbol `rgb2yuv24_422' is already defined
{standard input}:4209: Error: symbol `rgb2yuv32_422' is already defined
{standard input}:4385: Error: symbol `rgb2y_24' is already defined
{standard input}:4473: Error: symbol `rgb2y_32' is already defined
make[6]: *** [libdivxutil_dither_la.all_cpp.lo] Error 1
make[6]: Leaving directory
`/var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1/mpeglib/lib/util/render/dither2YUV'
make[5]: *** [all-recursive] Error 1
Comment 1 Seemant Kulleen (RETIRED) gentoo-dev 2002-06-18 09:45:15 UTC

*** This bug has been marked as a duplicate of 3616 ***
Comment 2 Antonio D'souza 2003-01-07 11:56:40 UTC
Sorry about that.