Danny Milosavljevic wrote 6 years ago
(address . bug-guix@gnu.org)
Hi,
so I've got a new drive and installed Guix (from the iso from the homepage) on it.
Then I ran guix pull.
Then I installed gcc-toolchain and tried to compile the following program:
int main() {
return 42;
}
using
gcc a.c
but I get:
ld: cannot find crt1.o: No such file or directory
ld: cannot find crti.o: No such file or directory
I tried rebooting, to no avail.
It used to work.
FWIW, I restored my $HOME from backup, but I think the per-user profiles are in
/var/guix/profiles/per-user, and I didn't restore anything in /var.
-----BEGIN PGP SIGNATURE-----
iQEzBAEBCAAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl07GTQACgkQ5xo1VCww
uqUKhAf/R5NxYchA7MBhcfUT8rN6kvUrb5Cwq4IOHkKsL4xnboefeRiUahK8lwmR
CYN4CuIqiae5dF7nskDe2nRy7sxkc/RrXrtoC6jdrQZ/06BkXBEOt00QLsNFqXzh
rmb+hM0s9sC4VR5xLmtSfbiRXIvwUgRFDHttarbn9hha/7u7sBnC0u2hGvyNwD2/
5GO8+vA4zlDo33nsWRxt0LRbsbicAwVX3vLG1xRSnFMLC6Aj9VsQRVQBJZ+o7C22
uWQNCCFKeK0sM10ZGZMrlZco+/rbpAYuaFbzwBj03aiGalydDzKx7c7naQbLaOp6
g29heqFhNorj9S4k3D197dFVH6jJRg==
=yo7m
-----END PGP SIGNATURE-----