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

[gstreamer] x64-windows Build error missing file /gst/gl/gstglconfig.h #38781

Open
dagon10102010 opened this issue May 17, 2024 · 1 comment
Open
Assignees
Labels
requires:repro The issue is not currently repro-able

Comments

@dagon10102010
Copy link

Package: gstreamer[core,plugins-base]:x64-windows -> 1.22.5#8

Host Environment

  • Host: x64-windows
  • Compiler: MSVC 19.39.33523.0
  • vcpkg-tool version: 2023-08-09-9990a4c9026811a312cb2af78bf77f3d9d288416
    vcpkg-scripts version: b3c870d 2024-05-16 (2 hours ago)

To Reproduce

vcpkg install GStreamer
Failure logs

-- Using cached gstreamer-gstreamer-1.22.5.tar.gz.
-- Cleaning sources at E:/project/tool/vcpkg/buildtrees/gstreamer/src/1.22.5-415fd60d58.clean. Use --editable to skip cleaning for the packages you specify.
-- Extracting source E:/project/tool/vcpkg/downloads/gstreamer-gstreamer-1.22.5.tar.gz
-- Applying patch fix-clang-cl.patch
-- Applying patch fix-clang-cl-gstreamer.patch
-- Applying patch fix-clang-cl-base.patch
-- Applying patch fix-clang-cl-good.patch
-- Applying patch fix-clang-cl-bad.patch
-- Applying patch fix-clang-cl-ugly.patch
-- Applying patch gstreamer-disable-no-unused.patch
-- Applying patch srtp_fix.patch
-- Applying patch fix-bz2-windows-debug-dependency.patch
-- Applying patch base-must-be-enabled.patch
-- Applying patch no-downloads.patch
-- Applying patch plugin-base-disable-no-unused.patch
-- Using source at E:/project/tool/vcpkg/buildtrees/gstreamer/src/1.22.5-415fd60d58.clean
-- Getting CMake variables for x64-windows
-- Configuring x64-windows-dbg
-- Using cached msys2-mingw-w64-x86_64-pkgconf-1~2.2.0-1-any.pkg.tar.zst.
-- Using cached msys2-msys2-runtime-3.4.10-4-x86_64.pkg.tar.zst.
-- Using msys root at E:/project/tool/vcpkg/downloads/tools/msys2/d33df895d441a36d
-- Configuring x64-windows-dbg done
-- Configuring x64-windows-rel
-- Configuring x64-windows-rel done
-- Package x64-windows-dbg
-- Package x64-windows-rel
CMake Error at ports/gstreamer/portfile.cmake:310 (file):
  file RENAME failed to rename

    E:/project/tool/vcpkg/packages/gstreamer_x64-windows/lib/gstreamer-1.0/include/gst/gl/gstglconfig.h

  to

    E:/project/tool/vcpkg/packages/gstreamer_x64-windows/include/gstreamer-1.0/gst/gl/gstglconfig.h

  because: The system cannot find the path specified.



Call Stack (most recent call first):
  scripts/ports.cmake:175 (include)



@Cheney-W Cheney-W added the requires:repro The issue is not currently repro-able label May 17, 2024
@Cheney-W
Copy link
Contributor

I can't reproduce this issue in my side with a new vcpkg. I think you could remove the gstreamer-gstreamer-1.22.5.tar.gz file from the downloads folder and run below command:

.\vcpkg.exe install gstreamer[core,plugins-base]:x64-windows --binarysource=clear

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
requires:repro The issue is not currently repro-able
Projects
None yet
Development

No branches or pull requests

2 participants