Re: [Tails-dev] Reproduction of Tails 3.2~alpha2 failed

Delete this message

Reply to this message
Author: intrigeri
Date:  
To: The Tails public development discussion list
Subject: Re: [Tails-dev] Reproduction of Tails 3.2~alpha2 failed
Hi,

kurono:
> here the link to diffoscope.html.bz2:
> https://share.riseup.net/#6-l9v5guXSmMgUEhZyilXw


Thanks!

Sadly, this was generated with diffoscope 78. Can you please retry
with version 83 or higher? Also, from the output it's clear that you
are lacking some of the packages recommended by diffoscope, so please:

1. ensure that the install step below will pull the recommends:

    sudo apt remove diffoscope


2. install the correct version of diffoscope + packages it recommends:

    echo 'deb http://ftp.debian.org/debian stretch-backports main' \
      | sudo tee /etc/apt/sources.list.d/stretch-backports.list && \
    sudo apt update && \
    sudo apt -o APT::Install-Recommends="true" \
             install diffoscope/stretch-backports


3. run the documented diffoscope command line and share its output
again

Thanks in advance!

Cheers,
--
intrigeri