* Tom Mueller (pkg-discuss) <[EMAIL PROTECTED]> [2008-04-09 22:13]:
> 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.

  file.py is still using tempfile.mkstemp(), and not the repository
  file/ hierarchy style.

  - Stephen

-- 
[EMAIL PROTECTED]  http://blogs.sun.com/sch/
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to