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

rTorrent: Disable LTO for xmlrpc-c #1155

Closed
wants to merge 1 commit into from
Closed

Conversation

stickz
Copy link
Contributor

@stickz stickz commented Apr 13, 2024

gcc -pthread   -shared -Wl,-soname,libxmlrpc_util.so.4  asprintf.osh base64.osh error.osh lock_platform.osh lock_pthread.osh lock_none.osh make_printable.osh memblock.osh mempool.osh select.osh sleep.osh string_number.osh time.osh utf8.osh   -o libxmlrpc_util.so.4.60  
0x1892686 internal_error(char const*, ...)
	???:0
0x69cb13 read_cgraph_and_symbols(unsigned int, char const**)
	???:0
0x688832 lto_main()
	???:0
Please submit a full bug report, with preprocessed source (by using -freport-bug).
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status

```
gcc -pthread   -shared -Wl,-soname,libxmlrpc_util.so.4  asprintf.osh base64.osh error.osh lock_platform.osh lock_pthread.osh lock_none.osh make_printable.osh memblock.osh mempool.osh select.osh sleep.osh string_number.osh time.osh utf8.osh   -o libxmlrpc_util.so.4.60  
0x1892686 internal_error(char const*, ...)
	???:0
0x69cb13 read_cgraph_and_symbols(unsigned int, char const**)
	???:0
0x688832 lto_main()
	???:0
Please submit a full bug report, with preprocessed source (by using -freport-bug).
Please include the complete backtrace with any bug report.
See <file:///usr/share/doc/gcc-12/README.Bugs> for instructions.
lto-wrapper: fatal error: gcc returned 1 exit status
compilation terminated.
/bin/ld: error: lto-wrapper failed
collect2: error: ld returned 1 exit status
```
@stickz stickz closed this Apr 14, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant