-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
collectd-dnsmasq: compiling/installing fails on latest openwrt master #810
Comments
Can you open an separate issue for this? I also like the idea, but remember some others argumented against. |
I assume you see this problem with the imagebuilder, right? |
Yep. Sry, I should add information how to reproduce. Adding into Openwrt master with commit
into feeds.conf and select the packages, e.g. collectd-dnsmasq-addon. To see the error just do Has the berlin freifunk image builder a special openwrt install part? I don't understand the issue, since |
Since some time the imagebuilder runs th postinst automatically (see relating issues: freifunk/openwrt-packages#10, openwrt/luci#1635 (comment)) and in this script we seem to have an absolute path which will run on the build-host file-system. |
So actually we need to find a way to disable them on build process? Or just removing like u did with policy routing? |
We could place some condition in the script like
https://github.com/openwrt/packages/blob/master/net/chrony/files/chrony.hotplug#L19-L22 Or something like checking if the |
it depends on how they are written. |
Can we maybe just add some
as workaround, so the packages compile? Just tested the compiling and it worked! :) I will make a PR and then u can decide if u want to merge. ;) |
As it's broken package (freifunk-berlin/firmware-packages#205 (comment)) I'm fine with keeping this issue open, as reminder or hint ... |
I wanted to use the firmware-packages repro with current OpenWrt master.
This include does not work:
https://github.com/freifunk-berlin/firmware-packages/blob/master/addons/collectd-addons/files/collectd-dnsmasq/postinst.sh#L3
Could we maybe enable the issues in the firmware-packages repro? I think that would be better. :)
Edit:
This happens for every package in the
make package/install
part, that includes/lib/functions.sh
.The text was updated successfully, but these errors were encountered: