Thank you both Adam and Peter. Yes I meant unsatisfiable :)
Since my staring images was Debian Jessie 2015g of tzdata was installed by default and I didn't see 2015f entry when running `apt-cache policy tzdata`. Installing this version explicitly resolved the issue. Kind regards, Zoran On Tue, Dec 8, 2015 at 12:39 PM, Adam D. Barratt <[email protected]> wrote: > On 2015-12-08 11:59, Zoran Plesivcak wrote: > >> After changing content of /etc/apt/sources.list to: >> >> deb >> http://snapshot.debian.org/archive/debian/20151102T010000Z/ [1] jessie >> main >> deb-src >> http://snapshot.debian.org/archive/debian/20151102T010000Z/ [1] jessie >> main >> deb >> http://snapshot.debian.org/archive/debian-security/20151102T010000Z/ >> [2] jessie/updates main >> deb-src >> http://snapshot.debian.org/archive/debian-security/20151102T010000Z/ >> [2] jessie/updates main >> >> and running: >> >> apt-get -o Acquire::Check-Valid-Until=false update >> >> most of the packages can be installed correctly, but e.g. >> openjdk-7-jre can't because of unjustifiable dependencies. >> > > You mean "unsatisfiable". > > I've tracked it down to the version of tzdata package which is not >> correctly set for the specific timestamp we want our snapshot to be >> at. For 2015-11-02 01:00:00 time it is expected that tzdata candidate >> version is 2015f-0+deb8u1, but it is actually 2015g-0+deb8u1. This >> makes all the packages that depend on the exact version of tzdata not >> being able to install properly (e.g. tzdata-java). >> >> Is this the problem with Debian Snapshot or with tzdata-java package >> > > Looking at the files, I can't see how that could possibly happen. There > are no tzdata packages in the security archive, and those in jessie were > 2015f. I can find no mention of tzdata 2015g in the URLs that you quoted. > (2015g was in jessie-updates at the time, but a) you don't mention having a > sources.list entry for jessie-updates and b) both tzdata and tzdata-java > were the same version). > > Regards, > > Adam > -- Zoran
