[MacPorts] #20321: py26-reportlab 2.3 build is not case sensitive filesystem safe

MacPorts noreply at macports.org
Wed Jul 15 12:35:16 PDT 2009


#20321: py26-reportlab 2.3 build is not case sensitive filesystem safe
------------------------------+---------------------------------------------
 Reporter:  hinman@…          |       Owner:  macports-tickets@…                   
     Type:  defect            |      Status:  new                                  
 Priority:  Normal            |   Milestone:                                       
Component:  ports             |     Version:  1.7.1                                
 Keywords:                    |        Port:  py26-reportlab                       
------------------------------+---------------------------------------------
 Building py26-reportlab version 2.3 fails on a case sensitive filesystem
 with the following:

 {{{

 --->  Applying patches to py26-reportlab
 Error: Target org.macports.patch returned: couldn't change working
 directory to
 "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_python_py26-reportlab/work/reportlab_2_3":
 no such file or directory
 Error: The following dependencies failed to build: py26-reportlab
 Error: Status 1 encountered during processing.

 }}}

 The directory it needs to be in is "ReportLab_2_3" not "reportlab_2_3"
 The following patch fixes the problem

 {{{
 --- Portfile.orig       2009-07-15 14:19:59.000000000 -0500
 +++ Portfile    2009-07-15 14:22:08.000000000 -0500
 @@ -22,7 +22,7 @@
                      rmd160  ebb347765d516e74b965ec89c7909ec7592e3f54
  depends_lib-append  port:py26-numeric port:py26-pil

 -worksrcdir          reportlab_2_3
 +worksrcdir          ${distname}

  patchfiles          patch-src_reportlab_lib_testutils.py.diff

 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/20321>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list