Remove haxe as it FTBFS.
[fedora-ocaml-rebuild.git] / Goalfile
index f73dafa..a261769 100644 (file)
--- a/Goalfile
+++ b/Goalfile
@@ -4,13 +4,13 @@ include "fedora.gl"
 
 let fedora-dir = "%HOME/d/fedora"
 
-#let fedora-branch = "master"
-let fedora-branch = "f33"
-let fedora-tag = "f33-build-side-29131"
+let fedora-branch = "rawhide"
+#let fedora-branch = "f34"
+let fedora-tag = "f35-build-side-38024"
 
 # The magic string that must appear in %changelog when the
 # package has been rebuilt.
-let fedora-rebuild-name = "OCaml 4.11.1 rebuild"
+let fedora-rebuild-name = "OCaml 4.12.0 build"
 
 # Packages that are ignored, which means they are treated as if
 # they have been rebuilt.
@@ -28,6 +28,7 @@ let packages = [
     "ocaml-base",
     "ocaml-base64",
     "ocaml-benchmark",
+    "ocaml-bigarray-compat",
     "ocaml-biniou",
     "ocaml-bin-prot",
     "ocaml-bisect-ppx",
@@ -44,7 +45,9 @@ let packages = [
     "ocaml-compiler-libs-janestreet",
     "ocaml-cppo",
     "ocaml-cryptokit",
+    "ocaml-csexp",
     "ocaml-csv",
+    "ocaml-ctypes",
     "ocaml-cudf",
     "ocaml-curl",
     "ocaml-curses",
@@ -62,9 +65,12 @@ let packages = [
     "ocaml-fpath",
     "ocaml-gen",
     "ocaml-gettext",
+    "ocaml-graphics",
     "ocaml-gsl",
     "ocamlify",
+    "ocaml-integers",
     "ocaml-jane-street-headers",
+#   "ocaml-jsonm", https://bugzilla.redhat.com/show_bug.cgi?id=1183825
     "ocaml-jst-config",
     "ocaml-lablgl",
     "ocaml-lablgtk",
@@ -73,6 +79,7 @@ let packages = [
     "ocaml-lacaml",
     "ocaml-lambda-term",
     "ocaml-libvirt",
+    "ocaml-luv",
     "ocaml-lwt",
     "ocaml-lwt-log",
     "ocaml-markup",
@@ -116,7 +123,6 @@ let packages = [
     "ocaml-ppx-deriving-yojson",
     "ocaml-ppx-enumerate",
     "ocaml-ppx-fields-conv",
-    "ocaml-ppxfind",
     "ocaml-ppx-hash",
     "ocaml-ppx-here",
     "ocaml-ppx-inline-test",
@@ -125,7 +131,6 @@ let packages = [
     "ocaml-ppx-optcomp",
     "ocaml-ppx-sexp-conv",
     "ocaml-ppx-tools",
-    "ocaml-ppx-tools-versioned",
     "ocaml-ppx-variants-conv",
     "ocaml-psmt2-frontend",
     "ocaml-ptmap",
@@ -135,7 +140,6 @@ let packages = [
     "ocaml-react",
     "ocaml-res",
     "ocaml-result",
-    "ocaml-rope",
     "ocaml-SDL",
     "ocaml-sedlex",
     "ocaml-seq",
@@ -170,9 +174,10 @@ let packages = [
     "coq",
     "flocq",
     "frama-c",
-    #"gappalib-coq",
+    "gappalib-coq",
     "graphviz",
-    "haxe",
+    # requires ocaml-ppx-tools-versioned-devel
+    #"haxe",
     "hevea",
     "hivex",
     "laby",
@@ -199,6 +204,8 @@ pure function get-source-packages () returning strings = {
     for f in %packages; do
         if [ -f $f/%fedora-branch/$f.spec ]; then
             echo "$f"
+        elif [ -f $f/%fedora-branch/dead.package ]; then
+            echo "WARNING: $f: is a dead package, ignored" >&2
         else
             echo "$f: package is not checked out locally" >&2
             exit 1