From 2a69f48e0f86ec99575325e3b28b68c8ea220649 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Fri, 16 Mar 2018 12:26:07 +0100 Subject: gnu: classpath-devel: Fix bootstrap phase. * gnu/packages/java.scm (classpath-devel)[arguments]: Replace "bootstrap" build phase. --- gnu/packages/java.scm | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm index b4f64e2c2e..30acbaf0a5 100644 --- a/gnu/packages/java.scm +++ b/gnu/packages/java.scm @@ -694,6 +694,10 @@ the standard javac executable. The tool runs on JamVM instead of SableVM."))) "--disable-gjdoc") #:phases (modify-phases %standard-phases + ;; XXX The bootstrap phase executes autogen.sh, which fails after + ;; complaining about the lack of gettext. + (replace 'bootstrap + (lambda _ (invoke "autoreconf" "-vif"))) (add-after 'unpack 'remove-unsupported-annotations (lambda _ (substitute* (find-files "java" "\\.java$") -- cgit v1.2.3