[Tails-dev] TAILS build system with Vagrant 1.7.3

Üzenet törlése

Válasz az üzenetre
Szerző: Adam Burns
Dátum:  
Címzett: tails-dev
Tárgy: [Tails-dev] TAILS build system with Vagrant 1.7.3
Got Vagrant 1.7.3 to inter-operate with the current TAILS Rakefile by
adding explicit paths for some extra require commands. This likely is
not needed once ruby/rake system paths for require commands are set
correctly (I'm a ruby/rake n00b).

The Vagrant/VirtualBox shell provisioning of the base box
'tails-builder-20141201' currently errors with the following packages
not found.

P: Begin installing packages...
Reading package lists...
Building dependency tree...
Reading state information...
Package hopenpgp-tools is not available, but is referred to by another
package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package keyringer is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package linux-image-3.16.0-4-586 is not available, but is referred to by
another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

Package linux-image-3.16.0-4-amd64 is not available, but is referred to
by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'linux-image-3.16.0-4-586' has no installation candidate
E: Package 'linux-image-3.16.0-4-amd64' has no installation candidate
E: Package 'hopenpgp-tools' has no installation candidate
E: Package 'keyringer' has no installation candidate
P: Begin unmounting filesystems...

real    4m42.505s
user    2m6.284s
sys     0m33.978s
+ RET=123
+ '[' -e binary.iso ']'
+ fatal 'lb build failed (1).'
+ echo 'lb build failed (1).'
lb build failed (1).
+ exit 1


Not sure what am I missing here?

Thanks for any pointers/tips!