Skip to content

libsndfile fails to build on Ubuntu 20.04 with WSL #452

@BeyondVertical

Description

@BeyondVertical
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'

Making /home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git as $ PATH=/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-x86_64/bin:$PATH make  -j 32

touch src/test_endswap.def
touch tests/write_read_test.def
touch tests/pcm_test.def
touch tests/header_test.def
touch tests/utils.def
touch tests/scale_clip_test.def
touch tests/pipe_test.def
touch tests/rdwr_test.def
touch tests/floating_point_test.def
touch tests/benchmark.def
make  src/test_endswap.def
make  tests/write_read_test.def
make  tests/pcm_test.def
make  tests/header_test.def
make  tests/utils.def
make  tests/scale_clip_test.def
make  tests/pipe_test.def
make  tests/rdwr_test.def
make  tests/floating_point_test.def
make  tests/benchmark.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'src/test_endswap.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./src && autogen --writable test_endswap.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/write_read_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable write_read_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/pcm_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable pcm_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/header_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable header_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/utils.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable utils.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/scale_clip_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable scale_clip_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/pipe_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable pipe_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/rdwr_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable rdwr_test.def
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/floating_point_test.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: Entering directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
make[1]: 'tests/benchmark.def' is up to date.
make[1]: Leaving directory '/home/USER/ffmpeg/ffmpeg-windows-build-helpers/sandbox/win64/libsndfile_git'
cd ./tests && autogen --writable floating_point_test.def
cd ./tests && autogen --writable benchmark.def
Wrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pairWrong __data_start/_end pair

make: *** [Makefile:4050: tests/write_read_test.c] Aborted (core dumped)
make: *** Waiting for unfinished jobs....
make: *** [Makefile:4050: src/test_endswap.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/pcm_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/header_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/utils.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/scale_clip_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/pipe_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/rdwr_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/floating_point_test.c] Aborted (core dumped)
make: *** [Makefile:4050: tests/benchmark.c] Aborted (core dumped)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions