Re: packaging qt applications

2016-07-26 Thread David Craven
> I'm still trying to compile qt 5.6.1-1 so that should fix the problem > (when I get it to build), finding a cause to this problem would be > very nice dough... FYI: Finished building qt 5.6.1-1 and got past the configure stage. I'd still be interested why it didn't work this way...

Re: packaging qt applications

2016-07-26 Thread David Craven
Also I didn't mention that this only happens when running guix build greenisland and not when running guix environment greenisland && cmake . The snippet is there because I know that Qml and Quick are there, they just aren't being found. This let's the build continue until the previous error. I'm

Re: packaging qt applications

2016-07-26 Thread Andreas Enge
On Tue, Jul 26, 2016 at 04:43:05PM +0200, David Craven wrote: > The application I'm packaging requires qt >= 5.6. And it's not that > the modules aren't packaged. They aren't found. qtbase provides > Qt5NetworkConfig.cmake and Qt5Qml.cmake is provided by qtdeclarative. No idea why this could happe

Re: packaging qt applications

2016-07-26 Thread David Craven
The application I'm packaging requires qt >= 5.6. And it's not that the modules aren't packaged. They aren't found. qtbase provides Qt5NetworkConfig.cmake and Qt5Qml.cmake is provided by qtdeclarative. That's why this is weird - I don't know why they aren't found since CMAKE_PREFIX_PATH is set corr

Re: packaging qt applications

2016-07-26 Thread Andreas Enge
Hello David, On Tue, Jul 26, 2016 at 03:30:48PM +0200, David Craven wrote: > the configure phase I get an error that Qt5Config.cmake doesn't find > Qt5QmlConfig.cmake. When I use a snippet to remove this check I get: > > Could not find a package configuration file provided by "Qt5Network" > (

Re: packaging qt applications

2016-07-26 Thread John Darrington
Yes. I have run into the problem. Sadly, no I didn't work out how to fix it. But during trying I did decide one thing - I will never use CMake in any of my own projects. J' On Tue, Jul 26, 2016 at 03:30:48PM +0200, David Craven wrote: Hi, A package I'm working on depends on bot