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

runtime/cgo: unrecognized relocation (0x2a) in section `.init' #13678

Closed
ALTree opened this issue Dec 18, 2015 · 2 comments
Closed

runtime/cgo: unrecognized relocation (0x2a) in section `.init' #13678

ALTree opened this issue Dec 18, 2015 · 2 comments

Comments

@ALTree
Copy link
Member

ALTree commented Dec 18, 2015

On tip (d446ba9).

$ uname -a
Linux gauss 4.2.0-1-amd64 #1 SMP Debian 4.2.6-3 (2015-12-06) x86_64 GNU/Linux
$ ld --version
GNU ld (GNU Binutils for Debian) 2.25.1

all.bash results in

# runtime/cgo
/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/5/../../../x86_64-linux-gnu/crti.o: unrecognized relocation (0x2a) in section `.init'
/usr/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
@ALTree
Copy link
Member Author

ALTree commented Dec 18, 2015

It appears to be a libc bug. Sorry for the noise.

@ALTree ALTree closed this as completed Dec 18, 2015
@ilrico
Copy link

ilrico commented Mar 4, 2016

at least this noise saved me time ! upgraded packages binutils and libc6 and no more error. thx.

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

No branches or pull requests

3 participants