Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 708024 - x11-wm/sawfish-1.12.0 : fails to build with -fno-common or gcc-10
Summary: x11-wm/sawfish-1.12.0 : 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-02-03 18:41 UTC by Toralf Förster
Modified: 2020-05-15 08:41 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.40 KB, text/plain)
2020-02-03 18:41 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,172.14 KB, text/plain)
2020-02-03 18:41 UTC, Toralf Förster
Details
environment (environment,88.56 KB, text/plain)
2020-02-03 18:41 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,13.72 KB, application/x-bzip)
2020-02-03 18:41 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,9.83 KB, application/x-bzip)
2020-02-03 18:41 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.86 KB, application/x-bzip)
2020-02-03 18:41 UTC, Toralf Förster
Details
x11-wm:sawfish-1.12.0:20200202-213140.log (x11-wm:sawfish-1.12.0:20200202-213140.log,38.80 KB, text/plain)
2020-02-03 18:41 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-03 18:41:29 UTC
/usr/lib64/rep/libtool --tag CC --mode=link --tag=CC x86_64-pc-linux-gnu-gcc -export-dynamic -Wl,-O1 -Wl,--as-needed \
  -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o flippers.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o  -lrep -lcrypt -lgmp -lm  -lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lgobject-2.0 -lglib-2.0 -lfontconfig -lfreetype -lXft  \
  -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0  -lX11 -lX11  -lXext -lXrender  -lICE -lSM -lXtst -lXrandr -lXft -lXext  
libtool: link: x86_64-pc-linux-gnu-gcc -Wl,-O1 -o sawfish colors.o cursors.o display.o events.o fonts.o frames.o flippers.o functions.o images.o keys.o main.o multihead.o pixmap-cache.o property-cache.o server.o session.o stacking-list.o windows.o -Wl,--export-dynamic  -Wl,--as-needed -lrep -lcrypt -lgmp -lm -lpangoxft-1.0 -lpangoft2-1.0 -lpango-1.0 -lfontconfig -lfreetype -lgdk_pixbuf_xlib-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0 -lX11 -lXrender -lICE -lSM -lXtst -lXrandr -lXft -lXext
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: flippers.o:(.bss+0x28): multiple definition of `Qleft'; frames.o:(.bss+0x118): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: flippers.o:(.bss+0x20): multiple definition of `Qright'; frames.o:(.bss+0x120): first defined here

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

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

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

  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:
1)	IcedTea JDK 3.15.0 [icedtea-8]
*)	IcedTea JDK 3.14.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm
ghc:
The Glorious Glasgow Haskell Compilation System, version 8.0.2

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Sun, 02 Feb 2020 20:51:31 +0000

emerge -qpvO x11-wm/sawfish
[ebuild  N    ] x11-wm/sawfish-1.12.0  USE="nls -emacs -kde -xinerama"
Comment 1 Toralf Förster gentoo-dev 2020-02-03 18:41:32 UTC
Created attachment 611202 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2020-02-03 18:41:35 UTC
Created attachment 611204 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2020-02-03 18:41:38 UTC
Created attachment 611206 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2020-02-03 18:41:40 UTC
Created attachment 611208 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2020-02-03 18:41:43 UTC
Created attachment 611210 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2020-02-03 18:41:46 UTC
Created attachment 611212 [details]
temp.tbz2
Comment 7 Toralf Förster gentoo-dev 2020-02-03 18:41:49 UTC
Created attachment 611214 [details]
x11-wm:sawfish-1.12.0:20200202-213140.log
Comment 8 Ulrich Müller gentoo-dev 2020-02-03 18:45:04 UTC
Reassigning:

  <email>gnu-emacs@gentoo.org</email>
  <description>
    Components installed with USE=emacs.
    Do not assign for anything else.
  </description>
Comment 9 Larry the Git Cow gentoo-dev 2020-05-15 06:42:54 UTC
The bug has been closed via the following commit(s):

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

commit cb1778f55abab8dca9adc847cbdc6e22c67c1ce1
Author:     Jeroen Roovers <jer@gentoo.org>
AuthorDate: 2020-05-15 06:31:00 +0000
Commit:     Jeroen Roovers <jer@gentoo.org>
CommitDate: 2020-05-15 06:42:49 +0000

    x11-wm/sawfish: Fix building with CFLAGS=-fno-common
    
    Package-Manager: Portage-2.3.99, Repoman-2.3.22
    Closes: https://bugs.gentoo.org/show_bug.cgi?id=708024
    Signed-off-by: Jeroen Roovers <jer@gentoo.org>

 .../sawfish/files/sawfish-1.12.0-fno-common.patch  | 39 ++++++++++++++++++++++
 x11-wm/sawfish/sawfish-1.12.0-r1.ebuild            |  3 +-
 2 files changed, 41 insertions(+), 1 deletion(-)