Summary: | games-engines/love-0.8.0-r100 - libraries/.../unix.c: error: implicit declaration of function luaL_openlib | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Marek Szuba (RETIRED) <marecki> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | sam |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | ~arch only | ||
Package list: | Runtime testing required: | --- | |
Bug Depends on: | |||
Bug Blocks: | 870412 | ||
Attachments: |
emerge-info.txt
emerge-history.txt environment etc.portage.tar.bz2 games-engines:love-0.8.0-r100:20221003-125459.log logs.tar.bz2 temp.tar.bz2 |
Description
Toralf Förster
![]() Created attachment 817696 [details]
emerge-info.txt
Created attachment 817699 [details]
emerge-history.txt
Created attachment 817702 [details]
environment
Created attachment 817705 [details]
etc.portage.tar.bz2
Created attachment 817708 [details]
games-engines:love-0.8.0-r100:20221003-125459.log
Created attachment 817711 [details]
logs.tar.bz2
Created attachment 817714 [details]
temp.tar.bz2
The bug has been closed via the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df42fda1b1c333d9e02a965d71fc2bbd2b808951 commit df42fda1b1c333d9e02a965d71fc2bbd2b808951 Author: Marek Szuba <marecki@gentoo.org> AuthorDate: 2022-10-04 12:45:49 +0000 Commit: Marek Szuba <marecki@gentoo.org> CommitDate: 2022-10-04 12:50:23 +0000 games-engines/love: allow implicit function declarations in legacy slots For the record, :0.7 and :0.8 are both ancient versions of LOVE which we only keep in the tree because of reverse dependencies - of which there are very few and which themselves are rather old. Closes: https://bugs.gentoo.org/874651 Signed-off-by: Marek Szuba <marecki@gentoo.org> games-engines/love/love-0.7.2-r100.ebuild | 9 +++++++-- games-engines/love/love-0.8.0-r100.ebuild | 9 +++++++-- 2 files changed, 14 insertions(+), 4 deletions(-) Try -DLUA_COMPAT_OPENLIB=1 instead (https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b1436c7434d763f06dda60229747997664fb5c5). It seems to do the job. Thanks, pushed. |