Mathieu Othacehe schreef op zo 25-07-2021 om 11:54 [+0200]: > The CI reports that core-updates evaluation is broken. That's because > "search-input-file" expects a relative FILE whereas some calls, such as > the one in the glib package provide an absolute one: [...] > > We could edit all those calls to use relative FILE arguments. Another > solution would be to make sure that search-input-file treats > "/bin/python" and "bin/python" the same way as proposed in the attached > patch. > > That would be consistent with search-input-directory that already > accepts both "/include/xxx" and "include/xxx". Allowing both "/bin/python" and "bin/python" seems more robust than only allowing "bin/python", so I'm not opposed to trimming leading slashes. (Also less work than editing all those calls I presume.) Nitpick (‘build: utils: Trim trailing slashes from search-input-file’): it is leading slashes that are trimmed, not trailing slashes. Maybe a warning could be emitted if there were any leading slashes? Greetings, Maxime.