Gentoo Archives: gentoo-amd64

From: Beso <givemesugarr@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Amarok update failure
Date: Fri, 12 Jun 2009 09:51:45
Message-Id: d257c3560906120251m1e445dc2pd4110c8b8f074399@mail.gmail.com
In Reply to: [gentoo-amd64] Amarok update failure by Paul Stear
1 2009/6/12 Paul Stear <gentoo@××××××××××××.com>
2
3 > Hello all,
4 > I have the following error when updating amarok to version
5 > amarok-1.4.10_p20090130-r2
6 >
7 > Making all in konquisidebar
8 > grep: /usr/lib64/libpcreposix.la: No such file or directory
9 > /bin/sed: can't read /usr/lib64/libpcreposix.la: No such file or directory
10 > libtool: link: `/usr/lib64/libpcreposix.la' is not a valid libtool archive
11 > make[4]: *** [konqsidebar_universalamarok.la] Error 1
12 > make[3]: *** [all-recursive] Error 1
13 > make[2]: *** [all-recursive] Error 1
14 > make[1]: *** [all-recursive] Error 1
15 > make: *** [all] Error 2
16 > *
17 > * ERROR: media-sound/amarok-1.4.10_p20090130-r2 failed.
18 > * Call stack:
19 > * ebuild.sh, line 49: Called src_compile
20 > * environment, line 4357: Called kde_src_compile
21 > * environment, line 3143: Called kde_src_compile 'all'
22 > * environment, line 3158: Called kde_src_compile 'make'
23 > * environment, line 3150: Called die
24 > * The specific snippet of code:
25 > * emake || die "died running emake, $FUNCNAME:make"
26 > * The die message:
27 > * died running emake, kde_src_compile:make
28 >
29 > Where do I get "libpcreposix.la" from?
30 > I am running KDE 3.5.10
31 >
32
33 it should belong to libpcre package. i think that you've upgraded that
34 package recently, but you haven't run revdep-rebuild. There re some packages
35 depending on it, and i think that a dependency of amarok is broken after the
36 .la removal. the old kde3.5 version were linking against .la instead of
37 direct lib linking if i recall corectly, and so if a .la file is removed you
38 should rebuild the stuff linked against it. you might also encounter issues
39 rebuilding the broken packages. i still have some 3.5 packages that fail on
40 rebuild, but nowadays i don't really have time to fix them up.
41 anyway, my advice is to run revdep-rebuild and the retry installing amarok.
42
43 --
44 dott. ing. beso

Replies

Subject Author
Re: [gentoo-amd64] Amarok update failure Paul Stear <gentoo@××××××××××××.com>