From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@sympa.inria.fr Delivered-To: caml-list@sympa.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by sympa.inria.fr (Postfix) with ESMTPS id 3FC0C7F8BA for ; Fri, 25 Apr 2014 18:05:33 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of dmentre@linux-france.org) identity=pra; client-ip=94.23.39.64; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="dmentre@linux-france.org"; x-sender="dmentre@linux-france.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of dmentre@linux-france.org) identity=mailfrom; client-ip=94.23.39.64; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="dmentre@linux-france.org"; x-sender="dmentre@linux-france.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@tempura.bentobako.org) identity=helo; client-ip=94.23.39.64; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="dmentre@linux-france.org"; x-sender="postmaster@tempura.bentobako.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AgAFAAGHWlNeFydA/2dsb2JhbABZgwZPxgkWdIJkQD0WGAMCAQIBDT4NCAEBiEEJl0myYheTGQSPG4sihSOMAYMz X-IPAS-Result: AgAFAAGHWlNeFydA/2dsb2JhbABZgwZPxgkWdIJkQD0WGAMCAQIBDT4NCAEBiEEJl0myYheTGQSPG4sihSOMAYMz X-IronPort-AV: E=Sophos;i="4.97,927,1389740400"; d="scan'208";a="58986519" Received: from tempura.bentobako.org ([94.23.39.64]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/ADH-AES256-SHA; 25 Apr 2014 18:05:32 +0200 Received: from [10.226.206.62] (129-202.252-81.static-ip.oleane.fr [81.252.202.129]) by tempura.bentobako.org (Postfix) with ESMTPSA id 8C82715A4 for ; Fri, 25 Apr 2014 18:05:31 +0200 (CEST) Message-ID: <535A87CA.6070804@linux-france.org> Date: Fri, 25 Apr 2014 18:05:30 +0200 From: David MENTRE User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.4.0 MIME-Version: 1.0 To: "caml-list@inria.fr" Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Caml-list] Issue when installing OPAM on Fedora 20 (XFCE) Hello, I am trying to install OPAM in a fresh Fedora 20 Linux distribution (XFCE desktop, default configuration, no OCaml installed neither other package except wget). I am following the Quick Install guide. I have following error when executing the opam_installer.sh script. Any suggestion on how to proceed? """ $ sh ./opam_installer.sh /usr/local/bin Downloading OPAM... Initializing with compiler 4.01.0 default Downloading https://opam.ocaml.org/urls.txt default Downloading https://opam.ocaml.org/index.tar.gz Updating ~/.opam/repo/compiler-index ... Updating ~/.opam/compilers/ ... Updating ~/.opam/repo/package-index ... Updating ~/.opam/packages/ ... compiler.get Downloading http://caml.inria.fr/pub/distrib/ocaml-4.01/ocaml-4.01.0.tar.gz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 4294k 100 4294k 0 0 356k 0 0:00:12 0:00:12 --:--:-- 407k 200 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 755 100 755 0 0 1509 0 --:--:-- --:--:-- --:--:-- 1513 200 '/usr/local/bin/opam init --comp 4.01.0' failed. # opam-version 1.1.1 # os linux Patch /home/david/.opam/4.01.0/build/ocaml/bd7fa181cb64742c3b6cbb8ee13436554eb18cd7...fix-clang-build.diff does not apply. """ Best regards, david