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 2FC237F168 for ; Fri, 28 Aug 2015 21:18:43 +0200 (CEST) IronPort-PHdr: 9a23:5OsICBUgtz6N36Th6qumkcb3iq7V8LGtZVwlr6E/grcLSJyIuqrYZh2Ft8tkgFKBZ4jH8fUM07OQ6PC7HzJeqs/d6DgrS99laVwssY0uhQsuAcqIWwXQDcXBSGgEJvlET0Jv5HqhMEJYS47UblzWpWCuv3ZJQk2sfTR8Kum9IIPOlcP/j7n0oM2IJVsWz2PhOftbF1afk0b4joEum4xsK6I8mFPig0BjXKBo/15uPk+ZhB3m5829r9ZJ+iVUvO89pYYbCf2pN4xxd7FTDSwnPmYp/4Wr8ECbFUrcrkcbB0YblBxFHwiNxR3zW9/Usy/+u/A1jCqXO8v7UbA9VT2n6qZvTBLyoCgCPj89tmrQj5ojorhcpUeIoR17i6vdbIGcKvNmc6/RbJtOTGxAWu5LWidGA4f6aJEAWblSdd1EppXw8gNd5SC1AhOhUaa2kmdF Authentication-Results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=anil@recoil.org; spf=None smtp.mailfrom=anil@recoil.org; spf=None smtp.helo=postmaster@bark.recoil.org Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=pra; client-ip=5.153.225.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of anil@recoil.org) identity=mailfrom; client-ip=5.153.225.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="anil@recoil.org"; x-conformance=sidf_compatible Received-SPF: None (mail3-smtp-sop.national.inria.fr: no sender authenticity information available from domain of postmaster@bark.recoil.org) identity=helo; client-ip=5.153.225.51; receiver=mail3-smtp-sop.national.inria.fr; envelope-from="anil@recoil.org"; x-sender="postmaster@bark.recoil.org"; x-conformance=sidf_compatible X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A0DPAAC7suBVlzPhmQVdhFjGAAIIgTU8EAEBAQEBAQEBEAEBAQEBCBYHT4IdggcBAQQ6PxALGC4hNgYTiBkDEgS/Ug2FHwEBAQEBBQEBAQEBAQEBGoh5gmmCT4IJMwcxgmeBFAWVP4sGgW0BTnuNJ4NBeYc8hCZwgk0BAQE X-IPAS-Result: A0DPAAC7suBVlzPhmQVdhFjGAAIIgTU8EAEBAQEBAQEBEAEBAQEBCBYHT4IdggcBAQQ6PxALGC4hNgYTiBkDEgS/Ug2FHwEBAQEBBQEBAQEBAQEBGoh5gmmCT4IJMwcxgmeBFAWVP4sGgW0BTnuNJ4NBeYc8hCZwgk0BAQE X-IronPort-AV: E=Sophos;i="5.17,426,1437429600"; d="scan'208";a="144101896" Received: from bark.recoil.org ([5.153.225.51]) by mail3-smtp-sop.national.inria.fr with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Aug 2015 21:18:41 +0200 Received: from dhcp-172-17-152-110.eduroam.wireless.private.cam.ac.uk (global-1-26.nat.csx.cam.ac.uk [131.111.184.26]) by bark.recoil.org (OpenSMTPD) with ESMTPSA id e84eb327 TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-SHA bits=256 verify=NO; Fri, 28 Aug 2015 20:18:40 +0100 (BST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) From: Anil Madhavapeddy In-Reply-To: Date: Fri, 28 Aug 2015 20:18:39 +0100 Cc: caml users Content-Transfer-Encoding: quoted-printable Message-Id: References: To: Kenneth Adam Miller X-Mailer: Apple Mail (2.2104) Subject: Re: [Caml-list] Async_core and core in conflict On 28 Aug 2015, at 19:46, Kenneth Adam Miller = wrote: >=20 > So, in opam I've hit this problem - I need a package, but it's requiremen= ts conflict with another package that I have. Just typing opam install the_= package will fail with "No package matches the_package". the_package is asy= nc_core >=20 > I used the cudf solver farm remotely after hunting the bug, but as far a= s this goes, I don't know what to do because I don't have control over thos= e packages or their versions. I can maybe update my version of core (if the= upgrade is compatible with a package that I have that uses it). >=20 > Any advise for the error below? Async_core was deprecated some time ago, and is no longer part of the Core = suit as far as I know. Have you tried simply uninstalling Async_core to re= move the dependency, and then install the package you want? -anil