coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: mukesh tiwari <mukeshtiwari.iiitm AT gmail.com>
- To: coq-club AT inria.fr
- Subject: Re: [Coq-Club] problem installing flocq using opam
- Date: Sun, 9 Aug 2020 15:53:29 +1000
- Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=mukeshtiwari.iiitm AT gmail.com; spf=Pass smtp.mailfrom=mukeshtiwari.iiitm AT gmail.com; spf=None smtp.helo=postmaster AT mail-io1-f47.google.com
- Ironport-phdr: 9a23:PDIRdhzzcLbC4EjXCy+O+j09IxM/srCxBDY+r6Qd2usVIJqq85mqBkHD//Il1AaPAdyFraIZwLuN+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZLebxhJiTanYr5/LBq6oAHfu8ILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406G7YisJyg6xbrhyvpAFxzZDIb4yOLvVyYrnQcMkGSWZdXMtcUTFKDIOmb4sICuoMJeNYr5T+p1QQthu+BRSnBP/uyj5GnHD2x6w62PkmHAHDwQwgHMwBsG/UrNXpNacTX/q6zLPJzTnZbvNW2Db96JTNch06rvGMWKh/ccvVyUU1CwzFiVCQpJXjMjiI2esDr3KV4PB8VeKzlWEnsQdxryChyMoshIfEhYEYx1PZ+Shn3Is4IdK2RFB7bNO5DJdeuCWXOYRyT848Xm1lvDs2xqECtJC1fiUH1ZcqygDbZvGDdYWD/xztVOGUIThihXJlfqqyhxe08Ui6y+3zTNO40FhQriZdndnMt2wN1xzO6secUPdy4kCh2TOX2wDU9+FEPUQ0la3cK54i2LI/ip0TsUHFEyTrm0v2lLebels49uWs8ejqYbXrqoWBO4J1iwzyKKsjl865DO8lKAYBRXKb9v651LD7/U32XrFKjvoun6ncqp/aJMAbqre4Aw9Sz4ov8hi/Ajik3dgCknkHK1VFeB2Dj4f3IV3BPPf4DfKnj1Stljdk2ezGM6X/DpnRKnXPirTscLZn50JByQc+zMpT6p1WB70ZJfL8QE7xtNjWDh8jNAy0xv7qCNBg1oMdR22PGa+ZML/TsV6G/O0vOeiMaJUUuDb8Kvgl+/vugGQ2mV8YZ6ap3J8XZGqkEfRhJkWVeWDsjcsZEWcWogo+S/Tnh0GFUT5Kfnq9Q6Y85iwgB4+9FofCRoWtgKSb0yuhH51WYHpGClGWHnvyeYWEQaREVCXHKch41zcASLKJSok71BjouhWp5aBgK7/R5y4VrpKryNlq7vfS3UU36D95FMSB0n6EVWAyn2IJWzoe06V2oEg7wVCGh/sry8dEHMBesqsaGjwxMoTRmrQjWoLCHznZd9LMc26IB9CvADU/VNU0moZcbEN0GtHkhRfGjXPzX+0l0oeTDZlxyZrymmDrLp8kmXnD3aglyVIhR5kXbDD0tutE7wHWQrXxvQCZmqKtL/lO2SfM8CKCyjPLsh0HFgF3VqrBUDYUYU6E9dk=
This is very interesting because I reckon I had a similar issue with coq-flocq [1], and the answer posted Guillaume (Laurent, in this thread)
worked for me. Today, I tried to install it again, and it went through without any problems.
worked for me. Today, I tried to install it again, and it went through without any problems.
➜ ~ opam install coq-flocq
The following actions will be performed:
∗ install conf-g++ 1.0 [required by coq-flocq]
∗ install coq-flocq 3.3.1
===== ∗ 2 =====
Do you want to continue? [Y/n] Y
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
[coq-flocq.3.3.1] downloaded from https://gforge.inria.fr/frs/download.php/file/38329/flocq-3.3.1.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
∗ installed conf-g++.1.0
∗ installed coq-flocq.3.3.1
Done.
➜ ~ opam --version
2.0.7
The following actions will be performed:
∗ install conf-g++ 1.0 [required by coq-flocq]
∗ install coq-flocq 3.3.1
===== ∗ 2 =====
Do you want to continue? [Y/n] Y
<><> Gathering sources ><><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
[coq-flocq.3.3.1] downloaded from https://gforge.inria.fr/frs/download.php/file/38329/flocq-3.3.1.tar.gz
<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><> 🐫
∗ installed conf-g++.1.0
∗ installed coq-flocq.3.3.1
Done.
➜ ~ opam --version
2.0.7
Not sure if it's significant, but the only difference I see between my system and David's is that I use homebrew to install opam while David is using Macports.
On Sun, Aug 9, 2020 at 5:34 AM David Naumann <dnaumann AT stevens.edu> wrote:
Thanks for the info. But I'm using opam 2.0.7. I get opam updates via macports.
On 8/8/20, 5:06 AM, "Michael Soegtrop" <MSoegtrop AT yahoo.de> wrote:
Hello David,
I discussed this with Guillaume. He said that remake (which is used by
Flocq) has indeed some kind of job server (but more fancy) and that opam
sandboxing was to restrictive for this. This has been fixed in opam
2.0.2 by:
https://nam02.safelinks.protection.outlook.com/?url="https%3A%2F%2Fgithub.com%2Focaml%2Fopam%2Fpull%2F3663&data=02%7C01%7Cdnaumann%40stevens.edu%7C415a783b6c6049a2849908d83b7a4e00%7C8d1a69ec03b54345ae21dad112f5fb4f%7C0%7C0%7C637324743774843050&sdata=iF3zCqYqUGglk1OEYIU4AQEzK8QKYqB7yic9CQj6iS0%3D&reserved=0
Can you please check your opam version if you are indeed using 2.0.1
(which is not that unlikely - 2.0.2 was released December 2018 and opam
has afaik no self update mechanism)?
I will add an opam version check to the coq-platform script to avoid
such issues.
Best regards,
Michael
- [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Laurent Thery, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/11/2020
- Message not available
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, mukesh tiwari, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Guillaume Melquiond, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/09/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/08/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, David Naumann, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Michael Soegtrop, 08/07/2020
- Re: [Coq-Club] problem installing flocq using opam, Laurent Thery, 08/07/2020
Archive powered by MHonArc 2.6.19+.