Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 907452 - [TEST] dev-util/sysdig-kmod-0.27.1-r1 failed in compile - /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build/driver/src/main.c:2488:30: error: as...
Summary: [TEST] dev-util/sysdig-kmod-0.27.1-r1 failed in compile - /var/tmp/portage/de...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Magnus Granberg
URL: https://ci.dev.gentoo.org:8010/#/buil...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-31 00:51 UTC by Magnus Granberg
Modified: 2023-05-31 15:51 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Magnus Granberg gentoo-dev 2023-05-31 00:51:31 UTC
 * Package:    dev-util/sysdig-kmod-0.27.1-r1:0
 * Repository: gentoo
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux strip
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     6.3.4-gentoo-dist
 * Checking for suitable kernel configuration options ...
 * Preparing x86_64-pc-linux-gnu toolchain for kernel modules (override with KERNEL_CHOST) ...
 * Toolchain picked for kernel modules (override with KERNEL_CC, _LD, ...): '/usr/bin/x86_64-pc-linux-gnu-gcc' '/usr/bin/x86_64-pc-linux-gnu-g++' '/usr/bin/x86_64-pc-linux-gnu-ld.bfd' '/usr/bin/x86_64-pc-linux-gnu-gcc-ar' '/usr/bin/x86_64-pc-linux-gnu-gcc-nm' '/usr/bin/x86_64-pc-linux-gnu-objcopy' '/usr/bin/x86_64-pc-linux-gnu-objdump' '/usr/bin/x86_64-pc-linux-gnu-readelf' '/usr/bin/x86_64-pc-linux-gnu-strip'
 * 
 * Warning: kernel 6.3.4-gentoo-dist is built with gcc-12 but
 *          '/usr/bin/x86_64-pc-linux-gnu-gcc' is gcc-13
 * This *could* result in build issues or other incompatibilities.
 * It is recommended to either `make clean` and rebuild the kernel
 * with the current toolchain (for distribution kernels, re-installing
 * will do the same), or set the KERNEL_CC variable to point to the
 * same compiler. Note that when it is available, auto-selection is
 * attempted making the latter rarely needed.
 * 
>>> Unpacking source...
>>> Unpacking sysdig-0.27.1.tar.gz to /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work
>>> Source unpacked in /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work
>>> Preparing source in /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build"
 * Applying 0.27.1-fix-kmod-build-on-5.18+.patch ...
 * Hardcoded definition(s) removed in CMakeLists.txt:
 *  	SET(CMAKE_BUILD_TYPE Release)
>>> Source prepared.
>>> Configuring source in /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1 ...
 * Source directory (CMAKE_USE_DIR): "/var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1"
 * Build directory  (BUILD_DIR):     "/var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build"
>>> Source configured.
>>> Compiling source in /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1 ...
 * Building sysdig-probe module in /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build/driver/src ...
/var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build/driver/src/main.c:2488:30: error: assignment to ‘char * (*)(const struct device *, umode_t *)’ {aka ‘char * (*)(const struct device *, short unsigned int *)’} from incompatible pointer type ‘char * (*)(struct device *, umode_t *)’ {aka ‘char * (*)(struct device *, short unsigned int *)’} [-Werror=incompatible-pointer-types]
cc1: some warnings being treated as errors
make[2]: *** [scripts/Makefile.build:252: /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build/driver/src/main.o] Error 1
make[1]: *** [Makefile:2025: /var/tmp/portage/dev-util/sysdig-kmod-0.27.1-r1/work/sysdig-0.27.1_build/driver/src] Error 2
make: *** [Makefile:16: all] Error 2
 * ERROR: dev-util/sysdig-kmod-0.27.1-r1::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=dev-util/sysdig-kmod-0.27.1-r1::gentoo'`,
Comment 1 Magnus Granberg gentoo-dev 2023-05-31 00:51:32 UTC
This was build on a tinderbox that use Buildbot API[1].
We use docker images to build on.
Web: https://ci.dev.gentoo.org:8010/#/
Code: https://gitweb.gentoo.org/proj/tinderbox-cluster.git
Wiki: https://wiki.gentoo.org/wiki/Project:Tinderbox-cluster
How to get more info: https://wiki.gentoo.org/wiki/Project:Tinderbox-cluster/something
IRC: #gentoo-ci on libera
[1] https://buildbot.net/
Comment 2 Magnus Granberg gentoo-dev 2023-05-31 00:51:33 UTC
Was trying to build dev-util/sysdig-kmod-0.27.1-r1 Commit: 2d1d191477fb5c9508f22b3ed22fd7613cbc06ba Repository: git@gitlab.gentoo.org:zorry/gentoo-ci.git
Package info:
[ebuild  N    ] dev-util/sysdig-kmod-0.27.1-r1  USE="strip -dist-kernel -modules-sign" 
Emerge info:
Portage 3.0.47 (python 3.11.3-final-0, default/linux/amd64/17.1, gcc-13, glibc-2.37-r3, 5.4.0-148-generic x86_64)
=================================================================
System uname: Linux-5.4.0-148-generic-x86_64-AMD_Opteron-TM-_Processor_6272-with-glibc2.37
KiB Mem:   264126696 total, 185455904 free
KiB Swap:    8388604 total,   8388604 free
Head commit of repository gentoo: 2a4aca8f5798c0068b593c591f3bf09b786e7355

sh bash 5.2_p15-r3
ld GNU ld (Gentoo 2.40 p5) 2.40.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r3::gentoo
dev-lang/perl:             5.36.1-r2::gentoo
dev-lang/python:           3.11.3::gentoo, 3.12.0_beta1_p1::gentoo
dev-lang/rust-bin:         1.69.0::gentoo
dev-util/meson:            1.1.0::gentoo
sys-apps/baselayout:       2.13-r1::gentoo
sys-apps/openrc:           0.47.1::gentoo
sys-apps/sandbox:          2.30-r1::gentoo
sys-devel/autoconf:        2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.40-r5::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/gcc:             13.1.1_p20230527::gentoo
sys-devel/gcc-config:      2.11::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/make:            4.4.1-r1::gentoo
sys-kernel/linux-headers:  6.3::gentoo (virtual/os-headers)
sys-libs/glibc:            2.37-r3::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: git
    sync-uri: git@gitlab.gentoo.org:zorry/gentoo-ci.git
    priority: -1000
    volatile: False

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -fno-diagnostics-color -march=native"
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/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -fno-diagnostics-color -march=native"
DISTDIR="/var/cache/portage/distfiles"
EMERGE_DEFAULT_OPTS="--buildpkg=y --rebuild-if-new-rev=y --rebuilt-binaries=y --usepkg=y --binpkg-respect-use=y --binpkg-changed-deps=y --nospinner --color=n --ask=n --quiet-build=y --quiet-fail=y"
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 -fno-diagnostics-color -march=native"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg buildpkg-live compress-build-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync multilib-strict parallel-fetch preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms split-log strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -fno-diagnostics-color -march=native"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
MAKEOPTS="-j14"
PKGDIR="/var/cache/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"
USE="X acl amd64 bzip2 cli crypt dri elogind fortran gdbm iconv ipv6 libtirpc multilib ncurses nls nptl openmp pam pcre readline seccomp split-usr ssl test-rust unicode xattr 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="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" 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_11" PYTHON_TARGETS="python3_10 python3_9 python3_8 python3_11 python3_12" RUBY_TARGETS="ruby31 ruby30 ruby29 ruby32" 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 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, 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 3 Holger Hoffstätte 2023-05-31 11:31:13 UTC
Please don't waste time on this, sysdig-kmod is obsolete and superseded by dev-util/scap-driver. It should have been treecleaned a while ago but apprently was not.

Current scap-driver compiles fine with newer kernels and I'm currenly working on converting it to linux-mod-r1.