Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 746347

Summary: media-sound/bristol-0.60.11-r1 fails to compile with -fno-common
Product: Gentoo Linux Reporter: Agostino Sarubbo <ago>
Component: Current packagesAssignee: Professional Audio Applications Maintainers <proaudio>
Status: RESOLVED FIXED    
Severity: normal CC: sam, toralf, treecleaner
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 705764, 762907    
Attachments: build.log

Description Agostino Sarubbo gentoo-dev 2020-10-03 17:36:19 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: media-sound/bristol-0.60.11-r1 fails to compile with -fno-common.
Discovered on: amd64 (internal ref: ci)

NOTE:
To reproduce this issue you may want to set CFLAGS="${CFLAGS} -fno-common" or compile it with gcc-10 that enables -fno-common by default.
Comment 1 Agostino Sarubbo gentoo-dev 2020-10-03 17:36:22 UTC
Created attachment 663649 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-10-03 17:36:24 UTC
Possible context of error(s):

/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: brightonCLI.o:(.bss+0x0): multiple definition of `event'; brightonMixerMenu.o:(.bss+0x0): first defined here
collect2: error: ld returned 1 exit status
Comment 3 Andreas Sturmlechner gentoo-dev 2021-01-03 11:44:09 UTC
*** Bug 755911 has been marked as a duplicate of this bug. ***
Comment 4 Larry the Git Cow gentoo-dev 2021-01-06 23:23:04 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b

commit 6cce14e6ac3f03e4af19e86d8fea85d9ef91f05b
Author:     Andreas K. Huettel <dilfridge@gentoo.org>
AuthorDate: 2021-01-06 22:26:19 +0000
Commit:     Andreas K. Huettel <dilfridge@gentoo.org>
CommitDate: 2021-01-06 23:22:45 +0000

    media-sound/bristol: Apply gcc-10 workaround
    
    Closes: https://bugs.gentoo.org/746347
    Package-Manager: Portage-3.0.12, Repoman-3.0.2
    Signed-off-by: Andreas K. Huettel <dilfridge@gentoo.org>

 media-sound/bristol/bristol-0.60.11-r1.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)