| Summary: | app-emulation/libguestfs-1.36.13 - No rule to make target '../builder/index-parse.c', needed by 'libguestfs.pot'. Stop. | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Martin Mokrejš <mmokrejs> |
| Component: | Current packages | Assignee: | Maxim Koltsov (RETIRED) <maksbotan> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | normal | CC: | eugene.shalygin, eva, jstein, mmokrejs |
| Priority: | Normal | ||
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | build.log.bz2 | ||
|
Description
Martin Mokrejš
2018-07-14 04:16:19 UTC
Created attachment 539454 [details]
build.log.bz2
Duplicate of #649882 You mean a dupe of bug #652430. well, I got it. While still getting the error at the moment I have: # emerge -pv dev-lang/ocaml dev-ml/ocamlbuild dev-ml/ocaml-gettext dev-ml/ocaml-fileutils dev-lang/ocaml dev-ml/ocamlbuild dev-ml/ocaml-gettext These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild R ] dev-lang/ocaml-4.05.0-r1:0/4.05.0::gentoo USE="X ncurses ocamlopt -emacs -flambda -latex -spacetime -xemacs" 4330 KiB [ebuild R ] dev-ml/ocamlbuild-0.11.0:0/0.11.0::gentoo USE="ocamlopt -test" 191 KiB [ebuild R ] dev-ml/ocaml-fileutils-0.5.2:0/0.5.2::gentoo USE="ocamlopt -debug -doc -test" 127 KiB [ebuild R ] dev-ml/ocaml-gettext-0.3.7:0/0.3.7::gentoo USE="-doc -test" 132 KiB Total: 4 packages (4 reinstalls), Size of downloads: 4779 KiB # emerge -pv app-emulation/libguestfs These are the packages that would be merged, in order: Calculating dependencies... done! [ebuild U ] app-emulation/libguestfs-1.36.13:0/1.36::gentoo [1.28.5-r2:0/1.28::gentoo] USE="fuse gtk%* perl python -bash-completion -debug -doc -erlang -inspect-icons -introspection -lua -ocaml -ruby (-selinux) -static-libs -systemtap -test" PYTHON_SINGLE_TARGET="python3_6%* -python2_7* -python3_4 -python3_5" PYTHON_TARGETS="python2_7 python3_6%* -python3_4 -python3_5*" 0 KiB Total: 1 package (1 upgrade), Size of downloads: 0 KiB So, I agree the only thing needed was to enable USE=ocaml: USE=ocaml emerge -1 app-emulation/libguestfs *** This bug has been marked as a duplicate of bug 652430 *** |