Re: [Tails-dev] TAILS build system with Vagrant 1.7.3

Supprimer ce message

Répondre à ce message
Auteur: anonym
Date:  
À: The Tails public development discussion list
Sujet: Re: [Tails-dev] TAILS build system with Vagrant 1.7.3
On 07/13/2015 06:32 PM, Adam Burns wrote:
> 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


You say that the "Vagrant/VirtualBox shell provisioning of the base box"
fails, but the above error is clearly from the Tails build script, not
while running the provisioning scripts. Which branch are you trying to
build? If you are trying to build something else than the 'devel'
branch, that might explain it, so please try that.

Cheers!