So I look in that file and I see this: We currently patch qtchooser to make it look for configs in three additional directories:
- /usr/share/qtchooser: holds qtx-triplet.conf configs. They are installed by libqtcore with it's arch triplet. In this way apps can call it's specific arch tools. - /usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser: holds qtx.conf and default.conf for the specific arch. - /usr/lib/$(DEB_HOST_MULTIARCH)/qt-default/qtchooser: holds a default.conf which points to Qt4. In this way the Qt4 packages already in the archive should not FTBFS when we introduce qtchooser in unstable. Exporting QT_SELECT=qt4 or build-depending on qt4-default is recommended. Unfortunately, when I look in the /usr/share/qtchooser directory I see this: $ ls -a /usr/share/qtchooser/ . .. qt4.conf qt5-x86_64-linux-gnu.conf Exporting "QT_SELECT=qt4" does seem to help, but that seems like a potentially non-ideal fix. It kinda looks like I'm missing a file. On Tue, Nov 5, 2013 at 4:22 AM, Harald Sitter <[email protected]>wrote: > On Tue, Nov 5, 2013 at 3:28 AM, Michael Stemle <[email protected]> > wrote: > > Hey all, I just wanted to touch base with some people and see if anybody > had > > any advice. With the move and all, I've had a drastically limited amount > of > > time to contribute, and it isn't helping that every time I set out to > work > > on the project I'm having build issues now. > > > > Below is the command I'm executing and the message I'm seeing, and > attached > > is the entire build log. I really appreciate any help you may have. > > > > CMake Error: The following variables are used in this project, but they > are > > set to NOTFOUND. > > Please set them or make sure they are set and tested correctly in the > CMake > > files: > > QT_QT_INCLUDE_DIR > > used as include directory in directory > > > /home/manchicken/Documents/Devel/kubuntu/kubuntu-debug-installer/CMakeFiles/CMakeTmp > > > > CMake Error: Internal CMake error, TryCompile configure of cmake failed > > > > CMake Error at > > /usr/share/kde4/apps/cmake/modules/FindKDE4Internal.cmake:1297 (message): > > Qt compiled without support for -fvisibility=hidden. This will break > > plugins and linking of some applications. Please fix your Qt > installation > > (try passing --reduce-exports to configure). > > Call Stack (most recent call first): > > /usr/share/cmake-2.8/Modules/FindKDE4.cmake:95 (find_package) > > CMakeLists.txt:3 (find_package) > > -- Found Qt-Version 5.0.2 (using /usr/bin/qmake) > > Your system got configured to pick up qt5 rather than qt4, which is a > bit weird because I think it defaults to qt4... but oh well > > /usr/share/doc/qtchooser/README.Debian > should explain where the related config is. > > HS > > -- > kubuntu-devel mailing list > [email protected] > Modify settings or unsubscribe at: > https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel > -- ~ Michael D. Stemle, Jr.
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
