Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 68909 - dvenv: it doesn't compile
Summary: dvenv: it doesn't compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Pieter Van den Abeele (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-25 17:12 UTC by Christian Zoffoli (RETIRED)
Modified: 2005-01-26 14:12 UTC (History)
0 users

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


Attachments
fixed ebuild (dvenv.chris.diff,305 bytes, patch)
2004-10-25 17:12 UTC, Christian Zoffoli (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Zoffoli (RETIRED) gentoo-dev 2004-10-25 17:12:13 UTC
I can't merge dvenv. There's an "access denied error".
You can find the path on the attachment

Reproducible: Always
Steps to Reproduce:
1.
2.
3.

Actual Results:  
 /bin/install -c -m 644 env.h
/var/tmp/portage/dvenv-0.2.2/image//usr/include/dvenv/env.h
 /bin/install -c -m 644 noconst.h
/var/tmp/portage/dvenv-0.2.2/image//usr/include/dvenv/noconst.h
make[2]: Leaving directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/dvenv'
make[1]: Leaving directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/dvenv'
Making install in m4
make[1]: Entering directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/m4'
make[2]: Entering directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/m4'
make[2]: Nothing to be done for `install-exec-am'.
/bin/sh ../mkinstalldirs /usr/share/aclocal
 /bin/install -c -m 644 dvenv.m4 /usr/share/aclocal/dvenv.m4
ACCESS DENIED  open_wr:   /usr/share/aclocal/dvenv.m4
/bin/install: cannot create regular file `/usr/share/aclocal/dvenv.m4':
Permission denied
make[2]: *** [install-m4DATA] Error 1
make[2]: Leaving directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/m4'
make[1]: *** [install-am] Error 2
make[1]: Leaving directory `/var/tmp/portage/dvenv-0.2.2/work/dvenv-0.2.2/m4'
make: *** [install-recursive] Error 1
man:
prepallstrip:
strip:
strip:
   usr/lib/libdvenv.so.0.0.0
making executable: /usr/lib/libdvenv.so.0.0.0
>>> Completed installing into /var/tmp/portage/dvenv-0.2.2/image/

--------------------------- ACCESS VIOLATION SUMMARY ---------------------------
LOG FILE = "/tmp/sandbox-dev-libs_-_dvenv-0.2.2-406.log"

open_wr:   /usr/share/aclocal/dvenv.m4
--------------------------------------------------------------------------------



Portage 2.0.51-r2 (default-x86-2004.0, gcc-3.3.4, glibc-2.3.4.20040808-r1,
2.6.8.1 i686)
=================================================================
System uname: 2.6.8.1 i686 Pentium III (Coppermine)
Gentoo Base System version 1.4.16
distcc 2.16 i686-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.3 [enabled]
Autoconf: sys-devel/autoconf-2.59-r5
Automake: sys-devel/automake-1.8.5-r1
Binutils: sys-devel/binutils-2.14.90.0.8-r1
Headers:  sys-kernel/linux-headers-2.4.21-r1
Libtools: sys-devel/libtool-1.5.2-r5
ACCEPT_KEYWORDS="x86"
AUTOCLEAN="yes"
CFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer "
CHOST="i686-pc-linux-gnu"
COMPILER=""
CONFIG_PROTECT="/etc /usr/X11R6/lib/X11/xkb /usr/kde/2/share/config
/usr/kde/3.1/share/config /usr/kde/3.2/share/config /usr/kde/3.3/env
/usr/kde/3.3/share/config /usr/kde/3.3/shutdown /usr/kde/3/share/config
/usr/lib/mozilla/defaults/pref /usr/share/config
/usr/share/texmf/dvipdfm/config/ /usr/share/texmf/dvips/config/
/usr/share/texmf/tex/generic/config/ /usr/share/texmf/tex/platex/config/
/usr/share/texmf/xdvi/ /var/bind /var/qmail/alias /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=pentium3 -O2 -pipe -fomit-frame-pointer "
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs buildpkg ccache distlocks sandbox"
GENTOO_MIRRORS="http://www.gigaload.org/gentoo.org/ http://gentoo.mirror.icd.hu/
ftp://ftp.linux.ee/pub/gentoo/distfiles/"
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://10.0.4.11/gentoo-portage"
USE="X aalib alsa apache2 apm arts atm avi berkdb bitmap-fonts cdr crypt cups
dlz dvd encode esd evo f77 fbcon foomaticdb gdbm gif gimpprint gnome gpm gtk
gtk2 imlib innodb jabber2 java jpeg kde kerberos ldap libg++ libwww lzw mad
mailwrapper mikmod mmx mng motif mozilla mpeg mysql ncurses neural nls oggvorbis
opendlm opengl opie oss pam pdflib perl png postgres python qmail qt quicktime
readline sasl scanner sdl slang spell sse ssl svg svga tcltk tcpd tetex tiff
tinydyndns truetype vda virus-scan wmf x86 xml xml2 xmms xprint xv zlib"
Comment 1 Christian Zoffoli (RETIRED) gentoo-dev 2004-10-25 17:12:57 UTC
Created attachment 42586 [details, diff]
fixed ebuild
Comment 2 Christian Zoffoli (RETIRED) gentoo-dev 2005-01-26 14:12:11 UTC
fixed in cvs