-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Request: post installation runnable tests #1247
Comments
Not sure I understand whats going on here, but you probably need to pass the “-DSPDLOG_FMT_EXTERNAL” to the CMake command as well. |
|
Perhaps the has something to do with this? To not setting right define(SPDLOG_FMT_EXTERNAL). |
I'm not clear as to what you are suggesting here Also, can this issue be re-opened? |
@mr-c Where can I download and try the package for Debian ? Seems very old |
@gabime https://packages.debian.org/search?keywords=spdlog has the released packages The latest package is for 1.3.1, the January release The current packaging source is at https://salsa.debian.org/med-team/spdlog |
We had a similar issue but it turned out to be a false positive: Our build was not correctly linking The solution was to make sure the cmake target I'm leaving this comment for other people running into the same problem. |
@mr-c I would like to post instructions in the main page on how to install this package under ubuntu. Could you please provide instructions here? |
@gabime Older versions are currently available via https://packages.ubuntu.com/search?keywords=libspdlog-dev version 1.5.0 is only available in Debian's development release, but I can ask it to be backported to the current stable release ("buster) if you would like https://packages.debian.org/search?keywords=libspdlog-dev A contributor could set up a Ubuntu PPA to provide spdlog to older Ubuntu releases |
That would be great. The current ubuntu version is ancient. |
@gabime Sure, I'll request a backport on the Debian side. As for Ubuntu, they will pick up the changes for their next release, but it seems that they don't do backports anymore. So someone else would need to set up a spdlog PPA to more directly support older Ubuntu releases |
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 1 to 2.1.0. - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md) - [Commits](codecov/codecov-action@v1...v2.1.0) --- updated-dependencies: - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ehsan Saei <71217171+esigo@users.noreply.github.com>
Hello,
I'm updating the spdlog package for Debian and I'm no longer easily able to run the tests against the installed headers due to the removal of the standalone
tests/Makefile
.Here is the current setup
And the current result
The text was updated successfully, but these errors were encountered: