[Simple-cdd-devel] Wheezy mirrors seem to be broken

Vagrant Cascadian vagrant at debian.org
Thu Apr 30 18:05:08 UTC 2015


On 2015-03-04, Stanislav Sinyagin wrote:
> I'm maintaining this set of profiles for simple-cdd, and since recent
> time the build procedure breaks:
> https://github.com/ssinyagin/pcengines-apu-debian-cd
>
> You can see some details here:
> https://github.com/ssinyagin/pcengines-apu-debian-cd/issues/1#issuecomment-77120755
>
> The problem is easy to reproduce, and it looks like all mirrors have
> it. About a month ago, everything worked fine.

I'm not able to reproduce the problem...

In a clean wheezy amd64 chroot:

  git clone https://github.com/ssinyagin/pcengines-apu-debian-cd
  apt-get install simple-cdd

I modified the configs to point to local mirrors and to use my http
proxy:

diff --git a/profiles/apu32.conf b/profiles/apu32.conf
index b564294..ae5ffe8 100644
--- a/profiles/apu32.conf
+++ b/profiles/apu32.conf
@@ -12,7 +12,9 @@ kernel_packages="linux-image-686-pae"


 ## Things you may want to change ##
 -debian_mirror="http://http.debian.net/debian"
 -wget_debian_mirror="ftp://mirror.switch.ch/mirror/debian/"
 +debian_mirror="http://ftp.us.debian.org/debian"
 +#wget_debian_mirror="ftp://mirror.switch.ch/mirror/debian/"
  security_mirror="http://security.debian.org"
   KERNEL_PARAMS="video=off debian-installer/language=en
 debian-installer/country=CH"
 +
 +export http_proxy=http://127.0.0.1:8000

Then I ran simple-cdd from the pcengines directory:

  cd pcengines-apu-debian-cd
  simple-cdd --profiles apu32

I also tried with apu64, making similar modifications to apu64.conf.

It generates a CD image.


Perhaps the mirrors used were corrupt?


live well,
  vagrant
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/simple-cdd-devel/attachments/20150430/c75ab68b/attachment.sig>


More information about the Simple-cdd-devel mailing list