From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.62) (envelope-from <gentoo-user+bounces-60762-garchives=archives.gentoo.org@gentoo.org>) id 1HMYQX-0008Gx-6K for garchives@archives.gentoo.org; Wed, 28 Feb 2007 23:41:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.0/8.14.0) with SMTP id l1SNdfjm027204; Wed, 28 Feb 2007 23:39:41 GMT Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.226]) by robin.gentoo.org (8.14.0/8.14.0) with ESMTP id l1SNYn3u021600 for <gentoo-user@lists.gentoo.org>; Wed, 28 Feb 2007 23:34:50 GMT Received: by wr-out-0506.google.com with SMTP id 69so429385wri for <gentoo-user@lists.gentoo.org>; Wed, 28 Feb 2007 15:34:49 -0800 (PST) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=Z2tb7r/nUyJd0k3kYwu0kgrEQsWRiUPSc815mswVwWR1sRZlISs1GDPDl89M4Aytp/0J1uoDn06u1IcSj7JsEZ5hsJZ3mDv8zhjRYA9acExLuZdy+6TtObHFuoCvUeldBNnVwIJSk8XepMztccTLNM7c8+YyeGzN2LIoLGOs9tA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=EI6H9oMdcc9Nd5c7fdqHq8cfX6WeKphEH3ICNX+9ur515H5w4/g2NNMycm8pUQFq1kXvPxyrDUaf3qxMSP2U74qU5bSA7ZJBqOb2qPXfXjd+3EIWI5UE2C+77INSEYx4cxC4KbuJAuXFXSnMk7HSfpY2RaG0ob7QNINm5comcRY= Received: by 10.114.152.17 with SMTP id z17mr3194355wad.1172705688015; Wed, 28 Feb 2007 15:34:48 -0800 (PST) Received: by 10.114.110.18 with HTTP; Wed, 28 Feb 2007 15:34:47 -0800 (PST) Message-ID: <e38d12ff0702281534md4c45b8l63942a8d71095de9@mail.gmail.com> Date: Wed, 28 Feb 2007 18:34:47 -0500 From: "Andrey Vul" <andrey.vul@gmail.com> To: gentoo-user <gentoo-user@lists.gentoo.org> Subject: [gentoo-user] emerge perl does not work Precedence: bulk List-Post: <mailto:gentoo-user@lists.gentoo.org> List-Help: <mailto:gentoo-user+help@gentoo.org> List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org> List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org> List-Id: Gentoo Linux mail <gentoo-user.gentoo.org> X-BeenThere: gentoo-user@gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Archives-Salt: bcbaf5a6-5bb8-4728-973a-1133282c3759 X-Archives-Hash: 1456fca706c2ca8291d0d8dfe0c503a3 Libperl compiles without error, though This is where the error is: __CODE emerge perl ... make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IO' Making IPC::SysV (dynamic) Checking if your kit is complete... Looks good Writing makefile for IPC::SysV make[1]: Entering directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IPC/SysV' make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IPC/SysV' make[1]: Entering directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IPC/SysV' cp Msg.pm ../../../lib/IPC/Msg.pm cp Semaphore.pm ../../../lib/IPC/Semaphore.pm cp SysV.pm ../../../lib/IPC/SysV.pm ../../../miniperl "-I../../../lib" "-I../../../lib" ../../../lib/ExtUtils/xsubpp -typemap ../../../lib/ExtUtils/typemap SysV.xs > SysV.xsc && mv SysV.xsc SysV.c i686-pc-linux-gnu-gcc -c -fno-strict-aliasing -pipe -Wdeclaration-after-statement -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -march=nocona -m32 -O3 -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -pipe -mfpmath=sse -DVERSION=\"1.04\" -DXS_VERSION=\"1.04\" -fPIC "-I../../.." SysV.c SysV.xs:7:25: error: asm/page.h: No such file or directory make[1]: *** [SysV.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/dev-lang/perl-5.8.8-r2/work/perl-5.8.8/ext/IPC/SysV' make: *** [lib/auto/IPC/SysV/SysV.so] Error 2 !!! ERROR: dev-lang/perl-5.8.8-r2 failed. Call stack: ebuild.sh, line 1614: Called dyn_compile ebuild.sh, line 971: Called qa_call 'src_compile' environment, line 3331: Called src_compile perl-5.8.8-r2.ebuild, line 273: Called dir !!! Unable to make !!! If you need support, post the topmost build error, and the call stack if relevant. !!! A complete build log is located at '/var/tmp/portage/dev-lang/perl-5.8.8-r2/temp/build.log __END_CODE Weird thing is, portage had same call stack until I did emerge -O libperl. But still, perl failed to compile. I am using stage1-2006-x86 tarball and am now between stage1(/usr/portage/scripts/bootstrap.sh) and stage2 (emerge -e system). I know stage1 is unsupported, but I want extreme optimization that might break the stage3 tarball packages during emerge world -- gentoo-user@gentoo.org mailing list