Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 847904 - games-misc/bsd-games-3.1-r2: undefined reference to `__atomic_exchange_1'
Summary: games-misc/bsd-games-3.1-r2: undefined reference to `__atomic_exchange_1'
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks: libatomic-linking 841230
  Show dependency tree
 
Reported: 2022-05-28 10:27 UTC by Jakov Smolić
Modified: 2022-05-28 15:06 UTC (History)
1 user (show)

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


Attachments
build log (bsd-games,22.77 KB, text/plain)
2022-05-28 10:27 UTC, Jakov Smolić
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jakov Smolić archtester gentoo-dev 2022-05-28 10:27:30 UTC
Created attachment 781244 [details]
build log

[snip] 

riscv64-unknown-linux-gnu-gcc -std=c11 -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -I/usr/include/ncursesw -O2 -pipe -MMD -MT "wump/wump.s .o/wump/wump.o" -o .o/wump/wump.o -c wump/wump.c
echo "Linking .o/common/libcommon.a ..."
Linking .o/common/libcommon.a ...
rm -f .o/common/libcommon.a
riscv64-unknown-linux-gnu-ar -qc .o/common/libcommon.a .o/common/scores.o .o/common/ui.o .o/common/util.o .o/common/vector.o
riscv64-unknown-linux-gnu-ranlib .o/common/libcommon.a
echo "Linking .o/adventure/adventure ..."
echo "Linking .o/atc/atc ..."
echo "Linking .o/battlestar/battlestar ..."
echo "Linking .o/caesar/caesar ..."
echo "Linking .o/cribbage/cribbage ..."
Linking .o/adventure/adventure ...
riscv64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o .o/adventure/adventure .o/adventure/advent.o .o/adventure/itverb.o .o/adventure/loc.o .o/adventure/msg.o .o/adventure/obj.o .o/adventure/turn.o .o/adventure/verb.o .o/adventure/words.o .o/common/libcommon.a
Linking .o/cribbage/cribbage ...
riscv64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o .o/cribbage/cribbage .o/cribbage/cribbage.o .o/common/libcommon.a -lncursesw -ltinfow
Linking .o/battlestar/battlestar ...
riscv64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o .o/battlestar/battlestar .o/battlestar/battlestar.o .o/battlestar/cmd.o .o/battlestar/fly.o .o/battlestar/loc.o .o/battlestar/obj.o .o/battlestar/parse.o .o/common/libcommon.a -lncursesw -ltinfow
Linking .o/caesar/caesar ...
riscv64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o .o/caesar/caesar .o/caesar/caesar.o .o/common/libcommon.a
Linking .o/atc/atc ...
riscv64-unknown-linux-gnu-gcc -Wl,-O1 -Wl,--as-needed -o .o/atc/atc .o/atc/atc.o .o/atc/graphics.o .o/atc/input.o .o/atc/move.o .o/atc/scenarios.o .o/atc/scores.o .o/common/libcommon.a -lncursesw -ltinfow
/usr/lib/gcc/riscv64-unknown-linux-gnu/11.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: .o/common/libcommon.a(ui.o): in function `.L0 ':
ui.c:(.text+0x32): undefined reference to `__atomic_exchange_1'
collect2: error: ld returned 1 exit status
make: *** [cribbage/Module.mk:23: .o/cribbage/cribbage] Error 1
make: *** Waiting for unfinished jobs....
/usr/lib/gcc/riscv64-unknown-linux-gnu/11.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: .o/adventure/advent.o: in function `.L20':
advent.c:(.text+0x1dc): undefined reference to `__atomic_exchange_1'
/usr/lib/gcc/riscv64-unknown-linux-gnu/11.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: .o/common/libcommon.a(ui.o): in function `.L0 ':
ui.c:(.text+0x32): undefined reference to `__atomic_exchange_1'
collect2: error: ld returned 1 exit status
collect2: error: ld returned 1 exit status
make: *** [adventure/Module.mk:23: .o/adventure/adventure] Error 1
make: *** [atc/Module.mk:23: .o/atc/atc] Error 1
/usr/lib/gcc/riscv64-unknown-linux-gnu/11.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: .o/battlestar/battlestar.o: in function `.L100':
battlestar.c:(.text+0x66e): undefined reference to `__atomic_exchange_1'
/usr/lib/gcc/riscv64-unknown-linux-gnu/11.2.1/../../../../riscv64-unknown-linux-gnu/bin/ld: .o/common/libcommon.a(ui.o): in function `.L0 ':
ui.c:(.text+0x32): undefined reference to `__atomic_exchange_1'
collect2: error: ld returned 1 exit status
make: *** [battlestar/Module.mk:23: .o/battlestar/battlestar] Error 1
 * ERROR: games-misc/bsd-games-3.1-r2::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=games-misc/bsd-games-3.1-r2::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=games-misc/bsd-games-3.1-r2::gentoo'`.
 * The complete build log is located at '/var/log/portage/games-misc:bsd-games-3.1-r2:20220528-101848.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/games-misc/bsd-games-3.1-r2/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/games-misc/bsd-games-3.1-r2/temp/environment'.
 * Working directory: '/var/tmp/portage/games-misc/bsd-games-3.1-r2/work/bsd-games-3.1'
 * S: '/var/tmp/portage/games-misc/bsd-games-3.1-r2/work/bsd-games-3.1'
Comment 1 Jakov Smolić archtester gentoo-dev 2022-05-28 10:28:14 UTC
# emerge --info
Portage 3.0.30 (python 3.9.10-final-0, default/linux/riscv/20.0/rv64gc/lp64d/systemd, gcc-11.2.1, glibc-2.34-r9, 5.17.5-gentoo-riscv64 riscv64)
=================================================================
System uname: Linux-5.17.5-gentoo-riscv64-riscv64-with-glibc2.34
KiB Mem:    16372476 total,   3258904 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Sat, 28 May 2022 10:03:28 +0000
sh bash 5.1_p16
ld GNU ld (Gentoo 2.37_p1 p2) 2.37
app-misc/pax-utils:        1.3.3::gentoo
app-shells/bash:           5.1_p16::gentoo
dev-lang/perl:             5.34.0-r8::gentoo
dev-lang/python:           3.9.10-r1::gentoo, 3.10.2-r1::gentoo
dev-lang/rust:             1.60.0::gentoo
dev-util/cmake:            3.22.2::gentoo
dev-util/meson:            0.61.1::gentoo
sys-apps/baselayout:       2.8::gentoo
sys-apps/sandbox:          2.29::gentoo
sys-apps/systemd:          250.4::gentoo
sys-devel/autoconf:        2.71-r1::gentoo
sys-devel/automake:        1.16.5::gentoo
sys-devel/binutils:        2.37_p1-r2::gentoo
sys-devel/binutils-config: 5.4.1::gentoo
sys-devel/gcc:             11.2.1_p20220115::gentoo
sys-devel/gcc-config:      2.5-r1::gentoo
sys-devel/libtool:         2.4.6-r6::gentoo
sys-devel/llvm:            13.0.1::gentoo, 14.0.0::gentoo
sys-devel/make:            4.3::gentoo
sys-kernel/linux-headers:  5.16::gentoo (virtual/os-headers)
sys-libs/glibc:            2.34-r9::gentoo
Repositories:

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

ACCEPT_KEYWORDS="riscv ~riscv"
ACCEPT_LICENSE="* -@EULA"
CBUILD="riscv64-unknown-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="riscv64-unknown-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /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 /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--jobs 3 --load-average 10"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN GOPATH 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 buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict news parallel-fetch preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="         http://mirrors.163.com/gentoo         https://mirrors.tuna.tsinghua.edu.cn/gentoo         http://ftp.jaist.ac.jp/pub/Linux/Gentoo/ "
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
PKGDIR="/var/cache/binpkgs"
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="/var/tmp"
USE="X acl alsa bzip2 cli crypt dri fortran gdbm iconv ipv6 libglvnd ncurses nls nptl openmp pam pcre readline riscv seccomp split-usr ssl systemd udev unicode xattr zlib" ADA_TARGET="gnat_2020" 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" 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" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="fbdev v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LEX, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SHELL, SIZE, STRINGS, STRIP, YACC, YFLAGS
Comment 2 Han Gao 2022-05-28 13:54:35 UTC
USE tests started on Sat May 28 13:44:27 -00 2022

FEATURES=' test' USE='' succeeded for =games-misc/bsd-games-3.1-r2
USE='' succeeded for =games-misc/bsd-games-3.1-r2
Comment 3 Larry the Git Cow gentoo-dev 2022-05-28 15:06:23 UTC
The bug has been closed via the following commit(s):

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

commit 9c702e844bc3d761c305894e4dbc4436c05ba71a
Author:     Han Gao <rabenda.cn@gmail.com>
AuthorDate: 2022-05-28 14:15:49 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-05-28 15:05:54 +0000

    games-misc/bsd-games: riscv keywording
    
    Closes: https://bugs.gentoo.org/847904
    Closes: https://bugs.gentoo.org/841230
    Signed-off-by: Han Gao <rabenda.cn@gmail.com>
    Closes: https://github.com/gentoo/gentoo/pull/25664
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 games-misc/bsd-games/bsd-games-3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

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

commit 7f26922fd9b0f436c162ebcdf01a066c1e3738ed
Author:     Han Gao <rabenda.cn@gmail.com>
AuthorDate: 2022-05-28 14:14:16 +0000
Commit:     Jakov Smolić <jsmolic@gentoo.org>
CommitDate: 2022-05-28 15:05:54 +0000

    games-misc/bsd-games: fix atomic in riscv
    
    Bug: https://bugs.gentoo.org/847904
    Signed-off-by: Han Gao <rabenda.cn@gmail.com>
    Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>

 games-misc/bsd-games/bsd-games-3.1-r2.ebuild | 3 +++
 1 file changed, 3 insertions(+)