Please review the changes for: 941 pkg install fails due to excessive length of filesystem path
http://cr.opensolaris.org/~tmueller/cr-941/ The solution here (thanks Bart) is to store the temporary compressed file under the download directory using the same structure as is used in the repository. Additional actions that reference the same file use filenames with a .0, .1, etc. appended. That fix is in filelist.py. The other part of the fix is to change the temporary file name used for the uncompressed file. Before, the hashval was appended to the pathname. Now a tempfile is used instead. Thanks. Tom _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
