-
Notifications
You must be signed in to change notification settings - Fork 123
[FLOSS] kconfig plugin fails silently on meta-set #4580
Comments
I tried to reproduce the issue, but I ran into a following problem when I entered the first command.
Is any prior setup (e.g. installing kconfig) required? |
No, it came with the default installation for me. How did you install elektra? If you compiled it yourself, do you have log files for the compilation? |
The
So AFAIK it will not (always) be packaged in the normal packages. There may be a separate If you compile yourself, you need to either use In general you also need to have the dependencies for the plugin installed before running |
I mark this stale as it did not have any activity for one year. I'll close it in two weeks if no further activity occurs. If you want it to be alive again, ping by writing a message here or create a new issue with the remainder of this issue. |
I closed this now because it has been inactive for more than one year. If I closed it by mistake, please do not hesitate to reopen it or create a new issue with the remainder of this issue. |
As discussed in #4555
Steps to Reproduce the Problem
Expected Result
Should either print an error on
kdb meta-set user:/tests/storage/types blue blah
and return a non 0 exit code orkdb meta-get user:/tests/kconfig blue
should return blahActual Result
$ kdb meta-set user:/tests/kconfig blue blah
fails silently andkdb meta-get user:/tests/kconfig blue
returns a key not found errorSystem Information
Operating System:
Arch Linux, Kernel 5.19.13-arch1-1
kdb and plugins version
# kdb --version KDB_VERSION: 0.9.11 SO_VERSION: 5
Relevant Source Code
Similar to #4579 this happens because the kconfig plugin only selectively looks for the "kconfig" meta key. All others are ignored.
libelektra/src/plugins/kconfig/kconfig_serializer.cpp
Line 106 in 5702ce0
The text was updated successfully, but these errors were encountered: