Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Work around intermittent Meson wrap-build failures #1734

Merged
merged 4 commits into from
Jun 18, 2022
Merged

Conversation

kcgen
Copy link
Member

@kcgen kcgen commented Jun 18, 2022

Attempts to solve the following through brute-force repetition:

FAILED: subprojects/fluidsynth-2.2.6/src/fluid_conv_tables.inc.h subprojects/fluidsynth-2.2.6/src/fluid_rvoice_dsp_tables.inc.h 
"D:/a/_temp/msys64/mingw64/bin/meson" "--internal" "exe" "--unpickle" "D:/a/dosbox-staging/dosbox-staging/build/meson-private/meson_exe_make_tables_76da7216b7ad891a922e4f7241616b5b130aafe7.dat"
[8/472] Compiling C object subprojects/fluidsynth-2.2.6/test/test_preset_sample_loading.exe.p/test_preset_sample_loading.c.obj
[9/472] Compiling C object subprojects/fluidsynth-2.2.6/test/test_sample_rate_change.exe.p/test_sample_rate_change.c.obj
../subprojects/fluidsynth-2.2.6/test/test_sample_rate_change.c: In function 'main':
../subprojects/fluidsynth-2.2.6/test/test_sample_rate_change.c:55:5: warning: 'fluid_synth_set_sample_rate' is deprecated [-Wdeprecated-declarations]
   55 |     fluid_synth_set_sample_rate(synth, sample_rate);
      |     ^~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from subprojects/fluidsynth-2.2.6/include/fluidsynth.h:100,
                 from ../subprojects/fluidsynth-2.2.6/test/test_sample_rate_change.c:3:
../subprojects/fluidsynth-2.2.6/include/fluidsynth/synth.h:253:38: note: declared here
  253 | FLUID_DEPRECATED FLUIDSYNTH_API void fluid_synth_set_sample_rate(fluid_synth_t *synth, float sample_rate);
      |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.

@kcgen kcgen self-assigned this Jun 18, 2022
@kcgen kcgen added CI GitHub Actions / CI related issues build system Build system related issues labels Jun 18, 2022
@kcgen kcgen linked an issue Jun 18, 2022 that may be closed by this pull request
@kcgen kcgen merged commit 17d8a99 into main Jun 18, 2022
@kcgen
Copy link
Member Author

kcgen commented Jun 18, 2022

@shermp - thanks for flagging this!

@kcgen kcgen deleted the kc/meson-build-1 branch June 19, 2022 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build system Build system related issues CI GitHub Actions / CI related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Meson (ninja) fails building the FluidSynth wrap under MSYS2
1 participant