From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5AE8D1381F3 for ; Mon, 19 Aug 2013 17:54:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 013DDE0F11; Mon, 19 Aug 2013 17:54:09 +0000 (UTC) Received: from mout.gmx.net (mout.gmx.net [212.227.15.15]) (using TLSv1 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B88CEE0E78 for ; Mon, 19 Aug 2013 17:54:07 +0000 (UTC) Received: from gmx.net ([84.133.129.111]) by mail.gmx.com (mrgmx102) with ESMTPA (Nemesis) id 0MW9TR-1VZtDD1Bgf-00XPGm for ; Mon, 19 Aug 2013 19:54:06 +0200 Received: by gmx.net (nbSMTP-1.00) for uid 1001 meino.cramer@gmx.de; Mon, 19 Aug 2013 19:54:06 +0200 (CEST) Date: Mon, 19 Aug 2013 19:54:05 +0200 From: meino.cramer@gmx.de To: Gentoo Subject: [gentoo-user] 7zip on ARM compilation error Message-ID: <20130819175405.GB3370@solfire> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: mutt-ng/devel-r804 (Linux) X-Provags-ID: V03:K0:9g5M6v0EW+xYITxbHuuQzJaQYS/nOhu9BQxqeOJsXjaTSomfhZG Ylrgqo7s6++ADF9eI2GKzvpHaj/LBJgwSZaH1QUtMCJq9GBhz2ds7EE4YnW2+7yubjwIJp1 JUwg4DvgKgK8jI2OyOYkojgOC1FZVG9lRq1LTbl2gGm3dbg4T/+pDzN12eUVovavxyQVKGS wAlOA8BSvgSk92julpY9w== X-Archives-Salt: 20a51aaf-b7b1-4295-8541-39098ff617cf X-Archives-Hash: e08e1cf38e61ef9223835d3657bbee66 Hi, I tried to emerge 7zip natively on a Beaglebone black. Which CPU is a "ARMv7 Processor rev 2 (v7l)" with the features "swp half thumb fastmult vfp edsp thumbee neon vfpv3 tls". The gcc is: gcc (Gentoo 4.6.3 p1.13, pie-0.5.2) 4.6.3 Copyright (C) 2011 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE gcc-copnfig -l armv7a-hardfloat-linux-gnueabi-4.6.3 The emerge failed: armv7a-hardfloat-linux-gnueabi-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Hfs/HfsRegister.cpp armv7a-hardfloat-linux-gnueabi-g++ -O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -DNDEBUG -D_REENTRANT -DENV_UNIX -D_7ZIP_LARGE_PAGES -fPIC -DEXTERNAL_CODECS -DUNICODE -D_UNICODE -c -I. -I../../../myWindows -I../../../ -I../../../include_windows ../../Archive/Iso/IsoHandler.cpp ../../Archive/Iso/IsoHandler.cpp: In member function 'virtual LONG NArchive::NIso::CHandler::GetArchiveProperty(PROPID, PROPVARIANT*)': ../../Archive/Iso/IsoHandler.cpp:128:1: error: unrecognizable insn: (insn 571 570 572 31 (set (subreg:SI (reg:DI 306 [ MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset ]) 0) (sign_extend:SI (mem/s:QI (plus:SI (reg/f:SI 156 [ D.17190 ]) (const_int 812 [0x32c])) [0 MEM[(const struct CDateTime *)D.17190_71 + 804B].GmtOffset+0 S1 A16]))) ../../Archive/Iso/IsoIn.h:121 -1 (nil)) ../../Archive/Iso/IsoHandler.cpp:128:1: internal compiler error: in extract_insn, at recog.c:2109 Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[1]: *** [IsoHandler.o] Error 1 make[1]: Leaving directory `/var/tmp/portage/app-arch/p7zip-9.20.1-r4/work/p7zip_9.20.1/CPP/7zip/Bundles/Format7zFree' make: *** [common7z] Error 2 On request I will mail the logs -- I dont want to pollute the mailing list. How can I avoid this error? Best regards, mcc