Gentoo Archives: gentoo-dev

From: William Kenworthy <wdk@××××××.Localdomain>
To: Henti Smith <bain@××××××.org>
Cc: gentoo-dev List <gentoo-dev@g.o>
Subject: Re: [gentoo-dev] emerge openoffice stops after checking tarballs ..
Date: Sat, 31 Aug 2002 03:12:24
Message-Id: 1030781530.31336.6.camel@rattus.localdomain
In Reply to: [gentoo-dev] emerge openoffice stops after checking tarballs .. by Henti Smith
1 OO is huge, even on my 1.4 athlon it takes *MANY* minutes before it
2 continues past this point. Dont forget this one takes hours to compile
3 and needs quite a few gigabytes of free space to succeed.
4
5 BillK
6
7 On Sat, 2002-08-31 at 14:27, Henti Smith wrote:
8 > I have sorted out the jdk stuff and busy trying to emerge openoffice.
9 > Then it hangs .. or stops ... like this.
10 >
11 > warpspider root # emerge openoffice
12 > Calculating dependencies ...done!
13 > >>> emerge app-office/openoffice-1.0.0-r2 to /
14 > >>> md5 ;-) OOo_1.0.0_source.tar.bz2
15 > >>> md5 ;-) gpc231.tar.Z
16 > >>> md5 ;-) openoffice-1.0.0b-registry.tbz2
17 > *
18 >
19 > I did a strace to see what happens and here is the output
20 >
21 >
22 > read(4, "", 28752) = 0
23 > close(4) = 0
24 > write(1, ">>> md5 ;-) OOo_1.0.0_source.tar"..., 37>>> md5 ;-) OOo_1.0.0_source.tar.bz2
25 > ) = 37
26 > open("/usr/portage/distfiles/gpc231.tar.Z", O_RDONLY|O_LARGEFILE) = 4
27 > read(4, "\37\235\220g\340\214\2211#\306\v\0\10\23*\\\310\260\241"..., 32768) = 27917
28 > read(4, "", 4851) = 0
29 > close(4) = 0
30 > write(1, ">>> md5 ;-) gpc231.tar.Z\n", 25>>> md5 ;-) gpc231.tar.Z
31 > ) = 25
32 > open("/usr/portage/distfiles/openoffice-1.0.0b-registry.tbz2", O_RDONLY|O_LARGEFILE) = 4
33 > read(4, "BZh91AY&SY\2340\313\243\4\5\226\177\377\377\377\377\377"..., 32768) = 32768
34 > read(4, "\334o\320\2357\331N\2140a\r\35\6\203\206\225\320B:3f\316"..., 32768) = 32768
35 > read(4, "\7F\376\217\237\362\233Y\301\234\264\203/\10C\27\240mF"..., 32768) = 32768
36 > read(4, "9\370\322\35\4>\r\373\215\230\326\314\306\254\265q\333"..., 32768) = 28678
37 > read(4, "", 4090) = 0
38 > close(4) = 0
39 > write(1, ">>> md5 ;-) openoffice-1.0.0b-re"..., 44>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
40 > ) = 44
41 > close(3) = 0
42 > munmap(0x401af000, 4096) = 0
43 > getpid() = 17474
44 > fork() = 17490
45 > wait4(17490,
46 >
47 > After this .. nothing happens ..
48 >
49 > Henti Smith
50 > _______________________________________________
51 > gentoo-dev mailing list
52 > gentoo-dev@g.o
53 > http://lists.gentoo.org/mailman/listinfo/gentoo-dev
54 >

Replies

Subject Author
Re: [gentoo-dev] emerge openoffice stops after checking tarballs .. Sven Vermeulen <sven.vermeulen@××××××.be>