https://bugzilla.suse.com/show_bug.cgi?id=1231661 https://bugzilla.suse.com/show_bug.cgi?id=1231661#c5 --- Comment #5 from Valentin Lefebvre <valentin.lefebvre@suse.com> --- (In reply to Stefan Hundhammer from comment #1)
Looks like it uses _POSIX_PATH_MAX (265), not Linux PATH_MAX (4096).
Initially, wget will check the file length before installing it. The error seems that it takes care about the path during the check of the filename, instead of taking only the filename. So nothing to do with the choice between _POSIX_PATH_MAX and PATH_MAX. (In reply to Andreas Stieger from comment #2)
https://git.savannah.gnu.org/cgit/wget.git/commit/ ?id=718ab3f79b3e2a547a8e6538b97cfdb8a94611b8
Looks like the error also appears in Tumbleweed where wget version is 1.24.5 that includes this change. However it is into this commit that the check of the file length is done when the option "-r/-x" is provided and therefore checking the whole pathname instead of the filename -- You are receiving this mail because: You are on the CC list for the bug.