* [gentoo-dev] emerge openoffice stops after checking tarballs ..
@ 2002-08-31 6:27 Henti Smith
2002-08-31 8:12 ` William Kenworthy
0 siblings, 1 reply; 3+ messages in thread
From: Henti Smith @ 2002-08-31 6:27 UTC (permalink / raw
To: gentoo-dev
I have sorted out the jdk stuff and busy trying to emerge openoffice.
Then it hangs .. or stops ... like this.
warpspider root # emerge openoffice
Calculating dependencies ...done!
>>> emerge app-office/openoffice-1.0.0-r2 to /
>>> md5 ;-) OOo_1.0.0_source.tar.bz2
>>> md5 ;-) gpc231.tar.Z
>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
*
I did a strace to see what happens and here is the output
read(4, "", 28752) = 0
close(4) = 0
write(1, ">>> md5 ;-) OOo_1.0.0_source.tar"..., 37>>> md5 ;-) OOo_1.0.0_source.tar.bz2
) = 37
open("/usr/portage/distfiles/gpc231.tar.Z", O_RDONLY|O_LARGEFILE) = 4
read(4, "\37\235\220g\340\214\2211#\306\v\0\10\23*\\\310\260\241"..., 32768) = 27917
read(4, "", 4851) = 0
close(4) = 0
write(1, ">>> md5 ;-) gpc231.tar.Z\n", 25>>> md5 ;-) gpc231.tar.Z
) = 25
open("/usr/portage/distfiles/openoffice-1.0.0b-registry.tbz2", O_RDONLY|O_LARGEFILE) = 4
read(4, "BZh91AY&SY\2340\313\243\4\5\226\177\377\377\377\377\377"..., 32768) = 32768
read(4, "\334o\320\2357\331N\2140a\r\35\6\203\206\225\320B:3f\316"..., 32768) = 32768
read(4, "\7F\376\217\237\362\233Y\301\234\264\203/\10C\27\240mF"..., 32768) = 32768
read(4, "9\370\322\35\4>\r\373\215\230\326\314\306\254\265q\333"..., 32768) = 28678
read(4, "", 4090) = 0
close(4) = 0
write(1, ">>> md5 ;-) openoffice-1.0.0b-re"..., 44>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
) = 44
close(3) = 0
munmap(0x401af000, 4096) = 0
getpid() = 17474
fork() = 17490
wait4(17490,
After this .. nothing happens ..
Henti Smith
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] emerge openoffice stops after checking tarballs ..
2002-08-31 6:27 [gentoo-dev] emerge openoffice stops after checking tarballs Henti Smith
@ 2002-08-31 8:12 ` William Kenworthy
2002-08-31 8:56 ` Sven Vermeulen
0 siblings, 1 reply; 3+ messages in thread
From: William Kenworthy @ 2002-08-31 8:12 UTC (permalink / raw
To: Henti Smith; +Cc: gentoo-dev List
OO is huge, even on my 1.4 athlon it takes *MANY* minutes before it
continues past this point. Dont forget this one takes hours to compile
and needs quite a few gigabytes of free space to succeed.
BillK
On Sat, 2002-08-31 at 14:27, Henti Smith wrote:
> I have sorted out the jdk stuff and busy trying to emerge openoffice.
> Then it hangs .. or stops ... like this.
>
> warpspider root # emerge openoffice
> Calculating dependencies ...done!
> >>> emerge app-office/openoffice-1.0.0-r2 to /
> >>> md5 ;-) OOo_1.0.0_source.tar.bz2
> >>> md5 ;-) gpc231.tar.Z
> >>> md5 ;-) openoffice-1.0.0b-registry.tbz2
> *
>
> I did a strace to see what happens and here is the output
>
>
> read(4, "", 28752) = 0
> close(4) = 0
> write(1, ">>> md5 ;-) OOo_1.0.0_source.tar"..., 37>>> md5 ;-) OOo_1.0.0_source.tar.bz2
> ) = 37
> open("/usr/portage/distfiles/gpc231.tar.Z", O_RDONLY|O_LARGEFILE) = 4
> read(4, "\37\235\220g\340\214\2211#\306\v\0\10\23*\\\310\260\241"..., 32768) = 27917
> read(4, "", 4851) = 0
> close(4) = 0
> write(1, ">>> md5 ;-) gpc231.tar.Z\n", 25>>> md5 ;-) gpc231.tar.Z
> ) = 25
> open("/usr/portage/distfiles/openoffice-1.0.0b-registry.tbz2", O_RDONLY|O_LARGEFILE) = 4
> read(4, "BZh91AY&SY\2340\313\243\4\5\226\177\377\377\377\377\377"..., 32768) = 32768
> read(4, "\334o\320\2357\331N\2140a\r\35\6\203\206\225\320B:3f\316"..., 32768) = 32768
> read(4, "\7F\376\217\237\362\233Y\301\234\264\203/\10C\27\240mF"..., 32768) = 32768
> read(4, "9\370\322\35\4>\r\373\215\230\326\314\306\254\265q\333"..., 32768) = 28678
> read(4, "", 4090) = 0
> close(4) = 0
> write(1, ">>> md5 ;-) openoffice-1.0.0b-re"..., 44>>> md5 ;-) openoffice-1.0.0b-registry.tbz2
> ) = 44
> close(3) = 0
> munmap(0x401af000, 4096) = 0
> getpid() = 17474
> fork() = 17490
> wait4(17490,
>
> After this .. nothing happens ..
>
> Henti Smith
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [gentoo-dev] emerge openoffice stops after checking tarballs ..
2002-08-31 8:12 ` William Kenworthy
@ 2002-08-31 8:56 ` Sven Vermeulen
0 siblings, 0 replies; 3+ messages in thread
From: Sven Vermeulen @ 2002-08-31 8:56 UTC (permalink / raw
To: gentoo-dev List
[-- Attachment #1: Type: text/plain, Size: 652 bytes --]
On Sat, Aug 31, 2002 at 04:12:09PM +0800, William Kenworthy wrote:
> OO is huge, even on my 1.4 athlon it takes *MANY* minutes before it
> continues past this point. Dont forget this one takes hours to compile
> and needs quite a few gigabytes of free space to succeed.
This bug (if it is one) has already been reported on bugs.gentoo.org
(<http://bugs.gentoo.org/show_bug.cgi?id=5636>). I've ran into the same
troubles. Waiting for a long time doesn't help. The load of my system is
reduced to 0 while waiting and a strace doesn't show any more movement. So I
think it is obvious that the _process_ stops, not only the output.
Wkr,
Sven Vermeulen
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2002-08-31 8:56 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-08-31 6:27 [gentoo-dev] emerge openoffice stops after checking tarballs Henti Smith
2002-08-31 8:12 ` William Kenworthy
2002-08-31 8:56 ` Sven Vermeulen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox