Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 919934 - sys-process/btop-1.2.13-r2 fails to emerge in install phase with ccache enabled
Summary: sys-process/btop-1.2.13-r2 fails to emerge in install phase with ccache enabled
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Adrian Schollmeyer
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-12-15 05:44 UTC by Guido Winkelmann
Modified: 2024-01-12 00:21 UTC (History)
1 user (show)

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


Attachments
Build log (build.log,30.52 KB, text/plain)
2023-12-15 05:46 UTC, Guido Winkelmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Guido Winkelmann 2023-12-15 05:44:15 UTC
sys-process/btop-1.2.13-r2 fails to emerge in the install phase if ccache is enabled with the following messages:

########
ccache: error: Could not find compiler "g++-12" in PATH
Makefile:78: *** ERROR: Compiler too old. (Requires Clang 16.0.0, GCC 10.1.0).  Stop.
########



Reproducible: Always

Steps to Reproduce:
1. Configure /etc/portage/make.conf
2. Run emerge -v btop
Actual Results:  
Merge fails in the install phase with the message seen above.

Expected Results:  
The merge should be completed successfully just like it is without ccache.

The problem can be worked around by temporarily disabling ccache.

Output of emerge --info '=sys-process/btop-1.2.13-r2::gentoo':
#######
Portage 3.0.56 (python 3.11.6-final-0, default/linux/amd64/17.1/desktop/plasma, gcc-13, glibc-2.37-r7, 6.6.6 x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-6.6.6-x86_64-AMD_Ryzen_9_5950X_16-Core_Processor-with-glibc2.37
KiB Mem:    65737728 total,  45905652 free
KiB Swap:   33554428 total,  33554428 free
Timestamp of repository gentoo: Fri, 15 Dec 2023 01:30:01 +0000
Head commit of repository gentoo: ddfc023777da1fdd0e65883da1a1183f6a8c0a4d
sh bash 5.1_p16-r6
ld GNU ld (Gentoo 2.41 p2) 2.41.0
ccache version 4.8.2 [enabled]
app-misc/pax-utils:        1.3.5::gentoo
app-shells/bash:           5.1_p16-r6::gentoo
dev-java/java-config:      2.3.1-r1::gentoo
dev-lang/perl:             5.38.0-r1::gentoo
dev-lang/python:           3.11.6::gentoo, 3.12.1::gentoo
dev-lang/rust:             1.71.1::gentoo
dev-util/ccache:           4.8.2::gentoo
dev-util/cmake:            3.27.7::gentoo
dev-util/meson:            1.2.3::gentoo
sys-apps/baselayout:       2.14::gentoo
sys-apps/openrc:           0.48::gentoo
sys-apps/sandbox:          2.38::gentoo
sys-devel/autoconf:        2.13-r7::gentoo, 2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.41-r2::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/clang:           16.0.6::gentoo
sys-devel/gcc:             13.2.1_p20230826::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/lld:             16.0.6::gentoo
sys-devel/llvm:            16.0.6::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.1::gentoo (virtual/os-headers)
sys-libs/glibc:            2.37-r7::gentoo
Repositories:

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

local
    location: /usr/local/portage
    masters: gentoo
    volatile: True

kde
    location: /var/lib/layman/kde
    masters: gentoo
    priority: 50
    volatile: True

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=znver3 -O2 -pipe -g -ggdb"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /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="-march=znver3 -O2 -pipe -g -ggdb"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE 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 XDG_STATE_HOME"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live ccache config-protect-if-modified distlocks ebuild-locks fixlafiles installsources ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://mirror.eu.oneandone.net/linux/distributions/gentoo/gentoo/ http://gentoo.supp.name/ http://gentoo.mirrors.ovh.net/gentoo-distfiles/"
LANG="C"
LC_ALL="de_DE.utf-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
LINGUAS="en de"
MAKEOPTS="-j26"
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="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac aacs acl acpi activities alsa amd64 android apng avif avx bdplus bittorrent bluetooth bluray branding brotli bzip2 cacert cairo cdda cdr clang clangcodemodel clangstaticanalyzer cli cmake cppcheck crypt cups cxx dav1d dbus ddate declarative designer dri drm dts dvd dvdr elogind encode epub exif ffmpeg flac fontforge fortran gbm gdbm geoip gif git gles gles2 gold gpg gpm gstreamer gtk gui harfbuzz hbci hex hwaccel iconv icu idn imagemagick ipv6 ithreads jbig joystick jpeg jpeg2k kate kde kwallet latex lcms libaom libass libnotify libtirpc lm-sensors lm_sensors lvm lzma mad mmx mng modeling mp3 mp4 mpeg mtp multilib multimedia musicbrainz ncurses networkmanager nls nptl offensive ogg openexr opengl openmp openssl opus otr pam pango pcre pcre32 pdf pipewire plasma png policykit postproc ppds pulseaudio python qml qrcode qt5 rav1e rdesktop readline roc samba sasl scanner screencast sdl seccomp secure-delete semantic-desktop sound speech speex spell spice split-usr sqlite sse sse2 sse3 ssh ssl ssse3 startup-notification subversion svg svt-av1 system-libvpx system-png taglib test-rust theora thin thumbnail tiff tk truetype udev udf udisks unicode upower usb usbredir v4l vaapi vdpau virgl virt-network vnc vorbis vpx vulkan wavpack wayland webkit widgets wxwidgets x264 x265 xattr xcb xetex xft xml xpm xv xvid zeroconf zip zlib" ABI_X86="64" ADA_TARGET="gnat_2021" 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="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3" 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" L10N="en de de-DE en-US" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="AMDGPU BPF" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" QEMU_SOFTMMU_TARGETS="sparc sparc64 x86_64" RUBY_TARGETS="ruby31" VIDEO_CARDS="radeon nouveau fbdev vesa radeonsi amdgpu" 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, EMERGE_DEFAULT_OPTS, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LD, LFLAGS, LIBTOOL, MAKE, MAKEFLAGS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS

=================================================================
                        Package Settings
=================================================================

sys-process/btop-1.2.13-r2::gentoo was built with the following:
USE="" ABI_X86="(64)"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles installsources ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox pkgdir-index-trusted preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"

#######

Output of emerge -pqv '=sys-process/btop-1.2.13-r2::gentoo':
#######
[ebuild   R   ] sys-process/btop-1.2.13-r2
#######
Comment 1 Guido Winkelmann 2023-12-15 05:46:32 UTC
Created attachment 879457 [details]
Build log
Comment 2 Alfred Wingate 2023-12-16 08:47:45 UTC
Alright, so btop doesn't respect CXX unless it is explicitly fed to in the make invocation. As its fed to the compile phase but not in the install phase leading to this failure later. Not sure why the non-existent g++-12 in particular was chosen other than the makefile conditional omitting g++-13 completely.

The clear solution is to feed CXX in install phase similar to the compile phase.
Comment 3 Adrian Schollmeyer 2024-01-10 08:57:12 UTC
I've noticed that btop also has a CMake build system now. I plan on switching to the CMake build system for future versions as it simplifies the ebuild. This should also fix this issue.
Comment 4 Larry the Git Cow gentoo-dev 2024-01-12 00:21:50 UTC
The bug has been closed via the following commit(s):

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

commit c329e94b0515e8fc29b7234fe74bd6506fdf0383
Author:     Adrian Schollmeyer <nex+b-g-o@nexadn.de>
AuthorDate: 2024-01-10 09:02:00 +0000
Commit:     Yixun Lan <dlan@gentoo.org>
CommitDate: 2024-01-12 00:11:56 +0000

    sys-process/btop: add 1.3.0
    
    Closes: https://bugs.gentoo.org/919934
    Closes: https://bugs.gentoo.org/898148
    Closes: https://github.com/gentoo/gentoo/pull/34753
    Signed-off-by: Adrian Schollmeyer <nex+b-g-o@nexadn.de>
    Signed-off-by: Yixun Lan <dlan@gentoo.org>

 sys-process/btop/Manifest                          |  1 +
 sys-process/btop/btop-1.3.0.ebuild                 | 50 ++++++++++++++++++++++
 .../btop-1.3.0-configurable-fortification.patch    | 49 +++++++++++++++++++++
 3 files changed, 100 insertions(+)