Bug#648502: kdeedu: fails to build against libgps-dev from gpsd 3

2011-11-12 Thread Bernd Zeimetz
Package: kdeedu
Version: 4:4.6.5-1
Severity: important
User: b...@debian.org
Usertag: gpsd3

Hi maintainer,

unfortunately yet another major API and ABI breakage happened
in libgps on the way to gpsd version 3. The result is that your
package does not build against gpsd 3.3/libgps20, which is
available in experimental.

Details why this had to happen are described here:
http://www.catb.org/gpsd/protocol-transition.html

Unfortunately the progress to implement this took a long time,
including gpsd 2.95 which was released with Squeeze and shipped
with a slightly different API and ABI.
Migrating to the new and hopefully final API should be easy,
if there is help needed either ask me or jump into #gpsd
on the freenode network.

The error messages from my test build are attached below.

Documentation:
http://www.catb.org/gpsd/libgps.html
http://www.catb.org/gpsd/libgpsmm.html
http://www.catb.org/gpsd/client-howto.html


Btw, there is libqgpsmm now, wchich should make it a bit easier
to connect to gpsd from QT based applications.


Best regards,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


cd marble/src/plugins/positionprovider/gpsd && /usr/bin/c++   
-DMAKE_GPSDPOSITIONPROVIDERPLUGIN_LIB -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT 
-DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=11 
-DUSE_UNINSTALLED_LIBKDEEDU -DMARBLE_DBUS -DQT_GUI_LIB -DQT_CORE_LIB -g -O2 
-fstack-protector --param=ssp-buffer-size=4 -Wformat -Wformat-security 
-Werror=format-security  -Wnon-virtual-dtor -Wno-long-long -ansi -Wundef 
-Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -Wformat-security 
-fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new -fno-common 
-Werror=return-type -Woverloaded-virtual -fno-threadsafe-statics 
-fvisibility=hidden -fvisibility-inlines-hidden -DNDEBUG -DQT_NO_DEBUG -fPIC 
-I. -I../../../../../../marble/src/plugins/positionprovider/gpsd 
-I../../../../../.. -I../../../../.. -I../../../../../../marble 
-I../../../../../../marble/src/lib 
-I../../../../../../marble/src/lib/Projections -I../../../../../../marb
le/src/lib/geodata -I../../../../../../marble/src/lib/geodata/data 
-I../../../../../../marble/src/lib/geodata/graphicsitem 
-I../../../../../../marble/src/lib/geodata/handlers/dgml 
-I../../../../../../marble/src/lib/geodata/parser 
-I../../../../../../marble/src/lib/geodata/writer 
-I../../../../../../marble/src/lib/geodata/scene 
-I../../../../../../marble/src/lib/graphicsview 
-I../../../../../../marble/src/lib/graphicsview/screengraphicsitem -I../../.. 
-I../../../lib 
-I../../../../../../marble/src/plugins/positionprovider/gpsd/src/plugins/positionprovider/gpsd
 -I../../../../../src/plugins/positionprovider/gpsd -I/usr/include/KDE 
-I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/Q
tHelp -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
-I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -Wall -Wextra -Wundef -Wnon-virtual-dtor 
-Woverloaded-virtual -Wno-long-long -Wchar-subscripts -Wcast-align 
-Wpointer-arith -Wformat-security -o 
CMakeFiles/GpsdPositionProviderPlugin.dir/GpsdConnection.o -c 
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp: 
In constructor 'Marble::GpsdConnection::GpsdConnection(QObject*)':
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp:23:18:
 error: no matching function for call to 'gpsmm::gpsmm()'
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp:23:18:
 note: candidates are:
/usr/include/libgpsmm.h:29:3: note: gpsmm::gpsmm(const char*, const char*)
/usr/include/libgpsmm.h:29:3: note:   candidate expects 2 arguments, 0 provided
/usr/include/libgpsmm.h:15:7: note: gpsmm::gpsmm(const gpsmm&)
/usr/include/libgpsmm.h:15:7: note:   candidate expects 1 argument, 0 provided
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp: 
In member function 'void Marble::GpsdConnection::initialize()':
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp:38:31:
 error: 'class gpsmm' has no member named 'open'
../../../../../../marble/src/plugins/positionprovider/gpsd/GpsdConnection.cpp: 
In member function 'void Marble::GpsdConnection::update()':
../../../../../

Bug#648504: kdebase-workspace: fails to build against libgps-dev from gpsd 3

2011-11-12 Thread Bernd Zeimetz
Package: kdebase-workspace
Version: 4:4.6.5-3
Severity: important
User: b...@debian.org
Usertag: gpsd3

Hi maintainer,

unfortunately yet another major API and ABI breakage happened
in libgps on the way to gpsd version 3. The result is that your
package does not build against gpsd 3.3/libgps20, which is
available in experimental.

Details why this had to happen are described here:
http://www.catb.org/gpsd/protocol-transition.html

Unfortunately the progress to implement this took a long time,
including gpsd 2.95 which was released with Squeeze and shipped
with a slightly different API and ABI.
Migrating to the new and hopefully final API should be easy,
if there is help needed either ask me or jump into #gpsd
on the freenode network.

The error messages from my test build are attached below.

Documentation:
http://www.catb.org/gpsd/libgps.html
http://www.catb.org/gpsd/libgpsmm.html
http://www.catb.org/gpsd/client-howto.html


Btw, there is libqgpsmm now, wchich should make it a bit easier
to connect to gpsd from QT based applications.


Best regards,

Bernd

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F


cd plasma/generic/dataengines/geolocation && /usr/bin/c++   
-DMAKE_PLASMA_GEOLOCATION_GPS_LIB -D_BSD_SOURCE -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT 
-DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=11 -DHAVE_CONFIG_H=1 
-DDISABLE_NEPOMUK_LEGACY -DKDE_DEFAULT_DEBUG_AREA=1204 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Wformat-security -Werror=format-security  
-Wnon-virtual-dtor -Wno-long-long -ansi -Wundef -Wcast-align -Wchar-subscripts 
-Wall -W -Wpointer-arith -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS 
-fno-check-new -fno-common -Werror=return-type -Woverloaded-virtual 
-fno-threadsafe-statics -fvisibility=hidden -fvisibility-inlines-hidden 
-DNDEBUG -DQT_NO_DEBUG -fPIC -I. 
-I../../../../../plasma/generic/dataengines/geolocation -I../../../../.. 
-I../../../.. -I../../../../../kdm -I../../../../../libs 
-I../../../../../libs/kworkspace -I/usr/include/KDE -I/usr/include/qt4/phonon 
-I/usr/include/qt4/QtXmlP
atterns -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtOpenGL 
-I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
-I/usr/include/qt4/QtDBus -I/usr/include/qt4/Qt3Support 
-I/usr/include/qt4/QtGui -I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -o CMakeFiles/plasma-geolocation-gps.dir/location_gps.o 
-c ../../../../../plasma/generic/dataengines/geolocation/location_gps.cpp
../../../../../plasma/generic/dataengines/geolocation/location_gps.cpp: In 
member function 'virtual void Gpsd::run()':
../../../../../plasma/generic/dataengines/geolocation/location_gps.cpp:54:31: 
error: 'gps_poll' was not declared in this scope
../../../../../plasma/generic/dataengines/geolocation/location_gps.cpp: In 
constructor 'Gps::Gps(QObject*, const QVariantList&)':
../../../../../plasma/generic/dataengines/geolocation/location_gps.cpp:77:66: 
error: too few arguments to function 'int gps_open(const char*, const char*, 
gps_data_t*)'
/usr/include/gps.h:1717:12: note: declared here
make[2]: *** 
[plasma/generic/dataengines/geolocation/CMakeFiles/plasma-geolocation-gps.dir/location_gps.o]
 Error 1
make[2]: Leaving directory 
`/tmp/buildd/kdebase-workspace-4.6.5/obj-x86_64-linux-gnu'
make[1]: *** 
[plasma/generic/dataengines/geolocation/CMakeFiles/plasma-geolocation-gps.dir/all]
 Error 2
make[1]: Leaving directory 
`/tmp/buildd/kdebase-workspace-4.6.5/obj-x86_64-linux-gnu'
make: *** [all] Error 2





-- 
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/4ebe5957.8020...@bzed.de



Bug#648523: kdm: KDM looses keyboard and mouse if restarted while on console

2011-11-12 Thread Eric Lavarde
Package: kdm
Version: 4:4.6.5-3
Severity: normal

Hello,

I've just upgraded from Squeeze to Wheezy, and since then I have the
following behavior (it works each time):
1. Log into KDE from kdm
2. Log out
3. While logout happens, change to a console (Ctrl+Alt+F1..)
4. KDM starts and takes back the control and appears on the screen
5. Mouse and Keyboard are dead
The clock works, the cursor blinks in the password field, everything
looks OK, but I can't use the keyboard nor the mouse, even the LEDs of
the lock keys don't work anymore (Caps & Num Lock).
The only thing that still works is to shut off the computer, Linux still
does recognize this and shuts down rather gracefully.

I doubt it but this issue might be linked to Bug#648521 (same system).

Let me know if you need anymore information.

Thanks, Eric

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (990, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.0.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_IE.UTF-8, LC_CTYPE=en_IE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kdm depends on:
ii  adduser   3.113   
ii  consolekit0.4.5-1 
ii  debconf [debconf-2.0] 1.5.40  
ii  kdebase-runtime   4:4.6.5-1+b1
ii  kdebase-workspace-kgreet-plugins  4:4.6.5-3   
ii  libc6 2.13-21 
ii  libck-connector0  0.4.5-1 
ii  libdbus-1-3   1.4.16-1
ii  libkdecore5   4:4.6.5-2+b1
ii  libkdeui5 4:4.6.5-2+b1
ii  libkio5   4:4.6.5-2+b1
ii  libknewstuff3-4   4:4.6.5-2+b1
ii  libkworkspace44:4.6.5-3   
ii  libpam0g  1.1.3-4 
ii  libqimageblitz4   1:0.0.6-4   
ii  libqt4-svg4:4.7.3-5   
ii  libqt4-xml4:4.7.3-5   
ii  libqtcore44:4.7.3-5   
ii  libqtgui4 4:4.7.3-5   
ii  libstdc++64.6.1-15
ii  libx11-6  2:1.4.4-2   
ii  libxau6   1:1.0.6-3   
ii  libxdmcp6 1:1.1.0-3   
ii  libxtst6  2:1.2.0-4   
ii  lsb-base  3.2-28  

Versions of packages kdm recommends:
ii  kde-window-manager [x-window-manager]  4:4.6.5-3
ii  konsole [x-terminal-emulator]  4:4.6.5-1
ii  logrotate  3.7.8-6  
ii  twm [x-window-manager] 1:1.0.6-1
ii  xfce4-session [x-session-manager]  4.8.2-1  
ii  xfwm4 [x-window-manager]   4.8.2-1  
ii  xserver-xorg [xserver] 1:7.6+9  
ii  xterm [x-terminal-emulator]276-1

Versions of packages kdm suggests:
ii  kdepasswd  4:4.6.5-1

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



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2012143942.3005.92465.report...@emil.home



Processed: bug 648502 is forwarded to https://bugs.kde.org/show_bug.cgi?id=269165

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

> forwarded 648502 https://bugs.kde.org/show_bug.cgi?id=269165
Bug #648502 [kdeedu] kdeedu: fails to build against libgps-dev from gpsd 3
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=269165'.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648502
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: 
http://lists.debian.org/handler.s.c.132111523924765.transcr...@bugs.debian.org



Processed: your mail

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

> forwarded 648502 https://bugs.kde.org/show_bug.cgi?id=269165
Bug #648502 [kdeedu] kdeedu: fails to build against libgps-dev from gpsd 3
Ignoring request to change the forwarded-to-address of bug#648502 to the same 
value
> tags 648502 + upstream fixed-upstream
Bug #648502 [kdeedu] kdeedu: fails to build against libgps-dev from gpsd 3
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648502
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: 
http://lists.debian.org/handler.s.c.132111528924863.transcr...@bugs.debian.org



Bug#648504: kdebase-workspace: fails to build against libgps-dev from gpsd 3

2011-11-12 Thread Eckhart Wörner
tags 648504 + upstream fixed-upstream
thanks

Has been fixed in a3009dd9 (4.7.0 + master).



-- 
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/2428768.NtT5azF0u7@obiwan



Processed: Re: kdebase-workspace: fails to build against libgps-dev from gpsd 3

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

> tags 648504 + upstream fixed-upstream
Bug #648504 [kdebase-workspace] kdebase-workspace: fails to build against 
libgps-dev from gpsd 3
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648504
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: 
http://lists.debian.org/handler.s.c.1321116796510.transcr...@bugs.debian.org