From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8E7777EFCD for ; Fri, 17 Oct 2014 19:02:22 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of edwin+ml-ocaml@etorok.net) identity=pra; client-ip=62.113.205.31; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="edwin+ml-ocaml@etorok.net"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of edwin+ml-ocaml@etorok.net designates 62.113.205.31 as permitted sender) identity=mailfrom; client-ip=62.113.205.31; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="edwin+ml-ocaml@etorok.net"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of postmaster@mx.etorok.net designates 62.113.205.31 as permitted sender) identity=helo; client-ip=62.113.205.31; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="edwin+ml-ocaml@etorok.net"; x-sender="postmaster@mx.etorok.net"; x-conformance=sidf_compatible; x-record-type="v=spf1" X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtIIABpLQVQ+cc0f/2dsb2JhbABbgw5TWIMGyT6HSQECAoESFgF9hAMBAQQjHTgCDwsYAgIFEwMLAgIJAwIBAgFFEwgCiD8Jt1t4hQiQBwaBLI8oFoJhgVSLYYpqhxOBMDyNGocfg3o6LwGCSgEBAQ X-IPAS-Result: AtIIABpLQVQ+cc0f/2dsb2JhbABbgw5TWIMGyT6HSQECAoESFgF9hAMBAQQjHTgCDwsYAgIFEwMLAgIJAwIBAgFFEwgCiD8Jt1t4hQiQBwaBLI8oFoJhgVSLYYpqhxOBMDyNGocfg3o6LwGCSgEBAQ X-IronPort-AV: E=Sophos;i="5.04,740,1406584800"; d="scan'208";a="83658479" Received: from mx.etorok.net ([62.113.205.31]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-SHA; 17 Oct 2014 19:02:21 +0200 Received: by mx.etorok.net (OpenSMTPD) with ESMTP id b26058b7; for ; Fri, 17 Oct 2014 20:02:18 +0300 (EEST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=etorok.net; h= message-id:date:from:mime-version:to:references:in-reply-to :content-type:content-transfer-encoding; s=ml; l=937; bh=CJCaGMU MHSvCjJpYJvdXU2AVVno=; b=piOZlQk3V9Ky9OfR653CrAcZRYqNF4bis83pYHG wlN14+QdRW8jl8IYTnBacFq2zvoKCh9aDIv4ZQnFioXGYYUDdX93k52/VbHRMvxM wPUOSMAQTGjL7q4MT8jhcSEQ2UtLLw86j9diLQ9nmNTMtBBuja3m2hB11SlF9tX3 H6ss= Received: by mx.etorok.net (OpenSMTPD) with ESMTPSA id 3e1c1ce8; TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO; for ; Fri, 17 Oct 2014 20:02:18 +0300 (EEST) Message-ID: <54414B9A.3050606@etorok.net> Date: Fri, 17 Oct 2014 20:02:18 +0300 From: =?UTF-8?B?VMO2csO2ayBFZHdpbg==?= User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Icedove/31.1.2 MIME-Version: 1.0 To: caml-list@inria.fr References: In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Subject: Re: [Caml-list] Troubles with OPAM On 10/17/2014 07:42 PM, Xavier Van de Woestyne wrote: > Hi, i'm using OPAM since 2 years. > I recently changed my distribution (now I am on Debian and XFCE). > Opam installs easily. > But on each update/upgrade try to reinstall every package. (includes base-threads, base-unix). And when I'm trying to install, for example, merlin, after an Eliom installation, Opam try to reinstall ocamlfind 1.5.3 but it could'nt. > Do you have any idea? (I have already try to rm -rf .opam and aptitude purge opam to reinstall but the troubles stay). I hit this bug too, some problem with newer dose used by Debian: https://github.com/ocaml/opam/issues/1683 The workaround for now is to install the beta packages which work with the newer dose: http://software.opensuse.org/download.html?project=home:ocaml&package=opam Hopefully once opam 1.2.0 is out of beta the official Debian package can be updated too. Best regards, --Edwin