X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=Goalfile;h=c71154d4397d5e2b165fdc1e35955609eddf5ce9;hb=e6ee818dc90707eaca6ff58c31d226ecb0957673;hp=2124c2ee16a83b807353880f2b625bd03a01574c;hpb=d47b25612a515b373f4e99af62a13300d2e33345;p=fedora-ocaml-rebuild.git diff --git a/Goalfile b/Goalfile index 2124c2e..c71154d 100644 --- a/Goalfile +++ b/Goalfile @@ -6,29 +6,27 @@ let fedora-dir = "%HOME/d/fedora" let fedora-branch = "rawhide" #let fedora-branch = "f34" -let fedora-tag = "f38-build-side-62208" +let fedora-tag = "f40-build-side-79351" # The magic string that must appear in %changelog when the # package has been rebuilt. -let fedora-rebuild-name = "Rebuild OCaml packages for F38" +let fedora-rebuild-name = "OCaml 5.1.1 rebuild for Fedora 40" + +# %fedora-retry-failed: +# If set to 1 then failed builds are retried automatically. +# If set to 0 then failed builds must be manually restarted. +# Normally you want this to be 0. +let fedora-retry-failed = "0" # Packages that are ignored, which means they are treated as if # they have been rebuilt. let fedora-ignored = [ "ocaml-srpm-macros", "ocaml", - - # These use rpmautospec and must be rebuilt by hand for now. - # XXX eventually need to fix stdlib/fedora.gl to deal with these - "ocaml-base64", - "ocaml-dose3", - "ocaml-opam-file-format", - "opam", ] # All OCaml-related source package names let packages = [ "ocaml-alcotest", - "ocaml-ancient", "ocaml-astring", "ocaml-atd", "ocaml-augeas", @@ -48,9 +46,8 @@ let packages = [ "ocaml-camlimages", "ocaml-camlp-streams", "ocaml-camlp5", + "ocaml-camlp5-buildscripts", "ocaml-camomile", - "ocaml-charinfo-width", - "ocaml-cil", "ocaml-cinaps", "ocaml-cmdliner", "ocaml-compiler-libs-janestreet", @@ -71,7 +68,7 @@ let packages = [ "ocaml-facile", "ocaml-fieldslib", "ocaml-fileutils", - "ocaml-findlib", + "ocaml-findlib", "not-ocamlfind", "ocaml-fmt", "ocaml-fpath", "ocaml-gen", @@ -81,7 +78,6 @@ let packages = [ "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", @@ -93,7 +89,6 @@ let packages = [ "ocaml-logs", "ocaml-luv", "ocaml-lwt", - "ocaml-lwt-log", "ocaml-markup", "ocaml-mccs", "ocaml-mdx", @@ -101,10 +96,8 @@ let packages = [ "ocaml-merlin", "ocaml-mew", "ocaml-mew-vi", - "ocaml-migrate-parsetree", "ocaml-mlgmpidl", "ocaml-mlmpfr", - "ocaml-mmap", "ocaml-mtime", "ocamlmod", "ocaml-mysql", @@ -119,13 +112,13 @@ let packages = [ "ocaml-ocplib-simplex", "ocaml-octavius", "ocaml-odoc", - "ocaml-odoc-parser", "ocaml-omake", "ocaml-opam-file-format", "ocaml-ounit", "ocaml-parmap", "ocaml-parsexp", "ocaml-pcre", + "ocaml-pcre2", "ocaml-perl4caml", "ocaml-postgresql", "ocaml-pp", @@ -136,18 +129,22 @@ let packages = [ "ocaml-ppx-custom-printf", "ocaml-ppx-derivers", "ocaml-ppx-deriving", + "ocaml-ppx-deriving-yaml", "ocaml-ppx-deriving-yojson", "ocaml-ppx-enumerate", "ocaml-ppx-expect", "ocaml-ppx-fields-conv", + "ocaml-ppx-globalize", "ocaml-ppx-hash", "ocaml-ppx-here", + "ocaml-ppx-import", "ocaml-ppx-inline-test", "ocaml-ppx-js-style", "ocaml-ppx-let", "ocaml-ppxlib", "ocaml-ppx-optcomp", "ocaml-ppx-sexp-conv", + "ocaml-ppx-stable-witness", "ocaml-ppx-variants-conv", "ocaml-psmt2-frontend", "ocaml-ptmap", @@ -161,26 +158,28 @@ let packages = [ "ocaml-rresult", "ocaml-SDL", "ocaml-sedlex", - "ocaml-seq", "ocaml-sexplib", "ocaml-sexplib0", "ocaml-sha", "ocaml-sqlite", "ocaml-ssl", "ocaml-stdcompat", - "ocaml-stdint", "ocaml-stdio", "ocaml-time-now", "ocaml-topkg", - "ocaml-tplib", "ocaml-trie", "ocaml-tyxml", + "ocaml-uucd", + "ocaml-uucp", + "ocaml-uunf", + "ocaml-uuseg", "ocaml-uutf", "ocaml-variantslib", "ocaml-version", "ocaml-xml-light", "ocaml-xmlm", "ocaml-xmlrpc-light", + "ocaml-yaml", "ocaml-yojson", "ocaml-zarith", "ocaml-zed", @@ -192,20 +191,23 @@ let packages = [ "brltty", "coccinelle", "coq", + "emacs-common-tuareg", "flocq", "frama-c", "gappalib-coq", + "guestfs-tools", "graphviz", "haxe", "hevea", "hivex", - "laby", "libguestfs", "libnbd", "opam", + "planets", "plplot", "prooftree", "supermin", + "swig", "utop", "virt-top", "virt-v2v", @@ -225,10 +227,12 @@ pure function get-source-packages () returning strings = { for pkg in %packages; do spec=$pkg/%fedora-branch/$pkg.spec if [ -f $spec ]; then - # Check that all spec files have disabled the broken - # "package notes" misfeature. - if ! grep -sq "%%undefine _package_note_flags" $spec ; then - echo "ERROR: $pkg does not %%undefine _package_note_flags" + # Check that the spec file excludes i686. + # Only implement this check for ocaml-* packages, as the + # other packages are more complicated. + if [[ "$spec" =~ ^ocaml ]] && + ! rpmspec -P $spec | grep -sq 'ExcludeArch:.*i386' ; then + echo "ERROR: $pkg does not ExcludeArch: %%{ix86}" >&2 exit 1 fi # OK to rebuild this package. @@ -236,7 +240,8 @@ pure function get-source-packages () returning strings = { elif [ -f $pkg/%fedora-branch/dead.package ]; then echo "WARNING: $pkg: is a dead package, ignored" >&2 else - echo "$pkg: package is not checked out locally" >&2 + echo "ERROR: $pkg: package is not checked out locally" >&2 + # This does NOT exit the script, why??? exit 1 fi done