Bug#1027845: kdevelop-python: Plugin crashes on encountering Python code

2023-01-03 Thread Jan Kriho
Package: kdevelop-python
X-Debbugs-Cc: erbur...@gmail.com
Version: 22.12.0-2
Severity: important

Dear Maintainer,

after the Python 3.11 transition, the Python plugin for KDevelop crashes on
on my setup after loading a Python code. I have filed an upstream
bugreport https://bugs.kde.org/show_bug.cgi?id=463802 which contains the
full backtrace.

Regards,
Jan Kriho


-- System Information:
Debian Release: bookworm/sid
 APT prefers testing
 APT policy: (950, 'testing'), (900, 'unstable'), (850,
'experimental'), (800, 'stable'), (500, 'testing-debug'), (500,
'stable-security')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.0.0-6-amd64 (SMP w/16 CPU threads; PREEMPT)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8),
LANGUAGE=cs:en_US
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kdevelop-python depends on:
ii  kdevelop-python-data  22.12.0-2
ii  kdevelop510-libs  4:22.12.0-2
ii  libc6 2.36-7
ii  libkf5configcore5 5.101.0-1
ii  libkf5coreaddons5 5.101.0-1
ii  libkf5i18n5   5.101.0-1+b1
ii  libkf5parts5  5.101.0-1
ii  libkf5texteditor5 5.101.0-2
ii  libkf5threadweaver5   5.101.0-1
ii  libkf5widgetsaddons5  5.101.0-1
ii  libkf5xmlgui5 5.101.0-1+b1
ii  libpython3.11 3.11.1-2
ii  libqt5core5a  5.15.7+dfsg-2
ii  libqt5gui55.15.7+dfsg-2
ii  libqt5widgets55.15.7+dfsg-2
ii  libstdc++612.2.0-13
ii  python3.113.11.1-2

Versions of packages kdevelop-python recommends:
ii  kdevelop  4:22.12.0-2
ii  pycodestyle   2.10.0-1
ii  python3-autopep8  2.0.0-1

Versions of packages kdevelop-python suggests:
pn  kdevelop-python-l10n  

-- no debconf information



Bug#972346: sagemath-common: Sagemath does not work with Cantor, sage-env binary is needed

2020-10-16 Thread Jan Kriho
Thank you for the detailed analysis.

On Fri, 16 Oct 2020 12:25:53 -0400 John Scott  wrote:
> On Friday, October 16, 2020 11:29:14 AM EDT Jan Kriho wrote:
> > The launcher scripts is dependent on sage-env binary which sets env for
> > executing further commands
> Note that even if sage-env were to be available, I don't think Cantor would be
> able to find it. It appears to invoke `sage --root` to figure out where to 
> look,
> but the output is empty.

I see, so the sage-env binary won't be called anyway.

> Cantor could be doing things in a more clean way regardless though. Instead of
> fiddling with $SAGE_ROOT in a shell script, it could use the one-liner
> sage --ipython3 -i --simple-prompt
>
> or use /usr/bin/sage --sh for the shebang in the script and call sage-ipython

This actually looks like a way better option. I have made a quick test
with it, and it looks like it works like it's supposed to. Should the
bug be reassigned to Cantor upstream?



Bug#972346: sagemath-common: Sagemath does not work with Cantor, sage-env binary is needed

2020-10-16 Thread Jan Kriho
Package: sagemath-common
Version: 9.2~beta12-1
Severity: normal
X-Debbugs-Cc: erbur...@gmail.com

Dear Maintainer,

Cantor is a front-end for several math SW. However recently it stopped working
for Sage with following error in the terminal:

out:  "/usr/share/cantor/sagebackend/cantor-execsage: line 13: exec: sage-
ipython: not found\r\n"

The launcher scripts is dependent on sage-env binary which sets env for
executing further commands:

```
#!/usr/bin/env bash

export SAGE_ROOT="$($1 --root)"

if [[ -f $SAGE_ROOT"/bin/sage-env" ]]; then
. "$SAGE_ROOT/bin/sage-env" >&2
elif [[ -f $SAGE_ROOT"/local/bin/sage-env" ]]; then
. "$SAGE_ROOT/local/bin/sage-env" >&2
elif [[ -f $SAGE_ROOT"/src/bin/sage-env" ]]; then
. "$SAGE_ROOT/src/bin/sage-env" >&2
fi

exec sage-ipython -i --simple-prompt
```

Please consider re-adding the binary back to the package.

Regards,

Jan Kriho



-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (950, 'testing'), (900, 'unstable'), (850, 'experimental'), (800, 
'stable'), (775, 'oldstable'), (500, 'oldoldstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.8.0-2-amd64 (SMP w/4 CPU threads)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages sagemath-common depends on:
ii  python3  3.8.2-3

sagemath-common recommends no packages.

sagemath-common suggests no packages.

-- no debconf information



Bug#954852: cmake depends on libarchive13 3.3.3, but only 3.2.2 is available

2020-06-26 Thread Jan Kriho
If I understand it correctly, cmake 3.16.3-1~bpo9+1 should have never
landed into stretch-backports in the first place. Is it possible to
remove it from the repository?

Regards,

Jan Kriho



Bug#931836: protobuf: libprotobuf-dev should break with different versions of protobuf-compiler (or vice-versa)

2019-07-11 Thread Jan Kriho
Package: protobuf
Version: 3.6.1.3-2
Tags: stretch,buster,bullseye,sid

Dear Maintainer,

during our build on stretch with backports ienabled with automatic solver
to install dependencies (libprotobuf-dev and protobuf-compiler), pbuiled
aptitude solver managed to install the two packages with two different versions:

libprotobuf-dev = 3.6.1-4~bpo9+1
protobuf-compiler = 3.0.0-9

This leads to broken protobuf toolchain and errors in the build:

[  3%] Building CXX object
CMakeFiles/acme-proto-bar.pb-obj.dir/acme/proto/bar.pb.cc.o
In file included from /src/foo-defs/build-docker/acme/proto/foo.pb.cc:5:0:
/src/foo-defs/build-docker/acme/proto/foo.pb.h:17:2: error: #error
This file was generated by an older version of protoc which is
 #error This file was generated by an older version of protoc which is
  ^
/src/foo-defs/build-docker/acme/proto/foo.pb.h:18:2: error: #error
incompatible with your Protocol Buffer headers. Please
 #error incompatible with your Protocol Buffer headers.  Please
  ^
/src/foo-defs/build-docker/acme/proto/foo.pb.h:19:2: error: #error
regenerate this file with a newer version of protoc.
 #error regenerate this file with a newer version of protoc.
  ^

Would you consider adding the Breaks dependency (see attached patch)
so the dependency solver is not offered the broken solution anymore?

Regards,

Jan Kriho
diff -Nru protobuf-3.6.1.3/debian/control protobuf-3.6.1.3/debian/control
--- protobuf-3.6.1.3/debian/control 2019-04-16 22:12:03.0 +
+++ protobuf-3.6.1.3/debian/control 2019-07-10 16:29:27.0 +
@@ -107,6 +107,7 @@
 Section: libdevel
 Depends: ${misc:Depends}, zlib1g-dev,
  libprotobuf17 (= ${binary:Version}), libprotobuf-lite17 (= ${binary:Version})
+Breaks: protobuf-compiler (<< ${binary:Version}), protobus-compiler (>> ${binary:Version})
 Description: protocol buffers C++ library (development files) and proto files
  Protocol buffers are a flexible, efficient, automated mechanism for
  serializing structured data - similar to XML, but smaller, faster, and



Bug#889671: [libpoco-dev] HTTPSClientSession destructor causes SIGABRT

2018-02-05 Thread Jan Kriho
Package: libpoco-dev
Version: 1.3.6p1-5+deb8u1
Severity: important
Tags: jessie

Dear maintainer,

a part of Net component of Poco libs - the HTTPSClientSession causes SIGABRT
on its destruction and even on attempt to reuse, which effectively makes it
useless for HTTPS requests. The bug was supposedly fixed in version 1.4.2 and
does not affect Debian Stretch.

For bug reproduction see attached source code, which produces following
output:

$ ./pocohttptest
200 OK

Invoking HTTPClientSessionDeleter
terminate called after throwing an instance of 'Poco::IOException'
 what():  I/O error
Aborted


Regards,

Jan Kriho


Je dobré vědět, že tento e-mail a přílohy jsou důvěrné. Pokud spolu jednáme o 
uzavření obchodu, vyhrazujeme si právo naše jednání kdykoli ukončit. Pro 
fanoušky právní mluvy - vylučujeme tím ustanovení občanského zákoníku o 
předsmluvní odpovědnosti. Pravidla o tom, kdo u nás a jak vystupuje za 
společnost a kdo může co a jak podepsat naleznete 
zde<https://onas.seznam.cz/cz/podpisovy-rad-cz.html>

You should know that this e-mail and its attachments are confidential. If we 
are negotiating on the conclusion of a transaction, we reserve the right to 
terminate the negotiations at any time. For fans of legalese—we hereby exclude 
the provisions of the Civil Code on pre-contractual liability. The rules about 
who and how may act for the company and what are the signing procedures can be 
found here<https://onas.seznam.cz/cz/signature-rules.html>.


PocoHttpTest.tar.gz
Description: application/compressed-tar


Bug#704300: [scuttle]

2013-03-31 Thread Jan Kriho
Hi,

could you try changing second line in /usr/share/scuttle/www/header.inc.php 
from

ini_set('display_errors', '1');

to

ini_set('display_errors', '0');
?

This should silence those warnings not to appear in a browser window. It's a 
crude hack, of course.

Cheers,

Jan


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#679827: [chromium]

2012-07-06 Thread Jan Kriho
Package: chromium
Version: 20.0.1132.43~r143823-1

I'd also like to confirm this bug on open-source radeon drivers (r600 branch). 
Reverting to version 18 fixes everything.

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.5.0-rc3

Debian Release: wheezy/sid
  950 testing www.deb-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
gconf-service | 3.2.5-1
libasound2(= 1.0.16) | 
libatk1.0-0   (= 1.12.4) | 
libbz2-1.0| 
libc6   (= 2.11) | 
libcairo2  (= 1.6.0) | 
libcups2   (= 1.4.0) | 
libdbus-1-3   (= 1.2.14) | 
libevent-2.0-5 (= 2.0.10-stable) | 
libexpat1  (= 2.0.1) | 
libflac8   (= 1.2.1) | 
libfontconfig1 (= 2.9.0) | 
libfreetype6   (= 2.3.9) | 
libgcc1  (= 1:4.1.1) | 
libgconf-2-4  (= 2.31.1) | 
libgcrypt11(= 1.4.5) | 
libgdk-pixbuf2.0-0(= 2.22.0) | 
libglib2.0-0  (= 2.18.0) | 
libgnome-keyring0 (= 2.22.2) | 
libgtk2.0-0   (= 2.24.0) | 
libjpeg8  (= 8c) | 
libnspr4(= 2:4.9-2~) | 
libnss3 (= 2:3.13.4-2~)  | 
 OR libnss3-1d(= 3.12.3) | 
libpango1.0-0 (= 1.20.0) | 
libpng12-0  (= 1.2.13-4) | 
libpulse0 (= 0.99.1) | 
libspeex1(= 1.2~beta3-1) | 
libstdc++6   (= 4.6) | 
libudev0 (= 146) | 
libwebp2  | 
libx11-6  | 
libxcomposite1   (= 1:0.3-1) | 
libxext6  | 
libxfixes3| 
libxml2(= 2.7.4) | 
libxrender1   | 
libxslt1.1(= 1.1.25) | 
libxss1   | 
zlib1g   (= 1:1.2.0) | 
xdg-utils | 
chromium-inspector| 


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
chromium-l10n| 20.0.1132.43~r143823-1



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#676833: [pkg-kde-tools] dh_sameversiondep doesn't work correctly on multiarch setups

2012-06-09 Thread Jan Kriho
Package: pkg-kde-tools
Version: 0.15.0
Severity: normal

--- Please enter the report below this line. ---

On my amd64+i386 multiarch setup, kdegames package build (using fakeroot 
debian/rules binary) fails with this error message:
dh_sameversiondep: package libc6 was not found in the dpkg status. Internal 
error

$ dpkg-query -s libc6
dpkg-query: error: --status needs a valid package name but 'libc6' is not: 
ambiguous package name 'libc6' with more than one installed instance

$ dpkg-query -s libc6:amd64
Package: libc6
Status: install ok installed
Priority: required
Section: libs
Installed-Size: 9502
Maintainer: GNU Libc Maintainers debian-gl...@lists.debian.org
Architecture: amd64
Multi-Arch: same
Source: eglibc
Version: 2.13-33
Replaces: libc6-amd64
Provides: glibc-2.13-1
Depends: libc-bin (= 2.13-33), libgcc1
Suggests: glibc-doc, debconf | debconf-2.0, locales
Breaks: locales ( 2.13), locales-all ( 2.13), lsb-core (= 3.2-27), nscd 
( 2.13)
Conflicts: prelink (= 0.0.20090311-1), tzdata ( 2007k-1), tzdata-etch
Conffiles:
 /etc/ld.so.conf.d/x86_64-linux-gnu.conf 593ad12389ab2b6f952e7ede67b8fbbf
Description: Embedded GNU C Library: Shared libraries
 Contains the standard libraries that are used by nearly all programs on
 the system. This package includes shared versions of the standard C library
 and the standard math library, as well as many others.
Homepage: http://www.eglibc.org



--- System information. ---
Architecture: amd64
Kernel:   Linux 3.5.0-rc2

Debian Release: wheezy/sid
  950 testing www.deb-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-=
perl  | 5.14.2-11
libdpkg-perl (= 1.15.6~) | 1.16.3


Recommends (Version) | Installed
-+-=
dpkg-dev(= 1.15.6~) | 1.16.3
libwww-perl  | 6.04-1


Suggests(Version) | Installed
=-+-
debhelper (= 7.3.16) | 9.20120528
cdbs  | 0.4.114



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#642208: ITP: opengtl -- Set of library for using transformation algorithms

2011-09-20 Thread Jan Kriho
Package: wnpp
Severity: wishlist
X-Debbugs-CC: debian-de...@lists.debian.org

--- Please fill out the fields below. ---

   Package name: opengtl
Version: 0.9.15.1
Upstream Author: Cyrille Berger cber...@cberger.net
URL: http://opengtl.org
License: LGPL
Description: library for using transformation algorithms


The Graphics Transformation Languages is a set of library 
for using and integrating transformation algorithms (such as 
filter or color conversion) in graphics applications. 
 
The goal is to provide the tools, languages and libraries to 
create generic transformation for graphics. Those 
transformations could then be used by different programs 
(Krita, GIMP, CinePaint, GEGL…).



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#642208: ITP: opengtl -- Set of library for using transformation algorithms

2011-09-20 Thread Jan Kriho
Dne Út 20. září 2011 14:32:37 Scott Kitterman napsal(a):
 There is an existing Ubuntu package for opengtl you might
 use as a starting point. 

Thanks, it is a good reference point to have. However I'd 
rather not to use it as starting point due to some potential 
conflicts.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#624432: [kdelibs-bin] kdeinit4 crashes on startup

2011-04-28 Thread Jan Kriho
Package: kdelibs-bin
Version: 4:4.6.2-1
Severity: important

--- Please enter the report below this line. ---

After upgrading to KDE 4.6.2 from experimental, kdeinit4 always
crashes. Reproduced even with new user account.
New attempt to start it from command line fails too (log attached).

Also tried to upgrade D-Bus from 1.4.6-1 (testing) to 1.5.0-2
(experimental) with no avail


Erbureth


Terminal output:
$ kdeinit4
kdeinit4: Shutting down running client.
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
kbuildsycoca4 running...
KCrash: Attempting to start /usr/bin/kded4 from kdeinit
sock_file=/home/erbureth2/.kde/socket-tsukasa/kdeinit4__0
kded(3683): Communication problem with  kded , it probably crashed.
Error message was:  org.freedesktop.DBus.Error.NoReply :  Message
did not receive a reply (timeout by message bus) 


Attaching backtrace from DrKonqi:

Application: KDE démon (kdeinit4), signal: Segmentation fault
[Current thread is 1 (Thread 0x7f764e524760 (LWP 3135))]

Thread 2 (Thread 0x7f7633bda700 (LWP 3140)):
#0  0x7f764bd75113 in __poll (fds=value optimized out,
nfds=value optimized out, timeout=-1) at
../sysdeps/unix/sysv/linux/poll.c:87
#1  0x7f7648fb79e4 in ?? () from /lib/libglib-2.0.so.0
#2  0x7f7648fb7f1d in g_main_context_iteration () from /lib/libglib-2.0.so.0
#3  0x7f764d1abde6 in QEventDispatcherGlib::processEvents
(this=0x164d8c0, flags=value optimized out) at
kernel/qeventdispatcher_glib.cpp:424
#4  0x7f764d180022 in QEventLoop::processEvents (this=value
optimized out, flags=...) at kernel/qeventloop.cpp:149
#5  0x7f764d18026c in QEventLoop::exec (this=0x7f7633bd9de0,
flags=...) at kernel/qeventloop.cpp:201
#6  0x7f764d0957d4 in QThread::exec (this=value optimized out)
at thread/qthread.cpp:492
#7  0x7f764d1619b8 in QInotifyFileSystemWatcherEngine::run
(this=0x164d1a0) at io/qfilesystemwatcher_inotify.cpp:248
#8  0x7f764d098035 in QThreadPrivate::start (arg=0x164d1a0) at
thread/qthread_unix.cpp:320
#9  0x7f764987d8ba in start_thread (arg=value optimized out) at
pthread_create.c:300
#10 0x7f764bd8002d in clone () at
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#11 0x in ?? ()

Thread 1 (Thread 0x7f764e524760 (LWP 3135)):
[KCrash Handler]
#6  Solid::GenericInterface::property (this=0x0, key=...) at
../../../solid/solid/genericinterface.cpp:48
#7  0x7f763598ccb6 in Wacom::TabletDeamon::deviceAdded(QString
const) () from /usr/lib/kde4/kded_tablet.so
#8  0x7f763598d9de in Wacom::TabletDeamon::TabletDeamon(QObject*,
QListQVariant const) () from /usr/lib/kde4/kded_tablet.so
#9  0x7f763598e7b7 in QObject*
KPluginFactory::createInstanceWacom::TabletDeamon, QObject(QWidget*,
QObject*, QListQVariant const) () from /usr/lib/kde4/kded_tablet.so
#10 0x7f764d6e0bcb in KPluginFactory::create (this=0x16363c0,
iface=0x7f764d72d500 KDEDModule, parentWidget=0x0, parent=0x1567360,
args=..., keyword=value optimized out) at
../../kdecore/util/kpluginfactory.cpp:203
#11 0x7f763cb3cfaf in createKDEDModule (this=0x1567360, s=value
optimized out, onDemand=value optimized out) at
../../kdecore/util/kpluginfactory.h:503
#12 Kded::loadModule (this=0x1567360, s=value optimized out,
onDemand=value optimized out) at ../../kded/kded.cpp:410
#13 0x7f763cb3e05d in Kded::initModules (this=0x1567360) at
../../kded/kded.cpp:269
#14 0x7f763cb4062e in KDEDApplication::newInstance (this=value
optimized out) at ../../kded/kded.cpp:847
#15 0x7f764df30562 in KUniqueApplicationAdaptor::newInstance
(this=0x160f7f0, asn_id=value optimized out, args=...) at
../../kdeui/kernel/kuniqueapplication.cpp:436
#16 0x7f764df30602 in KUniqueApplicationAdaptor::qt_metacall
(this=0x160f7f0, _c=QMetaObject::InvokeMetaMethod, _id=0,
_a=0x7fffe45a2330) at ./kuniqueapplication_p.moc:81
#17 0x7f764a7a26aa in QDBusConnectionPrivate::deliverCall
(this=0x1563600, object=0x160f7f0, msg=..., metaTypes=..., slotIdx=4)
at qdbusintegrator.cpp:941
#18 0x7f764a7a37be in QDBusConnectionPrivate::activateCall
(this=0x1563600, object=0x160f7f0, flags=337, msg=...) at
qdbusintegrator.cpp:844
#19 0x7f764a7a3fee in QDBusConnectionPrivate::activateObject
(this=0x1563600, node=..., msg=..., pathStartPos=value optimized
out) at qdbusintegrator.cpp:1409
#20 0x7f764a7a4228 in QDBusActivateObjectEvent::placeMetaCall
(this=0x15ca090) at qdbusintegrator.cpp:1523
#21 0x7f764d194fea in QObject::event (this=0x7fffe45a3280,
e=value optimized out) at kernel/qobject.cpp:1217
#22 0x7f764c5243b6 in QApplication::event (this=0x7fffe45a3280,
e=0x15ca090) at kernel/qapplication.cpp:2503
#23 0x7f764c521d14 in QApplicationPrivate::notify_helper
(this=0x156de40, receiver=0x7fffe45a3280, e=0x15ca090) at
kernel/qapplication.cpp:4462
#24 0x7f764c5268da in QApplication::notify (this=value optimized
out, receiver=0x7fffe45a3280, e=0x15ca090) at
kernel/qapplication.cpp:4341
#25 0x7f764df2a426 in 

Bug#609370: [okteta] Structures tool doesn't work

2011-01-08 Thread Jan Kriho
Package: okteta
Version: 4:4.4.5-1
Severity: normal

--- Please enter the report below this line. ---

Hi,
for my project I used Okteta to debug the output files, however after creating 
the structures definition file (according to attached help page), Okteta 
wouldn't load them. I tried the same with elf structure (delivered with Okteta 
package) and png structure (fom KDE's SVN repository) with identical result.

Thanks,

Jan Kriho

Here is the dump from CLI:


$ okteta projects/divine/examples/peterson-naive.dss 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410)/oktetakasten EnumDataInformation::EnumDataInformation: 
incompatible types in definition and value:  2 and  3 
okteta(14410) KXMLGUI::ActionList::plug: Index  10  is not within range (0 -  
9 
okteta(14410)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  
/home/erbureth/kdevelop-4.1/share/mime/magic
okteta(14410)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  
/usr/share/mime/magic
okteta(14410)/kdecore (services) KMimeTypeFactory::parseMagic: Now parsing  
/home/erbureth/.local/share/mime/magic
okteta(14410)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found  0  offers 
for  elf
okteta(14410)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found  0  offers 
for  DSSFile
okteta(14410)/kdecore (KPluginInfo) KPluginInfo::kcmServices: found  0  offers 
for  png

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.37-trunk-amd64

Debian Release: 6.0
  950 testing www.debian-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  925 stable  ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-=
kdebase-runtime  | 4:4.4.5-1
libc6 (= 2.2.5) | 2.11.2-7
libkdecore5 (= 4:4.4.0) | 4:4.4.5-2
libkdeui5 (= 4:4.4) | 4:4.4.5-2
libkfile4 (= 4:4.4) | 4:4.4.5-2
libkio5   (= 4:4.4) | 4:4.4.5-2
libkparts4(= 4:4.4) | 4:4.4.5-2
libkutils4(= 4:4.4) | 4:4.4.5-2
libqca2  | 2.0.2-1
libqt4-xml  (= 4:4.5.3) | 4:4.6.3-4
libqtcore4  (= 4:4.6.1) | 4:4.6.3-4
libqtgui4   (= 4:4.6.1) | 4:4.6.3-4
libsolid4 (= 4:4.4) | 4:4.4.5-2
libstdc++6(= 4.1.1) | 4.4.5-8


Package's Recommends field is empty.

Package's Suggests field is empty.





signature.asc
Description: This is a digitally signed message part.


Bug#603150: [ia32-libs-dev] Please add 32bit libexpat.a

2010-11-11 Thread Jan Kriho
Package: ia32-libs-dev
Version: 20101012
Severity: wishlist

--- Please enter the report below this line. ---
When trying to compile Mesa 7.10 32bit libs, configure fails with

checking expat.h usability... yes
checking expat.h presence... yes
checking for expat.h... yes
checking for XML_ParserCreate in -lexpat... no
configure: error: Expat required for DRI.

Please add corresponding /usr/lib32/expat.a to link mesa with

Thanks in advance

Jan Kriho
erbur...@gmail.com

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.36-trunk-amd64

Debian Release: squeeze/sid
  950 testing www.debian-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  925 stable  ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends  (Version) | Installed
==-+-=
ia32-libs (= 20101012) | 20101012


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
ia32-libs-gtk-dev| 







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#576674: [kdevelop-php] PHP plugin not recognized

2010-04-09 Thread Jan Kriho
Package: kdevelop-php
Version: 1.0.0~rc1-1

--- Please enter the report below this line. ---

Information about the cause of the bug can be found here:

http://apaku.wordpress.com/2010/04/08/kdevelop4-release-candidate-1/

Please package the updated source from upstream to fix the bug.

Thanks.

Jan Kriho


signature.asc
Description: This is a digitally signed message part.


Bug#576674: [kdevelop-php] PHP plugin not recognized

2010-04-06 Thread Jan Kriho
Package: kdevelop-php
Version: 1.0.0~rc1-1
Severity: grave
Justification: renders package unusable

--- Please enter the report below this line. ---
After upgrading to the RC version of KDevelop, the PHP plugin stopped working
and it doesn't even show in plugin list in KDevelop Configure menu.

Jan Kriho

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.33-2-amd64

Debian Release: squeeze/sid
  950 testing www.debian-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
kdebase-runtime (= 4:4.3.0) | 4:4.3.4-2
kdelibs5(= 4:4.3.4) | 4:4.3.4-3
kdevplatform1-libs   (= 0.10.0) | 0.10.0-1
libc6 (= 2.2.5) | 2.10.2-6
libgcc1 (= 1:4.1.1) | 1:4.4.2-9
libqt4-dbus (= 4:4.5.3) | 4:4.6.2-2
libqt4-designer (= 4:4.5.3) | 4:4.6.2-2
libqt4-network  (= 4:4.5.3) | 4:4.6.2-2
libqt4-svg  (= 4:4.5.3) | 4:4.6.2-2
libqt4-xml  (= 4:4.5.3) | 4:4.6.2-2
libqtcore4  (= 4:4.5.3) | 4:4.6.2-2
libqtgui4   (= 4:4.5.3) | 4:4.6.2-2
libstdc++6(= 4.2.1) | 4.4.2-9
kdevelop   (= 4:3.10.0) | 4:3.10.0-1


Package's Recommends field is empty.

Package's Suggests field is empty.





signature.asc
Description: This is a digitally signed message part.


Bug#532969: [kdelibs5]

2010-03-30 Thread Jan Kriho
 Hello,
 
 On trečiadienis 24 Kovas 2010 08:44:42 Jan Kriho wrote:
  According to the upstream[1], the bug has been fixed in 4.4 release,
  however, as it hasn't reached experimental yet, I have no way of testing.
 
 http://qt-kde.debian.net/
 
 -- 
 Modestas Vainius modes...@vainius.eu

Hello,

Tried to use qt-kde repository, however it seems that it cannot coexist with 
kdevelop from experimental, which I am dependent on. Issue seems to be with 
libprocessui4 vs libprocessui4a packages, aptitude's resolver just won't let 
me keep both...

Jan Kriho



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#532969: [konqueror] konqueror: when accessing password-protected site, konqueror ignores mime type

2010-03-24 Thread Jan Kriho
Package: konqueror
Version: 4:4.3.4-1

--- Please enter the report below this line. ---

Hello,

According to the upstream[1], the bug has been fixed in 4.4 release, however, 
as it hasn't reached experimental yet, I have no way of testing.

Erbureth

[1] https://bugs.kde.org/show_bug.cgi?id=205088

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.33-2-amd64

Debian Release: squeeze/sid
  950 testing www.debian-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends   (Version) | Installed
===-+-==
kdebase-runtime(= 4:4.3.0) | 4:4.3.4-2
kdelibs5   (= 4:4.3.4) | 4:4.3.4-3
libc6(= 2.2.5) | 2.10.2-6
libkonq5   (= 4:4.3.4) | 4:4.3.4-1
libkonqsidebarplugin4  (= 4:4.3.4) | 4:4.3.4-1
libqt4-dbus(= 4:4.5.3) | 4:4.5.3-4
libqt4-qt3support  (= 4:4.5.3) | 4:4.5.3-4
libqt4-xml (= 4:4.5.3) | 4:4.5.3-4
libqtcore4 (= 4:4.5.3) | 4:4.5.3-4
libqtgui4  (= 4:4.5.3) | 4:4.5.3-4
libstdc++6   (= 4.1.1) | 4.4.2-9
libx11-6 (= 0) | 2:1.3.3-2
kdebase-data  (= 4:4.3.4-1) | 4:4.3.4-1
kdebase-bin   (= 4:4.3.4-1) | 4:4.3.4-1
install-info| 4.13a.dfsg.1-5


Recommends  (Version) | Installed
=-+-==
konqueror-nsplugins (= 4:4.3.4-1) | 4:4.3.4-1
dolphin   | 4:4.3.4-1


Suggests   (Version) | Installed
-+-
konq-plugins (= 4:4.1~) | 4:4.3.0-1






signature.asc
Description: This is a digitally signed message part.


Bug#573811: [kdevelop-php] Please package the 1.0.0~beta4 version

2010-03-13 Thread Jan Kriho
Package: kdevelop-php
Version: 1.0.0~beta3-1
Severity: wishlist

As the new beta9 of kdevelop has been released, it seems incompatible with
the currently packaged kdevelop php plugin. Please package the new beta4,
which can be found here:
ftp://ftp.kde.org/pub/kde/unstable/kdevelop/3.9.99/src

Thanks,
Jan Kriho


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.33-2-amd64

Debian Release: squeeze/sid
  950 testing www.debian-multimedia.org 
  950 testing security.debian.org 
  950 testing ftp.cz.debian.org 
  900 unstableftp.cz.debian.org 
  850 experimentalftp.cz.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-==
kdebase-runtime (= 4:4.3.0) | 4:4.3.4-2
kdelibs5(= 4:4.3.4) | 4:4.3.4-3
kdevplatform1-libs   (= 0.9.98) | 0.9.99-1
libc6 (= 2.2.5) | 2.10.2-6
libgcc1 (= 1:4.1.1) | 1:4.4.2-9
libqt4-dbus (= 4:4.5.3) | 4:4.5.3-4
libqt4-designer (= 4:4.5.3) | 4:4.5.3-4
libqt4-network  (= 4:4.5.3) | 4:4.5.3-4
libqt4-svg  (= 4:4.5.3) | 4:4.5.3-4
libqt4-xml  (= 4:4.5.3) | 4:4.5.3-4
libqtcore4  (= 4:4.5.3) | 4:4.5.3-4
libqtgui4   (= 4:4.5.3) | 4:4.5.3-4
libstdc++6(= 4.1.1) | 4.4.2-9
kdevelop   (= 4:3.9.98) | 4:3.9.99-1


Package's Recommends field is empty.

Package's Suggests field is empty.





signature.asc
Description: This is a digitally signed message part.


Bug#543498: Synaptic crashes randomly

2009-08-25 Thread Jan Kriho
Package: synaptic
Version: 0.62.7+b1
Severity: normal

I can confirm your problem, it happens here too


-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (950, 'testing'), (900, 'unstable'), (850, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.30-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages synaptic depends on:
ii  apt [libapt-pkg-libc6.9-6 0.7.22.2   Advanced front-end for dpkg
ii  apt-utils [libapt-inst-li 0.7.22.2   APT utility programs
ii  hicolor-icon-theme0.10-2 default fallback theme for FreeDes
ii  libatk1.0-0   1.26.0-1   The ATK accessibility toolkit
ii  libc6 2.9-23 GNU C Library: Shared libraries
ii  libcairo2 1.8.8-2The Cairo 2D vector graphics libra
ii  libfontconfig12.6.0-4generic font configuration library
ii  libfreetype6  2.3.9-5FreeType 2 font engine, shared lib
ii  libgcc1   1:4.4.1-1  GCC support library
ii  libglade2-0   1:2.6.4-1  library to load .glade files at ru
ii  libglib2.0-0  2.20.4-1   The GLib library of C routines
ii  libgtk2.0-0   2.16.5-1   The GTK+ graphical user interface 
ii  libpango1.0-0 1.24.5-1   Layout and rendering of internatio
ii  libstdc++64.4.1-1The GNU Standard C++ Library v3
ii  libvte9   1:0.20.5-1 Terminal emulator widget for GTK+ 
ii  libx11-6  2:1.2.2-1  X11 client-side library
ii  libxml2   2.7.3.dfsg-2.1 GNOME XML library
ii  scrollkeeper  0.3.14-16  A free electronic cataloging syste

Versions of packages synaptic recommends:
pn  deborphan none (no description available)
ii  gksu  2.0.2-2+b1 graphical frontend to su
ii  libgnome2-perl1.042-2Perl interface to the GNOME librar
ii  menu  2.1.41 generates programs menu for all me

Versions of packages synaptic suggests:
pn  dwww  none (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524910: [Pkg-acpi-devel] Bug#524910: acpid: init.d script returns 1 even in case of success

2009-04-21 Thread Jan Kriho
I believe it is caused by function log_end_msg in script /lib/lsb/init-
functions, which is called last in /etc/init.d/acpid script (See bug #524823)





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#524910: [Pkg-acpi-devel] Bug#524910: Bug#524910: acpid: init.d script returns 1 even in case of success

2009-04-21 Thread Jan Kriho
On Tuesday 21 April 2009 15:05:06 Michael Meskes wrote:
 Not really, log_end_msg just returns its parameter. Given that it is called
 with $? this means that the command right in front of it returns 1. The
 command in question is start-stop-daemon. Yes, it's quite likely that
 start-stop-daemon is throwing 1 but why? What's going wrong?

My experiments has proven otherwise:

# . /lib/lsb/init-functions; log_end_msg 0; echo $?;
   ...done.
1

Including log_end_msg function:
log_end_msg () {
# If no arguments were passed, return
if [ -z ${1:-} ]; then
return 1
fi

retval=$1

log_end_msg_pre $@

# Only do the fancy stuff if we have an appropriate terminal
# and if /usr is already mounted
if log_use_fancy_output; then
RED=`$TPUT setaf 1`
YELLOW=`$TPUT setaf 3`
NORMAL=`$TPUT op`
else
RED=''
YELLOW=''
NORMAL=''
fi

if [ $1 -eq 0 ]; then
echo .
elif [ $1 -eq 255 ]; then
/bin/echo -e  ${YELLOW}(warning).${NORMAL}
else
/bin/echo -e  ${RED}failed!${NORMAL}
fi
log_end_msg_post $@
return $retval
}



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org