Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708642 - net-misc/liveice-2000530-r2 : fails to build with -fno-common or gcc-10
Summary: net-misc/liveice-2000530-r2 : 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 gcc-10-stable
  Show dependency tree
 
Reported: 2020-02-07 18:23 UTC by Toralf Förster
Modified: 2021-02-12 13:45 UTC (History)
1 user (show)

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


Attachments
emerge-info.txt (emerge-info.txt,16.48 KB, text/plain)
2020-02-07 18:23 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,187.88 KB, text/plain)
2020-02-07 18:23 UTC, Toralf Förster
Details
environment (environment,50.40 KB, text/plain)
2020-02-07 18:23 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,14.73 KB, application/x-bzip)
2020-02-07 18:23 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,1.47 KB, application/x-bzip)
2020-02-07 18:23 UTC, Toralf Förster
Details
net-misc:liveice-2000530-r2:20200207-110741.log (net-misc:liveice-2000530-r2:20200207-110741.log,31.10 KB, text/plain)
2020-02-07 18:23 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,16.99 KB, application/x-bzip)
2020-02-07 18:23 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-02-07 18:23:22 UTC
  299 |   write(sd,mesg,strlen(mesg));
      |   ^~~~~~~~~~~~~~~~~~~~~~~~~~~
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I. -DHAVE_CONFIG_H  -c -o url.o url.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -I. -DHAVE_CONFIG_H  -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -o liveice setup.o streams.o encoders.o serverlib.o mpeg.o mixer.o display.o playlist.o wav.o audio_proc.o controls.o meta_data.o url.o -lcurses -lm -lresolv -lnsl   liveice.c
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: streams.o:(.bss+0x20): multiple definition of `g_conf'; setup.o:(.bss+0x0): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: encoders.o:(.bss+0x0): multiple definition of `g_conf'; setup.o:(.bss+0x0): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_developer-libressl-20200202-211607

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

  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 <==
Fri, 07 Feb 2020 09:27:11 +0000

emerge -qpvO net-misc/liveice
[ebuild  N    ] net-misc/liveice-2000530-r2
Comment 1 Toralf Förster gentoo-dev 2020-02-07 18:23:25 UTC
Created attachment 612538 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-07 18:23:28 UTC
Created attachment 612540 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-07 18:23:31 UTC
Created attachment 612542 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-07 18:23:34 UTC
Created attachment 612544 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-07 18:23:37 UTC
Created attachment 612546 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-07 18:23:40 UTC
Created attachment 612548 [details]
net-misc:liveice-2000530-r2:20200207-110741.log
Comment 7 Toralf Förster gentoo-dev 2020-02-07 18:23:43 UTC
Created attachment 612550 [details]
temp.tbz2
Comment 8 Larry the Git Cow gentoo-dev 2021-02-12 13:45:02 UTC
The bug has been closed via the following commit(s):

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

commit 64f296e242dae176d0e5cf512d05d919f82ea90f
Author:     Jakov Smolic <jakov.smolic@sartura.hr>
AuthorDate: 2021-02-11 20:05:17 +0000
Commit:     Ben Kohler <bkohler@gentoo.org>
CommitDate: 2021-02-12 13:44:38 +0000

    net-misc/liveice: Apply gcc-10 workaround
    
    * Dead upstream
    
    Closes: https://bugs.gentoo.org/708642
    Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
    Signed-off-by: Ben Kohler <bkohler@gentoo.org>

 net-misc/liveice/files/liveice-2000530-build.patch |  8 ++++----
 net-misc/liveice/liveice-2000530-r2.ebuild         | 19 +++++++++++--------
 2 files changed, 15 insertions(+), 12 deletions(-)