Skip to content

Instantly share code, notes, and snippets.

@peterlefanulumsdaine
Created March 28, 2013 15:06
Show Gist options
  • Save peterlefanulumsdaine/227c628cddb626e0d506 to your computer and use it in GitHub Desktop.
Save peterlefanulumsdaine/227c628cddb626e0d506 to your computer and use it in GitHub Desktop.
output showing make failing
w144119:HoTT peterlefanulumsdaine$ make clean
rm -f ./theories/.#TruncType.vo ./theories/Conjugation.vo ./theories/Connectedness.vo ./theories/Contractible.vo ./theories/Equivalences.vo ./theories/EquivalenceVarieties.vo ./theories/Fibrations.vo ./theories/FunextAxiom.vo ./theories/FunextVarieties.vo ./theories/hit/Circle.vo ./theories/hit/Flattening.vo ./theories/hit/Interval.vo ./theories/hit/minus1Trunc.vo ./theories/hit/unique_choice.vo ./theories/HoTT.vo ./theories/HProp.vo ./theories/HSet.vo ./theories/Overture.vo ./theories/PathGroupoids.vo ./theories/Trunc.vo ./theories/TruncType.vo ./theories/types/Arrow.vo ./theories/types/Bool.vo ./theories/types/Empty.vo ./theories/types/Forall.vo ./theories/types/Paths.vo ./theories/types/Prod.vo ./theories/types/Record.vo ./theories/types/Sigma.vo ./theories/types/Unit.vo ./theories/types/Universe.vo ./theories/UnivalenceAxiom.vo ./theories/.#TruncType.glob ./theories/Conjugation.glob ./theories/Connectedness.glob ./theories/Contractible.glob ./theories/Equivalences.glob ./theories/EquivalenceVarieties.glob ./theories/Fibrations.glob ./theories/FunextAxiom.glob ./theories/FunextVarieties.glob ./theories/hit/Circle.glob ./theories/hit/Flattening.glob ./theories/hit/Interval.glob ./theories/hit/minus1Trunc.glob ./theories/hit/unique_choice.glob ./theories/HoTT.glob ./theories/HProp.glob ./theories/HSet.glob ./theories/Overture.glob ./theories/PathGroupoids.glob ./theories/Trunc.glob ./theories/TruncType.glob ./theories/types/Arrow.glob ./theories/types/Bool.glob ./theories/types/Empty.glob ./theories/types/Forall.glob ./theories/types/Paths.glob ./theories/types/Prod.glob ./theories/types/Record.glob ./theories/types/Sigma.glob ./theories/types/Unit.glob ./theories/types/Universe.glob ./theories/UnivalenceAxiom.glob ./coq/theories/Bool/Bool.vo ./coq/theories/Init/Datatypes.vo ./coq/theories/Init/Logic.vo ./coq/theories/Init/Logic_Type.vo ./coq/theories/Init/Notations.vo ./coq/theories/Init/Peano.vo ./coq/theories/Init/Prelude.vo ./coq/theories/Init/Specif.vo ./coq/theories/Init/Tactics.vo ./coq/theories/Program/Tactics.vo ./coq/theories/Bool/Bool.glob ./coq/theories/Init/Datatypes.glob ./coq/theories/Init/Logic.glob ./coq/theories/Init/Logic_Type.glob ./coq/theories/Init/Notations.glob ./coq/theories/Init/Peano.glob ./coq/theories/Init/Prelude.glob ./coq/theories/Init/Specif.glob ./coq/theories/Init/Tactics.glob ./coq/theories/Program/Tactics.glob ./theories/.#TruncType.d ./theories/Conjugation.d ./theories/Connectedness.d ./theories/Contractible.d ./theories/Equivalences.d ./theories/EquivalenceVarieties.d ./theories/Fibrations.d ./theories/FunextAxiom.d ./theories/FunextVarieties.d ./theories/hit/Circle.d ./theories/hit/Flattening.d ./theories/hit/Interval.d ./theories/hit/minus1Trunc.d ./theories/hit/unique_choice.d ./theories/HoTT.d ./theories/HProp.d ./theories/HSet.d ./theories/Overture.d ./theories/PathGroupoids.d ./theories/Trunc.d ./theories/TruncType.d ./theories/types/Arrow.d ./theories/types/Bool.d ./theories/types/Empty.d ./theories/types/Forall.d ./theories/types/Paths.d ./theories/types/Prod.d ./theories/types/Record.d ./theories/types/Sigma.d ./theories/types/Unit.d ./theories/types/Universe.d ./theories/UnivalenceAxiom.d ./coq/theories/Bool/Bool.d ./coq/theories/Init/Datatypes.d ./coq/theories/Init/Logic.d ./coq/theories/Init/Logic_Type.d ./coq/theories/Init/Notations.d ./coq/theories/Init/Peano.d ./coq/theories/Init/Prelude.d ./coq/theories/Init/Specif.d ./coq/theories/Init/Tactics.d ./coq/theories/Program/Tactics.d
find coq/theories theories -name \*.vo -o -name \*.glob | xargs rm -f
w144119:HoTT peterlefanulumsdaine$ ls theories
Conjugation.v FunextAxiom.v PathGroupoids.v
Connectedness.v FunextVarieties.v Trunc.v
Contractible.v HProp.v TruncType.v
EquivalenceVarieties.v HSet.v UnivalenceAxiom.v
Equivalences.v HoTT.v hit
Fibrations.v Overture.v types
w144119:HoTT peterlefanulumsdaine$ make
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Program/Tactics.v >coq/theories/Program/Tactics.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Tactics.v >coq/theories/Init/Tactics.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Specif.v >coq/theories/Init/Specif.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Prelude.v >coq/theories/Init/Prelude.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Peano.v >coq/theories/Init/Peano.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Notations.v >coq/theories/Init/Notations.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Logic_Type.v >coq/theories/Init/Logic_Type.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Logic.v >coq/theories/Init/Logic.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Init/Datatypes.v >coq/theories/Init/Datatypes.d
*** Warning: in file coq/theories/Init/Datatypes.v, declared ML module nat_syntax_plugin has not been found!
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq coq/theories/Bool/Bool.v >coq/theories/Bool/Bool.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/UnivalenceAxiom.v >theories/UnivalenceAxiom.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Universe.v >theories/types/Universe.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Unit.v >theories/types/Unit.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Sigma.v >theories/types/Sigma.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Record.v >theories/types/Record.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Prod.v >theories/types/Prod.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Paths.v >theories/types/Paths.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Forall.v >theories/types/Forall.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Empty.v >theories/types/Empty.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Bool.v >theories/types/Bool.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/types/Arrow.v >theories/types/Arrow.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/TruncType.v >theories/TruncType.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Trunc.v >theories/Trunc.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/PathGroupoids.v >theories/PathGroupoids.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Overture.v >theories/Overture.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/HSet.v >theories/HSet.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/HProp.v >theories/HProp.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/HoTT.v >theories/HoTT.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/hit/unique_choice.v >theories/hit/unique_choice.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/hit/minus1Trunc.v >theories/hit/minus1Trunc.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/hit/Interval.v >theories/hit/Interval.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/hit/Flattening.v >theories/hit/Flattening.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/hit/Circle.v >theories/hit/Circle.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/FunextVarieties.v >theories/FunextVarieties.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/FunextAxiom.v >theories/FunextAxiom.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Fibrations.v >theories/Fibrations.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/EquivalenceVarieties.v >theories/EquivalenceVarieties.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Equivalences.v >theories/Equivalences.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Contractible.v >theories/Contractible.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Connectedness.v >theories/Connectedness.d
/Users/peterlefanulumsdaine/Documents/github-repos/peterlefanulumsdaine/coq/bin//coqdep -nois -coqlib ./coq -R theories HoTT -R coq/theories Coq theories/Conjugation.v >theories/Conjugation.d
w144119:HoTT peterlefanulumsdaine$ ls theories
Conjugation.d FunextAxiom.d PathGroupoids.d
Conjugation.v FunextAxiom.v PathGroupoids.v
Connectedness.d FunextVarieties.d Trunc.d
Connectedness.v FunextVarieties.v Trunc.v
Contractible.d HProp.d TruncType.d
Contractible.v HProp.v TruncType.v
EquivalenceVarieties.d HSet.d UnivalenceAxiom.d
EquivalenceVarieties.v HSet.v UnivalenceAxiom.v
Equivalences.d HoTT.d hit
Equivalences.v HoTT.v types
Fibrations.d Overture.d
Fibrations.v Overture.v
w144119:HoTT peterlefanulumsdaine$ make
w144119:HoTT peterlefanulumsdaine$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment