Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93946 - emerge emacs-cvs failes with CVS
Summary: emerge emacs-cvs failes with CVS
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Mac OSX (show other bugs)
Hardware: PPC OS X
: High normal (vote)
Assignee: Gentoo for Mac OS X
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-25 07:21 UTC by kinoko
Modified: 2006-04-12 10:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description kinoko 2005-05-25 07:21:16 UTC
emerge emacs-cvs failes with CVS.

Reproducible: Always
Steps to Reproduce:
1.emerge emacs-cvs
2.
3.

Actual Results:  
root@iBook /$ emerge emacs-cvs
Calculating dependencies ...done!
>>> emerge (1 of 1) app-editors/emacs-cvs-22.0.50 to /
>>> md5 files   ;-) emacs-cvs-22.0.50.ebuild
>>> md5 files   ;-) emacs-cvs-23.0.0.ebuild
>>> md5 files   ;-) files/40aspell-gentoo.el
>>> md5 files   ;-) files/50emacs-22.0.50.envd
>>> md5 files   ;-) files/50emacs-23.0.0.envd
>>> md5 files   ;-) files/digest-emacs-cvs-22.0.50
>>> md5 files   ;-) files/digest-emacs-cvs-23.0.0
>>> md5 files   ;-) files/emacs-22.0.50.desktop
>>> md5 files   ;-) files/emacs-23.0.0.desktop
>>> md5 files   ;-) files/emacs-cvs-21.3.50-nofink.diff
>>> md5 files   ;-) files/emacs-subdirs-el-gentoo.diff
>>> Unpacking source...
 * Fetching CVS module emacs into /usr/portage/distfiles/cvs-src ...
 * Running  cvs -q -f -z4 -d ":ext:anoncvs@savannah.gnu.org:/cvsroot/emacs" update -dP -rHEAD 
emacs
Could not create directory '/.ssh'.
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs update: cannot rewrite CVS/Entries.Backup: Permission denied
cvs [update aborted]: cannot open CVS/Tag: Permission denied

!!! ERROR: app-editors/emacs-cvs-22.0.50 failed.
!!! Function cvs_fetch, Line 444, Exitcode 1
!!! cvs update command failed
!!! If you need support, post the topmost build error, NOT this status message.


root@iBook /$ emerge info
!!! Relying on the shell to locate gcc, this may break
!!! DISTCC, installing gcc-config and setting your current gcc
!!! profile will fix this
Portage 2.0.51.22-r1 (default-darwin/macos/10.3, gcc-3.3, libsystem-7.1-r0, 7.9.0 Power Macintosh)
===============================================================
==
System uname: 7.9.0 Power Macintosh powerpc
macos-20041118
distcc 2.0.1-zeroconf powerpc-apple-darwin7.0 (protocol 1) (default port 3632) [disabled]
dev-lang/python:     [Not Present]
sys-apps/sandbox:    [Not Present]
sys-devel/autoconf:  [Not Present]
sys-devel/automake:  [Not Present]
sys-devel/binutils:  [Not Present]
sys-devel/libtool:   [Not Present]
virtual/os-headers:  7.1
ACCEPT_KEYWORDS="ppc-macos ~ppc-macos"
AUTOCLEAN="yes"
CBUILD="powerpc-apple-darwin"
CFLAGS="-O2 -pipe"
CHOST="powerpc-apple-darwin"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/share/config /var/
qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/env.d"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks sfperms strict userpriv"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/Linux/distributions/
gentoo"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://192.168.1.10/portage"
USE="ppc aqua cjk emboss gdbm gif jpeg ncurses nls png ppc-macos readline sdl spell ssl tiff 
userland_Darwin kernel_Darwin elibc_Darwin"
Unset:  ASFLAGS, CTARGET, LANG, LC_ALL, LDFLAGS, LINGUAS
Comment 1 Ryan Van Wagoner 2005-07-15 21:47:16 UTC
(In reply to comment #0)

I had the same problem under x86.  After I unset the FEATURES symbol in my
make.conf file the problem went away.

> FEATURES="autoconfig distlocks sfperms strict userpriv"

For me i had:

FEATURES="sandbox buIldpkg ccache distcc userpriv "

The common thread seems to be userpriv.  Try removing that from your list of
features until the problem is fixed.
Comment 2 kinoko 2005-07-24 07:32:01 UTC
(In reply to comment #1)
> The common thread seems to be userpriv.  Try removing that from your list of
> features until the problem is fixed.

Thank you, Ryan Van Wagoner.
I removed "userpriv" from list of FEATURES.
Now, I could emerge emacs-cvs-22.0.50.

Comment 3 Fabian Groffen gentoo-dev 2005-09-09 12:33:29 UTC
This is not a ppc-macos specific bug, and I doubt it will be fixed, as it
clearly is a not so easily fixable problem.

use `env FEATURES="-userpriv" emerge emacs-cvs` to emerge