cran- build failures on case-sensitive HFS

Derek Homeier <[email protected]> Wed, 16 Aug 2017 17:40:27 +0200
Newsgroups gmane.os.apple.fink.devel
Message-ID <1C03891D-B23A-48EB-84CB-98730D362F8D@astro.physik.uni-goettingen.de>
Hi,

these two updates to the R mods fail due to wrong directory names on case-sensitive filesystems:

--- /sw/fink/10.9-libcxx/stable/main/finkinfo/libs/rmods/cran-histdata-r.info	2017-08-08 09:47:00.000000000 +0200
+++ /sw/fink/10.9-libcxx/local/main/finkinfo/libs/rmods/cran-histdata-r.info	2017-08-16 15:57:54.000000000 +0200
@@ -19,14 +19,14 @@
   BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
   
   pushd ..
-  $BIN_R --verbose CMD build --no-build-vignettes histdata
+  $BIN_R --verbose CMD build --no-build-vignettes HistData
 <<
 InstallScript: <<
   #!/bin/sh -ev
   BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
   
   mkdir -p %i/lib/R/%type_raw[rversion]/site-library
-  pushd %b/.. && $BIN_R --verbose CMD INSTALL --library=%i/lib/R/%type_raw[rversion]/site-library histdata
+  pushd %b/.. && $BIN_R --verbose CMD INSTALL --library=%i/lib/R/%type_raw[rversion]/site-library HistData
 <<
 DescDetail: <<
 The HistData package provides a collection of small data sets that

                                                
--- /sw/fink/10.9-libcxx/stable/main/finkinfo/libs/rmods/cran-gridextra-r.info	2017-08-12 09:16:56.000000000 +0200
+++ /sw/fink/10.9-libcxx/local/main/finkinfo/libs/rmods/cran-gridextra-r.info	2017-08-16 16:47:49.000000000 +0200
@@ -19,14 +19,14 @@
   BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
   
   pushd ..
-  $BIN_R --verbose CMD build --no-build-vignettes gridextra
+  $BIN_R --verbose CMD build --no-build-vignettes gridExtra
 <<
 InstallScript: <<
   #!/bin/sh -ev
   BIN_R=%p/Library/Frameworks/R.framework/Versions/%type_raw[rversion]/Resources/bin/R
   
   mkdir -p %i/lib/R/%type_raw[rversion]/site-library
-  pushd %b/.. && $BIN_R --verbose CMD INSTALL --library=%i/lib/R/%type_raw[rversion]/site-library gridextra
+  pushd %b/.. && $BIN_R --verbose CMD INSTALL --library=%i/lib/R/%type_raw[rversion]/site-library gridExtra
 <<
 DescDetail: <<
 misc. high-level Grid functions


Cheers,
					Derek


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Fink-devel mailing list
[email protected]
List archive:
https://sourceforge.net/p/fink/mailman/fink-devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel