homebrew-core icon indicating copy to clipboard operation
homebrew-core copied to clipboard

pydantic 2.8.2 (new formula)

Open chenrui333 opened this issue 1 year ago • 4 comments

  • [x] Have you followed the guidelines for contributing?
  • [x] Have you ensured that your commits follow the commit style guide?
  • [x] Have you checked that there aren't other open pull requests for the same formula update/change?
  • [x] 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?
  • [x] Is your test running fine brew test <formula>, where <formula> is the name of the formula you're submitting?
  • [x] 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>?

package inclusions, https://repology.org/project/pydantic/versions would help remove rust deps for lots of python formulae

chenrui333 avatar Jul 27 '24 23:07 chenrui333

Is it possible to upgrade rust from 1.79.0_1 to 1.80.1 on MacOS 12 (x86_64)?

I tried to reproduce the maturin build error on AWS with intel based MacOS 12.7, rust version 1.79.0_1, and got an error per 2-3 attempts.

cargo(12799,0x10eea0600) malloc: *** error for object 0x600003663e20: pointer being freed was not allocated
cargo(12799,0x10eea0600) malloc: *** set a breakpoint in malloc_error_break to debug
zsh: abort      cargo metadata --manifest-path Cargo.toml --format-version 1 --locked

But this is not the same error on the CI process where it shows the error code -6.

Anyway, maybe this can be gone with the most recent version of rust, because there was no error on my AWS EC2 with rust 1.80.1. So, I am just curious about are there any chance to upgrade the brew package versions on the CI process.

daeho-ro avatar Aug 14 '24 14:08 daeho-ro

@daeho-ro We just need to rebase to have CI pick up the latest Rust update.

p-linnane avatar Aug 19 '24 02:08 p-linnane

Nice, the error is gone!

daeho-ro avatar Aug 19 '24 03:08 daeho-ro

I think we need https://github.com/Homebrew/homebrew-core/pull/178715/files#r1694038551 to be addressed

branchv avatar Aug 19 '24 03:08 branchv

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.

github-actions[bot] avatar Sep 09 '24 16:09 github-actions[bot]