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

www-client/ungoogled-chromium: 121.0.6167.85 #293

Merged
merged 4 commits into from
Jan 26, 2024

Conversation

LeFroid
Copy link
Contributor

@LeFroid LeFroid commented Jan 24, 2024

This PR does not include the libstdc++ fix, just wanted to share the changes I made to compile UGC 121 to avoid any duplication of efforts.

Other changes:

  • Fix compilation with Clang 17 due to some constexpr issue in the autofill
  • Patch blink libxml call in xslt_processor for compatibility with libxml2
  • Remove Rust QR code changes (temporary solution only)

The three patches I had were copied from my /etc/portage/patches , I added them around lines 393-394 and 426-428 in the ebuild

@PF4Public
Copy link
Owner

pkgcheck is angry, is something wrong?

@LeFroid
Copy link
Contributor Author

LeFroid commented Jan 25, 2024

Not sure, just looking at the exception which is getting thrown when validating the version here.

/usr/lib/python3.11/site-packages/pkgcore/ebuild/cpv.py:303

pkg_chunks = pkgver.split("-")
lpkg_chunks = len(pkg_chunks)
if versioned:
    if lpkg_chunks == 1:
        raise InvalidCPV(cpvstr, "missing package version")

I'll take a closer look tonight

@PF4Public PF4Public merged commit a36666c into PF4Public:master Jan 26, 2024
9 of 12 checks passed
@PF4Public
Copy link
Owner

Thanks! I'll pick up from here.

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

Successfully merging this pull request may close these issues.

2 participants