Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

go-md2man is missing #225

Open
ghost opened this issue Jun 26, 2020 · 2 comments
Open

go-md2man is missing #225

ghost opened this issue Jun 26, 2020 · 2 comments

Comments

@ghost
Copy link

ghost commented Jun 26, 2020

Trying to build the tools this command is missing. I haven't found any information on getting this for oraclelinux. Can you provide that information?
When other dependencies can I expect preventing me from a successful build?
Thanks in advance.

@cyphar
Copy link
Member

cyphar commented Jun 27, 2020

go get -u github.com/cpuguy83/go-md2man, but you don't need it unless you want to build the man pages.

@ghost
Copy link
Author

ghost commented Jul 2, 2020

Anyway I can override the go version?

[~/d]: go get -u github.com/cpuguy83/go-md2man
# runtime/internal/atomic
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
  -D value
    	predefined symbol with optional simple value -D=identifier=value; can be set multiple times
  -I value
    	include directory; can be set multiple times
  -S	print assembly and machine code
  -V	print version and exit
  -debug
    	dump instructions as they are parsed
  -dynlink
    	support references to Go symbols defined in other shared libraries
  -e	no limit on number of errors reported
  -o string
    	output file; default foo.o for /a/b/c/foo.s as first argument
  -shared
    	generate code that can be linked into a shared library
  -trimpath string
    	remove prefix from recorded source file paths
# internal/race
compile: version "go1.11.1" does not match go tool version "go1.12.9"
# errors
compile: version "go1.11.1" does not match go tool version "go1.12.9"
# internal/cpu
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
  -D value
    	predefined symbol with optional simple value -D=identifier=value; can be set multiple times
  -I value
    	include directory; can be set multiple times
  -S	print assembly and machine code
  -V	print version and exit
  -debug
    	dump instructions as they are parsed
  -dynlink
    	support references to Go symbols defined in other shared libraries
  -e	no limit on number of errors reported
  -o string
    	output file; default foo.o for /a/b/c/foo.s as first argument
  -shared
    	generate code that can be linked into a shared library
  -trimpath string
    	remove prefix from recorded source file paths
# runtime/internal/sys
compile: version "go1.11.1" does not match go tool version "go1.12.9"
# math/bits
compile: version "go1.11.1" does not match go tool version "go1.12.9"
# unicode/utf8
compile: version "go1.11.1" does not match go tool version "go1.12.9"
# sync/atomic
flag provided but not defined: -gensymabis
usage: asm [options] file.s ...
Flags:
  -D value
    	predefined symbol with optional simple value -D=identifier=value; can be set multiple times
  -I value
    	include directory; can be set multiple times
  -S	print assembly and machine code
  -V	print version and exit
  -debug
    	dump instructions as they are parsed
  -dynlink
    	support references to Go symbols defined in other shared libraries
  -e	no limit on number of errors reported
  -o string
    	output file; default foo.o for /a/b/c/foo.s as first argument
  -shared
    	generate code that can be linked into a shared library
  -trimpath string
    	remove prefix from recorded source file paths
# unicode
compile: version "go1.11.1" does not match go tool version "go1.12.9"
[~/d]: 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant