You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I am having some troubles generating the debian package for indi-toupbase using the script make_deb_pkgs, which halts with a message of not having found a makefile. I think a proper call to cmake is missing needs to be done before the make call works.
If I generate the cmake directory myself and dirty-copy the files (including the generated Makefile) to indi-3rdparty/deb_indi-toupbase/obj-aarch64-linux-gnu it seems to work and I can run the debian package script.
Desktop (please complete the following information):
OS: armbian bookworm
Version (git cloned, indi 2.1.0)
Log Files
dh_testroot
dh_prep
dh_installdirs -A
mkdir -p "obj-aarch64-linux-gnu"
CDBS WARNING: DEB_DH_STRIP_ARGS is deprecated since 0.4.85
/usr/bin/make -C obj-aarch64-linux-gnu
make[1]: se entra en el directorio '/home/pi/Projects/indi-3rdparty/deb_indi-toupbase/obj-aarch64-linux-gnu'
make[1]: *** No se especificó ningún objetivo y no se encontró ningún makefile. Alto.
make[1]: se sale del directorio '/home/pi/Projects/indi-3rdparty/deb_indi-toupbase/obj-aarch64-linux-gnu'
make: *** [/usr/share/cdbs/1/class/makefile.mk:77: debian/stamp-makefile-build] Error 2```
The text was updated successfully, but these errors were encountered:
Describe the bug
I am having some troubles generating the debian package for indi-toupbase using the script make_deb_pkgs, which halts with a message of not having found a makefile. I think a proper call to cmake is missing needs to be done before the make call works.
If I generate the cmake directory myself and dirty-copy the files (including the generated Makefile) to indi-3rdparty/deb_indi-toupbase/obj-aarch64-linux-gnu it seems to work and I can run the debian package script.
Desktop (please complete the following information):
Log Files
The text was updated successfully, but these errors were encountered: