-
Notifications
You must be signed in to change notification settings - Fork 417
add libnvme package to wolfi #32228
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
Merged
Merged
add libnvme package to wolfi #32228
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kranurag7
commented
Oct 29, 2024
Merged
Dentrax
reviewed
Oct 29, 2024
Member
Author
|
now all the
Looking at the header full log details
$ meson setup --wipe .build
The Meson build system
Version: 1.6.0
Source dir: /home/user/libnvme
Build dir: /home/user/libnvme/.build
Build type: native build
Project name: libnvme
Project version: 1.10
C compiler for the host machine: cc (gcc 14.2.0 "cc (Wolfi 14.2.0-r4) 14.2.0")
C linker for the host machine: cc ld.bfd 2.43.1
Host machine cpu family: x86_64
Host machine cpu: x86_64
C++ compiler for the host machine: c++ (gcc 14.2.0 "c++ (Wolfi 14.2.0-r4) 14.2.0")
C++ linker for the host machine: c++ ld.bfd 2.43.1
Found pkg-config: YES (/usr/bin/pkg-config) 2.3.0
Run-time dependency json-c found: YES 0.18
Run-time dependency openssl found: YES 3.4.0
Header "openssl/opensslv.h" has symbol "LIBRESSL_VERSION_NUMBER" with dependency openssl: NO
Has header "openssl/core_names.h" with dependency openssl: YES
Run-time dependency libkeyutils found: YES 1.6.3
Checking if "__builtin_type_compatible_p" compiles: YES
Checking if "typeof" compiles: YES
Checking if "byteswap.h" compiles: YES
Checking if "bswap64" : links: YES
Checking if "statement-expr" compiles: YES
Checking if "isblank" : links: YES
Checking if "linux/mctp.h" compiles: YES
Checking if "netdb" : links: YES
Checking if "ioctl has glibc-style prototype" compiles: YES
Compiler for C supports function attribute fallthrough: YES
Configuring libnvme.spec using configuration
Configuring config.h using configuration
Program python3 found: YES (/usr/bin/python3)
Run-time dependency python found: YES 3.12
Program swig found: YES (/usr/bin/swig)
Has header "Python.h" with dependency python-3.12: YES
Configuring __init__.py using configuration
Configuring nbft-dump-diff.sh using configuration
Configuring gen-nbft-diffs.sh using configuration
Program diff found: YES (/usr/bin/diff)
Program diff found: YES (/usr/bin/diff)
Program tree-diff.sh found: YES (/bin/bash -e /home/user/libnvme/test/sysfs/tree-diff.sh)
Program diff found: YES (/usr/bin/diff)
Program config-diff.sh found: YES (/bin/bash -e /home/user/libnvme/test/config/config-diff.sh)
Configuring conf.py using configuration
Configuring api.rst using configuration
Configuring index.rst using configuration
Configuring quickstart.rst using configuration
Configuring installation.rst using configuration
Configuring mi.rst using configuration
Configuring config-schema.json using configuration
Program /home/user/libnvme/doc/../scripts/kernel-doc found: YES (/home/user/libnvme/doc/../scripts/kernel-doc)
Program /home/user/libnvme/doc/../scripts/kernel-doc-check found: YES (/home/user/libnvme/doc/../scripts/kernel-doc-check)
Build targets in project: 32
libnvme 1.10
Paths
prefixdir : /usr/local
sysconfdir : /usr/local/etc
bindir : /usr/local/bin
includedir : /usr/local/include
datadir : /usr/local/share
mandir : /usr/local/share/man
libdir : /usr/local/lib
build location: /home/user/libnvme/.build
Dependencies
json-c : true
OpenSSL : true
keyutitls : true
libdbus : false
Python 3 : true
Configuration
git version : "1.10"
Found ninja-1.9 at /usr/bin/ninja |
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
developer-guy
approved these changes
Oct 30, 2024
Dentrax
approved these changes
Oct 30, 2024
kranurag7
added a commit
that referenced
this pull request
Oct 30, 2024
adds nvme-cli package depends on #32228 CI will fail for now given libnvme is not available as of now until the above package is merged. --------- Signed-off-by: kranurag7 <81210977+kranurag7@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
packaging this given this is required for https://github.com/kubernetes-sigs/gcp-compute-persistent-disk-csi-driver incoming package.