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

indi-toupbase debian/rules incomplete? #1006

Open
mireianievas opened this issue Dec 4, 2024 · 1 comment
Open

indi-toupbase debian/rules incomplete? #1006

mireianievas opened this issue Dec 4, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@mireianievas
Copy link

mireianievas commented Dec 4, 2024

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```
@mireianievas mireianievas added the bug Something isn't working label Dec 4, 2024
@knro
Copy link
Collaborator

knro commented Dec 9, 2024

I never used this script myself. Why don't you have the debian files found already in debian directory?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants