|
Bugzilla – Full Text Bug Listing |
| Summary: | acpica fails with -fno-common | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE Tumbleweed | Reporter: | Martin Liška <martin.liska> |
| Component: | Basesystem | Assignee: | Martin Liška <martin.liska> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | alynx.zhou |
| Version: | Current | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Bug Depends on: | |||
| Bug Blocks: | 1160244 | ||
|
Description
Martin Liška
2020-01-08 09:35:13 UTC
May I please ping this issue? https://build.opensuse.org/package/live_build_log/openSUSE:Factory:Staging:N/acpica/standard/x86_64 There are another failures: [ 73s] - flex ../../../source/compiler/aslcompiler.l [ 73s] - Intermediate obj/aslcompilerlex.c [ 74s] - Link obj/iasl [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/aslcompilerparse.o:(.bss+0x0): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/aslcompilerparse.o:(.bss+0x10): multiple definition of `AslCompilerlval'; obj/aslcompilerlex.o:(.bss+0x30): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/dtcompilerparserlex.o:(.bss+0x28): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/dtcompilerparserparse.o:(.bss+0x0): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/dtparserlex.o:(.bss+0x28): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/dtparserparse.o:(.bss+0x0): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/prparserlex.o:(.bss+0x28): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/prparserlex.o:(.bss+0x30): multiple definition of `LexBuffer'; obj/dtparserlex.o:(.bss+0x30): first defined here [ 74s] /usr/lib64/gcc/x86_64-suse-linux/10/../../../../x86_64-suse-linux/bin/ld: obj/prparserparse.o:(.bss+0x0): multiple definition of `DtCompilerParserResult'; obj/aslcompilerlex.o:(.bss+0x28): first defined here [ 77s] - Copy obj/acpiexec to ../bin/acpiexec Fixed in SR#798388. Fixed in devel project. |