Re: [gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Tom H
On Sat, Mar 21, 2015 at 1:21 PM, Daniel Frey djqf...@gmail.com wrote: I also noticed this in the USE flags for systemd: - - sysv-utils : Install sysvinit compatibility symlinks and manpages for init, telinit, halt, poweroff, reboot, runlevel, and shutdown Should I enable

[gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread allan gottlieb
I have a question on this news item. I use systemd (gnome3) on a gentoo stable system. eix reports that sys-apps/systemd-236-r5 is installed But euse -I sysv-utils reports no matching entries found Is something wrong? I do *not* have sys-apps/sysvinit, sys-apps/openrc, or net-misc

Re: [gentoo-user] Safe systemd "reload" command

2016-06-06 Thread Tom H
On Sun, Jun 5, 2016 at 9:23 AM, J. <jyo.gar...@gmail.com> wrote: > > SYSTEMD_INIT_PID=`pgrep -o -U 0 systemd` Doesn't systemd call "init" rather "systemd" if you use the "sysv-utils" flag?

Re: [gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-11 Thread Rich Freeman
erged that because it was a blocker for systemd[sysv-utils]. Portage doesn't remove non-blocking packages unless you run emerge --depclean. -- Rich

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 13:49, cov...@ccs.covici.com wrote: >> A clue is in the ebuilds for systemd: >> > >> > sysv-utils? ( >> > !sys-apps/systemd-sysv-utils >> > !sys-apps/sysvinit ) >> > >> > That's a ha

Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread Helmut Jarausch
this, as well. I think this is due to a change in a USE flag for systemd (+sysv-utils). Therefore, I have added sys-apps/systemd openrc python_targets_python2_7 abi_x86_32 -sysv-utils to /etc/portage/package.use With this, both, openrc and systemd build just fine. My init system is openrc

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alec Ten Harmsel
On Mon, Aug 31, 2015 at 02:40:02PM +0200, Alan McKinnon wrote: > On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > >> A clue is in the ebuilds for systemd: > >> > > >> > sysv-utils? ( > >> > !sys-apps/systemd-sysv

Re: [gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-10 Thread allan gottlieb
On Sun, Feb 11 2018, Nikos Chantziaras wrote: > On 11/02/18 02:16, allan gottlieb wrote: >> I have a question on this news item. >> >> I use systemd (gnome3) on a gentoo stable system. >> eix reports that sys-apps/systemd-236-r5 is installed >> >> B

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Dale
allan gottlieb wrote: > I have a question on this news item. > > I use systemd (gnome3) on a gentoo stable system. > eix reports that sys-apps/systemd-236-r5 is installed > > But > euse -I sysv-utils > reports >no matching entries found > > Is something w

[gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-10 Thread Nikos Chantziaras
On 11/02/18 02:16, allan gottlieb wrote: I have a question on this news item. I use systemd (gnome3) on a gentoo stable system. eix reports that sys-apps/systemd-236-r5 is installed But euse -I sysv-utils reports no matching entries found Is something wrong? I do *not* have sys

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon <alan.mckin...@gmail.com> wrote: > On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > >> A clue is in the ebuilds for systemd: > >> > > >> > sysv-utils? ( > >> > !sys-apps/systemd-sysv-utils > >&g

[gentoo-user] Re: "systemd sysv-utils blocker resolution"

2018-02-11 Thread Nikos Chantziaras
fine sysv-utils and why I have the symlinks /sbin/poweroff and friends with systemd-236? Yes. How else is sys-apps/sysvinit going to be unmerged? Either you let portage clean it up (depclean), or you need to do it manually.

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
On 31/08/2015 16:03, cov...@ccs.covici.com wrote: > Alan McKinnon <alan.mckin...@gmail.com> wrote: > >> On 31/08/2015 13:49, cov...@ccs.covici.com wrote: >>>> A clue is in the ebuilds for systemd: >>>>> >>>>> sysv

Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread Rich Freeman
On Fri, Dec 22, 2017 at 9:37 AM, John Covici <cov...@ccs.covici.com> wrote: > > Yep, putting -sysv-utils for systemd fixes things right up! I hope > there is no strange consequences by disabling this flag, but we shall > see. > None that I've seen. Systemd has always been

Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread John Covici
--deep, etc., but I get > > an impossible situation. It seems openrc is now blocking systemd, but > > I apparently need both. > > sys-apps/openrc is probably in your world file. Either remove it, or > disable the "sysv-utils" USE flag on sys-apps/systemd. > Thanks every

Re: [gentoo-user] systemd, libgudev and bug 552036

2015-12-18 Thread Adam Carter
utils -gcrypt -http -idn -kdbus -lzma -qrcode (-selinux) -sysv-utils -terminal {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)" PYTHON_SINGLE_TARGET="python2_7 -python3_3 -python3_4" PYTHON_TARGETS="python2_7 python3_4 -python3_3" 0 KiB Total: 1 package (1 reins

[gentoo-user] Re: after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread Ian Zimmerman
On 2017-12-22 11:45, Helmut Jarausch wrote: > sys-apps/systemd openrc python_targets_python2_7 abi_x86_32 -sysv-utils > > to /etc/portage/package.use > > With this, both, openrc and systemd build just fine. > > My init system is openrc, and with this all seems to work

Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread Adam Carter
> > sys-apps/openrc is probably in your world file. Either remove it, or > disable the "sysv-utils" USE flag on sys-apps/systemd. > > I'd like to trying going the other way. so i'll first; quickpkg sys-apps/openrc net-misc/netifrc sys-apps/sysvinit But virtual/service-man

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Rich Freeman
> ../bin/systemctl > >> What does "qfile /sbin/reboot" return? > > gottlieb@E6430 ~ $ qfile /sbin/reboot > sys-apps/systemd (/sbin/reboot) Ok, your systemd is built with USE=sysv-utils. >> Ultimately it comes down to whether you care about the compatibility

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-11 Thread allan gottlieb
in/reboot >> lrwxrwxrwx 1 root root 16 Jan 28 13:08 /sbin/reboot -> ../bin/systemctl >> >>> What does "qfile /sbin/reboot" return? >> >> gottlieb@E6430 ~ $ qfile /sbin/reboot >> sys-apps/systemd (/sbin/reboot) > > Ok, your systemd is built

Re: [gentoo-user] empty cdrom drive is busy or mounted

2019-08-16 Thread Jack
ecompiling the kernel (5.2.0), systemd and all packages depending on systemd - using the new gcc-9.2.0 Furthermore I had to add the use flags cgroup-hybrid -sysv-utils for systemd. This hasn't been necessary before - very strange. For me, systemd is a monster which I haven't understood. I try

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
ge, certainly the systemd one. >> >> >> I'm having a hard time figuring out what is making portage do this. >> I also figure you're OK with a downgraded systemd meanwhile, but just >> for kicks, lets test my theory: If you run this, does portage offer to >> upgrade

Re: [gentoo-user] gdm fails to start

2017-05-23 Thread Raffaele Belardi
pps/systemd  Available versions:  226-r2(0/2) (~)231(0/2) [M](~)232(0/2) 233- r1(0/2) **(0/2) {acl apparmor audit build cryptsetup curl doc elfutils (+)gcrypt gnuefi http idn importd +kdbus +kmod +libidn2 +lz4 lzma nat pam policykit qrcode +seccomp selinux ssl sysv-utils test vanilla xkb

Re: [gentoo-user] after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread Mike Gilbert
ystemd, but > I apparently need both. sys-apps/openrc is probably in your world file. Either remove it, or disable the "sysv-utils" USE flag on sys-apps/systemd.

Re: [gentoo-user] Re: udev -> eudev

2016-02-09 Thread Neil Bothwick
ld N#]sys-apps/systemd-226-r2:0/2::gentoo USE="acl kdbus > kmod lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl > -elfutils -gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode > (-selinux) -sysv-utils {-test} -vanilla -xkb" ABI_X86="32 (64) (

Re: [gentoo-user] Re: after finally doing my emerge -e world successfully, my regular world update fails

2017-12-22 Thread John Covici
On Fri, 22 Dec 2017 11:42:16 -0500, Ian Zimmerman wrote: > > On 2017-12-22 11:45, Helmut Jarausch wrote: > > > sys-apps/systemd openrc python_targets_python2_7 abi_x86_32 -sysv-utils > > > > to /etc/portage/package.use > > > > With this, both, openrc a

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread Rich Freeman
On Sat, Feb 10, 2018 at 7:16 PM, allan gottlieb <gottl...@nyu.edu> wrote: > I have a question on this news item. > > I use systemd (gnome3) on a gentoo stable system. > eix reports that sys-apps/systemd-236-r5 is installed > > But >euse -I sysv-utils > reports

[gentoo-user] Re: systemd, libgudev and bug 552036

2015-12-18 Thread Jonathan Callen
oo USE="acl gudev introspection > kmod lz4 pam policykit python seccomp ssl (-apparmor) -audit > -cryptsetup -curl -doc -elfutils -gcrypt -http -idn -kdbus -lzma > -qrcode (-selinux) -sysv-utils -terminal {-test} -vanilla -xkb" > ABI_X86="(64) -32 (-x32)" PYTHO

[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
-pic14% -pic16% -r2k% -r3ka% -s08% -sdbinutils% -sdcdb% -stm8% -tlcs90% -ucsim% -z180% -z80%" 10,259 KiB [ebuild N#] sys-apps/systemd-226-r2:0/2::gentoo USE="acl kdbus kmod lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils -gcrypt -gnuefi -http -idn -impo

Re: [gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Daniel Frey
do any special configuation of dracut, I read that just running it can usually create a initramfs without any additional configuration. It did detect I have mdadm of course, or my system wouldn't have booted at all. I also noticed this in the USE flags for systemd: - - sysv-utils

Re: [gentoo-user] Debian just voted in systemd for default init system in jessie

2014-03-20 Thread Tom Wijsman
and doesn't need to be switchable; unless you want one entry and switch at runtime, alternatively it is possible to emerge sys-apps/systemd-sysv-utils, or simply change the symlink of /sbin/init and similar files yourself. .. install dbus (use=-systemd) _then_ systemd Only needs to be done once

Re: [gentoo-user] gdm fails to start

2017-05-23 Thread Hogren
; Did you try to add it ? >> https://packages.gentoo.org/packages/sys-apps/systemd >> >> Hogren >> > Yes, it is set, I don't know why euse does not show it: > > # eix -I sys-apps/systemd > [I] sys-apps/systemd > Available versions: 226-r2(0/2) (~)23

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
equired by > >>> (sys-apps/gentoo-systemd-integration-4:0/0::gentoo, installed) > >>> sys-apps/systemd:0/2=[abi_x86_64(-)] required by > >>> (media-sound/pulseaudio-6.0:0/0::gentoo, installed) > >>> > >>> (dev-libs/libgudev-230:0

Re: [gentoo-user] empty cdrom drive is busy or mounted [resolved]

2019-08-18 Thread Helmut Jarausch
ortunately, they have been resolved by recompiling the kernel (5.2.0), systemd and all packages depending on systemd - using the new gcc-9.2.0 Furthermore I had to add the use flags cgroup-hybrid -sysv-utils for systemd. This hasn't been necessary before - very strange. For me, systemd is a monst

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread covici
do this. > >> I also figure you're OK with a downgraded systemd meanwhile, but just > >> for kicks, lets test my theory: If you run this, does portage offer to > >> upgrade systemd? > >> > >> > >> USE="-python" emerge -pv systemd > &

Re: [gentoo-user] a few blockers I can't figure out

2015-09-01 Thread Alan McKinnon
age, certainly the systemd one. >>>> >>>> >>>> I'm having a hard time figuring out what is making portage do this. >>>> I also figure you're OK with a downgraded systemd meanwhile, but just >>>> for kicks, lets test my theory

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread Alan McKinnon
)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?,introspection?,static-libs?] >>> (dev-libs/libgudev:0/0[abi_x86_32(-),abi_x86_64(-),introspection]) >>> required by (virtual/libgudev-230:0/0::ge

Re: [gentoo-user] "systemd sysv-utils blocker resolution"

2018-02-10 Thread allan gottlieb
installed >> >> But >>euse -I sysv-utils >> reports >>no matching entries found >> >> Is something wrong? >> >> I do *not* have >> sys-apps/sysvinit, sys-apps/openrc, or net-misc/netifrc >> in my world file. >> >&g

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Canek Peláez Valdés
several times to the original SysV concept. Glad to see you recognize that. However, the implementors and advocates of systemd have stepped on the concerns and violated certain basic freedoms of many folks in their zeal to see their vision become predominate. Oh FFS. What freedoms have you had

[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
R] sys-apps/dbus-1.8.16::gentoo USE="X systemd* -debug -doc (-selinux) -static-libs {-test}" ABI_X86="32 (64) (-x32)" 0 KiB [ebuild N#]sys-apps/systemd-226-r2:0/2::gentoo USE="acl kdbus kmod lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -c

Re: [gentoo-user] Systemd upower

2014-06-03 Thread Greg Woodbury
On 06/03/2014 01:08 PM, Canek Peláez Valdés wrote: Who is forcing anything? pm-utils has been unmaintained FOR FIVE YEARS. Any project that decides to stop using it is making just the right decision; UPower just did the correct thing. And systemd had *nothing* to do with it, except

Re: [EXTERNAL] Re: [gentoo-user] empty cdrom drive is busy or mounted

2019-08-16 Thread Laurence Perkins
gt; > This didn't show anything. > > I still don't know the cause of my problems. > > But fortunately, they have been resolved by recompiling the > > kernel > > (5.2.0), > > systemd and all packages depending on systemd - using the new > > gcc-9.2.0 > > &

[gentoo-user] Re: udev -> eudev

2016-02-09 Thread James
k introspection systemd -cryptsetup -debug (-selinux)" [nomerge ] sys-apps/systemd-226-r2:0/2::gentoo USE="acl kdbus kmod lz4 lzma pam seccomp ssl (-apparmor) -audit -cryptsetup -curl -elfutils -gcrypt -gnuefi -http -idn -importd -nat -policykit -qrcode (-selinux) -sysv-utils {-tes

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
do this. > I also figure you're OK with a downgraded systemd meanwhile, but just > for kicks, lets test my theory: If you run this, does portage offer to > upgrade systemd? > > > USE="-python" emerge -pv systemd Well, here is what I got [ebuild U ] sys-apps/sy

Re: [gentoo-user] empty cdrom drive is busy or mounted

2019-08-16 Thread Helmut Jarausch
l packages depending on systemd - using the new gcc-9.2.0 Furthermore I had to add the use flags cgroup-hybrid -sysv-utils for systemd. This hasn't been necessary before - very strange. For me, systemd is a monster which I haven't understood. I try to not use it since I am using openrc. Perh

[gentoo-user] Re: systemd questions: hdparm unit file, OpenRC packages

2017-04-10 Thread Kai Krakow
"Usage of /etc/init.d/functions.sh is deprecated" > Don't ask me why stuff STILL sources the > old location, other than it being so trivial that nobody cares that > much. I've put openrc in package.provided just to avoid the needless > upgrades. You can ditch sysvinit if

Re: [gentoo-user] Systemd upower

2014-06-04 Thread Canek Peláez Valdés
has ever claimed anything on the contrary. And we are pretty advanced in that objective, by the way. That doesn't mean that anything is being force on anyone. SysV is still available, and so it is OpenRC, and so it is pm-utils (although it's been 5 years since last updated). Go on and use them if you

Re: [gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Canek Peláez Valdés
umounting everything, so perhaps there lies the problem. I also noticed this in the USE flags for systemd: - - sysv-utils : Install sysvinit compatibility symlinks and manpages for init, telinit, halt, poweroff, reboot, runlevel, and shutdown Should I enable that USE flag

[gentoo-user] OK, so not everything works properly with systemd

2015-03-21 Thread Daniel Frey
for systemd: - - sysv-utils : Install sysvinit compatibility symlinks and manpages for init, telinit, halt, poweroff, reboot, runlevel, and shutdown Should I enable that USE flag? (By the way, KDE shows the same behaviour. If I shutdown with the K Menu, it works. Reboot from the K

Re: [gentoo-user] systemd very slow to compile?

2015-09-13 Thread Marc Joliet
n 3.4 - - qrcode : Enable qrcode output support in journal + + seccomp: Enable seccomp (secure computing mode) to perform system call filtering at runtime to increase security of programs + + ssl: Add support for Secure

Re: [gentoo-user] systemd questions: hdparm unit file, OpenRC packages

2017-04-10 Thread Rich Freeman
've put openrc in package.provided just to avoid the needless upgrades. You can ditch sysvinit if you set USE=sysv-utils on systemd (so that you still get stuff like reboot/halt/poweroff, though I'm not sure how essential those actually are these days). > - app-admin/sysklogd Never used it,

Re: [gentoo-user] Re: udev -> eudev

2016-02-09 Thread Mick
pl -pt -pt_BR -ro -ru -rw -si > -sk -sl -sr -sr@latin -sv -ta -te -th -tr -tt -uk -vi -xh -yi -zh_CN -zh_HK > -zh_TW" PYTHON_TARGETS="python2_7" 0 KiB > [nomerge ] sys-fs/udisks-2.1.4:2::gentoo USE="gptfdisk introspection > systemd -cryptsetup -debug (-selinux)&

Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Alan McKinnon
oo USE="classic dri3 egl > gallium gbm llvm nptl udev vaapi vdpau wayland* xvmc -bindist -d3d9 -debug > -gles1 -gles2 -opencl -openmax -osmesa -pax_kernel -pic (-selinux) -valgrind > -xa" ABI_X86="32 (64) (-x32)" VIDEO_CARDS="(-freedreno) -i915 -i965 -ilo >

Re: [gentoo-user] Can I suppress the bleep when shutting down?

2015-10-20 Thread Marc Joliet
too: >>> >>> echo -e "\007" >>> >>> Unfortunately the bell character is hard coded into the warning message. >>> Also there seems to be no way to suppress the warning message. >> >> [...] >> >> If it's caused by the ca

[gentoo-user] systemd install attempt busybox and pam are fighting

2020-11-13 Thread Jude DaShiell
e keep this setting intact when reporting bugs. LC_MESSAGES=C ACCEPT_LICENSE="* -@EULA" USE="mmx sse sse2 accessibility acl apparmor audit build cgroup-hybrid cryptsetup curl dns-over-tls elfutils gcrypt homed http hwdb idn importd kmod lz4 lzma nat pam pcre pkcs policykit pwquality q

Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Rich Freeman
/2::gentoo USE="acl kdbus kmod > lz4 pam seccomp ssl (-apparmor) -audit -build -cryptsetup -curl -elfutils > -gcrypt -gnuefi -http -idn -importd -lzma -nat -policykit -qrcode (-selinux) > -sysv-utils {-test} -vanilla -xkb" ABI_X86="(64) -32 (-x32)" So, openrc-0.23 is

Re: [gentoo-user] Systemd upower

2014-06-04 Thread Greg Woodbury
On 06/03/2014 10:05 PM, Canek Peláez Valdés wrote: On Tue, Jun 3, 2014 at 8:37 PM, Greg Woodbury redwo...@gmail.com wrote: Sure, systemd is a more elegant solution than the patchworks that have been applied several times to the original SysV concept. Glad to see you recognize

Re: [gentoo-user] Updating old Gentoo on notebook

2021-09-14 Thread Walter Dnes
equired by (sys-apps/openrc-0.42.1-r1:0/0::gentoo, installed) USE="ncurses netifrc (split-usr) unicode -audit -bash -debug -newnet -pam (-prefix) (-selinux) -static-libs -sysv-utils" -- Walter Dnes I don't run "desktop environments"; I run useful applications

Re: [gentoo-user] Updating old Gentoo on notebook

2021-09-14 Thread Dale
lay-manager-init required by > (x11-base/xorg-server-1.20.13-r1:0/1.20.13::gentoo, ebuild scheduled for > merge) USE="suid udev xorg -debug -dmx -doc -elogind -ipv6 -kdrive -minimal > (-selinux) -systemd -test -unwind -xcsecurity -xephyr -xnest -xvfb" > > (sys-apps/

Re: [gentoo-user] Systemd upower

2014-06-04 Thread Canek Peláez Valdés
to the original SysV concept. Glad to see you recognize that. However, the implementors and advocates of systemd have stepped on the concerns and violated certain basic freedoms of many folks in their zeal to see their vision become predominate. Oh FFS. What freedoms have you had violated

Re: [gentoo-user] a few blockers I can't figure out

2015-08-31 Thread covici
Alan McKinnon <alan.mckin...@gmail.com> wrote: > On 31/08/2015 16:03, cov...@ccs.covici.com wrote: > > Alan McKinnon <alan.mckin...@gmail.com> wrote: > > > >> On 31/08/2015 13:49, cov...@ccs.covici.com wrote: > >>>> A clue is in the ebui

Re: [gentoo-user] Portage spokes again...

2016-12-21 Thread Meino . Cramer
t}" 172 KiB [nomerge ] net-p2p/ktorrent-5.0.1:5::gentoo [4.3.1-r1:4::gentoo] USE="bwscheduler downloadorder handbook infowidget logviewer magnetgenerator mediaplayer shutdown stats upnp zeroconf -debug" [ebuild N ] kde-frameworks/kplotting-5.26.0:5/5.26::gentoo USE=&quo

Re: [gentoo-user] how to prevent portage from installing masked package

2018-10-06 Thread John Covici
app-text/build-docbook-catalog-1.21::gentoo [nomerge ] sys-apps/util-linux-2.32.1::gentoo USE="cramfs ncurses nls pam readline suid systemd udev unicode -build -caps -fdformat -kill -python (-selinux) -slang -static-libs -test -tty-helpers" ABI_X86="32 (64) (-x32)" PYTHO

Re: [gentoo-user] pcre build failure

2020-10-05 Thread John Covici
entoo] > USE="nls openmp qmanifest qtegrity -libressl -static" 0 KiB > [ebuild NS] sys-kernel/gentoo-sources-5.8.13:5.8.13::gentoo > [5.4.66:5.4.66::gentoo] USE="-build -experimental -symlink" 0 KiB > [ebuild U ] app-portage/gemato-16.2::gentoo [1

[gentoo-user] dev-lang/perl upgrade failure

2022-05-10 Thread Matt Connell
nsions... You have requested that certain extensions be ignored... What extensions do you wish to load dynamically? [B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call GDBM_File Hash/Util Hash/Util