Re: yet another auto builder :-)

2008-08-07 Thread Kai Hendry
I have an odd bug with:
http://build.webconverger.com/

Running from index.cgi does not work:
http://build.webconverger.com/logs/2008-08-07.sid.txt

Running manually *does work*:
sudo /srv/web/build.webconverger.com/build.sh  logs/2008-08-07.sid.buildsh.txt
http://build.webconverger.com/logs/2008-08-07.sid.buildsh.txt

With a `vimdiff 2008-08-07.sid.txt 2008-08-07.sid.buildsh.txt`
I can see from '2008-08-07.sid.txt'
/usr/share/live-helper/functions/version.sh: line 25: echo: write
error: Broken pipe

and

  Setting up xfonts-scalable (1:1.0.0-6) ...
  /dev/mem: mmap: Bad address
  fmt: invalid width: `63470'
  fmt: invalid width: `63470'
  fmt: invalid width: `63470'

Any ideas? build.webconverger.com is hosted on a Xen slicehost. I see
several messages with /dev/mem: mmap: Bad address type problems, but
no solutions.


Kind regards,

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


yet another auto builder :-)

2008-08-04 Thread Kai Hendry
http://build.webconverger.com/
http://git.webconverger.org/?p=build.git

With this code I want to test that live-helper is capable build sid  lenny.

Kind of a weather report or heartbeat of live-ness.


I am not keeping any images as I don't want to have to clean them up.



So with:

http://build.webconverger.com/logs/2008-08-04.sid.txt

I can tell unstable/sid isn't building today.


Any suggestions are welcome!

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: yet another auto builder :-)

2008-08-04 Thread Ben Armstrong
On Mon, 4 Aug 2008 22:03:02 +0100
Kai Hendry [EMAIL PROTECTED] wrote:
 So with:
 
 http://build.webconverger.com/logs/2008-08-04.sid.txt
 
 I can tell unstable/sid isn't building today.

Cool.

 Any suggestions are welcome!

Sure.  In red, put Build failed or in green Built successfully on
this page by each build, depending on the outcome.

Ben

http://build.webconverger.com/


___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel


Re: yet another auto builder :-)

2008-08-04 Thread Chris Lamb
Kai Hendry [EMAIL PROTECTED] wrote:

 Any suggestions are welcome!

Seven suggestions!
 
 * Please build i386 images too. The fact that one is broken and one
   is working is an good indicator of problems.

 * Please set LH_DEBUG=enabled.

 * Please don't use ftp.us.debian.org - as a round-robin mirror it
   makes archive problems difficult to reproduce.

 * Please emit the contents of:

 wget -q -O- \
http://${MIRROR_HOST}/debian/project/trace/ftp-master.debian.org

   This makes it easy to see what version of the archive we are using.

 * Please print the current config so that it appears in the build log:

find config/ -type f | while read FILENAME
do
while read LINE
do
echo ${FILENAME}:${LINE}
done  $FILENAME
done

 * Did you consider using live-helper from Git for each run? I can see
   the benefits in running the packaged version as well though.

 * Please emit the live-helper version used in the log .txt (I see
   its on the homepage, but would be useful to be in the logfile itself)


Regards,

-- 
Chris Lamb, UK   [EMAIL PROTECTED]
GPG: 0x634F9A20


signature.asc
Description: PGP signature
___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Re: yet another auto builder :-)

2008-08-04 Thread Kai Hendry
Ok, I think I implemented all your suggestions:
http://git.webconverger.org/?p=build.git

On Mon, Aug 4, 2008 at 11:19 PM, Chris Lamb [EMAIL PROTECTED] wrote:
  * Did you consider using live-helper from Git for each run? I can see
   the benefits in running the packaged version as well though.

Yes I could do. I thought this service could be a little more
conservate  boring. Aiming to get the packaged stuff right.

You can only build an image on a daily basis, so we'll have to wait
till tomorrow to see if all my changes work. ;)


Thanks a lot guys. Keep the suggestions coming.

___
debian-live-devel mailing list
debian-live-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel