[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2022-07-27 Thread Nicolas Fella
https://bugs.kde.org/show_bug.cgi?id=377484

Nicolas Fella  changed:

   What|Removed |Added

 Resolution|--- |WORKSFORME
 Status|REPORTED|RESOLVED
 CC||nicolas.fe...@gmx.de

--- Comment #6 from Nicolas Fella  ---
The relevant CMake code changed a bit since then. Please open a new report when
you are still having build issues

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2019-10-29 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377484

--- Comment #5 from andreas.sturmlech...@gmail.com ---
Nevermind, my issue comes from meson producing glib pkgconfig files that leak
Requires.private into reverse deps.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2019-10-15 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=377484

andreas.sturmlech...@gmail.com changed:

   What|Removed |Added

 CC||andreas.sturmlechner@gmail.
   ||com

--- Comment #4 from andreas.sturmlech...@gmail.com ---
I'm not sure it is related, but there is something off here as well with the
way nm-qt's cmake config inherits dependencies from glib:
https://bugs.gentoo.org/695788

KF5::NetworkManagerQt INTERFACE_INCLUDE_DIRECTORIES ends up with the following
content:
"${_IMPORT_PREFIX}/include/KF5/NetworkManagerQt;/usr/include/libnm;/usr/include/libmount;/usr/include/blkid;/usr/lib64/libffi-3.3_rc0/include;/usr/include/glib-2.0;/usr/lib64/glib-2.0/include;${_IMPORT_PREFIX}/include/KF5"

libffi presumably because of "Requires.private: libffi >=  3.0.0" in
gobject-2.0.pc

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2017-03-14 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=377484

--- Comment #3 from Jan Grulich  ---
Maybe try with newer cmake? I suppose that with Fedora 21 your cmake is quite
old.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2017-03-14 Thread Andrey Ponomarenko
https://bugs.kde.org/show_bug.cgi?id=377484

--- Comment #2 from Andrey Ponomarenko  ---
It's reproduced on my Fedora 21 (x86_64, CMake 3.7.0). Other libraries from the
KDE Frameworks (Tier 1) are built fine.

CMake command line:

  cmake .. -DCMAKE_PREFIX_PATH='/home/Soft/Qt-5.7.1/'

This sed command fixes the issue:

  sed -i -e 's/ SYSTEM//' src/CMakeLists.txt
  sed -i -e 's/ SYSTEM PUBLIC//' src/CMakeLists.txt

Thank you.

-- 
You are receiving this mail because:
You are watching all bug changes.

[frameworks-networkmanager-qt] [Bug 377484] CMake configure error (INTERFACE_INCLUDE_DIRECTORIES)

2017-03-13 Thread Jan Grulich
https://bugs.kde.org/show_bug.cgi?id=377484

Jan Grulich  changed:

   What|Removed |Added

 CC||jgrul...@redhat.com

--- Comment #1 from Jan Grulich  ---
I don't have this error when running cmake. Also our CI is not complaining
about that change. Are you sure the problem is not on your side?

-- 
You are receiving this mail because:
You are watching all bug changes.