Gentoo Archives: gentoo-user

From: Thanasis <thanasis@××××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] strange alarm signal
Date: Wed, 01 Feb 2012 09:07:06
Message-Id: 4F290059.8020106@asyr.hopto.org
1 Has anyone ever seen the following strange behaviour?
2 While updating the system with emerge, after each installation of a
3 package, before it starts emerging the next one, it pauses for a minute
4 or two, then displays "alarm signal" (without the quotes) on a new line,
5 and continues to emerging the next package.
6 Here is an example:
7
8 >>> Emerging (2 of 9) perl-core/IPC-Cmd-0.760.0
9 * IPC-Cmd-0.76.tar.gz RMD160 SHA1 SHA256 size ;-) ...
10
11 [ ok ]
12 >>> Unpacking source...
13 >>> Unpacking IPC-Cmd-0.76.tar.gz to
14 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work
15 >>> Source unpacked in /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work
16 >>> Preparing source in
17 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ...
18 >>> Source prepared.
19 >>> Configuring source in
20 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ...
21 * Using ExtUtils::MakeMaker
22 * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none
23 DESTDIR=/var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/
24 Checking if your kit is complete...
25 Looks good
26 Writing Makefile for IPC::Cmd
27 Writing MYMETA.yml and MYMETA.json
28 >>> Source configured.
29 >>> Compiling source in
30 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ...
31 * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed
32 make -j5 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed'
33 cp lib/IPC/Cmd.pm blib/lib/IPC/Cmd.pm
34 >>> Source compiled.
35 >>> Test phase [not enabled]: perl-core/IPC-Cmd-0.760.0
36
37 >>> Install IPC-Cmd-0.760.0 into
38 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/ category perl-core
39 make -j5 pure_install
40 Installing
41 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/usr/lib64/perl5/vendor_perl/5.12.4/IPC/Cmd.pm
42 >>> Completed installing IPC-Cmd-0.760.0 into
43 /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/
44
45 ecompressdir: bzip2 -9 /usr/share/doc
46 >>> Done.
47
48 >>> Installing (2 of 9) perl-core/IPC-Cmd-0.760.0
49 alarm signal
50
51 >>> Emerging (3 of 9) virtual/perl-IPC-Cmd-0.760.0
52 >>> Unpacking source...
53 >>> Source unpacked in /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/work
54 >>> Compiling source in
55 /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/work ...
56 >>> Source compiled.
57 >>> Test phase [not enabled]: virtual/perl-IPC-Cmd-0.760.0
58
59 >>> Install perl-IPC-Cmd-0.760.0 into
60 /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/image/ category virtual
61 >>> Completed installing perl-IPC-Cmd-0.760.0 into
62 /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/image/
63
64 >>> Done.
65
66 >>> Installing (3 of 9) virtual/perl-IPC-Cmd-0.760.0
67 alarm signal
68
69 >>> Emerging (4 of 9) x11-libs/pixman-0.24.2
70 ....

Replies

Subject Author
Re: [gentoo-user] strange alarm signal Matthias Krebs <matthias.krebs@×××××.com>