View previous topic :: View next topic |
Author |
Message |
bytex n00b
Joined: 30 Jun 2024 Posts: 5
|
|
Back to top |
|
|
BurningMemory n00b
Joined: 17 Jan 2023 Posts: 54
|
Posted: Sun Jun 30, 2024 5:37 pm Post subject: Re: Package Dependency emake error 1 |
|
|
I see portage complaining about modification time. First, please properly set your system time.
To do this refer to the "date" command manual page, then do "hwclock --systohc" to sync uefi time
with the system time. After you've verified your system time is indeed correct by just typing "date",
please cd into / and do this to touch all files (just in case):
Code: | find . -type f -exec touch {} + |
After that, you're good to try again.
This should help. |
|
Back to top |
|
|
bytex n00b
Joined: 30 Jun 2024 Posts: 5
|
Posted: Mon Jul 01, 2024 2:30 pm Post subject: |
|
|
Ah many thanks. Honestly I skipped setting the clock thank you. |
|
Back to top |
|
|
BurningMemory n00b
Joined: 17 Jan 2023 Posts: 54
|
Posted: Mon Jul 01, 2024 2:56 pm Post subject: |
|
|
bytex wrote: | Ah many thanks. Honestly I skipped setting the clock thank you. |
You're welcome. I hope you have a good time with gentoo |
|
Back to top |
|
|
|