Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 729734 - dev-games/libmt_client fails to compile (configure: error: Could not find libmaitretarot)
Summary: dev-games/libmt_client fails to compile (configure: error: Could not find lib...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Games
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-06-26 14:57 UTC by Agostino Sarubbo
Modified: 2021-03-17 05:49 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,12.97 KB, text/plain)
2020-06-26 14:57 UTC, Agostino Sarubbo
Details
other.tar.bz2 (other.tar.bz2,6.45 KB, application/x-bzip-compressed-tar)
2020-06-26 14:57 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2020-06-26 14:57:44 UTC
@@This is an auto-filed bug@@
Feel free to change the summary at your convenience.

Issue: dev-games/libmt_client fails to compile.
Discovered on: amd64

NOTE:
This machine uses a clang/LLVM toolchain.
If you think that this issue is strictly related to clang/LLVM please mention it in the summary and block bug 408963. If you need further logs, feel free to ask.
Comment 1 Agostino Sarubbo gentoo-dev 2020-06-26 14:57:49 UTC
Created attachment 646560 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2020-06-26 14:57:51 UTC
Created attachment 646562 [details]
other.tar.bz2

other logs
Comment 3 Larry the Git Cow gentoo-dev 2021-03-17 05:40:41 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5920d8d69674ce438e01432cff064b8ad2abea04

commit 5920d8d69674ce438e01432cff064b8ad2abea04
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-17 05:37:04 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-17 05:40:30 +0000

    games-board/mt_dolphin_ia: EAPI 7, regenerate against fixed macros
    
    Closes: https://bugs.gentoo.org/729734
    Closes: https://bugs.gentoo.org/716102
    Closes: https://bugs.gentoo.org/715582
    Signed-off-by: Sam James <sam@gentoo.org>

 ...98-r1.ebuild => mt_dolphin_ia-0.1.98-r2.ebuild} | 24 ++++++++++++++++++----
 1 file changed, 20 insertions(+), 4 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2edc121314581cc76968273cff5586b07ab5b9a

commit a2edc121314581cc76968273cff5586b07ab5b9a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-17 05:31:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-17 05:40:27 +0000

    games-board/mt_ncurses_client: regenerate against fixed macros
    
    We don't need to patch our local copy of the macros for
    dev-games/libmt_client, dev-games/libmaitretarot if
    we just install fixed system versions.
    
    Closes: https://bugs.gentoo.org/729734
    Closes: https://bugs.gentoo.org/716102
    Closes: https://bugs.gentoo.org/715582
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/mt_ncurses_client-0.1.98-libdir.patch    | 34 ----------------------
 .../mt_ncurses_client-0.1.98-r1.ebuild             | 17 +++++++++--
 2 files changed, 15 insertions(+), 36 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1b8ce79f27e26e3df2ebd6f3a9fe816cc8cdf825

commit 1b8ce79f27e26e3df2ebd6f3a9fe816cc8cdf825
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-17 05:10:11 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-17 05:40:00 +0000

    dev-games/libmt_client: port to EAPI 7, install M4 macro, fix libdir
    
    * Fix libdir in our macro (then install it)
    * Install M4 macro
    
    This helps consumers like games-board/mt_ncurses_client find
    dev-games/libmt_client.
    
    We need to install the M4 macro so that we can actually regenerate
    (eautoreconf).
    
    Right now, some consumers don't have bundled macros at all,
    and others lack the needed libdir fixes.
    
    Let's install fixed ones here (and in libmaitretarot) so that consumers
    can just rely on those.
    
    Closes: https://bugs.gentoo.org/729734
    Closes: https://bugs.gentoo.org/716102
    Closes: https://bugs.gentoo.org/715582
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/libmt_client-0.1.98-format.patch         |  4 ++--
 .../files/libmt_client-0.1.98-libdir.patch         | 18 +++++++++++++++
 ...0.1.98.ebuild => libmt_client-0.1.98-r1.ebuild} | 26 +++++++++++++++++-----
 3 files changed, 41 insertions(+), 7 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41c4195d9ca0b708de3527b4537fdcb0d892a83

commit b41c4195d9ca0b708de3527b4537fdcb0d892a83
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-03-17 05:09:23 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-03-17 05:39:59 +0000

    dev-games/libmaitretarot: install (patched) m4 macro for consumers
    
    We need to install the M4 macro so that we can actually regenerate
    (eautoreconf).
    
    Right now, some consumers don't have bundled macros at all,
    and others lack the needed libdir fixes.
    
    Let's install fixed ones here (and in libmt_client) so that consumers
    can just rely on those.
    
    Closes: https://bugs.gentoo.org/729734
    Closes: https://bugs.gentoo.org/716102
    Closes: https://bugs.gentoo.org/715582
    Signed-off-by: Sam James <sam@gentoo.org>

 .../files/libmaitretarot-0.1.98-libdir.patch           | 18 ++++++++++++++++++
 ....1.98-r1.ebuild => libmaitretarot-0.1.98-r2.ebuild} | 10 ++++++++++
 2 files changed, 28 insertions(+)