Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 829086 - dev-ml/ocaml-process-0.2.1 - ocamlfind: Not supported in your configuration: ocamlopt
Summary: dev-ml/ocaml-process-0.2.1 - ocamlfind: Not supported in your configuration: ...
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: 2021-12-13 14:21 UTC by Toralf Förster
Modified: 2022-01-24 18:49 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,16.23 KB, text/plain)
2021-12-13 14:21 UTC, Toralf Förster
Details
dev-ml:ocaml-process-0.2.1:20211213-135235.log (dev-ml:ocaml-process-0.2.1:20211213-135235.log,2.68 KB, text/plain)
2021-12-13 14:21 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,250.23 KB, text/plain)
2021-12-13 14:21 UTC, Toralf Förster
Details
environment (environment,22.10 KB, text/plain)
2021-12-13 14:21 UTC, Toralf Förster
Details
etc.portage.tar.bz2 (etc.portage.tar.bz2,23.44 KB, application/x-bzip)
2021-12-13 14:21 UTC, Toralf Förster
Details
temp.tar.bz2 (temp.tar.bz2,7.91 KB, application/x-bzip)
2021-12-13 14:21 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 2021-12-13 14:21:34 UTC
ocamlfind ocamlc -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmo lib/process.ml
ocamlfind ocamlc -a -package bytes -I lib lib/process.cmo -o lib/process.cma
ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmx lib/process.ml
+ ocamlfind ocamlopt -c -g -bin-annot -safe-string -principal -strict-sequence -package bytes -w @5@8@10@11@12@14@23@24@26@29 -I lib -o lib/process.cmx lib/process.ml
ocamlfind: Not supported in your configuration: ocamlopt
Command exited with code 2.
make: *** [Makefile:22: build] Error 10
 * ERROR: dev-ml/ocaml-process-0.2.1::gentoo failed (compile phase):
 *   emake failed

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.1_desktop_plasma-j4-20211210-150004

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-11.2.1 *
/usr/lib/llvm/13
13.0.0
Python 3.9.9
Available Ruby profiles:
  [1]   ruby26 (with Rubygems)
  [2]   ruby27 (with Rubygems)
  [3]   ruby30 (with Rubygems) *
Available Rust versions:
  [1]   rust-bin-1.57.0 *
The following VMs are available for generation-2:
1)	IcedTea JDK 3.16.0 [icedtea-bin-8]
*)	AdoptOpenJDK 8.312_p07 [openjdk-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8 
  [2]   openjdk-bin-8  system-vm

The Glorious Glasgow Haskell Compilation System, version 8.10.4
php cli:

  HEAD of ::gentoo
commit e1d1b10751252f56d22e9dd08723ce608d916d3d
Author: Repository mirror & CI <repomirrorci@gentoo.org>
Date:   Mon Dec 13 12:21:56 2021 +0000

    2021-12-13 12:21:54 UTC

emerge -qpvO dev-ml/ocaml-process
[ebuild  N    ] dev-ml/ocaml-process-0.2.1  USE="-ocamlopt -test"
Comment 1 Toralf Förster gentoo-dev 2021-12-13 14:21:35 UTC
Created attachment 758790 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2021-12-13 14:21:36 UTC
Created attachment 758791 [details]
dev-ml:ocaml-process-0.2.1:20211213-135235.log
Comment 3 Toralf Förster gentoo-dev 2021-12-13 14:21:38 UTC
Created attachment 758792 [details]
emerge-history.txt
Comment 4 Toralf Förster gentoo-dev 2021-12-13 14:21:39 UTC
Created attachment 758793 [details]
environment
Comment 5 Toralf Förster gentoo-dev 2021-12-13 14:21:41 UTC
Created attachment 758794 [details]
etc.portage.tar.bz2
Comment 6 Toralf Förster gentoo-dev 2021-12-13 14:21:42 UTC
Created attachment 758795 [details]
temp.tar.bz2
Comment 7 Larry the Git Cow gentoo-dev 2022-01-24 18:49:59 UTC
The bug has been closed via the following commit(s):

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

commit 621e8c678667a09e33566e23ef25332bca6b17d2
Author:     Alfredo Tupone <tupone@gentoo.org>
AuthorDate: 2022-01-24 18:49:45 +0000
Commit:     Alfredo Tupone <tupone@gentoo.org>
CommitDate: 2022-01-24 18:49:45 +0000

    dev-ml/ocaml-process: fix build without ocamlopt
    
    Closes: https://bugs.gentoo.org/829086
    Package-Manager: Portage-3.0.28, Repoman-3.0.3
    Signed-off-by: Alfredo Tupone <tupone@gentoo.org>

 dev-ml/ocaml-process/ocaml-process-0.2.1.ebuild | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)