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

Bug 709520

Summary: app-cdr/dvdisaster-0.79.5 : fails to build with -fno-common or gcc-10
Product: Gentoo Linux Reporter: Toralf Förster <toralf>
Component: Current packagesAssignee: Daniel Kenzelmann <gentoo>
Status: RESOLVED FIXED    
Severity: normal CC: proxy-maint, treecleaner
Priority: Normal Keywords: PullRequest
Version: unspecified   
Hardware: All   
OS: Linux   
See Also: https://github.com/gentoo/gentoo/pull/14675
Whiteboard:
Package list:
Runtime testing required: ---
Bug Depends on:    
Bug Blocks: 705764    
Attachments: emerge-info.txt
app-cdr:dvdisaster-0.79.5:20200213-193642.log
emerge-history.txt
environment
etc.portage.tbz2
logs.tbz2
temp.tbz2

Description Toralf Förster gentoo-dev 2020-02-13 19:44:41 UTC
Compiling: spiral.c
Compiling: udf.c
Compiling: welcome-window.c
Linking  : dvdisaster
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/app-cdr/dvdisaster-0.79.5/work/dvdisaster-0.79.5/build.o:(.data+0x0): multiple definition of `buildCount'; /var/tmp/portage/app-cdr/dvdisaster-0.79.5/work/dvdisaster-0.79.5/bitmap.o:(.bss+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/app-cdr/dvdisaster-0.79.5/work/dvdisaster-0.79.5/cacheprobe.o:(.bss+0x0): multiple definition of `buildCount'; /var/tmp/portage/app-cdr/dvdisaster-0.79.5/work/dvdisaster-0.79.5/bitmap.o:(.bss+0x0): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome-20200210-221913

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

  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.41.0 *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Thu, 13 Feb 2020 18:41:31 +0000

emerge -qpvO app-cdr/dvdisaster
[ebuild  N    ] app-cdr/dvdisaster-0.79.5  USE="nls -debug" L10N="-cs -de -it -pt-BR -ru -sv"
Comment 1 Toralf Förster gentoo-dev 2020-02-13 19:44:44 UTC
Created attachment 613720 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-13 19:44:48 UTC
Created attachment 613722 [details]
app-cdr:dvdisaster-0.79.5:20200213-193642.log
Comment 3 Toralf Förster gentoo-dev 2020-02-13 19:44:50 UTC
Created attachment 613724 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2020-02-13 19:44:53 UTC
Created attachment 613726 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2020-02-13 19:44:56 UTC
Created attachment 613728 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-13 19:44:59 UTC
Created attachment 613730 [details]
logs.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-02-13 19:45:02 UTC
Created attachment 613732 [details]
temp.tbz2
Comment 8 Pednick 2020-07-26 15:06:00 UTC
Just tried to install dvdstyler but dvdisaster failed on compilation with same error as already posted by op. Any sign of when this will be fixed?
Comment 9 Pednick 2020-08-23 23:22:55 UTC
(In reply to Pednick from comment #8)
> Just tried to install dvdstyler but dvdisaster failed on compilation with
> same error as already posted by op. Any sign of when this will be fixed?

Nevermind I edited the ebuild with the fix/workaround that was suggested.
Comment 10 Larry the Git Cow gentoo-dev 2020-12-28 14:48:22 UTC
The bug has been closed via the following commit(s):

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

commit 8c0e7f880aeece8d1a2a1129910dc7a9fba6d521
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-12-28 14:47:49 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-12-28 14:47:49 +0000

    app-cdr/dvdisaster: Port to EAPI 7
    
    Closes: https://bugs.gentoo.org/709520
    Package-Manager: Portage-3.0.9, Repoman-3.0.1
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-cdr/dvdisaster/dvdisaster-0.79.5.ebuild        | 49 +++++++++++-----------
 .../files/dvdisaster-0.79.5-fno-common.patch       | 24 +++++++++++
 2 files changed, 49 insertions(+), 24 deletions(-)