On 06/03/18 07:28, Stephen Morris wrote:
On 5/3/18 12:55 pm, Eyal Lebedinsky wrote:
While it mostly works, this specific command fails:
$ dnf provides '*/Droid Sans*'
This is consistent, and also happens on a second machine. Both run f27 fully updated.
The following does work:
$ dnf provides '*/Droid*'
But this one crashes:
$ dnf provides '*/x y*'
Just two questions on this:
Firstly, am I doing something wrong when I issue the command in a shell and get the segmentation fault but no error message or stack trace messages?
Secondly, what is the difference between sudo dnf provides '*/Droid Sans*' and sudo dnf --whatprovides '*/Droid Sans*' when the latter produces the following messages?
No such command: */Droid Sans*. Please use /bin/dnf --help
It could be a DNF plugin command, try: "dnf install 'dnf-command(*/Droid Sans*)'"
"--whatprovides" is an option of the package spec, a command is missing.
Use a command that accepts it:
dnf repoquery --whatprovides '*/Droid Sans*'
HTH
regards,
Steve
I suspect a python problem. Anyone else sees these crashes?
HTH
[trimmed]
--
Eyal Lebedinsky (fedora@xxxxxxxxxxxxxx)
_______________________________________________
users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx