Bug 1133238 - LTO: liboil build fails
Summary: LTO: liboil build fails
Status: NEW
Alias: None
Product: openSUSE Tumbleweed
Classification: openSUSE
Component: Basesystem (show other bugs)
Version: Current
Hardware: Other Other
: P5 - None : Normal (vote)
Target Milestone: ---
Assignee: Martin Liška
QA Contact: E-mail List
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 1133084
  Show dependency treegraph
 
Reported: 2019-04-24 11:12 UTC by Martin Liška
Modified: 2019-04-24 11:12 UTC (History)
0 users

See Also:
Found By: ---
Services Priority:
Business Priority:
Blocker: ---
Marketing QA Status: ---
IT Deployment: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Liška 2019-04-24 11:12:47 UTC
Fails due to:

[   46s] /usr/lib64/gcc/x86_64-suse-linux/9/../../../../x86_64-suse-linux/bin/ld: /tmp/stack_align.uGTC47.ltrans0.ltrans.o: in function `main':
[   46s] /home/abuild/rpmbuild/BUILD/liboil-0.3.17/testsuite/stack_align.c:252: undefined reference to `check_class_with_alignment'
[   46s] collect2: error: ld returned 1 exit status
[   46s] make[4]: *** [Makefile:438: stack_align] Error 1
[   46s] make[4]: *** Waiting for unfinished jobs....

__attribute__((used)) is needed for the problematic symbol.