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

canutils Build Fail #3695

Closed
riodda opened this issue Dec 24, 2016 · 3 comments
Closed

canutils Build Fail #3695

riodda opened this issue Dec 24, 2016 · 3 comments

Comments

@riodda
Copy link

riodda commented Dec 24, 2016


Maintainer: @yegorich (find it by checking history of the package Makefile)
Environment: (x86_64, APU2, LEDE )

Description:

Despite haveing selected canutils canutils subpacakges fail to compile due to failed depedencies
Collected errors:

  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-log-conversion:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-log-conversion.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-canbusload:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-canbusload.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-can-calc-bit-timing:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-can-calc-bit-timing.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-candump:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-candump.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-cangen:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-cangen.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-cangw:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-cangw.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-canplayer:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-canplayer.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-cansniffer:
  • canutils *
  • opkg_install_cmd: Cannot install package canutils-cansniffer.
  • satisfy_dependencies_for: Cannot satisfy the following dependencies for canutils-cansend:
  • canutils *
.config extract

CONFIG_PACKAGE_canutils=y
CONFIG_PACKAGE_canutils-can-calc-bit-timing=y
CONFIG_PACKAGE_canutils-canbusload=y
CONFIG_PACKAGE_canutils-candump=y
CONFIG_PACKAGE_canutils-cangen=y
CONFIG_PACKAGE_canutils-cangw=y
CONFIG_PACKAGE_canutils-canplayer=y
CONFIG_PACKAGE_canutils-cansend=y
CONFIG_PACKAGE_canutils-cansniffer=y
CONFIG_PACKAGE_canutils-log-conversion=y
@riodda
Copy link
Author

riodda commented Dec 24, 2016

Commenting the dependecies in the Makefile the errors are gone but the build lacks several of the canutils execs such as slcand slcan_attach

yegorich added a commit to yegorich/packages that referenced this issue Mar 10, 2017
Don't group any utilities but just list them all as they are.

Fixes:
openwrt#3695

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
@yegorich
Copy link
Contributor

@riodda have you already looked at the patch?

@riodda
Copy link
Author

riodda commented Mar 14, 2017

Nope, i will

@hnyman hnyman closed this as completed in 18b67b9 Mar 15, 2017
yousong pushed a commit that referenced this issue May 12, 2017
Don't group any utilities but just list them all as they are.

Fixes:
#3695

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
jp-bennett pushed a commit to jp-bennett/packages that referenced this issue Jul 29, 2017
Don't group any utilities but just list them all as they are.

Fixes:
openwrt#3695

Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants