[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: PSPP 0.4.0 release candidate 1 available
From: |
Ben Pfaff |
Subject: |
Re: PSPP 0.4.0 release candidate 1 available |
Date: |
Mon, 04 Jul 2005 18:23:23 -0700 |
User-agent: |
Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) |
"Marshall DeBerry" <address@hidden> writes:
> Mac OS X 10.4.1:
>
> The old problem of off_t not being declared in flip.c is back as
> shown below during make:
>
> flip.c: In function 'flip_file':
> flip.c:438: error: 'off_t' undeclared (first use in this function)
> flip.c:438: error: (Each undeclared identifier is reported only once
> flip.c:438: error: for each function it appears in.)
> flip.c:438: error: parse error before 'i'
> make[3]: *** [flip.o] Error 1
Oops. It looks like my fix, earlier, was actually inverted.
Will fix in rc2.
> Make check produces the following two errors (match-files.sh and
> sysfile-info.sh):
>
> ./command/match-files.sh: line 169: 8437 Abort trap
> $SUPERVISOR $here/../src/pspp -o raw-ascii $name.pspp >/dev/null 2>&1
> run ff-ss.pspp
> NO RESULT
> FAIL: command/match-files.sh
This I can't fix without knowing more. Any chance you could run
this test under gdb for me? `cd' to tests, then run
make check TESTS=command/match-files.sh SUPERVISOR='gdb --args'
When the gdb prompt appears, issue the `r' command. The program
should start, then stop with an error. Then issue the `bt'
command and send me its output.
> 12c12
> < Endian: Big.
> ---
> > Endian: Little.
> compare output
> FAILED
> FAIL: command/sysfile-info.sh
Will fix for rc2.
> Running make distcheck produces the following messages:
>
> rm -rf $backupdir; exit $rc
> pspp.info: Bad address
> pspp.info: Bad address
> pspp.info: Bad address
> makeinfo: Removing output file `pspp.info' due to errors; use --force
> to preserve.
To me this looks like a bug in `makeinfo'. I'm not sure how to
debug it.
--
Ben Pfaff
email: address@hidden
web: http://benpfaff.org