Skip to content
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

FS#3850 - Build system: Some packages have wrong architecture settings. #8857

Open
openwrt-bot opened this issue Jun 3, 2021 · 1 comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray

Comments

@openwrt-bot
Copy link

dreieck:

The packages

  • kmod-hwmon-gpiofan
  • kmod-hwmon-it87
  • kmod-hwmon-lm75
  • kmod-hwmon-pwmfan
  • kmod-hwmon-tmp102

can be selected for the target architecture ''x86''/ subtarget ''AMD Geode based systems''/ target profile ''Generic x86/Geode''

From ''.config'':

CONFIG_TARGET_x86=y
CONFIG_TARGET_x86_geode=y
CONFIG_TARGET_x86_geode_DEVICE_generic=y
[...]
CONFIG_PACKAGE_kmod-hwmon-gpiofan=y
CONFIG_PACKAGE_kmod-hwmon-it87=y
CONFIG_PACKAGE_kmod-hwmon-lm75=y
CONFIG_PACKAGE_kmod-hwmon-pwmfan=y
CONFIG_PACKAGE_kmod-hwmon-tmp102=y

(configuration done with ''make menuconfig'', after first selecting just the target and doing ''make defconfig'').

A ''make -j1 V=sc'' bails out with:

Collected errors: [...] * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-gpiofan found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-hwmon-gpiofan. * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-it87 found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-hwmon-it87. * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-lm75 found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-hwmon-lm75. * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-pwmfan found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-hwmon-pwmfan. * pkg_hash_fetch_best_installation_candidate: Packages for kmod-hwmon-tmp102 found, but incompatible with the architectures configured * opkg_install_cmd: Cannot install package kmod-hwmon-tmp102. [...] make[2]: *** [package/Makefile:69: package/install] Error 255
@openwrt-bot
Copy link
Author

dreieck:

Sorry, it affects 21.02; not tested for "Trunk".

@aparcar aparcar added the core packages pull request/issue for core (in-tree) packages label Feb 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
core packages pull request/issue for core (in-tree) packages flyspray
Projects
None yet
Development

No branches or pull requests

2 participants