Giter Club home page Giter Club logo

vibe's People

Contributors

felixonmars avatar ibelieve avatar plfiorini avatar timsueberkrueb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

vibe's Issues

vibe fails to compile, cannot find headers

Hi

It seems that vibe fails to compile as it cannot find headers. I do have them, so it's odd, maybe I am doing something wrong in my environment or qbs commands possibliy

This is the relevant build environment variables:

LD_LIBRARY_PATH=/opt/lib/i386-linux-gnu:/opt/lib:/usr/local/lib/i386-linux-gnu:/usr/lib/i386-linux-gnu:/usr/local/lib:/usr/lib
PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1
CFLAGS=-Os
INSTALLDIR=/opt
CXXFLAGS=-Os
BUILD_CPU_COUNT=8
CMAKE_PREFIX_PATH=/opt:
DEB_HOST_MULTIARCH=i386-linux-gnu
CPATH=/opt/include
XDG_DATA_DIRS=/opt/share:/usr/share
LIBRARY_PATH=/opt/lib
QT_PLUGIN_PATH=/opt/lib/plugins/
ACLOCAL=aclocal -I /opt/share/aclocal
ACLOCAL_PATH=/opt/share/aclocal:/usr/share/aclocal
PATH=/opt/sbin:/opt/bin:/usr/local/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/sbin:/bin:/usr/games
TARGETBITSIZE=32
PKG_CONFIG_PATH=/opt/lib/i386-linux-gnu/pkgconfig:/opt/lib/pkgconfig/:/opt/share/pkgconfig/
MAKEFLAGS=-j 8

This is the qbs commands:

qbs setup-toolchains --type gcc /usr/bin/g++ gcc
qbs setup-qt /opt/bin/qmake qt5
qbs config profiles.qt5.baseProfile gcc
qbs resolve profile:qt5
qbs build -j $BUILD_CPU_COUNT --no-install profile:qt5 qbs.installRoot:$INSTALLDIR qbs.installPrefix:/ qbs.buildVariant:release

This is the error output I get

vibe: ERROR: /usr/bin/g++ -O2 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII '-DVIBE_VERSION="0.9.0"' -DQT_CORE_LIB -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -I/srcbuild/vibe/declarative/wallet -I/opt/include -I/opt/include/QtCore -I/opt/mkspecs/linux-g++ -I/srcbuild/vibe/default/walletplugin.qt5.7d236449/qt.headers -I/opt/include/QtGui -I/opt/include/QtNetwork -I/opt/include/QtQml -I/opt/include/QtQuick -std=c++0x -o /srcbuild/vibe/default/walletplugin.qt5.7d236449/.obj/3a52ce780950d4d9/kquickwallet.cpp.o -c /srcbuild/vibe/declarative/wallet/kquickwallet.cpp
vibe:
vibe: ERROR: In file included from /srcbuild/vibe/declarative/wallet/kquickwallet.cpp:20:0:
vibe: /srcbuild/vibe/declarative/wallet/kquickwallet.h:23:27: fatal error: KWallet/KWallet: No such file or directory
vibe:  #include <KWallet/KWallet>
vibe:                            ^
vibe: compilation terminated.
vibe: ERROR: /usr/bin/g++ -O2 -Wall -Wextra -m32 -pipe -fexceptions -fvisibility=hidden -fvisibility-inlines-hidden -fPIC -DNDEBUG -DQT_NO_CAST_FROM_ASCII -DQT_NO_CAST_TO_ASCII '-DVIBE_VERSION="0.9.0"' -DQT_CORE_LIB -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_QML_LIB -DQT_QUICK_LIB -I/srcbuild/vibe/declarative/wallet -I/opt/include -I/opt/include/QtCore -I/opt/mkspecs/linux-g++ -I/srcbuild/vibe/default/walletplugin.qt5.7d236449/qt.headers -I/opt/include/QtGui -I/opt/include/QtNetwork -I/opt/include/QtQml -I/opt/include/QtQuick -std=c++0x -o /srcbuild/vibe/default/walletplugin.qt5.7d236449/.obj/73489b871e127538/moc_kquickwallet.cpp.o -c /srcbuild/vibe/default/walletplugin.qt5.7d236449/qt.headers/moc_kquickwallet.cpp
vibe:
vibe: ERROR: In file included from /srcbuild/vibe/default/walletplugin.qt5.7d236449/qt.headers/moc_kquickwallet.cpp:9:0:
vibe: /srcbuild/vibe/default/walletplugin.qt5.7d236449/qt.headers/../../../declarative/wallet/kquickwallet.h:23:27: fatal error: KWallet/KWallet: No such file or directory
vibe:  #include <KWallet/KWallet>
vibe:                            ^
vibe: compilation terminated.
vibe: ERROR: Process failed with exit code 1.
vibe: The following products could not be built for configuration default:
vibe:   hardwareplugin
vibe:   mpris2plugin
vibe:   nmplugin
vibe:   polkitplugin
vibe:   pulseaudioplugin
vibe:   walletplugin

Here's where my kwallet headers are

ls -l /opt/include/KF5/KWallet/        
total 21
-rw-r--r-- 1 root root    21 Jun 13 11:12 KWallet
-rw-r--r-- 1 root root 19387 Jun 13 01:30 kwallet.h
-rw-r--r-- 1 root root  1010 Jun 13 11:12 kwallet_export.h

The rest of liri appears to compile fine... I am not sure what I am doing wrong as far as vibe goes

Retire Vibe.KWallet

kwalletd is started via d-bus activation which crashes on Wayland if you don't have Xorg running due to the default xcb QPA plugin.

The UI is ugly and old-style.

As stated in #11, KWallet has many KDE dependencies.

Vibe.KWallet is no longer used by Terminal: let's just remove it until #11 is fixed.

This should help @tim-sueberkrueb doing Snaps and myself building with Yocto.

Move backend code here

Move backend code here from shell.
This will make the shell repository less busy and all the platform dependent code for the desktop and applications will be in a single place.
Moving the code here will make settings depend on this library rather than the shell.

Replace ECM helpers with official CMake modules

CMake Warning (dev) at /usr/share/ECM/modules/ECMPackageConfigHelpers.cmake:71 (message):
Your project already requires a version of CMake that includes the
find_dependency macro via the CMakeFindDependencyMacro module. You should
use CMakePackageConfigHelpers instead of ECMPackageConfigHelpers.

Replace KWallet with QtKeychain

KWallet is a tier 3 framework meaning that it depends on many KF5 modules that we don't use.
This result in increased live image size and complexity when building a distro from sources such as with Yocto.

QtKeychain is a cross-platform solution that supports the kwallet D-Bus service on Linux and also supports Windows and macOS.

Replacing KWallet with a cross-platform solution can also benefit our cross platform applications like Browser. We should also decide if it's appropriate to move the wrapper to Fluid.

https://github.com/frankosterfeld/qtkeychain

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.