On Sat, Apr 30, 2005 at 03:42:43PM +0200, Christian T. Steigies wrote:
> Hi,
> the new new version of f2c does not cut it either on m68k:

> Setting up f2c (20020621-3.3) ...

> (unstable)[EMAIL PROTECTED]:/build/buildd/fseries-201.10059/src# f2c < 
> Y2-fracdiffBuiltin.f
>    fracdf:
> Compiler error line 244 of : start_formatting:  couldn't open the
> intermediate file

> Whereas -3.1 has no problem here...

> Setting up f2c (20020621-3.1) ...

> (unstable)[EMAIL PROTECTED]:/build/buildd/fseries-201.10059/src# f2c < 
> Y2-fracdiffBuiltin.f
>    fracdf:
>    dopt:
>    pqopt:
>    fdfilt:
>    ajqp:
> [...]

Sigh.

New version uploaded; incremental patch attached.  Should really be fixed
now, as I actually tested it before uploading. :)

-- 
Steve Langasek
postmodern programmer
diff -u f2c-20020621/debian/changelog f2c-20020621/debian/changelog
--- f2c-20020621/debian/changelog
+++ f2c-20020621/debian/changelog
@@ -1,3 +1,11 @@
+f2c (20020621-3.4) unstable; urgency=high
+
+  * Re-NMU for same issue, yay
+  * Fix a remaining extern char * that needs to be extern char[]; build
+    tested to actually work this time. ;)  Really-closes: #305971.
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 30 Apr 2005 20:03:18 -0700
+
 f2c (20020621-3.3) unstable; urgency=medium
 
   * Re-NMU for same issue.
only in patch2:
unchanged:
--- f2c-20020621.orig/src/format.c
+++ f2c-20020621/src/format.c
@@ -90,7 +90,7 @@
     FILE *infile;
     static int wrote_one = 0;
     extern int usedefsforcommon;
-    extern char *p1_file, *p1_bakfile;
+    extern char p1_file[], p1_bakfile[];
 
     this_proc_name[0] = '\0';
     last_was_label = 0;

Attachment: signature.asc
Description: Digital signature

Reply via email to