alashworth / test-issue-import

0 stars 0 forks source link

Filename too long #150

Open alashworth opened 5 years ago

alashworth commented 5 years ago

Issue by bgoodri Saturday Jun 24, 2017 at 15:52 GMT Originally opened as https://github.com/stan-dev/stan/issues/2338


Summary:

src/stan/lang/generator/generate_function_instantiation_template_parameters.hpp is too long of a filename for the StanHeaders R package

Description:

Storing paths of more than 100 bytes is not portable and may fail on very old systems.

Reproducible Steps:

Build the StanHeaders package

Current Output:

* building ‘StanHeaders_2.16.0.tar.gz’
Warning in utils::tar(filepath, pkgname, compression = "gzip", compression_level = 9L,  :
  storing paths of more than 100 bytes is not portable:
  ‘StanHeaders/inst/include/src/stan/lang/generator/generate_function_instantiation_template_parameters.hpp’

Expected Output:

None

Additional Information:

None

Current Version:

v2.16.0

alashworth commented 5 years ago

Comment by bob-carpenter Saturday Jun 24, 2017 at 16:20 GMT


OK, I can fix that for the next release.