×

INDI Library v2.0.7 is Released (01 Apr 2024)

Bi-monthly release with minor bug fixes and improvements

Latest git fails to build

  • Posts: 421
  • Thank you received: 102
Just pulled the latest, still broken. :(

What a coincidence, I'm also using an ODroid (N2+ in my case).
1 year 6 months ago #86831

Please Log in or Create an account to join the conversation.

  • Posts: 294
  • Thank you received: 54
Thanks for the heads-up on the latest build.

My ODroid is an N2 with 32GB eMMC that is no longer enough to build the KStars/EKOS/Indilib suite :( It runs it fine though, through NoMachine. I may need to get it a 64GB eMMC if I want to continue building KStars and friends.
1 year 6 months ago #86832

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
Yeah I have a 64GB eMMC. Plenty of room for building software :)
1 year 6 months ago #86833

Please Log in or Create an account to join the conversation.

We are aware of the issue. It was KDE decision to include translations back again in the project. I emailed KDE documentation team to inquire about this.
1 year 6 months ago #86839

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 69
With my Odroid-N2 I also have a 32GB eMMC, but build from source on an external 1T_SSD. I think it would still compile if it weren't for the po
make[1]: *** [CMakeFiles/Makefile2:1583: CMakeFiles/po-fr-docs-kstars-index-cache-bz2.dir/all] Error 2
error (the OP's topic).
1 year 6 months ago #86864

Please Log in or Create an account to join the conversation.

  • Posts: 1222
  • Thank you received: 565
Won't it build if you run
make kstars
as opposed to
make

Hy
1 year 6 months ago #86865

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 69
Thanks Hy,

I believe I'm running make.
I'm using a tweaked script that you provided some time ago.
....
 	echo ================================================================
	echo Part 7: Compile KStars
 	echo ================================================================
    mkdir -p $p/Projects/kstars-build
    cd $p/Projects/kstars-build
    cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCCACHE_SUPPORT=ON $compile_options  ../kstars || exit 1
    make $jobs || exit 1
Thanks
1 year 6 months ago #86868

Please Log in or Create an account to join the conversation.

  • Posts: 1222
  • Thank you received: 565
Sorry, don't remember the script and from your snippet, I can't tell what the $jobs variable is set to.
I'm sure we could set it up so that it doesn't compile the documentation.
Hy
1 year 6 months ago #86870

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 69
1 year 6 months ago #86872

Please Log in or Create an account to join the conversation.

  • Posts: 1222
  • Thank you received: 565
Got it. Try it this way and see if it works.

On line 285, instead of:
make $jobs || exit 1
try changing that to:
make $jobs kstars || exit 1
and you should bypass those errors, and make things compile much quicker too.
The way it was currently set, it compiled everything including tests and doc etc.

Jasem will hopefully get the documentation issues sorted out, but in any case, this should work and be faster.

Hope that helps,
Hy
1 year 6 months ago #86873

Please Log in or Create an account to join the conversation.

  • Posts: 421
  • Thank you received: 102
Yes, running make kstars does indeed work. Of course running make install fails, but that's no problem, I just copy kstars to the proper place and it works.
The following user(s) said Thank You: Gilles Gagnon
1 year 6 months ago #86875

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 69

Works. Thanks Hy.
The following user(s) said Thank You: Gilles Gagnon
1 year 6 months ago #86876

Please Log in or Create an account to join the conversation.

Time to create page: 0.586 seconds