Solved Can't compile anything anymore since upgrade

The update to 14.0 replaced the directory with a file.
freebsd-update has been updated to address this issue.
Your problem is documented in the Errata.
FreeBSD-EN-23:23
There are directories on your system that have not yet been replaced with files, so get the files from the link in #23 and replace them.
Also correct the permissions of /var/account with chmod.
So the system is fixed.
No reinstallation is necessary.
 
Charlie_ Thanks, I modified the permissions for /var/account.
But I'm still a bit confused about the 4 directories to replace with regular files...
The arc_summary and zvol_wait files : OK I get it, I removed directories and have replaced them with the content of the files from the two links you shared.
But the two first, I dont' get it : when I click on the links you provided, I access weird content with only "stdin1.txt" and "stdin1_results.txt" words inside. I'm not sure that's intended... right ?
 
Yes.
Alternatively you can do this
Code:
cd /usr/src/contrib/bc/tests/bc/
rm misc6.txt misc6_results.txt
cp stdin1_results.txt misc6_results.txt
cp stdin1.txt misc6.txt
You can also check by running freebsd-update IDS again.
 
Thanks Charlie_ it worked like a charm.

Now freebsd-update IDS output :

Inspecting system... done.
/.cshrc has SHA256 hash 8b3f74dd170b2fad6be3c5b18cf89af83bcd597fb65b3e92721036293b6aa6b3, but should have SHA256 hash d1ba75d6e942aa2f17eb84061fe4edda1d17b9a9ab8e4e2ce3a19e650403b5d7.
/etc/group has SHA256 hash 4d99f5aef2f8f5ee31860908b3d9c829368e8badaceda488b8e26d7d855e4b6c, but should have SHA256 hash a76791033e18dcb526c30a6417bdb31ef774649f84e7f4ca0e745549cb15729c.
/etc/hosts has SHA256 hash f9e2a950945c9009910b87eb53cb79f27d35d897f2c67e7e6b215ebacbd58732, but should have SHA256 hash 336de0d20e14a6e526e147580ef5b0a7167a4ff4ebd788222d71e4c238e7ab2e.
/etc/mail/aliases has SHA256 hash 17bf1606f59f8a38a12271548fef52c80ca8a4d452efe2bc483bad3e659de128, but should have SHA256 hash f98a9312846abdb5095b1162100fa8d56ba665beb3779239aee94a6c8d44a88f.
/etc/master.passwd has SHA256 hash bc29abb316e1e4499565ef34c9de4d5cca6b70058d4f11d404b3c75cf7228520, but should have SHA256 hash 55dfb5a41ebad44523b26cba443d94c3d55e0b39a32558f81a1d50fed964ec34.
/etc/passwd has SHA256 hash f97dcc844ab9a648243143077efa026683b3fafddbc22aca0dbcc5419613c040, but should have SHA256 hash 57d2a756f16439eb2bc13af8d4b0a958ccec88643c6246cfc00e5b0894417eec.
/etc/pwd.db has SHA256 hash 2ed6b3a722cdcb721b494ebc280e435c57891472991e65231761247ef7968038, but should have SHA256 hash bd30e09f6e06e4430bbb8fa20c4ed46babaec585d5580a92244c6a4227c5af56.
/etc/shells has SHA256 hash d46a6a8d81650ef3cb8b0a63f4b8cdd6ed681dfa14aa3690a9308a13097ada56, but should have SHA256 hash d4f435c3c24679f19609fcf0e78c473c85582cd0300ebcc0ac3088c34408cde4.
/etc/spwd.db has SHA256 hash a8320b37f6c0335ae11cb19a8751cb136325a6c620f368cad8e7b2aa5d3c31a6, but should have SHA256 hash 5b8454a1d288eef2ed215f2280ac5cf9e9197ac1d2a1e46a67ba38c2c0c370e7.
/etc/sysctl.conf has SHA256 hash 24abb80d5a672222a041fbb2cf786e1973b13100b7e93aa97b6dd8d3987f1e2c, but should have SHA256 hash 45f469e7a9b4eef887bab7b55397305043fe101e1d6ce6f7e23d758e72f56dc6.
/etc/ttys has SHA256 hash 7e3b5425f0f4a76101c6dc4003efb681b2857f94f8ed53f1f61898b3015a35c3, but should have SHA256 hash 233bbde35fce584ed8655483e5aa3f6f43978d27fa3fb3e55b6898f48eae7aea.
/root/.cshrc has SHA256 hash 8b3f74dd170b2fad6be3c5b18cf89af83bcd597fb65b3e92721036293b6aa6b3, but should have SHA256 hash d1ba75d6e942aa2f17eb84061fe4edda1d17b9a9ab8e4e2ce3a19e650403b5d7.

Nothing to worry about I guess ?

Either way, the initial issue can now be closed with "Solved" status !
Thanks everyone for your kind help and guidance :)

--
Léo.
 
Back
Top