Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 703248 - dev-ml/seq-0.1 : /.../sh: ocamlopt: command not found
Summary: dev-ml/seq-0.1 : /.../sh: ocamlopt: command not found
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tupone Alfredo
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-18 00:12 UTC by Toralf Förster
Modified: 2019-12-19 13:52 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.15 KB, text/plain)
2019-12-18 00:12 UTC, Toralf Förster
Details
dev-ml:seq-0.1:20191217-234154.log (dev-ml:seq-0.1:20191217-234154.log,1.85 KB, text/plain)
2019-12-18 00:12 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,219.98 KB, text/plain)
2019-12-18 00:12 UTC, Toralf Förster
Details
environment (environment,20.39 KB, text/plain)
2019-12-18 00:12 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,37.72 KB, application/x-bzip)
2019-12-18 00:12 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,7.15 KB, application/x-bzip)
2019-12-18 00:12 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2019-12-18 00:12:00 UTC
00:00:00 4    (0   ) src/seq.cmo                                     O-B--Di- |
+ ocamlopt -c -g -I src -o src/seq.cmx src/seq.ml
/bin/sh: ocamlopt: command not found

Command exited with code 127.


  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_gnome_systemd-libressl-20191211-220203

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-9.2.0 *

clang:
clang version 9.0.1 
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/lib/llvm/9/bin
llvm:
9.0.1
Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
Available Ruby profiles:
  [1]   ruby24 (with Rubygems)
  [2]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.39.0 *
java-config:
The following VMs are available for generation-2:
1)	IcedTea JDK 3.14.0 [icedtea-8]
*)	IcedTea JDK 3.13.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-8 
  [2]   icedtea-bin-8  system-vm

repository:
==> /var/db/repos/gentoo/metadata/timestamp.chk <==
Tue, 17 Dec 2019 22:45:54 +0000

emerge -qpvO dev-ml/seq
[ebuild  N    ] dev-ml/seq-0.1
Comment 1 Toralf Förster gentoo-dev 2019-12-18 00:12:03 UTC
Created attachment 599980 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2019-12-18 00:12:06 UTC
Created attachment 599982 [details]
dev-ml:seq-0.1:20191217-234154.log
Comment 3 Toralf Förster gentoo-dev 2019-12-18 00:12:09 UTC
Created attachment 599984 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2019-12-18 00:12:11 UTC
Created attachment 599986 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2019-12-18 00:12:14 UTC
Created attachment 599988 [details]
etc.portage.tbz2
Comment 6 Toralf Förster gentoo-dev 2019-12-18 00:12:17 UTC
Created attachment 599990 [details]
temp.tbz2
Comment 7 Tupone Alfredo gentoo-dev 2019-12-18 21:04:33 UTC
It seems that you have disabled ocamlopt in some package but this is using it. 
As actually no line of code in seq run ocaml maybe the package on which it depends are inconsistent.
Before fixin gthe ebuild can you please tell me the use flag enabled on 

dev-ml/findlib
dev-ml/ocamlbuild

tia
Comment 8 Toralf Förster gentoo-dev 2019-12-18 21:30:19 UTC
(In reply to Tupone Alfredo from comment #7)
> It seems that you have disabled ocamlopt in some package but this is using
> it. 
> As actually no line of code in seq run ocaml maybe the package on which it
> depends are inconsistent.
> Before fixin gthe ebuild can you please tell me the use flag enabled on 
> 
> dev-ml/findlib
> dev-ml/ocamlbuild
> 
> tia

well. the USE flags are usually not package specific at a particular tinderbox image, but rather global as seen in make.conf.USE (attached in the etc tar ball).

Ok, here you go:

# emerge -qpvO dev-ml/findlib
[ebuild   R   ] dev-ml/findlib-1.7.3  USE="-doc -ocamlopt -tk" 

# emerge -qpvO dev-ml/ocamlbuild
[ ok ]
[ebuild   R   ] dev-ml/ocamlbuild-0.11.0  USE="-ocamlopt -tes
Comment 9 Larry the Git Cow gentoo-dev 2019-12-19 13:52:00 UTC
The bug has been closed via the following commit(s):

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

commit d0dccd5000a4e1d6633db5f9476740e8aee02dcd
Author:     Tupone Alfredo <tupone@gentoo.org>
AuthorDate: 2019-12-19 13:51:32 +0000
Commit:     Tupone Alfredo <tupone@gentoo.org>
CommitDate: 2019-12-19 13:51:32 +0000

    dev-ml/seq: fix dependency
    
    Closes: https://bugs.gentoo.org/703248
    Package-Manager: Portage-2.3.79, Repoman-2.3.16
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/seq/seq-0.1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)