Page MenuHomePhabricator

Maximum permitted file system path length calculation is wrong
Closed, ResolvedPublic

Description

Since the build location of the external projects has been changed from

<MITK-Superbuild-Dir>/<Proj-Name>

to

<MITK-Superbuild-Dir>/ep/src/<Proj-Name>

the check whether the file system path of the ITK build is too long, is to permissive.

Event Timeline

User knorr has pushed new remote branch:

bug-18894-MaximumPermittedFileSystemPathLenghtCalculationIsWrong

[24d948]: Merge branch 'bug-18894-MaximumPermittedFileSystemPathLenghtCalculatio

Merged commits:

2015-05-26 11:37:45 Daniel Knorr [866445]
Changed the src_dir_length_max to 34.
The new path to calculate the src_dir_length_max is ep/src/ITK-build.


2015-05-26 10:27:18 Daniel Knorr [64e359]
Changed the src_dir_length_max to 38.
5 more characters to count for the subtraction.