opentechinstitute / commotion-feed

Feed of Commotion components to be pulled in by OpenWRT
GNU Affero General Public License v3.0
5 stars 11 forks source link

commotion-gui package depends on non-existent package luci-i18n-commotion #65

Open mlehner opened 9 years ago

mlehner commented 9 years ago

luci-i18n-commotion was split into separate packages for each language in 3ea71122d6f3c796118e5662006a361fedd7f286. The commotion-gui package still depends on the old name, luci-i18n-commotion, and gets excluded by make menuconfig for the missing dependency.

tmp/.config-package.in:46271:warning: 'select' used by config symbol 'PACKAGE_commotion-gui' refer to undefined symbol 'PACKAGE_luci-i18n-commotion'

This causes various other packages to not build properly (namely commotion-splash) without some manual intervention.

I am not an expert in the openwrt build system, but to fix it for my own purposes I just removed the dependency from commotion-gui and everything was fine again.

I am using the 1.1 branch, but I believe this problem still exists in master.