You are not logged in.

#1 2017-10-28 23:01:44

Redrield
Member
Registered: 2017-10-28
Posts: 5

Newly created file older than distributed files - configure

For some reason, it seems like any project that forces me to ./configure in order to generate a Makefile fails to configure for the following reason "Newly created file is older than distributed files".

I've tested this on i3 (vanilla and gaps), GTK+ 3.22, and Linux Mint's LightDM greeter from the AUR (lightdm-slick-greeter). All of them fail for the same reason.
I've checked timedatectl, date -u, and my hardware clock. All 3 have the correct time for my time zone.

Offline

#2 2017-10-28 23:09:14

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Newly created file older than distributed files - configure

Is there a reason you aren't using a PKGBUILD?


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#3 2017-10-28 23:15:59

Redrield
Member
Registered: 2017-10-28
Posts: 5

Re: Newly created file older than distributed files - configure

I am using a PKGBUILD. I tried to install i3-gaps and lightdm-slick-greeter from the AUR. But they pull down source files and compile them

Offline

#4 2017-10-28 23:26:11

Redrield
Member
Registered: 2017-10-28
Posts: 5

Re: Newly created file older than distributed files - configure

I figured it out. The configure script depends on /usr/bin/ls being a specific ls program that gives it the output it expects. Mine was not that program and so was screwing it up. Replacing my ls with the system's ls fixed the issue.

Offline

#5 2017-10-28 23:35:32

jasonwryan
Anarchist
From: .nz
Registered: 2009-05-09
Posts: 30,426
Website

Re: Newly created file older than distributed files - configure

More information would have been helpful...

Please remember to mark your thread as [Solved] by editing your first post and prepending it to the title.


Arch + dwm   •   Mercurial repos  •   Surfraw

Registered Linux User #482438

Offline

#6 2023-09-01 22:22:10

leouno
Member
Registered: 2023-09-01
Posts: 1

Re: Newly created file older than distributed files - configure

I had the same problem.
I had used `exa` as `ls`.
The problem was fixed after I replaced with the system's `ls`.

Offline

Board footer

Powered by FluxBB