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

dev-util/umockdev: Disable -fno-semantic-interposition #703

Merged

Conversation

petronio
Copy link
Contributor

/usr/include/bits/unistd.h:145:1: error: inlining failed in call to 'always_inline' 'readlink.localalias': function not inlinable
  145 | __NTH (readlink (const char *__restrict __path, char *__restrict __buf,
      | ^
/var/tmp/portage/dev-util/umockdev-0.12.1/work/umockdev-0.12.1/src/libumockdev-preload.c:189:9: note: called from here
  189 |     if (readlink(buf, link, sizeof(link)) < 0) {
      |         ^```

/var/tmp/portage/dev-util/umockdev-0.12.1/work/umockdev-0.12.1/src/libumockdev-preload.c: In function 'get_rdev':
/usr/include/bits/unistd.h:145:1: error: inlining failed in call to 'always_inline' 'readlink.localalias': function not inlinable
  145 | __NTH (readlink (const char *__restrict __path, char *__restrict __buf,
      | ^
/var/tmp/portage/dev-util/umockdev-0.12.1/work/umockdev-0.12.1/src/libumockdev-preload.c:189:9: note: called from here
  189 |     if (readlink(buf, link, sizeof(link)) < 0) {
      |         ^
@InBetweenNames InBetweenNames merged commit 5f4da23 into InBetweenNames:master Feb 27, 2021
@InBetweenNames
Copy link
Owner

Thank you!

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.

2 participants