Hi!
Lately I'm getting a lot of errors from opkg:
[spoiler]
Configuring libpthread.
//usr/lib/opkg/info/libpthread.postinst: line 3: default_postinst: not found
Configuring luci-theme-freifunk-bno.
//usr/lib/opkg/info/luci-theme-freifunk-bno.postinst: line 4: default_postinst: not found
Configuring luci-theme-openwrt.
//usr/lib/opkg/info/luci-theme-openwrt.postinst: line 4: default_postinst: not found
Configuring shadow-su.
//usr/lib/opkg/info/shadow-su.postinst: line 4: default_postinst: not found
Configuring unzip.
//usr/lib/opkg/info/unzip.postinst: line 4: default_postinst: not found
Configuring luci-theme-freifunk-generic.
//usr/lib/opkg/info/luci-theme-freifunk-generic.postinst: line 4: default_postinst: not found
Configuring bind-libs.
//usr/lib/opkg/info/bind-libs.postinst: line 4: default_postinst: not found
Configuring uclibcxx.
//usr/lib/opkg/info/uclibcxx.postinst: line 4: default_postinst: not found
Configuring unrar.
//usr/lib/opkg/info/unrar.postinst: line 4: default_postinst: not found
Configuring ca-certificates.
Configuring bind-dig.
//usr/lib/opkg/info/bind-dig.postinst: line 4: default_postinst: not found
Configuring zip.
//usr/lib/opkg/info/zip.postinst: line 4: default_postinst: not found
Collected errors:
* pkg_run_script: package "libpthread" postinst script returned status 127.
* opkg_configure: libpthread.postinst returned 127.
* pkg_run_script: package "luci-theme-freifunk-bno" postinst script returned status 127.
* opkg_configure: luci-theme-freifunk-bno.postinst returned 127.
* pkg_run_script: package "luci-theme-openwrt" postinst script returned status 127.
* opkg_configure: luci-theme-openwrt.postinst returned 127.
* pkg_run_script: package "shadow-su" postinst script returned status 127.
* opkg_configure: shadow-su.postinst returned 127.
* pkg_run_script: package "unzip" postinst script returned status 127.
* opkg_configure: unzip.postinst returned 127.
* pkg_run_script: package "luci-theme-freifunk-generic" postinst script returned status 127.
* opkg_configure: luci-theme-freifunk-generic.postinst returned 127.
* pkg_run_script: package "bind-libs" postinst script returned status 127.
* opkg_configure: bind-libs.postinst returned 127.
* pkg_run_script: package "uclibcxx" postinst script returned status 127.
* opkg_configure: uclibcxx.postinst returned 127.
* pkg_run_script: package "unrar" postinst script returned status 127.
* opkg_configure: unrar.postinst returned 127.
* pkg_run_script: package "bind-dig" postinst script returned status 127.
* opkg_configure: bind-dig.postinst returned 127.
* pkg_run_script: package "zip" postinst script returned status 127.
* opkg_configure: zip.postinst returned 127.
[/spoiler]
When I install a package I get all these errors, doesn't what I install. I don't know what is causing them.
Running opkg configure does not work, it presents me with this same list of errors.
Can it be because I installed packages from the trunk folder?
I have read this: https://forum.openwrt.org/viewtopic.php?id=44881 But the solution did not work.
I've also read this ticket: https://dev.openwrt.org/ticket/13735 But there's no solution there as far as I can see.
Does anybody know what is causing this and how to fix it?
Thanks in advance!
Edit: Even tho I see errors here, some packages, if not all, do function!
Edit2: I think I should mention what router I have ;p It's a TP-Link TL-WDR4300 (ar71xx)
(Last edited by keranoz on 22 Sep 2014, 11:03)