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

fluidsynth build failure #12968

Closed
neurodot opened this issue Aug 18, 2020 · 1 comment · Fixed by #12974
Closed

fluidsynth build failure #12968

neurodot opened this issue Aug 18, 2020 · 1 comment · Fixed by #12974
Assignees
Labels
category:port-bug The issue is with a library, which is something the port should already support

Comments

@neurodot
Copy link

Error: Building package fluidsynth:x64-linux failed with: BUILD_FAILED

Package: fluidsynth:x64-linux
Vcpkg version: 2020.06.15-unknownhash

(My suggestion: .exe extension is not used on the unix ...)

To Reproduce
Steps to reproduce the behavior:
./vcpkg install fluidsynth

kamil@unuk:~/vcpkg$ ./vcpkg install fluidsynth
Computing installation plan...
The following packages will be built and installed:
fluidsynth[core]:x64-linux
Detecting compiler hash for triplet x64-linux...
Starting package 1/1: fluidsynth:x64-linux
Building package fluidsynth[core]:x64-linux...
Could not locate cached archive: /home/kamil/.cache/vcpkg/archives/1b/1bf1ce828f73bf656dd45a780447cf00b2c62142.zip
-- Using cached /home/kamil/vcpkg/downloads/FluidSynth-fluidsynth-37c9ae2bf431a764032f023b3b2c0c0b86b7c272.tar.gz
-- Cleaning sources at /home/kamil/vcpkg/buildtrees/fluidsynth/src/0b86b7c272-b21350e92b.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source /home/kamil/vcpkg/downloads/FluidSynth-fluidsynth-37c9ae2bf431a764032f023b3b2c0c0b86b7c272.tar.gz
-- Applying patch force-x86-gentables.patch
-- Using source at /home/kamil/vcpkg/buildtrees/fluidsynth/src/0b86b7c272-b21350e92b.clean
-- Configuring x64-linux-dbg
-- Configuring x64-linux-rel
-- Building x64-linux-dbg
-- Building x64-linux-rel
CMake Error at ports/fluidsynth/portfile.cmake:19 (file):
file COPY cannot find
"/home/kamil/vcpkg/packages/fluidsynth_x64-linux/bin/fluidsynth.exe": No
such file or directory.
Call Stack (most recent call first):
scripts/ports.cmake:79 (include)

Error: Building package fluidsynth:x64-linux failed with: BUILD_FAILED
Please ensure you're using the latest portfiles with .\vcpkg update, then
submit an issue at https://github.com/Microsoft/vcpkg/issues including:
Package: fluidsynth:x64-linux
Vcpkg version: 2020.06.15-unknownhash

Additional context
Add any other context about the problem here, such as what you have already tried to resolve the issue.

@NancyLi1013 NancyLi1013 self-assigned this Aug 18, 2020
@NancyLi1013 NancyLi1013 added the category:port-bug The issue is with a library, which is something the port should already support label Aug 18, 2020
@NancyLi1013
Copy link
Contributor

Hi @neurodot
Thanks for posting this issue.
I have submitted a pull request to fix it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants