Bug#1025823: marked as done (qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro)

2023-07-17 Thread Debian Bug Tracking System
Your message dated Mon, 17 Jul 2023 19:37:03 +
with message-id 
and subject line Bug#1025823: fixed in qt6-base 6.4.2+dfsg-13
has caused the Debian Bug report #1025823,
regarding qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1025823: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025823
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-base
Version: 6.3.1+dfsg-10
Severity: important
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

The build fails with:
/<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error 
"Unknown Q_PROCESSOR_xxx macro, please update."

Full log at:
https://buildd.debian.org/status/fetch.php?pkg=qt6-base=alpha=6.3.1%2Bdfsg-10=1664652510=0

Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
that qt6-base builds successfully.

Cheers
Michael.

Index: qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/global/qprocessordetection.h
+++ qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
@@ -82,11 +82,12 @@
 /*
 Alpha family, no revisions or variants
 
-Alpha is bi-endian, use endianness auto-detection implemented below.
+Alpha is bi-endian; use auto-detection below.
 */
-// #elif defined(__alpha__) || defined(_M_ALPHA)
-// #  define Q_PROCESSOR_ALPHA
-// Q_BYTE_ORDER not defined, use endianness auto-detection
+#if defined(__alpha__) || defined(_M_ALPHA)
+#  define Q_PROCESSOR_ALPHA
+#  define Q_PROCESSOR_WORDSIZE 8
+#endif
 
 /*
 ARM family, known revisions: V5, V6, V7, V8
Index: qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/plugin/qelfparser_p.cpp
+++ qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
@@ -141,6 +141,8 @@ struct ElfMachineCheck
 static const Elf32_Half ExpectedMachine =
 #if 0
 // nothing
+#elif defined(Q_PROCESSOR_ALPHA)
+EM_ALPHA
 #elif defined(Q_PROCESSOR_ARM_32)
 EM_ARM
 #elif defined(Q_PROCESSOR_ARM_64)
@@ -407,6 +409,7 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION stati
 switch (r.machine) {
 // list definitely not exhaustive!
 case EM_NONE:   d << ", no machine"; break;
+case EM_ALPHA:	d << ", Alpha"; break;
 case EM_ARM:d << ", ARM"; break;
 case EM_AARCH64:d << ", AArch64"; break;
 #ifdef EM_BLACKFIN
--- End Message ---
--- Begin Message ---
Source: qt6-base
Source-Version: 6.4.2+dfsg-13
Done: Lisandro Damián Nicanor Pérez Meyer 

We believe that the bug you reported is fixed in the latest version of
qt6-base, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1025...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer  (supplier of updated 
qt6-base package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 17 Jul 2023 15:52:14 -0300
Source: qt6-base
Architecture: source
Version: 6.4.2+dfsg-13
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Lisandro Damián Nicanor Pérez Meyer 
Closes: 1025823 1038089 1041300
Changes:
 qt6-base (6.4.2+dfsg-13) experimental; urgency=medium
 .
   * Team upload to unstable.
 .
   [ Pino Toscano ]
   * Drop the support for the dead GNU/kFreeBSD (which was never really used):
 - drop the kfreebsd-any qualifiers from the firebird-dev build dependency
 - drop the kfreebsd-any qualifiers from binary packages
 - drop the kfreebsd-any qualifiers in install files
   * Backport upstream commit eeb66b99df521c4a32b8eda1d889f615319355a6 to 
support
 Alpha; patch upstream_Add-enable-Alpha-detection.patch. (Closes: #1025823)
   * Mark some Linux-only examples in qt6-base-examples as such.
   * Recommend qt6-wayland in libqt6gui6, so it is installed by default.
 (Closes: #1038089)
 .
   [

Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-28 Thread Patrick Franz
Hi,

somehow the patch still doesn't apply cleanly:

dpkg-source: info: building qt6-base using existing 
./qt6-base_6.4.2+dfsg.orig.tar.xz
dpkg-source: info: using patch list from debian/patches/series
patching file src/corelib/global/qprocessordetection.h
patching file src/corelib/plugin/qelfparser_p.cpp
Hunk #2 FAILED at 382.
1 out of 2 hunks FAILED
dpkg-source: info: the patch has fuzz which is not allowed, or is malformed


I'm afraid this won't be merged for bookworm and will have to wait
until Debian gets 6.5 or later.


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-07 Thread Lisandro Damián Nicanor Pérez Meyer
El jueves, 2 de febrero de 2023 05:00:07 -03 Michael Cree escribió:
> On Wed, Feb 01, 2023 at 09:13:09AM -0300, Lisandro Damián Nicanor Pérez 
Meyer wrote:
> > It's from Thiago MAciera, qtbase's maintainer. The text says:
> > 
> > "Can I ask for a screenshot of a KDE or Qt-based application running on
> > Alpha as proof that someone is actually using this?"
> > 
> > Can you provide us that? That will definitely help us a lot.
> 
> Like the attached which shows okular running on an Alpha running
> largely up-to-date Debian unstable?
> 
> Cheers
> Michael.

The patch has been accepted upstream at commit 
eeb66b99df521c4a32b8eda1d889f615319355a6

So we still need to ship this in Debian until the next Qt release.


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


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-02 Thread Lisandro Damián Nicanor Pérez Meyer
Wonderful, thanks a lot!

El jue, 2 de feb. de 2023 05:00, Michael Cree  escribió:

> On Wed, Feb 01, 2023 at 09:13:09AM -0300, Lisandro Damián Nicanor Pérez
> Meyer wrote:
> > It's from Thiago MAciera, qtbase's maintainer. The text says:
> >
> > "Can I ask for a screenshot of a KDE or Qt-based application running on
> Alpha
> > as proof that someone is actually using this?"
> >
> > Can you provide us that? That will definitely help us a lot.
>
> Like the attached which shows okular running on an Alpha running
> largely up-to-date Debian unstable?
>
> Cheers
> Michael.
>


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-02 Thread Dmitry Shachnev
On Thu, Feb 02, 2023 at 10:14:42PM +1300, Michael Cree wrote:
> You may forward the screenshot.

Done. Thank you again!

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-02 Thread Michael Cree
On Thu, Feb 02, 2023 at 12:58:50PM +0400, Dmitry Shachnev wrote:
> Hi Michael!
> 
> On Thu, Feb 02, 2023 at 09:00:07PM +1300, Michael Cree wrote:
> > On Wed, Feb 01, 2023 at 09:13:09AM -0300, Lisandro Damián Nicanor Pérez 
> > Meyer wrote:
> > > It's from Thiago MAciera, qtbase's maintainer. The text says:
> > > 
> > > "Can I ask for a screenshot of a KDE or Qt-based application running on 
> > > Alpha 
> > > as proof that someone is actually using this?"
> > > 
> > > Can you provide us that? That will definitely help us a lot.
> >
> > Like the attached which shows okular running on an Alpha running
> > largely up-to-date Debian unstable?
> 
> This is perfect, thanks a lot!
> 
> Do you have a Qt gerrit account? Or I can forward your screenshot?

You may forward the screenshot.

Regards
Michael.



Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-02 Thread Dmitry Shachnev
Hi Michael!

On Thu, Feb 02, 2023 at 09:00:07PM +1300, Michael Cree wrote:
> On Wed, Feb 01, 2023 at 09:13:09AM -0300, Lisandro Damián Nicanor Pérez Meyer 
> wrote:
> > It's from Thiago MAciera, qtbase's maintainer. The text says:
> > 
> > "Can I ask for a screenshot of a KDE or Qt-based application running on 
> > Alpha 
> > as proof that someone is actually using this?"
> > 
> > Can you provide us that? That will definitely help us a lot.
>
> Like the attached which shows okular running on an Alpha running
> largely up-to-date Debian unstable?

This is perfect, thanks a lot!

Do you have a Qt gerrit account? Or I can forward your screenshot?

--
Dmitry Shachnev


signature.asc
Description: PGP signature


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-01 Thread Lisandro Damián Nicanor Pérez Meyer
El miércoles, 1 de febrero de 2023 05:42:30 -03 Michael Cree escribió:
[snip]
> > This really sounds like a patch that should go upstream. Normally such
> > patchs would need to be sent by the creator. Would you mind doing that?
> > Please ping me if you need help here.
> 
> There is already a patch upstream at:
> https://codereview.qt-project.org/c/qt/qtbase/+/437349
> 
> I have taken that and refreshed against Debian 6.4.2+dfsg-1 and
> attach here.
> 
> With that qt6-base 6.4.2+dfsg-1 builds to completion on Alpha.

Oh, and the patch comes from Pino.

Michael, here is one thing you could **really** help us with:



It's from Thiago MAciera, qtbase's maintainer. The text says:

"Can I ask for a screenshot of a KDE or Qt-based application running on Alpha 
as proof that someone is actually using this?"

Can you provide us that? That will definitely help us a lot.


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


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-02-01 Thread Michael Cree
On Sat, Jan 28, 2023 at 01:55:00PM -0300, Lisandro Damian Nicanor Perez Meyer 
wrote:
> On viernes, 9 de diciembre de 2022 22:19:16 -03 Michael Cree wrote:
> > Source: qt6-base
> > Version: 6.3.1+dfsg-10
> > Severity: important
> > Tags: patch ftbfs
> > Justification: fails to build from source (but built successfully in the
> > past)
> > 
> > The build fails with:
> > /<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error
> > "Unknown Q_PROCESSOR_xxx macro, please update."
> > 
> > Full log at:
> > https://buildd.debian.org/status/fetch.php?pkg=qt6-base=alpha=6.3.1
> > %2Bdfsg-10=1664652510=0
> > 
> > Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
> > that qt6-base builds successfully.
> 
> This really sounds like a patch that should go upstream. Normally such patchs 
> would need to be sent by the creator. Would you mind doing that? Please ping 
> me if you need help here.

There is already a patch upstream at:
https://codereview.qt-project.org/c/qt/qtbase/+/437349

I have taken that and refreshed against Debian 6.4.2+dfsg-1 and
attach here.

With that qt6-base 6.4.2+dfsg-1 builds to completion on Alpha.

Regards,
Michael.
Index: qt6-base-6.4.2+dfsg~rc1/src/corelib/global/qprocessordetection.h
===
--- qt6-base-6.4.2+dfsg~rc1.orig/src/corelib/global/qprocessordetection.h	2023-01-31 21:33:53.0 +1300
+++ qt6-base-6.4.2+dfsg~rc1/src/corelib/global/qprocessordetection.h	2023-01-31 21:34:47.220042095 +1300
@@ -48,8 +48,8 @@
 
 Alpha is bi-endian, use endianness auto-detection implemented below.
 */
-// #elif defined(__alpha__) || defined(_M_ALPHA)
-// #  define Q_PROCESSOR_ALPHA
+#if defined(__alpha__) || defined(_M_ALPHA)
+#  define Q_PROCESSOR_ALPHA
 // Q_BYTE_ORDER not defined, use endianness auto-detection
 
 /*
@@ -58,7 +58,7 @@
 ARM is bi-endian, detect using __ARMEL__ or __ARMEB__, falling back to
 auto-detection implemented below.
 */
-#if defined(__arm__) || defined(__TARGET_ARCH_ARM) || defined(_M_ARM) || defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)
+#elif defined(__arm__) || defined(__TARGET_ARCH_ARM) || defined(_M_ARM) || defined(_M_ARM64) || defined(__aarch64__) || defined(__ARM64__)
 #  if defined(__aarch64__) || defined(__ARM64__) || defined(_M_ARM64)
 #define Q_PROCESSOR_ARM_64
 #define Q_PROCESSOR_WORDSIZE 8
Index: qt6-base-6.4.2+dfsg~rc1/src/corelib/plugin/qelfparser_p.cpp
===
--- qt6-base-6.4.2+dfsg~rc1.orig/src/corelib/plugin/qelfparser_p.cpp	2023-01-31 21:33:53.0 +1300
+++ qt6-base-6.4.2+dfsg~rc1/src/corelib/plugin/qelfparser_p.cpp	2023-01-31 21:34:47.221018875 +1300
@@ -112,6 +112,8 @@
 static const Elf32_Half ExpectedMachine =
 #if 0
 // nothing
+#elif defined(Q_PROCESSOR_ALPHA)
+EM_ALPHA
 #elif defined(Q_PROCESSOR_ARM_32)
 EM_ARM
 #elif defined(Q_PROCESSOR_ARM_64)
@@ -380,6 +382,7 @@
 switch (r.machine) {
 // list definitely not exhaustive!
 case EM_NONE:   d << ", no machine"; break;
+case EM_ALPHA:  d << ", Alpha"; break;
 case EM_68K:d << ", MC68000"; break;
 case EM_ARM:d << ", ARM"; break;
 case EM_AARCH64:d << ", AArch64"; break;


Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2023-01-28 Thread Lisandro Damian Nicanor Perez Meyer
On viernes, 9 de diciembre de 2022 22:19:16 -03 Michael Cree wrote:
> Source: qt6-base
> Version: 6.3.1+dfsg-10
> Severity: important
> Tags: patch ftbfs
> Justification: fails to build from source (but built successfully in the
> past)
> 
> The build fails with:
> /<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error
> "Unknown Q_PROCESSOR_xxx macro, please update."
> 
> Full log at:
> https://buildd.debian.org/status/fetch.php?pkg=qt6-base=alpha=6.3.1
> %2Bdfsg-10=1664652510=0
> 
> Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
> that qt6-base builds successfully.

This really sounds like a patch that should go upstream. Normally such patchs 
would need to be sent by the creator. Would you mind doing that? Please ping 
me if you need help here.



Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2022-12-15 Thread Patrick Franz
Hi Michael,

thanks for the patch. Could you please rebase this against the latest 
from the 6.4 branch ?


-- 
Med vänliga hälsningar

Patrick Franz



Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2022-12-09 Thread Michael Cree
Source: qt6-base
Version: 6.3.1+dfsg-10
Severity: important
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

The build fails with:
/<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error 
"Unknown Q_PROCESSOR_xxx macro, please update."

Full log at:
https://buildd.debian.org/status/fetch.php?pkg=qt6-base=alpha=6.3.1%2Bdfsg-10=1664652510=0

Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
that qt6-base builds successfully.

Cheers
Michael.

Index: qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/global/qprocessordetection.h
+++ qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
@@ -82,11 +82,12 @@
 /*
 Alpha family, no revisions or variants
 
-Alpha is bi-endian, use endianness auto-detection implemented below.
+Alpha is bi-endian; use auto-detection below.
 */
-// #elif defined(__alpha__) || defined(_M_ALPHA)
-// #  define Q_PROCESSOR_ALPHA
-// Q_BYTE_ORDER not defined, use endianness auto-detection
+#if defined(__alpha__) || defined(_M_ALPHA)
+#  define Q_PROCESSOR_ALPHA
+#  define Q_PROCESSOR_WORDSIZE 8
+#endif
 
 /*
 ARM family, known revisions: V5, V6, V7, V8
Index: qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/plugin/qelfparser_p.cpp
+++ qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
@@ -141,6 +141,8 @@ struct ElfMachineCheck
 static const Elf32_Half ExpectedMachine =
 #if 0
 // nothing
+#elif defined(Q_PROCESSOR_ALPHA)
+EM_ALPHA
 #elif defined(Q_PROCESSOR_ARM_32)
 EM_ARM
 #elif defined(Q_PROCESSOR_ARM_64)
@@ -407,6 +409,7 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION stati
 switch (r.machine) {
 // list definitely not exhaustive!
 case EM_NONE:   d << ", no machine"; break;
+case EM_ALPHA:	d << ", Alpha"; break;
 case EM_ARM:d << ", ARM"; break;
 case EM_AARCH64:d << ", AArch64"; break;
 #ifdef EM_BLACKFIN


Bug#1021404: marked as done (qt6-base: FTBFS on hppa - Unknown Q_PROCESSOR_xxx macro)

2022-10-15 Thread Debian Bug Tracking System
Your message dated Sat, 15 Oct 2022 06:06:24 +
with message-id 
and subject line Bug#1021404: fixed in qt6-base 6.4.0+dfsg-4
has caused the Debian Bug report #1021404,
regarding qt6-base: FTBFS on hppa - Unknown Q_PROCESSOR_xxx macro
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1021404: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1021404
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qt6-base
Version: 6.3.1+dfsg-10
Severity: serious
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

The build fails here:

[357/1566] /usr/bin/c++ -DBACKTRACE_HEADER=\"execinfo.h\" -DCore_EXPORTS 
-DELF_INTERPRETER=\"/lib/ld.so.1\" -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT 
-DQT_BUILD_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DEPRECATED_WARNINGS_SINCE=0x06 -DQT_DISABLE_DEPRECATED_BEFORE=0x05 
-DQT_MOC_COMPAT -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH 
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
-DQT_NO_USING_NAMESPACE -DQT_TYPESAFE_FLAGS -DQT_USE_QSTRINGBUILDER 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-I/<>/obj-hppa-linux-gnu/src/corelib/Core_autogen/include 
-I/<>/obj-hppa-linux-gnu/include 
-I/<>/obj-hppa-linux-gnu/include/QtCore 
-I/<>/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib/global 
-I/<>/obj-hppa-linux-gnu/src/corelib/kernel 
-I/<>/src/corelib/../3rdparty/tinycbor/src 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1/QtCore 
-I/<>/src/corelib/../3rdparty/forkfd 
-I/<>/mkspecs/linux-g++ -isystem /usr/include/double-conversion 
-isystem /usr/include/glib-2.0 -isystem 
/usr/lib/hppa-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<>=. -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden 
-fvisibility-inlines-hidden -Wall -Wextra -Wsuggest-override -std=c++17 
-Winvalid-pch -include 
/<>/obj-hppa-linux-gnu/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx
 -MD -MT src/corelib/CMakeFiles/Core.dir/text/qregularexpression.cpp.o -MF 
src/corelib/CMakeFiles/Core.dir/text/qregularexpression.cpp.o.d -o 
src/corelib/CMakeFiles/Core.dir/text/qregularexpression.cpp.o -c 
/<>/src/corelib/text/qregularexpression.cpp
[358/1566] /usr/bin/c++ -DBACKTRACE_HEADER=\"execinfo.h\" -DCore_EXPORTS 
-DELF_INTERPRETER=\"/lib/ld.so.1\" -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT 
-DQT_BUILD_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DEPRECATED_WARNINGS_SINCE=0x06 -DQT_DISABLE_DEPRECATED_BEFORE=0x05 
-DQT_MOC_COMPAT -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH 
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
-DQT_NO_USING_NAMESPACE -DQT_TYPESAFE_FLAGS -DQT_USE_QSTRINGBUILDER 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-I/<>/obj-hppa-linux-gnu/src/corelib/Core_autogen/include 
-I/<>/obj-hppa-linux-gnu/include 
-I/<>/obj-hppa-linux-gnu/include/QtCore 
-I/<>/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib/global 
-I/<>/obj-hppa-linux-gnu/src/corelib/kernel 
-I/<>/src/corelib/../3rdparty/tinycbor/src 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1/QtCore 
-I/<>/src/corelib/../3rdparty/forkfd 
-I/<>/mkspecs/linux-g++ -isystem /usr/include/double-conversion 
-isystem /usr/include/glib-2.0 -isystem 
/usr/lib/hppa-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<>=. -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden 
-fvisibility-inlines-hidden -Wall -Wextra -Wsuggest-override -std=c++17 
-Winvalid-pch -include 
/<>/obj-hppa-linux-gnu/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx
 -MD -MT src/corelib/CMakeFiles/Core.dir/io/qfilesystemwatcher.cpp.o -MF 
src/corelib/CMakeFiles/Core.dir/io/qfilesystemwatcher.cpp.o.d -o 
src/corelib/CMakeFiles/Core.dir/io/qfilesystemwatcher.cpp.o -c 
/<>/src/corelib/io/qfilesystemwatcher.cpp
[359/1566] /usr/bin/c++ -DBACKTRACE_HEADER=\"execinfo.h\" -DCore_EXPORTS 
-DELF_INTERPRETER=\"/lib/ld.so.1\" -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT 
-DQT_BUILD_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DEPRECATED_WARNINGS_SINCE=0x06 -DQT_DISABLE_DEPRECATED_BEFORE=0x05 
-DQT_MOC_COMPAT -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH 
-DQT_NO_JAVA_STY

Bug#361898: marked as done (ark: remember archive format for unknown types)

2022-10-09 Thread Debian Bug Tracking System
Your message dated Sun, 09 Oct 2022 11:11:08 +0200
with message-id 
and subject line Fixed upstream
has caused the Debian Bug report #361898,
regarding ark: remember archive format for unknown types
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
361898: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: ark
Version: 4:3.5.1-2
Severity: wishlist

there should be a way to remember/add an uknown type and associated 
archive format instead of being prompted each time to choose one. i.e. 
if I have a file of type application/lwtp I would like to define that as 
a zip archive only once.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ark depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libacl1   2.2.36-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.7-6  The Network Audio System (NAS). (s
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.7-3Client library for the gamin file 
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages ark recommends:
pn  arj(no description available)
ii  bzip2 1.0.3-2high-quality block-sorting file co
pn  ncompress  (no description available)
ii  unzip 5.52-7 De-archiver for .zip files
ii  zip   2.31-3 Archiver for .zip files
pn  zoo(no description available)

-- no debconf information

--- End Message ---
--- Begin Message ---
control: fixed -1 4:15.08.1-1--- End Message ---


Bug#1021404: qt6-base: FTBFS on hppa - Unknown Q_PROCESSOR_xxx macro

2022-10-07 Thread John David Anglin
-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<>=. -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden 
-fvisibility-inlines-hidden -Wall -Wextra -Wsuggest-override -std=c++17 
-Winvalid-pch -include 
/<>/obj-hppa-linux-gnu/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx
 -MD -MT src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o -MF 
src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o.d -o 
src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o -c 
/<>/src/corelib/plugin/qelfparser_p.cpp
FAILED: src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o 
/usr/bin/c++ -DBACKTRACE_HEADER=\"execinfo.h\" -DCore_EXPORTS 
-DELF_INTERPRETER=\"/lib/ld.so.1\" -DQT_ASCII_CAST_WARNINGS -DQT_BUILDING_QT 
-DQT_BUILD_CORE_LIB -DQT_DEPRECATED_WARNINGS 
-DQT_DEPRECATED_WARNINGS_SINCE=0x06 -DQT_DISABLE_DEPRECATED_BEFORE=0x05 
-DQT_MOC_COMPAT -DQT_NO_CAST_TO_ASCII -DQT_NO_DEBUG -DQT_NO_FOREACH 
-DQT_NO_JAVA_STYLE_ITERATORS -DQT_NO_NARROWING_CONVERSIONS_IN_CONNECT 
-DQT_NO_USING_NAMESPACE -DQT_TYPESAFE_FLAGS -DQT_USE_QSTRINGBUILDER 
-D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE 
-I/<>/obj-hppa-linux-gnu/src/corelib/Core_autogen/include 
-I/<>/obj-hppa-linux-gnu/include 
-I/<>/obj-hppa-linux-gnu/include/QtCore 
-I/<>/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib 
-I/<>/obj-hppa-linux-gnu/src/corelib/global 
-I/<>/obj-hppa-linux-gnu/src/corelib/kernel 
-I/<>/src/corelib/../3rdparty/tinycbor/src 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1 
-I/<>/obj-hppa-linux-gnu/include/QtCore/6.3.1/QtCore 
-I/<>/src/corelib/../3rdparty/forkfd 
-I/<>/mkspecs/linux-g++ -isystem /usr/include/double-conversion 
-isystem /usr/include/glib-2.0 -isystem 
/usr/lib/hppa-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<>=. -Wformat -Werror=format-security 
-Wdate-time -D_FORTIFY_SOURCE=2 -fPIC -fvisibility=hidden 
-fvisibility-inlines-hidden -Wall -Wextra -Wsuggest-override -std=c++17 
-Winvalid-pch -include 
/<>/obj-hppa-linux-gnu/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx
 -MD -MT src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o -MF 
src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o.d -o 
src/corelib/CMakeFiles/Core.dir/plugin/qelfparser_p.cpp.o -c 
/<>/src/corelib/plugin/qelfparser_p.cpp
/<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error 
"Unknown Q_PROCESSOR_xxx macro, please update."
  178 | #  error "Unknown Q_PROCESSOR_xxx macro, please update."
  |^

Full log is here:
https://buildd.debian.org/status/fetch.php?pkg=qt6-base=hppa=6.3.1%2Bdfsg-10=1664652549=0

Attached is patch to provide the Q_PROCESSOR defines for hppa. Also
attached is a patch to update the symbol files for hppa.

With these changes, build is successful on hppa:
https://buildd.debian.org/status/fetch.php?pkg=qt6-base=hppa=6.3.1%2Bdfsg-10=1665157558=0

Please apply and send upstream if okay.

Thanks,
Dave Anglin

-- System Information:
Debian Release: bookworm/sid
  APT prefers buildd-unstable
  APT policy: (500, 'buildd-unstable'), (500, 'unstable')
Architecture: hppa (parisc64)

Kernel: Linux 5.19.14+ (SMP w/4 CPU threads)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
Index: qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/plugin/qelfparser_p.cpp
+++ qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
@@ -174,6 +174,8 @@ struct ElfMachineCheck
 EM_386
 #elif defined(Q_PROCESSOR_X86_64)
 EM_X86_64
+#elif defined(Q_PROCESSOR_HPPA)
+EM_PARISC
 #else
 #  error "Unknown Q_PROCESSOR_xxx macro, please update."
 EM_NONE
Index: qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/global/qprocessordetection.h
+++ qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
@@ -214,6 +214,20 @@
 #  define Q_PROCESSOR_WORDSIZE   8
 
 /*
+HPPA family, no revisions or variants
+
+HPPA is big-endian.
+*/
+#elif defined(__hppa) || defined(__hppa__) || defined(_M_HPPA)
+#  define Q_PROCESSOR_HPPA
+#  ifdef __LP64__
+#define Q_PROCESSOR_WORDSIZE   8
+#  else
+#define Q_PROCESSOR_WORDSIZE   4
+#  endif
+#  define Q_BYTE_ORDER Q_BIG_ENDIAN
+
+/*
 Itanium (IA-64) family, no revisions or variants
 
 Itanium is bi-endian, use endianness auto-detection implemented below.
--- libqt6core6.symbols.save2022-10-07 01:17:29.845233979 +
+++ libqt6core6.symbols 2022-10-07 01:19:57.416625446 +
@@ -2326,7 +2326,7 @@
  
(subst)_ZN7QString25localeAwareCompare_helperEPK5QChar{qptrdiff}S2_{qptrdiff}@Qt_6
 6.1.2
  (subst)_

Bug#996575: qtconnectivity5-examples: Unknown module(s) in QT: nfc

2021-10-15 Thread Bardot Jerome
Package: qtconnectivity5-examples
Version: 5.15.2-2
Severity: important
X-Debbugs-Cc: bardot.jer...@gmail.com

Dear Maintainer,

After a copy of the content of
/usr/lib/x86_64-linux-gnu/qt5/examples/nfc
in my home and open the .pro

4 error (one by subproject) are display : 
:-1: erreur : Project ERROR: Unknown module(s) in QT: nfc


Maybe i miss something but should examples run without issue ?
Also exemple are not show in qtcreator.


thx for your work.

J.




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

Kernel: Linux 5.14.0-2-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled

Versions of packages qtconnectivity5-examples depends on:
ii  dpkg  1.20.9
ii  libc6 2.32-4
ii  libqt5bluetooth5  5.15.2-2
ii  libqt5core5a  5.15.2+dfsg-12
ii  libqt5gui55.15.2+dfsg-12
ii  libqt5nfc55.15.2-2
ii  libqt5qml55.15.2+dfsg-8
ii  libqt5quick5  5.15.2+dfsg-8
ii  libqt5widgets55.15.2+dfsg-12
ii  libstdc++611.2.0-9

qtconnectivity5-examples recommends no packages.

qtconnectivity5-examples suggests no packages.


Bug#995797: libkf5purpose-bin: nextcloudplugin_qml.config references unknown module Ubuntu.OnlineAccounts

2021-10-05 Thread Alan Krempler
Package: libkf5purpose-bin
Version: 5.86.0-1
Severity: normal
X-Debbugs-Cc: kra...@gmx.at

Dear Maintainer,

when trying to share a file from the Dolphin context menu, entries 
Share/Nextcloud..., a error dialog appears, saying: 

Failed to load the configuration page for this action:
file://usr/share/purpose/nextcloudplugin_config.qml:12
module "Ubuntu.OnlineAccounts" is not installed

The file youtubeplugin_config.qml references this module as well.
 
Thank you
Alan

-- System Information:
Debian Release: 11.0
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 
'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 5.14.0-trunk-amd64 (SMP w/1 CPU thread)
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages libkf5purpose-bin depends on:
ii  kio  5.86.0-1
ii  libaccounts-qt5-11.16-2
ii  libc62.32-4
ii  libkaccounts24:21.08.0-1
ii  libkf5coreaddons55.86.0-1
ii  libkf5i18n5  5.86.0-1
ii  libkf5kiocore5   5.86.0-1
ii  libkf5kiogui55.86.0-1
ii  libkf5kiowidgets55.86.0-1
ii  libkf5notifications5 5.86.0-1
ii  libkf5purpose5   5.86.0-1
ii  libkf5service-bin5.86.0-1
ii  libkf5service5   5.86.0-1
ii  libqt5core5a 5.15.2+dfsg-12
ii  libqt5gui5   5.15.2+dfsg-12
ii  libqt5network5   5.15.2+dfsg-12
ii  libqt5widgets5   5.15.2+dfsg-12
ii  libstdc++6   10.2.1-6
ii  qml-module-org-kde-bluezqt   5.86.0-1
ii  qml-module-org-kde-kquickcontrolsaddons  5.86.0-1
ii  qml-module-qtquick-dialogs   5.15.2-2

libkf5purpose-bin recommends no packages.

Versions of packages libkf5purpose-bin suggests:
ii  kdeconnect  21.08.0-1

-- no debconf information



Bug#894521: kf5.kio.core unknown@0 # couldn't create slave

2019-12-06 Thread MR
About same problem after upgrading from Debian 9.9 to 10.2, when 
launching application as ROOT, like Dolphin, Krusader, ...

It's impossible to copy, move, ... anything

ii  kio    5.54.1-1 amd64    resource and network access 
abstraction



16:32:45.953-warning default unknown@0 # QStandardPaths: wrong ownership 
on runtime directory /run/user/1000, 1000 instead of 0
16:32:46.155-warning default unknown@0 # Qt: Session management error: 
None of the authentication protocols specified are supported

16:32:46.167-debug default unknown@0 # System icon theme: "oxygen"
Cannot connect to the D-BUS session bus.
To start it, run:
    eval `dbus-launch --auto-syntax`
16:32:46.355-warning default unknown@0 # QWidget::insertAction: Attempt 
to insert null action
16:32:46.357-warning default unknown@0 # QWidget::insertAction: Attempt 
to insert null action
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to 
D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to 
D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to 
D-Bus server
DBus Error: org.freedesktop.DBus.Error.Disconnected, Not connected to 
D-Bus server
16:35:00.510-critical default unknown@0 # Couldn't start kuiserver from 
org.kde.kuiserver.service: 
QDBusError("org.freedesktop.DBus.Error.Disconnected", "Not connected to 
D-Bus server")
16:35:00.542-warning default unknown@0 # QStandardPaths: wrong ownership 
on runtime directory /run/user/1000, 1000 instead of 0
16:35:00.542-warning kf5.kio.core unknown@0 # KIO Connection server not 
listening, could not connect
16:35:00.542-warning kf5.kio.core unknown@0 # couldn't create slave: 
"Impossibile creare un socket per eseguire un io-slave per il protocollo 
«file»."
16:35:00.543-warning default unknown@0 # QStandardPaths: wrong ownership 
on runtime directory /run/user/1000, 1000 instead of 0
16:35:00.543-warning kf5.kio.core unknown@0 # KIO Connection server not 
listening, could not connect
16:35:00.543-warning kf5.kio.core unknown@0 # couldn't create slave: 
"Impossibile creare un socket per eseguire un io-slave per il protocollo 
«file»."



Launching dbus-dolphin

dbus[6973]: Unable to set up transient service directory: 
XDG_RUNTIME_DIR "/run/user/1000" is owned by uid 1000, not our uid 0
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 
1000 instead of 0
Qt: Session management error: None of the authentication protocols 
specified are supported
kf5.kservice.services: The desktop entry file 
"/usr/share/applications/org.gnome.ChromeGnomeShell.desktop" has Type= 
"Application" but no Exec line
kf5.kservice.sycoca: Invalid Service : 
"/usr/share/applications/org.gnome.ChromeGnomeShell.desktop"
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 
1000 instead of 0

kf5.kio.core: KIO Connection server not listening, could not connect
kf5.kio.core: couldn't create slave: "Impossibile creare un socket per 
eseguire un io-slave per il protocollo «trash»."
kf5.kio.core: "Impossibile creare un io-slave. Impossibile creare un 
socket per eseguire un io-slave per il protocollo «trash»."
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 
1000 instead of 0

kf5.kio.core: KIO Connection server not listening, could not connect
kf5.kio.core: couldn't create slave: "Impossibile creare un socket per 
eseguire un io-slave per il protocollo «file»."
QStandardPaths: wrong ownership on runtime directory /run/user/1000, 
1000 instead of 0

kf5.kio.core: KIO Connection server not listening, could not connect
kf5.kio.core: couldn't create slave: "Impossibile creare un socket per 
eseguire un io-slave per il protocollo «file»."




Bug#525599: marked as done (kdelibs5-data: Unknown media type in type 'all/all')

2019-08-25 Thread Debian Bug Tracking System
Your message dated Sun, 25 Aug 2019 15:34:27 +
with message-id 
and subject line Bug#935666: Removed package(s) from unstable
has caused the Debian Bug report #525599,
regarding kdelibs5-data: Unknown media type in type 'all/all'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
525599: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdelibs5-data
Version: 4:4.1.0-3
Severity: normal

During an update with aptitude, I get the following error messages:

Setting up kdelibs5-data (4:4.1.0-3) ...
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'


Regards,
Vincent

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages kdelibs5-data depends on:
ii  hicolor-icon-theme0.10-2 default fallback theme for FreeDes

kdelibs5-data recommends no packages.

kdelibs5-data suggests no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Version: 4:4.14.38-4+rm

Dear submitter,

as the package kde4libs has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/935666

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#884409: marked as done (kio-audiocd failing with "Unknown protocol 'audiocd'".)

2017-12-28 Thread Debian Bug Tracking System
Your message dated Thu, 28 Dec 2017 15:05:01 +
with message-id <e1euzjx-000fqb...@fasolo.debian.org>
and subject line Bug#884409: fixed in audiocd-kio 4:17.08.3-1
has caused the Debian Bug report #884409,
regarding kio-audiocd failing with "Unknown protocol 'audiocd'".
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
884409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884409
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kio-audiocd
Version: 4:16.08.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Accessing audio CDs with kio-audiocd package is currently not possible.
kio-audiocd slave doesn't run, and the CD cannot be read or ripped via dolphin.

Reproducing the problem:

1- Install kio-audiocd package.
2- Log-out and log-in.
3- Insert an audio CD to the optical drive, wait for it to be recognized.
4- Open Dolphin.
5- Find your audio CD in left nav-bar, right click, click "open in new tab".
6- A new empty tab opens in dolphin.

Note: If you enabled kio-audiocd debugging in kdebugdialog, you can find the
following line in your ~/.xsession-errors file:

kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 
'audiocd'.\n"


Expected results:

1- Install kio-audiocd package.
2- Log-out and log-in.
3- Insert an audio CD to the optical drive, wait for it to be recognized.
4- Open Dolphin.
5- Find your audio CD in left nav-bar, right click, click "open in new tab".
6- Dolphin opens a new tab, optical drive spins up, virtual folders 
   (CDA, wav, FLAC, MP3, etc.) appear in the newly opened tab. Copying any
   folder to hard drive starts on-the-fly ripping of the said audio CD.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8), LANGUAGE=en_US 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kio-audiocd depends on:
ii  kde-runtime   4:16.08.3-2
ii  libc6 2.25-3
ii  libcdparanoia03.10.2+debian-11.1
ii  libflac8  1.3.2-1
ii  libkcddb4 4:16.08.3-1
ii  libkcompactdisc4  4:16.04.0-2
ii  libkdecore5   4:4.14.36-1
ii  libkdeui5 4:4.14.36-1
ii  libkio5   4:4.14.36-1
ii  libogg0   1.3.2-1+b1
ii  libqtcore44:4.8.7+dfsg-11
ii  libqtgui4 4:4.8.7+dfsg-11
ii  libstdc++67.2.0-17
ii  libvorbis0a   1.3.5-4
ii  libvorbisenc2 1.3.5-4

kio-audiocd recommends no packages.

Versions of packages kio-audiocd suggests:
ii  lame  3.100-2

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: audiocd-kio
Source-Version: 4:17.08.3-1

We believe that the bug you reported is fixed in the latest version of
audiocd-kio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 884...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano <p...@debian.org> (supplier of updated audiocd-kio package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 28 Dec 2017 14:13:25 +0100
Source: audiocd-kio
Binary: kio-audiocd kio-audiocd-dev
Architecture: source
Version: 4:17.08.3-1
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Pino Toscano <p...@debian.org>
Description:
 kio-audiocd - transparent audio CD access for applications using the KDE Platfo
 kio-audiocd-dev - development files for the audio CD KIO plugin
Closes: 874820 878201 884409
Changes:
 audiocd-kio (4:17.08.3-1) unstable; urgency=medium
 .
   [ Maximiliano Curia ]
   * New upstream release (17.08.0)
 - switch to Qt5/KF5 (Closes: #874820), so it works in dolphin
   (Closes: #884409)
   * Remove the transitional packages kdemultimedia-kio-plugins and
 kdemultimedia-dev (Closes: #878201)
 .
   [ Pino Toscano ]
   * New upstream release.
   * Bump Standards-Version to 4.1.3, no ch

Bug#884409: kio-audiocd failing with "Unknown protocol 'audiocd'".

2017-12-14 Thread Hakan Bayındır
Hi,

Thanks for the information. Since the package doesn't have any tags or
notes about Qt4, I assumed it was migrated to Qt5.

Also, thanks for your suggestion. Currently I'm using other
SoundKonverter for ripping audio CDs, will resume using the plugin later
when the Buster Qt4 removal is complete and the package gets updated.

Thanks again,

Hakan

On 12/15/2017 02:00 AM, Pino Toscano wrote:
> severity 884409 important
> block 884409 by 874820
> thanks
> 
> Hi,
> 
> In data giovedì 14 dicembre 2017 23:08:30 CET, Hakan Bayindir ha scritto:
>> Accessing audio CDs with kio-audiocd package is currently not possible.
>> kio-audiocd slave doesn't run, and the CD cannot be read or ripped via 
>> dolphin.
>>
>> [...]
>>
>> kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 
>> 'audiocd'.\n"
> 
> This is because kio-audiocd is still a KIO-Slave for kdelibs 4.x (with
> Qt 4), while dolphin is an application based on Frameworks 5.x (with
> Qt 5).  Obviously, you cannot use Qt4 plugins in Qt5 applications, and
> vice versa.
> 
> This will be fixed once kio-audiocd is updated to version >= 17.08;
> see also bug #874820.
> 
> (BTW: we still ship a dolphin4 package, which is the latest version of
> dolphin for kdelibs 4.x; this version is able to use the current
> version of kio-audiocd.)
> 



signature.asc
Description: OpenPGP digital signature


Bug#884409: kio-audiocd failing with "Unknown protocol 'audiocd'".

2017-12-14 Thread Pino Toscano
severity 884409 important
block 884409 by 874820
thanks

Hi,

In data giovedì 14 dicembre 2017 23:08:30 CET, Hakan Bayindir ha scritto:
> Accessing audio CDs with kio-audiocd package is currently not possible.
> kio-audiocd slave doesn't run, and the CD cannot be read or ripped via 
> dolphin.
> 
> [...]
> 
> kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 
> 'audiocd'.\n"

This is because kio-audiocd is still a KIO-Slave for kdelibs 4.x (with
Qt 4), while dolphin is an application based on Frameworks 5.x (with
Qt 5).  Obviously, you cannot use Qt4 plugins in Qt5 applications, and
vice versa.

This will be fixed once kio-audiocd is updated to version >= 17.08;
see also bug #874820.

(BTW: we still ship a dolphin4 package, which is the latest version of
dolphin for kdelibs 4.x; this version is able to use the current
version of kio-audiocd.)

-- 
Pino Toscano

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


Processed: Re: Bug#884409: kio-audiocd failing with "Unknown protocol 'audiocd'".

2017-12-14 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 884409 important
Bug #884409 [kio-audiocd] kio-audiocd failing with "Unknown protocol 'audiocd'".
Severity set to 'important' from 'grave'
> block 884409 by 874820
Bug #884409 [kio-audiocd] kio-audiocd failing with "Unknown protocol 'audiocd'".
884409 was not blocked by any bugs.
884409 was not blocking any bugs.
Added blocking bug(s) of 884409: 874820
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
884409: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=884409
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#884409: kio-audiocd failing with "Unknown protocol 'audiocd'".

2017-12-14 Thread Hakan Bayindir
Package: kio-audiocd
Version: 4:16.08.3-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

Accessing audio CDs with kio-audiocd package is currently not possible.
kio-audiocd slave doesn't run, and the CD cannot be read or ripped via dolphin.

Reproducing the problem:

1- Install kio-audiocd package.
2- Log-out and log-in.
3- Insert an audio CD to the optical drive, wait for it to be recognized.
4- Open Dolphin.
5- Find your audio CD in left nav-bar, right click, click "open in new tab".
6- A new empty tab opens in dolphin.

Note: If you enabled kio-audiocd debugging in kdebugdialog, you can find the
following line in your ~/.xsession-errors file:

kf5.kio.core: couldn't create slave: "klauncher said: Unknown protocol 
'audiocd'.\n"


Expected results:

1- Install kio-audiocd package.
2- Log-out and log-in.
3- Insert an audio CD to the optical drive, wait for it to be recognized.
4- Open Dolphin.
5- Find your audio CD in left nav-bar, right click, click "open in new tab".
6- Dolphin opens a new tab, optical drive spins up, virtual folders 
   (CDA, wav, FLAC, MP3, etc.) appear in the newly opened tab. Copying any
   folder to hard drive starts on-the-fly ripping of the said audio CD.


-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.13.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=tr_TR.UTF-8, LC_CTYPE=tr_TR.UTF-8 (charmap=UTF-8), LANGUAGE=en_US 
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kio-audiocd depends on:
ii  kde-runtime   4:16.08.3-2
ii  libc6 2.25-3
ii  libcdparanoia03.10.2+debian-11.1
ii  libflac8  1.3.2-1
ii  libkcddb4 4:16.08.3-1
ii  libkcompactdisc4  4:16.04.0-2
ii  libkdecore5   4:4.14.36-1
ii  libkdeui5 4:4.14.36-1
ii  libkio5   4:4.14.36-1
ii  libogg0   1.3.2-1+b1
ii  libqtcore44:4.8.7+dfsg-11
ii  libqtgui4 4:4.8.7+dfsg-11
ii  libstdc++67.2.0-17
ii  libvorbis0a   1.3.5-4
ii  libvorbisenc2 1.3.5-4

kio-audiocd recommends no packages.

Versions of packages kio-audiocd suggests:
ii  lame  3.100-2

-- no debconf information



Bug#864326: marked as done (qtwebengine-opensource-src: FTBFS on non-Linux: Unknown platform.)

2017-09-30 Thread Debian Bug Tracking System
Your message dated Sat, 30 Sep 2017 17:51:13 +
with message-id <e1dyluz-000ege...@fasolo.debian.org>
and subject line Bug#864326: fixed in qtwebengine-opensource-src 5.9.1+dfsg-5
has caused the Debian Bug report #864326,
regarding qtwebengine-opensource-src: FTBFS on non-Linux: Unknown platform.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
864326: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=864326
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: qtwebengine-opensource-src
Version: 5.7.1+dfsg-6.1
Severity: important
Tags: upstream
Justification: fails to build from source

Builds of qtwebengine-opensource-src for kFreeBSD (admittedly not a
release architecture) have been failing:

  Unknown platform. Qt WebEngine only supports Linux, Windows, and OS X.

I suppose you could try disabling this sanity check, but I suspect
you'll then have non-trivial porting to do, so you may simply need to
limit qtwebengine-opensource-src's Architecture: field accordingly.
(That said, treating kFreeBSD and, potentially, the Hurd like Linux
may be worth a shot here.)  Could you please take a look?

Thanks!

--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu
--- End Message ---
--- Begin Message ---
Source: qtwebengine-opensource-src
Source-Version: 5.9.1+dfsg-5

We believe that the bug you reported is fixed in the latest version of
qtwebengine-opensource-src, which is due to be installed in the Debian FTP 
archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 864...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev <mity...@debian.org> (supplier of updated 
qtwebengine-opensource-src package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sat, 30 Sep 2017 20:25:06 +0300
Source: qtwebengine-opensource-src
Binary: qtwebengine5-dev qtwebengine5-private-dev libqt5webengine5 
libqt5webenginecore5 libqt5webenginewidgets5 libqt5webengine-data 
qml-module-qtwebengine qtwebengine5-dev-tools qtwebengine5-examples 
qtwebengine5-doc qtwebengine5-doc-html
Architecture: source
Version: 5.9.1+dfsg-5
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
Changed-By: Dmitry Shachnev <mity...@debian.org>
Description:
 libqt5webengine-data - Web content engine library for Qt - Data
 libqt5webengine5 - Web content engine library for Qt
 libqt5webenginecore5 - Web content engine library for Qt - Core
 libqt5webenginewidgets5 - Web content engine library for Qt - Widget
 qml-module-qtwebengine - Qt WebEngine QML module
 qtwebengine5-dev - Web content engine library for Qt - development files
 qtwebengine5-dev-tools - Qt WebEngine tools
 qtwebengine5-doc - Qt 5 webengine documentation
 qtwebengine5-doc-html - Qt 5 webengine HTML documentation
 qtwebengine5-examples - Qt WebEngine - Examples
 qtwebengine5-private-dev - Web content engine library for Qt - private 
development files
Closes: 864323 864324 864325 864326 876860
Changes:
 qtwebengine-opensource-src (5.9.1+dfsg-5) unstable; urgency=medium
 .
   * Drop add_mips_support.patch. Chromium cannot be built for big endian
 anyway, because of skia.
   * Limit Architecture field to architectures supported by upstream
 (closes: #864323, #864324, #864325, #864326).
   * Fix package name in dh_link command (closes: #876860).
   * Bump Standards-Version to 4.1.1, stop using deprecated Priority: extra.
   * Drop autotools-dev and dh-autoreconf build-dependencies, they are
 unnecessary with debhelper 10.
Checksums-Sha1:
 1339d37c75be13092c7e89672d07a0cac92d439b 4580 
qtwebengine-opensource-src_5.9.1+dfsg-5.dsc
 5c91699f0252f750337f71fef29515300089b8fa 461436 
qtwebengine-opensource-src_5.9.1+dfsg-5.debian.tar.xz
 096685c5fff0fe66918490a610377be04ba9e534 9411 
qtwebengine-opensource-src_5.9.1+dfsg-5_source.buildinfo
Checksums-Sha256:
 2f1f4b75cc23d79cc8ee211bd33ade92f842c959305033fb1c7ea7e4210b7341 4580 
qtwebengine-opensource-src_5.9.1+dfsg-5.dsc
 254a6922ea10fe23bed8a09bfb8d191ab4ed4b2145a8c3c470852b7c3daefe55 461436 
qtwebengine-ope

Bug#864326: qtwebengine-opensource-src: FTBFS on non-Linux: Unknown platform.

2017-06-06 Thread Aaron M. Ucko
Source: qtwebengine-opensource-src
Version: 5.7.1+dfsg-6.1
Severity: important
Tags: upstream
Justification: fails to build from source

Builds of qtwebengine-opensource-src for kFreeBSD (admittedly not a
release architecture) have been failing:

  Unknown platform. Qt WebEngine only supports Linux, Windows, and OS X.

I suppose you could try disabling this sanity check, but I suspect
you'll then have non-trivial porting to do, so you may simply need to
limit qtwebengine-opensource-src's Architecture: field accordingly.
(That said, treating kFreeBSD and, potentially, the Hurd like Linux
may be worth a shot here.)  Could you please take a look?

Thanks!

--
Aaron M. Ucko, KB1CJC (amu at alum.mit.edu, ucko at debian.org)
http://www.mit.edu/~amu/ | http://stuff.mit.edu/cgi/finger/?a...@monk.mit.edu



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

2016-10-26 Thread Maximiliano Curia

¡Hola Eduard!

El 2016-10-25 a las 20:44 +0200, Eduard Bloch escribió:
Package: khelpcenter 
Version: 4:16.08.2-1 
Severity: minor


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:


I'm assuming by your report that you are installing "k-Program" in a clean 
installation.


I tried to reproduce the issue using konsole in a clean install, running in an 
openbox session.


khelpcenter wasn't installed, but the help was shown with w3m, so I guess it's 
fine to avoid installing it as a konsole dependency.


After installing khelpcenter it complained about not being able to find 
klauncher, so I've added a kinit as a dependency to khelpcenter.


Then, I hit the unknown protocol message, so I installed kio, and added the kio 
package to be added as a dependency to packages that link against the kio 
libs.


I guess this should cover it, but the kio dependency would only be added in 
the next rebuild.


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"


You'll need to install the kio package.

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.


Thanks for reporting.

Happy hacking,
--
Se necesitan voluntarios para dominar el mundo.
Saludos /\/\ /\ >< `/


signature.asc
Description: PGP signature


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#808529: marked as done (kgamma: FTBFS: Unknown CMake command "check_include_files".)

2016-01-30 Thread Debian Bug Tracking System
Your message dated Sat, 30 Jan 2016 18:19:01 +
with message-id <e1apa6v-xu...@franck.debian.org>
and subject line Bug#813196: Removed package(s) from unstable
has caused the Debian Bug report #808529,
regarding kgamma: FTBFS: Unknown CMake command "check_include_files".
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
808529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=808529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kgamma
Version: 4:4.14.2-1
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.12 include dir: /usr/include
-- Found KDE 4.12 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
CMake Error at CMakeLists.txt:12 (check_include_files):
  Unknown CMake command "check_include_files".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 3.4)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/kgamma-4.14.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
See also "/kgamma-4.14.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
"tail -v -n +0 CMakeCache.txt"
==> CMakeCache.txt <==
# This is the CMakeCache file.

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/kgamma.html

-- System Information:
Debian Release: stretch/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
--- End Message ---
--- Begin Message ---
Version: 4:4.14.2-1+rm

Dear submitter,

as the package kgamma has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/813196

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)--- End Message ---


Bug#808529: kgamma: FTBFS: Unknown CMake command "check_include_files".

2015-12-20 Thread Chris West (Faux)
Source: kgamma
Version: 4:4.14.2-1
Severity: serious
Justification: fails to build from source
Tags: sid 
User: reproducible-bui...@lists.alioth.debian.org
Usertags: ftbfs
X-Debbugs-CC: reproducible-bui...@lists.alioth.debian.org

Dear Maintainer,

The package fails to build:

-- Performing Test __KDE_HAVE_W_OVERLOADED_VIRTUAL - Success
-- Performing Test __KDE_HAVE_GCC_VISIBILITY
-- Performing Test __KDE_HAVE_GCC_VISIBILITY - Success
-- Found KDE 4.12 include dir: /usr/include
-- Found KDE 4.12 library dir: /usr/lib
-- Found the KDE4 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
-- Found automoc4: /usr/bin/automoc4
-- Found X11: /usr/lib/x86_64-linux-gnu/libX11.so
CMake Error at CMakeLists.txt:12 (check_include_files):
  Unknown CMake command "check_include_files".


CMake Warning (dev) in CMakeLists.txt:
  No cmake_minimum_required command is present.  A line of code such as

cmake_minimum_required(VERSION 3.4)

  should be added at the top of the file.  The version specified may be lower
  if you wish to support older CMake versions for this project.  For more
  information run "cmake --help-policy CMP".
This warning is for project developers.  Use -Wno-dev to suppress it.

-- Configuring incomplete, errors occurred!
See also "/kgamma-4.14.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeOutput.log".
See also "/kgamma-4.14.2/obj-x86_64-linux-gnu/CMakeFiles/CMakeError.log".
"tail -v -n +0 CMakeCache.txt"
==> CMakeCache.txt <==
# This is the CMakeCache file.

Full build log:
https://reproducible.debian.net/rb-pkg/unstable/amd64/kgamma.html

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



Bug#799712: marble: now stores config in .config/Unknown\ Organisation rather than /kde.org

2015-09-21 Thread Ximin Luo
Package: marble
Version: 4:15.08.1+dfsg-2
Severity: normal

Dear Maintainer,

marble now seems to ignore ".config/kde.org/marble.conf" and instead 
reads/writes
from ".config/Unknown Organisation/marble.conf"

"~/.config/marblerc" is unaffected, this is still used.

X

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

Kernel: Linux 4.1.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages marble depends on:
ii  libc6   2.19-20
ii  libgcc1 1:5.2.1-17
ii  libkf5configcore5   5.14.0-1
ii  libkf5configgui55.14.0-1
ii  libkf5configwidgets55.14.0-1
ii  libkf5coreaddons5   5.14.0-1
ii  libkf5i18n5 5.14.0-1
ii  libkf5kiowidgets5   5.14.0-1
ii  libkf5newstuff5 5.14.0-1
ii  libkf5parts55.14.0-1
ii  libkf5runner5   5.14.0-1
ii  libkf5wallet-bin5.14.0-1
ii  libkf5wallet5   5.14.0-1
ii  libkf5widgetsaddons55.14.0-1
ii  libkf5xmlgui5   5.14.0-1
ii  libmarblewidget-qt5-22  4:15.08.1+dfsg-2
ii  libqt5core5a5.4.2+dfsg-9
ii  libqt5dbus5 5.4.2+dfsg-9
ii  libqt5gui5  5.4.2+dfsg-9
ii  libqt5network5  5.4.2+dfsg-9
ii  libqt5printsupport5 5.4.2+dfsg-9
ii  libqt5widgets5  5.4.2+dfsg-9
ii  libqt5xml5  5.4.2+dfsg-9
ii  libstdc++6  5.2.1-17
ii  marble-data 4:15.08.1+dfsg-2
ii  marble-plugins  4:15.08.1+dfsg-2

marble recommends no packages.

Versions of packages marble suggests:
pn  gosmore   
pn  monav-routing-daemon  
pn  routino   

-- no debconf information



Bug#760519: marked as done (qtwebkit: Uses unbound parallelism on unknown platforms)

2014-09-05 Thread Debian Bug Tracking System
Your message dated Sat, 06 Sep 2014 00:06:02 +
with message-id e1xq3vy-0002hb...@franck.debian.org
and subject line Bug#760519: fixed in qtwebkit 2.3.2.dfsg-3
has caused the Debian Bug report #760519,
regarding qtwebkit: Uses unbound parallelism on unknown platforms
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
760519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760519
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qtwebkit
Version: 2.3.2.dfsg-2
Severity: important
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hello,

qtwebkit currently puts hurd buildds on their knees because its
build systems uses make -j, i.e. without specifying the requested
parallelism level, which means unbound parallelism, which when building
c++ code basically means filling dozens of gigabytes of memory.

This apparently comes from ./Tools/Scripts/webkitdirs.pm which for
unknown platforms makes numberOfCPUs() return an empty string, which
thus ends up with make -j.

The attached patch makes qtwebkit default to 1 instead of defaulting to
unbound parallelism.

Perhaps upstream will also prefer to try to use the portable way,
sysconf(_SC_NPROCESSORS_ONLN) (I don't know the perl equivalent).

Samuel

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

Kernel: Linux 3.16.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
AUTHOR
 FvwmM4 is the result of a random  bit  mutation  on  a  hard
 disk,  presumably  a  result  of  a  cosmic-ray or some such
 thing.
(extrait de la page de man de FvwmM4)
--- ./Tools/Scripts/webkitdirs.pm.original  2014-09-05 00:09:09.0 
+0200
+++ ./Tools/Scripts/webkitdirs.pm   2014-09-05 00:10:34.0 +0200
@@ -362,6 +362,10 @@
 } elsif (isDarwin() || isFreeBSD()) {
 chomp($numberOfCPUs = `sysctl -n hw.ncpu`);
 }
+if (!defined($numberOfCPUs) or $numberOfCPUs eq )
+{
+  $numberOfCPUs = 1;
+}
 }
 
 sub jscPath($)
---End Message---
---BeginMessage---
Source: qtwebkit
Source-Version: 2.3.2.dfsg-3

We believe that the bug you reported is fixed in the latest version of
qtwebkit, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 760...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org (supplier of updated 
qtwebkit package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 05 Sep 2014 19:19:16 -0300
Source: qtwebkit
Binary: 
Architecture: source
Version: 2.3.2.dfsg-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Lisandro Damián Nicanor Pérez Meyer lisan...@debian.org
Description:
 libqtwebkit-dev - Web content engine library for Qt - development files
 libqtwebkit-qmlwebkitplugin - Qt WebKit QML plugin
 libqtwebkit4 - Web content engine library for Qt
 libqtwebkit4-dbg - Web content engine library for Qt - debugging symbols
Closes: 700093 760519
Changes:
 qtwebkit (2.3.2.dfsg-3) unstable; urgency=medium
 .
   * Disable JIT also in s390x.
   * Build depend upon libqt4-dev = 4:4.8.6+git64-g5dc8b2b+dfsg-2~ so as to
 be sure to be using the version of xmlpatterns that does not consumes a
 lot of memory.
   * Ensure ppc64el is built in little endian mode with
 Colin Watson's ppc64el.patch.
   * Bound CPU usage on unknown platforms with bound_cpu_usage.patch
 (Closes: #760519). Thanks Samuel Thibault for the patch.
   * Update symbols files with buildds' logs.
   * Add x32_support.patch to support x32 (Closes: #700093).
 - Also disable JIT on x32.
   * Add arm64.patch (taken from Ubuntu's aarch64.patch) and modify it to
 properly detect arm64.
Checksums-Sha1:
 3062bddbb1c5a5e59b9c3f8c3cb7ddd537b693ae 2551 qtwebkit_2.3.2.dfsg-3.dsc
 7575769f0b5711866b226db565a92dd3f4a4ebc4 80464 
qtwebkit_2.3.2.dfsg-3

Bug#760519: qtwebkit: Uses unbound parallelism on unknown platforms

2014-09-04 Thread Samuel Thibault
Source: qtwebkit
Version: 2.3.2.dfsg-2
Severity: important
User: debian-h...@lists.debian.org
Usertags: hurd
Tags: patch

Hello,

qtwebkit currently puts hurd buildds on their knees because its
build systems uses make -j, i.e. without specifying the requested
parallelism level, which means unbound parallelism, which when building
c++ code basically means filling dozens of gigabytes of memory.

This apparently comes from ./Tools/Scripts/webkitdirs.pm which for
unknown platforms makes numberOfCPUs() return an empty string, which
thus ends up with make -j.

The attached patch makes qtwebkit default to 1 instead of defaulting to
unbound parallelism.

Perhaps upstream will also prefer to try to use the portable way,
sysconf(_SC_NPROCESSORS_ONLN) (I don't know the perl equivalent).

Samuel

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

Kernel: Linux 3.16.0 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

-- 
Samuel
AUTHOR
 FvwmM4 is the result of a random  bit  mutation  on  a  hard
 disk,  presumably  a  result  of  a  cosmic-ray or some such
 thing.
(extrait de la page de man de FvwmM4)
--- ./Tools/Scripts/webkitdirs.pm.original  2014-09-05 00:09:09.0 
+0200
+++ ./Tools/Scripts/webkitdirs.pm   2014-09-05 00:10:34.0 +0200
@@ -362,6 +362,10 @@
 } elsif (isDarwin() || isFreeBSD()) {
 chomp($numberOfCPUs = `sysctl -n hw.ncpu`);
 }
+if (!defined($numberOfCPUs) or $numberOfCPUs eq )
+{
+  $numberOfCPUs = 1;
+}
 }
 
 sub jscPath($)


Bug#760519: qtwebkit: Uses unbound parallelism on unknown platforms

2014-09-04 Thread Lisandro Damián Nicanor Pérez Meyer
tag 760519 pending
thanks

On Friday 05 September 2014 00:15:14 Samuel Thibault wrote:
[snip]

Thanks a lot Samuel for the patch, I have already applied it on the repo.

 Perhaps upstream will also prefer to try to use the portable way,
 sysconf(_SC_NPROCESSORS_ONLN) (I don't know the perl equivalent).

This qtwebkit version is very special: is probably the last Qt4 version we 
will see on Debian, and it's currently a Qt5' webkit backport with a hacked 
build system (not the usual qmake stuff), so I guess this is just fine as a 
Debian-only patch.

Kinds regards, Lisandro.

-- 
Theory and practice sometimes clash. And when that happens, theory loses.
Every single time.
  Linus Benedict Torvalds.

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Processed: Re: Bug#760519: qtwebkit: Uses unbound parallelism on unknown platforms

2014-09-04 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 760519 pending
Bug #760519 [src:qtwebkit] qtwebkit: Uses unbound parallelism on unknown 
platforms
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
760519: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760519
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.140988786024862.transcr...@bugs.debian.org



Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2014-06-20 Thread Jim Scadden
tag 525599 + upstream patch
forwarded 525599 https://bugs.kde.org/show_bug.cgi?id=303627
thanks

On Sat, 25 Apr 2009 22:44:13 +0200, Vincent Smeets wrote:

During an update with aptitude, I get the following error messages:

Setting up kdelibs5-data (4:4.1.0-3) ...
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'


This is due to fake mime types listed in 
/usr/share/mime/packages/kde.xml

It looks like Gentoo have been using a patch for this for some time:
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/kde-base/kdelibs/files/kdelibs-4.7.96-mimetypes.patch

There's also an upstream bug open for this :
https://bugs.kde.org/show_bug.cgi?id=303627

I've attached a copy of the Gentoo patch (updated against the copy of 
kde.xml in kde4libs-4.13.1

-- 

Jim Scadden
--- a/mimetypes/kde.xml
+++ b/mimetypes/kde.xml
@@ -174,34 +174,6 @@
 glob pattern=*.abc/
   /mime-type
 
-  !-- all/ fake mime types --
-  mime-type type=all/all
-commentall files and folders/comment
-  /mime-type
-  mime-type type=all/allfiles
-commentall files/comment
-  /mime-type
-
-  !-- uri/ fake mime types --
-  mime-type type=uri/mms
-commentmms: URIs/comment
-  /mime-type
-  mime-type type=uri/mmst
-commentmmst: URIs/comment
-  /mime-type
-  mime-type type=uri/mmsu
-commentmmsu: URIs/comment
-  /mime-type
-  mime-type type=uri/pnm
-commentpnm: URIs/comment
-  /mime-type
-  mime-type type=uri/rtspt
-commentrtspt: URIs/comment
-  /mime-type
-  mime-type type=uri/rtspu
-commentrtspu: URIs/comment
-  /mime-type
-
   mime-type type=application/vnd.kde.fontspackage
 sub-class-of type=application/zip/
 commentfonts package/comment


Processed: Re: Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2014-06-20 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 525599 + upstream patch
Bug #525599 [kdelibs5-data] kdelibs5-data: Unknown media type in type 'all/all'
Added tag(s) upstream and patch.
 forwarded 525599 https://bugs.kde.org/show_bug.cgi?id=303627
Bug #525599 [kdelibs5-data] kdelibs5-data: Unknown media type in type 'all/all'
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=303627'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
525599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525599
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/handler.s.c.140328166711842.transcr...@bugs.debian.org



Bug#686147: marked as done (akonadiserver: returned with exit code 255 (Unknown error))

2013-03-26 Thread Debian Bug Tracking System
Your message dated Tue, 26 Mar 2013 19:32:36 +
with message-id e1ukzbo-0006gz...@franck.debian.org
and subject line Bug#686147: fixed in akonadi 1.7.2-3
has caused the Debian Bug report #686147,
regarding akonadiserver: returned with exit code 255 (Unknown error)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
686147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=686147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: akonadi-server
Version: 1.7.2-1
Severity: normal

Randomly, I am not able to execute krunner (Kde Menu - Run command).   Nothing
happens.


When I execute krunner in a konsole, I get the following output:

david@Miho:~$ krunner
QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
krunner(10966)/kdecore (services) KServiceFactory::findServiceByDesktopPath:
searchproviders/wikit.desktop not found
krunner(10966)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface:
AgentManager failed to get a valid AgentManager DBus interface. Error is: 1
org.freedesktop.DBus.Error.NameHasNoOwner Could not get owner of name
'org.freedesktop.Akonadi.Control': no such name
krunner(10966)/libakonadi Akonadi::SessionPrivate::socketError: Socket error
occurred: QLocalSocket::connectToServer: Invalid name
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7754400]
3: [0xb7754424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e58941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e5bd72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74adbfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb779a400]
3: [0xb779a424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e9e941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6ea1d72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74f3bfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7710400]
3: [0xb7710424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e14941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e17d72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb7469bfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7796400]
3: [0xb7796424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e9a941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e9dd72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74efbfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
akonadiserver crashed too often

Bug#686147: akonadiserver: returned with exit code 255 (Unknown error)

2012-08-29 Thread David Smith
Package: akonadi-server
Version: 1.7.2-1
Severity: normal

Randomly, I am not able to execute krunner (Kde Menu - Run command).   Nothing
happens.


When I execute krunner in a konsole, I get the following output:

david@Miho:~$ krunner
QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
krunner(10966)/kdecore (services) KServiceFactory::findServiceByDesktopPath:
searchproviders/wikit.desktop not found
krunner(10966)/libakonadi Akonadi::AgentManagerPrivate::createDBusInterface:
AgentManager failed to get a valid AgentManager DBus interface. Error is: 1
org.freedesktop.DBus.Error.NameHasNoOwner Could not get owner of name
'org.freedesktop.Akonadi.Control': no such name
krunner(10966)/libakonadi Akonadi::SessionPrivate::socketError: Socket error
occurred: QLocalSocket::connectToServer: Invalid name
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7754400]
3: [0xb7754424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e58941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e5bd72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74adbfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb779a400]
3: [0xb779a424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e9e941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6ea1d72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74f3bfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7710400]
3: [0xb7710424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e14941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e17d72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb7469bfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver() [0x805db65]
1: akonadiserver() [0x805de9f]
2: [0xb7796400]
3: [0xb7796424]
4: /lib/i386-linux-gnu/i686/cmov/libc.so.6(gsignal+0x51) [0xb6e9a941]
5: /lib/i386-linux-gnu/i686/cmov/libc.so.6(abort+0x182) [0xb6e9dd72]
6: /usr/lib/i386-linux-
gnu/libQtCore.so.4(_Z17qt_message_output9QtMsgTypePKc+0x13c) [0xb74efbfc]
]

ProcessControl: Application 'akonadiserver' returned with exit code 255
(Unknown error)
akonadiserver crashed too often and will not be restarted!
QDBusConnection: session D-Bus connection created before QCoreApplication.
Application may misbehave.
kres-migrator(10978)/libakonadi
Akonadi::AgentManagerPrivate::createDBusInterface: AgentManager failed to get a
valid AgentManager DBus interface. Error is: 1
org.freedesktop.DBus.Error.NameHasNoOwner Could not get owner of name
'org.freedesktop.Akonadi.Control': no such name
Connecting to deprecated signal
QDBusConnectionInterface::serviceOwnerChanged(QString,QString,QString)
search paths:  (/home/david/bin, /usr/local/bin, /usr/bin, /bin,
/usr/local/games, /usr/games, /usr/sbin, /usr/local/sbin,
/usr/local/libexec, /usr/libexec, /opt/mysql/libexec,
/opt/local/lib/mysql5/bin, /opt/mysql/sbin)
Found mysql_install_db:  
Found mysqlcheck:  
Did not find MySQL server default configuration (mysql-global.conf)
[
0: akonadiserver

Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2012-01-17 Thread Christoph Anton Mitterer
On Tue, 2012-01-17 at 17:48 +0100, José Manuel Santamaría Lema wrote:
 Could you please just shut up
Phew... this is kindness which really makes contributing fun...


 if you have nothing to add to the bug report?
Well it happens often that bugs got simply forgotten and lost amongst
many others (- 3 years old now).
And given that the solutions seemed to be quite easy (those mime type
classes do not exist and should therefore not be registered),... I tried
to remember it again with, what seemed to me the solution.





smime.p7s
Description: S/MIME cryptographic signature


Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2012-01-16 Thread Christoph Anton Mitterer

Hi.

3 years old now. Could you please just remove all those illegal MIME 
types.


Chris.



--
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/b67c10def59961d62a4163c39dc96...@scientia.net



Bug#611280: Unknown host

2011-01-27 Thread Michael Haag
Package: kmail
Version: 1.13.5

After a recent squeeze update (pure squeeze, with frequent updates),
when I attempt to send email I receive the following error:

Error while checking account xx for new mail:
Unknown host mail.messagingengine.com

The host is obviously known as I can ping it. I am behind a proxy, but
did not experience this problem before the upgrade, and I have no
problem connecting to any other web sites.


--
It is hard to free fools from the chains they revere. - Voltaire
 
  Michael Haag
  haa...@fastmail.fm




-- 
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/1296147835.11468.1417560...@webmail.messagingengine.com



Unknown strange processes with KDE

2010-12-09 Thread Magnus Berg
Hi!

Ever since the first KDE 4 version for Debian, and the KDE versions from qt-
kde.debian.net, I have had problems with strange unknown processes that starts 
now and then, usually daily, and use about 50 to 60 percent of my two 
processors power and make them run hot. I got a hardware monitor applet 
telling so I clearly see it every time it starts.

You can see a screenshot of Ksysguard here 
http://www.gotlandsbilden.se/bild/Unknown_processes.png (the language is 
Swedish).

On the screenshot you see 3 processes that has the user name root, -1. The 
use 
of processor power is showed unknown for two of them. For the other there 
seems noting. I have seen up to seven of this unknown processes. They start 
and die and change pid number very fast. Yesterday I was able to kill them 
then I run Ksysguard as root. But usually I could not kill them even if I run 
Ksysguard as root. Then I got a error message that tell that I couldn’t kill 
the process as root.
Then I use top, ps or ps auxf to see the system processes I can't see 
them at all. Isn't that strange?

The unknown processes belongs to KDE. I have had clean installs of Gnome, 
XFCE 4 and KDE on different partitions and the unknown processes only appear in 
the KDE system. OK they can be connected to some other application but then 
they only appear with KDE.
Now I installed a brand new Debian Sid and immediately upgraded KDE to the KDE 
4.5.3 from qt-kde.debian.net. And the processes is there.

Right now I realized for the first time that the same problem appear even with 
my portable computer. And I couldn't kill them running Ksysguard as root...

It's very annoying having to restart the computers now and them because of 
this. And it doesn't feel safe to run stange processes.

Any clues?

Magnus Berg


--
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/201012091148.54458.debianjunkm...@burgsvik.se



Unknown strange processes with KDE

2010-12-04 Thread Magnus Berg
Hi!

Ever since the first KDE 4 version for Debian, and the KDE versions from qt-
kde.debian.net, I have had problems with strange unknown processes that starts 
now and then, usually daily, and use about 50 to 60 percent of my two 
processors power and make them run hot. I got a hardware monitor applet 
telling so I clearly see it every time it starts.

You can see a screenshot of Ksysguard here 
http://www.gotlandsbilden.se/bild/Unknown_processes.png (the language is 
Swedish).

On the screenshot you see 3 processes that has the user name root, -1. The 
use 
of processor power is showed unknown for two of them. For the other there 
seems noting. I have seen up to seven of this unknown processes. They start 
and die and change pid number very fast. Yesterday I was able to kill them 
then I run Ksysguard as root. But usually I could not kill them even if I run 
Ksysguard as root. Then I got a error message that tell that I couldn’t kill 
the process as root.
Then I use top, ps or ps auxf to see the system processes I can't see 
them at all. Isn't that strange?

The unknown processes belongs to KDE. I have had clean installs of Gnome, 
XFCE 4 and KDE on different partitions and the unknown processes only appear in 
the KDE system. OK they can be connected to some other application but then 
they only appear with KDE.
Now I installed a brand new Debian Sid and immediately upgraded KDE to the KDE 
4.5.3 from qt-kde.debian.net. And the processes is there.

Right now I realized for the first time that the same problem appear even with 
my portable computer. And I couldn't kill them running Ksysguard as root...

It's very annoying having to restart the computers now and them because of 
this. Any clues?


Any clue?

Magnus Berg


--
To UNSUBSCRIBE, email to debian-kde-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/201012041638.13805.debianjunkm...@burgsvik.se



Bug#532809: marked as done (kamera: Unknown error is shown)

2010-05-02 Thread Debian Bug Tracking System
Your message dated Sun, 2 May 2010 18:01:42 +0200
with message-id 201005021801.42903.ewoer...@kde.org
and subject line 
has caused the Debian Bug report #532809,
regarding kamera: Unknown error is shown
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
532809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=532809
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: kamera: Unknown error is shown
Package: kamera
Version: 4:4.2.2-2
Severity: normal

*** Please type your report below this line ***
During downloading images and movies from a standard USB PTP Class Camera
a dialog is display with Unbekannter Fehler Unspezifizierter Fehler
(english: Unknown Error Unspecified Error).

Downloading all stuff using the gphoto2 cli works fine without error
message.

A screenshot and the kio_kamera debug log is attached.

Please fix this bug!

Regards,
Carsten

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages kamera depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the 
offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 
appli
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgphoto2-2  2.4.6-1gphoto2 digital camera library
ii  libgphoto2-port0  2.4.6-1gphoto2 digital camera port 
librar
ii  libqt4-qt3support 4.5.1-2Qt 3 compatibility library for Qt 
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libstdc++64.4.0-5The GNU Standard C++ Library v3

kamera recommends no packages.

kamera suggests no packages.

-- no debconf information

attachment: kamera_errordlg.png

kamera.log.gz
Description: GNU Zip compressed data
---End Message---
---BeginMessage---
Version: 4:4.4.2-1

No response from the submitter for 4 weeks, closing.

---End Message---


Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-10 Thread Bjørn Steensrud
 Fredag 9. april 2010 23.21.45 skrev Raphael Geissert :
 [should probably drop some CCs as this is becoming partially
 off-topic; adding CC to eglibc]

Other NO people may be better qualified to reply than I am, but here goes:

 Locale 'no' is not supported
 Locale 'no_NO' is not supported 
 Locale 'no_NY' is not supported


Good!We have been trying to get rid of those locales for quite some time. 
The two we use are nb_NO and nn_NO, for Bomål and Nynorsk, respectively. 
I know of only one other active locale for _NO:  se_NO,  Northern Sámi in 
Norway.

Bjørn, who translates KDE to nb and occasionally has time to do a debconf 
translation.


--
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/201004100907.26005.bjor...@skogkatt.homelinux.org



Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-09 Thread Christian PERRIER
Jumping in that thread (you would have guessed I would, right? :-))

 Mark Purcell wrote:
 
  On Friday 09 April 2010 08:30:14 Albert Astals Cid wrote:
  hm? eh? what? why would we remove a perfectly valid translation to a
  language spoken by 11 million people?
  
  Albert,
  
  I don't think the issue is the removal of the translations, rather the
  fact that the locale-code hne isn't defined in ISO 639-1  ISO 639-2.
  
  My reading of Chhattisgarhi_language[1] shows that the ISO 639-3 code is
  hne, whilst the ISO 639-2 code for this family is inc.
  
  I am raising this as an inconsistency. If we are accepting ISO 639-3
  locales then that is fine too and we will fix lintian.

We are:

bubu...@mykerinos:~/src/debian/iso-codes/git/iso_639_3 ls -l 
/usr/share/i18n/locales/hne_IN
-rw-r--r-- 1 root root 5393  7 févr. 18:26 /usr/share/i18n/locales/hne_IN

We also have several other locales with ISO-639-3 codes:

/usr/share/i18n/locales/ast_ES: Asturian (Spain)
/usr/share/i18n/locales/byn_ER: Bilin (Eritrea)
/usr/share/i18n/locales/crh_UA: Crimean Turkish (Ukraine)
/usr/share/i18n/locales/csb_PL: Kashubian (Poland)
/usr/share/i18n/locales/fil_PH: Filipino (Philippines)
/usr/share/i18n/locales/fur_IT: Friulian( Italy)
/usr/share/i18n/locales/gez_ER: Geez (Eritrea) 
/usr/share/i18n/locales/gez...@abegede
/usr/share/i18n/locales/gez_ET: Geez (Ethiopia) 
/usr/share/i18n/locales/gez...@abegede
/usr/share/i18n/locales/hne_IN: Chhattisgarhi (India)
/usr/share/i18n/locales/hsb_DE: Upper Sorbian
/usr/share/i18n/locales/mai_IN: Maithili (India)
/usr/share/i18n/locales/nan...@latin: Min Nan Chinese (Taiwan)
/usr/share/i18n/locales/nds_DE: Lower Saxon (Germany)
/usr/share/i18n/locales/nds_NL: Lower Saxon (Netherlands)
/usr/share/i18n/locales/nso_ZA: Northern Sotho (South Africa)
/usr/share/i18n/locales/pap_AN: Papiamento (Netherlands Antilles)
/usr/share/i18n/locales/shs_CA: Shuswap (Canada)
/usr/share/i18n/locales/sid_ET: Sidamo (Ethiopia)
/usr/share/i18n/locales/tig_ER: Tigre (Eritrea)
/usr/share/i18n/locales/wal_ET: Wolayttia (Ethiopia)

There are even some locales that correspond to *no* ISO-639-3 code
/usr/share/i18n/locales/ber_DZ: Berber (Algeria)
/usr/share/i18n/locales/ber_MA: Berber (Morocco)

(here I think this is a bug. The code to use should be the code for
Tamazight...but indeed the Berber/Tamazight language uses two scripts,
the fact that Berber and Tamazight are different or not is debated
between Algeria and Morocco and all this is a highly sensitive
political issue  and that may explain this inconsistency...which
is, still, done the wrong way)


All of them are here (and come from glibc upstream) because the said
languages have no ISO-639-2 code.

  
 
 Right, but the first faulty package is isoquery. The isoquery program is not 
 able to display the ISO 639-3 codes:
  TODO for Isoquery
  =
  
  - allow use of ISO 639-3
 
 The reason I assume is that there's no (given the nature of the ISO 639-3 
 standard) translation table between ISO 639-3 and ISO 639-2 codes.
 
 So I guess the most we can do is just inject the 639-3 codes and hope for 
 the best (i.e. hope people is going to use the best and most appropriate ISO 
 639-1..3 code.)

That's correct about isoquery's capabilities that should be enhanced.

Maybe, if possible, check that a locale exists for the said language.

We can quite safely assume that, if a locale exists with a given
ISO-639-3 code, then it has been carefully though by glibc maintainers
(either upstream or Debian/Ubuntu maintainers).

Indeed, if a translation file exists for a locale that doesn't exist,
there are chances that it isn't used.particularly because users
will have more problems in setting this locale in their environment.

So, maybe lintian could check that, if foo_BAR.po file exists in a
package, there is at least one foo_* file in /usr/share/i18n/locales

And, subliminal message to Chhattisgarhi translators: I would very
much welcome a work on localization for Debian Installer that would
help in adding Yet Another Indic Language to the already quite long
list of supported Indic languages in Debian and Ubuntu installers..:-)





signature.asc
Description: Digital signature


Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-09 Thread Raphael Geissert
On 9 April 2010 00:16, Christian PERRIER bubu...@debian.org wrote:
 Jumping in that thread (you would have guessed I would, right? :-))


:-)

 There are even some locales that correspond to *no* ISO-639-3 code
 /usr/share/i18n/locales/ber_DZ: Berber (Algeria)
 /usr/share/i18n/locales/ber_MA: Berber (Morocco)

(for lintian's current purposes, the country code is ignored; FWIW)

 Maybe, if possible, check that a locale exists for the said language.

 We can quite safely assume that, if a locale exists with a given
 ISO-639-3 code, then it has been carefully though by glibc maintainers
 (either upstream or Debian/Ubuntu maintainers).

I considered using /usr/share/i18n/SUPPORTED as the source of
information but it is far from being complete.

 So, maybe lintian could check that, if foo_BAR.po file exists in a
 package, there is at least one foo_* file in /usr/share/i18n/locales

Am I missing something or wouldn't adding the 639-3 codes to the list
of known and valid codes be enough?

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/y2he9fb436d1004082325m81f94ec3qf0a5d78f65bc6...@mail.gmail.com



Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-09 Thread Christian PERRIER

  So, maybe lintian could check that, if foo_BAR.po file exists in a
  package, there is at least one foo_* file in /usr/share/i18n/locales
 
 Am I missing something or wouldn't adding the 639-3 codes to the list
 of known and valid codes be enough?


Actually, if a locale doesn't exist in the glibc, translations for
that locale won't be used, so checking against
/usr/share/i18n/SUPPORTED seems to be the right thing to do.


I'm not sure, though, that it is really a good idea to check PO files
against supported locales, for upstream translations (ie non-debconf
ones) with lintian. The only case where it's relevant to lintian,
imho, is the case where the package is native (so upstream is
Debian).




signature.asc
Description: Digital signature


Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-09 Thread Raphael Geissert
[should probably drop some CCs as this is becoming partially
off-topic; adding CC to eglibc]

On 9 April 2010 12:59, Christian PERRIER bubu...@debian.org wrote:
 Actually, if a locale doesn't exist in the glibc, translations for
 that locale won't be used, so checking against
 /usr/share/i18n/SUPPORTED seems to be the right thing to do.

If that's true, then (after playing with Contents-i386.gz), by
comparing /usr/share/locale/*/ with the locales in SUPPORTED:
Locale 'ab' is not supported
Locale 'ace' is not supported
Locale 'ak' is not supported
Locale 'ang' is not supported
Locale 'ara' is not supported
Locale 'ar_PS' is not supported
Locale 'ay' is not supported
Locale 'az_IR' is not supported
Locale 'bal' is not supported
Locale 'b...@latin' is not supported
Locale 'bem' is not supported
Locale 'be-tarask' is not supported
Locale 'bi' is not supported
Locale 'bist' is not supported
Locale 'C' is not supported
Locale 'cat' is not supported
Locale 'c...@valencia' is not supported
Locale 'ckb' is not supported
Locale 'cn' is not supported
Locale 'cn_ZH' is not supported
Locale 'co' is not supported
Locale 'cpf' is not supported
Locale 'cpp' is not supported
Locale 'cs_CZ.utf8' is not supported
Locale 'cs-windows-1250' is not supported
Locale 'cz' is not supported
Locale 'de_DE.utf8' is not supported
Locale 'dk' is not supported
Locale 'dv' is not supported
Locale 'e...@boldquot' is not supported
Locale 'en_IGID' is not supported
Locale 'e...@quot' is not supported
Locale 'e...@shaw' is not supported
Locale 'en_UK' is not supported
Locale 'en...@piglatin' is not supported
Locale 'en_US.utf8' is not supported
Locale 'es_ES.utf8' is not supported
Locale 'fa_AF' is not supported
Locale 'ff' is not supported
Locale 'fi_FI.utf8' is not supported
Locale 'fr_FR.utf8' is not supported
Locale 'fr_FX' is not supported
Locale 'frp' is not supported
Locale 'gn' is not supported
Locale 'gos' is not supported
Locale 'gr' is not supported
Locale 'haw' is not supported
Locale 'io' is not supported
Locale 'it_IT.utf8' is not supported
Locale 'jbo' is not supported
Locale 'jp' is not supported
Locale 'jv' is not supported
Locale 'kab' is not supported
Locale 'kok' is not supported
Locale 'kos' is not supported
Locale 'la' is not supported
Locale 'lb' is not supported
Locale 'mal' is not supported
Locale 'malkovich' is not supported
Locale 'md' is not supported
Locale 'mus' is not supported
Locale 'mvo' is not supported
Locale 'my' is not supported
Locale 'my_MM' is not supported
Locale 'nap' is not supported
Locale 'nl_NL.utf8' is not supported
Locale 'no' is not supported
Locale 'no_NO' is not supported
Locale 'no_NY' is not supported
Locale 'oj' is not supported
Locale 'pis' is not supported
Locale 'pms' is not supported
Locale 'ps' is not supported
Locale 'pseudo' is not supported
Locale 'pt-br' is not supported
Locale 'qu' is not supported
Locale 'racv' is not supported
Locale 'rm' is not supported
Locale 'ru_RU.cp1251' is not supported
Locale 'ru_RU.koi8r' is not supported
Locale 'ru_RU.utf8' is not supported
Locale 'sco' is not supported
Locale 'son' is not supported
Locale 'sp' is not supported
Locale 's...@ije' is not supported
Locale 's...@ijekavian' is not supported
Locale 's...@ijekavianlatin' is not supported
Locale 's...@latin' is not supported
Locale 's...@latn' is not supported
Locale 'sw' is not supported
Locale 'tet' is not supported
Locale 'tlh' is not supported
Locale 'tpi' is not supported
Locale 'tvl' is not supported
Locale 'tw' is not supported
Locale 'twi' is not supported
Locale 'tzo' is not supported
Locale 'ua' is not supported
Locale 'urd' is not supported
Locale 'u...@cyrillic' is not supported
Locale 'wal' is not supported
Locale 'x-test' is not supported
Locale 'xx' is not supported
Locale 'zam' is not supported
Locale 'zh_cn' is not supported
Locale 'zh_TW.Big5' is not supported
Total: 106
Total excluding anything after [...@_.-]: 67

However, if I compare that list with the codes of ISO 639-1..3
(excluding anything after [...@_.-] -- similar to lintian's check):

Locale 'bist' is not supported
Locale 'C' is not supported
Locale 'cn' is not supported
Locale 'cz' is not supported
Locale 'dk' is not supported
Locale 'gr' is not supported
Locale 'jp' is not supported
Locale 'malkovich' is not supported
Locale 'md' is not supported
Locale 'pseudo' is not supported
Locale 'racv' is not supported
Locale 'sh' is not supported
Locale 'sp' is not supported
Locale 'ua' is not supported
Locale 'x' is not supported
Locale 'xx' is not supported
Total: 16

So, we have 67 - 16 = 51 locales that are not supported by glibc but
that we ship translations for. Great.

Something needs to be done.

 I'm not sure, though, that it is really a good idea to check PO files
 against supported locales, for upstream translations (ie non-debconf
 ones) with lintian. The only case where it's relevant to lintian,
 imho, is the case where the package is native (so upstream is
 Debian).

In fact, what lintian checks is the 

Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-08 Thread Mark Purcell
On Friday 09 April 2010 08:30:14 Albert Astals Cid wrote:
 hm? eh? what? why would we remove a perfectly valid translation to a
 language spoken by 11 million people?

Albert,

I don't think the issue is the removal of the translations, rather the fact 
that the locale-code hne isn't defined in ISO 639-1  ISO 639-2.

My reading of Chhattisgarhi_language[1] shows that the ISO 639-3 code is 
hne, whilst the ISO 639-2 code for this family is inc.

I am raising this as an inconsistency. If we are accepting ISO 639-3 locales 
then that is fine too and we will fix lintian.

Mark

W: kipi-plugins: unknown-locale-code hne
N: 
N:The package appears to ship locales for a language but uses an unknown
N:locale code as a subdirectory of /usr/share/locale. This usually results
N:in users of the intended target language not finding the locale. The
N:language codes used in the locale directories are those from the ISO
N:639-1 and ISO 639-2 standards, not those usually used as TLDs (which are
N:from the ISO 3166 standard).
N:
N:It is possible that the language code was mistyped or incorrectly
N:guessed from the language's or country's name.
N:
N:Refer to http://www.loc.gov/standards/iso639-2/php/code_list.php for
N:details.
N:
N:Severity: normal, Certainty: certain
N:
http://lintian.debian.org/tags/unknown-locale-code.html

[1] http://en.wikipedia.org/wiki/Chhattisgarhi_language


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


Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-08 Thread Russ Allbery
Mark Purcell m...@debian.org writes:

 I don't think the issue is the removal of the translations, rather the
 fact that the locale-code hne isn't defined in ISO 639-1  ISO 639-2.

 My reading of Chhattisgarhi_language[1] shows that the ISO 639-3 code is
 hne, whilst the ISO 639-2 code for this family is inc.

 I am raising this as an inconsistency. If we are accepting ISO 639-3
 locales then that is fine too and we will fix lintian.

I suspect that we should be accepting ISO 639-3 codes as well as -1 and -2
codes.  inc looks like a catch-all that wouldn't be very useful for the
end user in language selection.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


-- 
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/87ochtv56d@windlord.stanford.edu



Re: [Bug 233674] kipi-plugins: unknown-locale-code hne i8n

2010-04-08 Thread Raphael Geissert
Mark Purcell wrote:

 On Friday 09 April 2010 08:30:14 Albert Astals Cid wrote:
 hm? eh? what? why would we remove a perfectly valid translation to a
 language spoken by 11 million people?
 
 Albert,
 
 I don't think the issue is the removal of the translations, rather the
 fact that the locale-code hne isn't defined in ISO 639-1  ISO 639-2.
 
 My reading of Chhattisgarhi_language[1] shows that the ISO 639-3 code is
 hne, whilst the ISO 639-2 code for this family is inc.
 
 I am raising this as an inconsistency. If we are accepting ISO 639-3
 locales then that is fine too and we will fix lintian.
 

Right, but the first faulty package is isoquery. The isoquery program is not 
able to display the ISO 639-3 codes:
 TODO for Isoquery
 =
 
 - allow use of ISO 639-3

The reason I assume is that there's no (given the nature of the ISO 639-3 
standard) translation table between ISO 639-3 and ISO 639-2 codes.

So I guess the most we can do is just inject the 639-3 codes and hope for 
the best (i.e. hope people is going to use the best and most appropriate ISO 
639-1..3 code.)

Sorry for not noticing ISO 639-3 codes were being used back when I 
implemented the checks. I verified some of the cases that would trigger the 
warning but they were all true positives.

And like Russ said, switching to the inc code would be incorrect.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net


-- 
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/4bbe9167.9f15f10a.4bd2.2...@mx.google.com



Processed: Re: kamera: Unknown error is shown

2010-04-03 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 532809 + moreinfo
Bug #532809 [kamera] kamera: Unknown error is shown
Added tag(s) moreinfo.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


-- 
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/handler.s.c.12703391034936.transcr...@bugs.debian.org



Bug#549888: marked as done (kmail: Date unknown depending on ISP)

2010-02-17 Thread Debian Bug Tracking System
Your message dated Wed, 17 Feb 2010 17:20:23 +0100
with message-id 201002171720.24070.ewoer...@kde.org
and subject line 
has caused the Debian Bug report #549888,
regarding kmail: Date unknown depending on ISP
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
549888: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549888
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kmail
Version: 4:3.5.9-5
Severity: normal

Internode (Australia) account emails sent via Internode show the date as 
unknown, but those sent via Vicnet are recognised. The format is Date: 05 
OCT 09 20:31:02 
+.
Samples of headers attached (I hope).

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-kio-plug 4:3.5.9.dfsg.1-6core I/O slaves for KDE
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny2 core libraries and binaries for al
ii  kdepim-kio-plugi 4:3.5.9-5   KDE pim I/O Slaves
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libaudio21.9.1-5 Network Audio System - shared libr
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2+lenny1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libidn11 1.8+20080606-1  GNU libidn library, implementation
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libkcal2b4:3.5.9-5   KDE calendaring library
ii  libkdepim1a  4:3.5.9-5   KDE PIM library
ii  libkleopatra14:3.5.9-5   KDE GnuPG interface libraries
ii  libkmime24:3.5.9-5   KDE MIME interface library
ii  libkpimidentitie 4:3.5.9-5   KDE PIM user identity information 
ii  libksieve0   4:3.5.9-5   KDE mail/news message filtering li
ii  libmimelib1c2a   4:3.5.9-5   KDE mime library
ii  libpng12-0   1.2.27-2+lenny2 PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
Yii  perl 5.10.0-19lenny2 Larry Wall's Practical 
Extraction 
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
ii  clamav   0.95.2+dfsg-1~volatile1 anti-virus utility for Unix - comm
ii  gnupg1.4.9-3+lenny1  GNU privacy guard - a free PGP rep
ii  gnupg-agent  2.0.9-3.1   GNU privacy guard - password agent
ii  kaddressbook 4:3.5.9-5   KDE NG addressbook application
ii  kleopatra4:3.5.9-5   KDE Certificate Manager
ii  pinentry-gtk2 [p 0.7.5-2.1   GTK+-2-based PIN or pass-phrase en
pn  spamassassin | b none  (no description available)

-- no debconf information
(date is recognised)

Return-Path: accou...@internode.com.au
 X-Original-To: aeg...@vicnet.net.au
 Delivered-To: aeg...@vicnet.net.au
 Received: from localhost (localhost.localdomain [127.0.0.1])
by mx.vicnet.net.au (Postfix) with ESMTP id 0AF991E0816A;
Fri,  7 Aug 2009 07:21

Bug#549888: kmail: Date unknown depending on ISP

2009-10-05 Thread Andy Goss
Package: kmail
Version: 4:3.5.9-5
Severity: normal

Internode (Australia) account emails sent via Internode show the date as 
unknown, but those sent via Vicnet are recognised. The format is Date: 05 
OCT 09 20:31:02 
+.
Samples of headers attached (I hope).

-- System Information:
Debian Release: 5.0.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kmail depends on:
ii  kdebase-kio-plug 4:3.5.9.dfsg.1-6core I/O slaves for KDE
ii  kdelibs4c2a  4:3.5.10.dfsg.1-0lenny2 core libraries and binaries for al
ii  kdepim-kio-plugi 4:3.5.9-5   KDE pim I/O Slaves
ii  libart-2.0-2 2.3.20-2Library of functions for 2D graphi
ii  libaudio21.9.1-5 Network Audio System - shared libr
ii  libc62.7-18  GNU C Library: Shared libraries
ii  libfontconfig1   2.6.0-3 generic font configuration library
ii  libfreetype6 2.3.7-2+lenny1  FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.2-1.1 GCC support library
ii  libice6  2:1.0.4-1   X11 Inter-Client Exchange library
ii  libidn11 1.8+20080606-1  GNU libidn library, implementation
ii  libjpeg626b-14   The Independent JPEG Group's JPEG 
ii  libkcal2b4:3.5.9-5   KDE calendaring library
ii  libkdepim1a  4:3.5.9-5   KDE PIM library
ii  libkleopatra14:3.5.9-5   KDE GnuPG interface libraries
ii  libkmime24:3.5.9-5   KDE MIME interface library
ii  libkpimidentitie 4:3.5.9-5   KDE PIM user identity information 
ii  libksieve0   4:3.5.9-5   KDE mail/news message filtering li
ii  libmimelib1c2a   4:3.5.9-5   KDE mime library
ii  libpng12-0   1.2.27-2+lenny2 PNG library - runtime
ii  libqt3-mt3:3.3.8b-5+b1   Qt GUI Library (Threaded runtime v
ii  libsm6   2:1.0.3-2   X11 Session Management library
ii  libstdc++6   4.3.2-1.1   The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library
ii  libxcursor1  1:1.1.9-1   X cursor management library
ii  libxext6 2:1.0.4-1   X11 miscellaneous extension librar
ii  libxft2  2.1.12-3FreeType-based font drawing librar
ii  libxi6   2:1.1.4-1   X11 Input extension library
ii  libxinerama1 2:1.0.3-2   X11 Xinerama extension library
ii  libxrandr2   2:1.2.3-1   X11 RandR extension library
ii  libxrender1  1:0.9.4-2   X Rendering Extension client libra
ii  libxt6   1:1.0.5-3   X11 toolkit intrinsics library
Yii  perl 5.10.0-19lenny2 Larry Wall's Practical 
Extraction 
ii  zlib1g   1:1.2.3.3.dfsg-12   compression library - runtime

Versions of packages kmail recommends:
ii  kmailcvt  4:3.5.9-5  KDE KMail mail folder converter
ii  procmail  3.22-16Versatile e-mail processor

Versions of packages kmail suggests:
ii  clamav   0.95.2+dfsg-1~volatile1 anti-virus utility for Unix - comm
ii  gnupg1.4.9-3+lenny1  GNU privacy guard - a free PGP rep
ii  gnupg-agent  2.0.9-3.1   GNU privacy guard - password agent
ii  kaddressbook 4:3.5.9-5   KDE NG addressbook application
ii  kleopatra4:3.5.9-5   KDE Certificate Manager
ii  pinentry-gtk2 [p 0.7.5-2.1   GTK+-2-based PIN or pass-phrase en
pn  spamassassin | b none  (no description available)

-- no debconf information
(date is recognised)

Return-Path: accou...@internode.com.au
 X-Original-To: aeg...@vicnet.net.au
 Delivered-To: aeg...@vicnet.net.au
 Received: from localhost (localhost.localdomain [127.0.0.1])
by mx.vicnet.net.au (Postfix) with ESMTP id 0AF991E0816A;
Fri,  7 Aug 2009 07:21:27 +1000 (EST)
 Received: from mx.vicnet.net.au ([127.0.0.1])
by localhost (fez.vicnet.net.au [127.0.0.1]) (amavisd-new, port 10024)
with ESMTP id 15791-05; Fri, 7 Aug 2009 07:21:26 +1000 (EST)
 X-Greylist: from auto-whitelisted by SQLgrey-1.6.7
 Received-SPF: pass (internode.com.au: 192.83.231.161 is authorized to use 'accou...@internode.com.au' in 'mfrom' identity (mechanism 'ip4:192.83.231.0/24' matched)) receiver=fez.vicnet.net.au; identity=mailfrom; envelope-from=accou...@internode.com.au; helo=billing01.internode.com.au; client-ip=192.83.231.161
 Received: from billing01.internode.com.au (billing01.internode.com.au [192.83.231.161])
by mx.vicnet.net.au (Postfix) with ESMTP id A47701E08085
for aeg...@vicnet.net.au; Fri,  7 Aug 2009 07:21:26 +1000

Bug#532809: kamera: Unknown error is shown

2009-06-11 Thread Carsten Grohmann
Subject: kamera: Unknown error is shown
Package: kamera
Version: 4:4.2.2-2
Severity: normal

*** Please type your report below this line ***
During downloading images and movies from a standard USB PTP Class Camera
a dialog is display with Unbekannter Fehler Unspezifizierter Fehler
(english: Unknown Error Unspecified Error).

Downloading all stuff using the gphoto2 cli works fine without error
message.

A screenshot and the kio_kamera debug log is attached.

Please fix this bug!

Regards,
Carsten

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-2-686 (SMP w/1 CPU core)
Locale: lang=de...@euro, lc_ctype=de...@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash

Versions of packages kamera depends on:
ii  kdebase-runtime   4:4.2.2-1  runtime components from the 
offici
ii  kdelibs5  4:4.2.2-2  core libraries for all KDE 4 
appli
ii  libc6 2.9-12 GNU C Library: Shared libraries
ii  libgphoto2-2  2.4.6-1gphoto2 digital camera library
ii  libgphoto2-port0  2.4.6-1gphoto2 digital camera port 
librar
ii  libqt4-qt3support 4.5.1-2Qt 3 compatibility library for Qt 
ii  libqtcore44.5.1-2Qt 4 core module
ii  libqtgui4 4.5.1-2Qt 4 GUI module
ii  libstdc++64.4.0-5The GNU Standard C++ Library v3

kamera recommends no packages.

kamera suggests no packages.

-- no debconf information

attachment: kamera_errordlg.png

kamera.log.gz
Description: GNU Zip compressed data


Bug#525599: kdelibs5-data: Unknown media type in type 'all/all'

2009-04-25 Thread Vincent Smeets
Package: kdelibs5-data
Version: 4:4.1.0-3
Severity: normal

During an update with aptitude, I get the following error messages:

Setting up kdelibs5-data (4:4.1.0-3) ...
Unknown media type in type 'all/all'

Unknown media type in type 'all/allfiles'

Unknown media type in type 'uri/mms'

Unknown media type in type 'uri/mmst'

Unknown media type in type 'uri/mmsu'

Unknown media type in type 'uri/pnm'

Unknown media type in type 'uri/rtspt'

Unknown media type in type 'uri/rtspu'

Unknown media type in type 'fonts/package'

Unknown media type in type 'interface/x-winamp-skin'


Regards,
Vincent

-- System Information:
Debian Release: squeeze/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages kdelibs5-data depends on:
ii  hicolor-icon-theme0.10-2 default fallback theme for FreeDes

kdelibs5-data recommends no packages.

kdelibs5-data suggests no packages.

-- no debconf information



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



Bug#442412: marked as done (kaudiocreator: fails to encode with lame: Unknown genre)

2009-04-11 Thread Debian Bug Tracking System

Your message dated Sat, 11 Apr 2009 09:56:43 +0200
with message-id 200904110956...@ekaia.org
and subject line Package kaudiocreator removed from Debian
has caused the Debian Bug report #442412,
regarding kaudiocreator: fails to encode with lame: Unknown genre
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
442412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=442412
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kaudiocreator
Version: 4:3.5.7-3
Severity: important

When ripping an audio CD to mp3 files using lame, the encoding fails
with the following output:


  lame --preset standard --tt 'xyz' --ta 'blabla' --tl 'my audio cd' --ty 
'2003' --tn '01' --tg 'Unknown' '/tmp/kde-marcus/CZ5E6a.wav' 'track.mp3'


  Unknown genre: 'Unknown'.  Specify genre name or number

This happens if the genre is set to unkown, but also if other genres
are selected (I got the same result with Electronic).

I have lame 3.97-0.0 from www.debian-multimedia.org.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.23-rc3-melech (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kaudiocreator depends on:
ii  kdelibs4c2a 4:3.5.7.dfsg.1-4 core libraries and binaries for al
ii  kdemultimedia-kio-plugi 4:3.5.7-3enables the browsing of audio CDs 
ii  libartsc0   1.5.7-2  aRts sound system C support librar
ii  libasound2  1.0.14a-2ALSA library
ii  libc6   2.6.1-1  GNU C Library: Shared libraries
ii  libgcc1 1:4.2.1-4GCC support library
ii  libglib2.0-02.14.0-2 The GLib library of C routines
ii  libkcddb1   4:3.5.7-3CDDB library for KDE
ii  libqt3-mt   3:3.3.7-7Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.2.1-4  The GNU Standard C++ Library v3

Versions of packages kaudiocreator recommends:
ii  flac  1.1.4-3+b1 Free Lossless Audio Codec - comman
ii  vorbis-tools  1.1.1-14   several Ogg Vorbis tools

-- no debconf information


---End Message---
---BeginMessage---
Version: 4:3.5.9-3+rm

Hi,

You filed the bug http://bugs.debian.org/442412 
in the Debian BTS against the package kaudiocreator.

Debian has switched to KDE 4 in unstable and kaudiocreator 
does not exist in KDE 4. Therefore, I am closing this bug as fixed 
in *unstable*. The bug will remain open for stable since it is
shipping KDE 3.5.

Ana

---End Message---


Bug#194861: Unknown person stabs Christian Bale

2008-07-29 Thread Caudle

McCain declares Obama a fraud, liar http://rs0009663.ipower.com/default.html



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



Processed: Re: Bug#469833: Unknown media type output message

2008-07-27 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 reassign 469833 shared-mime-info 0.23-4
Bug#469833: Unknown media type output message
Bug reassigned from package `kde4libs' to `shared-mime-info'.

 forwarded 469833 http://bugs.freedesktop.org/show_bug.cgi?id=16816
Bug#469833: Unknown media type output message
Noted your statement that Bug has been forwarded to 
http://bugs.freedesktop.org/show_bug.cgi?id=16816.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#469833: Unknown media type output message

2008-07-27 Thread Ana Guerrero
reassign 469833 shared-mime-info 0.23-4
forwarded 469833 http://bugs.freedesktop.org/show_bug.cgi?id=16816
thanks


On Sun, Jul 20, 2008 at 05:16:00PM +0200, Ana Guerrero wrote:
 On Sun, Jul 20, 2008 at 12:08:25PM +0200, Filip Van Raemdonck wrote:
  # Bug bot commands -- reply below
  tags 469833 - moreinfo
  reassign 469833 kde4libs
  thanks
  
  On Fri, Jul 18, 2008 at 20:23, Ana Guerrero [EMAIL PROTECTED] wrote:
   On Sat, Mar 08, 2008 at 09:52:04PM +0900, Hideki Yamane wrote:
   On Sat, 8 Mar 2008 17:49:19 +0900
   Hideki Yamane [EMAIL PROTECTED] wrote:
 Is this installing the package from scratch or upgrading from a
 previous version?
   
 That is upgrading from previous version.
  
And this message comes sometimes at upgrading packages.
So, the bug may not be caused by this package.
  
   Those fake mimetypes are installed by kdelibs with the file
   /usr/share/mime/packages/kde.xml since long time ago. They are kept in
   kde4libs.
   In a recent version, update-mime-database became verbose about this 
   unknown
   types, and that is why you get this error when you update stuff and then
   update-mime-database is run.
   It is unlikely to be changed.
  
  I've examined relevant specifications and the messages from
  update-mime-database are correct -- those are not known media types.
  Mind you, they're not critical errors, so the impact is minor.
  
  At any rate, if there's a bug, it's within the package providing the
  definitions, so I'm reassigning it.
 
 I did not reassign this bug because users concerned about this, will look at 
 the package providing update-mime-database and will report again :)
 
 I do wonder if reporting about unknown media types should be only shown 
 in a verbose option of update-mime-database and not by default.


This should be only shown with the verbose option (an option -q would be ok as
well, tho).

http://bugs.freedesktop.org/show_bug.cgi?id=16816

I do wonder whether the title should be changed.

Ana
 
 



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



Processed: Re: Bug#469833: Unknown media type output message

2008-07-20 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 # Bug bot commands -- reply below
 tags 469833 - moreinfo
Bug#469833: Unknown media type output message
Tags were: moreinfo
Tags removed: moreinfo

 reassign 469833 kde4libs
Bug#469833: Unknown media type output message
Bug reassigned from package `shared-mime-info' to `kde4libs'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#469833: Unknown media type output message

2008-07-20 Thread Ana Guerrero
On Sun, Jul 20, 2008 at 12:08:25PM +0200, Filip Van Raemdonck wrote:
 # Bug bot commands -- reply below
 tags 469833 - moreinfo
 reassign 469833 kde4libs
 thanks
 
 On Fri, Jul 18, 2008 at 20:23, Ana Guerrero [EMAIL PROTECTED] wrote:
  On Sat, Mar 08, 2008 at 09:52:04PM +0900, Hideki Yamane wrote:
  On Sat, 8 Mar 2008 17:49:19 +0900
  Hideki Yamane [EMAIL PROTECTED] wrote:
Is this installing the package from scratch or upgrading from a
previous version?
  
That is upgrading from previous version.
 
   And this message comes sometimes at upgrading packages.
   So, the bug may not be caused by this package.
 
  Those fake mimetypes are installed by kdelibs with the file
  /usr/share/mime/packages/kde.xml since long time ago. They are kept in
  kde4libs.
  In a recent version, update-mime-database became verbose about this unknown
  types, and that is why you get this error when you update stuff and then
  update-mime-database is run.
  It is unlikely to be changed.
 
 I've examined relevant specifications and the messages from
 update-mime-database are correct -- those are not known media types.
 Mind you, they're not critical errors, so the impact is minor.
 
 At any rate, if there's a bug, it's within the package providing the
 definitions, so I'm reassigning it.

I did not reassign this bug because users concerned about this, will look at 
the package providing update-mime-database and will report again :)

I do wonder if reporting about unknown media types should be only shown 
in a verbose option of update-mime-database and not by default.

Ana




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



Bug#484355: kdelibs-bin: file association broken : mimeapps.list specifies unknown service

2008-06-12 Thread Nicolas
2008/6/12 Lisandro Damián Nicanor Pérez Meyer [EMAIL PROTECTED]:
 El Tuesday 10 June 2008 10:38:28 Nicolas Maitre escribió:
 Package: kdelibs-bin
 Version: 4:4.0.80-1
 Followup-For: Bug #484355


 As there's no answer yet after a week, I provide some new information about
 the supposed bug.

 I just tested it once again in my machine and I can't reproduce the bug.

Is there something else that providing logs I can do ?
However, about logs, these lines (numeroted) looked interesting :

1  kbuildsycoca4(16658) KMimeAssociations::parseAllMimeAppsList:
Parsing /home/nox/.local/share/applications/mimeapps.list
2  kbuildsycoca4(16658) KMimeAssociations::parseAddedAssociations:
/home/nox/.local/share/applications/mimeapps.list specifies unknown
service okular-2.desktop in Added Associations

this mimeapps.list contains only :
  [Added Associations]
  application/pdf=okular-2.desktop;okular.desktop;
  audio/aac=banshee.desktop;


3  findServiceByDesktopPath: okular-2.desktop not found
I checked and okular-2.desktop exists in
/home/nox/.local/share/applications/okular-2.desktop

And finally :
4 ASSERT: m_pService in file
/tmp/buildd/kde4libs-4.0.80/kio/kfile/kopenwithdial
og.cpp, line 774
This last line should help to find why it crashs instead of updating
system, shouldn't it ?


 Since I tested kde 4 from experimental with another computer, I suppose the
 behavior is due to a combination of circumstance.

 What do you mean with this? Did you encountered the same problem in the other
 machine? How about creating a new user?


No, it's just the opposite. I can't reproduce the bug on the other
machine. That's why I say that's certainly a combination of
circumstances (I don't know how to translate that expression
correctly, it means it's an exceptionnal situation due to different
unknown factors).
About the possible solutions I tried :
- first I try with an other user
- removed ~/.kde*
- I tried to uninstall all packages of kde4 (with --purge parameter) ,
I tried to move all the files in any rapport with kde 4 (the ones I
found by locate kde and some others as ~/.local/) and reinstalled
all the packages after.

And in each case, the wrong behavior persists.

But maybe have I missed something when removing files and some of them
were still on the system.


 Furthermore, it worked
 before, I don't know since when it's like that but i'm encountering this
 problem for at least 1 month. I installed gnome too, and file association
 is working in it, so the problem is in kde...

 Here is what I get when I launch kbuildsycoca4 from a terminal :

 [snip]

 If I still don't receive any answer, should I think I have to post this at
 bugs.kde.org or something ?

 You can always check if the bug is listed there (in other words, please do
 so). If it is, please close this one, as it will be an upstream bug.

I searched for such a bug and it's not listed anywhere.
I'm planning to try the svn version to be sure it's not a
debian-packages-bounded bug. When I'll have time to...
I'll report here if the bug is still present.


Thank you for your answer.

-- 
Nicolas



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



Bug#484355: kdelibs-bin: file association broken : mimeapps.list specifies unknown service

2008-06-11 Thread Lisandro Damián Nicanor Pérez Meyer
El Tuesday 10 June 2008 10:38:28 Nicolas Maitre escribió:
 Package: kdelibs-bin
 Version: 4:4.0.80-1
 Followup-For: Bug #484355


 As there's no answer yet after a week, I provide some new information about
 the supposed bug.

I just tested it once again in my machine and I can't reproduce the bug.

 Since I tested kde 4 from experimental with another computer, I suppose the
 behavior is due to a combination of circumstance.

What do you mean with this? Did you encountered the same problem in the other 
machine? How about creating a new user?

 Furthermore, it worked
 before, I don't know since when it's like that but i'm encountering this
 problem for at least 1 month. I installed gnome too, and file association
 is working in it, so the problem is in kde...

 Here is what I get when I launch kbuildsycoca4 from a terminal :

[snip]

 If I still don't receive any answer, should I think I have to post this at
 bugs.kde.org or something ?

You can always check if the bug is listed there (in other words, please do 
so). If it is, please close this one, as it will be an upstream bug.



-- 
6 - ¿Cuál es el botón del mouse que permite acceder a las acciones más
comunes de archivos?
a- El derecho
b- El izquierdo
c- El central
...
¿PORQUÉ no puedo ver la cara de un usuario de Macintosh?, ¿EH?
  Guillermo Marraco
  http://mx.grulic.org.ar/lurker/message/20080307.112156.460149a2.es.html

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/



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


Bug#484355: kdelibs-bin: file association broken : mimeapps.list specifies unknown service

2008-06-10 Thread Nicolas Maitre
::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype video/x-mpeg
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype video/mpeg-system
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
video/x-mpeg-system
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype video/mpeg4
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype audio/mpeg4
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
application/mpeg4-iod
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
application/mpeg4-muxcodetable
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype application/x-ogg
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
application/x-vlc-plugin
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
video/x-ms-asf-plugin
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
application/x-mplayer2
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
nsplugin.desktop specifies undefined mimetype/servicetype 
application/x-google-vlc-plugin
kbuildsycoca4(5127) KBuildServiceFactory::populateServiceTypes: 
kontact/korganizerplugin.desktop specifies undefined mimetype/servicetype 
Kontact/Plugin
kbuildsycoca4(5127) KMimeAssociations::parseAllMimeAppsList: Parsing 
/home/nox/.local/share/applications/mimeapps.list
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
okular-5.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
okular-4.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
okular-3.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
okular-2.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
okular.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
banshee-2.desktop in Added Associations
kbuildsycoca4(5127) KMimeAssociations::parseAddedAssociations: 
/home/nox/.local/share/applications/mimeapps.list specifies unknown service 
banshee.desktop in Added Associations
kbuildsycoca4(5127) KBuildServiceFactory::collectInheritedServices: parent 
mimetype not found: text/xml 
kbuildsycoca4(5127) KBuildServiceFactory::collectInheritedServices: parent 
mimetype not found: text/xml 
kbuildsycoca4(5127) KBuildServiceFactory::collectInheritedServices: parent 
mimetype not found: text/xml 
kbuildsycoca4(5127) KMimeFileParser::parseGlobs: Now parsing 
/usr/share/mime/globs


If I still don't receive any answer, should I think I have to post this at 
bugs.kde.org or something ?

Thanks again.



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

Kernel: Linux 2.6.24
Locale: LANG=fr_BE.UTF-8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages kdelibs-bin depends on:
ii  kdelibs5   4:4.0.80-1core libraries for all KDE 4 appli
ii  libc6  2.7-12GNU C Library: Shared libraries
ii  libqt4-dbus4.4.0-3   Qt 4 D-Bus module
ii  libqt4-xml 4.4.0-3   Qt 4 XML module
ii  libqtcore4 4.4.0-3   Qt 4 core module
ii  libqtgui4  4.4.0-3   Qt 4 GUI module
ii  libsoprano42.0.98-1  libraries for the Soprano RDF fram
ii  libstdc++6 4.3.1-1   The GNU Standard C++ Library v3
ii  libx11-6   2:1.1.4-1 X11 client-side library
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxml2-utils  2.6.32.dfsg-2 XML utilities
ii  libxslt1.1 1.1.24-1  XSLT processing library - runtime 
ii  zlib1g 1:1.2.3.3.dfsg-12 compression library - runtime

kdelibs-bin recommends no packages

Bug#476114: [kghostview] Unknown device: x11 Unrecoverable error: undefined in .uninstallpagedevice Operand stack: defaultdevice

2008-04-14 Thread CSights
Package: kghostview
Version: 4:3.5.9-1+b1
Severity: normal

Hi,
I get this error when I try to open an eps file with kghostview:

Unknown device: x11
Unrecoverable error: undefined in .uninstallpagedevice
Operand stack:
defaultdevice

This looks a lot like bug #462785, so I'm guessing that instead of 
depending 
on gs kghostview should depend on ghostscript-x.

Thanks,
C.


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.24.3

Debian Release: lenny/sid
  990 testing security.debian.org 
  990 testing ftp.uwsg.indiana.edu 
  990 testing ftp.egr.msu.edu 
  980 testing ftp.sunet.se 
   50 unstableftp.uwsg.indiana.edu 
   40 experimentalftp.egr.msu.edu 
   25 unstableftp.sunet.se 

--- Package information. ---
Depends (Version) | Installed
=-+-==
gs| 
kdelibs4c2a  (= 4:3.5.9) | 4:3.5.9.dfsg.1-2+b1
libc6  (= 2.7-1) | 2.7-10
libgcc1   | 1:4.3.0-3
libqt3-mt   (= 3:3.3.8b) | 3:3.3.8b-5
libstdc++6   (= 4.2.1-4) | 4.3.0-3
libx11-6  | 2:1.0.3-7



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



Bug#455689: konqueror: the application (unknown) nspluginviewer crashed

2008-02-16 Thread Tim Folger
Package: konqueror
Version: 4:3.5.8.dfsg.1-2
Followup-For: Bug #455689


Whenever I visit a site with flash content I get the following message: 
The application unknown (nspluginvieweer) crashed and caused the signal 
11 (SIGSEGV). I have no problems with flash if I visit the same sites 
with iceweasel.

-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.22-3-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages konqueror depends on:
ii  kcontrol   4:3.5.8.dfsg.1-2  control center for KDE
ii  kdebase-kio-plugins4:3.5.8.dfsg.1-2  core I/O slaves for KDE
ii  kdelibs4c2a4:3.5.8.dfsg.1-7  core libraries and binaries for al
ii  kdesktop   4:3.5.8.dfsg.1-2  miscellaneous binaries and files f
ii  kfind  4:3.5.8.dfsg.1-2  file-find utility for KDE
ii  libacl12.2.45-1  Access control list shared library
ii  libart-2.0-2   2.3.20-1  Library of functions for 2D graphi
ii  libattr1   1:2.4.39-1Extended attribute shared library
ii  libaudio2  1.9.1-1   Network Audio System - shared libr
ii  libc6  2.7-6 GNU C Library: Shared libraries
ii  libfam02.7.0-13.1Client library to control the FAM 
ii  libfontconfig1 2.5.0-2   generic font configuration library
ii  libfreetype6   2.3.5-1+b1FreeType 2 font engine, shared lib
ii  libgcc11:4.3-20080116-1  GCC support library
ii  libice62:1.0.4-1 X11 Inter-Client Exchange library
ii  libidn11   1.1-1 GNU libidn library, implementation
ii  libjpeg62  6b-14 The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.5.8.dfsg.1-2  core libraries for Konqueror
ii  libpng12-0 1.2.15~beta5-3PNG library - runtime
ii  libqt3-mt  3:3.3.7-9 Qt GUI Library (Threaded runtime v
ii  libsm6 2:1.0.3-1+b1  X11 Session Management library
ii  libstdc++6 4.3-20080116-1The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.9-1 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxft22.1.12-2  FreeType-based font drawing librar
ii  libxi6 2:1.1.3-1 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxrandr2 2:1.2.2-1 X11 RandR extension library
ii  libxrender11:0.9.4-1 X Rendering Extension client libra
ii  libxt6 1:1.0.5-3 X11 toolkit intrinsics library
ii  zlib1g 1:1.2.3.3.dfsg-11 compression library - runtime

konqueror recommends no packages.

-- no debconf information



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



Bug#394788: marked as done (krita ships ICC profiles with unknown licenses)

2006-10-24 Thread Debian Bug Tracking System
Your message dated Tue, 24 Oct 2006 09:35:41 -0700
with message-id [EMAIL PROTECTED]
and subject line Bug#394788: fixed in koffice 1:1.6.0-2
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: krita
Version: 1:1.5.2-2
Severity: serious


krita ships several ICC profiles (.icm files) whose license is unknown

I'm already working in a package which ships only a public domain .icm
file and uses it by default

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages krita depends on:
ii  kdelibs4c2a 4:3.5.5a-1   core libraries and binaries for al
ii  koffice-libs1:1.6.0-1common libraries and binaries for 
ii  krita-data  1:1.6.0-1data files for Krita painting prog
ii  libc6   2.3.6.ds1-6  GNU C Library: Shared libraries
ii  libexif12   0.6.13-4 library to parse EXIF files
ii  libgcc1 1:4.1.1-16   GCC support library
ii  libgl1-mesa-glx [libgl1]6.5.1-0.1A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.1-0.1The OpenGL utility library (GLU)
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.15-1   Color management library
ii  libopenexr2c2a  1.2.2-4.3runtime files for the OpenEXR imag
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.1.1-16 The GNU Standard C++ Library v3
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  zlib1g  1:1.2.3-13   compression library - runtime

krita recommends no packages.

-- no debconf information

---End Message---
---BeginMessage---
Source: koffice
Source-Version: 1:1.6.0-2

We believe that the bug you reported is fixed in the latest version of
koffice, which is due to be installed in the Debian FTP archive:

karbon_1.6.0-2_i386.deb
  to pool/main/k/koffice/karbon_1.6.0-2_i386.deb
kchart_1.6.0-2_i386.deb
  to pool/main/k/koffice/kchart_1.6.0-2_i386.deb
kexi_1.6.0-2_i386.deb
  to pool/main/k/koffice/kexi_1.6.0-2_i386.deb
kformula_1.6.0-2_i386.deb
  to pool/main/k/koffice/kformula_1.6.0-2_i386.deb
kivio-data_1.6.0-2_all.deb
  to pool/main/k/koffice/kivio-data_1.6.0-2_all.deb
kivio_1.6.0-2_i386.deb
  to pool/main/k/koffice/kivio_1.6.0-2_i386.deb
koffice-data_1.6.0-2_all.deb
  to pool/main/k/koffice/koffice-data_1.6.0-2_all.deb
koffice-dbg_1.6.0-2_i386.deb
  to pool/main/k/koffice/koffice-dbg_1.6.0-2_i386.deb
koffice-dev_1.6.0-2_i386.deb
  to pool/main/k/koffice/koffice-dev_1.6.0-2_i386.deb
koffice-doc-html_1.6.0-2_all.deb
  to pool/main/k/koffice/koffice-doc-html_1.6.0-2_all.deb
koffice-doc_1.6.0-2_all.deb
  to pool/main/k/koffice/koffice-doc_1.6.0-2_all.deb
koffice-libs_1.6.0-2_i386.deb
  to pool/main/k/koffice/koffice-libs_1.6.0-2_i386.deb
koffice_1.6.0-2.diff.gz
  to pool/main/k/koffice/koffice_1.6.0-2.diff.gz
koffice_1.6.0-2.dsc
  to pool/main/k/koffice/koffice_1.6.0-2.dsc
koffice_1.6.0-2_all.deb
  to pool/main/k/koffice/koffice_1.6.0-2_all.deb
koshell_1.6.0-2_i386.deb
  to pool/main/k/koffice/koshell_1.6.0-2_i386.deb
kplato_1.6.0-2_i386.deb
  to pool/main/k/koffice/kplato_1.6.0-2_i386.deb
kpresenter-data_1.6.0-2_all.deb
  to pool/main/k/koffice/kpresenter-data_1.6.0-2_all.deb
kpresenter_1.6.0-2_i386.deb
  to pool/main/k/koffice/kpresenter_1.6.0-2_i386.deb
krita-data_1.6.0-2_all.deb
  to pool/main/k/koffice/krita-data_1.6.0-2_all.deb
krita_1.6.0-2_i386.deb
  to pool/main/k/koffice/krita_1.6.0-2_i386.deb
kspread_1.6.0-2_i386.deb
  to pool/main/k/koffice/kspread_1.6.0-2_i386.deb
kthesaurus_1.6.0-2_i386.deb
  to pool/main/k/koffice/kthesaurus_1.6.0-2_i386.deb
kugar_1.6.0-2_i386.deb
  to pool/main/k/koffice/kugar_1.6.0-2_i386.deb
kword

Bug#394788: krita ships ICC profiles with unknown licenses

2006-10-23 Thread Isaac Clerencia
Package: krita
Version: 1:1.5.2-2
Severity: serious


krita ships several ICC profiles (.icm files) whose license is unknown

I'm already working in a package which ships only a public domain .icm
file and uses it by default

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-rc3-686
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages krita depends on:
ii  kdelibs4c2a 4:3.5.5a-1   core libraries and binaries for al
ii  koffice-libs1:1.6.0-1common libraries and binaries for 
ii  krita-data  1:1.6.0-1data files for Krita painting prog
ii  libc6   2.3.6.ds1-6  GNU C Library: Shared libraries
ii  libexif12   0.6.13-4 library to parse EXIF files
ii  libgcc1 1:4.1.1-16   GCC support library
ii  libgl1-mesa-glx [libgl1]6.5.1-0.1A free implementation of the OpenG
ii  libglu1-mesa [libglu1]  6.5.1-0.1The OpenGL utility library (GLU)
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.15-1   Color management library
ii  libopenexr2c2a  1.2.2-4.3runtime files for the OpenEXR imag
ii  libpng12-0  1.2.8rel-5.2 PNG library - runtime
ii  libqt3-mt   3:3.3.6-4Qt GUI Library (Threaded runtime v
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libstdc++6  4.1.1-16 The GNU Standard C++ Library v3
ii  libtiff43.8.2-6  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.0-9X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-3X11 Input extension library
ii  zlib1g  1:1.2.3-13   compression library - runtime

krita recommends no packages.

-- no debconf information


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



Bug#356073: marked as done (kopete: Jabber disconnects constantly with unknown error)

2006-10-04 Thread Debian Bug Tracking System
kdenetwork-dev_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_3.5.5-1_i386.deb
kdenetwork-doc-html_3.5.5-1_all.deb
  to pool/main/k/kdenetwork/kdenetwork-doc-html_3.5.5-1_all.deb
kdenetwork-filesharing_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_3.5.5-1_i386.deb
kdenetwork-kfile-plugins_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-kfile-plugins_3.5.5-1_i386.deb
kdenetwork_3.5.5-1.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.5-1.diff.gz
kdenetwork_3.5.5-1.dsc
  to pool/main/k/kdenetwork/kdenetwork_3.5.5-1.dsc
kdenetwork_3.5.5-1_all.deb
  to pool/main/k/kdenetwork/kdenetwork_3.5.5-1_all.deb
kdenetwork_3.5.5.orig.tar.gz
  to pool/main/k/kdenetwork/kdenetwork_3.5.5.orig.tar.gz
kdict_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kdict_3.5.5-1_i386.deb
kdnssd_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kdnssd_3.5.5-1_i386.deb
kget_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kget_3.5.5-1_i386.deb
knewsticker_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/knewsticker_3.5.5-1_i386.deb
kopete_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kopete_3.5.5-1_i386.deb
kpf_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kpf_3.5.5-1_i386.deb
kppp_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kppp_3.5.5-1_i386.deb
krdc_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/krdc_3.5.5-1_i386.deb
krfb_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/krfb_3.5.5-1_i386.deb
ksirc_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/ksirc_3.5.5-1_i386.deb
ktalkd_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/ktalkd_3.5.5-1_i386.deb
kwifimanager_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/kwifimanager_3.5.5-1_i386.deb
librss1_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/librss1_3.5.5-1_i386.deb
lisa_3.5.5-1_i386.deb
  to pool/main/k/kdenetwork/lisa_3.5.5-1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christopher Martin [EMAIL PROTECTED] (supplier of updated kdenetwork package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Wed,  4 Oct 2006 20:05:23 -0400
Source: kdenetwork
Binary: knewsticker kwifimanager dcoprss ksirc kdenetwork-filesharing kppp kpf 
kdenetwork-dbg kdnssd librss1 kdenetwork-doc-html kdenetwork kopete kget 
kdenetwork-kfile-plugins krfb krdc kdenetwork-dev kdict ktalkd lisa
Architecture: source i386 all
Version: 4:3.5.5-1
Distribution: unstable
Urgency: low
Maintainer: Debian Qt/KDE Maintainers debian-qt-kde@lists.debian.org
Changed-By: Christopher Martin [EMAIL PROTECTED]
Description: 
 dcoprss- RSS utilities for KDE
 kdenetwork - network-related apps from the official KDE release
 kdenetwork-dbg - debugging symbols for kdenetwork
 kdenetwork-dev - development files for the KDE network module
 kdenetwork-doc-html - KDE network documentation in HTML format
 kdenetwork-filesharing - network filesharing configuration module for KDE
 kdenetwork-kfile-plugins - torrent metainfo plugin for KDE
 kdict  - dictionary client for KDE
 kdnssd - Zeroconf support for KDE
 kget   - download manager for KDE
 knewsticker - news ticker applet for KDE
 kopete - instant messenger for KDE
 kpf- public fileserver for KDE
 kppp   - modem dialer and ppp frontend for KDE
 krdc   - Remote Desktop Connection for KDE
 krfb   - Desktop Sharing for KDE
 ksirc  - IRC client for KDE
 ktalkd - talk daemon for KDE
 kwifimanager - wireless lan manager for KDE
 librss1- RSS library for KDE
 lisa   - LAN information server for KDE
Closes: 239918 356073 378402 384106 384592
Changes: 
 kdenetwork (4:3.5.5-1) unstable; urgency=low
 .
   * New upstream release. Notable updates include Kopete 0.12.2.
 + Fixes kopete: no irc /ignore command. (Closes: #239918)
 + Fixes kopete: Jabber disconnects constantly with unknown error.
   (Closes: #356073)
 + Fixes krdc: segfault connecting to ultravnc. (Closes: #378402)
 + Irrepdroducible random kopete system-locking behaviour reported
   by a few users seems to have disappeared in 0.12.2.
   (Closes: #384106)
 .
   +++ Changes by Christopher Martin:
 .
   * Fix KGet package description (it's not KGET). (Closes: #384592)
 .
   +++ Changes by Modestas Vainius:
 .
   * Do not enable Jabber Jingle voice support for now. The reasons are:
 - 1. It is a very experimental feature.
 - 2. Internal libjingle does not compile.
 - 3. It needs to be ported to use the external libjingle that is
  available in Debian.
 .
   +++ Changes by Adeodato Simó:
 .
   * Pass --with-external-libgadu to configure, so that build fails

Processed: ark: remember archive format for unknown types

2006-08-18 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 361898 http://bugs.kde.org/show_bug.cgi?id=132550
Bug#361898: ark: remember archive format for unknown types
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=132550.

 tags 361898 upstream
Bug#361898: ark: remember archive format for unknown types
There were no tags set.
Tags added: upstream


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#361898: FW: Bug#361898: ark: remember archive format for unknown types

2006-08-17 Thread Tim Caulder

Bug 132550 has been submitted to KDE Bugzilla.

Original Message Follows
From: Olivier Trichet [EMAIL PROTECTED]
Reply-To: [EMAIL PROTECTED], [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: Bug#361898: ark: remember archive format for unknown types
Date: Tue, 15 Aug 2006 13:23:26 +0200
MIME-Version: 1.0
Received: from spohr.debian.org ([140.211.166.43]) by 
bay0-mc5-f15.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.2444); Tue, 15 
Aug 2006 04:56:14 -0700
Received: from debbugs by spohr.debian.org with local (Exim 4.50)id 
1GCxPK-We-CF; Tue, 15 Aug 2006 04:48:30 -0700
Received: via spool by [EMAIL PROTECTED] 
id=U361898.115564103421152  (code U ref 361898); Tue, 15 Aug 2006 
11:48:29 +
Received: (at 361898-submitter) by bugs.debian.org; 15 Aug 2006 11:23:54 
+
Received: from ble59-3-82-225-192-42.fbx.proxad.net ([82.225.192.42] 
helo=bruine.nivalis.org)by spohr.debian.org with esmtp (Exim 4.50)id 
1GCx1V-0005TA-Ndfor [EMAIL PROTECTED]; Tue, 15 Aug 2006 
04:23:53 -0700
Received: by bruine.nivalis.org (Postfix, from userid 1000)id 998B123F83; 
Tue, 15 Aug 2006 13:23:27 +0200 (CEST)

X-Message-Info: LsUYwwHHNt0QV3kJP5MNy88jj4mFoqcUDgqxJYYewHk=
X-Loop: [EMAIL PROTECTED]
Resent-To: Tim Caulder [EMAIL PROTECTED]
Resent-Date: Tue, 15 Aug 2006 11:48:29 +
Resent-Message-ID: [EMAIL PROTECTED]
X-Debian-PR-Message: report 361898
X-Debian-PR-Package: ark
X-Debian-PR-Keywords:
X-Debian-PR-Source: kdeutils
User-Agent: KMail/1.9.3
References: [EMAIL PROTECTED]
X-Spam-Checker-Version: SpamAssassin 2.60-bugs.debian.org_2005_01_02 
(1.212-2003-09-23-exp) on spohr.debian.org

X-Spam-Level:
X-Spam-Status: No, hits=-2.0 required=4.0 tests=BAYES_00,RCVD_IN_SORBS 
autolearn=no version=2.60-bugs.debian.org_2005_01_02

Resent-From: Debian BTS [EMAIL PROTECTED]
Resent-Date: Tue, 15 Aug 2006 04:48:30 -0700
Return-Path: [EMAIL PROTECTED]
X-OriginalArrivalTime: 15 Aug 2006 11:56:14.0193 (UTC) 
FILETIME=[CEE23610:01C6C061]



Hello Tim,

you open the following whishlist bug in the Debian BTS against ark.
If you are still interested in its resolution, please open a bug in the KDE
Bugzilla, and then send back to [EMAIL PROTECTED] the KDE bug number
you open.

Thanks,
Olivier

Le mardi 11 avril 2006 07:10, vous avez écrit :

Package: ark
Version: 4:3.5.1-2
Severity: wishlist

there should be a way to remember/add an uknown type and associated
archive format instead of being prompted each time to choose one. i.e.
if I have a file of type application/lwtp I would like to define that as
a zip archive only once.






Bug#229127: marked as done (konqueror: Crashes when encountering unknown file type)

2006-05-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 May 2006 12:52:24 +0200
with message-id [EMAIL PROTECTED]
and subject line Bug#229127: konqueror: Crashes when encountering unknown file 
type
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: konqueror
Version: 4:3.1.5-1
Severity: normal

I would open a directory in konqueror and mouseover a .xvid file, and get a 
crash every time. 
I then added *.xvid as an *.mpeg file in the file associations, and everything 
works.

-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux sigillo 2.6.0-test11 #1 Mon Dec 29 19:27:55 PST 2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages konqueror depends on:
ii  kate   4:3.1.5-1 KDE Advanced Text Editor
ii  kcontrol   4:3.1.5-1 KDE Control Center
ii  kdelibs4   4:3.1.5-1 KDE core libraries
ii  kdesktop   4:3.1.5-1 KDE Desktop
ii  kfind  4:3.1.5-1 KDE File Find Utility
ii  libart-2.0-2   2.3.16-1  Library of functions for 2D graphi
ii  libaudio2  1.6b-1The Network Audio System (NAS). (s
ii  libc6  2.3.2.ds1-10  GNU C Library: Shared libraries an
ii  libfam0c1022.6.10-6  client library to control the FAM 
ii  libfontconfig1 2.2.1-12  generic font configuration library
ii  libfreetype6   2.1.5-3   FreeType 2 font engine, shared lib
hi  libgcc11:3.3.2-1 GCC support library
ii  libjpeg62  6b-9  The Independent JPEG Group's JPEG 
ii  libkonq4   4:3.1.5-1 Core libraries for KDE's file mana
ii  libpcre3   4.3-3 Philip Hazel's Perl 5 Compatible R
ii  libpng12-0 1.2.5.0-4 PNG library - runtime
ii  libqt3c102-mt  3:3.2.3-1 Qt GUI Library (Threaded runtime v
hi  libstdc++5 1:3.3.2-1 The GNU Standard C++ Library v3
ii  libxcursor11.0.2-2   X Cursor management library
ii  libxft22.1.2-4   FreeType-based font drawing librar
ii  libxrender10.8.3-5   X Rendering Extension client libra
ii  xlibmesa-gl [libgl1]   4.3.0-0pre1v5 Mesa 3D graphics library [XFree86]
ii  xlibs  4.3.0-0pre1v5 X Window System client libraries m
ii  zlib1g 1:1.2.1-1 compression library - runtime

-- no debconf information


---End Message---
---BeginMessage---
On Fri, Jan 23, 2004 at 04:25:54PM +0100, Dominique Devriese wrote:
 David Liontooth writes:
 
  Package: konqueror Version: 4:3.1.5-1 Severity: normal
 
  I would open a directory in konqueror and mouseover a .xvid file,
  and get a crash every time. I then added *.xvid as an *.mpeg file in
  the file associations, and everything works.
 
 Hi,
 
 Thanks for your bug report.
 
 I can't reproduce this problem on my system.  Can you please try the
 suggestions from
   http://www.kde-debian.org/~domi/debugging-kde-crash.html
 
 thanks
 domi

  unreproducible, no feedback from user.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature
---End Message---


Bug#186065: marked as done (konqueror: unknown error when reading smb share)

2006-05-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 May 2006 10:49:50 +0200
with message-id [EMAIL PROTECTED]
and subject line Still reproducible?
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: konqueror
Version: 4:3.1.1-1
Severity: normal

When I upgraded samba the other day, accessing a smb
share via konqueror
gave an error: could not load KIO_SMB. I fixed that by
installing
libsmbclient (which had not been necessary before).
Now, if I try to access a smb share on another linux
machine (debian
testing - samba 2.2.3a-12), I get unknown error. If I
access another
share (on a Windows 2000 machine) which is password
protected, then try
the original again, it works. _Sometimes_ (I'm sorry -
I can't isolate what causes this) when I try
'smb://castor/alex'
(the debian machine) (as opposed to
'smb://castor/alex/') I get 'A file
was expected but got a directory instead', sometimes
it loads the
directory as normal.

I'm sorry that I can't give more precise feedback. I
am also very unsure
if this is a konqueror problem or a (lib)smbclient
problem, as I have
had problems with that. I'll file a separate bug on
that, if I can replicate it.

Thanks,
Alex Tibbles


-- System Information:
Debian Release: testing/unstable
Architecture: i386
Kernel: Linux oberon 2.4.20 #8 Sun Mar 16 18:40:38 GMT
2003 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages konqueror depends on:
ii  kate   4:3.1.1-1 KDE
Advanced Text Editor
ii  kcontrol   4:3.1.1-1 KDE
Control Center
ii  kdelibs4   4:3.1.1-1 KDE core
libraries
ii  libart-2.0-2   2.3.11-3  Library
of functions for 2D graphi
ii  libc6  2.3.1-15  GNU C
Library: Shared libraries an
ii  libfam0c1022.6.9-4   client
library to control the FAM
ii  libgcc11:3.2.3-0pre6 GCC
support library
ii  libjpeg62  6b-7  The
Independent JPEG Group's JPEG
ii  libkonq4   4:3.1.1-1 Core
libraries for KDE's file mana
ii  libpng12-0 1.2.5-10  PNG
library - runtime
ii  libqt3c102-mt  3:3.1.1-7 Qt GUI
Library (Threaded runtime v
ii  libstdc++5 1:3.2.3-0pre6 The GNU
Standard C++ Library v3
ii  xlibs  4.2.1-6pre7v2 X Window
System client libraries
ii  zlib1g 1:1.1.4-11   
compression library - runtime

-- no debconf information



__
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com

---End Message---
---BeginMessage---
On Mon, May 08, 2006 at 05:27:07AM -0400, Filipus Klutiero wrote:
 This looks similar to http://bugs.kde.org/show_bug.cgi?id=58831
 Could you indicate if you can still reproduce with Sarge's KDE and Samba?

  looks like a bug that comes from firewall issues, no news from user.

-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature
---End Message---


Bug#269791: marked as done (unknown game makes kpat crash)

2006-05-14 Thread Debian Bug Tracking System
Your message dated Sun, 14 May 2006 16:26:20 +0200
with message-id [EMAIL PROTECTED]
and subject line unknown game makes kpat crash
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: kpat
Version: 4:3.3.0-1
Severity: normal


There is a new game type called unknown. Selecting it causes kpat
crash.
I'll copy debug info, if it helps:

[Thread debugging using libthread_db enabled]
[New Thread 1096361984 (LWP 8251)]
[KCrash handler]
#3  0x0805ef1c in endl ()
#4  0x08067397 in QPtrListKAction::deleteItem ()
#5  0x0806877e in QPtrListKAction::deleteItem ()
#6  0x40dd952c in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#7  0x40dd9354 in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#8  0x4076535b in KAction::activated () from /usr/lib/libkdeui.so.4
#9  0x40764d2f in KAction::slotActivated () from /usr/lib/libkdeui.so.4
#10 0x40770372 in KSelectAction::slotActivated () from
/usr/lib/libkdeui.so.4
#11 0x40779e62 in KSelectAction::qt_invoke () from
/usr/lib/libkdeui.so.4
#12 0x40dd952c in QObject::activate_signal () from
/usr/lib/libqt-mt.so.3
#13 0x4111708a in QSignal::signal () from /usr/lib/libqt-mt.so.3
#14 0x40df36ed in QSignal::activate () from /usr/lib/libqt-mt.so.3
#15 0x40dfaed3 in QSingleShotTimer::event () from /usr/lib/libqt-mt.so.3
#16 0x40d7cbcf in QApplication::internalNotify () from
/usr/lib/libqt-mt.so.3
#17 0x40d7c1ce in QApplication::notify () from /usr/lib/libqt-mt.so.3
#18 0x409b0f13 in KApplication::notify () from /usr/lib/libkdecore.so.4
#19 0x40d6c405 in QEventLoop::activateTimers () from
/usr/lib/libqt-mt.so.3
#20 0x40d25c4b in QEventLoop::processEvents () from
/usr/lib/libqt-mt.so.3
#21 0x40d8ef28 in QEventLoop::enterLoop () from /usr/lib/libqt-mt.so.3
#22 0x40d8edd8 in QEventLoop::exec () from /usr/lib/libqt-mt.so.3
#23 0x40d7ce21 in QApplication::exec () from /usr/lib/libqt-mt.so.3
#24 0x080565ce in ?? ()
#25 0xb970 in ?? ()
#26 0x081e02b8 in ?? ()
#27 0x0001 in ?? ()
#28 0x in ?? ()
#29 0x in ?? ()
#30 0x0001 in ?? ()
#31 0x08099260 in _IO_stdin_used ()
#32 0x in ?? ()
#33 0x in ?? ()
#34 0x0809905b in _IO_stdin_used ()
#35 0x0010 in ?? ()
#36 0x40648860 in __after_morecore_hook () from /lib/tls/libc.so.6
#37 0x40647edc in ?? () from /lib/tls/libc.so.6
#38 0x40648860 in __after_morecore_hook () from /lib/tls/libc.so.6
#39 0x0001 in ?? ()
#40 0x080ae568 in ?? ()
#41 0x4058412d in malloc () from /lib/tls/libc.so.6
#42 0x40648860 in __after_morecore_hook () from /lib/tls/libc.so.6
#43 0x0005 in ?? ()
#44 0x404dde54 in ?? () from /usr/lib/libstdc++.so.5
#45 0x0005 in ?? ()
#46 0x08099471 in typeinfo name for QGList ()
#47 0xb978 in ?? ()
#48 0x404bc2ee in operator new () from /usr/lib/libstdc++.so.5
#49 0x405257f8 in __libc_start_main () from /lib/tls/libc.so.6
#50 0x40647edc in ?? () from /lib/tls/libc.so.6


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-k7
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (ignored: LC_ALL set to [EMAIL 
PROTECTED])

Versions of packages kpat depends on:
ii  kdebase-data4:3.3.0-1KDE Base (shared data)
ii  kdegames-card-data  4:3.3.0-1Card decks for KDE games
ii  kdelibs44:3.3.0-1.1  KDE core libraries
ii  libc6   2.3.2.ds1-16 GNU C Library: Shared libraries an
ii  libgcc1 1:3.4.1-7GCC support library
ii  libkdegames14:3.3.0-1KDE games library and common files
ii  libqt3c102-mt   3:3.3.3-4Qt GUI Library (Threaded runtime v
ii  libstdc++5  1:3.3.4-9The GNU Standard C++ Library v3

-- no debconf information

---End Message---
---BeginMessage---
Le Vendredi 3 Septembre 2004 16:23, vous avez écrit :
 Package: kpat
 Version: 4:3.3.0-1
 Severity: normal


 There is a new game type called unknown. Selecting it causes kpat
 crash.
 I'll copy debug info, if it helps:

There is no game type called unknown anymore, and whichever games I 
select, there is no crash

a+
nive
---End Message---


Bug#241633: marked as done (kgpg: Adding shedder icon to desktop gives unknown icon)

2006-05-12 Thread Debian Bug Tracking System
Your message dated Fri, 12 May 2006 21:54:53 +0200
with message-id [EMAIL PROTECTED]
and subject line kgpg: Adding shedder icon to desktop gives unknown icon
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

---BeginMessage---
Package: kgpg
Version: 4:3.2.1-1
Severity: normal
Tags: sid

Allowing kgpg to add the shedder to the desktop give you a unknown icon.
Ie, open select icon dialog, navigate to the Mimetype icons, and the
unknown icon is what is shown for the shedder.



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-k7
Locale: LANG=C, LC_CTYPE=C

Versions of packages kgpg depends on:
ii  kdelibs44:3.2.1-1KDE core libraries
ii  libart-2.0-22.3.16-3 Library of functions for 2D graphi
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-5  client library to control the FAM 
ii  libgcc1 1:3.3.3-5GCC support library
ii  libice6 4.3.0-7  Inter-Client Exchange library
ii  libpng12-0  1.2.5.0-5PNG library - runtime
ii  libqt3c102-mt   3:3.2.3-2Qt GUI Library (Threaded runtime v
ii  libsm6  4.3.0-7  X Window System Session Management
ii  libstdc++5  1:3.3.3-5The GNU Standard C++ Library v3
ii  libx11-64.3.0-7  X Window System protocol client li
ii  libxext64.3.0-7  X Window System miscellaneous exte
ii  libxrender1 0.8.3-7  X Rendering Extension client libra
ii  xlibs   4.3.0-7  X Window System client libraries m
ii  zlib1g  1:1.2.1-5compression library - runtime

-- no debconf information

---End Message---
---BeginMessage---
On Thu, Apr 01, 2004 at 11:57:03PM -0600, Bob Tanner wrote:
 Package: kgpg
 Version: 4:3.2.1-1
 Severity: normal
 Tags: sid
 
 Allowing kgpg to add the shedder to the desktop give you a unknown icon.
 Ie, open select icon dialog, navigate to the Mimetype icons, and the
 unknown icon is what is shown for the shedder.
 


  you need to use an icon theme that provide editshred.png. crystalsvg
(current default) does.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature
---End Message---


control file: line with unknown format (not field-colon-value)

2006-05-08 Thread niranjan
Hi
 to all
   I am new to debian .  when I tried to build the package I
getting the following error :
 Can anybody help me  how I will resolve this error .

  dpkg-checkbuilddeps: error: syntax error in control file
debian/control at
line 11: line with unknown format (not field-colon-value)
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.

 this is my control file :
Source:
Section: x11
Priority: optional

Build-Depends: debhelper (= 4.0.0) , libgnome2-dev (= 2.8.0-6)),
libgtk2.0-dev, libglade2-dev, libxml2-dev, libcln-dev, libgmp3-dev,
libxml-parser-perl, scrollkeeper ,cdbs
Standards-Version: 3.6.1

Package: xxx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}  libc6 (= 2.3.2.ds1-19) ,
libcln3 (= 1.1.6) ,libgnome2-0 (= 2.8.0-6) ,
libxml2(= 2.6.11-5), zlib1g (= 1:1.2.2-3 ) ,libgmp3 (= 4.1.4-5)
,libgnome2-0 (= 2.8.0-6) , python (= 2.3.4-18 ),
libglade2-0 (= 1:2.4.0-1) ,libgnome2-0 (= 2.8.0-6), libbonobo2-0 (=
2.8.0-3),liborbit2 (= 1:2.10.2-1.1) ,libpopt0 (= 1.7)'
libidl0 (0.8.3-1) ,libglib2-0 (= 2.6.0) ,libgconf2-4 (= 2.8.1-4) ,
libgnomevfs2-0 (= 2.8.3-6.0) ,libgconf2-4 (= 2.8.1-4),
libgtk2.0-0 (= 2.4.13-1.0 ) ,libpango1.0-0 (= 1.8.1) ,libatk1.0-0 (=
1.9.1) , libscrollkeeper0 (= 0.3.8),
libxslt1.1 (= 1.1.8) , docbook-xml (= 4.2-11)


Can anybody help me  how I will resolve this error .

All ur help will be greatly appreciated .
Thanks


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



Re: control file: line with unknown format (not field-colon-value)

2006-05-08 Thread David Martínez Moreno
El lunes, 8 de mayo de 2006 11:56, [EMAIL PROTECTED] escribió:
 Hi
 to all

   I am sending my control file with attachment .   I am getting the
 following error :

 dpkg-checkbuilddeps: error : syntax error in control file debian/
 control at line
11 : line with unknown format (not field colon value )
dpkg- buildpackage : Build dependencies/conflicts unsatisfied ;aborting
 All ur help will be greatly appreciated .

Remove the first line, as it is a colon alone (in the file you sent, at 
least).  I do not see any other problem, apart of having lots of multiline 
fields (again, this is what I have seen in the attached file you sent).  You 
need a modern dpkg in order to deal with them.  The only multiline field that 
works for sure in every Debian around is Description, so try to join 
Build-Depends in one line, and the same for Depends (although I doubt a 
binary file carries *such* a huge list of manual Depends:...I think that it 
should be resolved through the use of ${shlibs:Depends} and they are just 
bogus.

As I said before, *plese* tell us which Debian release you are using 
(potato, 
woody, etch, testing...).

Best regards,


Ender.
-- 
There is no spoon...
-- Neo (Matrix).
--
Desarrollador de Debian
Debian developer


pgp9ekdeDhZSJ.pgp
Description: PGP signature


Re: control file: line with unknown format (not field-colon-value)

2006-05-08 Thread niranjan


 Hi
  to all
/
  Remove the first line, as it is a colon alone (in the file you sent, at
least).  I do not see any other problem, apart of having lots of multiline
fields (again, this is what I have seen in the attached file you sent).  You
need a modern dpkg in order to deal with them.  The only multiline field that
works for sure in every Debian around is Description, so try to join
Build-Depends in one line, and the same for Depends (although I doubt a
binary file carries *such* a huge list of manual Depends:...I think that it
should be resolved through the use of ${shlibs:Depends} and they are just
bogus.

As I said before, *plese* tell us which Debian release you are
using (potato,
woody, etch, testing...



/  I am using debian2.0
As per ur suggestion I  joined Build-Depends in one line, and the same for
Depends   .
  Now I am getting the following error :

  error: control file must have at least one binary package part
dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.

  All ur help will be greatly appreciated .

Thanks



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



Re: control file: line with unknown format (not field-colon-value)

2006-05-08 Thread David Martínez Moreno
El lunes, 8 de mayo de 2006 15:17, [EMAIL PROTECTED] escribió:
 /  I am using debian2.0

That is simply impossible.  You really meant Debian sarge 3.0, didn't 
you?

 As per ur suggestion I  joined Build-Depends in one line, and the same for
 Depends   .
   Now I am getting the following error :

   error: control file must have at least one binary package part
 dpkg-buildpackage: Build dependencies/conflicts unsatisfied; aborting.

Look, I do not know why you are trying to mangle and shred the 
debian/control
file from qalculate 0.7.2, but what is the problem using the one shipped with
sarge?:
===

Source: qalculate
Section: gnome
Priority: optional
Maintainer: Martin Waitz [EMAIL PROTECTED]
Build-Depends: debhelper (= 4.1.16), cdbs, libncurses5-dev, libreadline4-dev, 
libgnome2-dev (= 2.6.1.1-1), libgtk2.0-dev, libglade2-dev, libxml2-dev, 
libcln-dev, libgmp3-dev, libxml-parser-perl, scrollkeeper
Standards-Version: 3.6.1.0

Package: qalc
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Suggests: qalculate
Replaces: qalculate
Description: Powerful and easy to use command line calculator
 Qalculate! is small and simple to use but with much power and versatility
 underneath.  Features include customizable functions, units, arbitrary
 precision using a one-line fault-tolerant expression entry.
 .
 This package contains the command line version of Qalculate!.

Package: qalculate
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, wget, gnuplot
Description: Powerful and easy to use desktop calculator
 Qalculate! is small and simple to use but with much power and versatility
 underneath.  Features include customizable functions, units, arbitrary
 precision, plotting, and a graphical interface (GTK+) that uses a one-line
 fault-tolerant expression entry (although it supports optional traditional
 buttons).

===

Your control file is incomplete. You need to specify a description for 
at least
one package, I guess that is the problem.

Respect the spaces in the above file before the lines below Description 
field,
and remember that the Build-Depends goes into one line (I do not know if 
SquirrelMail
will mangle my message; probably will do).

Best regards,


Ender.
-- 
- If my grandfather Everglot were to see this, he'd be rolling in his grave!
- Finnis...where do you keep the spirits? [shakes wine glass]
- AAA!
-- Finnis, dead Grandfather and Maudeline Everglot (Corpse Bride)
--
Desarrollador de Debian
Debian developer


pgpYFHj0V3AZh.pgp
Description: PGP signature


Processed: kopete: Jabber disconnects constantly with unknown error

2006-04-11 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 forwarded 356073 http://bugs.kde.org/show_bug.cgi?id=125333
Bug#356073: kopete: Jabber disconnects constantly with unknown error
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=125333.


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-10 Thread David Schmitt
On Monday 10 April 2006 04:54, Adam Porter wrote:
 Well, I'd do that, except I think they are separate issues.  In this beta,
 the problem is that I can't connect at all.  In the version currently in
 Debian, the problem is that it connects for a while, but then disconnects
 with Unknown error.  I guess I should really test the new version in
 unstable and see if it works.

As you wish. More data seldom is bad. 


Regards, David
-- 
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir über ein septisches medium ;)
 -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15



Processed: Re: Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-10 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 356073 4:3.5.2-1
Bug#356073: kopete: Jabber disconnects constantly with unknown error
Bug marked as found in version 4:3.5.2-1.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-10 Thread Adam Porter
found 356073 4:3.5.2-1
thanks

On Saturday 08 April 2006 09:53, David Schmitt wrote:
 severity 356073 normal
 thanks

 Hi Adam!

 There is a new version of kopete unstable (3.5.2-1) available. Could you
 please test if your problem persists there?

 Please report your findings by sending found or notfound followed by
 the bug number (293676) and the respective version to
 [EMAIL PROTECTED]

 For example:

 found 123456 3.3.2-5
 notfound 123456 3.5.1-2

 Additionally, please report your jabber provider (and his used jabber
 server software if known) to the bug report (at [EMAIL PROTECTED]).
 I'm running my own ejabberd and can connect and chat without problems with
 3.5.2-1, therefore I'm also downgrading the severity of your report.

I just got this error again, using the version in unstable.  It's on a 
jabber.org account, connecting to the jabber.org server.


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



Bug#361898: ark: remember archive format for unknown types

2006-04-10 Thread Tim Caulder
Package: ark
Version: 4:3.5.1-2
Severity: wishlist

there should be a way to remember/add an uknown type and associated 
archive format instead of being prompted each time to choose one. i.e. 
if I have a file of type application/lwtp I would like to define that as 
a zip archive only once.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages ark depends on:
ii  kdelibs4c2a   4:3.5.1-2  core libraries for all KDE applica
ii  libacl1   2.2.36-1   Access control list shared library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.7-6  The Network Audio System (NAS). (s
ii  libc6 2.3.6-3GNU C Library: Shared libraries an
ii  libfontconfig12.3.2-1.1  generic font configuration library
ii  libfreetype6  2.1.10-1   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.7-3Client library for the gamin file 
ii  libgcc1   1:4.1.0-1  GCC support library
ii  libice6   6.9.0.dfsg.1-6 Inter-Client Exchange library
ii  libidn11  0.5.18-2   GNU libidn library, implementation
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libpng12-01.2.8rel-5 PNG library - runtime
ii  libqt3-mt 3:3.3.5-4  Qt GUI Library (Threaded runtime v
ii  libsm66.9.0.dfsg.1-6 X Window System Session Management
ii  libstdc++64.1.0-1The GNU Standard C++ Library v3
ii  libx11-6  6.9.0.dfsg.1-6 X Window System protocol client li
ii  libxcursor1   1.1.3-1X cursor management library
ii  libxext6  6.9.0.dfsg.1-6 X Window System miscellaneous exte
ii  libxft2   2.1.8.2-5.1FreeType-based font drawing librar
ii  libxi66.9.0.dfsg.1-6 X Window System Input extension li
ii  libxinerama1  6.9.0.dfsg.1-6 X Window System multi-head display
ii  libxrandr26.9.0.dfsg.1-6 X Window System Resize, Rotate and
ii  libxrender1   1:0.9.0.2-1X Rendering Extension client libra
ii  libxt66.9.0.dfsg.1-6 X Toolkit Intrinsics
ii  zlib1g1:1.2.3-11 compression library - runtime

Versions of packages ark recommends:
pn  arj   none (no description available)
ii  bzip2 1.0.3-2high-quality block-sorting file co
pn  ncompress none (no description available)
ii  unzip 5.52-7 De-archiver for .zip files
ii  zip   2.31-3 Archiver for .zip files
pn  zoo   none (no description available)

-- no debconf information


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-09 Thread David Schmitt
On Sunday 09 April 2006 06:12, you wrote:
 On Saturday 08 April 2006 09:53, David Schmitt wrote:
  There is a new version of kopete unstable (3.5.2-1) available. Could you
  please test if your problem persists there?

 Well, I've actually compiled and installed the 0.12 beta 2 source.  It
 seems that Jabber won't connect at all in this beta, and I just filed a bug
 on it. Do you still want me to test the package in unstable?  I'll be glad
 to if you think it's necessary.

No, that won't be neccessary. The only thing I would ask you, is to note the 
upstream bug URL by sending 

forwarded 356073 ...URL...

to [EMAIL PROTECTED], so that everyone can track what's going on 
upstream.

 P.S. Sorry if you get two copies of this.  I'm often a bit confused as to
 whether I should send this to just the bug address (and should I
 use -quiet?), or to the bug and the person that e-mailed me (you, in this
 case).

Typically you'll want to send mail to bugno@bugs.d.o: This files the mail 
with the BTS and sends copies to all interested parties. Additionally, you 
can add a line 

X-Debbugs-Cc: ...email1,email2...

as the first line in your mail to the BTS, then the BTS Will take care of 
forwarding the mail as appropriate.


Regards, David
-- 
- hallo... wie gehts heute?
- *hust* gut *rotz* *keuch*
- gott sei dank kommunizieren wir über ein septisches medium ;)
 -- Matthias Leeb, Uni f. angewandte Kunst, 2005-02-15



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-09 Thread Adam Porter
On Sunday 09 April 2006 02:43, you wrote:
 On Sunday 09 April 2006 06:12, you wrote:
  On Saturday 08 April 2006 09:53, David Schmitt wrote:
   There is a new version of kopete unstable (3.5.2-1) available. Could
   you please test if your problem persists there?
 
  Well, I've actually compiled and installed the 0.12 beta 2 source.  It
  seems that Jabber won't connect at all in this beta, and I just filed a
  bug on it. Do you still want me to test the package in unstable?  I'll be
  glad to if you think it's necessary.

 No, that won't be neccessary. The only thing I would ask you, is to note
 the upstream bug URL by sending

 forwarded 356073 ...URL...

 to [EMAIL PROTECTED], so that everyone can track what's going on
 upstream.

Well, I'd do that, except I think they are separate issues.  In this beta, the 
problem is that I can't connect at all.  In the version currently in Debian, 
the problem is that it connects for a while, but then disconnects 
with Unknown error.  I guess I should really test the new version in 
unstable and see if it works.


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



Bug#361366: kopete: irc: Unknown IRC numeric reply [..] 432 * DavidS/kop :Erroneous Nickname

2006-04-08 Thread David Schmitt
Package: kopete
Version: 4:3.5.2-1
Severity: normal

Hi!

kopete's IRC plugin cannot handle the Erroneous Nickname error message
from oftc.net:

kopete (irc): WARNING: Unknown IRC numeric reply for line::nobelium.oftc.net 
432 * DavidS/kop :Erroneous Nickname


Thank you for your time and work!

Regards, David

PS: please add irc.oftc.net to the default list of irc servers.


-- 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.16-1-vserver-686
Locale: LANG=C, LC_CTYPE=de_AT.UTF-8 (charmap=UTF-8)

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.2-2core libraries for all KDE applica
ii  libacl1 2.2.36-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.32-1 Extended attribute shared library
ii  libaudio2   1.7-6The Network Audio System (NAS). (s
ii  libc6   2.3.6-5  GNU C Library: Shared libraries an
ii  libfam0 2.7.0-9  Client library to control the FAM 
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libgadu31:1.6+20060215-1 Gadu-Gadu protocol library - runti
ii  libgcc1 1:4.1.0-1GCC support library
ii  libglib2.0-02.10.1-2 The GLib library of C routines
ii  libice6 6.9.0.dfsg.1-6   Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-12The Independent JPEG Group's JPEG 
ii  libmeanwhile1   1.0.2-2  open implementation of the Lotus S
ii  libpcre36.4-1.1  Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libqt3-mt   3:3.3.6-1Qt GUI Library (Threaded runtime v
ii  libsm6  6.9.0.dfsg.1-6   X Window System Session Management
ii  libstdc++6  4.1.0-1  The GNU Standard C++ Library v3
ii  libx11-66.9.0.dfsg.1-6   X Window System protocol client li
ii  libxcursor1 1.1.3-1  X cursor management library
ii  libxext66.9.0.dfsg.1-6   X Window System miscellaneous exte
ii  libxft2 2.1.8.2-5.1  FreeType-based font drawing librar
ii  libxi6  6.9.0.dfsg.1-6   X Window System Input extension li
ii  libxinerama16.9.0.dfsg.1-6   X Window System multi-head display
ii  libxml2 2.6.23.dfsg.2-3  GNOME XML library
ii  libxrandr2  6.9.0.dfsg.1-6   X Window System Resize, Rotate and
ii  libxrender1 1:0.9.0.2-1  X Rendering Extension client libra
ii  libxslt1.1  1.1.15-5 XSLT processing library - runtime 
ii  libxss1 6.9.0.dfsg.1-6   X Screen Saver client-side library
ii  libxt6  6.9.0.dfsg.1-6   X Toolkit Intrinsics
ii  zlib1g  1:1.2.3-11   compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi

-- no debconf information


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



Processed: Re: kopete: Jabber disconnects constantly with unknown error

2006-04-08 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 severity 356073 normal
Bug#356073: kopete: Jabber disconnects constantly with unknown error
Severity set to `normal'.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-04-08 Thread Adam Porter
On Saturday 08 April 2006 09:53, David Schmitt wrote:
 There is a new version of kopete unstable (3.5.2-1) available. Could you
 please test if your problem persists there?

Well, I've actually compiled and installed the 0.12 beta 2 source.  It seems 
that Jabber won't connect at all in this beta, and I just filed a bug on it.  
Do you still want me to test the package in unstable?  I'll be glad to if you 
think it's necessary.

Thanks for your kind reply.

Adam

P.S. Sorry if you get two copies of this.  I'm often a bit confused as to 
whether I should send this to just the bug address (and should I 
use -quiet?), or to the bug and the person that e-mailed me (you, in this 
case).


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



Bug#356073: kopete: Jabber disconnects constantly with unknown error

2006-03-09 Thread Adam Porter
Package: kopete
Version: 4:3.5.1-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

I have two Jabber accounts: one on jabber.org, and one on a DreamHost.com 
account.  Kopete will not stay connected to either of these for more than a few 
minutes before it 
disconnects and says:

There was a connection error; Sorry, something unexpected happened that I do 
not know more about.

Topping it off, it won't automatically reconnect.  This makes the Jabber 
support of Kopete completely useless.  This has been going on for over a month 
now, as long as I've 
been using Kopete.

- -- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (650, 'testing'), (600, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages kopete depends on:
ii  kdelibs4c2a 4:3.5.1-2core libraries for all KDE applica
ii  libacl1 2.2.34-1 Access control list shared library
ii  libart-2.0-22.3.17-1 Library of functions for 2D graphi
ii  libattr12.4.25-1 Extended attribute shared library
ii  libaudio2   1.7-4The Network Audio System (NAS). (s
ii  libc6   2.3.5-13 GNU C Library: Shared libraries an
ii  libfam0 2.7.0-9  Client library to control the FAM 
ii  libfontconfig1  2.3.2-1.1generic font configuration library
ii  libfreetype62.1.10-1 FreeType 2 font engine, shared lib
ii  libgadu31:1.6+20060215-1 Gadu-Gadu protocol library - runti
ii  libgcc1 1:4.0.2-9GCC support library
ii  libglib2.0-02.8.6-1  The GLib library of C routines
ii  libice6 6.9.0.dfsg.1-4   Inter-Client Exchange library
ii  libidn110.5.18-2 GNU libidn library, implementation
ii  libjpeg62   6b-11The Independent JPEG Group's JPEG 
ii  libmeanwhile1   1.0.2-2  open implementation of the Lotus S
ii  libpcre36.4-1.1  Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.8rel-5   PNG library - runtime
ii  libqt3-mt   3:3.3.5-4Qt GUI Library (Threaded runtime v
ii  libsm6  6.9.0.dfsg.1-4   X Window System Session Management
ii  libstdc++6  4.0.2-9  The GNU Standard C++ Library v3
ii  libx11-66.9.0.dfsg.1-4   X Window System protocol client li
ii  libxcursor1 1.1.3-1  X cursor management library
ii  libxext66.9.0.dfsg.1-4   X Window System miscellaneous exte
ii  libxft2 2.1.8.2-3FreeType-based font drawing librar
ii  libxi6  6.9.0.dfsg.1-4   X Window System Input extension li
ii  libxinerama16.9.0.dfsg.1-4   X Window System multi-head display
ii  libxml2 2.6.23.dfsg.2-2  GNOME XML library
ii  libxrandr2  6.9.0.dfsg.1-4   X Window System Resize, Rotate and
ii  libxrender1 1:0.9.0.2-1  X Rendering Extension client libra
ii  libxslt1.1  1.1.15-4 XSLT processing library - runtime 
ii  libxss1 6.9.0.dfsg.1-4   X Screen Saver client-side library
ii  libxt6  6.9.0.dfsg.1-4   X Toolkit Intrinsics
ii  zlib1g  1:1.2.3-9compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi

- -- no debconf information

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.2 (GNU/Linux)

iD8DBQFEEEB65+GdyTDsrJsRAu4+AKCM/tNRzPKMquVtl87njfBBVE31qgCg3pF9
tebrVUPu1W6Q09MNTeuq3hs=
=2iuE
-END PGP SIGNATURE-


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



Bug#348459: can not select any station - unknown station?

2006-01-17 Thread Christopher Martin
found 348459 4:3.5.0-3
tags 348459 confirmed upstream
forwarded 348459 http://bugs.kde.org/103887
stop

http://bugs.kde.org/116375 and http://bugs.kde.org/118458 are also probably 
related.

On Monday 16 January 2006 22:07, Rafal Maj wrote:
 Package: KWeather
 Version: 2.1.0
 Severity: grave

 (using KDE 3.5.0)

 Hi,
 I added KWeather applet, I go to configure, selected
 available station from Whether Service (like Europe-Poland-Warsaw)
 clicked it to be in the right-side list Select stations: it's icon
 updated (it worked)... but still I can not choose any station,
 in Display Weather Station Options Location: there is only one option in
 drop-down list: Unknown Station.

 It renders program totally useless.

Same here. KWeather has always been a buggy piece of junk, but it would now 
appear to be completely broken.

This has been reported upstream already numerous times, so it would appear 
that KWeather is more or less unmaintained. Honestly, I'm not motivated to 
work on patching it myself (though patches are welcome), so we'll just have 
to watch and see if it gets fixed as Etch draws near.

Cheers,
Christopher Martin


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



Processed: Re: Bug#348459: can not select any station - unknown station?

2006-01-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 found 348459 4:3.5.0-3
Bug#348459: can not select any station - unknown station?
Bug marked as found in version 4:3.5.0-3.

 tags 348459 confirmed upstream
Bug#348459: can not select any station - unknown station?
There were no tags set.
Tags added: confirmed, upstream

 forwarded 348459 http://bugs.kde.org/103887
Bug#348459: can not select any station - unknown station?
Noted your statement that Bug has been forwarded to http://bugs.kde.org/103887.

 stop
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Re: (unknown)

2006-01-17 Thread Jan Schledermann
El Virolo wrote:

 Hi all,
 
 I recently reinstalled Debian Sid on my Athlon XP machine, with KDE
 3.5. The problem is I can't launch KDE : it freezes and gets back to
 KDM as soon as it starts displaying initializing hardware ... Is
 there a log file I can have a look at ? Is it a KDE or udev/hotplug
 problem ?
 
 Thanks in advance,
 
 ElVirolo
Do an update/upgrade. The replacement for the broken x11-common is already
available.
Jan
-- 
** Do not use the reply-to address. It'll end up in the trash can
** Mail me at: janATschledermann.orREMOVE_THISg 


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



Bug#348459: can not select any station - unknown station?

2006-01-16 Thread Rafal Maj
Package: KWeather
Version: 2.1.0
Severity: grave

(using KDE 3.5.0)

Hi,
I added KWeather applet, I go to configure, selected
available station from Whether Service (like Europe-Poland-Warsaw)
clicked it to be in the right-side list Select stations: it's icon
updated (it worked)... but still I can not choose any station,
in Display Weather Station Options Location: there is only one option in
drop-down list: Unknown Station.

It renders program totally useless.



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



Unknown problem report Bug#292398 (Bug#292398: fixed in kdenetwork 4:3.4.2-1)

2005-08-30 Thread Debian Bug Tracking System
You sent a message to the Bug tracking system which gave (in the
Subject line or encoded into the recipient at bugs.debian.org),
the number of a nonexistent Bug report (#292398).

This may be because that Bug report has been resolved for more than 28
days, and the record of it has been archived and made read-only, or
because you mistyped the Bug report number.

Your message was dated Tue, 30 Aug 2005 10:17:08 -0700 and was sent to
[EMAIL PROTECTED]  It had
Message-ID [EMAIL PROTECTED]
and Subject Bug#292398: fixed in kdenetwork 4:3.4.2-1.

It has been filed (under junk) but otherwise ignored.

Please consult your records to find the correct Bug report number, or
contact me, the system administrator, for assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)


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



Unknown problem report Bug#294331 (Bug#294331: fixed in kdenetwork 4:3.4.2-1)

2005-08-30 Thread Debian Bug Tracking System
You sent a message to the Bug tracking system which gave (in the
Subject line or encoded into the recipient at bugs.debian.org),
the number of a nonexistent Bug report (#294331).

This may be because that Bug report has been resolved for more than 28
days, and the record of it has been archived and made read-only, or
because you mistyped the Bug report number.

Your message was dated Tue, 30 Aug 2005 10:17:08 -0700 and was sent to
[EMAIL PROTECTED]  It had
Message-ID [EMAIL PROTECTED]
and Subject Bug#294331: fixed in kdenetwork 4:3.4.2-1.

It has been filed (under junk) but otherwise ignored.

Please consult your records to find the correct Bug report number, or
contact me, the system administrator, for assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)


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



Processed: Re: Unknown problem report Bug#300544 (KDE bugs tagged woody)

2005-08-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 close 300554 4:3.2.3-3
Bug#300554: Wrong password - should re-prompt for password
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 4:3.2.3-3, send any further explanations to Tim 
Baverstock [EMAIL PROTECTED]

 thanks mate
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



  1   2   >