On 03.07.2024 14:27, Matthias Klose wrote:

Hi Yann,

The package fails to build in a test rebuild on at least amd64 with
gcc-14/g++-14, but succeeds to build with gcc-13/g++-13. The
severity of this report will be raised before the trixie release.

Here are the first two patches in case you are interested. They solve a few issues, but of course not all.

In 2023 version 1.70 was released, not sure if it makes sense to have a look at that version.

Hilmar
--
sigfault

--- fweb-1.62.orig/Web/configure
+++ fweb-1.62/Web/configure
@@ -614,7 +614,7 @@
 cat > conftest.$ac_ext <<EOF
 #line 616 "configure"
 #include "confdefs.h"
-main(){return(0);}
+int main(){return(0);}
 EOF
 if { (eval echo configure:620: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && 
test -s conftest; then
   ac_cv_prog_cc_works=yes
--- fweb-1.62.orig/Web/ftangle.c
+++ fweb-1.62/Web/ftangle.c
@@ -1402,7 +1402,7 @@
 
 static boolean is_label= NO;
 static boolean should_continue= NO;
-static continuation_line= NOT_CONTINUATION;
+static int continuation_line= NOT_CONTINUATION;
 
 static STMT_LBL stmt_num[50];
 
--- fweb-1.62.orig/Web/ftangle.web
+++ fweb-1.62/Web/ftangle.web
@@ -460,7 +460,7 @@
 /* Various flags help \Fortran\ out. */
 static boolean is_label = NO;
 static boolean should_continue = NO;
-static continuation_line = NOT_CONTINUATION;
+static int continuation_line = NOT_CONTINUATION;
 
 static STMT_LBL stmt_num[50]; /* Archaic; for numbering
                        |do|s in \Fortran. Should use \Ratfor\ instead. */

Attachment: OpenPGP_signature.asc
Description: OpenPGP digital signature

Reply via email to