Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] Package 'Qt5Quick', required by 'Qt5QuickControls2', not found
@ 2020-03-14 10:41 LinArcX
  2020-03-14 10:52 ` LinArcX
  2020-03-14 10:53 ` [ISSUE] [CLOSED] " LinArcX
  0 siblings, 2 replies; 3+ messages in thread
From: LinArcX @ 2020-03-14 10:41 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 1951 bytes --]

New issue by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/20088

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
    `Void 5.4.25_1 x86_64 GenuineIntel uptodate hold rrDDDFFFFF`
* package:  
  `qt5-quickcontrols2-devel`

### Expected behavior
I want to link [my-application](https://github.com/LinArcX/qtcneo) against Qt5Quick with cmake without any error.

### Actual behavior


### Steps to reproduce the behavior
Install `cmake`, `qt5`, `qt5-devel`, `qt5-quickcontrols2-devel` and clone [this project](https://github.com/LinArcX/qtcneo). Create a directory called build, cd into it and run: `cmake ..`

```
╰ cmake ../
-- The CXX compiler identification is GNU 9.2.0
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The C compiler identification is GNU 9.2.0
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /bin/pkg-config (found version "0.29.2") 
-- Checking for modules 'Qt5Core;Qt5QuickControls2;Qt5Gui;Qt5OpenGL;Qt5Network'
--   Package 'Qt5Quick', required by 'Qt5QuickControls2', not found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
  CMakeLists.txt:15 (PKG_CHECK_MODULES)
```


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Package 'Qt5Quick', required by 'Qt5QuickControls2', not found
  2020-03-14 10:41 [ISSUE] Package 'Qt5Quick', required by 'Qt5QuickControls2', not found LinArcX
@ 2020-03-14 10:52 ` LinArcX
  2020-03-14 10:53 ` [ISSUE] [CLOSED] " LinArcX
  1 sibling, 0 replies; 3+ messages in thread
From: LinArcX @ 2020-03-14 10:52 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 226 bytes --]

New comment by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/20088#issuecomment-599040082

Comment:
Ok, i found the solution. Installing :`qt5-declarative-devel` will solve the issue.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ISSUE] [CLOSED] Package 'Qt5Quick', required by 'Qt5QuickControls2', not found
  2020-03-14 10:41 [ISSUE] Package 'Qt5Quick', required by 'Qt5QuickControls2', not found LinArcX
  2020-03-14 10:52 ` LinArcX
@ 2020-03-14 10:53 ` LinArcX
  1 sibling, 0 replies; 3+ messages in thread
From: LinArcX @ 2020-03-14 10:53 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 3111 bytes --]

Closed issue by LinArcX on void-packages repository

https://github.com/void-linux/void-packages/issues/20088

Description:
<!-- Don't request update of package. We have a script for that. https://alpha.de.repo.voidlinux.org/void-updates/void-updates.txt . However, a quality pull request may help. -->
### System

* xuname:  
    `Void 5.4.25_1 x86_64 GenuineIntel uptodate hold rrDDDFFFFF`
* package:  
  `qt5-quickcontrols2-devel`

### Expected behavior
I want to link [my-application](https://github.com/LinArcX/qtcneo) against Qt5Quick with cmake without any error.

### Actual behavior
[Seems](https://github.com/void-linux/void-packages/blob/78a386579882711ca1270ab88aa4a61afbf313f1/srcpkgs/qt5/template#L66) there is no package called qt5-quickcontrols-devel in void repo.

### Steps to reproduce the behavior
Install `pkg-config`, `cmake`, `qt5`, `qt5-devel`, `qt5-quickcontrols2-devel` and clone [this project](https://github.com/LinArcX/qtcneo). Create a directory called build, cd into it and run: `cmake ..`

```
╰ cmake ../
-- The CXX compiler identification is GNU 9.2.0
-- Check for working CXX compiler: /bin/c++
-- Check for working CXX compiler: /bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- The C compiler identification is GNU 9.2.0
-- Check for working C compiler: /bin/cc
-- Check for working C compiler: /bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Found PkgConfig: /bin/pkg-config (found version "0.29.2") 
-- Checking for modules 'Qt5Core;Qt5QuickControls2;Qt5Gui;Qt5OpenGL;Qt5Network'
--   Package 'Qt5Quick', required by 'Qt5QuickControls2', not found
CMake Error at /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:463 (message):
  A required package was not found
Call Stack (most recent call first):
  /usr/share/cmake-3.16/Modules/FindPkgConfig.cmake:643 (_pkg_check_modules_internal)
  CMakeLists.txt:15 (PKG_CHECK_MODULES)
```

### Additional information
This is the output of pkg-config:
```
╰ pkg-config --list-all  | grep Qt
Qt5Test               Qt5 Test - Qt Unit Testing Library
Qt5Network            Qt5 Network - Qt Network module
Qt5OpenGLExtensions   Qt5 OpenGLExtensions - Qt OpenGLExtensions module
Qt5Sql                Qt5 Sql - Qt Sql module
Qt5QuickTemplates2    Qt5 QuickTemplates2 - Qt QuickTemplates2 module
Qt5Widgets            Qt5 Widgets - Qt Widgets module
Qt5Core               Qt5 Core - Qt Core module
Qt5Xml                Qt5 Xml - Qt Xml module
Qt5QuickControls2     Qt5 QuickControls2 - Qt QuickControls2 module
Qt5Concurrent         Qt5 Concurrent - Qt Concurrent module
Qt5Gui                Qt5 Gui - Qt Gui module
Qt5DBus               Qt5 DBus - Qt DBus module
Qt5OpenGL             Qt5 OpenGL - Qt OpenGL module
Qt5PrintSupport       Qt5 PrintSupport - Qt PrintSupport module
```
As you can see there is no `Qt5Quick`!


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-14 10:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-14 10:41 [ISSUE] Package 'Qt5Quick', required by 'Qt5QuickControls2', not found LinArcX
2020-03-14 10:52 ` LinArcX
2020-03-14 10:53 ` [ISSUE] [CLOSED] " LinArcX

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).