Bug#1071436: qt6: mixing incompatible versions is not precluded

2024-05-19 Thread Oswald Buddenhagen
Package: qt6-5compat-dev Version: 6.6.2-1+b1 Severity: normal i installed qt6-l10n-tools 6.6 from experimental, which also upgraded qtbase and some other packages. however, it left qt6-5compat-dev at the unstable 6.4, thus breaking subsequent builds due to binary incompatibility; i got a bunch of

Bug#1038699: more info

2023-07-14 Thread Oswald Buddenhagen
turns out my suspicion was correct. the issue is tracked upstream at https://bugreports.qt.io/browse/QTBUG-87776 . please re-open the bug and retitle it appropriately.

Bug#1038699: closed by Patrick Franz ()

2023-06-21 Thread Oswald Buddenhagen
huh? if the declaration of the private dependency is just missing in that qtc plugin, then fair enough. but that doesn't explain the total garbage error message which suggests some kind of internal error (it sort of suggests that an incomplete package is installed like in the other bug i repo

Bug#1038693: qt6-declarative-dev: inappropriately included cmake file

2023-06-20 Thread Oswald Buddenhagen
cmake files are necessary for static builds, because the "plugins" aren't actually plugins then. at least i'm assuming that this functionality wasn't lost during the cmake port ... plugins may also be listed as runtime dependencies for deployment. theoretically - whether that was actually imp

Bug#1038699: qt6-declarative-dev: files missing ... somehow

2023-06-20 Thread Oswald Buddenhagen
Package: qt6-declarative-dev Version: 6.4.2+dfsg-1 Severity: normal while building qt creator, cmake spits out this message during the generation phase (that is, after configuration is done): == CMake Error in src/plugins/qmldesigner/CMakeLists.txt: Imported target "Qt::QmlPrivate" include

Bug#1038693: qt6-declarative-dev: inappropriately included cmake file

2023-06-20 Thread Oswald Buddenhagen
Package: qt6-declarative-dev Version: 6.4.2+dfsg-1 Severity: normal trying to build qt creator, i got this error message: === CMake Error at /usr/lib/x86_64-linux-gnu/cmake/Qt6QmlCompilerPrivate/Qt6QmlLintQuickPluginTargets.cmake:96 (message): The imported target "Qt6::QmlLintQuickPlugin"

Bug#1017591: libkf5service5: missing symbols in library

2022-08-17 Thread Oswald Buddenhagen
Package: libkf5service5 Version: 5.97.0-1 Severity: grave Justification: renders package unusable /usr/bin/startplasma-x11: symbol lookup error: /usr/lib/x86_64-linux-gnu/libKF5Service.so.5: undefined symbol: _ZN8KSandbox9isFlatpakEv -- System Information: Debian Release: bookworm/sid APT pr

Bug#952718: qtcreator: Clang code model fail to find stddef.h if libclang-common-8-dev package is not installed

2020-04-03 Thread Oswald Buddenhagen
Package: qtcreator Version: 4.11.0-2 Followup-For: Bug #952718 i just wasted about half an hour on researching this, so i'll summarize my current understanding: libclang-N needs to depend on libclang-common-N-dev, as otherwise it's dysfunctional. failing that, qtcreator needs to recommend libc

Bug#913679: kopete: libjingle-call keeps crashing

2018-11-13 Thread Oswald Buddenhagen
Package: kopete Version: 4:17.08.3-2 Severity: important when an xmpp account is configured and "Enable libjingle support" is enabled, kopete will spawn libjingle-call (being online is apparently sufficient). this will immediately crash, leaving such an entry in the journal: Nov 14 00:23:30 host

Bug#843395: qtcreator: missing dependency to qml-module-qtqml-models2

2016-11-06 Thread Oswald Buddenhagen
Package: qtcreator Version: 4.1.0-3+b1 Severity: normal switching to the welcome screen yields this message: qrc:/timeline/TimelineContent.qml:29:1: module "QtQml.Models" is not installed installing qml-module-qtqml-models2 manually makes it go away. (the welcome screen is still empty even wit

Bug#473373: (no subject)

2008-03-30 Thread Oswald Buddenhagen
this is no bug, but a feature. --nograb works only for debug builds. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#265920: branches/KDE/3.5/kdebase/kdm/backend

2005-12-25 Thread Oswald Buddenhagen
SVN commit 491293 by ossi: don't remove xdmctl/. it was meant to be nice ("clean up your crap, dude"), but it causes problems for SE Linux. xauth/ was never removed, either, so no loss. this fixes CCMAIL: [EMAIL PROTECTED] M +0 -4 ctrl.c --- branches/KDE/3.5/kdebase/kdm/backend/ctrl.c

Bug#263449: a clue

2004-08-13 Thread Oswald Buddenhagen
the problem is the -nolisten tcp in the Xservers file: kdm uses the command for the remote query server as well. i have no really clever idea now to fix it ... please forward upstream.

Bug#247193: kdm: reserve doesn't seem to work

2004-05-07 Thread Oswald Buddenhagen
ok, applied. > For Oswald, or other KDE'ers, I'd also like to suggest this > information be incorporated into the kdm manual. Currently it has no > mention of reserve. > there are two reasons for this. the first one is the constant lack of somebody capable of updating the doc in a useful way. th

kdenonbeta/kdedebian/kapture

2004-04-22 Thread Oswald Buddenhagen
CVS commit by ossi: fix M +2 -2 configure.in.in 1.5 --- kdenonbeta/kdedebian/kapture/configure.in.in #1.4:1.5 @@ -12,7 +12,7 @@ AC_LANG_CPLUSPLUS save_CXXFLAGS="$CXXFLAGS" -CXXFLAGS="$KDE_INCLUDES" +CXXFLAGS="-I$ac_kde_includes" -AC_TRY_LINK([ +AC_TRY_COM

Bug#225285: KDM fails to redisplay login screen after session ends

2003-12-30 Thread Oswald Buddenhagen
obviously the display subdaemon abort()s ... i need a backtrace of this. read the "it doesn't work" section in http://ktown.kde.org/~ossi/files/kdm/README if you don't know how to proceed.