Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[gelöst] unlösbare (?) Konflikte beim Update
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2  
Reply to topic    Gentoo Forums Forum Index Deutsches Forum (German)
View previous topic :: View next topic  
Author Message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1358
Location: Eppingen, Germany

PostPosted: Tue Dec 17, 2019 10:45 am    Post subject: Reply with quote

Ein Eintrag in package.use, der im Laufe der Ursachenforschung entstnad und übersehen wurde....

Damit wäre das auch erledigt. emerge -auDNtv --changed-use --with-bdeps y world bring tnichts mehr zu Tage...

Vielen Dank für Eure Hilfe

uhai

AKTUALISIERUNG:

er ist wieder da!:
Code:
''

WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
''
dev-libs/libpcre2:0
''
(dev-libs/libpcre2-10.33-r1:0/0::gentoo, ebuild scheduled for merge) conflicts with
dev-libs/libpcre2[pcre16,unicode] required by (dev-qt/qtcore-5.12.5-r1:5/5.12::gentoo, installed)                                                                                                                                           
^^^^^^
''


Gleichzeitig bekomme ich wieder keine Ausgabe mehr für emerge -pvO =dev-libs/libpcre2-10.33-r1 :
Code:
After8 ~ # emerge -pvO =dev-libs/libpcre2-10.33-r1
After8 ~ # zsh: dev-libs/libpcre2-10.33-r1 not found


Scheint aber installiert zu sein:
Code:
eix libpcre2                   
[I] dev-libs/libpcre2
     Verfügbare Versionen:   10.32 10.33-r1 ~10.34 {bzip2 +jit libedit pcre16 pcre32 +readline +recursion-limit split-usr static-libs unicode zlib ABI_MIPS="n32 n64 o32" ABI_RISCV="lp64 lp64d" ABI_S390="32 64" ABI_X86="32 64 x32"}                                                                                                                                                     
     Installierte Versionen: 10.33-r1(20:50:19 03.11.2019)(bzip2 jit pcre16 readline recursion-limit split-usr unicode zlib -libedit -pcre32 -static-libs ABI_MIPS="-n32 -n64 -o32" ABI_RISCV="-lp64 -lp64d" ABI_S390="-32 -64" ABI_X86="64 -32 -x32")                                                                                                                                     
     Startseite:             http://www.pcre.org/
     Beschreibung:           Perl-compatible regular expression library


??? uhai ???
Back to top
View user's profile Send private message
Josef.95
Advocate
Advocate


Joined: 03 Sep 2007
Posts: 4570
Location: Germany

PostPosted: Thu Dec 19, 2019 4:05 am    Post subject: Reply with quote

Huh, gleiches Spiel wie vorher :)
Schau bitte via
Code:
emerge -pvO "=dev-libs/libpcre2-10.33-r1"
mit welchen Flags gebaut werden würde.
Beachte bitte, mit deiner spezial zsh Shell brauchst du die Anführungszeichen.

=dev-libs/libpcre2-10.33-r1
vs
"=dev-libs/libpcre2-10.33-r1"

Alternativ sollte es auch auf ner Linux Textkonsole (tty) mit der default bash Shell funktionieren.
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1358
Location: Eppingen, Germany

PostPosted: Thu Dec 19, 2019 10:12 am    Post subject: Reply with quote

Hallo Josef.95,

das war ein Eintrag in den package.use/* der eigentlich auskommentiert war mit "#". Nachdem ich diese Zeile komplett gelöscht habe ging das emerge -auDNtv --changed-use --with-bdeps y world durch. Allerdings brach das ab mit einer Fehlermeldung bei qtwebkit, die ich vermutlich in diesem ninja: build stopped: subcommand failed beschrieben ist. Dort wird empfohlen Makeopts=j1 zu setzen, das probiere ich gerade aus. (Läuft sehr langsam...). leider nicht geklappt:

Code:
/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/work/qtwebkit-5.212.0-alpha3/Source/WebCore/bindings/js/DOMWrapperWorld.h:46:125:   required from here
/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/work/qtwebkit-5.212.0-alpha3/Source/WTF/wtf/HashTable.h:717:5: internal compiler error: Segmentation fault
  717 |     }
      |     ^
Please submit a full bug report,
with preprocessed source if appropriate.
See <https://bugs.gentoo.org/> for instructions.
ninja: build stopped: subcommand failed.
 * ERROR: dev-qt/qtwebkit-5.212.0_pre20190629::gentoo failed (compile phase):
 *   ninja -v -j1 -l0 failed
 *
 * Call stack:
 *     ebuild.sh, line  125:  Called src_compile
 *   environment, line 3625:  Called cmake-utils_src_compile
 *   environment, line 1283:  Called cmake-utils_src_make
 *   environment, line 1464:  Called _cmake_ninja_src_make
 *   environment, line  561:  Called eninja
 *   environment, line 1765:  Called die
 * The specific snippet of code:
 *       "$@" || die "${nonfatal_args[@]}" "${*} failed"
 *
 * If you need support, post the output of `emerge --info '=dev-qt/qtwebkit-5.212.0_pre20190629::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=dev-qt/qtwebkit-5.212.0_pre20190629::gentoo'`.
 * The complete build log is located at '/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/temp/build.log'.
 * The ebuild environment file is located at '/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/temp/environment'.
 * Working directory: '/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/work/qtwebkit-5.212.0_pre20190629_build'
 * S: '/tmp/portage/dev-qt/qtwebkit-5.212.0_pre20190629/work/qtwebkit-5.212.0-alpha3'


Was das alles mit libpcre2 zu tun hat und warum das Löschen der auskommentierte Zeile im package.use den Block beseitigt hat ist mir allerdings noch nicht klar.

emerge -pvO "=dev-libs/libpcre2-10.33-r1":

Code:
 emerge -pvO "=dev-libs/libpcre2-10.33-r1"

These are the packages that would be merged, in order:

[ebuild   R    ] dev-libs/libpcre2-10.33-r1::gentoo  USE="bzip2 jit readline recursion-limit (split-usr) unicode zlib -libedit -pcre16* -pcre32 -static-libs" ABI_X86="(64) -32 (-x32)" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB


USE=-pcre16 habe ich nicht gesetzt:
Code:
/home/uhai/ grep 'pcre' /etc/portage/package.use/*   
/etc/portage/package.use/libpcre:dev-libs/libpcre abi_x86_32


Code:
/home/uhai/ euse -I pcre16
global use flags (searching: pcre16)
************************************************************
grep: /var/lib/layman/lua/profiles/use.desc: Datei oder Verzeichnis nicht gefunden
grep: /usr/local/portage/profiles/use.desc: Datei oder Verzeichnis nicht gefunden
no matching entries found

local use flags (searching: pcre16)
************************************************************
[-      ] pcre16 (dev-libs/libpcre):
Build PCRE library for 16 bit characters (e.g. UTF-16).

[-      ] pcre16 (dev-libs/libpcre2):
Build PCRE library for 16 bit characters (e.g. UTF-16).


Anscheinend ist meine Annahme falsch, dass dieses USE im Profil gesetzt wird. Offensichtlich muss ich das aktivieren. Das habe ich als nächstes versucht. Führt zu einem reemerge von qtwebkit, das ja abbricht.
(Die dämlichen Escape-Codes, die die portage-Ausgabe verunzieren machen das auch nicht übersichtlicher)

Code:
 emerge -auDNtv --with-bdeps y --changed-use --backtrack=30 world

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild  rR    ] dev-qt/qtwebkit-5.212.0_pre20190629:5/5.212::gentoo  USE="X geolocation hyphen multimedia opengl orientation printsupport webp -gles2 -gstreamer -jit -nsplugin -qml" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB


uhai
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Thu Dec 19, 2019 10:31 am    Post subject: Reply with quote

Ich hatte doch schon geschrieben, dass das über das desktop profile gesetzt wird, ebenso Joseph.95 (für ein paar Minuten).
Ein vollständiges emerge --info wäre da nicht schlecht.
Wenn du ein desktop profile verwendest könnte sich ein -pcre16 auch noch in anderen Dateien verstecken.
Code:
grep -r pcre /etc/portage


Wg. webkit: Wie viel Arbeitsspeicher (RAM) hat der Rechner?
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1358
Location: Eppingen, Germany

PostPosted: Thu Dec 19, 2019 11:08 am    Post subject: Reply with quote

Hallo Franzf,

inzwischen bin ich etwas verwirrt: brauche ich das pcre16 jetzt oder nicht?

Momentan ist es deaktiviert:
Code:
euse -i pcre16
global use flags (searching: pcre16)
************************************************************
no matching entries found

local use flags (searching: pcre16)
************************************************************
[-      ] pcre16
    dev-libs/libpcre: Build PCRE library for 16 bit characters (e.g.
    UTF-16).
        [-  ] (3) 8.41-r1 [gentoo]
        [-  ] (3) 8.42 [gentoo]
        [-  ] (3) 8.43 [gentoo]

[-      ] pcre16
    dev-libs/libpcre2: Build PCRE library for 16 bit characters (e.g.
    UTF-16).
        [+P ] 10.32 [gentoo]
        [+P ] 10.33-r1 [gentoo]
        [+P ] 10.34 [gentoo]

Die vorletzte Zeile für Version 10.33-r1 zeigt aber "[+P ]" - was soll das bedeuten? Brauche ich es doch für libpcre2?

Code:
grep -r pcre /etc/portage
/etc/portage/package.use/libpcre:dev-libs/libpcre abi_x86_32
/etc/portage/package.use/libpcre:dev-libs/libpcre2 pcre16

Sollte also gesetzt sein, wird aber von euse als nicht aktiv gezeigt??? Wie kann ich die profile-Einstellungen auslesen?

Hier ist die emerge --info-Ausgabe:
emerge --info
Portage 2.3.79 (python 3.6.9-final-0, default/linux/amd64/17.0/systemd, gcc-9.2.0, glibc-2.29-r7, 4.19.86-gentoo x86_64)
=================================================================
System uname: Linux-4.19.86-gentoo-x86_64-AMD_FX-tm-8350_Eight-Core_Processor-with-gentoo-2.6
KiB Mem: 32901640 total, 13981416 free
KiB Swap: 524284 total, 523004 free
Timestamp of repository gentoo: Thu, 19 Dec 2019 09:00:01 +0000
Head commit of repository gentoo: 2410e9ccf95f28ae4f82e87d5995f6553be8f21d
sh bash 4.4_p23-r1
ld GNU ld (Gentoo 2.32 p2) 2.32.0
app-shells/bash: 4.4_p23-r1::gentoo
dev-java/java-config: 2.2.0-r4::gentoo
dev-lang/perl: 5.30.1::gentoo
dev-lang/python: 2.7.17::gentoo, 3.6.9::gentoo
dev-util/cmake: 3.14.6::gentoo
dev-util/pkgconfig: 0.29.2::gentoo
sys-apps/baselayout: 2.6-r1::gentoo
sys-apps/sandbox: 2.13::gentoo
sys-devel/autoconf: 2.13-r1::gentoo, 2.69-r4::gentoo
sys-devel/automake: 1.13.4-r2::gentoo, 1.16.1-r1::gentoo
sys-devel/binutils: 2.32-r1::gentoo
sys-devel/gcc: 9.2.0-r2::gentoo
sys-devel/gcc-config: 2.1::gentoo
sys-devel/libtool: 2.4.6-r3::gentoo
sys-devel/make: 4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.19::gentoo (virtual/os-headers)
sys-libs/glibc: 2.29-r7::gentoo
Repositories:

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

mein-repo
location: /usr/local/portage
masters: gentoo

lua
location: /var/lib/layman/lua
sync-type: laymansync
sync-uri: https://anongit.gentoo.org/git/proj/lua.git
masters: gentoo
priority: 50

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/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/php/apache2-php7.3/ext-active/ /etc/php/cgi-php7.3/ext-active/ /etc/php/cli-php7.3/ext-active/ /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=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
ENV_UNSET="DBUS_SESSION_BUS_ADDRESS DISPLAY GOBIN 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 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 sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ rsync://mirror.netcologne.de/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.halifax.rwth-aachen.de/gentoo/ ftp://ftp.halifax.rwth-aachen.de/gentoo/ rsync://ftp.halifax.rwth-aachen.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://ftp-stud.hs-esslingen.de/gentoo/ http://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="de_DE de"
MAKEOPTS="-j9"
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="/tmp"
USE="X a52 aac acl alsa amd64 berkdb bzip2 cdda cddb cdr clamav cli crypt cups cxx dga dri dts dvd dvdr exif ffmpeg flac foomaticdb fortran gdbm gif gphoto2 heif iconv icu ipv6 jbig jpeg jpeg2k lcms lensfun libtirpc lisp mmx mp3 mp4 mpeg multilib ncurses nls nptl nvidia ogg opengl openmp pam pcre php png qt5 raw readline scanner seccomp split-usr sse sse2 ssl svg systemd tcpd theora threads tiff truetype udev unicode v4l vcd vdpau vim-syntax webp wmf xattr xine xv xvid xvms zlib" ABI_X86="64" ADA_TARGET="gnat_2018" 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="bindist mmx 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" INPUT_DEVICES="evdev wacom" KERNEL="linux" L10N="de" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" NETBEANS_MODULES="apisupport cnd groovy gsf harness ide identity j2ee java mobility nb php profiler soa visualweb webcommon websvccommon xml" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php-7" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" RUBY_TARGETS="ruby24 ruby25" SANE_BACKENDS="hp" USERLAND="GNU" VIDEO_CARDS="nvidia" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset: CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
[/code]
Da steht es nicht dabei....

Fast vergessen - der Speicher:
Code:
 free
              gesamt       benutzt     frei      gemns.  Puffer/Cache verfügbar
Speicher:    32901640     8560904    13913588      901224    10427148    23109468
Swap:        524284        1280      523004


uhai
[code]
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Fri Dec 20, 2019 6:02 am    Post subject: Reply with quote

Du bist also NICHT auf nem desktop Profil. Wie bereits geschrieben: Nur auf einem desktop Profil wird das pcre16 USE Flag gesetzt, ansonsten muss das über package.use gemacht werden.

Und du bist noch auf dem 17.0er Profil, auf dich wartet noch ein deftiger Brocken bei der Umstellung auf 17.1 - UNBEDINGT DIE NEWS LESEN! -> eselect news -> da ist mehr zu tun als profile link umbiegen.

Wegen webkit kann ich nix sagen. Hab vor langer Zeit alles deaktiviert was webkit-gtk/qtwebkit/qtwebengine braucht. Selbst auf der 8GB Maschine meines Vaters kam es zu Problemen.
Du hast scheinbar 32GB, sieht nach ausreichend Speicher aus. Du kannst ja mal top o.Ä. nebenher laufen lassen um zu schauen, ob beim Abbruch des emerge übermäßig Speicher verbraucht wird...
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1358
Location: Eppingen, Germany

PostPosted: Fri Dec 20, 2019 7:50 am    Post subject: Reply with quote

OK, das USE pcre16 habe ich gestern gesetzt, heute morgen lief das update problemlos durch. Vielen Dank für Deine Geduld...

Den profile-Wechsel habe ich aus Zeitmangel verdrängt. An die news kann ich mich erinnern, damals war mir das zu heikel und dann habe ich das vergessen. Bei der profil-Wahl bin nich auch unschlüssig.... Ich verwende bisher systemd & fluxbox, das soll auch so bleiben. Also eher desktop mit plasma oder gtk? Oder wieder systemd?

uhai
Back to top
View user's profile Send private message
franzf
Advocate
Advocate


Joined: 29 Mar 2005
Posts: 4565

PostPosted: Fri Dec 20, 2019 8:06 am    Post subject: Reply with quote

Ich verwende default/linux/amd64/17.1/desktop
Hab eigentlich awesomeWM, aber für unfreakige Leute hab ich auch plasma installiert, geht problemlos.
Alles mit systemd.
Kannst also auch auf dem systemd bleiben und nen desktop verwenden ;) Für manche Sachen braucht es halt Anpassungen.
Back to top
View user's profile Send private message
uhai
Veteran
Veteran


Joined: 23 Aug 2007
Posts: 1358
Location: Eppingen, Germany

PostPosted: Fri Dec 20, 2019 8:36 am    Post subject: Reply with quote

ok, dann mach ich mal ein Backup und wechsel dann das profil. Vielen Dank für Deine Hilfe, vermutlich mache ich bald einen neuen Thread auf... ;-)

uhai
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
Goto page Previous  1, 2
Page 2 of 2

 
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