#1784: distutils fails sdist and bdist if zlib is not installed
-------------------------+--------------------------------------------------
 Reporter:  whiteknight  |       Owner:       
     Type:  bug          |      Status:  new  
 Priority:  normal       |   Milestone:       
Component:  none         |     Version:  2.7.0
 Severity:  medium       |    Keywords:       
     Lang:               |       Patch:       
 Platform:               |  
-------------------------+--------------------------------------------------
 If zlib is not installed, the GzipHandle PMC will not be installed with
 Parrot. distutils does not check this condition, it attempts to loadlib
 gziphandle, and when it cannot be found there is a cryptic unhandled
 exception.

 distutils should attempt to detect the presence of gziphandle, and display
 a helpful error message if it cannot be found.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1784>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to