Build 1.2.8 is failing as well?

I am trying to build 1.2.8 iso from codes as per recent blog however its failing. Has anyone tried building it?

Get:29 https://archive.repo.saltproject.io jessie/main Translation-en [513 B]
Get:30 http://deb.debian.org jessie/main amd64 Packages [6818 kB]
Get:31 https://archive.repo.saltproject.io jessie/main Translation-en [513 B]
Ign http://dev.packages.vyos.net crux/main Translation-en
Ign http://dev.packages.vyos.net crux/main Translation-en
Get:32 http://deb.debian.org jessie/contrib amd64 Packages [49.8 kB]
Get:33 http://deb.debian.org jessie/non-free amd64 Packages [83.2 kB]
Get:34 https://archive.repo.saltproject.io jessie/main Translation-en [513 B]
Get:35 http://deb.debian.org jessie/contrib Translation-en [38.3 kB]
Get:36 http://deb.debian.org jessie/main Translation-en [4581 kB]
Get:37 https://archive.repo.saltproject.io jessie/main Translation-en [513 B]
Get:38 http://deb.debian.org jessie/non-free Translation-en [72.0 kB]
Get:39 http://deb.debian.org jessie/main Sources [7063 kB]
Get:40 https://archive.repo.saltproject.io jessie/main Translation-en [513 B]
Ign https://archive.repo.saltproject.io jessie/main Translation-en
Ign http://aws.deb.vyos.io jessie/contrib Translation-en
Ign http://deb.debian.org jessie/main Translation-en
Ign http://aws.deb.vyos.io jessie/main Translation-en
Ign http://aws.deb.vyos.io jessie/non-free Translation-en
Err http://deb.debian.org jessie/main Sources
  404  Not Found
Fetched 23.6 MB in 11s (2005 kB/s)
W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/source/Sources  404  Not Found

E: Some index files failed to download. They have been ignored, or old ones used instead.
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...

Hello @blason
I created the VyOS 1.2 image using the build iso instructions from the site:

https://docs.vyos.io/en/latest/contributing/build-vyos.html

Build ISO
For VyOS 1.2 (crux)

$ git clone -b crux --single-branch https://github.com/vyos/vyos-build
$ cd vyos-build
$ docker run --rm -it --privileged -v $(pwd):/vyos -w /vyos vyos/vyos-build:crux bash
# ./configure --architecture amd64 --build-by "j.randomhacker@vyos.io"
# sudo make iso

There were no problems with the build.

Can you confirm if this is 1.2.8?

Hello @blason
So it should be 1.2.8.

Nope I tried the same method and it failed again for me


Get:679 http://deb.debian.org/debian/ jessie/main zerofree amd64 1.0.3-1 [7818 B]
Fetched 184 MB in 2min 43s (1132 kB/s)
E: Failed to fetch http://aws.deb.vyos.io/extended-lts/pool/main/p/python2.7/libpython2.7-minimal_2.7.9-2-ds1-1+deb8u7_amd64.deb  Connection failed

E: Failed to fetch http://aws.deb.vyos.io/extended-lts/pool/main/p/perl/perl-modules_5.20.2-3+deb8u13_all.deb  Connection failed

E: Failed to fetch http://aws.deb.vyos.io/extended-lts/pool/main/p/python2.7/python2.7-minimal_2.7.9-2-ds1-1+deb8u7_amd64.deb  Connection failed

E: Failed to fetch http://dev.packages.vyos.net/repositories/crux/vyos/pool/main/i/iproute2/iproute2_4.19.0-2_amd64.deb  Connection failed [IP: 52.7.33.13 80]

E: Failed to fetch http://aws.deb.vyos.io/extended-lts/pool/main/p/pillow/python-pil_2.6.1-2+deb8u6_amd64.deb  Connection failed

E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
P: Begin unmounting filesystems...
P: Saving caches...
Reading package lists...
Building dependency tree...
Reading state information...

On what OS do you build the image?

vyos_bld@836cbaced977:/vyos/build$ lsb_release -a
No LSB modules are available.
Distributor ID: Debian
Description: Debian GNU/Linux 8.11 (jessie)
Release: 8.11
Codename: jessie

I will install this version and try to start build image.

What base OS you are using? may be I an try building on that?

I build image VyOS on Ubuntu 20.04 and Debian 10 (buster)

1 Like

Yes it was successful on Ubuntu 20.04

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.