Bug#493749: live-helper: lh_build fail with debian-installer and apt-proxy

2008-08-04 Thread P'tit g
Package: live-helper
Version: 1.0~a48-1
Severity: normal

When I use the option '--debian-installer enabled' and an apt proxy
(http://packages.debian.org/apt-proxy), lh_build fails.


-- Package-specific info:

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (970, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.25-2-amd64 (SMP w/1 CPU core)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages live-helper depends on:
ii  debootstrap   1.0.10 Bootstrap a basic Debian system

live-helper recommends no packages.

Versions of packages live-helper suggests:
ii  dosfstools2.11-6 utilities for making and checking 
ii  fakeroot  1.9.5  Gives a fake root environment
ii  genisoimage   9:1.1.8-1  Creates ISO-9660 CD-ROM filesystem
ii  grub  0.97-44GRand Unified Bootloader (Legacy v
pn  memtest86+ | memtest86none (no description available)
ii  mtools3.9.11-1   Tools for manipulating MSDOS files
pn  partednone (no description available)
pn  squashfs-tools | genext2fs |  none (no description available)
ii  sudo  1.6.9p17-1 Provide limited super user privile
ii  uuid-runtime  1.41.0-3   universally unique id library

-- no debconf information





___
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