Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706974 - sys-block/cec-14 : fails to build with -fno-common or gcc-10
Summary: sys-block/cec-14 : fails to build with -fno-common or gcc-10
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords: PullRequest
: 721054 (view as bug list)
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-28 18:52 UTC by Toralf Förster
Modified: 2020-11-25 17:37 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.13 KB, text/plain)
2020-01-28 18:52 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,198.83 KB, text/plain)
2020-01-28 18:52 UTC, Toralf Förster
Details
environment (environment,41.14 KB, text/plain)
2020-01-28 18:52 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.80 KB, application/x-bzip)
2020-01-28 18:52 UTC, Toralf Förster
Details
sys-block:cec-14:20200128-155948.log (sys-block:cec-14:20200128-155948.log,3.22 KB, text/plain)
2020-01-28 18:52 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,11.21 KB, application/x-bzip)
2020-01-28 18:52 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2020-01-28 18:52:30 UTC
+ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c linux.c
+ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c hba.c
+ x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -c utils.c
+ x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o cec cec.o linux.o hba.o utils.o
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: linux.o:(.bss+0x4030): multiple definition of `debug'; cec.o:(.bss+0x5e28): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: linux.o:(.bss+0x4028): multiple definition of `progname'; cec.o:(.bss+0x5e20): first defined here

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_no-multilib-20200124-204141

  -------------------------------------------------------------------

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7
  [3]   python3.6
  [4]   python2.7 (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	AdoptOpenJDK 8.242_p08 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 28 Jan 2020 14:27:57 +0000

emerge -qpvO sys-block/cec
[ebuild  N    ] sys-block/cec-14
Comment 1 Toralf Förster gentoo-dev 2020-01-28 18:52:33 UTC
Created attachment 606942 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-28 18:52:35 UTC
Created attachment 606944 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-28 18:52:38 UTC
Created attachment 606946 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-28 18:52:41 UTC
Created attachment 606948 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-28 18:52:44 UTC
Created attachment 606950 [details]
sys-block:cec-14:20200128-155948.log
Comment 6 Toralf Förster gentoo-dev 2020-01-28 18:52:46 UTC
Created attachment 606952 [details]
temp.tbz2
Comment 7 Jeroen Roovers (RETIRED) gentoo-dev 2020-05-17 12:53:57 UTC
*** Bug 721054 has been marked as a duplicate of this bug. ***
Comment 8 Larry the Git Cow gentoo-dev 2020-11-25 17:37:48 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a50aecb570f1c7a22f9b0d1fda5ce6a24f2e562

commit 8a50aecb570f1c7a22f9b0d1fda5ce6a24f2e562
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-11-25 17:37:29 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-25 17:37:29 +0000

    sys-block/cec: port to EAPI 7
    
    Closes: https://github.com/gentoo/gentoo/pull/18376
    Closes: https://bugs.gentoo.org/706974
    Package-Manager: Portage-3.0.8, Repoman-3.0.1
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 sys-block/cec/cec-14.ebuild                 |  7 ++--
 sys-block/cec/files/cec-14-fno-common.patch | 57 +++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 3 deletions(-)