Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ZFS bug fixed, still masked by corruption?
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
jprins
n00b
n00b


Joined: 14 Dec 2023
Posts: 6

PostPosted: Thu Dec 14, 2023 4:44 pm    Post subject: ZFS bug fixed, still masked by corruption? Reply with quote

[Moderator note: this post, and only this post, was originally attached to the unrelated topic ZFS-2.2.0 Heads up. -Hu]

Hello,

I'm currently in the process of building a new version of my Flatcar images and ZFS sysext images.
While doing this I noticed that it looks like all OpenZFS ebuilds are blocked by corruption.

Code:
!!! All ebuilds that could satisfy "sys-fs/zfs-kmod" for /build/amd64-usr/ have been masked.
!!! One of the following masked packages is required to complete your request:
- sys-fs/zfs-kmod-9999::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.2.2::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.2.1-r1::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.2.1::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.1.14::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.1.13-r1::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.1.13::portage-stable (masked by: corruption)
- sys-fs/zfs-kmod-2.1.12::portage-stable (masked by: corruption)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

I assume this was done because of the resent corruption bug: https://github.com/openzfs/zfs/issues/15526

As far as I understand it, this bug was fixed in 2.1.14 and 2.2.2 and therefore it should be save to remove the mask for these versions.
Is this correct, and what is the proper way of removing the mask for these versions, or can I force the build to succeed?

J Prins.

[Moderator edit: added [code] tags to preserve output layout. -Hu]
Back to top
View user's profile Send private message
Hu
Moderator
Moderator


Joined: 06 Mar 2007
Posts: 21642

PostPosted: Thu Dec 14, 2023 5:01 pm    Post subject: Reply with quote

Welcome to the forums. I think you misunderstand the output you quoted. masked by: corruption means that the ebuild does not match the digest recorded in the Manifest, so Portage presumes the file is corrupt and refuses to use it. This is automatic, and independent of any Gentoo maintainer action to mask packages known to be dangerous.

Your output also shows that none of these ebuilds come from the normal ::gentoo repository, so the Gentoo maintainers are not the ones to whom you should report the corruption. Rather, you should report it to the maintainer of the overlay ::portage-stable. I vaguely recall seeing this label before from someone using a ChromiumOS derivative of Gentoo, but that could be coincidence, since the name is generic.

To resolve the mask, you need the Manifest to agree with the contents of the ebuild. Without understanding why it presently disagrees, we cannot determine whether the Manifest is wrong or if the ebuild actually is damaged.

If you still need help, we might be able to help you, but the maintainer of that overlay may be better positioned to assist you. Start by providing the standard output: emerge --info.
Back to top
View user's profile Send private message
Ionen
Developer
Developer


Joined: 06 Dec 2018
Posts: 2720

PostPosted: Thu Dec 14, 2023 5:19 pm    Post subject: Reply with quote

Yes, masked by corruption has nothing to do with the zfs corruption mask.

But rather than the Manifest, portage gives this when there's a problem loading the ebuild itself (or used eclasses, could be due to a custom bashrc or similar too). Typically due to a syntax error like a missing closing quote or in a bad case could be literally corrupted/unreadable files though.

::gentoo's ebuilds do not have that problem on my end anyhow, not sure what's happening in this ::portage-stable
Back to top
View user's profile Send private message
jprins
n00b
n00b


Joined: 14 Dec 2023
Posts: 6

PostPosted: Thu Dec 14, 2023 5:44 pm    Post subject: Thanks for clarifying this for me. Reply with quote

Hello,

Thanks for these clarifications.
I'm using the following documentation to build sysext images for Flatcar, which is kind of similar to coreos I think. https://www.flatcar.org/docs/latest/reference/developer-guides/sdk-modifying-flatcar/
One of the many steps in the whole process to create sysext images is to copy the ebuild from the Gentoo repo and use them to build your binary files which you need to put into, either your sysext image or your base image of Flatcar.
During the whole process you do:
Code:
git clone --depth 5 https://www.github.com/gentoo/gentoo

Now the main question is, what is the corruption and why is there a corruption?

J Prins
Back to top
View user's profile Send private message
jprins
n00b
n00b


Joined: 14 Dec 2023
Posts: 6

PostPosted: Thu Dec 14, 2023 6:06 pm    Post subject: emerge --info output Reply with quote

Code:

sdk@flatcar-sdk-all-3760_0_0_os-beta-3760_1_1 ~/trunk/src/scripts $ emerge --info
Portage 3.0.51 (python 3.11.5-final-0, !../../mnt/host/source/src/third_party/coreos-overlay/profiles/coreos/amd64/sdk, gcc-13, glibc-2.37-r7, 5.15.0-102.110.5.1.el9uek.x86_64 x86_64)
=================================================================
System uname: Linux-5.15.0-102.110.5.1.el9uek.x86_64-x86_64-Intel-R-_Xeon-R-_CPU_X5660_@_2.80GHz-with-glibc2.37
KiB Mem:    98418716 total,   1167936 free
KiB Swap:   16777212 total,  16773372 free
sh bash 5.2_p15-r5
ld GNU ld (Gentoo 2.40 p5) 2.40.0
app-misc/pax-utils:        1.3.7::portage-stable
app-shells/bash:           5.2_p15-r5::portage-stable
dev-lang/perl:             5.38.0-r1::portage-stable
dev-lang/python:           3.11.5::portage-stable
dev-lang/rust:             1.72.1::coreos
dev-util/cmake:            3.26.5-r2::portage-stable
dev-util/meson:            1.2.1-r1::portage-stable
sec-policy/selinux-base:   2.20221101-r4::portage-stable
sys-apps/baselayout:       3.6.8-r14::coreos
sys-apps/sandbox:          2.37::portage-stable
sys-apps/systemd:          252.11-r1::coreos
sys-devel/autoconf:        2.69-r9::portage-stable, 2.71-r6::portage-stable
sys-devel/automake:        1.16.5-r1::portage-stable
sys-devel/binutils:        2.40-r5::portage-stable
sys-devel/binutils-config: 5.5::portage-stable
sys-devel/gcc:             13.2.1_p20230826::portage-stable
sys-devel/gcc-config:      2.11::portage-stable
sys-devel/libtool:         2.4.7-r1::portage-stable
sys-devel/make:            4.3::coreos
sys-kernel/linux-headers:  6.1::portage-stable (virtual/os-headers)
sys-libs/glibc:            2.37-r7::coreos
sys-libs/libselinux:       3.5-r1::portage-stable
Repositories:

portage-stable
    location: /mnt/host/source/src/third_party/portage-stable
    priority: -1000
    volatile: True

coreos
    location: /mnt/host/source/src/third_party/coreos-overlay
    masters: portage-stable
    volatile: True

x-crossdev
    location: /usr/local/portage/crossdev
    masters: portage-stable coreos
    volatile: True

ABI="amd64"
ABI_X86="64"
ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE netperf no-source-code linux-fw-redistributable freedist BSD-2-Clause-Patent intel-ucode"
ACCEPT_PROPERTIES="*"
ACCEPT_RESTRICT="* -bindist"
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"
ARCH="amd64"
AUTOCLEAN="no"
BINPKG_COMPRESS="bzip2"
BINPKG_FORMAT="xpak"
BINPKG_GPG_SIGNING_BASE_COMMAND="/usr/bin/flock /run/lock/portage-binpkg-gpg.lock /usr/bin/gpg --sign --armor [PORTAGE_CONFIG]"
BINPKG_GPG_SIGNING_DIGEST="SHA512"
BINPKG_GPG_VERIFY_BASE_COMMAND="/usr/bin/gpg --verify --batch --no-tty --no-auto-check-trustdb --status-fd 2 [PORTAGE_CONFIG] [SIGNATURE]"
BINPKG_GPG_VERIFY_GPG_HOME="/etc/portage/gnupg"
BOOTSTRAP_USE="unicode internal-glib pkg-config split-usr xml python_targets_python3_11 python_single_target_python3_11 multilib hardened pic xtpax -jit -orc systemd sysv-utils udev udev -python_single_target_python2_7 python_single_target_python3_11 -python_targets_python2_7 python_targets_python3_11 curl minimal curl_ssl_openssl ssl xml -pax_kernel -xtpax cros_host"
BROOT=""
CALLIGRA_FEATURES="karbon sheets words"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe -mtune=generic"
CFLAGS_amd64="-m64"
CFLAGS_x32="-mx32"
CFLAGS_x86="-m32 -mfpmath=sse"
CHOST="x86_64-pc-linux-gnu"
CHOST_amd64="x86_64-pc-linux-gnu"
CHOST_x32="x86_64-pc-linux-gnux32"
CHOST_x86="i686-pc-linux-gnu"
CLEAN_DELAY="5"
COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog"
COLLISION_IGNORE="/boot/dtbs/* /lib/modules/*"
CONFIG_PROTECT="/etc/hosts /etc/locale.gen /etc/localtime /etc/make.conf"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CPU_FLAGS_X86="mmx mmxext sse sse2"
CROS_SDK_HOST="cros-sdk-host"
CXXFLAGS="-O2 -pipe -mtune=generic"
DEFAULT_ABI="amd64"
DISTDIR="/mnt/host/source/.cache/distfiles"
DONT_MOUNT_BOOT="1"
EDITOR="/usr/bin/vim"
ELIBC="glibc"
EMERGE_DEFAULT_OPTS="--verbose --oneshot"
EMERGE_WARNING_DELAY="10"
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"
EPREFIX=""
EROOT="/"
ESYSROOT="/"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs buildpkg buildpkg-live clean-logs compressdebug config-protect-if-modified distlocks ebuild-locks fixlafiles multilib-strict news parallel-fetch parallel-install preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms splitdebug strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FETCHCOMMAND="wget -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
FETCHCOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
FETCHCOMMAND_SFTP="bash -c "x=\${2#sftp://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; eval \"declare -a ssh_opts=(\${3})\" ; exec sftp \${port:+-P \${port}} \"\${ssh_opts[@]}\" \"\${host}:/\${x#*/}\" \"\$1\"" sftp "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FETCHCOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
FFLAGS="-O2 -pipe"
GCC_SPECS=""
GENTOO_MIRRORS="     https://mirror.release.flatcar-linux.net/portage-stable/     https://mirror.release.flatcar-linux.net/coreos/     http://distfiles.gentoo.org/ "
GPG_VERIFY_GROUP_DROP="nogroup"
GPG_VERIFY_USER_DROP="nobody"
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"
GRUB_PLATFORMS="efi-64 pc xen"
HOME="/home/sdk"
HZ="100"
INFOPATH="/usr/share/info:/usr/share/gcc-data/x86_64-pc-linux-gnu/13/info:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.40/info:/usr/share/autoconf-2.71/info:/usr/share/automake-1.16.5/info"
INPUT_DEVICES="libinput"
INSTALL_MASK="   /usr/lib*/*.la   /etc/init.d /etc/conf.d   /usr/lib/debug/.build-id   /etc/acpi   /usr/share/portage/config/repos.conf "
IUSE_IMPLICIT="abi_x86_64 prefix prefix-guest prefix-stack"
KERNEL="linux"
LANG="C.UTF8"
LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text"
LC_MESSAGES="C"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LDFLAGS_amd64="-m elf_x86_64"
LDFLAGS_x32="-m elf32_x86_64"
LDFLAGS_x86="-m elf_i386"
LESS="-R -M --shift 5"
LESSCHARSET="utf-8"
LESSOPEN="|lesspipe %s"
LEX="flex"
LIBDIR_amd64="lib64"
LIBDIR_x32="libx32"
LIBDIR_x86="lib"
LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer"
LINGUAS="en"
LLVM_TARGETS="X86 AArch64"
LOGNAME="sdk"
LS_COLORS="rs=0:di=01;34:ln=01;36:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=01;05;37;41:mi=01;05;37;41:su=37;41:sg=30;43:ca=00:tw=30;42:ow=34;42:st=37;44:ex=01;32:*.tar=01;31:*.tgz=01;31:*.arc=01;31:*.arj=01;31:*.taz=01;31:*.lha=01;31:*.lz4=01;31:*.lzh=01;31:*.lzma=01;31:*.tlz=01;31:*.txz=01;31:*.tzo=01;31:*.t7z=01;31:*.zip=01;31:*.z=01;31:*.dz=01;31:*.gz=01;31:*.lrz=01;31:*.lz=01;31:*.lzo=01;31:*.xz=01;31:*.zst=01;31:*.tzst=01;31:*.bz2=01;31:*.bz=01;31:*.tbz=01;31:*.tbz2=01;31:*.tz=01;31:*.deb=01;31:*.rpm=01;31:*.jar=01;31:*.war=01;31:*.ear=01;31:*.sar=01;31:*.rar=01;31:*.alz=01;31:*.ace=01;31:*.zoo=01;31:*.cpio=01;31:*.7z=01;31:*.rz=01;31:*.cab=01;31:*.wim=01;31:*.swm=01;31:*.dwm=01;31:*.esd=01;31:*.avif=01;35:*.jpg=01;35:*.jpeg=01;35:*.mjpg=01;35:*.mjpeg=01;35:*.gif=01;35:*.bmp=01;35:*.pbm=01;35:*.pgm=01;35:*.ppm=01;35:*.tga=01;35:*.xbm=01;35:*.xpm=01;35:*.tif=01;35:*.tiff=01;35:*.png=01;35:*.svg=01;35:*.svgz=01;35:*.mng=01;35:*.pcx=01;35:*.mov=01;35:*.mpg=01;35:*.mpeg=01;35:*.m2v=01;35:*.mkv=01;35:*.webm=01;35:*.webp=01;35:*.ogm=01;35:*.mp4=01;35:*.m4v=01;35:*.mp4v=01;35:*.vob=01;35:*.qt=01;35:*.nuv=01;35:*.wmv=01;35:*.asf=01;35:*.rm=01;35:*.rmvb=01;35:*.flc=01;35:*.avi=01;35:*.fli=01;35:*.flv=01;35:*.gl=01;35:*.dl=01;35:*.xcf=01;35:*.xwd=01;35:*.yuv=01;35:*.cgm=01;35:*.emf=01;35:*.ogv=01;35:*.ogx=01;35:*.cfg=00;32:*.conf=00;32:*.diff=00;32:*.doc=00;32:*.ini=00;32:*.log=00;32:*.patch=00;32:*.pdf=00;32:*.ps=00;32:*.tex=00;32:*.txt=00;32:*.aac=00;36:*.au=00;36:*.flac=00;36:*.m4a=00;36:*.mid=00;36:*.midi=00;36:*.mka=00;36:*.mp3=00;36:*.mpc=00;36:*.ogg=00;36:*.ra=00;36:*.wav=00;36:*.oga=00;36:*.opus=00;36:*.spx=00;36:*.xspf=00;36:*~=00;90:*#=00;90:*.bak=00;90:*.old=00;90:*.orig=00;90:*.part=00;90:*.rej=00;90:*.swp=00;90:*.tmp=00;90:*.dpkg-dist=00;90:*.dpkg-old=00;90:*.ucf-dist=00;90:*.ucf-new=00;90:*.ucf-old=00;90:*.rpmnew=00;90:*.rpmorig=00;90:*.rpmsave=00;90:"
LUA_SINGLE_TARGET="lua5-4 lua5-1"
LUA_TARGETS="lua5-4 lua5-1"
MAKEOPTS="--jobs=24 --load-average=48"
MANPAGER="manpager"
MANPATH="/usr/local/share/man:/usr/share/man:/usr/share/gcc-data/x86_64-pc-linux-gnu/13/man:/usr/share/binutils-data/x86_64-pc-linux-gnu/2.40/man:/usr/lib/rust/man"
MULTILIB_ABIS="amd64"
MULTILIB_STRICT_DENY="64-bit.*shared object"
MULTILIB_STRICT_DIRS="/lib32 /lib /usr/lib32 /usr/lib /usr/kde/*/lib32 /usr/kde/*/lib /usr/qt/*/lib32 /usr/qt/*/lib /usr/X11R6/lib32 /usr/X11R6/lib"
MULTILIB_STRICT_EXEMPT="(perl5|gcc|binutils|eclipse-3|debug|portage|udev|systemd|clang|python-exec|llvm)"
OFFICE_IMPLEMENTATION="libreoffice"
OLDPWD="/home/sdk/trunk/src"
PAGER="/usr/bin/less"
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/local/bin:/usr/local/sbin"
PAX_MARKINGS="none"
PHP_TARGETS="php8-1"
PKGDIR="/var/lib/portage/pkgs"
PKG_INSTALL_MASK=" "
POLICY_TYPES="targeted mcs mls"
PORTAGE_ARCHLIST="alpha amd64 amd64-linux arm arm-linux arm64 arm64-linux arm64-macos hppa ia64 loong m68k mips ppc ppc-macos ppc64 ppc64-linux riscv riscv-linux s390 sparc x64-macos x64-solaris x86 x86-linux"
PORTAGE_BINHOST=" "
PORTAGE_BIN_PATH="/usr/lib/portage/python3.11"
PORTAGE_BUNZIP2_COMMAND="lbunzip2"
PORTAGE_BZIP2_COMMAND="lbzip2"
PORTAGE_COMPRESS_EXCLUDE_SUFFIXES="css gif htm[l]? jp[e]?g js pdf png"
PORTAGE_CONFIGROOT="/"
PORTAGE_DEBUG="0"
PORTAGE_DEPCACHEDIR="/var/cache/edb/dep"
PORTAGE_ELOG_CLASSES="log warn error"
PORTAGE_ELOG_MAILFROM="portage@localhost"
PORTAGE_ELOG_MAILSUBJECT="[portage] ebuild log for ${PACKAGE} on ${HOST}"
PORTAGE_ELOG_MAILURI="root"
PORTAGE_ELOG_SYSTEM="save_summary:log,warn,error,qa echo"
PORTAGE_FETCH_CHECKSUM_TRY_MIRRORS="5"
PORTAGE_FETCH_RESUME_MIN_SIZE="350K"
PORTAGE_GID="250"
PORTAGE_GPG_SIGNING_COMMAND="gpg --sign --digest-algo SHA256 --clearsign --yes --default-key "${PORTAGE_GPG_KEY}" --homedir "${PORTAGE_GPG_DIR}" "${FILE}""
PORTAGE_INST_GID="0"
PORTAGE_INST_UID="0"
PORTAGE_INTERNAL_CALLER="1"
PORTAGE_LOGDIR_CLEAN="find "${PORTAGE_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete"
PORTAGE_OVERRIDE_EPREFIX=""
PORTAGE_PYM_PATH="/usr/lib/python3.11/site-packages"
PORTAGE_PYTHONPATH="/usr/lib/python3.11/site-packages"
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_RSYNC_RETRIES="-1"
PORTAGE_SYNC_STALE="30"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_USERNAME="sdk"
PORTAGE_VERBOSE="1"
PORTAGE_WORKDIR_MODE="0755"
PORTAGE_XATTR_EXCLUDE="btrfs.* security.evm security.ima    security.selinux system.nfs4_acl user.apache_handler    user.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*"
PORT_LOGDIR="/var/log/portage"
POSTGRES_TARGETS="postgres15"
PROFILE_IS_HARDENED="1"
PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USE_EXPAND_IMPLICIT USE_EXPAND_UNPREFIXED USE_EXPAND_VALUES_ARCH USE_EXPAND_VALUES_ELIBC USE_EXPAND_VALUES_KERNEL"
PWD="/home/sdk/trunk/src/scripts"
PYTHONDONTWRITEBYTECODE="1"
PYTHON_SINGLE_TARGET="python3_11"
PYTHON_TARGETS="python3_11"
QEMU_LD_PREFIX="/build/arm64-usr/"
QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64"
QEMU_USER_TARGETS="aarch64"
RESUMECOMMAND="wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}""
RESUMECOMMAND_RSYNC="rsync -LtvP "${URI}" "${DISTDIR}/${FILE}""
RESUMECOMMAND_SSH="bash -c "x=\${2#ssh://} ; host=\${x%%/*} ; port=\${host##*:} ; host=\${host%:*} ; [[ \${host} = \${port} ]] && port= ; exec rsync --rsh=\"ssh \${port:+-p\${port}} \${3}\" -avP \"\${host}:/\${x#*/}\" \"\$1\"" rsync "${DISTDIR}/${FILE}" "${URI}" "${PORTAGE_SSH_OPTS}""
ROOT="/"
RPMDIR="/var/cache/rpm"
RUBY_TARGETS="ruby31"
SHELL="/bin/bash"
SHLVL="1"
SYMLINK_LIB="no"
SYSROOT="/"
TERM="xterm"
TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE="1"
UNINSTALL_IGNORE="/boot/dtbs/* /lib/modules/* /var/run /var/lock"
USE="acl amd64 bindist bzip2 cet cli cros_host crypt dri expat fips fortran gdbm hardened iconv ipv6 libtirpc man ncurses nls nptl pcre pie readline seccomp split-usr ssl ssp systemd test-rust udev 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" GRUB_PLATFORMS="efi-64 pc xen" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LLVM_TARGETS="X86 AArch64" LUA_SINGLE_TARGET="lua5-4 lua5-1" LUA_TARGETS="lua5-4 lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php8-1" POSTGRES_TARGETS="postgres15" PYTHON_SINGLE_TARGET="python3_11" PYTHON_TARGETS="python3_11" QEMU_SOFTMMU_TARGETS="x86_64 i386 aarch64" QEMU_USER_TARGETS="aarch64" RUBY_TARGETS="ruby31" 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"
USER="sdk"
USERLAND="GNU"
USE_EXPAND="ABI_MIPS ABI_S390 ABI_X86 ADA_TARGET ALSA_CARDS AMDGPU_TARGETS APACHE2_MODULES APACHE2_MPMS CALLIGRA_FEATURES CAMERAS COLLECTD_PLUGINS CPU_FLAGS_ARM CPU_FLAGS_PPC CPU_FLAGS_X86 CROS_WORKON_TREE CURL_SSL ELIBC FFTOOLS GO_VERSION GPSD_PROTOCOLS GRUB_PLATFORMS INPUT_DEVICES KERNEL L10N LCD_DEVICES LIBREOFFICE_EXTENSIONS LLVM_TARGETS LUA_SINGLE_TARGET LUA_TARGETS MONKEYD_PLUGINS NGINX_MODULES_HTTP NGINX_MODULES_MAIL NGINX_MODULES_STREAM OFFICE_IMPLEMENTATION OPENMPI_FABRICS OPENMPI_OFED_FEATURES OPENMPI_RM PHP_TARGETS POSTGRES_TARGETS PYTHON_SINGLE_TARGET PYTHON_TARGETS QEMU_SOFTMMU_TARGETS QEMU_USER_TARGETS ROS_MESSAGES RUBY_TARGETS SANE_BACKENDS TESTS UWSGI_PLUGINS VIDEO_CARDS VOICEMAIL_STORAGE XTABLES_ADDONS"
USE_EXPAND_HIDDEN="ABI_MIPS ABI_S390 ABI_X86 CPU_FLAGS_ARM CPU_FLAGS_PPC CROS_WORKON_TREE ELIBC KERNEL"
USE_EXPAND_IMPLICIT="ARCH ELIBC KERNEL"
USE_EXPAND_UNPREFIXED="ARCH"
USE_EXPAND_VALUES_ARCH="alpha amd64 amd64-linux arm arm64 arm64-macos hppa ia64 loong m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc x64-macos x64-solaris x86 x86-linux"
USE_EXPAND_VALUES_ELIBC="bionic Darwin glibc mingw musl SunOS"
USE_EXPAND_VALUES_KERNEL="Darwin linux SunOS"
USE_ORDER="env:pkg:conf:defaults:pkginternal:features:repo:env.d"
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"
ac_cv_c_undeclared_builtin_options="none needed"
enable_year2038="no"
gl_cv_compiler_check_decl_option="-Werror=implicit-function-declaration"

Back to top
View user's profile Send private message
jprins
n00b
n00b


Joined: 14 Dec 2023
Posts: 6

PostPosted: Thu Dec 14, 2023 8:43 pm    Post subject: Problem solved, at least part of it. Reply with quote

Hello,

After your remarkts that it was not a blocked package in the way i thought it was, I started digging a little deeper, and discovered that it was just a dependency error which I didn't see because I was distracted by the other message.
I have some more digging to do and for that I have to be with the people that do Flatcar.

Thanks.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum