Skip to Content.
Sympa Menu

coq-club - Re: [Coq-Club] problems while trying to recompile compcert with the trunk 11850

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

Re: [Coq-Club] problems while trying to recompile compcert with the trunk 11850


chronological Thread 
  • From: St�phane Lescuyer <stephane.lescuyer AT inria.fr>
  • To: Cedric Auger <Cedric.Auger AT lri.fr>
  • Cc: coq-club AT pauillac.inria.fr
  • Subject: Re: [Coq-Club] problems while trying to recompile compcert with the trunk 11850
  • Date: Mon, 9 Feb 2009 14:08:55 +0100
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=HsJaJCA8CHsh9ifJ65e8Rtw5cm8vUIxAaHp7B5pFt+r59g7SXx8MqyU9L94s933ltO +U5SHAGWDdugWOZZqY6p8fKjQ/2Zpetjty0ds8XNGYaxzuOPcCOLgQgzcCfgaMkMTjEu jyeSp6W28ANizXmEra4pqQC0BKvcr5TdA/Mgg=
  • List-archive: <http://pauillac.inria.fr/pipermail/coq-club/>

Hi Cedric,

OrderedType.t and FSetInterface.S.t used to be of type Set. This
prevented (for no reason) developers to build finite sets whose
elements were in Type and not in Set. For that reason they have both
been changed to Type which is a very wishable update indeed, but leads
to some incompatibilities with earlier developments. It should be
fairly straightforward to fix your files, by changing the appropriate
occurrences of Set to Type.

Cheers,
Stéphane

On Mon, Feb 9, 2009 at 1:32 PM, Cedric Auger 
<Cedric.Auger AT lri.fr>
 wrote:
> Hello, I tried to recompile compcert using the trunk version 11850, and
> found:
>
> COQC lib/Lattice.v
> File "/users/demons/cauger/Documents/compcert-1.3/lib/Lattice.v",
> line 325, characters 0-10:
> Error: Signature components for label t do not match.
> make: *** [lib/Lattice.vo] Erreur 1
>
> I tried to understand what happened:
> it seems that in contrary to
> http://coq.inria.fr/library/Coq.FSets.FSetInterface.html ;,
> S.t is no longer of type Set but of type Type.
>
> I think, that there has been a non wishable correction in some update; am I
> wrong?
> Is it an old bug that has been corrected since?
>
> --
> Cédric AUGER
>
> Univ Paris-Sud, Laboratoire LRI, UMR 8623, F-91405, Orsay
>
> --------------------------------------------------------
> Bug reports: http://logical.futurs.inria.fr/coq-bugs
> Archives: http://pauillac.inria.fr/pipermail/coq-club
>         http://pauillac.inria.fr/bin/wilma/coq-club
> Info: http://pauillac.inria.fr/mailman/listinfo/coq-club
>



-- 
I'm the kind of guy that until it happens, I won't worry about it. -
R.H. RoY05, MVP06





Archive powered by MhonArc 2.6.16.

Top of Page