#612 make dist fails for long file names
Metadata
Property | Value |
---|---|
Reported by | Markus Blatt (markus@dr-blatt.de) |
Reported at | Oct 1, 2009 10:32 |
Type | Bug Report |
Version | Git (pre2.4) [autotools] |
Operating System | Unspecified / All |
Last edited by | Markus Blatt (markus@dr-blatt.de) |
Last edited at | Jan 8, 2010 14:38 |
Closed by | Markus Blatt (markus@dr-blatt.de) |
Closed at | Jan 8, 2010 14:38 |
Closed in version | Unknown |
Resolution | Works for me |
Comment | This was invalid (There is no ustar used). Sorry. |
Description
Currently there is no support for files whose path names are more than 99 characters long.
THerefore make dist of dune-localfunctions fails to incorporate some files:
tar: dune-localfunctions-0.1/dune/finiteelements/rannacher_turek2d/rannacher_turek2dlocalinterpolation.hh: Dateiname ist zu lang (max. 99); nicht gesichert. tar: Fehler beim Beenden, verursacht durch vorhergehende Fehler.
Either we do not use such long path names any more or we choose not to use the most restrictive tar mode by setting AUTOMAKE_OPTIONS = tar-pax (and might fail on some platforms)
Opinions?