Gentoo Archives: gentoo-dev

From: Henti Smith <bain@××××××.org>
To: gentoo-dev@g.o
Subject: [gentoo-dev] emerge openoffice stops after checking tarballs ..
Date: Sat, 31 Aug 2002 01:32:14
Message-Id: 20020831082705.0ab34a02.bain@reaper.org
1 I have sorted out the jdk stuff and busy trying to emerge openoffice.
2 Then it hangs .. or stops ... like this.
3
4 warpspider root # emerge openoffice
5 Calculating dependencies ...done!
6 >>> emerge app-office/openoffice-1.0.0-r2 to /
7 >>> md5 ;-) OOo_1.0.0_source.tar.bz2
8 >>> md5 ;-) gpc231.tar.Z
9 >>> md5 ;-) openoffice-1.0.0b-registry.tbz2
10 *
11
12 I did a strace to see what happens and here is the output
13
14
15 read(4, "", 28752) = 0
16 close(4) = 0
17 write(1, ">>> md5 ;-) OOo_1.0.0_source.tar"..., 37>>> md5 ;-) OOo_1.0.0_source.tar.bz2
18 ) = 37
19 open("/usr/portage/distfiles/gpc231.tar.Z", O_RDONLY|O_LARGEFILE) = 4
20 read(4, "\37\235\220g\340\214\2211#\306\v\0\10\23*\\\310\260\241"..., 32768) = 27917
21 read(4, "", 4851) = 0
22 close(4) = 0
23 write(1, ">>> md5 ;-) gpc231.tar.Z\n", 25>>> md5 ;-) gpc231.tar.Z
24 ) = 25
25 open("/usr/portage/distfiles/openoffice-1.0.0b-registry.tbz2", O_RDONLY|O_LARGEFILE) = 4
26 read(4, "BZh91AY&SY\2340\313\243\4\5\226\177\377\377\377\377\377"..., 32768) = 32768
27 read(4, "\334o\320\2357\331N\2140a\r\35\6\203\206\225\320B:3f\316"..., 32768) = 32768
28 read(4, "\7F\376\217\237\362\233Y\301\234\264\203/\10C\27\240mF"..., 32768) = 32768
29 read(4, "9\370\322\35\4>\r\373\215\230\326\314\306\254\265q\333"..., 32768) = 28678
30 read(4, "", 4090) = 0
31 close(4) = 0
32 write(1, ">>> md5 ;-) openoffice-1.0.0b-re"..., 44>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
33 ) = 44
34 close(3) = 0
35 munmap(0x401af000, 4096) = 0
36 getpid() = 17474
37 fork() = 17490
38 wait4(17490,
39
40 After this .. nothing happens ..
41
42 Henti Smith

Replies

Subject Author
Re: [gentoo-dev] emerge openoffice stops after checking tarballs .. William Kenworthy <wdk@××××××.Localdomain>