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

node-homebridge doesn't build anymore with LEDE 17.01.4 #243

Closed
p3x-robot opened this issue Mar 5, 2018 · 5 comments
Closed

node-homebridge doesn't build anymore with LEDE 17.01.4 #243

p3x-robot opened this issue Mar 5, 2018 · 5 comments

Comments

@p3x-robot
Copy link
Contributor

Ciao!

How are you?

This is weird, there is a new package, node-epoll did build, but now I can see there is an update with the node-homebridge and there are new depends:

  DEPENDS:=+node +node-npm +avahi-dbus-daemon +libavahi-compat-libdnssd

But still, the packages are built that are required:

docker@14a80110d9c4:/build/source/bin$ find -iname '*avahi-dbus-daemon*'
./packages/arm_cortex-a9_vfpv3/packages/avahi-dbus-daemon_0.6.32-1_arm_cortex-a9_vfpv3.ipk
docker@14a80110d9c4:/build/source/bin$ find -iname '*libavahi-compat-libdnssd*'
./packages/arm_cortex-a9_vfpv3/packages/libavahi-compat-libdnssd_0.6.32-1_arm_cortex-a9_vfpv3.ipk

The previous version was built successfully.

The error:

Package node-homebridge is missing dependencies for the following libraries:
libdns_sd.so

So weird!

Thanks,
Patrik

@p3x-robot
Copy link
Contributor Author

Besides this is selected:

 * libavahi-compat-libdnssd (*)         

Just before the previous version.

@nxhack
Copy link
Owner

nxhack commented Mar 5, 2018

Hi @p3x-robot

But still, the packages are built that are required:

This is normal behavior. The required packages will be built.

Package node-homebridge is missing dependencies for the following libraries: libdns_sd.so

For lede-17.01, you must explicitly set the built-in flag 'libavahi-compat-libdnssd' in make config.
Otherwise, libdns_sd.so will not be created in the cross-compilation environment.

@nxhack
Copy link
Owner

nxhack commented Mar 6, 2018

OK
In order to eliminate the complexity, I reverted to previous way.

@nxhack nxhack closed this as completed Mar 6, 2018
@p3x-robot
Copy link
Contributor Author

thank you @nxhack !!! 💯

@p3x-robot
Copy link
Contributor Author

ok, confirmed, works.

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