Opened 15 years ago

Closed 15 years ago

#20321 closed defect (fixed)

py26-reportlab 2.3 build is not case sensitive filesystem safe

Reported by: hinman@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc: jmroot (Joshua Root)
Port: py26-reportlab

Description

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

Change History (1)

comment:1 Changed 15 years ago by jmroot (Joshua Root)

Cc: jmr@… added
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.