Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 707490 - x11-misc/skippy-0.5.0-r1 : fails to build with -fno-common or gcc-10
Summary: x11-misc/skippy-0.5.0-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: Desktop Misc. Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-30 19:28 UTC by Toralf Förster
Modified: 2020-01-31 12:05 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.69 KB, text/plain)
2020-01-30 19:28 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,208.17 KB, text/plain)
2020-01-30 19:28 UTC, Toralf Förster
Details
environment (environment,47.50 KB, text/plain)
2020-01-30 19:28 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.67 KB, application/x-bzip)
2020-01-30 19:28 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,13.94 KB, application/x-bzip)
2020-01-30 19:28 UTC, Toralf Förster
Details
x11-misc:skippy-0.5.0-r1:20200130-145525.log (x11-misc:skippy-0.5.0-r1:20200130-145525.log,73.25 KB, text/plain)
2020-01-30 19:29 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-30 19:28:45 UTC
>>> Source configured.
>>> Compiling source in /var/tmp/portage/x11-misc/skippy-0.5.0-r1/work/skippy-0.5.0 ...
make -j1 
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -O2 -pipe -march=native -fno-common `imlib2-config --cflags` `pkg-config xft --cflags` -pedantic -Wall -DXINERAMA -o skippy skippy.c wm.c dlist.c mainwin.c clientwin.c layout.c focus.c config.c tooltip.c -lX11 -lm `imlib2-config --libs` `pkg-config xft --libs` -lXext -lXinerama
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-misc/skippy-0.5.0-r1/temp/ccDlPAKy.o:(.bss+0xf8): multiple definition of `XA_WM_STATE'; /var/tmp/portage/x11-misc/skippy-0.5.0-r1/temp/ccD7Soqx.o:(.bss+0xf8): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /var/tmp/portage/x11-misc/skippy-0.5.0-r1/temp/ccDlPAKy.o:(.bss+0xf0): multiple definition of `WM_CLIENT_LEADER'; /var/tmp/portage/x11-misc/skippy-0.5.0-r1/temp/ccD7Soqx.o:(.bss+0xf0): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop-libressl-20200125-232521

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

  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:
*)	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, 30 Jan 2020 13:08:10 +0000

emerge -qpvO x11-misc/skippy
[ebuild  N    ] x11-misc/skippy-0.5.0-r1
Comment 1 Toralf Förster gentoo-dev 2020-01-30 19:28:48 UTC
Created attachment 609254 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-30 19:28:51 UTC
Created attachment 609256 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-30 19:28:54 UTC
Created attachment 609258 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-30 19:28:56 UTC
Created attachment 609260 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-30 19:28:59 UTC
Created attachment 609262 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-30 19:29:02 UTC
Created attachment 609264 [details]
x11-misc:skippy-0.5.0-r1:20200130-145525.log
Comment 7 Larry the Git Cow gentoo-dev 2020-01-31 12:05:55 UTC
The bug has been closed via the following commit(s):

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

commit f70b4555e107db4c8311c6cf0a15919a6cf82273
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-01-31 12:05:34 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-01-31 12:05:52 +0000

    x11-misc/skippy: Fix CFLAGS=-fno-common
    
    Package-Manager: Portage-2.3.86, Repoman-2.3.20
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=707490
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 .../skippy/files/skippy-0.5.0-fno-common.patch     | 60 ++++++++++++++++++++++
 x11-misc/skippy/skippy-0.5.0-r1.ebuild             |  8 +--
 2 files changed, 65 insertions(+), 3 deletions(-)