Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] scons build failure
Date: Wed, 22 Oct 2008 03:19:56
Message-Id: 5bdc1c8b0810212019n57f26bdkd842941f812487ba@mail.gmail.com
In Reply to: Re: [gentoo-amd64] scons build failure by Mark Knecht
1 All fixed as of this evening. Apparently something got fixed in portage today.
2
3 Thanks!
4
5 Over and out,
6 Mark
7
8 On Tue, Oct 21, 2008 at 5:33 PM, Mark Knecht <markknecht@×××××.com> wrote:
9 > On Tue, Oct 21, 2008 at 12:21 AM, Justin <justin@×××××××××.net> wrote:
10 >> Mark Knecht schrieb:
11 >>> Anything I should try to do about this?
12 >>>
13 >>> Thanks,
14 >>> Mark
15 >>>
16 >>> Saving to: `/usr/portage/distfiles/scons-1.0.0.tar.gz'
17 >>>
18 >>> 100%[======================================>] 541,330 682K/s in 0.8s
19 >>>
20 >>> 2008-10-20 18:18:02 (682 KB/s) -
21 >>> `/usr/portage/distfiles/scons-1.0.0.tar.gz' saved [541330/541330]
22 >>>
23 >>> * checking ebuild checksums ;-) ... [ ok ]
24 >>> * checking auxfile checksums ;-) ... [ ok ]
25 >>> * checking miscfile checksums ;-) ... [ ok ]
26 >>> * checking scons-1.0.0.tar.gz ;-) ... [ ok ]
27 >>>
28 >>>>>> Unpacking source...
29 >>>>>> Unpacking scons-1.0.0.tar.gz to /var/tmp/portage/dev-util/scons-1.0.0/work
30 >>>>>> Source unpacked.
31 >>>>>>
32 >>> * The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
33 >>> * is known to be triggered by things such as failed variable assignments
34 >>> * (bug #190128) or bad substitution errors (bug #200313).
35 >>>
36 >>> * Messages for package dev-util/scons-1.0.0:
37 >>>
38 >>> * The ebuild phase 'unpack' has exited unexpectedly. This type of behavior
39 >>> * is known to be triggered by things such as failed variable assignments
40 >>> * (bug #190128) or bad substitution errors (bug #200313).
41 >>> lightning ~ #
42 >>>
43 >>>
44 >> On my system it works. Do you have enough space in /var/tmp/portage?
45 >>
46 >>
47 > I think so. Seems to be about 2GB.
48 >
49 > lightning ~ # df
50 > Filesystem 1K-blocks Used Available Use% Mounted on
51 > /dev/sda2 9614148 6742592 2383180 74% /
52 > udev 10240 184 10056 2% /dev
53 > /dev/sda6 3850292 777652 2877052 22% /usr/src
54 > /dev/sda8 14428928 11630740 2065224 85% /home
55 > /dev/sda13 48070472 33619600 12008996 74% /mnt/NewMusic
56 > shm 508016 0 508016 0% /dev/shm
57 > /dev/sda5 38456308 22950852 13551956 63% /home/mark/backups
58 > lightning ~ #
59 >
60 > Answering Duncan's question about portage versions I'm a bit behind:
61 >
62 > lightning ~ # eix -Ic portage
63 > [I] app-portage/portage-utils (0.1.29@06/28/08): small and fast
64 > portage helper tools written in C
65 > [I] sys-apps/portage (2.1.4.5@10/14/08): Portage is the package
66 > management and distribution system for Gentoo
67 > Found 2 matches.
68 > lightning ~ #
69 >
70 > How would I put in the debug echos? I know nothing of this stuff.
71 >
72 > Probably before I do that I should at least update portage.
73 >
74 > Note also, in case it's important, that I'm somewhat concerned about
75 > python on this machine. I've been getting some strange messages about
76 > locales that I don't understand. Probably they are unrelated to this
77 > problem but better to disclose it now as they are the only ongoing
78 > problem I've got that I've not found a solution for. They show up when
79 > running something like layman to do an overlay update:
80 >
81 > lightning ~ # layman -s pro-audio
82 > * Overlay "rostov" is missing a "description" entry!
83 > * Overlay "rostov" is missing a "description" entry!
84 > * Overlay "rostov" is missing a "description" entry!
85 > * Overlay "rostov" is missing a "description" entry!
86 > * Running command "/usr/bin/svn update "/usr/portage/local/layman/pro-audio""...
87 > svn: warning: cannot set LC_CTYPE locale
88 > svn: warning: environment variable LANG is en_US
89 > svn: warning: please check that your locale name is correct
90 > At revision 1344.
91 > *
92 > * Success:
93 > * ------
94 > *
95 > * Successfully synchronized overlay "pro-audio".
96 > lightning ~ #
97 >
98 > Here's my /etc/locale.gen file
99 >
100 > lightning ~ # cat /etc/locale.gen
101 > #en_US ISO-8859-1
102 > en_US.UTF-8 UTF-8
103 > lightning ~ #
104 >
105 > Note that I used to have the ISO-8859 included but after recent
106 > updates CUPS stopped printing from computers across the network. I had
107 > to remove it to allow my family to print.
108 >
109 > Again, probably not related but better to get this out there so we can
110 > disregard it.
111 >
112 > Thanks all,
113 > Mark
114 >