[Pkg-kde-extras] Bug#505077: FTBFS with GCC 4.4: missing #include

2008-11-09 Thread Martin Michlmayr
Package: libsynaptics
Version: 0.14.6c-2
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of libsynaptics_0.14.6c-2 on em64t by sbuild/amd64 0.53
...
  g++ -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ -DPACKAGE_VERSION=\\ 
 -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ -DPACKAGE=\libsynaptics\ 
 -DVERSION=\0.14.6c\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
 -DHAVE_DLFCN_H=1 -I. -g -O2 -g -Wall -O2 -c pad.cpp  -fPIC -DPIC -o 
 .libs/pad.o
 pad.cpp: In member function 'std::string Synaptics::Pad::intVerToStrVer(int)':
 pad.cpp:109: error: 'sprintf' was not declared in this scope
 pad.cpp: In member function 'bool Synaptics::Pad::detectDriverVersion()':
 pad.cpp:176: error: 'perror' was not declared in this scope
 pad.cpp: In member function 'void Synaptics::Pad::init()':
 pad.cpp:575: error: 'perror' was not declared in this scope
 make[1]: *** [pad.lo] Error 1

--- pad.cpp~2008-11-09 08:11:42.0 +
+++ pad.cpp 2008-11-09 08:11:48.0 +
@@ -2,6 +2,7 @@
 #include synparam.h
 #include pad.h
 #include pthread.h
+#include stdio.h
 #include stdlib.h
 #include unistd.h
 #include sys/shm.h

-- 
Martin Michlmayr
http://www.cyrius.com/



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#505078: FTBFS with GCC 4.4: missing #include

2008-11-09 Thread Martin Michlmayr
Package: codeine
Version: 1.0.1-3.dfsg-3
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.4
Tags: patch

Your package fails to build with the upcoming GCC 4.4.  Version 4.4
has not been released yet but I'm building with a snapshot in order
to find errors and give people an advance warning.

GCC 4.4 cleaned up some more C++ headers.  You always have to #include
headers directly and cannot rely for things to be included indirectly.

You can reproduce this problem with gcc-snapshot from unstable.

 Automatic build of codeine_1.0.1-3.dfsg-3 on em64t by sbuild/amd64 0.53
...
 g++ -o build/app/actions.o -c -I/usr/include/kde/ -I/usr/include/qt3 -g -O2 
 -DNDEBUG -DNO_DEBUG -DQT_NO_TRANSLATION -Ibuild/app -Isrc/app -Ibuild -Isrc 
 -I. src/app/actions.cpp
 In file included from src/app/actions.cpp:8:
 src/app/xineEngine.h:22: error: 'int16_t' was not declared in this scope
 src/app/xineEngine.h:22: error: template argument 1 is invalid
 src/app/xineEngine.h:22: error: template argument 2 is invalid
 src/app/xineEngine.h:22: error: invalid type in declaration before ';' token
 src/app/xineEngine.h:107: error: 'int64_t' does not name a type
 scons: *** [build/app/actions.o] Error 1
 scons: building terminated because of errors.
 make: *** [common-build-impl] Error 2

--- src/app/xineEngine.h~   2008-11-09 08:17:00.0 +
+++ src/app/xineEngine.h2008-11-09 08:17:16.0 +
@@ -8,6 +8,7 @@
 #include qtimer.h
 #include qwidget.h
 #include kurl.h
+#include stdint.h
 #include vector
 
 typedef struct xine_s xine_t;

-- 
Martin Michlmayr
http://www.cyrius.com/



___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras


[Pkg-kde-extras] Bug#482457: marked as done (evolution on KDE 4.1 (experimental) segfaults)

2008-11-09 Thread Debian Bug Tracking System

Your message dated Sun, 09 Nov 2008 10:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#482457: fixed in gtk-qt-engine-kde4 1.1+svn145-1
has caused the Debian Bug report #482457,
regarding evolution on KDE 4.1 (experimental) segfaults
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 [EMAIL PROTECTED]
immediately.)


-- 
482457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482457
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: evolution
Version: 2.22.1-1
Severity: important


I am currently running/testing KDE 4.1 alpha from experimental.
Evolution works fine in the same system under GNOME, but crashes under
KDE.

Below is the output of running evolution through gdb:

$ gdb evolution 
GNU gdb 6.7.1-debian   
Copyright (C) 2007 Free Software Foundation, Inc.  
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.   
There is NO WARRANTY, to the extent permitted by law.  Type show
copying   
and show warranty for details. 
This GDB was configured as i486-linux-gnu...   
Using host libthread_db library /lib/i686/cmov/libthread_db.so.1.  
(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
[New Thread 0xb674c740 (LWP 22603)]
CalDAV Eplugin starting up ...
** (evolution:22603): DEBUG: mailto URL command: evolution
--component=mail %s
** (evolution:22603): DEBUG: mailto URL program: evolution
[New Thread 0xb445eb90 (LWP 22797)]
[New Thread 0xb3c5db90 (LWP 22827)]
[Thread 0xb3c5db90 (LWP 22827) exited]
[Thread 0xb445eb90 (LWP 22797) exited]
[New Thread 0xb445eb90 (LWP 22859)]
[New Thread 0xb3c5db90 (LWP 22860)]
[New Thread 0xb3266b90 (LWP 22861)]
[Thread 0xb445eb90 (LWP 22859) exited]
[Thread 0xb3266b90 (LWP 22861) exited]
[New Thread 0xb3266b90 (LWP 22868)]
[New Thread 0xb445eb90 (LWP 22871)]
[New Thread 0xb2a17b90 (LWP 22872)]
[Thread 0xb2a17b90 (LWP 22872) exited]
[New Thread 0xb2a17b90 (LWP 22873)]
[New Thread 0xb2216b90 (LWP 22874)]
[Thread 0xb2a17b90 (LWP 22873) exited]
[Thread 0xb2216b90 (LWP 22874) exited]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb674c740 (LWP 22603)]
0xb5777272 in OxygenStyle::drawKStylePrimitive (this=0x80dc238,
widgetType=KStyle::WT_Generic, primitive=65538, opt=0xbff51fb8,
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], p=0xbff52028,
widget=0x0, kOpt=0x0)
at
/tmp/buildd/kdebase-runtime-4.0.74/kstyles/oxygen/oxygen.cpp:1922
1922
/tmp/buildd/kdebase-runtime-4.0.74/kstyles/oxygen/oxygen.cpp:
  No such file or directory.
in
/tmp/buildd/kdebase-runtime-4.0.74/kstyles/oxygen/oxygen.cpp
Current language:  auto; currently c++
(gdb) quit
The program is running.  Exit anyway? (y or n) y


-- System Information:
Debian Release: lenny/sid
  APT prefers testing
  APT policy: (900, 'testing'), (400, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

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

Versions of packages evolution depends on:
ii  dbus   1.2.1-2   simple interprocess messaging syst
ii  evolution-common   2.22.1-1  architecture independent files for
ii  evolution-data-server  2.22.1-1  evolution database backend server
ii  gconf2 2.22.0-1  GNOME configuration database syste
ii  gnome-icon-theme   2.22.0-1  GNOME Desktop icon theme
ii  gtkhtml3.143.18.1-1  HTML rendering/editing library - b
ii  libart-2.0-2   2.3.20-2  Library of functions for 2D graphi
ii  libatk1.0-01.22.0-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.22.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.22.0-1  The Bonobo UI library
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libcairo2  1.6.4-1+b1The Cairo 2D vector graphics libra
ii  libcamel1.2-11 2.22.1-1  The Evolution MIME message handlin
ii  libdbus-1-31.2.1-2   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.74-2simple interprocess 

[Pkg-kde-extras] Bug#496860: marked as done (gtk-qt-engine-kde4: Causes Iceweasel 3 to not close well)

2008-11-09 Thread Debian Bug Tracking System

Your message dated Sun, 09 Nov 2008 10:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#496860: fixed in gtk-qt-engine-kde4 1.1+svn145-1
has caused the Debian Bug report #496860,
regarding gtk-qt-engine-kde4: Causes Iceweasel 3 to not close well
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 [EMAIL PROTECTED]
immediately.)


-- 
496860: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=496860
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: gtk-qt-engine-kde4
Version: 1.1-1
Severity: normal

gtk-qt-engine-kde4 causes Iceweasel 3.0.1-1 cannot close completly, it keep in 
the background, and when i am going to launch a new iceweasel, an alert is 
shown: Firefox is already running, but is 
not responding. To open a new window, you must first close the existing Firefox 
process, or restart your system.
It is needed to kill iceweasel manually to can open a new window of Iceweasel.
This also happens with original Firefox 3.0.1 (Linux binaries) downloaded from 
Mozilla website.
It is strange, but this bug is not present in Ubuntu.

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

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

Versions of packages gtk-qt-engine-kde4 depends on:
ii  kdebase-runtime   4:4.1.0-2  runtime components from the offici
ii  kdelibs5  4:4.1.0-3  core libraries for all KDE 4 appli
ii  libbonoboui2-02.22.0-1   The Bonobo UI library
ii  libc6 2.7-13 GNU C Library: Shared libraries
ii  libglib2.0-0  2.16.4-2   The GLib library of C routines
ii  libgtk2.0-0   2.12.11-3  The GTK+ graphical user interface 
ii  libpango1.0-0 1.20.5-1   Layout and rendering of internatio
ii  libqt4-gui4.4.1-1transitional package for Qt 4 GUI 
ii  libqtcore44.4.1-1Qt 4 core module
ii  libstdc++64.3.1-2The GNU Standard C++ Library v3
ii  libx11-6  2:1.1.4-2  X11 client-side library

gtk-qt-engine-kde4 recommends no packages.

gtk-qt-engine-kde4 suggests no packages.

-- no debconf information


---End Message---
---BeginMessage---
Source: gtk-qt-engine-kde4
Source-Version: 1.1+svn145-1

We believe that the bug you reported is fixed in the latest version of
gtk-qt-engine-kde4, which is due to be installed in the Debian FTP archive:

gtk-qt-engine-kde4_1.1+svn145-1.diff.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1.diff.gz
gtk-qt-engine-kde4_1.1+svn145-1.dsc
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1.dsc
gtk-qt-engine-kde4_1.1+svn145-1_amd64.deb
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1_amd64.deb
gtk-qt-engine-kde4_1.1+svn145.orig.tar.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145.orig.tar.gz



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.
Fathi Boudra [EMAIL PROTECTED] (supplier of updated gtk-qt-engine-kde4 
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.8
Date: Sun, 09 Nov 2008 10:52:51 +0100
Source: gtk-qt-engine-kde4
Binary: gtk-qt-engine-kde4
Architecture: source amd64
Version: 1.1+svn145-1
Distribution: experimental
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 gtk-qt-engine-kde4 - theme engine using Qt 4 for GTK+ 2.x
Closes: 482457 496860
Changes: 
 gtk-qt-engine-kde4 (1.1+svn145-1) experimental; urgency=low
 .
   [ Xavier Vello ]
 .
   * New snapshot from svn rev 145. (Closes: #482457, #496860)
   * Add myself in Uploaders field.
Checksums-Sha1: 
 d17f5919866ce3310e03343f758824cbd4c67d88 1398 
gtk-qt-engine-kde4_1.1+svn145-1.dsc
 ad9f1395a02e87dfa1b84d7caa64598967cb4a1f 70898 
gtk-qt-engine-kde4_1.1+svn145.orig.tar.gz
 c2219cbb488ea2c61222810b8650a224351f3559 4616 
gtk-qt-engine-kde4_1.1+svn145-1.diff.gz
 c205bcfe5bf1ea90f010a3a1dfb840bdf66686e7 111302 
gtk-qt-engine-kde4_1.1+svn145-1_amd64.deb

[Pkg-kde-extras] Bug#483828: marked as done (gtk-qt-engine-kde4 cause gtk apps to crash)

2008-11-09 Thread Debian Bug Tracking System

Your message dated Sun, 09 Nov 2008 10:47:07 +
with message-id [EMAIL PROTECTED]
and subject line Bug#482457: fixed in gtk-qt-engine-kde4 1.1+svn145-1
has caused the Debian Bug report #482457,
regarding gtk-qt-engine-kde4 cause gtk apps to crash
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 [EMAIL PROTECTED]
immediately.)


-- 
482457: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=482457
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
---BeginMessage---
Package: gtk-qt-engine-kde4
Version: 1.1-1
Severity: grave

When I use the Qt4 theme for the GTK Applications with KDE 4.0.80 it make them 
crash (for example when the file/directory selector dialog is opened): 
The backtrace is  : 
#0  0xb56170f8 in ?? () from /usr/lib/kde4/plugins/styles/oxygen.so  
No symbol table info available.  
#1  0xb75fa160 in ?? () from /lib/i686/cmov/libc.so.6
No symbol table info available.  
#2  0x0085 in ?? ()  
No symbol table info available.  
#3  0xbf99e588 in ?? ()
No symbol table info available.
#4  0xb6a24619 in ?? () from /usr/lib/libcairo.so.2
No symbol table info available.
#5  0x086923ec in ?? ()
No symbol table info available.
#6  0x000c in ?? ()
No symbol table info available.
#7  0xbf99e5a8 in ?? ()
No symbol table info available.
#8  0xb6a24631 in ?? () from /usr/lib/libcairo.so.2
No symbol table info available.
#9  0x086923ec in ?? ()
No symbol table info available.
#10 0xbf99ef20 in ?? ()
No symbol table info available.
#11 0x0084 in ?? ()
No symbol table info available.
#12 0xb6a7a5b0 in ?? () from /usr/lib/libcairo.so.2
No symbol table info available.
#13 0xb6a7a5b0 in ?? () from /usr/lib/libcairo.so.2
No symbol table info available.
#14 0x086923e0 in ?? ()
No symbol table info available.
#15 0xb7604531 in pthread_mutex_lock () from /lib/i686/cmov/libpthread.so.0
No symbol table info available.
#16 0xb522acd6 in KStyle::drawPrimitive () from /usr/lib/libkdeui.so.5
No symbol table info available.
#17 0xb67320a1 in ?? () from /usr/lib/gtk-2.0/2.10.0/engines/libqt4engine.so
No symbol table info available.
#18 0x081dcc70 in ?? ()
No symbol table info available.
#19 0x0005 in ?? ()
No symbol table info available.
#20 0xbf99fcc8 in ?? ()
No symbol table info available.
#21 0xbf99fd38 in ?? ()
No symbol table info available.
#22 0x in ?? ()
No symbol table info available.

I'm using an debian unstable/experimental up-to-date 



---End Message---
---BeginMessage---
Source: gtk-qt-engine-kde4
Source-Version: 1.1+svn145-1

We believe that the bug you reported is fixed in the latest version of
gtk-qt-engine-kde4, which is due to be installed in the Debian FTP archive:

gtk-qt-engine-kde4_1.1+svn145-1.diff.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1.diff.gz
gtk-qt-engine-kde4_1.1+svn145-1.dsc
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1.dsc
gtk-qt-engine-kde4_1.1+svn145-1_amd64.deb
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145-1_amd64.deb
gtk-qt-engine-kde4_1.1+svn145.orig.tar.gz
  to pool/main/g/gtk-qt-engine-kde4/gtk-qt-engine-kde4_1.1+svn145.orig.tar.gz



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.
Fathi Boudra [EMAIL PROTECTED] (supplier of updated gtk-qt-engine-kde4 
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.8
Date: Sun, 09 Nov 2008 10:52:51 +0100
Source: gtk-qt-engine-kde4
Binary: gtk-qt-engine-kde4
Architecture: source amd64
Version: 1.1+svn145-1
Distribution: experimental
Urgency: low
Maintainer: Fathi Boudra [EMAIL PROTECTED]
Changed-By: Fathi Boudra [EMAIL PROTECTED]
Description: 
 gtk-qt-engine-kde4 - theme engine using Qt 4 for GTK+ 2.x
Closes: 482457 496860
Changes: 
 gtk-qt-engine-kde4 (1.1+svn145-1) experimental; urgency=low
 .
   [ Xavier Vello ]
 .
   * New snapshot from svn rev 145. (Closes: #482457, #496860)
   * Add myself in Uploaders field.
Checksums-Sha1: 
 d17f5919866ce3310e03343f758824cbd4c67d88 1398 
gtk-qt-engine-kde4_1.1+svn145-1.dsc
 ad9f1395a02e87dfa1b84d7caa64598967cb4a1f 70898 

[Pkg-kde-extras] exiv2_0.18~pre2-1_i386.changes ACCEPTED

2008-11-09 Thread Debian Installer

Accepted:
exiv2_0.18~pre2-1.diff.gz
  to pool/main/e/exiv2/exiv2_0.18~pre2-1.diff.gz
exiv2_0.18~pre2-1.dsc
  to pool/main/e/exiv2/exiv2_0.18~pre2-1.dsc
exiv2_0.18~pre2-1_i386.deb
  to pool/main/e/exiv2/exiv2_0.18~pre2-1_i386.deb
exiv2_0.18~pre2.orig.tar.gz
  to pool/main/e/exiv2/exiv2_0.18~pre2.orig.tar.gz
libexiv2-5_0.18~pre2-1_i386.deb
  to pool/main/e/exiv2/libexiv2-5_0.18~pre2-1_i386.deb
libexiv2-dev_0.18~pre2-1_i386.deb
  to pool/main/e/exiv2/libexiv2-dev_0.18~pre2-1_i386.deb
libexiv2-doc_0.18~pre2-1_all.deb
  to pool/main/e/exiv2/libexiv2-doc_0.18~pre2-1_all.deb


Override entries for your package:
exiv2_0.18~pre2-1.dsc - optional graphics
exiv2_0.18~pre2-1_i386.deb - optional graphics
libexiv2-5_0.18~pre2-1_i386.deb - optional libs
libexiv2-dev_0.18~pre2-1_i386.deb - optional libdevel
libexiv2-doc_0.18~pre2-1_all.deb - optional doc

Announcing to [EMAIL PROTECTED]


Thank you for your contribution to Debian.

___
pkg-kde-extras mailing list
pkg-kde-extras@lists.alioth.debian.org
http://lists.alioth.debian.org/mailman/listinfo/pkg-kde-extras