Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707664 - media-gfx/arss-0.2.3-r1 : fails to build with -fno-common or gcc-10
Summary: media-gfx/arss-0.2.3-r1 : 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:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-31 20:37 UTC by Toralf Förster
Modified: 2020-11-26 10:33 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.34 KB, text/plain)
2020-01-31 20:37 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,206.70 KB, text/plain)
2020-01-31 20:37 UTC, Toralf Förster
Details
environment (environment,111.14 KB, text/plain)
2020-01-31 20:37 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,19.84 KB, application/x-bzip)
2020-01-31 20:37 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,3.89 KB, application/x-bzip)
2020-01-31 20:37 UTC, Toralf Förster
Details
media-gfx:arss-0.2.3-r1:20200131-191437.log (media-gfx:arss-0.2.3-r1:20200131-191437.log,29.29 KB, text/plain)
2020-01-31 20:37 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-31 20:37:37 UTC
      |    ^~~~~~~~~~~~~~~~~~~~~~~~~~~
[100%] Linking C executable arss
/usr/bin/cmake -E cmake_link_script CMakeFiles/arss.dir/link.txt --verbose=1
/usr/bin/x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common  -Wl,-O1 -Wl,--as-needed -rdynamic CMakeFiles/arss.dir/arss.o CMakeFiles/arss.dir/dsp.o CMakeFiles/arss.dir/util.o CMakeFiles/arss.dir/image_io.o CMakeFiles/arss.dir/sound_io.o  -o arss  -lfftw3 -lm 
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/arss.dir/dsp.o:(.bss+0x10): multiple definition of `LOGBASE'; CMakeFiles/arss.dir/arss.o:(.bss+0x18): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/arss.dir/dsp.o:(.bss+0x18): multiple definition of `pi'; CMakeFiles/arss.dir/arss.o:(.bss+0x20): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_hardened-libressl_test-20200126-104546

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

  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)
  [5]   pypy3 (fallback)

Available Rust versions:
  [1]   rust-1.40.0 *
java-config:
The following VMs are available for generation-2:
*)	AdoptOpenJDK JRE 8.242_p08 [openjdk-jre-bin-8]
Available Java Virtual Machines:
  [1]   openjdk-jre-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Fri, 31 Jan 2020 18:51:13 +0000

emerge -qpvO media-gfx/arss
[ebuild  N    ] media-gfx/arss-0.2.3-r1
Comment 1 Toralf Förster gentoo-dev 2020-01-31 20:37:40 UTC
Created attachment 609980 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-31 20:37:43 UTC
Created attachment 609982 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-31 20:37:46 UTC
Created attachment 609984 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-31 20:37:48 UTC
Created attachment 609986 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-31 20:37:51 UTC
Created attachment 609988 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-31 20:37:54 UTC
Created attachment 609990 [details]
media-gfx:arss-0.2.3-r1:20200131-191437.log
Comment 7 Larry the Git Cow gentoo-dev 2020-11-26 10:33:08 UTC
The bug has been closed via the following commit(s):

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

commit a2e1a626cebb57d16cf9e07f8125e4710260eb3d
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2020-11-26 10:32:39 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-11-26 10:32:39 +0000

    media-gfx/arss: port to EAPI 7
    
    Closes: https://bugs.gentoo.org/707664
    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>

 media-gfx/arss/arss-0.2.3-r1.ebuild              | 13 ++---
 media-gfx/arss/files/arss-0.2.3-fno-common.patch | 67 ++++++++++++++++++++++++
 2 files changed, 74 insertions(+), 6 deletions(-)