Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 705840 - =media-libs/freeglut-3.2.1 fails to build with -fno-common or gcc-10
Summary: =media-libs/freeglut-3.2.1 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: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: -fno-common
  Show dependency tree
 
Reported: 2020-01-19 13:18 UTC by Sergei Trofimovich (RETIRED)
Modified: 2020-02-25 23:38 UTC (History)
0 users

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


Attachments
build.log (build.log,212.37 KB, text/plain)
2020-01-19 13:19 UTC, Sergei Trofimovich (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Sergei Trofimovich (RETIRED) gentoo-dev 2020-01-19 13:18:56 UTC
Simple reproducer on older gcc is to add -fno-common:

MAKEOPTS=-j1 LANG=C FEATURES='-strict -stricter -fail-clean -test' CFLAGS="$(portageq envvar CFLAGS) -fno-common" emerge -v1 freeglut
...
/usr/lib64/ccache/bin/x86_64-pc-linux-gnu-gcc -fPIC -O2 -pipe -fdiagnostics-show-option -frecord-gcc-switches -fno-common -Wall -pedantic  -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -shared -Wl,-soname,libglut.so.3 -o lib/libglut.so.3.11.0 CMakeFiles/freeglut.dir/src/fg_callbacks.c.o CMakeFiles/freeglut.dir/src/fg_cursor.c.o CMakeFiles/freeglut.dir/src/fg_display.c.o CMakeFiles/freeglut.dir/src/fg_ext.c.o CMakeFiles/freeglut.dir/src/fg_font_data.c.o CMakeFiles/freeglut.dir/src/fg_gamemode.c.o CMakeFiles/freeglut.dir/src/fg_geometry.c.o CMakeFiles/freeglut.dir/src/fg_gl2.c.o CMakeFiles/freeglut.dir/src/fg_init.c.o CMakeFiles/freeglut.dir/src/fg_input_devices.c.o CMakeFiles/freeglut.dir/src/fg_joystick.c.o CMakeFiles/freeglut.dir/src/fg_main.c.o CMakeFiles/freeglut.dir/src/fg_misc.c.o CMakeFiles/freeglut.dir/src/fg_overlay.c.o CMakeFiles/freeglut.dir/src/fg_spaceball.c.o CMakeFiles/freeglut.dir/src/fg_state.c.o CMakeFiles/freeglut.dir/src/fg_stroke_mono_roman.c.o CMakeFiles/freeglut.dir/src/fg_stroke_roman.c.o CMakeFiles/freeglut.dir/src/fg_structure.c.o CMakeFiles/freeglut.dir/src/fg_teapot.c.o CMakeFiles/freeglut.dir/src/fg_videoresize.c.o CMakeFiles/freeglut.dir/src/fg_window.c.o CMakeFiles/freeglut.dir/src/fg_font.c.o CMakeFiles/freeglut.dir/src/fg_menu.c.o CMakeFiles/freeglut.dir/src/x11/fg_cursor_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_ext_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_gamemode_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_glutfont_definitions_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_init_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_input_devices_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_joystick_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_main_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_menu_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_spaceball_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_state_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_structure_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_window_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_xinput_x11.c.o CMakeFiles/freeglut.dir/src/x11/fg_display_x11_glx.c.o CMakeFiles/freeglut.dir/src/x11/fg_state_x11_glx.c.o CMakeFiles/freeglut.dir/src/x11/fg_window_x11_glx.c.o CMakeFiles/freeglut.dir/src/util/xparsegeometry_repl.c.o  -lGL  -lm  -lX11  -lXrandr  -lXxf86vm  -lXi && :
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:(.bss+0x30): multiple definition of `fghGenBuffers'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:(.bss+0x30): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:(.bss+0x28): multiple definition of `fghDeleteBuffers'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:(.bss+0x28): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:(.bss+0x20): multiple definition of `fghBindBuffer'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:(.bss+0x20): first defined here
/usr/lib/gcc/x86_64-pc-linux-gnu/9.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/freeglut.dir/src/fg_gl2.c.o:(.bss+0x18): multiple definition of `fghBufferData'; CMakeFiles/freeglut.dir/src/fg_geometry.c.o:(.bss+0x18): first defined here


More details are at https://wiki.gentoo.org/wiki/Gcc_10_porting_notes/fno_common
Comment 1 Sergei Trofimovich (RETIRED) gentoo-dev 2020-01-19 13:19:36 UTC
Created attachment 603716 [details]
build.log
Comment 2 Sergei Trofimovich (RETIRED) gentoo-dev 2020-01-19 13:19:50 UTC
# emerge --info
Portage 2.3.81 (python 3.6.10-final-0, default/linux/amd64/17.0, gcc-9.2.0, glibc-2.30-r3, 5.4.0 x86_64)
=================================================================
System uname: Linux-5.4.0-x86_64-Intel-R-_Core-TM-_i7-2700K_CPU_@_3.50GHz-with-gentoo-2.6
KiB Mem:    31803948 total,   4774024 free
KiB Swap:          0 total,         0 free
sh dash 0.5.10.2
ld GNU ld (Gentoo 2.33.1 p1) 2.33.1
ccache version 3.7.7 [enabled]
app-shells/bash:          5.0_p11::gentoo
dev-lang/perl:            5.30.1::gentoo
dev-lang/python:          2.7.17-r1::gentoo, 3.6.10::gentoo, 3.7.5-r1::gentoo, 3.8.1::gentoo
dev-util/ccache:          3.7.7::gentoo
dev-util/cmake:           3.16.0::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.42.1::gentoo
sys-apps/sandbox:         2.18::gentoo
sys-devel/autoconf:       2.69-r5::gentoo
sys-devel/automake:       1.16.1-r2::gentoo
sys-devel/binutils:       2.33.1::gentoo
sys-devel/gcc:            6.5.0-r1::gentoo, 9.2.0-r2::gentoo
sys-devel/gcc-config:     2.2::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 5.4::gentoo (virtual/os-headers)
sys-libs/glibc:           2.30-r3::gentoo
Repositories:

gentoo
    location: /bound/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    sync-rsync-extra-opts:
    sync-rsync-verify-max-age: 24
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-jobs: 1

crossdev
    location: /co
    masters: gentoo
    priority: 0

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fdiagnostics-show-option -frecord-gcc-switches"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/bound/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs ccache config-protect-if-modified distlocks ebuild-locks fail-clean fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned sandbox sfperms strict stricter test unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://192.168.1.69 http://distfiles.gentoo.org"
LANG="ru_RU.UTF-8"
LC_ALL=""
LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu"
MAKEOPTS="-j4"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/dev/shm"
USE="X acl amd64 berkdb bzip2 cairo cli crypt cups cxx dri fontconfig fortran gdbm glamor iconv icu ipv6 jpeg libtirpc minizip mmx multilib ncurses nls nptl openmp pam pcre pcre16 png python readline seccomp split-usr sqlite sse sse2 ssl tcpd test text truetype unicode xattr xkb xml xvfb zlib" ABI_X86="64" ADA_TARGET="gnat_2018" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="mmx mmxext sse sse2" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="amdgpu fbdev intel nouveau radeon radeonsi vesa dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 3 Sergei Trofimovich (RETIRED) gentoo-dev 2020-01-21 22:41:04 UTC
Proposed fix upstream as: https://github.com/dcnieho/FreeGLUT/pull/76
Comment 4 Sergei Trofimovich (RETIRED) gentoo-dev 2020-02-24 09:57:17 UTC
(In reply to Sergei Trofimovich from comment #3)
> Proposed fix upstream as: https://github.com/dcnieho/FreeGLUT/pull/76

I found the author quite reluctant accepting any code changes and insisting on using -fno-common. Even if they find real bugs in the code. Previous example of spacenavd: https://github.com/FreeSpacenav/spacenavd/issues/17 (real bug found: https://github.com/FreeSpacenav/spacenavd/issues/17#issuecomment-583762985)

I suggest just adding 'append-flags -fno-common' to the ebuild.
Comment 5 Larry the Git Cow gentoo-dev 2020-02-25 23:38:07 UTC
The bug has been closed via the following commit(s):

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

commit f9102571b69d9fc05471a592fda252681fdfdef1
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-02-25 23:37:47 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-02-25 23:37:47 +0000

    media-libs/freeglut: Fix GCC 10 / -fno-common
    
    Closes: https://bugs.gentoo.org/705840
    Package-Manager: Portage-2.3.89, Repoman-2.3.20
    Acked-by: Matt Turner <mattst88@gentoo.org>
    Signed-off-by: David Seifert <soap@gentoo.org>

 .../files/freeglut-3.2.1-gcc10-fno-common.patch    | 81 ++++++++++++++++++++++
 media-libs/freeglut/freeglut-3.2.1.ebuild          |  1 +
 2 files changed, 82 insertions(+)