Skip to content

When building from source in Linux, io_test (testcases.TestCases.io_test) fails #3385

@akwala

Description

@akwala

Describe the bug

After compiling, io_test (testcases.TestCases.io_test) in "bashTests" fails.

To Reproduce

Steps to reproduce the behavior:

  1. Download v.0.28.7 source code from Releases.
  2. Extract the source code and follow instructions to build:
cd /path/to/exiv2-0.28.7
mkdir build && cd build
cmake -DCMAKE_BUILD_TYPE=Release -DEXIV2_BUILD_SAMPLES=ON ..
cmake --build .
ctest --verbose

ctest reports:

The following tests FAILED:
          1 - bashTests (Failed)
Errors while running CTest

Relevant excerpt of the test log attached.

exiv2-0.28.7-ctest-fail.log

I first saw this in v.0.28.5 and ignored it. Similar issue in Windows: #2781

Expected behavior

All tests after compilation pass.

Desktop (please complete the following information):

$ gcc --version
gcc (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0

Operating System: Kubuntu 24.04
KDE Plasma Version: 5.27.12
KDE Frameworks Version: 5.115.0
Qt Version: 5.15.13
Kernel Version: 6.8.0-79-generic (64-bit)
Graphics Platform: X11

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions