-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
parse issue freedesktop.org/cppunit #970
Comments
🤖 Hey again, @leonsilicon! Great to see you back. Hope you're doing well. The parse error you're encountering when running To resolve this error, you need to add {
"pkgx": "zlib.net^1.2 python.org@latest freedesktop.org/cppunit"
} After updating the As for the functionality of the I hope this helps! If you have any other questions or need further clarification, feel free to ask. Best, SourcesThis response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research. Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant. If you want to continue the conversation, start your reply with @dosu-bot. |
$ pkgx install freedesktop.org/cppunit
pkgx: installed: ~/.local/bin/cppunit-config
pkgx: installed: ~/.local/bin/DllPlugInTester
$ rm ~/.local/bin/cppunit-config
$ rm ~/.local/bin/DllPlugInTester #worksforme to troubleshoot, can you paste in the contents of your
it should specifically match distributable:
url: http://dev-www.libreoffice.org/src/cppunit-{{version}}.tar.gz
strip-components: 1
versions:
url: https://dev-www.libreoffice.org/src/cppunit/
match: /cppunit-\d+\.\d+\.\d+.tar.gz/
strip:
- /^cppunit-/
- /\.tar\.gz$/
build:
script: |
./configure $ARGS
make --jobs {{ hw.concurrency }} install
env:
ARGS:
- --prefix="{{prefix}}"
linux/aarch64:
ARGS:
- --build=aarch64-unknown-linux-gnu
provides:
- bin/cppunit-config
- bin/DllPlugInTester
test: cppunit-config --version | grep {{version}} exactly. assuming it doesn't (though we'll be interested to see what it does contain), |
Dupes #865 |
Running
pkgx install freedesktop.org/cppunit
gives the following error:The text was updated successfully, but these errors were encountered: