Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem installing sngrep-master.zip on Debian 7 64 bits #1

Closed
voipsystems opened this issue Jun 25, 2013 · 2 comments
Closed

Problem installing sngrep-master.zip on Debian 7 64 bits #1

voipsystems opened this issue Jun 25, 2013 · 2 comments
Assignees

Comments

@voipsystems
Copy link

Hi I have downloaded SNGREP-MASTER.ZIP for teh GITHUB but i have the error:
root@asteriskac:/usr/src/sngrep-master# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... configure: error: newly created file is older than distributed files!
Check your system clock

I downloaded the http://blog.voz-ip.com/wp-content/uploads/2013/06/sngrep-0.0-alpha.tar.gz and worked fine the installation, what can we do? Best Regards

@Kaian
Copy link
Member

Kaian commented Jun 25, 2013

This usually happens when the downloaded files are newer than your system clock.
I'm from Spain and the last commit was Jun 24 at 19:49, so maybe the downloaded files were in the future for your timezone.

The problem should be automatically fixed today, but if the problem happens again, you can update the date of all source files using:

find . -exec touch {} \;

Best regards

@ghost ghost assigned Kaian Jun 25, 2013
@Kaian
Copy link
Member

Kaian commented Jun 27, 2013

As far as I know, there is no unzip parameter to update uncompressed file dates, so downloaded zips after pushes will crash unless files are touched in some timezones.

If someone knows a way to fix this, open a new issue .

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants