X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org C706F3851C17 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1590658126; bh=bL9S3l4E9UxSaILGSM+E800D0eM+JAE7uENnUGpv3eU=; h=To:Subject:Date:List-Id:List-Unsubscribe:List-Archive:List-Post: List-Help:List-Subscribe:From:Reply-To:From; b=Ut4rlWRmoxg/Zl+tO91e23G/TY0DJYro/epq5KcY+Qad020I2hPsXBCix+2bBootf 6dZoWPlRFSbYnxwtRoAVrmmrFIyk3MjQsxGehKPe6A4VD96C9wcf1dIF09Fk1g+P03 7M7X0EAK3MnldpAm4s40IZLtvXjdM3wleSKNgD/U= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 458B83851C17 To: Subject: opam package should depend on ocaml-compiler-libs Date: Thu, 28 May 2020 10:28:38 +0100 Message-ID: <000501d634d2$5ebc65f0$1c3531d0$@cl.cam.ac.uk> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AdY0yWOIhYN460JrQFiXNopcR47fgg== Content-Language: en-gb X-Scanned-By: MIMEDefang 2.65 on 172.16.0.20 X-Server-Quench: 9da63d8f-a0c5-11ea-8a6b-8434971169dc X-AuthReport-Spam: If SPAM / abuse - report it at: http://www.authsmtp.com/abuse X-AuthRoute: OCd1ZAARAlZ5RRob BmUtCCtbTh09DhZI RxQKKE1TKxwUVhJa I0lFL1x7O0wTWlBf HTVUBhpWWEIMCCpq aQpTbRVcYkBMVw9u UAZPQExRFRtvBgID AAEcVwZzOQVCG3cT MUJmXnNTWE14O0d4 SkYaHDlXY2Q0YDYC AUALch5VcVYbYxcU bAJiXHcOZWwAZ3tm TgM4KTcpNDAXMC1e QQgCIBoJQUEWGjJ0 Sx0aEDMjVUoDDyI4 Jhkib1UbGV4QNkgo dF8gU0lw X-Authentic-SMTP: 61633634383431.1024:7242 X-AuthFastPath: 0 (Was 255) X-AuthVirus-Status: No virus detected - but ensure you scan with your own anti-virus system. X-Spam-Status: No, score=-5.0 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_LAZY_DOMAIN_SECURITY, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_NONE, TXREP autolearn=no autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , From: David Allsopp via Cygwin Reply-To: David Allsopp Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" opam assumes that OCaml installed by the "OS" package manager is "complete" (i.e. is the same as "make install" from the OCaml sources), which is a problem when "OS" package managers split upstream ocaml and don't install the ocaml-compiler-libs package by default. Please could either the opam or ocaml package be updated to depend on ocaml-compiler-libs. Fixes https://github.com/ocaml/opam-repository/issues/16457. Debian/Ubuntu and Fedora both also have ocaml-compiler-libs packages, but it's installed by their ocaml package as well. Arch chooses not to do this, having packages like ocaml-findlib expressly depending on ocaml-compilerlibs and so also has its opam package depend on ocaml-compilerlibs. As both an upstream OCaml and opam maintainer, I don't mind which package has the dependency, but if opam is installed, please can any system-installed ocaml definitely be "complete"! Many thanks, David -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple