Although I think this is properly a new thread, I'll recap briefly from the previous one. Martin, you wrote:

 Jonathan Levi MD wrote:
 []
 > mkstemp .VERSION.bkdMzF failed: Permission denied

 Have you looked at the ownership of the files in /sw/fink? Apart of the
 directory "debs" and one or two files that are owned by root, everything
 else whould be owned by you.

It may have been a variant of the 1045 problem, as dists(?) was so marked again. On the other hand, my mkstemp problem persisted, no matter how I fixed the permissions.


Accordingly, I mv'd /sw to /sw.bak, reinstalled fink , and did a seflupdate, thinking to restore everything in /sw.back to /sw that didn't conflict with something new. However, I didn't get that far: instead, I got

sh -c 'if test "chtype" = "cchar_t" ; then cat ./curses.wide >>curses.h ; fi'
cat ./curses.tail >>curses.h
sh ./MKhashsize.sh ./Caps >hashsize.h
AWK= sh ./MKncurses_def.sh ./ncurses_defs >ncurses_def.h
./MKncurses_def.sh: line 58:
!/[EMAIL PROTECTED]/ {
        if ( NF == 1 )
        {
                print "#ifndef", $1
                print "#define", $1, "0"
                print "#endif"
                print ""
        } else if ( NF != 0 ) {
                print "#ifndef", $1
                printf "#define"
                for (n = 1; n <= NF; n++) {
                        printf " %s", $n
                }
                print ""
                print "#endif"
                print ""
        }
}
END     {
print "#endif /* NC_DEFINE_H */"
        }
: No such file or directory
make[1]: *** [ncurses_def.h] Error 127
make: *** [all] Error 2
### execution of /var/tmp/tmp.2.LiakrV failed, exit code 2
Failed: compiling ncurses-5.3-20031018-2 failed

So, please help again,

Jonathan


------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ Fink-beginners mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-beginners

Reply via email to