I am trying to build [OpenWrt](https://openwrt.org/) under MarIuX, but the build of the package *ca-certificates* fails: ``` $ # set -x in /usr/bin/prun to debug $ make -j1 V=s package/ca-certificates/compile […] + exec python certdata2pem.py /usr/bin/prun: line 11: /dev/shm/openwrt/staging_dir/host/bin/python: Argument list too long make[4]: *** [Makefile:6: all] Error 1 make[4]: Leaving directory '/dev/shm/openwrt/build_dir/target-mips_4kec_musl/ca-certificates-20200601/work/mozilla' make[3]: *** [Makefile:9: all] Error 2 make[3]: Leaving directory '/dev/shm/openwrt/build_dir/target-mips_4kec_musl/ca-certificates-20200601/work' make[2]: *** [Makefile:73: /dev/shm/openwrt/build_dir/target-mips_4kec_musl/ca-certificates-20200601/.built] Error 2 make[2]: Leaving directory '/dev/shm/openwrt/package/system/ca-certificates' time: package/system/ca-certificates/compile#120.10#54.99#285.78 ERROR: package/system/ca-certificates failed to build. make[1]: *** [package/Makefile:114: package/system/ca-certificates/compile] Error 1 make[1]: Leaving directory '/dev/shm/openwrt' make: *** [/dev/shm/openwrt/include/toplevel.mk:234: package/ca-certificates/compile] Error 2 ``` The compile script seems to run `python certdata2pem.py` for each certificate, and for whatever reason, `PATH` is only appended to by `prun`. ``` +++ export PKG_CONFIG_PATH +++ '[' -d /pkg/python-3.7.7-0/.compatlibs ']' + exec python certdata2pem.py + '[' 3 -lt 2 ']' + arg1=python3 + shift + set -- python3 python certdata2pem.py + pkg=python3 + shift + . /usr/local/package/lib/python3.profile ++ . /pkg/python-3.7.7-0/profile +++ . /pkg/cuda-10.2.89-1/profile ++++ PATH=/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:/pkg/python-3.7.7-0/bin:/pkg/cuda-10.2.89-1/bin:[several hundreds]:/pkg/python-3.7.7-0/lib/pkgconfig:/pkg/python-3.7.7-0/lib/pkgconfig:/pkg/python-3.7.7-0/lib/pkgconfig:/pkg/python-3.7.7-0/lib/pkgconfig:/dev/shm/openwrt/staging_dir/target-mips_4kec_musl/usr/lib/pkgconfig:/dev/shm/openwrt/staging_dir/target-mips_4kec_musl/usr/share/pkgconfig ``` Feel free to use `/dev/shm/openwrt` on *invidia*.