Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Andreas K. Huettel
ay with glibc-2.26. Sadly portage is extremely unhelpful here, since - if you look at the autofs ebuild - the problem goes away as soon as you switch its "libtirpc" useflag on: libtirpc? ( net-libs/libtirpc ) !libtirpc? ( sys-libs/glibc[rpc(-)] ) (glibc-2.26 has no rpc

Re: [gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread tuxic
ting dependencies... done! > > [ebuild R] net-fs/autofs-5.1.3::gentoo USE="libtirpc -dmalloc > > -hesiod -ldap -mount-locking -sasl" 0 KiB > > > > Total: 1 package (1 reinstall), Size of downloads: 0 KiB > > > >>>> Verifying ebuild ma

Re: [gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread Mike Gilbert
gt;> > These are the packages that would be merged, in order: >> > >> > Calculating dependencies... done! >> > [ebuild R] net-fs/autofs-5.1.3::gentoo USE="libtirpc -dmalloc >> > -hesiod -ldap -mount-locking -sasl" 0 KiB >> > >> > Total: 1 pac

Re: [gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread Alexander Kapshuk
On Sat, Dec 9, 2017 at 6:03 PM, wrote: > Hi, > > autofs-5.1.3 fails to compile: > solfire:/root>emerge -v autofs > > These are the packages that would be merged, in order: > > Calculating dependencies... done! > [ebuild R] net-fs/autofs-5.1.3::gentoo

Re: [gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread tuxic
t; > solfire:/root>emerge -v autofs > >> > > >> > These are the packages that would be merged, in order: > >> > > >> > Calculating dependencies... done! > >> > [ebuild R] net-fs/autofs-5.1.3::gentoo USE="libt

[gentoo-user] autofs wants rpcgen despite libtirpc is USEd

2017-12-09 Thread tuxic
Hi, autofs-5.1.3 fails to compile: solfire:/root>emerge -v autofs These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R] net-fs/autofs-5.1.3::gentoo USE="libtirpc -dmalloc -hesiod -ldap -mount-locking -sasl" 0 KiB Total:

Re: [gentoo-user] One package needs two other packages, which cannot be installed simultanously?

2017-11-14 Thread David Haller
eed _EITHER_ sys-libs/glibc-2.26[rpc], i.e. <= glibc-2.25 _with_ the "rpc" useflag _OR_ sys-libs/glibc-2.26 (no "rpc" useflag) and net-libs/rpcsvc-proto and net-libs/libtirpc. In ebuild-speak: || (=sys-libs/glibc-2.26 net-

[gentoo-user] No 'libs' in world file?

2015-03-02 Thread Tanstaafl
libksba dev-libs/libpcre dev-libs/libyaml dev-libs/oniguruma dev-libs/openssl media-libs/libjpeg-turbo media-libs/libpng net-libs/libtirpc net-libs/serf sys-libs/cracklib sys-libs/glibc sys-libs/libcap sys-libs/timezone-data So, should I delete all of these? Even glib and glibc? Also - is there a

Re: [gentoo-user] No 'libs' in world file?

2015-03-02 Thread Peter Humphrey
ib > dev-libs/gmp > dev-libs/libaio > dev-libs/libdnet > dev-libs/libevent > dev-libs/libffi > dev-libs/libgcrypt > dev-libs/libgpg-error > dev-libs/libksba > dev-libs/libpcre > dev-libs/libyaml > dev-libs/oniguruma > dev-libs/openssl > media-libs/libjpeg-turbo

[gentoo-user] Is there rpcgen in Gentoo and how to compile dev-perl/Ace?

2017-11-09 Thread Anton Molyboha
s ONC RPC". The only package I could find that would mention sunrpc in the description is net-libs/libtirpc, but I don't see any mention of rpcgen in its sources (I could not emerge it yet either) Maybe I am looking in the wrong place and something else would provide a working rpcgen? The

Re: [gentoo-user] NFS tutorial for the brain dead sysadmin?

2014-07-27 Thread Tom H
that behaves identical to a local kernel call. > Obviously, this is rather hard to implement correctly. > > The original RPC was written by Sun and other newer implementations > exist, like libtirpc - to support useful features like not being stuck > with only UDP. That's what the &

Re: [gentoo-user] No 'libs' in world file?

2015-03-02 Thread Alan McKinnon
elfutils > dev-libs/glib > dev-libs/gmp > dev-libs/libaio > dev-libs/libdnet > dev-libs/libevent > dev-libs/libffi > dev-libs/libgcrypt > dev-libs/libgpg-error > dev-libs/libksba > dev-libs/libpcre > dev-libs/libyaml > dev-libs/oniguruma > dev-libs/openssl > m

[gentoo-user] Re: Testing ebuilds

2020-03-20 Thread Ian Zimmerman
ge-warn --load-average=4" EBEEP_IGNORE="true" FEATURES="collision-protect notitles splitdebug" USE="acl alsa amd64 ao audiofile berkdb bzip2 cairo cli crypt cxx dbus dri exif expat ffmpeg fftw flac fontconfig fortran gd gdbm gmp graphviz gsl gtk gpg guile hdf5 iconv icu idn

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread n952162
age.use $ grep node * $ lf /var/db/pkg/net-libs gnutls-3.5.19/  http-parser-2.8.1/  libmnl-1.0.4/  libnsl-1.2.0/ libpcap-1.8.1/  libssh2-1.8.0-r1/  libtirpc-1.0.2-r1/ i.e. it's not currently installed. And in make.conf, there's only this: USE="-elogind"

Re: [gentoo-user] What happened to my emerge -u?

2020-10-11 Thread Dale
d that resulted in that >>>> error.  That will likely show the USE flags and give the rest of us >>>> more clues to work with. >>>> >>>> Dale >>>> >>>> :-)  :-) >>>> / >>> >>> Would that be different

Re: [gentoo-user] NFS tutorial for the brain dead sysadmin?

2014-07-26 Thread Alan McKinnon
s the source disk is local and the kernel can get to it. With NFS, the source disk is remote and it's the remote kernel that must do the accessing. RPC is a way to safely ask a remote kernel to do something and get a result that behaves identical to a local kernel call. Obviously, this is rath

Re: [gentoo-user] Help...can't decipher emerge oracle...

2017-11-15 Thread Jan Chren (rindeal)
Well, that's yet another problem, this time it's `autofs` package which depends on glibc having `rpc` USE flag. glibc 2.26 lost this USE-flag, however. Hopefully you can workaround this by enabling `libtirpc` USE-flag for `autofs` package. So the steps should be now: 1. put `net

Re: [gentoo-user] Shared libraries lack a SONAME

2020-09-28 Thread urpion
e --stats --human-readable --timeout=180 --exclude=/distfiles +--exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/home/tmp/" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cddb cdparanoia cdr +cli crypt cups dbus dri dts dvd d

Re: [gentoo-user] Shared libraries lack a SONAME

2020-09-26 Thread urpion
rsive --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="/home/tmp/" USE="X a52 aac acl acpi al

[gentoo-user] mirrorselect build failed

2024-05-23 Thread Jude DaShiell
ut=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" SHELL="/bin/bash" USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cet crypt cups dbus dri dts dvd dvdr elogind encode exif flac gdbm gif gp

Re: [gentoo-user] docutils needing py2.7, but not wanting py2.7?

2020-06-04 Thread Caveman Al Toraboran
-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="acl alsa amd64 berkdb bzip2 cli crypt dri fortran gdbm

[gentoo-user] gnokii emerge failed

2020-09-05 Thread n952162
quot;C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/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 -

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread n952162
0)    (/, media-libs/openjpeg:2)    (/, net-dns/libidn:0)    (/, dev-libs/libxslt:0)    (/, app-arch/lz4:0)    (/, media-libs/opus:0)    (/, media-video/ffmpeg:0)    (/, app-text/hunspell:0)    (/, dev-qt/qtcore:5)    (/, net-libs/libtirpc:0)    (/, sys-apps/keyutils:0)    (/, dev-libs/liblinear:

Re: [gentoo-user] mirrorselect build failed

2024-05-23 Thread Waldo Lemmer
S="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" > LEX="flex" > MAKEOPTS="-j7 -l8" > PKGDIR="/var/cache/binpkgs" > PORTAGE_CONFIGROOT="/" > PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times > --omit-dir-t

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Michael
> PKGDIR="/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=/

[gentoo-user] tried desktop profile

2020-10-12 Thread Jude DaShiell
=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind emboss encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg lcms libglvnd libnotify li

[gentoo-user] opencv problem

2021-11-25 Thread Jacques Montier
AGE_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_

Re: [gentoo-user] mirrorselect build failed

2024-05-24 Thread Waldo Lemmer
TOO_MIRRORS="http://distfiles.gentoo.org"; > > LANG="en_US.utf8" > > LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,-z,pack-relative-relocs" > > LEX="flex" > > MAKEOPTS="-j7 -l8" > > PKGDIR="/var/cache/binpkgs" > >

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread n952162
YNC_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="acl b

Re: [gentoo-user] slot conflict for the same package: how to add a USE flag?

2020-05-21 Thread n952162
inks --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="acl berkdb bzip2 cli crypt dri fortran

Re: [gentoo-user] emerge @world output unfamiliar. Am I updated?

2020-10-02 Thread John Covici
ibs/efivar:0) >    (/, media-libs/gd:2) >    (/, dev-db/postgresql:12) >    (/, sci-libs/proj:0) >    (/, dev-lang/lua:0) >    (/, dev-db/postgresql:10) >    (/, dev-db/postgresql:11) >    (/, sci-libs/libgeotiff:0) >    (/, dev-libs/libnl:3) >    (/, app-text/poppler:0) >

[gentoo-user] ERROR: app-office/gnucash-4.4::gentoo failed (compile phase)

2021-04-02 Thread thelma
ms --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 acpi alsa amd64 apache2 bluetooth branding bzip2 cairo cdda

Re: [gentoo-user] x11-terms/xterm loops error upon launch

2021-05-10 Thread Vitor Hugo Nunes dos Santos
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 am

Re: [gentoo-user] Can I safely switch (no)multilib profile???

2023-04-20 Thread Dr Rainer Woitok
-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" SHELL="/usr/bin/sh" USE="

[gentoo-user] sci-libs/spqr-1.2.3-r1 failed to emerge

2020-04-08 Thread gevisz
NG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" LINGUAS="" MAKEOPTS="-j5" PKGDIR="/usr/portage/packages" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress

[gentoo-user] x11-terms/xterm loops error upon launch

2021-05-14 Thread Vitor Hugo Nunes dos Santos
arch=native -fomit-frame-pointer -O2 -pipe" > GENTOO_MIRRORS="http://gentoo.c3sl.ufpr.br/"; > INSTALL_MASK="charset.alias locale.alias" > LANG="C.UTF8" > LDFLAGS="-Wl,-O1 -Wl,--as-needed" > MAKEOPTS="-j8" > PKGDIR="/var

[gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread n952162
nmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org"; LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" POR

[gentoo-user] glibc-2.27 is broken

2018-10-30 Thread the
r-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 alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli cons

[gentoo-user] Python-3.9 and emerge problems

2021-06-18 Thread Jacques Montier
ompress --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 alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dr

[gentoo-user] emerge not fetching anything

2022-05-04 Thread dalmonimo
afe-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" SHELL="/bin/mksh" USE="X acl alsa amd64 bzip

[gentoo-user] iscan-data with udev

2022-05-23 Thread Jorge Almeida
t; 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" SHELL="

Re: [gentoo-user] could there be a problem with acct-group/lp?

2020-12-30 Thread Jack
ved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr" FFLAGS="-O2 -pipe" GENTOO_MIRRORS="http://distfiles.gentoo.org"; LANG="C" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/var

[gentoo-user] glibc fails to compile for lack of stddef.h that is present

2021-02-14 Thread Steven Lembark
s --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X Xaw3d acl acpi alsa alsa-plugin amd64 bash-completion berkdb bluray bzip2 caps cdparanoia cleartype cli corefonts crypt cups dbus device-mapper dri elogind evdev ffmpeg foomatic fortran gcc4 gd g

[gentoo-user] gpicview/eom/eog not displaying JPEGs

2019-09-15 Thread Dom Rodriguez
aac acl acpi alsa amd64 bash-completion berkdb bluetooth branding bzip2 cairo cdda cdr cli colord crypt cups cxx dbus dri dts dvd dvdr eds emacs emboss encode evo exif fam fish-completion flac fortran gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv icu introspect

Re: [gentoo-user] gentoo-minimal-install software list

2014-01-14 Thread Alan McKinnon
net-libs/libnfsidmap-0.24 net-libs/libtirpc-0.2.2-r1 net-misc/curl-7.33.0 net-misc/dhcpcd-5.6.4 net-misc/iputils-20121221 net-misc/ndisc6-0.9.9 net-misc/netifrc-0.1 net-misc/ntp-4.2.6_p5-r7 net-misc/openssh-5.9_p1-r4 net-misc/rdate-1.4-r4 net-misc/rsync-3.0.9-r3 net-misc/vconfig-1.9 net-misc/wget-

Re: [gentoo-user] GTK Graphical Problems

2021-06-04 Thread jdm
n" MAKEOPTS="-j9" PKGDIR="/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 --excl

[gentoo-user] Dlang questions, problem emerging gtkd and how to emerge gdc_11_ 2 ?

2022-03-02 Thread Chris Phillips
imeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git" PORTAGE_TMPDIR="/var/tmp" SHELL="/bin/bash" USE="X a52 aac acl acpi alsa amd64 bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus dri dts dvd dvdr elogind encode exif flac fo

Re: [gentoo-user] System crash on "Detecting C compiler ABI info"

2024-04-04 Thread Paul Sopka
nks --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" SHELL="/bin/bash" USE="acl amd64 bzip2 cet cryp

[gentoo-user] =dev-lang/spidermonkey-60.5.2_p0-r4 fails @world update

2020-06-19 Thread urpion
s --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 alsa amd64 berkdb bluetoo

Re: [gentoo-user] =dev-lang/spidermonkey-60.5.2_p0-r4 fails @world update

2020-06-19 Thread Dale
merge-orphans userfetch userpriv usersandbox usersync xattr" > FFLAGS="-march=native -O2 -pipe" > GENTOO_MIRRORS="http://ftp.swin.edu.au/gentoo > https://ftp.jaist.ac.jp/pub/Linux/Gentoo/"; > LANG="C.UTF8" > LDFLAGS="-Wl,-O1 -Wl,--as-needed"

Re: [gentoo-user] Re: nvidia x server settings doesn't open

2020-11-28 Thread thelma
S="--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 acpi alsa amd64

[gentoo-user] grub-install error

2023-10-04 Thread dhk
gs" 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" PORTA

Re: [gentoo-user] Shared libraries lack a SONAME

2020-09-25 Thread urpion
;--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="/home/tmp/" USE="X a52 aac acl acpi

[gentoo-user] wpa_supplicant: Wi-Fi works for all points, excluding one in the caffee

2024-07-21 Thread Vitaly Zdanevich
ORTAGE_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" RUSTFLAGS="

Re: [Gentoo] : Re: [gentoo-user] logcheck fallback detection message

2020-07-08 Thread elu6-u259
lsa berkdb branding bzip2 cairo cdda cddb cdr cli colord crypt cups dbus dri dts dvd dvdr eds elogind encode evo exif ffmpeg flac gdbm gif gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk iconv icu introspection jpeg lcms libnotify libsecret libtirpc mad mng mp3 mp4 mpeg nautilus ncurses netw

[gentoo-user] meet compile error when install firefox-78.5.0

2020-11-29 Thread bobwxc
;zh_CN.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" MAKEOPTS="-j2" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --st

[gentoo-user] MEGA sync problems

2021-10-08 Thread Skippy
--exclude=/.git" PORTAGE_TMPDIR="/var/tmp" USE="X a52 aac acl aim alsa amd64 amrnb amrub arts aspell bzip2 cdda cddb cdr cli consolekit crypt css dbus dillo dri dvd dvdr encode exif extensions extras ffmpeg flac fontconfig fortran fts3 gdbm gimp gnutls graphicsmagick gstreamer gtk

Re: [gentoo-user] =dev-lang/spidermonkey-60.5.2_p0-r4 fails @world update

2020-06-19 Thread urpion
R" > > FCFLAGS="-march=native -O2 -pipe" > > FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs > > ccache config-protect-if-modified distlocks ebuild-locks fixlafiles > > ipc-sandbox merge-sync multilib-strict network-sandbox news par

[gentoo-user] chroot: on update I got "mount: /proc: mount failed: Unknown error 5005.,Unable to mark /proc slave: 32"

2024-07-17 Thread Vitaly Zdanevich
GS="-O2 -march=native -pipe -frecord-gcc-switches" GENTOO_MIRRORS="http://mirror.yandex.ru/gentoo-distfiles/ http://gentoo-mirror.alexxy.name/"; LANG="C.UTF8" LDFLAGS="-Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0" LEX="flex" PKGDIR=&qu

Re: [gentoo-user] =dev-lang/spidermonkey-60.5.2_p0-r4 fails @world update

2020-06-19 Thread Jack
-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 alsa amd64 berkdb bluetooth branding bzip2 cairo c

Re: [gentoo-user] gobject-introspection-1.62.0 invalid eapi version

2020-05-20 Thread Pascal Schorde
security.ima security.selinux system.nfs4_acl user.apache_handleruser.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*" POSTGRES_TARGETS="postgres10 postgres11" PROFILEHOME="" PROFILE_ONLY_VARIABLES="ARCH ELIBC IUSE_IMPLICIT KERNEL USERLAND USE_EXPAND_IMPLI

[gentoo-user] Android ADB emerge fails on amd64

2019-01-29 Thread m4110c
l user.apache_handleruser.Beagle.* user.dublincore.* user.mime_encoding user.xdg.*" PORT_LOGDIR_CLEAN="find "${PORT_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete" POSTGRES_TARGETS="postgres9_5 postgres10" PPID_FIRST="27094" PROF

[gentoo-user] Cannot open virtual console 7 (Permission denied)

2021-04-07 Thread thelma
lin.de/mirrors/gentoo/"; LANG="en_US.utf8" LDFLAGS="-Wl,-O1 -Wl,--as-needed" PKGDIR="/var/cache/binpkgs" PORTAGE_CONFIGROOT="/" PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file -

[gentoo-user] syncs not recorded in emerge.log for some reason.

2024-08-10 Thread Dale
bin/getuto" PORTAGE_VERBOSE="1" PORTAGE_WORKDIR_MODE="0700" 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/l

[gentoo-user] dev-libs/ucommon

2018-08-26 Thread Klaus Ethgen
as-needed" MAKEOPTS="-j3" 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

[gentoo-user] More troubles with major update

2010-11-01 Thread Harry Putnam
>>> dev-libs/mpfr-3.0.0_p3 Tue Oct 26 21:45:10 2010 >>> sys-apps/net-tools-1.60_p20100815160931 Tue Oct 26 21:46:12 2010 >>> media-libs/libpng-1.2.44 Tue Oct 26 21:46:44 2010 >>> dev-libs/libx86emu-1.1 Tue Oct 26 21:54:37 2010 >>> sys-apps/hwinfo-18.1 T

[gentoo-user] Tensorflow 2.1.0 failing to compile

2020-04-24 Thread Aisha Tammy
python/ssl-fetch-0.4 dev-python/termcolor-1.1.0-r1 dev-python/urllib3-1.25.8 dev-python/webencodings-0.5.1-r1 dev-python/werkzeug-0.16.1 dev-python/wheel-0.34.2 dev-python/wrapt-1.11.2-r1 dev-ruby/did_you_mean-1.1.2 dev-ruby/did_you_mean-1.2.1 dev-ruby/json-2.3.0 dev-ruby/kpeg-1.1.0-r1 dev-ruby/mi

[gentoo-user] meson build woes

2020-08-22 Thread Paul Colquhoun
_UID="0" PORTAGE_INTERNAL_CALLER="1" PORTAGE_LOGDIR_CLEAN="find "${PORTAGE_LOGDIR}" -type f ! -name "summary.log*" -mtime +7 -delete" PORTAGE_NICENESS="8" PORTAGE_OVERRIDE_EPREFIX="" PORTAGE_PYM_PATH="/usr/lib64/python3.6/s

[gentoo-user] KDE update revdep-rebuild.sh fail

2018-04-02 Thread Daniel Frey
I updated my PC today, and there was a lot of KDE-related packages being updated. As part of my usual update procedure I depclean'ed and ran revdep-rebuild.sh - and it wants to rebuild every single package on my system? Surely that has to be some kind of mistake? Anyone have any insight? Dan re

[gentoo-user] Firefox fails to compile. crc32 error??

2023-11-21 Thread Dale
Howdy, I decided to set up the 770T as a backup system.  I'm installing the basics that I would need to get started. The water heater set back my new build a bit.  Anyway, Firefox fails to build with something about a missing crc32.  I found a package with that name and installed it, thought maybe

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

2022-05-10 Thread Matt Connell
I can't figure out why a perl update isn't building. This is only happening on one single machine out of the half dozen Gentoo systems I have running. I've never had issues building perl itself either. Modules sure, but never the main perl package. My search-fu is failing me as well, apparently

[gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Harry Putnam
Setup: gentoo 32bit vbox guest on win 10 64bit host Installed xorg-server, lxde Meta pkgs and deps (along with many other pkgs ... to many to list here but included at the end) uname -a: Linux g0 4.8.8-gentoo #2 Fri Nov 18 20:16:14 EST 2016 i686 Intel(R) Xeon(R) CPU X5450 @ 3.00GH

Re: [gentoo-user] newish vbox gentoo guest crashes from startx

2016-12-07 Thread Alan McKinnon
On 07/12/2016 17:34, Harry Putnam wrote: > Setup: > >gentoo 32bit vbox guest on win 10 64bit host >Installed xorg-server, lxde Meta pkgs and deps >(along with many other pkgs ... to many to list >here but included at the end) > > uname -a: > Linux g0 4.8.8-gentoo #2 Fri Nov 18 2

[gentoo-user] emerge emerge --info '=sys-devel/bison-3.7.1-r1::gentoo'

2020-09-09 Thread urpion
/" USE="X a52 aac acl acpi alsa amd64 berkdb bluetooth branding bzip2 cairo cdda cddb cdparanoia cdr cli crypt cups dbus dri dts dvd dvdr elogind emboss encode exif ffmpeg flac fortran gdbm gif gpm gtk gui iconv icu id3tag ipv6 jack jpeg lcms ldap libglvnd libnotify libtirpc lv2 mad mmap

Re: [gentoo-user] Re: Is --changed-deps going to be *that* useless?

2018-02-26 Thread tuxic
Sorry...a typo... It has to be 463 packages NOT 4563 packages... Cheers Meino On 02/27 04:08, tu...@posteo.de wrote: > On 02/26 11:55, Peter Humphrey wrote: > > On Monday, 26 February 2018 18:42:33 GMT tu...@posteo.de wrote: > > > > > Hi Peter, > > > > > > luky you...I got 462 packages to

[gentoo-user] haven't been able to build android-tools for months

2021-09-06 Thread n952162
ms --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="acl amd64 bzip2 cli crypt dri fortran gdbm iconv ipv6 libglv