Nightly snapshots should be working again

Russ Allbery rra at stanford.edu
Wed May 24 09:42:31 UTC 2000


unilerik <unilerik at green.rnd.uni-c.dk> writes:

> Up to inn-BETA-20000518 I'm having no problems (aix 4.3.3)
> -trying latest inn-BETA-20000523 gives this error message running 'make' :

> -----------------------------------------------------------------------------
> ....
> Overview method 'buffindexed' configured
>          cc -g -I../include  -D_LARGE_FILES -I. -c interface.c -o interface.o
>          cc -g -I../include  -D_LARGE_FILES -I. -c methods.c -o methods.o
>          cc -g -I../include  -D_LARGE_FILES -I. -c ovmethods.c -o ovmethods.o
>          cc -g -I../include  -D_LARGE_FILES -I. -c ov.c -o ov.o
>         ar r libstorage.a interface.o methods.o ovmethods.o ov.o objs/*
> ar: Creating an archive file libstorage.a.
>         ranlib libstorage.a
>         cd innd      && make all
>         cc -g -I../include  -D_LARGE_FILES  -c art.c
> "art.c", line 2151.77: 1506-280 (S) Function argument assignment between
> types "const struct {...}" and "unsigned char*" is not allowed.
> "art.c", line 2151.69: 1506-098 (E) Missing argument(s).
> "art.c", line 2390.31: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2390.49: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2394.27: 1506-122 (S) Expecting pointer to struct or union.
> "art.c", line 2394.45: 1506-122 (S) Expecting pointer to struct or union.
> make: 1254-004 The error code from the last command is 1.

I'm not sure what the other errors are, but I believe this should fix the
above:

--- art.c       2000/05/20 02:44:55     1.139
+++ art.c       2000/05/24 09:41:31
@@ -2166,7 +2166,7 @@
                NNTP_REJECTIT_VAL,
                MaxLength(p, p));
        ARTlog(&Data, ART_REJECT, buff);
-        if (innconf->remembertrash && Mode == OMrunning && !HISwrite(&Data, ""))
+        if (innconf->remembertrash && Mode == OMrunning && !HISremember(hash))
             syslog(L_ERROR, "%s cant write history %s %m",
                    LogName, Data.MessageID);
        DISPOSE(distributions);

-- 
Russ Allbery (rra at stanford.edu)             <http://www.eyrie.org/~eagle/>



More information about the inn-workers mailing list