Gentoo Archives: gentoo-dev

From: "Justin T." <justint@×××.net>
To: gentoo-dev@g.o
Subject: [gentoo-dev] KDEMultimedia and GCC 3.1
Date: Fri, 21 Jun 2002 06:57:32
Message-Id: 200206211357.27689.justint@gmx.net
1 Heya,
2
3 Quick note that KDEMultimedia will have problems compiling (at least by me and
4 some others I think) because of problems in mpeglib. It appears that there
5 are updates to the two files required to get this to compile under GCC3.1.
6
7 Since I have never created a patch myself, I thought that I would just pass on
8 where to find the information on this so somone can take a look into it and
9 see if this is a valid fix :)
10
11 There are two files that need to be updated or patched, during the build they
12 are at:
13
14 /var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1/mpeglib/lib/util/render/dither2YUV/rgb2yuv16.cpp
15 /var/tmp/portage/kdemultimedia-3.0.1.20020604/work/kdemultimedia-3.0.1/mpeglib/lib/util/render/dither2YUV/rgb2yuv32.cpp
16
17 The information and diffs can be found at:
18
19 http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/mpeglib/lib/util/render/dither2YUV/rgb2yuv32.cpp
20 http://webcvs.kde.org/cgi-bin/cvsweb.cgi/kdemultimedia/mpeglib/lib/util/render/dither2YUV/rgb2yuv16.cpp
21
22 I hope that this will help anyone else that is having the same problem :)
23
24 Well... that takes me to the next error...
25
26 decoderBaseObject_impl.cpp: In member function `int
27 DecoderBaseObject_impl::fillArts(long unsigned int, float*, float*)':
28 decoderBaseObject_impl.cpp:369: unrecognizable insn:
29 (insn 1087 979 1089 (set (reg:SI 297)
30 (ashift:SI (reg/v:SI 63)
31 (const_int 3 [0x3]))) -1 (nil)
32 (nil))
33 decoderBaseObject_impl.cpp:369: Internal compiler error in extract_insn, at
34 recog.c:2132
35
36 I found out there is a patch for this problem on the web (here is a link with
37 more info), however it was already applied...:
38
39 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=6497
40
41 So... where that leaves me now who knows....time to relax again I think :)
42
43 PS - I just recently installed the new 1.3b... the only problems I had so far
44 were with Xfree (had to hand make and then merge) and kdemultimedia.
45 Everything else went smoothly. Just have to say that it is amazing what is
46 happening with Gentoo :)
47
48 Thanks,
49
50 Justin T