[Webkit-unassigned] [Bug 243329] webkitpy: Failed to install lupa-1.13.0! on WinCairo buildbot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 28 19:13:18 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=243329

--- Comment #2 from Fujii Hironori <Hironori.Fujii at sony.com> ---
lupa-1.13/lupa.egg-info/SOURCES.txt of lupa-1.13.tar.gz contains the someone's absolute path.

> ...
> /home/runner/work/lupa/lupa/third-party/lua/lapi.c
> /home/runner/work/lupa/lupa/third-party/lua/lauxlib.c
> /home/runner/work/lupa/lupa/third-party/lua/lbaselib.c
> ...

Unpacking lupa-1.13.tar.gz and invoking "python .\setup.py install" reported the same error.

> ValueError: path '/home/runner/work/lupa/lupa/third-party/lua/lapi.c' cannot be absolute

However, removing the 'lupa.egg-info' directory and invoking "python .\setup.py install" succeeded.
'lupa.egg-info' directory was regenerated and lupa.egg-info/SOURCES.txt contained my absolute path.

> ...
> D:/work/tmp/lupa-1.13/third-party/lua/lapi.c
> D:/work/tmp/lupa-1.13/third-party/lua/lauxlib.c
> D:/work/tmp/lupa-1.13/third-party/lua/lbaselib.c
> ...

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220729/1b4aad06/attachment-0001.htm>


More information about the webkit-unassigned mailing list