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

pdfpc 4.6.0 #155471

Closed
wants to merge 1 commit into from
Closed

pdfpc 4.6.0 #155471

wants to merge 1 commit into from

Conversation

chenrui333
Copy link
Member

  • Have you followed the guidelines for contributing?
  • Have you ensured that your commits follow the commit style guide?
  • Have you checked that there aren't other open pull requests for the same formula update/change?
  • Have you built your formula locally with HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>, where <formula> is the name of the formula you're submitting?
  • Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • Does your build pass brew audit --strict <formula> (after doing HOMEBREW_NO_INSTALL_FROM_API=1 brew install --build-from-source <formula>)? If this is a new formula, does it pass brew audit --new <formula>?

continuing #118911

Signed-off-by: Rui Chen <rui@chenrui.dev>
Co-authored-by: Sean Molenaar <sean@seanmolenaar.eu>
@chenrui333 chenrui333 mentioned this pull request Nov 25, 2023
@chenrui333 chenrui333 added the CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. label Nov 25, 2023
@chenrui333
Copy link
Member Author

--   No package 'webkit2gtk-4.0' found
  CMake Error at /home/linuxbrew/.linuxbrew/Cellar/cmake/3.27.8/share/cmake/Modules/FindPkgConfig.cmake:607 (message):
    A required package was not found
  Call Stack (most recent call first):
    /home/linuxbrew/.linuxbrew/Cellar/cmake/3.27.8/share/cmake/Modules/FindPkgConfig.cmake:[82](https://github.com/Homebrew/homebrew-core/actions/runs/6986179004/job/19011401575?pr=155471#step:4:83)9 (_pkg_check_modules_internal)
    src/CMakeLists.txt:33 (pkg_check_modules)

depends_on "qrencode"

on_linux do
depends_on "webkitgtk"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-- Checking for module 'webkit2gtk-4.0'
  --   No package 'webkit2gtk-4.0' found
  CMake Error at /home/linuxbrew/.linuxbrew/Cellar/cmake/3.27.8/share/cmake/Modules/FindPkgConfig.cmake:607 (message):
    A required package was not found
  Call Stack (most recent call first):
    /home/linuxbrew/.linuxbrew/Cellar/cmake/3.27.8/share/cmake/Modules/FindPkgConfig.cmake:[82](https://github.com/Homebrew/homebrew-core/actions/runs/6986179004/job/19011401575?pr=155471#step:4:83)9 (_pkg_check_modules_internal)
    src/CMakeLists.txt:33 (pkg_check_modules)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Interestingly, we install include/webkitgtk-4.1/ / libexec/webkit2gtk-4.1/, not version 4.0 ..

pdfpc is expliciltely looking for 4.0 here: https://github.com/pdfpc/pdfpc/blob/14344bc203cfff71a1b72deb161e003c9b480bb2/src/CMakeLists.txt#L35-L38

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good find, let me raise it up.

@chenrui333 chenrui333 added build failure CI fails while building the software linux Linux is specifically affected labels Nov 25, 2023
@chenrui333
Copy link
Member Author

chenrui333 commented Nov 29, 2023

some related upstream dependency support issues:

@chenrui333 chenrui333 added the upstream issue An upstream issue report is needed label Nov 29, 2023
@chenrui333
Copy link
Member Author

Gonna close the PR for now (due to the upstream issues)

@chenrui333 chenrui333 closed this Dec 4, 2023
@chenrui333 chenrui333 deleted the pdfpc-4.6.0 branch January 22, 2024 19:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build failure CI fails while building the software CI-no-fail-fast Continue CI tests despite failing GitHub Actions matrix builds. linux Linux is specifically affected upstream issue An upstream issue report is needed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants