[blfs-dev] openjdk test report

2012-06-07 Thread Bruce Dubbs
I was able to build and test openjdk. The results are OK, but I'm disappointed in the number of issues that are not addressed upstream. I used: #!/bin/bash export DISPLAY=:20 Xvfb :20 -screen 0 1x1x24 -ac& echo $!> Xvfb.pid make jtregcheck -k 2>jdktest-errs |tee jdktest kill -9 `cat Xvfb.pid`

Re: [blfs-dev] openjdk

2012-06-07 Thread Bruce Dubbs
Bruce Dubbs wrote: > Bruce Dubbs wrote: >> DJ, >> The book calls for icedtea-2.2-generate_cacerts-1.patch, but it's >> missing. Should it be icedtea-2.2-add_cacerts-1.patch? > > Another problem. > > The instructions say: > > "begin by extracting the IcedTea package and changing into the extr

Re: [blfs-dev] openjdk

2012-06-07 Thread Bruce Dubbs
Bruce Dubbs wrote: > DJ, > The book calls for icedtea-2.2-generate_cacerts-1.patch, but it's > missing. Should it be icedtea-2.2-add_cacerts-1.patch? Another problem. The instructions say: "begin by extracting the IcedTea package and changing into the extracted directory." tar -xf icedtea

[blfs-dev] openjdk

2012-06-07 Thread Bruce Dubbs
DJ, The book calls for icedtea-2.2-generate_cacerts-1.patch, but it's missing. Should it be icedtea-2.2-add_cacerts-1.patch? -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page

Re: [blfs-dev] Fwd: [ANNOUNCE] X11R7.7

2012-06-07 Thread Armin K.
On 06/07/2012 04:46 PM, DJ Lucas wrote: > On 06/07/2012 03:16 AM, Armin K. wrote: >> Yay, finally! > > Excellent! Want to update the book? :-) If not, I'll try and get to it > on Monday. The only changes I had planned for it are adding a note about > katamari and why our version number is what it i

Re: [blfs-dev] Fwd: [ANNOUNCE] X11R7.7

2012-06-07 Thread DJ Lucas
On 06/07/2012 03:16 AM, Armin K. wrote: > Yay, finally! Excellent! Want to update the book? :-) If not, I'll try and get to it on Monday. The only changes I had planned for it are adding a note about katamari and why our version number is what it is for the full distribution and then separating

Re: [blfs-dev] Old files

2012-06-07 Thread Bruce Dubbs
DJ Lucas wrote: > After running across the SVN server page, I gave the server a minor > workout tonight... > > cd ~/LFS/BLFS/BOOK > for file in `find . -name "*.xml" | sed '/\.svn/d' | sed '/stylesheets/d'` > do > svn info $file >> svninfolist.txt > done > for year in 2002 2003 2004 2005 200

[blfs-dev] Fwd: [ANNOUNCE] X11R7.7

2012-06-07 Thread Armin K.
Yay, finally! Original Message Subject: [ANNOUNCE] X11R7.7 Date: Wed, 06 Jun 2012 16:36:14 -0700 From: Alan Coopersmith Reply-To: x...@lists.freedesktop.org, "X.Org Users" To: xorg-annou...@lists.x.org, "X.Org Users" , "X.Org Development" -BEGIN PGP SIGNED MESSAGE- H

[blfs-dev] Old files

2012-06-07 Thread DJ Lucas
After running across the SVN server page, I gave the server a minor workout tonight... cd ~/LFS/BLFS/BOOK for file in `find . -name "*.xml" | sed '/\.svn/d' | sed '/stylesheets/d'` do svn info $file >> svninfolist.txt done for year in 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 do