Skip to content

Instantly share code, notes, and snippets.

@nyarly
Created June 15, 2017 18:31
Show Gist options
  • Save nyarly/ac4bf8246b88e7d545113aca0c7a3979 to your computer and use it in GitHub Desktop.
Save nyarly/ac4bf8246b88e7d545113aca0c7a3979 to your computer and use it in GitHub Desktop.
# github.com/cockroachdb/cockroach/pkg/build
/home/judson/.nix-profile/bin/ld: cannot find crt1.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find crti.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find -lpthread
/home/judson/.nix-profile/bin/ld: cannot find -lc
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
# github.com/cockroachdb/cockroach/pkg/settings
../../golang/src/github.com/cockroachdb/cockroach/pkg/settings/enum.go:70: undefined: sort.Slice
# github.com/cockroachdb/cockroach/vendor/github.com/knz/strtime
/home/judson/.nix-profile/bin/ld: cannot find crt1.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find crti.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find -lpthread
/home/judson/.nix-profile/bin/ld: cannot find -lc
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
# github.com/cockroachdb/cockroach/vendor/github.com/ianlancetaylor/cgosymbolizer
/home/judson/.nix-profile/bin/ld: cannot find crt1.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find crti.o: No such file or directory
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find -lpthread
/home/judson/.nix-profile/bin/ld: cannot find -lc
/home/judson/.nix-profile/bin/ld: cannot find -lgcc_s
/home/judson/.nix-profile/bin/ld: cannot find crtn.o: No such file or directory
collect2: error: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment