View Issue Details

IDProjectCategoryView StatusLast Update
0000707fileGeneralpublic2026-01-04 19:43
ReporterAnton Monroe Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Summary0000707: "make check" errors
Descriptionfile version is from github repository on December 30
operating system is OS/2
I get two errors from "make check"--

The results for test/arj.testfile seem to have changed. tests/arj.result expects
    ARJ archive data, v11, slash-switched, created 5 1980+48, original name: example_m0.arj, os: Unix
but file now returns
    ARJ archive data, v11, slash-switched, created Jan 05 2028 07:31:08, modified Jan 05 2028 07:31:08, original name: example_m0.arj, os: Unix


The test for test/multiple.testfile fails with:
        ../../tests/multiple-B.magic: 1: ../../tests/multiple-B.magic: 6: not found
        ../../tests/multiple-B.magic: 2: ../../tests/multiple-B.magic: 10: not found
in tests/Makefile.am, I had to change
        m=$$m${PATH_SEPARATOR}$$j; \
to
        m=$$m$${PATH_SEPARATOR}$$j; \


TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-01-04 19:43 Anton Monroe New Issue