From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RsW9i-0004sF-28 for garchives@archives.gentoo.org; Wed, 01 Feb 2012 09:07:06 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6077EE08AC; Wed, 1 Feb 2012 09:06:52 +0000 (UTC) Received: from vergina.dyndns.org (cust-218-222.on4.ontelecoms.gr [92.118.218.222]) by pigeon.gentoo.org (Postfix) with ESMTP id 14517E087B for ; Wed, 1 Feb 2012 09:05:30 +0000 (UTC) Received: from [192.168.0.1] (viper.vergina.dyndns.org [192.168.0.1]) by viper.vergina.dyndns.org (Postfix) with ESMTP id 87FD3D30 for ; Wed, 1 Feb 2012 11:05:29 +0200 (EET) Message-ID: <4F290059.8020106@asyr.hopto.org> Date: Wed, 01 Feb 2012 11:05:29 +0200 From: Thanasis User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20120112 Thunderbird/9.0 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 To: gentoo-user@lists.gentoo.org Subject: [gentoo-user] strange alarm signal Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Archives-Salt: 5fef6d59-3b58-48da-b977-9b65612e3ad4 X-Archives-Hash: a7d89bf215a86f6fbfba0b66d5bd21fb Has anyone ever seen the following strange behaviour? While updating the system with emerge, after each installation of a package, before it starts emerging the next one, it pauses for a minute or two, then displays "alarm signal" (without the quotes) on a new line, and continues to emerging the next package. Here is an example: >>> Emerging (2 of 9) perl-core/IPC-Cmd-0.760.0 * IPC-Cmd-0.76.tar.gz RMD160 SHA1 SHA256 size ;-) ... [ ok ] >>> Unpacking source... >>> Unpacking IPC-Cmd-0.76.tar.gz to /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work >>> Source unpacked in /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work >>> Preparing source in /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ... >>> Source prepared. >>> Configuring source in /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ... * Using ExtUtils::MakeMaker * perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor INSTALLMAN3DIR=none DESTDIR=/var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/ Checking if your kit is complete... Looks good Writing Makefile for IPC::Cmd Writing MYMETA.yml and MYMETA.json >>> Source configured. >>> Compiling source in /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/work/IPC-Cmd-0.76 ... * emake OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed make -j5 'OTHERLDFLAGS=-Wl,-O1 -Wl,--as-needed' cp lib/IPC/Cmd.pm blib/lib/IPC/Cmd.pm >>> Source compiled. >>> Test phase [not enabled]: perl-core/IPC-Cmd-0.760.0 >>> Install IPC-Cmd-0.760.0 into /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/ category perl-core make -j5 pure_install Installing /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/usr/lib64/perl5/vendor_perl/5.12.4/IPC/Cmd.pm >>> Completed installing IPC-Cmd-0.760.0 into /var/tmp/portage/perl-core/IPC-Cmd-0.760.0/image/ ecompressdir: bzip2 -9 /usr/share/doc >>> Done. >>> Installing (2 of 9) perl-core/IPC-Cmd-0.760.0 alarm signal >>> Emerging (3 of 9) virtual/perl-IPC-Cmd-0.760.0 >>> Unpacking source... >>> Source unpacked in /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/work >>> Compiling source in /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/work ... >>> Source compiled. >>> Test phase [not enabled]: virtual/perl-IPC-Cmd-0.760.0 >>> Install perl-IPC-Cmd-0.760.0 into /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/image/ category virtual >>> Completed installing perl-IPC-Cmd-0.760.0 into /var/tmp/portage/virtual/perl-IPC-Cmd-0.760.0/image/ >>> Done. >>> Installing (3 of 9) virtual/perl-IPC-Cmd-0.760.0 alarm signal >>> Emerging (4 of 9) x11-libs/pixman-0.24.2 ....