From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:40158) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdWcR-0000tv-Aw for qemu-devel@nongnu.org; Sun, 20 Sep 2015 00:52:56 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZdWcP-00049i-U2 for qemu-devel@nongnu.org; Sun, 20 Sep 2015 00:52:55 -0400 Received: from mail-wi0-x231.google.com ([2a00:1450:400c:c05::231]:35771) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZdWcP-00049c-MX for qemu-devel@nongnu.org; Sun, 20 Sep 2015 00:52:53 -0400 Received: by wicge5 with SMTP id ge5so76125002wic.0 for ; Sat, 19 Sep 2015 21:52:53 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20150919233122.4018.55726.malone@wampee.canonical.com> References: <20120314192314.1716.70997.malonedeb@chaenomeles.canonical.com> <20150919233122.4018.55726.malone@wampee.canonical.com> Date: Sat, 19 Sep 2015 21:52:52 -0700 Message-ID: From: Peter Crosthwaite Content-Type: text/plain; charset=UTF-8 Subject: Re: [Qemu-devel] [Bug 955379] Re: cmake hangs with qemu-arm-static List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Bug 955379 <955379@bugs.launchpad.net> Cc: "qemu-devel@nongnu.org Developers" On Sat, Sep 19, 2015 at 4:31 PM, skunk wrote: > thank you peter, do you know if timothy has a github account? > i'm too lazy to copy&paste the 34 patches by hand from the mailing list... The patches utility can do this for you off the list: https://github.com/stefanha/qemu-patches Regards, Peter > > -- > You received this bug notification because you are a member of qemu- > devel-ml, which is subscribed to QEMU. > https://bugs.launchpad.net/bugs/955379 > > Title: > cmake hangs with qemu-arm-static > > Status in QEMU: > Confirmed > Status in Linaro QEMU: > Confirmed > Status in qemu-linaro package in Ubuntu: > Confirmed > > Bug description: > I'm using git commit 3e7ecd976b06f... configured with --target-list > =arm-linux-user --static in a chroot environment to compile some > things. I ran into this problem with both pcl and opencv-2.3.1. cmake > consistently freezes at some point during its execution, though in a > different spot each time, usually during a step when it's searching > for some libraries. For instance, pcl most commonly stops after: > > [snip] > -- Boost version: 1.46.1 > -- Found the following Boost libraries: > -- system > -- filesystem > -- thread > -- date_time > -- checking for module 'eigen3' > -- found eigen3, version 3.0.1 > > which is perplexing because it freezes after finding what it wants, > not during the search. When it does get past that point, it does so > almost immediately but freezes somewhere else. > > I'm using 64-bit Ubuntu 11.10 with kernel release 3.0.0-16-generic > with an Intel i5. > > To manage notifications about this bug go to: > https://bugs.launchpad.net/qemu/+bug/955379/+subscriptions >