[Bug 12951] trouble building when too long filenames are used in build
bugzilla at busybox.net
bugzilla at busybox.net
Thu Jun 4 09:00:11 UTC 2020
https://bugs.busybox.net/show_bug.cgi?id=12951
Bernhard Reutner-Fischer <aldot at uclibc.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |FIXED
Status|NEW |RESOLVED
--- Comment #3 from Bernhard Reutner-Fischer <aldot at uclibc.org> ---
please try current git.
6687fc9276fa52defaf8592f2001c19b826aec93
buildsys: shorten abi dep-file names
certain crypto-layers encode required information in the
filename hence crippling NAME_MAX from 255 down to about 143
ascii chars.
Since the dependency files of libgcc_eh and libsupc encode the full
path to the corresponding libraries, the names of the dep files can
get quite large. Shorten them by some (arbitrary, short) hash.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the uClibc-cvs
mailing list