Gentoo Archives: gentoo-user

From: Peter Kelly <linuxpete@××××××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Problem with gst-plugins-mad depclean
Date: Fri, 21 Jul 2006 23:40:11
Message-Id: 200607211832.31875.linuxpete@houston.rr.com
1 Holas,
2
3 I decided to perform my (semi) monthly `emerge -a --depclean`, and ran into a
4 problem.
5 Part of the cleaning involved
6
7 -- media-plugins/gst-plugins-mad
8 selected: 0.6.4
9 protected: none
10 omitted: 0.8.11
11
12 Well, doing this bails with
13 /var/db/pkg/media-plugins/gst-plugins-mad-0.6.4/gst-plugins-mad-0.6.4.ebuild:
14 line 10: unexpected EOF while looking for matching `"'
15 /var/db/pkg/media-plugins/gst-plugins-mad-0.6.4/gst-plugins-mad-0.6.4.ebuild:
16 line 12: syntax error: unexpected end of file
17
18 Not too surprising, since the ebuild looks like
19 # Copyright 1999-2004 Gentoo Technologies, Inc.
20 # Distributed under the terms of the GNU General Public License v2
21 #
22 $Header: /home/cvsroot/gentoo-x86/media-plugins/gst-plugins-mad/gst-plugins-mad-0.6.4.ebuild,v
23 1.8 2004/03/07 22:40:56 avenj Exp $
24
25 inherit gst-plugins
26
27 KEYWORDS="x86 ppc sparc alpha hppa amd64 ia64"
28
29 IUSE=""
30 DEPEND="media-sound/madplay^A
31
32 and that's it. Re-sync'ing didn't help. Looking at my weekly backups, the
33 ebuild looks the same. Google didn't find any ebuild this old. gentoo.org
34 doesn't have an ebuild this old. OK. It's busted. Furthermore, eix now
35 shows
36
37 crichton WORD # eix gst-plugins-mad
38 Garbage at end of version string: ortage_lockfile
39 Garbage at end of version string: ortage_lockfile
40 * media-plugins/gst-plugins-mad
41 Available versions: 0.8.8 ~0.8.9 0.8.10 0.8.11 ~0.8.12 0.10.3
42 Installed: 0.6.4 0.6.4.portage_lockfile 0.8.11
43
44
45 Accepting that's it broken, how can I fix it? How can I make portage forget
46 that 0.6.4 is installed?
47
48 Thanks.
49
50 Peter
51
52 --
53 Stupid, n.:
54 Losing $25 on the game and $25 on the instant replay.
55 --
56 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Problem with gst-plugins-mad depclean Daniel Drake <dsd@g.o>