Re: OpenJDK-7 on kFreeBSD

2012-09-10 Thread Georgi Naplatanov
On 06/29/2012 10:31 PM, Robert Millan wrote: Did you try running the build from a non-login shell? (e.g. /etc/rc.local). The kernel limits are much different from login shells, I suspect it can make a difference. I tried to run sbuild from /etc/rc.local, but error is : Error: could not find l

Re: OpenJDK-7 on kFreeBSD

2012-06-29 Thread Robert Millan
2012/6/24 Christoph Egger : > The most "interesting" change IMHO is SHELL now being /bin/sh while it > was bash. Happy to take suggestions on what to try to modify here as > well. Unfortunately building the thing up to the error takes something > like half a day so I can't build new tests that fast

Re: OpenJDK-7 on kFreeBSD

2012-06-26 Thread Christoph Egger
Hi! Steven Chamberlain writes: > I'd still be interested to see those buildd logs if you could post them > somewhere please? http://people.debian.org/~christoph/openjdk-7-sbuild-{60,63} Regards Christoph -- 9FED 5C6C E206 B70A 5857 70CA 9655 22B9 D49A E731 Debian Developer | Lisp Hacker

Re: OpenJDK-7 on kFreeBSD

2012-06-25 Thread Steven Chamberlain
On 25/06/12 10:59, Christoph Egger wrote: > Georgi Naplatanov writes: >> [...] May be it's better to be used >> newer versions of sbuild and schroot on buildd machines (if it's >> possible of course). > > Well once wheezy is released ;-) we'll get newer versions. [...] Would schroot from squeeze

Re: OpenJDK-7 on kFreeBSD

2012-06-25 Thread Steven Chamberlain
Hi Christoph, I'd still be interested to see those buildd logs if you could post them somewhere please? Thanks, Regards, -- Steven Chamberlain ste...@pyro.eu.org -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.

Re: OpenJDK-7 on kFreeBSD

2012-06-25 Thread Christoph Egger
Hi! Georgi Naplatanov writes: > It's difficult for investigation what the exact reason is for this > error, because one test takes an hour. May be it's better to be used > newer versions of sbuild and schroot on buildd machines (if it's > possible of course). Well once wheezy is released ;-) we'

Re: OpenJDK-7 on kFreeBSD

2012-06-25 Thread Georgi Naplatanov
On 06/25/2012 08:55 AM, Christoph Egger wrote: Hi again. Seems the ouput in the buildlog (only considering the part dpkg-buildpackage starts to run is identical (after applying «PKGBUILDDIR» to the sbuild .60 log) apart from timestamps, one mktemp thing and stub adresses in these little ldd o

Re: OpenJDK-7 on kFreeBSD

2012-06-24 Thread Christoph Egger
Hi again. Seems the ouput in the buildlog (only considering the part dpkg-buildpackage starts to run is identical (after applying «PKGBUILDDIR» to the sbuild .60 log) apart from timestamps, one mktemp thing and stub adresses in these little ldd outputs. Untill one fails and the other does not of

Re: OpenJDK-7 on kFreeBSD

2012-06-24 Thread Christoph Egger
Hi all! I'm still experimenting with my stable VM. sbuild/schroot from stable result in the dl_minimal assertion error sbuild/schroot from unstable either build fine or end up in the ``could not find libjava.so'' thing (I'm considering this ``successfull'' for now. The set of installed packages

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-06-06 Thread Steven Chamberlain
Hi, On 16/05/12 06:18, Christoph Egger wrote: > Changing kernels did not fix this problem in any way. What did make > openjdk-7 compile was switching from stable's sbuild/schroot to > wheezy's. Would doing this have updated any of the build-essential packages, particularly binutils, eglibc? > L

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-27 Thread Roger Leigh
On Sun, May 27, 2012 at 05:37:49PM +0300, Georgi Naplatanov wrote: > > There is my configuration of schroot - > http://os.oles.biz/openjdk/schroot-etc-2012-05-27.tar.gz > > I don't know what anything more to try so any suggestions are welcome. If it's related to /run/lock, it might be a case of

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-27 Thread Georgi Naplatanov
On 05/20/2012 04:51 PM, Roger Leigh wrote: There's 1.5.2-1 in experimental. It should just rebuild for squeeze. I would not expect the schroot version to be a problem though. schroot is after all just a fancy wrapper around chroot(8). If schroot is causing problems, it's likely to be in the pr

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-21 Thread Georgi Naplatanov
On 05/20/2012 04:51 PM, Roger Leigh wrote: On Sun, May 20, 2012 at 03:41:56PM +0300, Georgi Naplatanov wrote: There's 1.5.2-1 in experimental. It should just rebuild for squeeze. I would not expect the schroot version to be a problem though. schroot is after all just a fancy wrapper around chr

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-20 Thread Roger Leigh
On Sun, May 20, 2012 at 03:41:56PM +0300, Georgi Naplatanov wrote: > > I have tried to run dpkg-buildpackage manually inside chroot > environment (with schroot-1.4.22-1~bpo60+1) and build failed. > > Can that version of schroot be a problem ? > > Is there a debian repository for newer version of

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-20 Thread Georgi Naplatanov
On 05/16/2012 11:51 AM, Roger Leigh wrote: On Wed, May 16, 2012 at 07:18:21AM +0200, Christoph Egger wrote: Hi all! Christoph Egger writes: Christoph Egger writes: Robert Millan writes: 2012/5/12 Damien Raude-Morvan: Also it might be worth trying with a chroot hosted on kfreebsd 8.1.

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-16 Thread Robert Millan
2012/5/16 Roger Leigh : > Some ideas for checking: > > [] And please do try running it from a non-login shell (e.g. /etc/rc.local). It's been known to make a difference in other packages already. -- Robert Millan -- To UNSUBSCRIBE, email to debian-bsd-requ...@lists.debian.org with a subj

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-16 Thread Steven Chamberlain
On 16/05/12 06:18, Christoph Egger wrote: > Changing kernels did not fix this problem in any way. What did make > openjdk-7 compile was switching from stable's sbuild/schroot to > wheezy's. Hi, I notice that calling dpkg-buildpackage by hand without a -j option results in the build system choosin

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-16 Thread Roger Leigh
On Wed, May 16, 2012 at 07:18:21AM +0200, Christoph Egger wrote: > Hi all! > > Christoph Egger writes: > > Christoph Egger writes: > >> Robert Millan writes: > >>> 2012/5/12 Damien Raude-Morvan : > >>> Also it might be worth trying with a chroot hosted on kfreebsd 8.1. > >> > >> I tried exactly

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-15 Thread Christoph Egger
Hi all! Christoph Egger writes: > Christoph Egger writes: >> Robert Millan writes: >>> 2012/5/12 Damien Raude-Morvan : >>> Also it might be worth trying with a chroot hosted on kfreebsd 8.1. >> >> I tried exactly that and on my stable system openjdk-7 fails exactly as >> on the buildds in the u

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-14 Thread Steven Chamberlain
Hi Damien, I've been trying again with newer openjdk-7 7~u3-2.1.1~pre1-2, using dpkg-buildpackage, and keeping a log this time of a single build attempt, immediately after extracting from source. With -j2 I am seeing this error first: > Error: entry is missing!!! > > Error: entry is missing

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-13 Thread Christoph Egger
Hi again! Christoph Egger writes: > Robert Millan writes: >> 2012/5/12 Damien Raude-Morvan : >> Also it might be worth trying with a chroot hosted on kfreebsd 8.1. > > I tried exactly that and on my stable system openjdk-7 fails exactly as > on the buildds in the usntable chroot. Will now try if

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-12 Thread Christoph Egger
Hi all! Robert Millan writes: > 2012/5/12 Damien Raude-Morvan : > Also it might be worth trying with a chroot hosted on kfreebsd 8.1. I tried exactly that and on my stable system openjdk-7 fails exactly as on the buildds in the usntable chroot. Will now try if I can get it running with a 8.3 ker

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-12 Thread Robert Millan
2012/5/12 Damien Raude-Morvan : >> My build system runs the 8.3-1-686 kernel and tends to follow wheezy. >> The virtual machine has a total of 1.5GiB RAM, with vm.kmem_size set to > > My baremetal server runs 9.0-1-686 kernel and is clean wheezy (with sid > schroot as already said). > > I would rea

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-05-12 Thread Damien Raude-Morvan
Le samedi 14 avril 2012 04:35:59, Steven Chamberlain a écrit : > Hi, Hi Steven, > Just to give some new feedback on this, I was able to build and install > openjdk-7 on kfreebsd-i386 from the openjdk-7_7~u3-2.1.1~pre1-1.dsc. > > It took a few attempts though, lots of a disk space and somehow I h

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-04-13 Thread Steven Chamberlain
Hi, Just to give some new feedback on this, I was able to build and install openjdk-7 on kfreebsd-i386 from the openjdk-7_7~u3-2.1.1~pre1-1.dsc. It took a few attempts though, lots of a disk space and somehow I hit a kernel panic in my VM at one point. Since I carried on from that point, I don'

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-03-12 Thread Damien Raude-Morvan
Hi Christoph and Georgi, On 12/03/2012 15:20, Christoph Egger wrote: Georgi Naplatanov writes: My sbuild (0.62.5-1~bpo60+1) configuration is very simple: ~/.sbuildrc $distribution = 'unstable'; $chroot_mode = 'schroot'; $maintainer_name='kfreebsd-amd64 Build Daemon (fasch)'; $purge_build_di

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-03-12 Thread Christoph Egger
Georgi Naplatanov writes: > My sbuild (0.62.5-1~bpo60+1) configuration is very simple: > ~/.sbuildrc > $distribution = 'unstable'; > $chroot_mode = 'schroot'; > > and /etc/schroot/schroot.conf > [sid] > description=Debian sid (unstable) > directory=/chroot/sid > users=rleigh > groups=sbuild > root

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-03-12 Thread Georgi Naplatanov
Hi Damien. On 02/20/2012 08:41 PM, Damien Raude-Morvan wrote: On Mon, 20 Feb 2012 20:17:26 +0200, Georgi Naplatanov wrote: Hi. Hi Georgi! Nice to see someone interrested by openjdk-7 on kfreebsd :) I compiled source package openjdk-7-7~b147-2.0 on Wheezy AMD64 without modification and insta

Re: OpenJDK-7 on kFreeBSD (feedback)

2012-02-20 Thread Damien Raude-Morvan
On Mon, 20 Feb 2012 20:17:26 +0200, Georgi Naplatanov wrote: > Hi. Hi Georgi! Nice to see someone interrested by openjdk-7 on kfreebsd :) > I compiled source package openjdk-7-7~b147-2.0 on Wheezy AMD64 without > modification and installed openjdk-7-jre-lib and openjdk-7-jre-headless. > > I co

Re: OpenJDK-7 on kFreeBSD: Status update.

2011-10-07 Thread Damien Raude-Morvan
Le vendredi 07 octobre 2011 22:09:48, Christoph Egger a écrit : > Hi! > > Damien Raude-Morvan writes: > > To get a clear overview of what's going on : > > 1) openjdk-7 source package build fine under both > > > > - a clean sid KVM : http://deb.li/WQyI > > Fails in another interesting way in

Re: OpenJDK-7 on kFreeBSD: Status update.

2011-10-07 Thread Christoph Egger
Hi! Damien Raude-Morvan writes: > To get a clear overview of what's going on : > 1) openjdk-7 source package build fine under both > - a clean sid KVM : http://deb.li/WQyI Fails in another interesting way in a hopefully not that tainted sid KVM here: http://people.debian.org/~christoph/open

Re: OpenJDK-7 on kFreeBSD: Status update.

2011-10-07 Thread Robert Millan
2011/10/5 Damien Raude-Morvan : > 2) it FTBFS inside a sid chroot installed on a squeeze KVM (same error as > on buildd network) : http://deb.li/3ZzDA > 3) it FTBFS inside a sid chroot installed on a wheezy server (looks like > rpath / $ORIGIN issue) : http://deb.li/30Az0 Have you tried valgrind?