-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
all: Error in Build/Compile Go1.4.3! #23103
Comments
Please try the tarball linked from this section of the installation
documentation
https://golang.org/doc/install/source#go14
…On Tue, Dec 12, 2017 at 10:37 PM, questionpython ***@***.***> wrote:
***@***.***:~/Gits/go-go1.4.3/src$ ./all.bash
# Building C bootstrap tool.
cmd/dist
# Building compilers and Go bootstrap tool for host, linux/amd64.
lib9
libbio
liblink
cmd/cc
cmd/gc
cmd/6l
cmd/6a
cmd/6c
/home/guest/Gits/go-go1.4.3/go-go1.4.3/src/cmd/6c/txt.c: In function 'gmove':
/home/guest/Gits/go-go1.4.3/go-go1.4.3/src/cmd/6c/txt.c:995:28: warning: left shift of negative value [-Wshift-negative-value]
f->vconst |= (vlong)~0 << 32;
^~
/home/guest/Gits/go-go1.4.3/go-go1.4.3/src/cmd/6c/txt.c:1045:28: warning: left shift of negative value [-Wshift-negative-value]
f->vconst |= (vlong)~0 << 32;
^~
cmd/6g
runtime
errors
sync/atomic
sync
io
unicode
unicode/utf8
unicode/utf16
bytes
math
strings
strconv
bufio
sort
container/heap
encoding/base64
syscall
time
os
reflect
fmt
encoding
encoding/json
flag
path/filepath
path
io/ioutil
log
regexp/syntax
regexp
go/token
go/scanner
go/ast
go/parser
os/exec
os/signal
net/url
text/template/parse
text/template
go/doc
go/build
cmd/go
# Building packages and commands for linux/amd64.
runtime
errors
sync/atomic
unicode
unicode/utf8
math
sort
encoding
unicode/utf16
container/list
crypto/subtle
sync
container/ring
image/color
runtime/race
container/heap
io
syscall
image/color/palette
hash
crypto/cipher
hash/crc32
crypto/hmac
hash/adler32
hash/crc64
hash/fnv
bytes
strings
bufio
text/tabwriter
path
html
compress/bzip2
time
internal/syscall
strconv
math/rand
math/cmplx
reflect
regexp/syntax
crypto
encoding/base64
net/url
crypto/aes
crypto/rc4
crypto/md5
crypto/sha1
crypto/sha256
os
crypto/sha512
encoding/pem
encoding/ascii85
encoding/base32
image
regexp
image/draw
image/jpeg
path/filepath
os/signal
io/ioutil
os/exec
fmt
encoding/binary
cmd/pprof/internal/svg
crypto/des
index/suffixarray
cmd/internal/goobj
cmd/internal/rsc.io/arm/armasm
cmd/internal/rsc.io/x86/x86asm
debug/dwarf
debug/gosym
debug/plan9obj <http://rsc.io/arm/armasmcmd/internal/rsc.io/x86/x86asmdebug/dwarfdebug/gosymdebug/plan9obj>
flag
log
go/token
encoding/json
encoding/xml
text/template/parse
go/scanner
compress/flate
debug/elf
debug/macho
debug/pe
go/ast
text/template
math/big
encoding/hex
compress/gzip
mime
net/http/internal
runtime/pprof
cmd/pack
cmd/pprof/internal/profile
cmd/pprof/internal/tempfile
archive/tar
cmd/internal/objfile
archive/zip
go/parser
go/printer
go/doc
crypto/elliptic
encoding/asn1
crypto/rand
crypto/dsa
cmd/pprof/internal/plugin
html/template
cmd/addr2line
crypto/rsa
cmd/nm
cmd/objdump
cmd/pprof/internal/symbolizer
go/build
cmd/cgo
go/format
crypto/ecdsa
cmd/fix
crypto/x509/pkix
cmd/gofmt
cmd/pprof/internal/report
cmd/pprof/internal/symbolz
cmd/yacc
compress/lzw
compress/zlib
database/sql/driver
cmd/pprof/internal/commands
encoding/csv
encoding/gob
cmd/pprof/internal/driver
image/gif
database/sql
image/png
runtime/debug
testing
testing/iotest
testing/quick
text/scanner
runtime/cgo
# runtime/cgo
/usr/bin/ld: -r and -pie may not be used together
collect2: error: ld returned 1 exit status
how fix this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23103>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAAcA2nJGERg4UlrSMpMX3ak4Iijo-y0ks5s_mV8gaJpZM4Q-1H->
.
|
|
i want install $ make
but gc also need to GO. |
ppc64 big and little endian support was not available until go 1.5.
…On Tue, Dec 12, 2017 at 5:56 AM, questionpython ***@***.***> wrote:
$ GOOS=linux GOARCH=ppc64 ./bootstrap.bash
bash: ./bootstrap.bash: No such file or directory
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23103 (comment)>, or mute
the thread
<https://github.com/notifications/unsubscribe-auth/AI_wjMpzrnLhwuEWOFKVM9xnC4SWyk9Tks5s_mnYgaJpZM4Q-1H->
.
|
guest@Base:~/Gits/go-go1.4.3/src$ GOOS=linux GOARCH=amd64 ./all.bash
|
bash: ./bootstrap.bash: No such file or directory |
If you want to run bootstrap.bash, use Go 1.9.2. If you want to build Go 1.4, use the tarball that @davecheney pointed you to above; don't try to build Go 1.4.3. |
i want only compile and use from |
To get help, please use a forum: https://golang.org/wiki/Questions . Thanks. Please start the discussion there by explaining more clearly what you want to do. I personally do not understand, as you have mentioned several different things. Don't tell us the problem. Tell us the goal. I'm closing this issue since I don't think there is a bug here. |
guest@Base:~/Gits/go-go1.4.3/src$ ./all.bash
how fix this?
The text was updated successfully, but these errors were encountered: