[Bug 1129571] Re: libreoffice armhf FTBFS

2018-08-26 Thread Launchpad Bug Tracker
[Expired for qemu (Ubuntu) because there has been no activity for 60 days.] ** Changed in: qemu (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571

[Bug 1129571] Re: libreoffice armhf FTBFS

2018-06-27 Thread  Christian Ehrhardt 
** Changed in: qemu (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug go

[Bug 1129571] Re: libreoffice armhf FTBFS

2017-09-13 Thread Thomas Huth
There hasn't been a reply to my question in comment #32 within months, so I assume nobody cares about this anymore. So I'm closing this ticket now... ** Changed in: qemu Status: Incomplete => Won't Fix -- You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 1129571] Re: libreoffice armhf FTBFS

2016-11-04 Thread Ubuntu Foundations Team Bug Bot
The attachment "FUTEX_WAIT_BITSET.patch" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team. [This is an automated message performed by a Launchpad user owned by

[Bug 1129571] Re: libreoffice armhf FTBFS

2016-11-04 Thread Thomas Huth
Can you still reproduce this issue with the latest upstream version of QEMU? ** Changed in: qemu Status: New => Confirmed ** Changed in: qemu Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1129571] Re: libreoffice armhf FTBFS

2014-08-11 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug

[Bug 1129571] Re: libreoffice armhf FTBFS

2014-08-11 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: High = Medium -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug go to:

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-07 Thread Serge Hallyn
@Alex, in a armhf precise container on a raring host with qemu-user-static version 1.4.0+dfsg-1expubuntu2 a libreoffice build has now been going for 6 days with no failures yet. (How long does that thing go on? :) Unless you say otherwise I'm now going to shift to looking into the javac

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-06 Thread Serge Hallyn
javac switched from hanging forever to segfaulting. ** Changed in: qemu (Ubuntu) Assignee: Serge Hallyn (serge-hallyn) = (unassigned) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-05 Thread Serge Hallyn
@Peter, so you'd recommend testing for the javac hang with https://launchpadlibrarian.net/124927320/cmake.patch ? (will try until you shout no, you idiot) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-05 Thread Peter Maydell
Well, you can try, but I don't think it is very likely to help. The patch is a hacky workaround for select() in particular, not for the entire class of hangs. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-03 Thread John Rigby
I see the same thing javac hanging. This is with a raring chroot on raring host with qemu compiled from upstream 1.4.0 plus Peter's patches and my linux-user patches -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-03 Thread Colin Watson
** Tags added: qemu-user-ubuntu -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug go to:

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-03 Thread John Rigby
I noticed for the case where javac --version hangs the process has several threads all waiting on futexes. Details attached. ** Attachment added: dump.out https://bugs.launchpad.net/qemu/+bug/1129571/+attachment/3555716/+files/dump.out -- You received this bug notification because you are

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-03 Thread Peter Maydell
John: it would be interesting to try to determine whether that hang has the same root cause as the cmake and boehm-gc hangs, ie the thing that is supposed to post the futex is a signal handler whose signal comes in either just before or during the syscall [either way, the emulated code for the

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-03 Thread Peter Maydell
cmake bug: LP:955379. sketch of how to fix signal races: http://lists.gnu.org/archive/html/qemu-devel/2011-12/msg00384.html -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-02 Thread Serge Hallyn
@John, as the bug description was about the 12.04 libreoffice build, i'm actually using a raring host with 1.4.0 qemu-user-static, with a *precise* armhf container. The precise libreoffice has been building all day friday and friday so far with no incidents. In a raring chroot, I've not been

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-01 Thread John Rigby
Trying to build on a raring amd64 host in a raring armhf chroot, two failures so far. First time was a hang checking ant, an xlc-ls showed several java threads hung. Second time was a segfault again in java. So I have no problems reproducing this now locally. Hang seems like thread waiting for

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-03-01 Thread Peter Maydell
John: you might also like to try with this patchset applied: http://lists.nongnu.org/archive/html/qemu-devel/2013-02/msg04207.html as that fixes one category of races. There are still other races that can cause segfaults and other problems (as the cover letter describes) but it's possible this

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-28 Thread Serge Hallyn
It turns out it is javac in raring chroots which gives me the problem. I finally realized that the bug is about a libreoffice build in a precise chroot. I'm running a build (which has been running most of the day) with qemu-arm-static from a hand-built qemu source tree with this morning's latest

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-25 Thread Serge Hallyn
Thanks, I'll give that a shot! -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug go to:

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-25 Thread Serge Hallyn
@John, with that patch applied on top of 1.4.0, I still get segfault when running javac --version. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-23 Thread Peter Maydell
Thanks for the patch. John, since you're going to be doing more QEMU work in future I'd encourage you to go through the process of submitting it to upstream's mailing list and shepherding it through the patch review process. Upstream's patch submission guidelines are here:

Re: [Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-23 Thread John Rigby
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Peter, sorry I attached this quick patch to the bug for Serge to try out with the intent of sending a proper patch upstream later. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux) Comment: Using GnuPG with undefined -

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-22 Thread John Rigby
The patch at least allows java to run without segfaulting. I have not tried to build libreoffice yet. Late in 2012 libc started using FUTEX_WAIT_BITSET instead of FUTEX_WAIT so teach qemu about it so it will forward the call to the host kernel rather than returning -TARGET_ENOSYS. The patch

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-22 Thread Ubuntu Foundations Team Bug Bot
** Tags added: patch -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications about this bug go to:

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
Having rebuilt from upstream qemu, the bug when installing ca- certificates-java is solved. Now trying the main package build. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title:

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
ubuntu@r1:~$ /usr/lib/jvm/default-java/bin/javac --version Segmentation fault (core dumped) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
ubuntu@r1:~$ /usr/lib/jvm/default-java/bin/javac --version # # A fatal error has been detected by the Java Runtime Environment: # # Internal Error (os_linux_zero.cpp:285), pid=326, tid=4120921200 # fatal error: caught unhandled signal 11 # # JRE version: 7.0_13-b20 # Java VM: OpenJDK Zero VM

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
coredump from running javac -version ** Attachment added: qemu_javac_20130220-190027_333.core https://bugs.launchpad.net/qemu/+bug/1129571/+attachment/3538762/+files/qemu_javac_20130220-190027_333.core -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
hs_err log file from same javac -version run. ** Attachment added: hs_err_pid333.log https://bugs.launchpad.net/qemu/+bug/1129571/+attachment/3538763/+files/hs_err_pid333.log -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-20 Thread Serge Hallyn
(I understand that still looks like a different error... but i can't get to the reported error to reproduce without getting past this one) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Colin Watson
Serge, I asked Alex to escalate this because it has required us to make a devirtualised PPA for a commercial project that involves libreoffice builds. This has some risk of being an operational problem, because it's going to be using Ubuntu build resources rather than the usual PPA ones. I'd

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Colin Watson
I believe that this is with qemu 1.3.0+dfsg-1~exp3ubuntu8~3.IS.12.04 and Linux 2.6.24-32-xen. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Peter Maydell
Well, the first step would be to provide a reasonably tractable set of reproduce instructions (at minimum, something like do this to set up a chroot, then in the chroot run this command and watch it SIGILL.) Also checking it still repros on 1.4.0 (just released) would be nice (though I don't think

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Serge Hallyn
** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed in: qemu (Ubuntu) Status: New = Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Serge Hallyn
Trying to reproduce... ** Changed in: qemu (Ubuntu) Assignee: (unassigned) = Serge Hallyn (serge-hallyn) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Serge Hallyn
On a stock ubuntu raring system, I did sudo apt-get install lxc qemu-user qemu-user-static sudo lxc-create -t ubuntu -n r1 -- -a armhf sudo lxc-start -n r1 # log into console as ubuntu/ubuntu, there do: sudo apt-get install ca-certificates-java That gave me the attached error (reproducible). **

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Matthias Klose
The relevant snippet from the build log doesn't even show the complete command ... -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1129571 Title: libreoffice armhf FTBFS To manage notifications

[Bug 1129571] Re: libreoffice armhf FTBFS

2013-02-19 Thread Peter Maydell
The actual command from the build log: /usr/lib/jvm/java-6-openjdk-armhf/bin/java -cp .:../../unxlngr.pro/class:/usr/lib/jvm/java-6-openjdk-armhf/jre/lib/rt.jar:.:/build/buildd/libreoffice-3.5.7/solver/unxlngr.pro/bin