-
Notifications
You must be signed in to change notification settings - Fork 97
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
libaio does not export io_getevents #314
Comments
Can confirm this on my system also. |
It looks like certain symbols aren't appearing in the final With LTO:
Without:
I'll re-add the workaround with a comment linking this issue |
InBetweenNames
added a commit
that referenced
this issue
May 13, 2019
Reference #314 Signed-off-by: Shane Peelar <[email protected]>
#459
|
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi
I'm seeing:
lvs: relocation error: lvs: symbol io_getevents version LIBAIO_0.4 not defined in file libaio.so.1 with link time reference
ld /lib64/libaio.so.1.0.1
ld: warning: cannot find entry symbol _start; not setting start address
ld: /lib64/libaio.so.1.0.1: undefined reference to `io_getevents'
libaio builds fine but lvm2 does not:
/usr/lib/gcc/x86_64-pc-linux-gnu/9.1.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/sys-fs/lvm2-2.02.183/temp/lvm.ysMgri.ltrans2.ltrans.o: in function
_async_wait': <artificial>:(.text+0x596): undefined reference to
io_getevents'Re-adding the lto workaround for libaio solves the problem.
The text was updated successfully, but these errors were encountered: