I've posted a couple of times regarding this problem without a response 
so I guess I'll ask as if it were a generic problem rather than 
application specific. I am trying to get an app running (tightvnc) 
doing "emerge tightvnc" completes successfully but doesn't build one 
essential executable (Xvnc). It seems to be due to a permission problem 
in /tmp:

$ grep "Permission denied" /home/ernie/DOCS/tightvnc_emerge.log
sh: line 1: /tmp/filesRuiNF: Permission denied
sh: line 1: /tmp/fileE1zBoQ: Permission denied
sh: line 1: /tmp/fileTqEduX: Permission denied
sh: line 1: /tmp/fileNISo73: Permission denied

from /var/tmp/portage/tightvnc-1.2.8/temp/environment:

src_compile ()
{
    xmkmf -a || diefunc "$FUNCNAME" "$LINENO" "$?" "xmkmf failed";
    make CDEBUGFLAGS="$CFLAGS" World || diefunc "$FUNCNAME" "$LINENO" 
"$?" "make World failed";
    cd Xvnc && ./configure || diefunc "$FUNCNAME" "$LINENO" "$?" 
"Configure failed.";
    if use tcpd; then
        make EXTRA_LIBRARIES="-lwrap -lnss_nis" CDEBUGFLAGS="$CFLAGS" 
EXTRA_DEFINES="-DUSE_LIBWRAP=1";
    else
        make CDEBUGFLAGS="$CFLAGS";
    fi
}

Does anyone know how I can work around this? What additional info is 
needed?
-- 
Regards, Ernie
100% Microsoft and Intel free


--
[EMAIL PROTECTED] mailing list

Reply via email to