View previous topic :: View next topic |
Author |
Message |
ian848uig n00b
Joined: 21 Sep 2023 Posts: 48 Location: Latin America
|
Posted: Sun Dec 01, 2024 6:32 pm Post subject: dev-libs/nss-3.107 missing 'endif' |
|
|
Hi everyone, since a week ago I have a problem with nss version 3.107 failing because of missing endif, I tried compiling version 3.106 and recompiling version 3.105, but it gives the same error.
I tried to add the missing endif in the file on line 53, but portage deletes the directory (theoretically) when I try to re-emerge nss, which makes adding the missing line useless.
output:
and
NOTE: GCC14 downgraded it from 14.3.9999 to 20241123 (the problem still persists), the error is the same, it was not necessary to copy and paste the recent output again.
Mod edit: URLs made clickable. — JRG _________________ I like everything that is Linux, free and open source software. I am a teenager |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10660 Location: Somewhere over Atlanta, Georgia
|
Posted: Sun Dec 01, 2024 6:55 pm Post subject: |
|
|
Looks like you've remove a hard mask from dev-build/make-9999. I'd try to downgrade back to current stable make and then retry building nss.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
ian848uig n00b
Joined: 21 Sep 2023 Posts: 48 Location: Latin America
|
Posted: Sun Dec 01, 2024 9:24 pm Post subject: |
|
|
So, could it be a make problem, not a GCC problem? _________________ I like everything that is Linux, free and open source software. I am a teenager |
|
Back to top |
|
|
John R. Graham Administrator
Joined: 08 Mar 2005 Posts: 10660 Location: Somewhere over Atlanta, Georgia
|
Posted: Sun Dec 01, 2024 9:39 pm Post subject: |
|
|
Yes it could. dev-libs/nss-3.107 builds successfully here with sys-devel/gcc-14.2.1_p20241116.
I was trying to reproduce your problem by building make-9999, but it wouldn't build for me, so I didn't get that far. Still, it's the likely culprit: things are generally hard masked for a reason.
- John _________________ I can confirm that I have received between 0 and 499 National Security Letters. |
|
Back to top |
|
|
ian848uig n00b
Joined: 21 Sep 2023 Posts: 48 Location: Latin America
|
Posted: Sun Dec 01, 2024 10:28 pm Post subject: |
|
|
it works, I degrade make and it works and in 30 seconds (approximately) dev-libs/nss was compiled and installed.
Code: |
nss-config --version
3.107.0
|
_________________ I like everything that is Linux, free and open source software. I am a teenager |
|
Back to top |
|
|
|