Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#68237 - [mtr] Needs jansson
Attached to Project:
Arch Linux
Opened by Jaume Delclòs Coll (cosarara) - Tuesday, 13 October 2020, 14:45 GMT
Last edited by freswa (frederik) - Tuesday, 13 October 2020, 14:57 GMT
Opened by Jaume Delclòs Coll (cosarara) - Tuesday, 13 October 2020, 14:45 GMT
Last edited by freswa (frederik) - Tuesday, 13 October 2020, 14:57 GMT
|
DetailsDescription:
If built without libjansson installed, mtr has no json support (though --help says it does). The package jansson should be added to the dependencies. https://github.com/traviscross/mtr/issues/358 ``` > mtr --json -c 5 google.com mtr: unrecognized option '--json' ``` Additional info: * mtr 0.94-1 Steps to reproduce: * Install mtr * Run mtr --json |
This task depends upon

Can confirm. I rebuilt with community/jansson installed and the --json option worked fine. Just needs a makedep

Same problem with 0.95-1, this seems to have been forgotten.