Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[SOLVED] Too many levels of symbolic links
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM
View previous topic :: View next topic  
Author Message
dogshu
Apprentice
Apprentice


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Mon Sep 23, 2019 10:08 am    Post subject: [SOLVED] Too many levels of symbolic links Reply with quote

I'm really flummoxed by this problem upgrading sys-apps/portage. I've tried the suggestion at https://wiki.gentoo.org/wiki/Prelink#Prelink_fails_with_error_.22prelink:_Can.27t_walk_directory_tree_XXXX:_Too_many_levels_of_symbolic_links.22

emerged symlinks ~arm and ran symlinks -drv /

But I still get this error at the very end of the emerge during the install phase. I'm not sure what to make of it. Any ideas?

Code:
copying /var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69-python3_6/man/ebuild.1 -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/man/man1
copying /var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69-python3_6/man/dispatch-conf.1 -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/man/man1
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc
copying cnf/etc-update.conf -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc
copying cnf/dispatch-conf.conf -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc/logrotate.d
copying cnf/logrotate.d/elog-save-summary -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc/logrotate.d
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config
copying cnf/make.conf.example -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config
copying cnf/make.globals -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config
copying cnf/repos.conf -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config/sets
copying cnf/sets/portage.conf -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/portage/config/sets
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/doc
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/doc/portage-2.3.69
copying NEWS -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/doc/portage-2.3.69
copying RELEASE-NOTES -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/share/doc/portage-2.3.69
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/lib/portage/bin
copying bin/deprecated-path -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/lib/portage/bin
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc/portage
creating /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc/portage/repo.postsync.d
copying cnf/repo.postsync.d/example -> /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/etc/portage/repo.postsync.d
running install_egg_info
Writing /var/tmp/portage/sys-apps/portage-2.3.69/image/_python3.6/usr/lib/python3.6/site-packages/portage-2.3.69-py3.6.egg-info
 * python3_6: running distutils-r1_run_phase python_install_all
Traceback (most recent call last):
  File "/var/tmp/portage/._portage_reinstall_.q4u946eo/bin/doins.py", line 611, in <module>
    sys.exit(main(sys.argv[1:]))
  File "/var/tmp/portage/._portage_reinstall_.q4u946eo/bin/doins.py", line 602, in main
    os.path.dirname(source)):
  File "/var/tmp/portage/._portage_reinstall_.q4u946eo/bin/doins.py", line 450, in _doins
    return install_runner.install_file(source, os.path.dirname(dest))
  File "/var/tmp/portage/._portage_reinstall_.q4u946eo/bin/doins.py", line 386, in install_file
    return self._ins_runner.run(source, dest_dir)
  File "/var/tmp/portage/._portage_reinstall_.q4u946eo/bin/doins.py", line 195, in run
    sstat = os.stat(source)
OSError: [Errno 40] Too many levels of symbolic links: b'/var/tmp/portage/sys-apps/portage-2.3.69/files/portage-ccache.conf'
 * ERROR: sys-apps/portage-2.3.69::gentoo failed (install phase):
 *   doins failed
 *
 * If you need support, post the output of `emerge --info '=sys-apps/portage-2.3.69::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/portage-2.3.69::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/portage-2.3.69/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/portage-2.3.69/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69'
 * S: '/var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69'

>>> Failed to emerge sys-apps/portage-2.3.69, Log file:

>>>  '/var/tmp/portage/sys-apps/portage-2.3.69/temp/build.log'

 * Messages for package sys-apps/portage-2.3.69:

 * ERROR: sys-apps/portage-2.3.69::gentoo failed (install phase):
 *   doins failed
 *
 * If you need support, post the output of `emerge --info '=sys-apps/portage-2.3.69::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=sys-apps/portage-2.3.69::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/sys-apps/portage-2.3.69/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/sys-apps/portage-2.3.69/temp/environment'.
 * Working directory: '/var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69'
 * S: '/var/tmp/portage/sys-apps/portage-2.3.69/work/portage-2.3.69'

Code:
dukat ~ # emerge --info
Portage 2.3.62 (python 3.6.6-final-0, default/linux/arm/17.0/armv7a, gcc-9.2.0, glibc-2.29-r2, 4.14.55-146 armv7l)
=================================================================
System uname: Linux-4.14.55-146-armv7l-ARMv7_Processor_rev_3_-v7l-with-gentoo-2.6
KiB Mem:     2042432 total,    139132 free
KiB Swap:    6291452 total,   6115580 free
Timestamp of repository gentoo: Mon, 23 Sep 2019 08:30:01 +0000
Head commit of repository gentoo: f13524824a6c0ae3ad25e9d654e1ecd03bf2ec5b
sh bash 4.4_p12
ld GNU ld (Gentoo 2.32 p2) 2.32.0
app-shells/bash:          4.4_p12::gentoo
dev-lang/perl:            5.28.2-r1::gentoo
dev-lang/python:          2.7.15::gentoo, 3.4.8::gentoo, 3.5.5::gentoo, 3.6.6::gentoo
dev-util/cmake:           3.9.6::gentoo
dev-util/pkgconfig:       0.29.2::gentoo
sys-apps/baselayout:      2.6-r1::gentoo
sys-apps/openrc:          0.34.11::gentoo
sys-apps/sandbox:         2.13::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r4::gentoo
sys-devel/automake:       1.15.1-r2::gentoo
sys-devel/binutils:       2.30-r3::gentoo, 2.32-r1::gentoo
sys-devel/gcc:            8.2.0-r2::gentoo, 9.1.0::portage-overlay, 9.2.0-r1234::portage-overlay
sys-devel/gcc-config:     1.8-r1::gentoo
sys-devel/libtool:        2.4.6-r3::gentoo
sys-devel/make:           4.2.1-r4::gentoo
sys-kernel/linux-headers: 4.13::gentoo (virtual/os-headers)
sys-libs/glibc:           2.29-r2::gentoo
Repositories:

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

portage-overlay
    location: /usr/local/portage-overlay
    masters: gentoo
    priority: 0

hossie
    location: /var/lib/layman/hossie
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="arm"
ACCEPT_LICENSE="@FREE linux-firmware linux-fw-redistributable freedist no-source-code bh-luxi BitstreamCyberbit"
CBUILD="armv7a-unknown-linux-gnueabihf"
CFLAGS="-O2 -pipe -march=armv7ve -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mfp16-format=alternative -ftree-vectorize -mvectorize-with-neon-quad -funsafe-math-optimizations -mfloat-abi=hard"
CHOST="armv7a-unknown-linux-gnueabihf"
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="-O2 -pipe -march=armv7ve -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mfp16-format=alternative -ftree-vectorize -mvectorize-with-neon-quad -funsafe-math-optimizations -mfloat-abi=hard"
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 -march=armv7ve -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mfp16-format=alternative -ftree-vectorize -mvectorize-with-neon-quad -funsafe-math-optimizations -mfloat-abi=hard"
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 -march=armv7ve -mtune=cortex-a15.cortex-a7 -mfpu=neon-vfpv4 -mfp16-format=alternative -ftree-vectorize -mvectorize-with-neon-quad -funsafe-math-optimizations -mfloat-abi=hard"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LINGUAS="en en_US"
MAKEOPTS="-j5 -l 5.55"
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="/var/tmp"
USE="X acl arm armv5te armv6 armv6t2 berkdb bzip2 caps cli corefonts crypt cxx dri egl eglfs exif exynos filecaps gdbm iconv icu ipv6 kde kerberos ldap lz4 lzma lzo mysql ncurses neon networkmanager nfs nftables nls nptl offensive opengl openldap openmp pam pcre png postgres python qt5 readline sctp seccomp snappy split-usr ssl tcmalloc tcpd threads unicode xattr zlib zstd" ADA_TARGET="gnat_2018" 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_ARM="edsp thumb thumb2 v4 v5 v6 v7 vfp" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput keyboard mouse" KERNEL="linux" L10N="en en-US" 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="php7-2" POSTGRES_TARGETS="postgres10 postgres11" PYTHON_SINGLE_TARGET="python3_6" PYTHON_TARGETS="python2_7 python3_6" QEMU_SOFTMMU_TARGETS="arm" QEMU_USER_TARGETS="i386" RUBY_TARGETS="ruby24 ruby25" USERLAND="GNU" VIDEO_CARDS="dummy exynos fbdev v4l" 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


[Moderator edit: added [code] tags to preserve output layout. -Hu]


Last edited by dogshu on Thu Sep 26, 2019 4:44 pm; edited 1 time in total
Back to top
View user's profile Send private message
krinn
Watchman
Watchman


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Sep 23, 2019 10:54 am    Post subject: Reply with quote

i'm afraid i cannot do better than hinting you where to search, you know the reason, and you know howto fix it.
Code:
 equery f portage | grep ccache
/usr/lib/tmpfiles.d/portage-ccache.conf
Back to top
View user's profile Send private message
dogshu
Apprentice
Apprentice


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Mon Sep 23, 2019 11:33 am    Post subject: Reply with quote

I emerged gentoolkit, got a similar error, but the installation proceeded successfully. Strange.

Code:
copying man/eshowkw.1 -> /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/share/man/man1
copying man/revdep-rebuild.1 -> /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/share/man/man1
copying man/epkginfo.1 -> /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/share/man/man1
creating /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/lib/tmpfiles.d
copying data/tmpfiles.d/revdep-rebuild.conf -> /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/lib/tmpfiles.d
running install_egg_info
Writing /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/_python3.6/usr/lib/python3.6/site-packages/gentoolkit-0.4.2_r1-py3.6.egg-info
 * python3_6: running distutils-r1_run_phase python_install_all
>>> Completed installing gentoolkit-0.4.2-r1 into /var/tmp/portage/app-portage/gentoolkit-0.4.2-r1/image/

 * Final size of build directory: 11664 KiB (11.3 MiB)
 * Final size of installed tree:  11224 KiB (10.9 MiB)

cp: cannot stat '/mnt/auto/portage/app-portage/gentoolkit/gentoolkit-0.4.2-r1.ebuild': Too many levels of symbolic links

>>> Installing (1 of 1) app-portage/gentoolkit-0.4.2-r1::gentoo
 * checking 626 files for package collisions
>>> Merging app-portage/gentoolkit-0.4.2-r1 to /
--- /etc/
>>> /etc/eclean/
>>> /etc/eclean/packages.exclude
>>> /etc/eclean/distfiles.exclude
--- /etc/revdep-rebuild/
>>> /etc/revdep-rebuild/99revdep-rebuild
--- /etc/env.d/
>>> /etc/env.d/99gentoolkit-env
--- /usr/
--- /usr/bin/
>>> /usr/bin/revdep-rebuild -> ../lib/python-exec/python-exec2
>>> /usr/bin/imlate -> ../lib/python-exec/python-exec2
>>> /usr/bin/glsa-check -> ../lib/python-exec/python-exec2


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


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Mon Sep 23, 2019 11:36 am    Post subject: Reply with quote

still flummoxed, I don't even use ccache.

Code:
dukat ~ # equery f portage | grep ccache
/usr/lib/tmpfiles.d/portage-ccache.conf
dukat ~ # cat /usr/lib/tmpfiles.d/portage-ccache.conf
# Prevent ccache files from being cleaned
x /var/tmp/ccache
dukat ~ # ls -al /var/tmp/ccache
ls: cannot access '/var/tmp/ccache': No such file or directory
dukat ~ # ls -l /usr/lib/tmpfiles.d/portage-ccache.conf
-rw-r--r-- 1 root root 60 Apr  1 19:04 /usr/lib/tmpfiles.d/portage-ccache.conf
dukat ~ #


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


Joined: 02 May 2003
Posts: 7470

PostPosted: Mon Sep 23, 2019 11:53 am    Post subject: Reply with quote

i wasn't showing you some ccache related issue, i was showing you path that have the issue, if i were you i would dig more what is bad with /usr/lib or /usr/lib/tmpfiles.d
and i was showing the location the file should goes when the error happend
Back to top
View user's profile Send private message
dogshu
Apprentice
Apprentice


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Tue Sep 24, 2019 12:46 am    Post subject: Reply with quote

I'm sorry I'm still lost as to why I can't just install the newer portage. Could it be an old glibc or python?

I don't see any problems related to what you mention.

Code:
dukat ~ # ls -l /
total 0
drwxr-xr-x   1 root root  1036 Dec  8  2018 bin
drwxr-xr-x   1 root root     0 Apr 14  2017 boot
drwxr-xr-x   4 root root    29 Jun 14 10:55 chroot
drwxr-xr-x  17 root root 14980 Sep  7 10:24 dev
drwxr-xr-x   1 root root  3362 Sep 23 07:29 etc
drwxr-xr-x   1 root root    16 Jul 29  2017 home
drwxr-xr-x   1 root root  5340 Sep 18 10:30 lib
drwx------   1 root root     0 Jun 10  2016 lost+found
drwxr-xr-x   1 root root    10 Nov 16  2015 media
drwxr-xr-x   1 root root    40 Jul  2  2017 mnt
drwxr-xr-x   1 root root    10 Apr 29  2018 opt
dr-xr-xr-x 279 root root     0 Dec 31  1969 proc
drwx------   1 root root  1548 Sep 23 05:08 root
drwxr-xr-x  18 root root   760 Sep 23 04:35 run
drwxr-xr-x   1 root root  4520 Sep 23 05:27 sbin
dr-xr-xr-x  12 root root     0 Sep  7 10:21 sys
drwxrwxrwt   1 root root   260 Sep 23 07:37 tmp
drwxr-xr-x   1 root root   230 Sep 23 05:27 usr
drwxr-xr-x   1 root root    80 Sep 23 05:27 var
dukat ~ # ls -l /usr/
total 8
drwxr-xr-x 1 root  root     6 Sep  9  2018 armv7a-hardfloat-linux-gnueabi
drwxr-xr-x 1 root  root    50 Sep  9  2018 armv7a-unknown-linux-gnueabihf
drwxr-xr-x 1 root  root    26 Sep  3 18:10 avr
drwxr-xr-x 1 root  root 38356 Sep 23 07:29 bin
drwxr-xr-x 1 games root     0 Jan  5  2016 games
drwxr-xr-x 1 root  root 11108 Sep 17 13:51 include
drwxr-xr-x 1 root  root 63172 Sep 23 05:27 lib
drwxr-xr-x 1 root  root   866 Sep  3 22:13 libexec
drwxr-xr-x 1 root  root   126 Sep 17 16:52 local
lrwxrwxrwx 1 root  root    17 Mar  4  2018 portage -> /mnt/auto/portage
drwxr-xr-x 1 root  root  4106 Sep 23 05:27 sbin
drwxr-xr-x 1 root  root  2676 Sep 23 05:44 share
drwxr-xr-x 1 root  root  1004 Nov 10  2017 src
lrwxrwxrwx 1 root  root    10 Sep 23 05:27 tmp -> ../var/tmp
dukat ~ # ls -l /usr/lib/tmpfiles.d
total 44
-rw-r--r-- 1 root root  34 May  2  2018 cyrus-sasl.conf
-rw-r--r-- 1 root root  75 Mar 20  2018 dhcpd.conf
-rw-r--r-- 1 root root  32 Jul 11  2018 fail2ban-tmpfiles.conf
-rw-r--r-- 1 root root  44 Apr 29  2018 lighttpd.tmpfiles.conf
-rw-r--r-- 1 root root  16 Apr 28  2018 logrotate.conf
-r--r--r-- 1 root root  61 Jan 11  2018 lvm2.conf
-rw-r--r-- 1 root root  33 Nov 25  2017 man-db.conf
-rw-r--r-- 1 root root  37 Jan 26  2018 mysql.conf
-rw-r--r-- 1 root root  60 Apr  1 19:04 portage-ccache.conf
-rw-r--r-- 1 root root  37 Mar 22  2017 revdep-rebuild.conf
-rw-r--r-- 1 root root 305 Aug 23  2018 sudo.conf
dukat ~ # ls -l /usr/lib/ | grep tmpfiles.d
drwxr-xr-x 1 root root      320 Sep 23 07:29 tmpfiles.d
dukat ~ #


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


Joined: 06 Mar 2007
Posts: 22705

PostPosted: Tue Sep 24, 2019 1:49 am    Post subject: Reply with quote

First, please use [code] tags for your post. Second, your problem appears to be that your automount has gotten into a bad state. Both of the error messages reference files that would require traversing an automount to open. If you unmount the network-automounted Portage tree, restart the automounter, and then remount the Portage tree, does the problem persist?
Back to top
View user's profile Send private message
dogshu
Apprentice
Apprentice


Joined: 22 Jun 2003
Posts: 173
Location: New Haven, CT, USA

PostPosted: Thu Sep 26, 2019 4:46 pm    Post subject: Reply with quote

I removed the /usr/portage symlink, downloaded portage-latest, emerge --sync, and emerging portage works. It's an amd64 NFSv4 server, weird endian thing? Anyway my issue is resolved with a local /usr/portage rather than NFSv4.
Back to top
View user's profile Send private message
Jaglover
Watchman
Watchman


Joined: 29 May 2005
Posts: 8291
Location: Saint Amant, Acadiana

PostPosted: Thu Sep 26, 2019 11:02 pm    Post subject: Reply with quote

Instead of symlinking you could change PORTDIR variable.
_________________
My Gentoo installation notes.
Please learn how to denote units correctly!
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on ARM 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