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

build fails: lcd4linux is missing libusb #32

Open
kls0e opened this issue Jul 31, 2020 · 2 comments
Open

build fails: lcd4linux is missing libusb #32

kls0e opened this issue Jul 31, 2020 · 2 comments

Comments

@kls0e
Copy link

kls0e commented Jul 31, 2020

Hi, currently the build fails with
Package lcd4linux-eb904-custom is missing dependencies for the following libraries: libusb-0.1.so.4 make[3]: *** [Makefile:323: /home/m/easybox/bin/packages/mips_24kc/easybox904/lcd4linux-eb904-custom_r4f027-4_mips_24kc.ipk] Error 1
thanks for your help!

@kls0e
Copy link
Author

kls0e commented Jul 31, 2020

now it is

Checking out files from the hg repository...
/bin/sh: 1: hg: not found
make[3]: *** [Makefile:135: /home/m/easybox/dl/prosody-devel-r1d8e1f7a587c.tar.gz] Error 127

@zuzia-dev
Copy link

Hi, currently the build fails with
Package lcd4linux-eb904-custom is missing dependencies for the following libraries: libusb-0.1.so.4 make[3]: *** [Makefile:323: /home/m/easybox/bin/packages/mips_24kc/easybox904/lcd4linux-eb904-custom_r4f027-4_mips_24kc.ipk] Error 1
thanks for your help!

feeds/easybox904/utils/lcd4linux-eb904/Makefile should be corrected as follows:

define Package/lcd4linux-eb904-custom
$(call Package/lcd4linux-eb904/Default)
  DEPENDS:= \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libdbus:libdbus \
	+serdisplib \
	+libusb-compat \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libgd:libgd \
	$(if $(ICONV_FULL),+LCD4LINUX_EB904_CUSTOM_NEEDS_libiconv:libiconv-full) \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libjpeg:libjpeg \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libmpdclient:libmpdclient \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libmysqlclient:libmysqlclient \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libncurses:libncurses \
	+LCD4LINUX_EB904_CUSTOM_NEEDS_libsqlite3:libsqlite3 \
#	+LCD4LINUX_EB904_CUSTOM_NEEDS_libusb:libusb-compat \
#	+LCD4LINUX_EB904_CUSTOM_NEEDS_libftdi:libftdi \
#	+LCD4LINUX_EB904_CUSTOM_NEEDS_libX11:libX11 \
#	+LCD4LINUX_EB904_CUSTOM_NEEDS_python:python

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