Gentoo Archives: gentoo-alt

From: Daniel Vergien <daniel.vergien@×××××××××××××××.de>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] emerge: superuser access is required
Date: Wed, 26 Aug 2009 20:32:33
Message-Id: 4A9561BE.4060007@rrz.uni-hamburg.de
In Reply to: RE: [gentoo-alt] emerge: superuser access is required by Markus Duft
1 On 08/26/09 04:18 PM, Markus Duft wrote:
2 >> I just did emerge --sync, then like requstet emerge portrage an now
3 >> emegere --update world fails with: emerge: superuser access is required
4 >
5 > could you please provide your system configuration (os, arch, etc.) and the
6 > output of emerge --info?
7 >
8 Here is the info, just happend today, in earlyer time everything
9 worked as expected.
10
11 dve@nilfsik-ng ~ $ emerge --info
12 WARNING: One or more repositories have missing repo_name entries:
13
14 /nilfisk/home/dve/gentoo32/usr/local/overlay/profiles/repo_name
15
16 NOTE: Each repo_name entry should be a plain text file containing a
17 unique name for the repository on the first line.
18 Portage 2.2.00.14160-prefix (prefix/sunos/solaris/5.10/x86, gcc-4.3.2,
19 unavailable, 5.10 i86pc)
20 =================================================================
21 System uname: Solaris-2.10-i86pc-i386-32bit-ELF
22 Timestamp of tree: Wed, 26 Aug 2009 12:19:20 +0000
23 app-shells/bash: 4.0_p28
24 dev-lang/python: 2.6.2-r01.1
25 dev-python/pycrypto: 2.0.1-r8
26 dev-util/cmake: 2.6.4-r1
27 sys-devel/autoconf: 2.13, 2.63-r01.1
28 sys-devel/automake: 1.5, 1.7.9-r1, 1.9.6-r2, 1.10.2-r00.1, 1.11
29 sys-devel/binutils: 2.19.1-r01.1
30 sys-devel/gcc-config: 1.4.1-r00.2
31 sys-devel/libtool: 2.2.6a-r00.1
32 ACCEPT_KEYWORDS="~x86-solaris"
33 CBUILD="i386-pc-solaris2.10"
34 CFLAGS="-O2 -pipe -march=native"
35 CHOST="i386-pc-solaris2.10"
36 CONFIG_PROTECT="/etc"
37 CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/env.d
38 /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/
39 /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/
40 /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d
41 /etc/texmf/updmap.d /etc/texmf/web2c"
42 CXXFLAGS="-O2 -pipe -march=native"
43 DISTDIR="/nilfisk/home/dve/gentoo32/usr/portage/distfiles"
44 FEATURES="assume-digests collision-protect distlocks fixpackages
45 nostrip parallel-fetch preserve-libs protect-owned sfperms strict
46 unmerge-logs unmerge-orphans userfetch"
47 GENTOO_MIRRORS="http://distfiles.gentoo.org
48 http://distro.ibiblio.org/pub/linux/distributions/gentoo"
49 LANG="de_DE.UTF-8"
50 LDFLAGS=""
51 LINGUAS="en de"
52 PKGDIR="/nilfisk/home/dve/gentoo32/usr/portage/packages"
53 PORTAGE_CONFIGROOT="/nilfisk/home/dve/gentoo32/"
54 PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times
55 --compress --force --whole-file --delete --stats --timeout=180
56 --exclude=/distfiles --exclude=/local --exclude=/packages"
57 PORTAGE_TMPDIR="/nilfisk/home/dve/gentoo32/var/tmp"
58 PORTDIR="/nilfisk/home/dve/gentoo32/usr/portage"
59 PORTDIR_OVERLAY="/nilfisk/home/dve/gentoo32/usr/local/overlay"
60 SYNC="rsync://rsync.prefix.freens.org/gentoo-portage-prefix"
61 USE="X apache2 bcmath berkdb bzip2 calendar cdb cjk cracklib crypt
62 curl curlwrappers enclode exif filter ftp gd gif gmp gtk hash iconv
63 jpeg json kpathsea lcms ldap mhash mp3 mysql ncurses nls ogg openexr
64 pcntl pcre perl png postgres prefix qt3support raw readline reflection
65 session sharedext simplexml soap sockets spell spi ssl svg threads
66 tidy tiff tokenizer truetype unicode wddx x86-solaris xml xmlreader
67 xmlrpc xmlwriter xpm xsl zip zlib zlip" ALSA_PCM_PLUGINS="adpcm alaw
68 asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug
69 ladspa lfloat linear meter mmap_emul mulaw multi null plug rate route
70 share shm softvol" APACHE2_MODULES="actions alias auth_basic
71 authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm
72 authz_default authz_groupfile authz_host authz_owner authz_user
73 autoindex cache dav dav_fs dav_lock deflate dir disk_cache env expires
74 ext_filter file_cache filter headers include info log_config
75 logio mem_cache mime mime_magic negotiation rewrite setenvif
76 speling status unique_id userdir usertrack vhost_alias proxy"
77 ELIBC="SunOS" INPUT_DEVICES="keyboard mouse" KERNEL="SunOS"
78 LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb
79 ncurses text" LINGUAS="en de" USERLAND="GNU"
80 Unset: CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, FFLAGS, INSTALL_MASK,
81 LC_ALL, MAKEOPTS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS,
82 PORTAGE_RSYNC_EXTRA_OPTS
83
84 dve@nilfsik-ng ~ $ emerge --update world
85 WARNING: One or more repositories have missing repo_name entries:
86
87 /nilfisk/home/dve/gentoo32/usr/local/overlay/profiles/repo_name
88
89 NOTE: Each repo_name entry should be a plain text file containing a
90 unique name for the repository on the first line.
91 emerge: superuser access is required
92
93 Daniel