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

checkin in new formula version of [email protected]_py312 #568

Closed
wants to merge 1 commit into from

Conversation

ipatch
Copy link
Collaborator

@ipatch ipatch commented Oct 7, 2024

brew style freecad/freecad/[NAME_OF_FORMULA_FILE] 

output from running above command should output something similiar to the below

1 file inspected, no offenses detected
  • Have you ensured your commit passed audit checks, ie.
brew audit freecad/freecad/[NAME_OF_FORMULA_FILE] --online --new-formula

Not all PRs require passing these checks ie. adding [no ci] in the commit message will prevent the CI from running but PRs that change formula files generally should run through the CI checks that way new bottles are built and uploaded to the repository thus not having to build all formula from source but rather installing from a bottle (significantly faster 🐰 ... 🐢)

For more information about this template file learn more

@ipatch
Copy link
Collaborator Author

ipatch commented Oct 7, 2024

current build error,

  -- PYTHON_ARCH:             64
  CMake Error at data/shiboken_helpers.cmake:153 (message):
    libclang version 3.9 or higher is required
    (/home/linuxbrew/.linuxbrew/opt/llvm@15/bin/llvm-config detected /bin/sh:
    1: /home/linuxbrew/.linuxbrew/opt/llvm@15/bin/llvm-config: not found at
    /bin/sh: 1: /home/linuxbrew/.linuxbrew/opt/llvm@15/bin/llvm-config: not
    found).
  Call Stack (most recent call first):
    CMakeLists.txt:39 (setup_clang)
  
  
  -- Configuring incomplete, errors occurred!
  -- Cache values

@ipatch ipatch force-pushed the shiboken2-v5.15.15_py312 branch from 1ef4e0e to 39737b7 Compare October 7, 2024 22:00
@ipatch
Copy link
Collaborator Author

ipatch commented Oct 7, 2024

next build error,

Traceback (most recent call last):
    File "<string>", line 2, in <module>
  ModuleNotFoundError: No module named 'distutils'
  CMake Error at data/shiboken_helpers.cmake:98 (message):
    Could not detect Python module installation directory.
  Call Stack (most recent call first):
    CMakeLists.txt:109 (set_python_site_packages)
  -- Configuring incomplete, errors occurred!
  -- Cache values
  BUILD_TESTS:BOOL=ON
  CLANG_LIBRARY:FILEPATH=/home/linuxbrew/.linuxbrew/opt/llvm/lib/libclang.so
  CMAKE_BUILD_TYPE:STRING=Release

@ipatch ipatch force-pushed the shiboken2-v5.15.15_py312 branch from 39737b7 to 4fcdb4d Compare October 7, 2024 22:24
@ipatch ipatch self-assigned this Oct 7, 2024
@ipatch ipatch added the pr-pull label Oct 7, 2024
github-actions bot pushed a commit that referenced this pull request Oct 7, 2024
@ipatch ipatch closed this Oct 8, 2024
@ipatch ipatch deleted the shiboken2-v5.15.15_py312 branch October 8, 2024 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant