Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst]sys-fs/cryfs-0.10.2-r1 bricht Re-Installation ab
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

 
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
ManfredB
Veteran
Veteran


Joined: 27 Dec 2007
Posts: 1609

PostPosted: Wed Oct 13, 2021 7:34 am    Post subject: [gelöst]sys-fs/cryfs-0.10.2-r1 bricht Re-Installation ab Reply with quote

Hallo zusammen,

eben lasse ich gentoo-stable (systemd) aktualisieren:
3 Pakete, 2 sind installiert, Nr. 3 bricht ab.
Es geht dabei offensichtlich nur um eine Änderung der USE-Flags: -debug --test.

Code:

Messages for package sys-fs/cryfs-0.10.2-r1:

 * ERROR: sys-fs/cryfs-0.10.2-r1::gentoo failed (compile phase):
 *   ninja -v -j6 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 3558:  Called cmake_src_compile
 *   environment, line 1441:  Called cmake_build
 *   environment, line 1410:  Called eninja
 *   environment, line 1917:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=sys-fs/cryfs-0.10.2-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-fs/cryfs-0.10.2-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/work/cryfs-0.10.2_build'
 * S: '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/work'

 * GNU info directory index is up-to-date.
 * After world updates, it is important to remove obsolete packages with
 * emerge --depclean. Refer to `man emerge` for more information.


Das Ende der build.log:
Code:

In file included from ../src/cpp-utils/data/../assert/AssertFailed.h:7,
                 from ../src/cpp-utils/data/../assert/assert.h:11,
                 from ../src/cpp-utils/data/FixedSizeData.h:8,
                 from ../src/blockstore/utils/IdWrapper.h:6,
                 from ../src/blockstore/utils/BlockId.h:5,
                 from ../src/blockstore/interface/Block.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataInnerNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.cpp:1:
../src/cpp-utils/random/../data/Data.h:82:28: note: declared here
   82 |   DISALLOW_COPY_AND_ASSIGN(Data);
      |                            ^~~~
../src/cpp-utils/data/../assert/../macros.h:12:3: note: in definition of macro ‘DISALLOW_COPY_AND_ASSIGN’
   12 |   Class(const Class &rhs) = delete;            \
      |   ^~~~~
In file included from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataInnerNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.cpp:1:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:84:108: warning: unused parameter ‘formatVersion’ [-Wunused-parameter]
   84 |   static DataNodeView overwrite(blockstore::BlockStore *blockStore, const DataNodeLayout &layout, uint16_t formatVersion, uint8_t depth, uint32_t size, const blockstore::BlockId &blockId, cpputils::Data data) {
      |                                                                                                   ~~~~~~~~~^~~~~~~~~~~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:84:131: warning: unused parameter ‘depth’ [-Wunused-parameter]
   84 |   static DataNodeView overwrite(blockstore::BlockStore *blockStore, const DataNodeLayout &layout, uint16_t formatVersion, uint8_t depth, uint32_t size, const blockstore::BlockId &blockId, cpputils::Data data) {
      |                                                                                                                           ~~~~~~~~^~~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:84:147: warning: unused parameter ‘size’ [-Wunused-parameter]
   84 |   static DataNodeView overwrite(blockstore::BlockStore *blockStore, const DataNodeLayout &layout, uint16_t formatVersion, uint8_t depth, uint32_t size, const blockstore::BlockId &blockId, cpputils::Data data) {
      |                                                                                                                                          ~~~~~~~~~^~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘uint16_t blobstore::onblocks::datanodestore::DataNodeView::FormatVersion() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:94:54: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
   94 |     return cpputils::deserializeWithOffset<uint16_t>(_block->data(), DataNodeLayout::FORMAT_VERSION_OFFSET_BYTES);
      |                                                      ^~~~~~
      |                                                      block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘void blobstore::onblocks::datanodestore::DataNodeView::setFormatVersion(uint16_t)’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:98:5: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
   98 |     _block->write(&value, DataNodeLayout::FORMAT_VERSION_OFFSET_BYTES, sizeof(value));
      |     ^~~~~~
      |     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘uint8_t blobstore::onblocks::datanodestore::DataNodeView::Depth() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:102:53: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  102 |     return cpputils::deserializeWithOffset<uint8_t>(_block->data(), DataNodeLayout::DEPTH_OFFSET_BYTES);
      |                                                     ^~~~~~
      |                                                     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘void blobstore::onblocks::datanodestore::DataNodeView::setDepth(uint8_t)’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:106:5: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  106 |     _block->write(&value, DataNodeLayout::DEPTH_OFFSET_BYTES, sizeof(value));
      |     ^~~~~~
      |     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘uint32_t blobstore::onblocks::datanodestore::DataNodeView::Size() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:110:54: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  110 |     return cpputils::deserializeWithOffset<uint32_t>(_block->data(), DataNodeLayout::SIZE_OFFSET_BYTES);
      |                                                      ^~~~~~
      |                                                      block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘void blobstore::onblocks::datanodestore::DataNodeView::setSize(uint32_t)’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:114:5: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  114 |     _block->write(&value, DataNodeLayout::SIZE_OFFSET_BYTES, sizeof(value));
      |     ^~~~~~
      |     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘const void* blobstore::onblocks::datanodestore::DataNodeView::data() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:118:40: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  118 |     return static_cast<const uint8_t*>(_block->data()) + DataNodeLayout::HEADERSIZE_BYTES;
      |                                        ^~~~~~
      |                                        block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘void blobstore::onblocks::datanodestore::DataNodeView::write(const void*, uint64_t, uint64_t)’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:122:5: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  122 |     _block->write(source, offset + DataNodeLayout::HEADERSIZE_BYTES, size);
      |     ^~~~~~
      |     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘blobstore::onblocks::datanodestore::DataNodeLayout blobstore::onblocks::datanodestore::DataNodeView::layout() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:126:27: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  126 |     return DataNodeLayout(_block->size());
      |                           ^~~~~~
      |                           block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘cpputils::unique_ref<blockstore::Block> blobstore::onblocks::datanodestore::DataNodeView::releaseBlock()’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:130:22: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  130 |     return std::move(_block);
      |                      ^~~~~~
      |                      block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘const blockstore::Block& blobstore::onblocks::datanodestore::DataNodeView::block() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:134:13: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  134 |     return *_block;
      |             ^~~~~~
      |             block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘const BlockId& blobstore::onblocks::datanodestore::DataNodeView::blockId() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:138:12: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  138 |     return _block->blockId();
      |            ^~~~~~
      |            block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: In member function ‘void blobstore::onblocks::datanodestore::DataNodeView::flush() const’:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:142:5: error: ‘_block’ was not declared in this scope; did you mean ‘block’?
  142 |     _block->flush();
      |     ^~~~~~
      |     block
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h: At global scope:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:156:43: error: invalid declarator before ‘_block’
  156 |   cpputils::unique_ref<blockstore::Block> _block;
      |                                           ^~~~~~
In file included from ../src/cpp-utils/data/../assert/AssertFailed.h:7,
                 from ../src/cpp-utils/data/../assert/assert.h:11,
                 from ../src/cpp-utils/data/FixedSizeData.h:8,
                 from ../src/blockstore/utils/IdWrapper.h:6,
                 from ../src/blockstore/utils/BlockId.h:5,
                 from ../src/blockstore/interface/Block.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataInnerNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.cpp:1:
../src/cpp-utils/data/../assert/../macros.h:12:9: error: expected unqualified-id before ‘const’
   12 |   Class(const Class &rhs) = delete;            \
      |         ^~~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:158:3: note: in expansion of macro ‘DISALLOW_COPY_AND_ASSIGN’
  158 |   DISALLOW_COPY_AND_ASSIGN(DataNodeView);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
../src/cpp-utils/data/../assert/../macros.h:12:9: error: expected ‘)’ before ‘const’
   12 |   Class(const Class &rhs) = delete;            \
      |        ~^~~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:158:3: note: in expansion of macro ‘DISALLOW_COPY_AND_ASSIGN’
  158 |   DISALLOW_COPY_AND_ASSIGN(DataNodeView);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
../src/cpp-utils/data/../assert/../macros.h:13:10: error: ‘blobstore::onblocks::datanodestore::DataNodeView& blobstore::onblocks::datanodestore::operator=(const blobstore::onblocks::datanodestore::DataNodeView&)’ must be a non-static member function
   13 |   Class &operator=(const Class &rhs) = delete;
      |          ^~~~~~~~
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:158:3: note: in expansion of macro ‘DISALLOW_COPY_AND_ASSIGN’
  158 |   DISALLOW_COPY_AND_ASSIGN(DataNodeView);
      |   ^~~~~~~~~~~~~~~~~~~~~~~~
In file included from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataInnerNode.h:5,
                 from ../src/blobstore/implementations/onblocks/datanodestore/DataNode.cpp:1:
../src/blobstore/implementations/onblocks/datanodestore/DataNodeView.h:164:1: error: expected declaration before ‘}’ token
  164 | }
      | ^
[113/188] /usr/bin/x86_64-pc-linux-gnu-g++ -DBOOST_ALL_NO_LIB -DBOOST_CHRONO_DYN_LINK -DBOOST_FILESYSTEM_DYN_LINK -DBOOST_SYSTEM_DYN_LINK -DBOOST_THREAD_DYN_LINK -DBOOST_THREAD_VERSION=4 -I../src -isystem ../vendor/spdlog  -march=native -O2 -pipe -DNDEBUG -Wall -Wextra -Wold-style-cast -Wcast-align -Wno-maybe-uninitialized -std=gnu++14 -MD -MT src/blockstore/CMakeFiles/blockstore.dir/implementations/mock/MockBlock.cpp.o -MF src/blockstore/CMakeFiles/blockstore.dir/implementations/mock/MockBlock.cpp.o.d -o src/blockstore/CMakeFiles/blockstore.dir/implementations/mock/MockBlock.cpp.o -c ../src/blockstore/implementations/mock/MockBlock.cpp
ninja: build stopped: subcommand failed.
 * ERROR: sys-fs/cryfs-0.10.2-r1::gentoo failed (compile phase):
 *   ninja -v -j6 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 3558:  Called cmake_src_compile
 *   environment, line 1441:  Called cmake_build
 *   environment, line 1410:  Called eninja
 *   environment, line 1917:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=sys-fs/cryfs-0.10.2-r1::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-fs/cryfs-0.10.2-r1::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/work/cryfs-0.10.2_build'
 * S: '/var/tmp/portage/sys-fs/cryfs-0.10.2-r1/work'


emerge-info:
Code:

emerge --info
Portage 3.0.20 (python 3.9.6-final-0, default/linux/amd64/17.1/desktop/plasma/systemd, gcc-11.2.0, glibc-2.33-r1, 5.14.11-gentoo-dist x86_64)
=================================================================
System uname: Linux-5.14.11-gentoo-dist-x86_64-AMD_Ryzen_7_3700X_8-Core_Processor-with-glibc2.33
KiB Mem:    16296868 total,  13145844 free
KiB Swap:    4435964 total,   4435964 free
Timestamp of repository gentoo: Wed, 13 Oct 2021 07:06:40 +0000
Head commit of repository gentoo: 20656d2795312d304b9e97b952dfada3ebb5e2f2

sh bash 5.1_p8
ld GNU ld (Gentoo 2.37_p1 p0) 2.37
app-shells/bash:          5.1_p8::gentoo
dev-lang/perl:            5.34.0-r2::gentoo
dev-lang/python:          3.9.6_p2::gentoo
dev-lang/rust-bin:        1.53.0::gentoo
dev-util/cmake:           3.20.5::gentoo
sys-apps/baselayout:      2.7::gentoo
sys-apps/sandbox:         2.24::gentoo
sys-devel/autoconf:       2.13-r1::gentoo, 2.71-r1::gentoo
sys-devel/automake:       1.16.4::gentoo
sys-devel/binutils:       2.37_p1::gentoo
sys-devel/gcc:            11.2.0::gentoo
sys-devel/gcc-config:     2.4::gentoo
sys-devel/libtool:        2.4.6-r6::gentoo
sys-devel/make:           4.3::gentoo
sys-kernel/linux-headers: 5.10::gentoo (virtual/os-headers)
sys-libs/glibc:           2.33-r1::gentoo
Repositories:

gentoo
    location: /gsy/var/db/repos/gentoo
    sync-type: git
    sync-uri: https://github.com/gentoo-mirror/gentoo
    priority: -1000

ACCEPT_KEYWORDS="amd64"
ACCEPT_LICENSE="@FREE"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /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"
CXXFLAGS="-march=native -O2 -pipe"
DISTDIR="/gsyd/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--quiet-build=y"
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="-march=native -O2 -pipe"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-march=native -O2 -pipe"
GENTOO_MIRRORS="ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp.snt.utwente.nl/pub/os/linux/gentoo"
LANG="de_DE.UTF-8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j6"
PKGDIR="/gsy/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 a52 aac acl acpi activities alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus declarative dri dts dvd dvdr emboss encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg kde kipi kwallet lcms libglvnd libnotify libtirpc mad mng mp3 mp4 mpeg multilib ncurses nls nptl ogg opengl openmp pam pango pcre pdf plasma png policykit ppds qml qt5 readline sdl seccomp semantic-desktop spell split-usr ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xml xv xvid zlib" ABI_X86="64" ADA_TARGET="gnat_2019" 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="evdev keyboard mouse" KERNEL="linux" L10N="de" 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-3 php7-4" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_9" PYTHON_TARGETS="python3_9" RUBY_TARGETS="ruby26 ruby27" USERLAND="GNU" VIDEO_CARDS="nouveau" 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:  CC, CPPFLAGS, CTARGET, CXX, INSTALL_MASK, LC_ALL, LINGUAS, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RUSTFLAGS


Hat jemand eine Idee, was da passiert ist?
Ich kann das nicht interpretieren.

Danke im voraus für Hilfe.

Gruß
Manfred


Last edited by ManfredB on Wed Oct 13, 2021 2:16 pm; edited 1 time in total
Back to top
View user's profile Send private message
pietinger
Moderator
Moderator


Joined: 17 Oct 2006
Posts: 4148
Location: Bavaria

PostPosted: Wed Oct 13, 2021 8:54 am    Post subject: Reply with quote

Das scheint wohl ein Bug zu sein. Es gibt einen englischen Thread:
https://forums.gentoo.org/viewtopic-t-1143738-highlight-.html
in dem unsere @fedeliallalinea einen Link auf den Bug-Report gab:
https://bugs.gentoo.org/789366
Back to top
View user's profile Send private message
ManfredB
Veteran
Veteran


Joined: 27 Dec 2007
Posts: 1609

PostPosted: Wed Oct 13, 2021 9:24 am    Post subject: Reply with quote

Auf der bug-Seite hatte ich schon nachgeschaut.

Aber dort ist keine Lösung angeboten.

Daß so etwas in gentoo-stable (systemd) vorkommt, ist schon auffallend,
denn sonst melde ich mich mit derartigen Problemen fast immer bei gentoo-unstable (systemd).

Fazit: ich muss abwarten, bis das Problem gelöst ist.

Danke aber für die Hinweise.

Gruß
Manfred

P.S. Ich bin gerade dabei, gentoo-stable (systemd) neu zu installieren, um festzustellen, ob bei der Installation von
kde-plasma/plasma-meta
genau dieser Bug wieder auftaucht oder nicht.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8936

PostPosted: Wed Oct 13, 2021 10:47 am    Post subject: Reply with quote

Der verlinkte Bug ist ein Stabilisierungsbug für eine neuere Version als aktuell in stable, bei der amd64 noch hinterher hinkt. Die Lösung ist demnach ein entsprechender Eintrag in package.accept_keywords um diese neuere Version für ein stable System freizuschalten.

Die alte Version ist schlicht nicht mehr kompatibel mit dem gerade stabilisierten GCC-11.
Back to top
View user's profile Send private message
ManfredB
Veteran
Veteran


Joined: 27 Dec 2007
Posts: 1609

PostPosted: Wed Oct 13, 2021 1:10 pm    Post subject: Reply with quote

Hallo asturm!

Vielen Dank für diesen Hinweis und Tipp.

Das werde ich sofort tun, denn auch bei der Neuinstallation ist das Ende bei cryfs,

Gruß
Manfred
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German) 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