×

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

Bi-monthly release with minor bug fixes and improvements

kstars git build Qt5Positioning missing? [solved]

  • Posts: 314
  • Thank you received: 34
Hi

I normaly do a
cd kstars && git pull && rm -rf build && mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug .. && make -j7 && sudo make install
to refresh my kstars install but it has been a long time I updated I get a new error that I've not seen before:
CMake Error at /usr/lib64/cmake/Qt5/Qt5Config.cmake:26 (find_package):
  Could not find a package configuration file provided by "Qt5Positioning"
  with any of the following names:
 
    Qt5PositioningConfig.cmake
    qt5positioning-config.cmake

On gentoo my package manager doesnt know any package Qt5Positioning...
Is this really a new dependency?

I also noticed new branches and tags:
b0936baa5..970db6dee  master             -> origin/master
   33c3f4f84..ac3aa9c77  Applications/17.04 -> origin/Applications/17.04
 * [neuer Branch]        Applications/17.08 -> origin/Applications/17.08
 * [neues Tag]           v17.04.3           -> v17.04.3
 * [neues Tag]           v17.07.80          -> v17.07.80
 * [neues Tag]           v17.07.90          -> v17.07.90
Does this matter to me? I ask because I usually pulled the master.
--= human, without Windows™ =--
pls excuse my bad english! :)
Last edit: 6 years 8 months ago by pauledd.
6 years 8 months ago #18343

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

  • Posts: 314
  • Thank you received: 34
I was too hasty :oops:
The package is called "qtpositioning" on gentoo and its in the package manager.
Kstars compiled fine!
--= human, without Windows™ =--
pls excuse my bad english! :)
6 years 8 months ago #18344

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

Yeah I'm trying to use that to fetch geo location from the OS via services..etc.. but Qtpositioning does not work with geoclue... still need to investigate to find out what's wrong. geoclue-test-gui also doesn't work either.
6 years 8 months ago #18349

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

Time to create page: 0.218 seconds