Gentoo Archives: gentoo-amd64

From: "Florian D." <flockmock@×××.at>
To: gentoo-amd64@l.g.o
Subject: [gentoo-amd64] kdelibs on amd64 compile error
Date: Wed, 17 Sep 2008 20:34:43
Message-Id: 48D169E1.8000405@gmx.at
1 hi,
2 following this mailing list and reading about people playing around
3 with kde4, I'm getting really jealous, because kdelibs-4.1.1 fails to
4 compile here with the following error:
5
6 Linking CXX shared library ../lib/libkhtml.so
7 CMakeFiles/khtml.dir/imload/decoders/jpegloader.o: In function
8 `khtmlImLoad::khtml_jpeg_source_mgr::khtml_jpeg_source_mgr()':
9 jpegloader.cpp:(.text+0x9f): undefined reference to
10 `jpeg_resync_to_restart'
11 CMakeFiles/khtml.dir/imload/decoders/jpegloader.o: In function
12 `khtmlImLoad::khtml_jpeg_source_mgr::khtml_jpeg_source_mgr()':
13 jpegloader.cpp:(.text+0x11f): undefined reference to
14 `jpeg_resync_to_restart'
15 CMakeFiles/khtml.dir/imload/decoders/jpegloader.o: In function
16 `khtmlImLoad::JPEGLoader::Private::Private()':
17 jpegloader.cpp:(.text+0x1e7): undefined reference to `jpeg_std_error'
18 jpegloader.cpp:(.text+0x1fd): undefined reference to
19 `jpeg_CreateDecompress'
20 jpegloader.cpp:(.text+0x205): undefined reference to `jpeg_std_error'
21 CMakeFiles/khtml.dir/imload/decoders/jpegloader.o: In function
22 `khtmlImLoad::JPEGLoader::Private::Private()':
23 jpegloader.cpp:(.text+0x297): undefined reference to `jpeg_std_error'
24 jpegloader.cpp:(.text+0x2ad): undefined reference to
25 `jpeg_CreateDecompress'
26 jpegloader.cpp:(.text+0x2b5): undefined reference to `jpeg_std_error'
27 CMakeFiles/khtml.dir/imload/decoders/jpegloader.o: In function
28 `khtmlImLoad::JPEGLoader::Private::processData(unsigned char*, int)':
29 jpegloader.cpp:(.text+0x5f0): undefined reference to `jpeg_consume_input'
30 jpegloader.cpp:(.text+0x66e): undefined reference to `jpeg_start_output'
31 jpegloader.cpp:(.text+0x70a): undefined reference to `jpeg_read_scanlines'
32 jpegloader.cpp:(.text+0x77a): undefined reference to `jpeg_read_header'
33 jpegloader.cpp:(.text+0x822): undefined reference to
34 `jpeg_has_multiple_scans'
35 jpegloader.cpp:(.text+0x840): undefined reference to
36 `jpeg_calc_output_dimensions'
37 jpegloader.cpp:(.text+0x884): undefined reference to
38 `jpeg_start_decompress'
39
40 obviously, the linker cannot find the jpeg libraries. I tried to
41 reinstall media-libs/jpeg, revdep-rebuild - still the same error.
42 Ideas, anyone?
43
44 TIA, Florian