Gentoo Archives: gentoo-dev

From: Aron Griffis <agriffis@g.o>
To: gentoo-dev@l.g.o
Subject: [gentoo-dev] really strange portage-2.0.51_rc9 issue
Date: Mon, 18 Oct 2004 16:55:12
Message-Id: 20041018164548.GB11885@kaf.zk3.dec.com
1 I'm hitting a strange problem in portage-2.0.51_rc9. The first time I
2 attempt to emerge, it fails with errors. If I use FEATURES=-\* then it
3 works. Any attempts following that continue to work, even with the
4 original FEATURES. Trying to run with --debug yields no helpful output.
5
6 Can anybody shed some light on this for me? I just updated to 51_rc9
7 and that's when the problem started.
8
9 Example:
10
11 $ emerge --info | grep FEATURES
12 FEATURES="autoaddcvs ccache cvs distlocks noclean sandbox"
13
14 BROKEN:
15 | $ sudo emerge ffmpeg -pv
16 | These are the packages that I would merge, in order:
17 | Calculating dependencies
18 | aux_get(): (0) Error in media-video/ffmpeg-0.4.7 ebuild. (176)
19 | Check for syntax error or corruption in the ebuild. (--debug)
20 | aux_get(): (0) Error in media-video/ffmpeg-0.4.8.20040222 ebuild. (176)
21 | Check for syntax error or corruption in the ebuild. (--debug)
22 | aux_get(): (0) Error in media-video/ffmpeg-0.4.8.20040322-r1 ebuild. (176)
23 | Check for syntax error or corruption in the ebuild. (--debug)
24 | aux_get(): (0) Error in media-video/ffmpeg-0.4.8.20040322 ebuild. (176)
25 | Check for syntax error or corruption in the ebuild. (--debug)
26 | aux_get(): (0) Error in media-video/ffmpeg-0.4.8 ebuild. (176)
27 | Check for syntax error or corruption in the ebuild. (--debug)
28 | aux_get(): (0) Error in media-video/ffmpeg-0.4.9_pre1 ebuild. (176)
29 | Check for syntax error or corruption in the ebuild. (--debug)
30 | !!! All ebuilds that could satisfy "ffmpeg" have been masked.
31 | !!! One of the following masked packages is required to complete your request:
32 | aux_get(): (0) Error in media-video/ffmpeg-0.4.7 ebuild. (176)
33 | Check for syntax error or corruption in the ebuild. (--debug)
34 | !!! Problem in media-video/ffmpeg dependencies.
35 | !!! exceptions
36
37 WITH EMPTY FEATURES:
38 | $ FEATURES=-\* sudo emerge ffmpeg -pv
39 | These are the packages that I would merge, in order:
40 | Calculating dependencies ...done!
41 | [ebuild N ] media-video/ffmpeg-0.4.9_pre1 (-altivec) -debug -doc -dvd +encode -faac -faad +imlib (-mmx) +oggvorbis +sdl -static +truetype 1,573 kB
42 | Total size of downloads: 1,573 kB
43
44 NOW IT WORKS EVERY TIME:
45 | $ sudo emerge ffmpeg -pv
46 | These are the packages that I would merge, in order:
47 | Calculating dependencies ...done!
48 | [ebuild N ] media-video/ffmpeg-0.4.9_pre1 (-altivec) -debug -doc -dvd +encode -faac -faad +imlib (-mmx) +oggvorbis +sdl -static +truetype 1,573 kB
49 | Total size of downloads: 1,573 kB
50
51 Regards,
52 Aron
53
54 --
55 Aron Griffis
56 Gentoo Linux Developer

Replies

Subject Author
Re: [gentoo-dev] really strange portage-2.0.51_rc9 issue Mike Frysinger <vapier@g.o>
Re: [gentoo-dev] really strange portage-2.0.51_rc9 issue "Robin H. Johnson" <robbat2@g.o>