When trying to emerge update zsh (from 4.2.4 to 4.2.5)with the test feature enabled in make.conf, I get lots of errors like those ones: ACCESS DENIED open_wr: /dev/ptya0 ACCESS DENIED open_wr: /dev/ptya1 ACCESS DENIED open_wr: /dev/ptya2 .... Could be related to bug #70364 but I'm not sure. NB: without test enabled, everything's ok. Reproducible: Always Steps to Reproduce: 1. enable 'test' feature in make.conf 2. emerge zsh (4.2.5) 3. Actual Results: Lots of error like "ACCESS DENIED open_wr: /dev/pty**" then emerge fails with a long log file: /tmp/sandbox-app-shells_-_zsh-4.2.5-26240.log Expected Results: zsh emerged marge root # emerge --info Portage 2.0.51.19 (default-linux/x86/2005.0/2.4, gcc-3.3.5-20050130, glibc-2.3.4.20041102-r1, 2.4.29 i686) ================================================================= System uname: 2.4.29 i686 AMD Duron(tm) Gentoo Base System version 1.4.16 Python: dev-lang/python-2.3.5 [2.3.5 (#1, Apr 28 2005, 14:54:31)] ccache version 2.3 [enabled] dev-lang/python: 2.3.5 sys-apps/sandbox: [Not Present] sys-devel/autoconf: 2.13, 2.59-r6 sys-devel/automake: 1.6.3, 1.5, 1.7.9-r1, 1.4_p6, 1.9.4, 1.8.5-r3 sys-devel/binutils: 2.15.92.0.2-r7 sys-devel/libtool: 1.5.16 virtual/os-headers: 2.4.22-r1 ACCEPT_KEYWORDS="x86" AUTOCLEAN="yes" CFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer" CHOST="i686-pc-linux-gnu" CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /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/control" CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d" CXXFLAGS="-mcpu=athlon-xp -O2 -pipe -fomit-frame-pointer" DISTDIR="/usr/portage/distfiles" FEATURES="autoaddcvs autoconfig ccache collision-protect distlocks noauto sandbox sfperms strict test" GENTOO_MIRRORS="http://mirror.switch.ch/mirror/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://ftp.du.se/pub/os/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/" LANG="fr_FR@euro" LC_ALL="fr_FR@euro" LINGUAS="fr fr_FR en en_US" MAKEOPTS="-j2" PKGDIR="/usr/portage/packages" PORTAGE_TMPDIR="/var/tmp" PORTDIR="/usr/portage" PORTDIR_OVERLAY="/usr/local/portage" SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage" USE="x86 3dfx 3dnow aalib acl adns aim apache2 audiofile avi bash-completion berkdb bindist bitmap-fonts bonobo caps crypt cscope cups curl directfb divx4linux doc emboss encode ethereal fam fastcgi fbcon fdftk flac flash foomaticdb fortran freetds gd gdbm ggi gif gpm gstreamer gtk2 guile icq imagemagick imap imlib innodb jabber jikes jpeg junit lcms ldap lesstif libg++ libgda libwww mad maildir mbox mcal md5sum mikmod mmx motif mozilla mp3 mpeg mpi msn mysql ncurses nls nocd oci8 odbc ogg oggvorbis opengl oscar pam pdflib perl png postgres ppds prelude python quicktime readline ruby samba sasl slang slp snmp socks5 speex spell sqlite sse ssl svga tcpd tetex theora tiff truetype truetype-fonts type1-fonts unicode usb vhosts vorbis wmf xface xml2 xv xvid yahoo zeo zlib linguas_fr linguas_fr_FR linguas_en linguas_en_US userland_GNU kernel_linux elibc_glibc" Unset: ASFLAGS, CBUILD, CTARGET, LDFLAGS
Created attachment 59540 [details] zsh-4.2.5.ebuild (modified) I can't reproduce the bug. Is it solved by the attached ebuild?
Thanks a lot Mamoru. I don't know what this 'addpredict' means, but it completely solved my problem. BTW I'm still stucked with 2.4 kernel and devfs, that could be the reason why you're not able to reproduce the bug. Anyway, thanks again.