Bug#990308: FTBFS on non-vanilla system, pthread detection

2021-07-28 Thread Eduard Bloch
Hallo,
* Lisandro Damián Nicanor Pérez Meyer [Thu, Jul 08 2021, 09:13:43AM]:

> > CMake Error at /usr/lib/llvm-12/lib/cmake/clang/ClangTargets.cmake:699 
> > (message):
> >   The imported target "clangBasic" references the file
> >
> >  "/usr/lib/llvm-12/lib/libclangBasic.a"
> >
> >   but this file does not exist.  Possible reasons include:
> >
> >   * The file was deleted, renamed, or moved to another location.
> >
> >   * An install or uninstall procedure did not complete successfully.
> >
> >   * The installation package was faulty and contained
> >
> >  "/usr/lib/llvm-12/lib/cmake/clang/ClangTargets.cmake"
> >
> >   but not all the files it references.
>
>
> I don't know if creator is ready for llvm 12, but I'm pretty sure we
> will find out as soon as bullseye is released.
>
> Thanks for the bug report, Lisandro.

Ok, thanks. By the way, I came to build it locally in order to compile
https://github.com/CJCombrink/SpellChecker-Plugin . Do you know a better
(maybe already existing) plug-in for regular spellchecking, or could the
mentioned project get added to qtcreator? Or to some auxiliary package,
like qtcreator-extras?

Best regards,
Eduard.

--
 Aber ich bin bekannt für meine ausgesprochene Liebe zu PHP...



Bug#990308: FTBFS on non-vanilla system, pthread detection

2021-06-25 Thread Eduard Bloch
Package: qtcreator
Version: 4.14.1-1
Severity: important
Tags: ftbfs

Hi,

see below, smells like missing -lpthread in the minimum linker flags of
subsequent tests.

What was performed:
$ apt source qtcreator
$ cd ...
$ apt build-dep qtcreator
$ debuild
 dpkg-buildpackage -us -uc -ui
dpkg-buildpackage: Information: Quellpaket qtcreator
dpkg-buildpackage: Information: Quellversion 4.14.1-1
dpkg-buildpackage: Information: Quelldistribution unstable
dpkg-buildpackage: Information: Quelle geändert durch Pino Toscano 

dpkg-buildpackage: Warnung: von langen OpenPGP-Schlüsselkennungen wird klar 
abgeraten; bitte verwenden Sie stattdessen Fingerabdrücke in -k oder 
DEB_SIGN_KEYID
 dpkg-source --before-build .
dpkg-buildpackage: Information: Host-Architektur amd64
 debian/rules clean
dh clean --builddirectory=builddir
   dh_auto_clean -O--builddirectory=builddir
   dh_autoreconf_clean -O--builddirectory=builddir
   dh_clean -O--builddirectory=builddir
 dpkg-source -b .
dpkg-source: Information: Quellformat »3.0 (quilt)« wird verwendet
dpkg-source: Information: qtcreator wird unter Benutzung des existierenden 
./qtcreator_4.14.1.orig.tar.xz gebaut
dpkg-source: Information: Patchliste aus debian/patches/series wird verwendet
dpkg-source: Information: qtcreator wird in qtcreator_4.14.1-1.debian.tar.xz 
gebaut
dpkg-source: Information: qtcreator wird in qtcreator_4.14.1-1.dsc gebaut
 debian/rules binary
dh binary --builddirectory=builddir
   dh_update_autotools_config -O--builddirectory=builddir
   dh_autoreconf -O--builddirectory=builddir
   debian/rules override_dh_auto_configure
make[1]: Verzeichnis „/tmp/qtcreator-4.14.1“ wird betreten
dh_auto_configure --buildsystem=cmake -- \
-DBUILD_DEVELOPER_DOCS=ON \
-DBUILD_QBS=OFF \
-DWITH_DOCS=ON
cd builddir && cmake -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_BUILD_TYPE=None -DCMAKE_INSTALL_SYSCONFDIR=/etc 
-DCMAKE_INSTALL_LOCALSTATEDIR=/var -DCMAKE_EXPORT_NO_PACKAGE_REGISTRY=ON 
-DCMAKE_FIND_PACKAGE_NO_PACKAGE_REGISTRY=ON -DCMAKE_INSTALL_RUNSTATEDIR=/run 
-DCMAKE_SKIP_INSTALL_ALL_DEPENDENCY=ON "-GUnix Makefiles" 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_INSTALL_LIBDIR=lib/x86_64-linux-gnu 
-DBUILD_DEVELOPER_DOCS=ON -DBUILD_QBS=OFF -DWITH_DOCS=ON ..
-- The C compiler identification is GNU 10.2.1
-- The CXX compiler identification is GNU 10.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/lib/ccache/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/lib/ccache/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Looking for pthread.h
-- Looking for pthread.h - found
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD
-- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE  
-- Found ZLIB: /usr/lib/x86_64-linux-gnu/libz.so (found version "1.2.11") 
CMake Error at /usr/lib/llvm-12/lib/cmake/clang/ClangTargets.cmake:699 
(message):
  The imported target "clangBasic" references the file

 "/usr/lib/llvm-12/lib/libclangBasic.a"

  but this file does not exist.  Possible reasons include:

  * The file was deleted, renamed, or moved to another location.

  * An install or uninstall procedure did not complete successfully.

  * The installation package was faulty and contained

 "/usr/lib/llvm-12/lib/cmake/clang/ClangTargets.cmake"

  but not all the files it references.

Call Stack (most recent call first):
  /usr/lib/cmake/clang-12/ClangConfig.cmake:20 (include)
  cmake/FindClang.cmake:1 (find_package)
  CMakeLists.txt:55 (find_package)


-- Configuring incomplete, errors occurred!
See also "/tmp/qtcreator-4.14.1/builddir/CMakeFiles/CMakeOutput.log".
See also "/tmp/qtcreator-4.14.1/builddir/CMakeFiles/CMakeError.log".
cd builddir && tail -v -n \+0 CMakeCache.txt
==> CMakeCache.txt <==
# This is the CMakeCache file.
# For build in directory: /tmp/qtcreator-4.14.1/builddir
# It was generated by CMake: /usr/bin/cmake
# You can edit this file to change values found and used by cmake.
# If you do not want to change any of the values, simply exit the editor.
# If you do want to change a value, simply edit, save, and exit the editor.
# The syntax for the file is as follows:
# KEY:TYPE=VALUE
# KEY is the name of a variable in the cache.
# TYPE is a hint to GUIs for the type of VALUE, DO NOT EDIT TYPE!.
# VALUE is the current value for the KEY.


# EXTERNAL cache entries


//No help, variable specified on the command line.
BUILD_DEVELOPER_DOCS:UNINITIALIZED=ON

//Build executables by default. This can be used to build all executables
// by default, or none.

Bug#962382: kcollectd: no information printing

2020-06-07 Thread Eduard Bloch
Package: kcollectd
Version: 0.11.0-1+b1
Severity: important

Dear Maintainer,

I am trying to display any value from collectd. The perl script from the
package works, there is apparently no problem with the data.

kcollectd starts, shows the inputs tree correctly but clicking any
source shows only: "Drop sensors from list here" and the rest of the
main area is grey. Also there are three buttons in the bottom right
corners which don't have any description and are not doing anything.

BR, Eduard.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.3+ (SMP w/4 CPU cores)
Kernel taint flags: TAINT_FIRMWARE_WORKAROUND, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kcollectd depends on:
ii  collectd   5.11.0-3
ii  libboost-filesystem1.71.0  1.71.0-6+b2
ii  libc6  2.30-8
ii  libgcc-s1  10.1.0-2
ii  libkf5configcore5  5.62.0-1+b1
ii  libkf5coreaddons5  5.62.0-1
ii  libkf5i18n55.62.0-1
ii  libkf5widgetsaddons5   5.62.0-1+b1
ii  libkf5xmlgui5  5.62.0-1+b1
ii  libqt5core5a   5.12.5+dfsg-10
ii  libqt5gui5 5.12.5+dfsg-10
ii  libqt5widgets5 5.12.5+dfsg-10
ii  libqt5xml5 5.12.5+dfsg-10
ii  librrd81.7.2-3+b4
ii  libstdc++6 10.1.0-2

kcollectd recommends no packages.

Versions of packages kcollectd suggests:
pn  khelpcenter  

-- no debconf information



Bug#958225: Unusable and Details button not working, closing not working

2020-04-19 Thread Eduard Bloch
Package: kjots
Version: 4:5.0.2-2
Severity: important

Installed kjots because I was looking for some OneNote replacement.

The program is not usable. It shows only one screen which tells that
something is wrong with my KDE pim installation and I shall klick
Details to see more details. But pushing that Details button does absolutely
NOTHING.

Sadly, not much useful functionality was in the menues. So I tried to
close and reopen it. But cannot do so, getting this output:

KCatalog being used without a Q*Application instance. Some translations won't 
work
kjots is already running!

Sorry, there is no KJots window open nor is there an open systray
button. Why did it not stop its process when the window was closed?

Anyway, I tried the same again. Now the process was not zombified, after
closing the window the process was still running.

Best regards,
Eduard.

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable-debug
  APT policy: (500, 'unstable-debug'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.6.3+ (SMP w/12 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), 
LANGUAGE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kjots depends on:
ii  akonadi-server   4:19.08.3-1
ii  kio  5.62.1-2+b1
ii  libc62.30-4
ii  libgcc-s1 [libgcc1]  10-20200418-1
ii  libgcc1  1:10-20200418-1
ii  libgrantlee-templates5   5.1.0-2.1
ii  libgrantlee-textdocument55.1.0-2.1
ii  libkf5akonadicore5abi2 [libkf5akonadicore5-19.08]4:19.08.3-1
ii  libkf5akonadinotes5 [libkf5akonadinotes5-19.08]  4:19.08.3-1
ii  libkf5akonadiwidgets5abi1 [libkf5akonadiwidgets5-19.08]  4:19.08.3-1
ii  libkf5bookmarks5 5.62.0-1+b1
ii  libkf5configcore55.62.0-1+b1
ii  libkf5configgui5 5.62.0-1+b1
ii  libkf5configwidgets5 5.62.0-1+b1
ii  libkf5coreaddons55.62.0-1
ii  libkf5i18n5  5.62.0-1
ii  libkf5itemmodels55.62.0-1
ii  libkf5kcmutils5  5.62.0-1+b2
ii  libkf5kiowidgets55.62.1-2+b1
ii  libkf5kontactinterface5 [libkf5kontactinterface5-19.08]  19.08.3-1
ii  libkf5mime5abi1 [libkf5mime5-19.08]  19.08.3-1
ii  libkf5parts5 5.62.0-1+b1
ii  libkf5pimtextedit5abi2 [libkf5pimtextedit5-19.08]19.08.3-1
ii  libkf5textwidgets5   5.62.0-1+b1
ii  libkf5widgetsaddons5 5.62.0-1+b1
ii  libkf5xmlgui55.62.0-1+b1
ii  libqt5core5a 5.12.5+dfsg-10
ii  libqt5dbus5  5.12.5+dfsg-10
ii  libqt5gui5   5.12.5+dfsg-10
ii  libqt5printsupport5  5.12.5+dfsg-10
ii  libqt5widgets5   5.12.5+dfsg-10
ii  libstdc++6   10-20200418-1

kjots recommends no packages.

kjots suggests no packages.

-- no debconf information

--
18:51  Tolimar: gib mir noch 30min. dann ist mein fruehstueck fertig...
18:52  zobel: Oh, erst beim frühstücken?  Dann nimm dir ruhig 40min.
18:52  Frühstück ist die wichtigste Mahlzeit des Tages.



Bug#842085: unknown protocol help, no clue what's required

2016-10-25 Thread Eduard Bloch
Package: khelpcenter
Version: 4:16.08.2-1
Severity: minor

Hi,

I installed khelpcenter because some other k-Program needed it to
display help. But there was no help. I checked error logs, found missing
kdeinit5 so I installed kinit package. Still not able to display help:

couldn't create slave: "Unable to create io-slave:\nklauncher said: Unbekanntes 
Protokoll „help“.\n"
kf5.kio.core: Refilling KProtocolInfoFactory cache in the hope to find "help"

So I guess something is still missing but I have no idea what this is.
And the package information does not support me. There should be at
least a list of Suggested packages that would make it work.

Regards,
Eduard.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.8.1+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)

Versions of packages khelpcenter depends on:
ii  kdoctools5  5.27.0-1
ii  libc6   2.24-5
ii  libgcc1 1:6.2.0-9
ii  libgrantlee-templates5  5.1.0-2
ii  libkf5archive5  5.27.0-1
ii  libkf5bookmarks55.27.0-1
ii  libkf5codecs5   5.27.0-1
ii  libkf5completion5   5.27.0-1
ii  libkf5configcore5   5.27.0-1
ii  libkf5configgui55.27.0-1
ii  libkf5configwidgets55.27.0-1
ii  libkf5coreaddons5   5.27.0-1
ii  libkf5dbusaddons5   5.27.0-1
ii  libkf5i18n5 5.27.0-1
ii  libkf5khtml55.27.0-1
ii  libkf5kiocore5  5.27.0-1
ii  libkf5kiowidgets5   5.27.0-1
ii  libkf5parts55.27.0-1
ii  libkf5service-bin   5.27.0-1
ii  libkf5service5  5.27.0-1
ii  libkf5widgetsaddons55.27.0-1
ii  libkf5windowsystem5 5.27.0-1
ii  libkf5xmlgui5   5.27.0-1
ii  libqt5core5a5.6.1+dfsg-3+b1
ii  libqt5dbus5 5.6.1+dfsg-3+b1
ii  libqt5gui5  5.6.1+dfsg-3+b1
ii  libqt5widgets5  5.6.1+dfsg-3+b1
ii  libqt5xml5  5.6.1+dfsg-3+b1
ii  libstdc++6  6.2.0-9
ii  libxapian30 1.4.0-2
ii  libxml2 2.9.4+dfsg1-2
pn  perl:any

Versions of packages khelpcenter recommends:
ii  man-db  2.7.5-1

khelpcenter suggests no packages.

-- no debconf information

-- 
Naja, Garbage Collector eben. Holt den Müll sogar vom Himmel.
   (Heise Trollforum über Java in der Flugzeugsteuerung)



Bug#819368: Acknowledgement (konqueror: cannot browse HTTP anymore)

2016-03-27 Thread Eduard Bloch
Hallo,
* Debian Bug Tracking System [Sun, Mar 27 2016, 05:33:05PM]:
> Thank you for filing a new Bug report with Debian.

PS: the problem was gone after restart of X session. Probably it should
tell the user to do something like that beforehand...

Regards,
Eduard.



Bug#819368: konqueror: cannot browse HTTP anymore

2016-03-27 Thread Eduard Bloch
Package: konqueror
Version: 4:15.12.1-1
Severity: normal

Dear Maintainer,

   * What led up to the situation?

dist-uprade in sid

   * What exactly did you do (or not do) that was effective (or
 ineffective)?

konqueror was still running, suddenly started reporting errors.
xsession-errors file said:
Could not open library '/usr/lib/kde4/kio_http.so'.
Cannot load library /usr/lib/kde4/kio_http.so:
(/lib/x86_64-linux-gnu/libresolv.so.2: symbol __h_errno, version
GLIBC_PRIVATE not defined in file libc.so.6 with link time reference)

   * What was the outcome of this action?

Afterwards, it stoped opening http links whatsoever. I wanted to report
a bug against kio_http.so containing package first but then upgraded it
first to Experimental version. Outcome: not really differend, no libc
error like the one above anymore but the links still don't work and I
see a useless error message:

The requested operation could not be completed

Cannot Initiate the http Protocol

Technical Reason: Unable to Launch Process

Details of the Request:

URL: http://www.heise.de/
Protocol: http
Date and Time: Sunday 27 March 2016 19:12
Additional Information: Unable to create io-slave: klauncher said: Error
loading 'kio_http'.

Regards,
Eduard.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages konqueror depends on:
ii  install-info6.1.0.dfsg.1-5
ii  kde-baseapps-bin4:15.12.1-1
ii  kde-baseapps-data   4:15.12.1-1
ii  kde-runtime 4:15.08.3-1+b1
ii  libc6   2.22-4
ii  libkcmutils44:4.14.16-1
ii  libkde3support4 4:4.14.16-1
ii  libkdecore5 4:4.14.16-1
ii  libkdesu5   4:4.14.16-1
ii  libkdeui5   4:4.14.16-1
ii  libkfile4   4:4.14.16-1
ii  libkhtml5   4:4.14.16-1
ii  libkio5 4:4.14.16-1
ii  libkonq5abi14:15.08.3-1
ii  libkonqsidebarplugin4a  4:15.08.3-1
ii  libkparts4  4:4.14.16-1
ii  libqt4-dbus 4:4.8.7+dfsg-6
ii  libqt4-qt3support   4:4.8.7+dfsg-6
ii  libqt4-xml  4:4.8.7+dfsg-6
ii  libqtcore4  4:4.8.7+dfsg-6
ii  libqtgui4   4:4.8.7+dfsg-6
ii  libstdc++6  5.3.1-13
ii  libx11-62:1.6.3-1

Versions of packages konqueror recommends:
pn  dolphin4 
ii  kfind4:15.08.3-1
ii  konqueror-nsplugins  4:15.12.1-1
ii  kpart-webkit 1.3.4-2

Versions of packages konqueror suggests:
pn  konq-plugins  

-- no debconf information



Bug#814694: konqueror: persistent CPU load

2016-02-14 Thread Eduard Bloch
Package: konqueror
Version: 4:15.12.1-1
Severity: normal

Dear Maintainer,

I have a high CPU load with no recognizable activity after certain web
pages are loaded. Simple ones (90ies style, like blog.fefe.de) don't
have any problem. As soon as I open a page with some more contents
the load starts increasing. JS might be the trigger but I don't know for
sure. Anyhow, this activity consumes about 20% of a core and opening
multiple tabs of that kind amplifies that load. In strace output (see
below), it looks like crazy looping over some file descriptor, which is
an eventfs according to lsof.

The activity remains when I close the last konqueror window. I have to
actively kill the process to make it stop.

Note: the cause might be some library bug. I started seeing other
effects in the last weeks with Iceweasel and even Chromium, although it
looks differently for them - not much CPU load but UI widgets seem to
freeze and don't respond to user input, although basic redrawing still
works; for Chromium, a "unresponsive script" window appears after a
while and then the redrawing stops there with artifacts and the main
window get stuck and grayed out after.

Best regards,
Eduard.


[pid  8227] recvmsg(6, 0x7ffe2a2381a0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7,
events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, events=POLLIN}, {fd=14,
events=POLLIN}, {fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=17,
events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20,
events=POLLIN}, {fd=21, events=POLLIN}, {fd=22, events=POLLIN}, {fd=23,
events=POLLIN}, {fd=24, events=POLLIN}, {fd=25, events=POLLIN}, {fd=26,
events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLIN}, {fd=29,
events=POLLIN}, {fd=30, events=POLLIN}, {fd=31, events=POLLIN}, {fd=32,
events=POLLIN}, {fd=33, events=POLLIN}, {fd=34, events=POLLIN}, {fd=35,
events=POLLIN}, {fd=36, events=POLLIN}, {fd=37, events=POLLIN}, {fd=38,
events=POLLIN}, {fd=39, events=POLLIN}, {fd=40, events=POLLIN}, ...],
54, 0) = 1 ([{fd=3, revents=POLLIN}])
[pid  8227] read(3, "\2\0\0\0\0\0\0\0", 16) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381c0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381a0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7,
events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, events=POLLIN}, {fd=14,
events=POLLIN}, {fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=17,
events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20,
events=POLLIN}, {fd=21, events=POLLIN}, {fd=22, events=POLLIN}, {fd=23,
events=POLLIN}, {fd=24, events=POLLIN}, {fd=25, events=POLLIN}, {fd=26,
events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLIN}, {fd=29,
events=POLLIN}, {fd=30, events=POLLIN}, {fd=31, events=POLLIN}, {fd=32,
events=POLLIN}, {fd=33, events=POLLIN}, {fd=34, events=POLLIN}, {fd=35,
events=POLLIN}, {fd=36, events=POLLIN}, {fd=37, events=POLLIN}, {fd=38,
events=POLLIN}, {fd=39, events=POLLIN}, {fd=40, events=POLLIN}, ...],
54, 0) = 1 ([{fd=3, revents=POLLIN}])
[pid  8227] read(3, "\2\0\0\0\0\0\0\0", 16) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381c0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381a0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7,
events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, events=POLLIN}, {fd=14,
events=POLLIN}, {fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=17,
events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, events=POLLIN}, {fd=20,
events=POLLIN}, {fd=21, events=POLLIN}, {fd=22, events=POLLIN}, {fd=23,
events=POLLIN}, {fd=24, events=POLLIN}, {fd=25, events=POLLIN}, {fd=26,
events=POLLIN}, {fd=27, events=POLLIN}, {fd=28, events=POLLIN}, {fd=29,
events=POLLIN}, {fd=30, events=POLLIN}, {fd=31, events=POLLIN}, {fd=32,
events=POLLIN}, {fd=33, events=POLLIN}, {fd=34, events=POLLIN}, {fd=35,
events=POLLIN}, {fd=36, events=POLLIN}, {fd=37, events=POLLIN}, {fd=38,
events=POLLIN}, {fd=39, events=POLLIN}, {fd=40, events=POLLIN}, ...],
54, 0) = 1 ([{fd=3, revents=POLLIN}])
[pid  8227] read(3, "\2\0\0\0\0\0\0\0", 16) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381c0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] write(3, "\1\0\0\0\0\0\0\0", 8) = 8
[pid  8227] recvmsg(6, 0x7ffe2a2381a0, 0) = -1 EAGAIN (Resource
temporarily unavailable)
[pid  8227] poll([{fd=3, events=POLLIN}, {fd=6, events=POLLIN}, {fd=7,
events=POLLIN}, {fd=8, events=POLLIN}, {fd=11, events=POLLIN}, {fd=14,
events=POLLIN}, {fd=15, events=POLLIN}, {fd=16, events=POLLIN}, {fd=17,
events=POLLIN}, {fd=18, events=POLLIN}, {fd=19, 

Bug#800079: spamming X errors log

2015-09-26 Thread Eduard Bloch
Package: kteatime
Version: 4:15.08.1-1
Severity: normal

Prints this nonsense every second on the console:

QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout
QLayout: Attempting to add QLayout "" to QWidget "", which already has a layout

Executed in icewmsession (icewmtray).

Regards,
Eduard.

-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.2.0+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Init: sysvinit (via /sbin/init)

Versions of packages kteatime depends on:
ii  libc6 2.19-20
ii  libkf5configcore5 5.14.0-1
ii  libkf5configwidgets5  5.13.0-2
ii  libkf5coreaddons5 5.14.0-1
ii  libkf5i18n5   5.14.0-1
ii  libkf5iconthemes5 5.13.0-1
ii  libkf5notifications5  5.13.0-1
ii  libkf5notifyconfig5   5.13.0-1
ii  libkf5textwidgets55.13.0-1
ii  libkf5xmlgui5 5.13.0-1
ii  libqt5core5a  5.4.2+dfsg-9
ii  libqt5gui55.4.2+dfsg-9
ii  libqt5widgets55.4.2+dfsg-9
ii  libstdc++65.2.1-17

kteatime recommends no packages.

Versions of packages kteatime suggests:
pn  khelpcenter  

-- no debconf information

-- 
Wenn die Länge des römischen Grenzwalls unter dem Gesichtspunkt der
Chaostheorie (Fraktale) vermessen wird, kann man mit Fug und Recht
behaupten:

 limes -> oo



Bug#619325: [ icewm-Patches-3471908 ] Removing support for _NET_WORKAERA.

2012-01-15 Thread Eduard Bloch
Hallo,

see attached message and the patch referenced there. It seems that Qt
uses _NET_WORKAREA hints in an inapropriate way.

Regards,
Eduard.

* SourceForge.net [Sun, Jan 15 2012, 08:14:26AM]:
 Patches item #3471908, was opened at 2012-01-10 08:01
 Message generated for change (Comment added) made by thefirstone
 You can respond by visiting: 
 https://sourceforge.net/tracker/?func=detailatid=300031aid=3471908group_id=31
 
 Please note that this message will contain a full copy of the comment thread,
 including the initial issue submission, for this request,
 not just the latest update.
 Category: None
 Group: None
 Status: Open
 Resolution: None
 Priority: 5
 Private: No
 Submitted By: https://me.yahoo.com/a/OrlM9Rxp ()
 Assigned to: Nobody/Anonymous (nobody)
 Summary: Removing support for _NET_WORKAERA.
 
 Initial Comment:
 This patch remove support for _NET_WORKAERA. Although it is part of the ewmh 
 standard, this hint is incompatible with dual heads (because it assume that 
 the net work aera is rectangular, which is not the case). This cause problems 
 with QT4 apps not displaying menus on the second screen. It is the equivalent 
 of this corresponding patch for awesome, that have been accepted, see: 
 https://awesome.naquadah.org/bugs/index.php?do=detailstask_id=732#comment1756
 
 --
 
 Comment By: Eduard Bloch (thefirstone)
 Date: 2012-01-15 08:14
 
 Message:
 Sorry, that is not true for the patch data from pastebin (see below). Maybe
 some invisible characters have been added or there is a mix of different
 newlines, I don't know. Anyhow, if you say that those are all required
 modifications I will just count on that. AFAICS it does compile and the Qt
 menu bug is really solved afterwards (thank you very much). Unified version
 (last chunk integrated manually) can be found at
 http://pkg-icewm.alioth.debian.org/ignore_workarea_hints .
 
 icewm-1.3.7 $ curl --silent http://pastebin.com/raw.php?i=wxJyeWMH | patch
 -p1 --dry-run 
 (Stripping trailing CRs from patch.)
 patching file src/wmapp.cc
 (Stripping trailing CRs from patch.)
 patching file src/wmmgr.cc
 (Stripping trailing CRs from patch.)
 patching file src/wmmgr.h
 (Stripping trailing CRs from patch.)
 patching file src/yxapp.cc
 patch unexpectedly ends in middle of line
 patch:  unexpected end of file in patch
 
 You seem to some other diff toolset. My rediff (from GNU patchutils)
 doesn't know -r and there is no dif but diff. And BTW, the usual way to
 create public patches is using diff -Nurd (with or without -N).
 
 --
 
 Comment By: https://me.yahoo.com/a/OrlM9Rxp ()
 Date: 2012-01-15 05:37
 
 Message:
 The paste is correct (ouput of dif -rc) and is accepted by patch. It
 effectvely ends at line 66. Just apply the patch and rediff -rc to convince
 yourself.
 
 --
 
 Comment By: Eduard Bloch (thefirstone)
 Date: 2012-01-14 14:03
 
 Message:
 That paste looks incomplete, croped at line 66
 
 --
 
 Comment By: https://me.yahoo.com/a/OrlM9Rxp ()
 Date: 2012-01-10 08:15
 
 Message:
 Seems there is a problem with sourceforge to access the file. The patch is
 available here: http://pastebin.com/wxJyeWMH
 
 --
 
 You can respond by visiting: 
 https://sourceforge.net/tracker/?func=detailatid=300031aid=3471908group_id=31
 
 --
 RSA(R) Conference 2012
 Mar 27 - Feb 2
 Save $400 by Jan. 27
 Register now!
 http://p.sf.net/sfu/rsa-sfdev2dev2
 ___
 Icewm-devel mailing list
 icewm-de...@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/icewm-devel
 

-- 
cite Joey[tm]: Hmm, ja. Aber ich mein, Du machst das Debian-Geraffel ja nicht
hauptberuflich, oder?



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120115170014.ga4...@rotes76.wohnheim.uni-kl.de



Bug#399335: kdm: spews almost 2GB of xserver logs into log, per day

2006-11-19 Thread Eduard Bloch
Package: kdm
Version: 4:3.5.5a.dfsg.1-1
Severity: grave

Hello,

I recently discovered that my root partition was full. The reason was
not really clear, since there were over 3gb free. I found that kdm.log
files are full of crap: billions of duplicated lines, apparently comming
from X server but stored there. Example:

(**) RADEON(0): RADEONSaveScreen(2)
(**) RADEON(0): RADEONSaveScreen(2)
(many thousands of that)
Freeing resource id=40207B4A which isn't there.
Freeing resource id=40207B4A which isn't there.
(many millions of that)

If I look at the time stamp, I see that RADEONSaveScreen lines are added
even now, while I am logged into X trough kdm already.

Seriously, upstream should think about adding a simple filter for
duplicates, like syslog does. Or not log the messages at all, or collect
them in chunks and not store more than eg. one MB. Or both.

Eduard.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-2-486
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kdm depends on:
ii  debconf [debconf-2.0]  1.5.8 Debian configuration management sy
ii  kdebase-bin4:3.5.5a.dfsg.1-1 core binaries for the KDE base mod
ii  kdebase-data   4:3.5.5a.dfsg.1-1 shared data files for the KDE base
ii  kdelibs4c2a4:3.5.5a.dfsg.1-3 core libraries and binaries for al
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libgcc11:4.1.1-19GCC support library
ii  libpam-runtime 0.79-4Runtime support for the PAM librar
ii  libpam0g   0.79-4Pluggable Authentication Modules l
ii  libqt3-mt  3:3.3.7-1 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-19  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-2 X11 client-side library
ii  libxau61:1.0.1-2 X11 authorisation library
ii  libxdmcp6  1:1.0.1-2 X11 Display Manager Control Protoc
ii  libxtst6   1:1.0.1-5 X11 Testing -- Resource extension 
ii  xbase-clients  1:7.1.ds-3miscellaneous X clients

Versions of packages kdm recommends:
ii  logrotate 3.7.1-3Log rotation utility

-- debconf information:
  kdm/stop_running_server_with_children: false
* shared/default-x-display-manager: kdm
  kdm/daemon_name: /usr/bin/kdm


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Bug#351780: kdelibs-data: wrong SVG source for cdrom_umount.png

2006-02-07 Thread Eduard Bloch
Package: kdelibs-data
Version: 4:3.5.1-1
Severity: important

Hi,

the subject says it all. Open crsc-device-cdrom_unmount.svgz with
Sodipodi (after uncompressing) and compare that to what you ship as
cdrom_umount.png. Where is the real source SVG file?

Eduard.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15.1
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages kdelibs-data depends on:
ii  hicolor-icon-theme0.8-3  default fallback theme for FreeDes

kdelibs-data recommends no packages.

-- no debconf information


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: Possible mass bug filing: missing Icon= line in menu files

2004-10-14 Thread Eduard Bloch
#include hallo.h
* Nikita V. Youshchenko [Thu, Oct 14 2004, 11:14:04AM]:

 I've already tried to write this to debian-qt-kde, but there was no reply.
 
 There are many packages that:
 - do provide icons for programs they provide
 - do provide files for /usr/lib/menu/
 - but don't have Icon= lines in menu files.

And before many people jump up and say: ooh, I have a nice PNG icon
there... Do not use them as-is. If I remember Bill's comment correctly,
the menu system is not supposed to work for anything but XPM now, see
menu policy [1]. A major overhaul was planned after Sarge, since all
menu package users need to be reviewed, and maybe additional config
hooks in menu generators will be required.

Eduard.

[1] http://www.debian.org/doc/packaging-manuals/menu.html/ch3.html#s3.7

 File wishlist bugs agains lintian/linda?

I prefer this one for now and bug filling bugs some time after Sarge
release.

Regards,
Eduard.
-- 
In the beginning was the word, and the word was content-type: text/plain