Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 865883 - dev-ml/lambda-term-3.1.0 build fails on missing lwt_react
Summary: dev-ml/lambda-term-3.1.0 build fails on missing lwt_react
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Team for the ML programming language family
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-08-20 14:45 UTC by Binary Runner
Modified: 2022-09-09 13:02 UTC (History)
0 users

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


Attachments
build log (lambda_term-buildlog.txt,5.19 KB, text/plain)
2022-08-20 14:45 UTC, Binary Runner
Details
emerge info (lambda_term-einfo.txt,8.17 KB, text/plain)
2022-08-20 14:46 UTC, Binary Runner
Details
environment (lambda_term-environment.txt,24.51 KB, text/plain)
2022-08-20 14:46 UTC, Binary Runner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Binary Runner 2022-08-20 14:45:14 UTC
>>> Compiling source in /var/tmp/portage/dev-ml/lambda-term-3.1.0/work/lambda-term-3.1.0 ...
 * Building ...
File "src/dune", line 5, characters 26-35:
5 |   (libraries lwt lwt.unix lwt_react zed lwt_log mew_vi)
                              ^^^^^^^^^
Error: Library "lwt_react" not found.
Hint: try:
  dune external-lib-deps --missing --profile release -j 9 @install                                                                                                                                                      [ !! ]
 * ERROR: dev-ml/lambda-term-3.1.0::gentoo failed (compile phase):
 *   (no error message)
 *
 * Call stack:
 *     ebuild.sh, line 127:  Called src_compile
 *   environment, line 594:  Called dune_src_compile
 *   environment, line 379:  Called die
Comment 1 Binary Runner 2022-08-20 14:45:37 UTC
Created attachment 800277 [details]
build log
Comment 2 Binary Runner 2022-08-20 14:46:12 UTC
Created attachment 800279 [details]
emerge info
Comment 3 Binary Runner 2022-08-20 14:46:32 UTC
Created attachment 800281 [details]
environment
Comment 4 Larry the Git Cow gentoo-dev 2022-09-09 13:02:17 UTC
The bug has been closed via the following commit(s):

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

commit af8840b93bbd9e35868f442a6ffdfd3d9f134784
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-09-09 13:01:58 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-09-09 13:01:58 +0000

    dev-ml/lambda-term: fix dep on lwt
    
    Closes: https://bugs.gentoo.org/865883
    Package-Manager: Portage-3.0.30, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/lambda-term/lambda-term-3.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)