-
Notifications
You must be signed in to change notification settings - Fork 2.5k
virtuoso: update to 7.2.10 #42666
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
virtuoso: update to 7.2.10 #42666
Conversation
|
I disabled tgraphql test for now. As I don't use this package directly I don't know if the resulting package works correctly. |
|
Seems like thttp is failing on musl as well but the error does not appear on my x86_64-musl machine. |
|
The thttp failure does not seem to be consistent. If anyone that uses virtuoso could test the changes I would appreciate it. |
|
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it. |
|
Bump. If there's any active user of this package that can test, I would appreciate it. 7.2.10 is released, will update PR to that. |
test suite was failing on revbump - remove patches that no longer apply - disable static libraries as we're removing them after install anyway - disable tgraphql test (fails inside ./xbps-src) - add which to hostmakedepends - add missing checkdepends - update project homepage
Testing the changes
This package has some weirdness in the test suite. It fails when run from
./xbps-src -K pkg virtuosobut succeeds if I do./xbps-src chrootafterwards and:I tried replacing pre_configure, do_configure, do_build and do_check to do the same thing but it still fails. Maybe I'm missing some dependencies or something.
tgraphqlis the only test failing:tgraphql.output.log
Local build testing