Sean Molenaar
Sean Molenaar
> Additionally, our fork of libevent includes important fixes that would lead to errors in the code. Have they been submitted upstream? Then we can just patch the libevent formula
Essentially we don't want to vendor anything. If the software was super popular (think Chrome or Nginx) we might lift that restriction, but since this tool is not I'd suggest...
Running on a 2018 MacMini on macOS 13: ```console MacMini1:~ ios-jenkins$ g++-13 ./test.c -o test MacMini1:~ ios-jenkins$ ./test Item constructor called Item destructor called Something went wrong. Exception thrown :...
That's an interesting error ```console ==> /opt/homebrew/Cellar/rpm/4.19.1.1/bin/rpmbuild -ba /private/tmp/rpm-test-20240221-11226-x6pn9k/rpmbuild/SPECS/test.spec error: (unknown) field must be present in package: (main package) error: (unknown) field must be present in package: (main package) error:...
Still fails on macOS 12: ``` CMake Error at CMakeLists.txt:296 (message): required function mkfifoat not found Call Stack (most recent call first): CMakeLists.txt:305 (chkdef) ```
Could you split the changes to `rpm2cpio` and `rpm` into their own commits? I can't automerge it like this.
```console ../hash-xdrs.sh: line 28: sha256sum: command not found mkdir -p testdata && cp ../docs/stellar-core_example_validators.cfg testdata/stellar-core_example_validators.cfg mkdir -p testdata && cp ../src/history/serialize-tests/stellar-history.testnet.6714239.networkPassphrase.json testdata/stellar-history.testnet.6714239.networkPassphrase.json make[1]: *** [main/XDRFilesSha256.cpp] Error 1 make[1]: *** Waiting...
In the case of six, I wonder if our resource updater fails if resources that aren't needed are excluded, because without that we would never know if it was no...
> If I understand the problem well, there should be no issue for our users if they had used virtualenvs, with virtualenv --no-site-packages, to not include our site-packages folder? That...
@chenrui333 i don't think you should keep bumping this if it keeps failing with the same error.