You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to write a script to parse a JSON file from mediathekviewweb API to script some movie downloading. However, this is working on my PC but not on my device. After some debugging I stumbled upon an unexpected error:
jq: error (at <stdin>:0): jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available.
As I stated on forum posts, one can work around this, so there is no high pressure to solve this. I would like to ask for a second package version with onigurma compiled in (e.g. jq-full), so jq can perform regular expressions. I am not experienced enough to do this, I never compiled anything, I am used to scripting.
May I ask if someone is so kind to do this for me at some time?
Thank you all!
No regex engine is compiled in and therefore such functions like scan / match / sub cannot be used. A call will yield this error: jq: error (at <stdin>:0): jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available.
Expected behaviour
No error if one is using functions like scan / match / sub .
Additional info
No response
Diffconfig
No response
Terms
I am reporting an issue for OpenWrt, not an unsupported fork.
The text was updated successfully, but these errors were encountered:
packages/utils/jq/Makefile
Line 30 in fc33552
Describe the bug
Hello all. This is a feature request after I asked on openwrt forum already. I was told to ask here again and tag @ratkaj in/at/on this issue.
Feature request on forum
I am trying to write a script to parse a JSON file from mediathekviewweb API to script some movie downloading. However, this is working on my PC but not on my device. After some debugging I stumbled upon an unexpected error:
jq: error (at <stdin>:0): jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available.
As I stated on forum posts, one can work around this, so there is no high pressure to solve this. I would like to ask for a second package version with onigurma compiled in (e.g.
jq-full
), so jq can perform regular expressions. I am not experienced enough to do this, I never compiled anything, I am used to scripting.May I ask if someone is so kind to do this for me at some time?
Thank you all!
OpenWrt version
r24106-10cc5fcd00
OpenWrt release
23.05.5
OpenWrt target/subtarget
ath79/nand
Device
GL.iNet GL-AR300M (NOR)
Image kind
Official downloaded image
Steps to reproduce
Actual behaviour
No regex engine is compiled in and therefore such functions like
scan
/match
/sub
cannot be used. A call will yield this error:jq: error (at <stdin>:0): jq was compiled without ONIGURUMA regex libary. match/test/sub and related functions are not available.
Expected behaviour
No error if one is using functions like
scan
/match
/sub
.Additional info
No response
Diffconfig
No response
Terms
The text was updated successfully, but these errors were encountered: