Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 706676 - x11-wm/bspwm-0.9.9 : fails to build with -fno-common or gcc-10
Summary: x11-wm/bspwm-0.9.9 : 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: Johannes Huber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-27 17:30 UTC by Toralf Förster
Modified: 2021-01-03 01:06 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,14.98 KB, text/plain)
2020-01-27 17:30 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,20.94 KB, text/plain)
2020-01-27 17:30 UTC, Toralf Förster
Details
environment (environment,49.42 KB, text/plain)
2020-01-27 17:30 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,11.63 KB, application/x-bzip)
2020-01-27 17:30 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,18.29 KB, application/x-bzip)
2020-01-27 17:30 UTC, Toralf Förster
Details
x11-wm:bspwm-0.9.9:20200127-051520.log (x11-wm:bspwm-0.9.9:20200127-051520.log,200.89 KB, text/plain)
2020-01-27 17:30 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-27 17:30:09 UTC
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.9\"  -c -o rule.o src/rule.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.9\"  -c -o ewmh.o src/ewmh.c
x86_64-pc-linux-gnu-gcc -O2 -pipe -march=native -fno-common -std=c99 -pedantic -Wall -Wextra -DJSMN_STRICT -D_POSIX_C_SOURCE=200809L -DVERSION=\"0.9.9\"  -c -o subscribe.o src/subscribe.c
x86_64-pc-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed  bspwm.o helpers.o geometry.o jsmn.o settings.o monitor.o desktop.o tree.o stack.o history.o events.o pointer.o window.o messages.o parse.o query.o restore.o rule.o ewmh.o subscribe.o  -Wl,-O1 -Wl,--as-needed -lm -lxcb -lxcb-util -lxcb-keysyms -lxcb-icccm -lxcb-ewmh -lxcb-randr -lxcb-xinerama -lxcb-shape -o bspwm
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: helpers.o:(.bss+0x1a8): multiple definition of `screen'; bspwm.o:(.bss+0x1a8): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: helpers.o:(.bss+0x0): multiple definition of `randr'; bspwm.o:(.bss+0x0): first defined here

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-libressl-20200126-092715

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

  Please see the tracker bug for details.

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *


llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.8
  [2]   python3.7 (uninstalled)
  [3]   python3.6
  [4]   python2.7 (fallback)





repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Mon, 27 Jan 2020 04:46:13 +0000

emerge -qpvO x11-wm/bspwm
[ebuild  N    ] x11-wm/bspwm-0.9.9  USE="-examples"
Comment 1 Toralf Förster gentoo-dev 2020-01-27 17:30:12 UTC
Created attachment 605284 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-01-27 17:30:14 UTC
Created attachment 605286 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-01-27 17:30:17 UTC
Created attachment 605288 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-01-27 17:30:20 UTC
Created attachment 605290 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-01-27 17:30:23 UTC
Created attachment 605292 [details]
temp.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-01-27 17:30:25 UTC
Created attachment 605294 [details]
x11-wm:bspwm-0.9.9:20200127-051520.log
Comment 7 Larry the Git Cow gentoo-dev 2020-10-27 05:47:19 UTC
The bug has been closed via the following commit(s):

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

commit 7163c0593c518730ea89578ea166a97caa453272
Author:     Tim Harder <radhermit@gentoo.org>
AuthorDate: 2020-10-27 05:43:25 +0000
Commit:     Tim Harder <radhermit@gentoo.org>
CommitDate: 2020-10-27 05:44:38 +0000

    x11-wm/bspwm: version bump to 0.9.10
    
    Closes: https://bugs.gentoo.org/706676
    Signed-off-by: Tim Harder <radhermit@gentoo.org>

 x11-wm/bspwm/Manifest            |  1 +
 x11-wm/bspwm/bspwm-0.9.10.ebuild | 45 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 46 insertions(+)