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

[31.0.0-beta2] - source tarball is missing cmake/common/{buildnumber.cmake,buildspec_common.cmake} #11443

Open
tgurr opened this issue Oct 23, 2024 · 1 comment

Comments

@tgurr
Copy link
Contributor

tgurr commented Oct 23, 2024

Operating System Info

Other

Other OS

Exherbo Linux

OBS Studio Version

31.0.0-beta1

OBS Studio Version (Other)

31.0.0-beta2

OBS Studio Log URL

OBS Studio Crash Log URL

No response

Expected Behavior

Being able to run cmake without hitting any error.

Current Behavior

CMake Error at cmake/common/bootstrap.cmake:61 (include):
  include could not find requested file:

    buildnumber
Call Stack (most recent call first):
  CMakeLists.txt:3 (include)

The source tarball https://github.com/obsproject/obs-studio/releases/download/31.0.0-beta2/OBS-Studio-31.0.0-beta2-Sources.tar.gz is missing the file(s) https://github.com/obsproject/obs-studio/blob/31.0.0-beta2/cmake/common/buildnumber.cmake (and https://github.com/obsproject/obs-studio/blob/31.0.0-beta2/cmake/common/buildspec_common.cmake).

Steps to Reproduce

  1. cmake ../obs-studio-31.0.0-beta2-sources

Anything else we should know?

Edit: Full build.log if required: obs-studio-31.0.0-beta2_build.log

@tgurr tgurr changed the title [31.0.0-beta2] - source tarball is missing cmake/common/buildnumber.cmake [31.0.0-beta2] - source tarball is missing cmake/common/{buildnumber.cmake,buildspec_common.cmake} Oct 23, 2024
@derrod
Copy link
Member

derrod commented Oct 23, 2024

The regex here needs fixing I think, right now it will exclude any file with the string "build" in it rather than just the build directory.

set(CPACK_SOURCE_IGNORE_FILES "/.git" "/.*build.*" "/.ccache" "/.deps")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants