Summary: | ryzen 5 2600 (12 reported cores) too fast for devel/ninja | ||
---|---|---|---|
Product: | Ports & Packages | Reporter: | aryeh.friedman |
Component: | Individual Port(s) | Assignee: | freebsd-kde (Team) <kde> |
Status: | Closed Feedback Timeout | ||
Severity: | Affects Only Me | CC: | adridg, arrowd, tcberner |
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(kde) |
Version: | Latest | ||
Hardware: | Any | ||
OS: | Any | ||
URL: | https://github.com/ninja-build/ninja/issues/1599 |
Description
aryeh.friedman
2019-07-29 09:29:42 UTC
Please check timestamps in the WRKDIR tree; what Ninja is telling you in the error message is that the generated files still aren't newer than the files it's generating from. So you may have a file from the future, or mismatched clocks between the machine you're building on and your NFS server (if that's your setup), or anything else. Are any of your files implausibly old? Like from 1970? |