Bug 1852158
| Summary: | lua-luv fails to build with Lua 5.4 (and hence fails to install): fatal error: compat-5.3.h: No such file or directory | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | lua-luv | Assignee: | Andreas Schneider <asn> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | asn, besser82, mhroncok, michel, spotrh |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-01 11:21:48 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1803234 | ||
|
Description
Igor Raits
2020-06-29 20:16:37 UTC
The attempted rebuild with Lua 5.4 fails: https://koji.fedoraproject.org/koji/taskinfo?taskID=46374577 [ 25%] Building C object CMakeFiles/libluv.dir/src/luv.c.o /usr/bin/gcc -DLUA_USE_DLOPEN -Dlibluv_EXPORTS -I/usr/include/lua-5.1 -I/builddir/build/BUILD/luv-1.36.0-0/deps/lua-compat-5.3/c-api -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -o CMakeFiles/libluv.dir/src/luv.c.o -c /builddir/build/BUILD/luv-1.36.0-0/src/luv.c make[2]: Leaving directory '/builddir/build/BUILD/luv-1.36.0-0/obj-lua54' /builddir/build/BUILD/luv-1.36.0-0/src/luv.c:20:10: fatal error: compat-5.3.h: No such file or directory 20 | #include "compat-5.3.h" | ^~~~~~~~~~~~~~ compilation terminated. make[2]: *** [CMakeFiles/libluv.dir/build.make:86: CMakeFiles/libluv.dir/src/luv.c.o] Error 1 make[1]: *** [CMakeFiles/Makefile2:101: CMakeFiles/libluv.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... make[2]: Entering directory '/builddir/build/BUILD/luv-1.36.0-0/obj-lua54' [ 50%] Building C object CMakeFiles/luv.dir/src/luv.c.o /usr/bin/gcc -DLUA_USE_DLOPEN -Dluv_EXPORTS -I/usr/include/lua-5.1 -I/builddir/build/BUILD/luv-1.36.0-0/deps/lua-compat-5.3/c-api -O2 -fexceptions -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -fPIC -o CMakeFiles/luv.dir/src/luv.c.o -c /builddir/build/BUILD/luv-1.36.0-0/src/luv.c make[2]: Leaving directory '/builddir/build/BUILD/luv-1.36.0-0/obj-lua54' /builddir/build/BUILD/luv-1.36.0-0/src/luv.c:20:10: fatal error: compat-5.3.h: No such file or directory 20 | #include "compat-5.3.h" | ^~~~~~~~~~~~~~ compilation terminated. I have this fixed locally, I am just waiting for cmake to rebuild (it needed a fix to the FindLua.cmake helper). Hello, Please note that this comment was generated automatically. If you feel that this output has mistakes, please contact me via email (ignatenkobrain). All subpackages of a package agaisnt which this bug was filled are now installable or removed from Fedora 33. Thanks for taking care of it! |