diff --git a/recipes/wip/dev/git-chain/recipe.toml b/recipes/wip/dev/git-chain/recipe.toml
index 2790169bc808a8372fa320c2c17ae45a75f95de4..4d60580534c4a41504c5bfa4a34d5a0e3b651051 100644
--- a/recipes/wip/dev/git-chain/recipe.toml
+++ b/recipes/wip/dev/git-chain/recipe.toml
@@ -1,4 +1,4 @@
-#TODO Not compiled or tested (after cargo update)
+#TODO compiled but not tested (after cargo update)
 [source]
 git = "https://github.com/dashed/git-chain"
 [build]
diff --git a/recipes/wip/dev/openjdk11-headless/recipe.toml b/recipes/wip/dev/openjdk11-headless/recipe.toml
index a7df77765dab4bf5a091064c7029d3cabc428d0a..219b77555795dc1f99af816d561704988107e591 100644
--- a/recipes/wip/dev/openjdk11-headless/recipe.toml
+++ b/recipes/wip/dev/openjdk11-headless/recipe.toml
@@ -9,6 +9,7 @@ dependencies = [
     "fontconfig",
 ]
 script = """
+chmod a+x configure
 COOKBOOK_CONFIGURE_FLAGS+=(
     --enable-headless-only=yes
 )
diff --git a/recipes/wip/dev/openjdk21-headless/recipe.toml b/recipes/wip/dev/openjdk21-headless/recipe.toml
index 160301304f5288c710d4f9c722aef0e90ec9366f..bdeea3dd040ba4a34b2a8feda249f8dc37ee13e4 100644
--- a/recipes/wip/dev/openjdk21-headless/recipe.toml
+++ b/recipes/wip/dev/openjdk21-headless/recipe.toml
@@ -1,5 +1,5 @@
 #TODO build instructions - https://github.com/openjdk/jdk21u/blob/master/doc/building.md
-#TODO not compiled or tested
+#TODO can't find the configure script
 [source]
 git = "https://github.com/openjdk/jdk21u"
 rev = "060c4f7589e7f13febd402f4dac3320f4c032b08"
diff --git a/recipes/wip/dev/openjdk8-headless/recipe.toml b/recipes/wip/dev/openjdk8-headless/recipe.toml
index 9a8fb93a1f613e40dc1d6aa0900d5a2c0db70ed2..9261f81eaf91175b2b6430a1a8f0931892f47283 100644
--- a/recipes/wip/dev/openjdk8-headless/recipe.toml
+++ b/recipes/wip/dev/openjdk8-headless/recipe.toml
@@ -1,6 +1,5 @@
 #TODO build instructions - https://github.com/openjdk/jdk8u/blob/master/doc/building.md
-#TODO not compiled or tested
-#TODO build it in headless mode
+#TODO require the headless option
 [source]
 git = "https://github.com/openjdk/jdk8u"
 rev = "9c9d6b267c41e4c713cacc41befb66007cdb2601"