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 8150B7FAD2; Wed, 22 Oct 2014 17:05:23 +0200 (CEST) Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of whitequark@whitequark.org) identity=pra; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible Received-SPF: Pass (mail3-smtp-sop.national.inria.fr: domain of whitequark@whitequark.org designates 176.58.103.125 as permitted sender) identity=mailfrom; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="whitequark@whitequark.org"; x-conformance=sidf_compatible; x-record-type="v=spf1" Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@mail.whitequark.org) identity=helo; client-ip=176.58.103.125; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="whitequark@whitequark.org"; x-sender="postmaster@mail.whitequark.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AmZ8AC7HR1SwOmd9/2dsb2JhbABcjW4eryUGgUKWT4MgAoEiAX2EAwEBBDgCPxAEBxguLCsGG4g8xhoBAQEHAgEfhiWEEoUSgQ4HhEsBBItdkzGLN4Ijhx+DfTiCegEBAQ X-IPAS-Result: AmZ8AC7HR1SwOmd9/2dsb2JhbABcjW4eryUGgUKWT4MgAoEiAX2EAwEBBDgCPxAEBxguLCsGG4g8xhoBAQEHAgEfhiWEEoUSgQ4HhEsBBItdkzGLN4Ijhx+DfTiCegEBAQ X-Spam-Status: Yes X-IronPort-AV: E=Sophos;i="5.04,769,1406584800"; d="scan'208";a="84242908" Received: from fehu.whitequark.org (HELO mail.whitequark.org) ([176.58.103.125]) by mail3-smtp-sop.national.inria.fr with ESMTP; 22 Oct 2014 17:05:22 +0200 Received: by mail.whitequark.org (Postfix, from userid 33) id 118A710BE53; Wed, 22 Oct 2014 15:05:21 +0000 (UTC) To: "Mr. Herr" X-PHP-Originating-Script: 1000:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Oct 2014 19:05:21 +0400 From: Peter Zotov Cc: caml-list@inria.fr, caml-list-request@inria.fr In-Reply-To: <5447C471.6070507@freenet.de> References: <5447C471.6070507@freenet.de> Message-ID: X-Sender: whitequark@whitequark.org User-Agent: Roundcube Webmail/1.0.1 Subject: Re: [Caml-list] OPAM ppx_tools problem? On 2014-10-22 18:51, Mr. Herr wrote: > I am getting these error messages in opam 1.1.1 when doing 'opam > update': > > [WARNING] Errors while parsing ppx_tools.0.1 OPAM file, skipping. > [WARNING] Errors while parsing ppx_tools.0.99 OPAM file, skipping. > [WARNING] Errors while parsing ppx_tools.0.99.1 OPAM file, skipping. > [WARNING] Errors while parsing ppx_tools.0.99.2 OPAM file, skipping. > Updating the cache of metadata (/opt/opam/state.cache) ... > [WARNING] External solver failed with inconsistent return value. > Request saved to "/opt/opam/log/solver-error-2458-1.cudf" > Falling back to the internal heuristic. > > Is it a local problem, or do others see this also? This is my fault--I accidentally put 1.2-specific syntax into opam-repository. There should actually be some provisions for porting syntax back to 1.1-compatible form, I'm not sure why are they not working. -- Peter Zotov