Skip Menu |

This queue is for tickets about the Type-Tiny CPAN distribution.

Report information
The Basics
Id: 122054
Status: resolved
Priority: 0/
Queue: Type-Tiny

People
Owner: Nobody in particular
Requestors: stephen.thirlwall [...] strategicdata.com.au
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: 1.002001
Fixed in: 1.002001



Subject: 1.002001 fails to install in docker
docker run --rm perl:5.24.1 -v cpanm Type::Tiny This starts with a screenful of: /bin/tar: Type-Tiny-1.002001/COPYRIGHT: time stamp 2017-06-08 11:58:05 is 7947.730413874 s in the future All the files get this future timestamp, causing make to fail: Writing Makefile for Type::Tiny Writing MYMETA.yml and MYMETA.json ==> Your Makefile has been rebuilt. <== ==> Please rerun the make command. <== false make: *** [Makefile] Error 1 Makefile:929: recipe for target 'Makefile' failed This is not specific to the perl:5:24.1 image - installing into ubuntu:16.04 for instance fails the same way 1.002000 installs just fine.
On 2017-06-09T01:44:33+01:00, sdt wrote: Show quoted text
> /bin/tar: Type-Tiny-1.002001/COPYRIGHT: time stamp 2017-06-08 11:58:05 > is 7947.730413874 s in the future
Odd. I can assure you, I've not been tinkering with time travel. If you're in Australia, I don't see how my UK time stamps could have appeared in the future to you — you're many hours ahead. Now that a bit of time has gone past, does it install okay?
PS: are you sure your system clock is correct?
On Sat Jun 10 09:34:27 2017, TOBYINK wrote: Show quoted text
> PS: are you sure your system clock is correct?
This may well have been the case. Either way, it's installing just fine now. Sorry for the noise - I'll mark this as resolved.