Bug#481724: [kdebase-workspace] krunner/startupid.cpp: undefined reference to `XcursorGetDefaultSize'

2008-05-18 Thread Sedat Dilek
Package: kdebase-workspace
Version: 4.0.74-1 (UNRELEASED)
Severity: normal
Tags: patch

Hi,

I discovered a bug while building kdebase-workspace for kde4 v4.0.74-1.

$ tail -f BROKEN_kdebase-workspace_4.0.74-1_i386.build
/home/sd/src/kdebase-workspace_4.0.74-1_debianway/kdebase-workspace-4.0.74/krunner/startupid.cpp:324:
undefined reference to `XcursorGetDefaultSize'
collect2: ld returned 1 exit status
make[3]: *** [lib/libkdeinit4_krunner.so] Error 1
make[3]: Leaving directory
`/home/sd/src/kdebase-workspace_4.0.74-1_debianway/kdebase-workspace-4.0.74/obj-i486-linux-gnu'
make[2]: *** [krunner/CMakeFiles/kdeinit_krunner.dir/all] Error 2
make[2]: Leaving directory
`/home/sd/src/kdebase-workspace_4.0.74-1_debianway/kdebase-workspace-4.0.74/obj-i486-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory
`/home/sd/src/kdebase-workspace_4.0.74-1_debianway/kdebase-workspace-4.0.74/obj-i486-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2

I commented the parts concerning "HAVE_XCURSOR" and included
 "globally".
The attached patch is fixing the problem.

Kind Regards,
Sedat

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

Kernel: Linux 2.6.25-4.slh.2-sidux-686 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
(ignored: LC_ALL set to de_DE.UTF-8)
Shell: /bin/sh linked to /bin/bash
--- krunner/startupid.cpp.orig	2008-05-18 10:25:59.0 +0200
+++ krunner/startupid.cpp	2008-05-18 10:26:08.0 +0200
@@ -37,12 +37,15 @@
 #include 
 #include 
 #include 
+#include 
 
 #define KDE_STARTUP_ICON "kmenu"
 
+/*
 #ifdef HAVE_XCURSOR
 #include 
 #endif
+*/
 
 enum kde_startup_status_enum { StartupPre, StartupIn, StartupDone };
 static kde_startup_status_enum kde_startup_status = StartupPre;
@@ -320,9 +323,9 @@
 }
 QPoint c_pos( x, y );
 int cursor_size = 0;
-#ifdef HAVE_XCURSOR
+// #ifdef HAVE_XCURSOR
 cursor_size = XcursorGetDefaultSize( QX11Info::display());
-#endif
+// #endif
 int X_DIFF;
 if( cursor_size <= 16 )
 X_DIFF = 8 + 7;


Re: KDE 4.1 for i386

2008-05-18 Thread Fathi Boudra
Hi,

> How much time do you think it will take to i386-build the latest version of
> dolphin and other apps?
>
> I've been waiting for it for over a week.
>
> http://packages.debian.org/experimental/dolphin

we started to upload 4.0.74 packages for i386 and amd64.
you'll get them very soon.

cheers,

Fathi


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



Re: Can KDE 4 be installed on anthing other than AMD64?

2008-05-18 Thread allen
Thank you.  

- Allen

On Saturday 17 May 2008 22:22:57 Modestas Vainius wrote:
> Hi,
> 
> 2008 m. May 17 d., Saturday, David Palacio rašė:
> > i386 is usually up to date too but lately kdebase packages have not been
> > uploaded (do not know why). You can «apt-get source kdebase» and
> > «dpkg-buildpackage» it yourself. I just did that today.
> >
> > Or you can install the 4.0.68 packages that are available right now.
> Or wait for 08:00 UTC and get 4.0.74
> 
> 
> -- 
> Modestas Vainius <[EMAIL PROTECTED]>
> 



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



Bug#481759: konsole: Backspace behavior breaks aptitude, screen

2008-05-18 Thread Shachar Shemesh
Package: konsole
Version: 4:3.5.9.dfsg.1-2+b1
Severity: important

When running "aptitude" or "screen" from a shell started inside a
konsole terminal, the backspace misbehaves. This is true even if
aptitude is used from Sid, Etch or Sarge. When the same versions of
aptitude is used from the virtual console or from gnome-terminal,
everything is ok.

Reproduction steps:
Open konsole
from the shell, start aptitude
press "/" to start a search
type something
try to delete it by pressing backspace - nothing happens.
Press ctrl-H - the last character is deleted as if backspace was pressed

Open konsole
from the shell, start "screen"
in that shell, type "12345", and then left arrow twice
Press backspace - you would expect the 3 to be deleted. Instead, the 4
is deleted.
Press ctrl-H - the three is deleted.
This problem actually happens with gnome-terminal as well, but not with
the virtual console.

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

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

Versions of packages konsole depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libgcc1 1:4.3.0-3GCC support library
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.0-3  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxrender1 1:0.9.4-1X Rendering Extension client libra

konsole recommends no packages.

-- no debconf information



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



kdenetwork_4.0.74-1_multi.changes ACCEPTED

2008-05-18 Thread Debian Installer

Accepted:
kde-zeroconf_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kde-zeroconf_4.0.74-1_amd64.deb
kde-zeroconf_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kde-zeroconf_4.0.74-1_i386.deb
kdenetwork-dbg_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_4.0.74-1_amd64.deb
kdenetwork-dbg_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dbg_4.0.74-1_i386.deb
kdenetwork-dev_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_4.0.74-1_amd64.deb
kdenetwork-dev_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-dev_4.0.74-1_i386.deb
kdenetwork-filesharing_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_4.0.74-1_amd64.deb
kdenetwork-filesharing_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kdenetwork-filesharing_4.0.74-1_i386.deb
kdenetwork_4.0.74-1.diff.gz
  to pool/main/k/kdenetwork/kdenetwork_4.0.74-1.diff.gz
kdenetwork_4.0.74-1.dsc
  to pool/main/k/kdenetwork/kdenetwork_4.0.74-1.dsc
kdenetwork_4.0.74-1_all.deb
  to pool/main/k/kdenetwork/kdenetwork_4.0.74-1_all.deb
kdenetwork_4.0.74.orig.tar.gz
  to pool/main/k/kdenetwork/kdenetwork_4.0.74.orig.tar.gz
kget_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kget_4.0.74-1_amd64.deb
kget_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kget_4.0.74-1_i386.deb
knewsticker_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/knewsticker_4.0.74-1_amd64.deb
knewsticker_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/knewsticker_4.0.74-1_i386.deb
kopete_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kopete_4.0.74-1_amd64.deb
kopete_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kopete_4.0.74-1_i386.deb
kppp_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/kppp_4.0.74-1_amd64.deb
kppp_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/kppp_4.0.74-1_i386.deb
krdc_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/krdc_4.0.74-1_amd64.deb
krdc_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/krdc_4.0.74-1_i386.deb
krfb_4.0.74-1_amd64.deb
  to pool/main/k/kdenetwork/krfb_4.0.74-1_amd64.deb
krfb_4.0.74-1_i386.deb
  to pool/main/k/kdenetwork/krfb_4.0.74-1_i386.deb


Override entries for your package:
kde-zeroconf_4.0.74-1_amd64.deb - extra kde
kde-zeroconf_4.0.74-1_i386.deb - extra kde
kdenetwork-dbg_4.0.74-1_amd64.deb - extra libdevel
kdenetwork-dbg_4.0.74-1_i386.deb - extra libdevel
kdenetwork-dev_4.0.74-1_amd64.deb - optional devel
kdenetwork-dev_4.0.74-1_i386.deb - optional devel
kdenetwork-filesharing_4.0.74-1_amd64.deb - optional net
kdenetwork-filesharing_4.0.74-1_i386.deb - optional net
kdenetwork_4.0.74-1.dsc - source net
kdenetwork_4.0.74-1_all.deb - optional kde
kget_4.0.74-1_amd64.deb - optional net
kget_4.0.74-1_i386.deb - optional net
knewsticker_4.0.74-1_amd64.deb - optional kde
knewsticker_4.0.74-1_i386.deb - optional kde
kopete_4.0.74-1_amd64.deb - optional kde
kopete_4.0.74-1_i386.deb - optional kde
kppp_4.0.74-1_amd64.deb - optional net
kppp_4.0.74-1_i386.deb - optional net
krdc_4.0.74-1_amd64.deb - optional net
krdc_4.0.74-1_i386.deb - optional net
krfb_4.0.74-1_amd64.deb - optional net
krfb_4.0.74-1_i386.deb - optional net

Announcing to [EMAIL PROTECTED]
Closing bugs: 477332 


Thank you for your contribution to Debian.


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



Bug#477332: marked as done (kget: segfaults at startup in QTextOption::operator=)

2008-05-18 Thread Debian Bug Tracking System

Your message dated Sun, 18 May 2008 13:02:25 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#477332: fixed in kdenetwork 4:4.0.74-1
has caused the Debian Bug report #477332,
regarding kget: segfaults at startup in QTextOption::operator=
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.)


-- 
477332: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=477332
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kget
Version: 4:4.0.66+svn791114-1
Severity: grave

kget crashes immediately at startup. This happens whether launched
from the command line or from a download link in Konqueror.

This started happening after I upgraded a bunch of packages (KDE and
Qt) to today's experimental, so it could be a library
incompatibility. It used to work with all KDE packages at the 4.0.66
version.

Application: KGet (kget), signal SIGSEGV
Using host libthread_db library "/lib/i686/cmov/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 0xb609cb00 (LWP 12084)]
[KCrash handler]
#6  0xb6ea0d03 in QTextOption::operator= (this=0x39, [EMAIL PROTECTED])
at text/qtextoption.cpp:122
#7  0xb6e8eeb9 in QTextLayout::setTextOption (this=0x81a624c, 
[EMAIL PROTECTED]) at text/qtextlayout.cpp:446
#8  0xb719fcc4 in QItemDelegate::textRectangle (this=0x81aa608, 
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED])
at itemviews/qitemdelegate.cpp:1131
#9  0xb71a121b in QItemDelegate::updateEditorGeometry (this=0x81aa608, 
editor=0x81cdb68, [EMAIL PROTECTED], [EMAIL PROTECTED])
at itemviews/qitemdelegate.cpp:611
#10 0xb7159f35 in QAbstractItemViewPrivate::editor (this=0x81c48c0, 
[EMAIL PROTECTED], [EMAIL PROTECTED])
at itemviews/qabstractitemview.cpp:3535
#11 0xb715d6fe in QAbstractItemView::openPersistentEditor (this=0x81ac738, 
[EMAIL PROTECTED]) at itemviews/qabstractitemview.cpp:2692
#12 0x08070cd8 in TransfersView::setModel (this=0x81ac738, model=0x81672b0)
at /tmp/buildd/kdenetwork-4.0.66+svn791114/kget/ui/transfersview.cpp:58
#13 0xb7a1f81c in KGet::addTransferView (view=0x81ac738)
at /tmp/buildd/kdenetwork-4.0.66+svn791114/kget/core/kget.cpp:361
#14 0x08079134 in ViewsContainer (this=0x81a9790, parent=0x8163a68)
at /tmp/buildd/kdenetwork-4.0.66+svn791114/kget/ui/viewscontainer.cpp:218
#15 0x08090707 in MainWindow (this=0x8163a68, showMainwindow=true, 
startWithoutAnimation=false, parent=0x0)
at /tmp/buildd/kdenetwork-4.0.66+svn791114/kget/mainwindow.cpp:74
#16 0x080923aa in KGetApp::newInstance (this=0xbfc3939c)
at /tmp/buildd/kdenetwork-4.0.66+svn791114/kget/main.cpp:60
#17 0xb7e93b4a in KUniqueApplicationAdaptor::qt_metacall (this=0x8143520, 
_c=QMetaObject::InvokeMetaMethod, _id=0, _a=0xbfc389b4)
at 
/tmp/buildd/kde4libs-4.0.70+svn799089/kdeui/kernel/kuniqueapplication_p.h:75
#18 0xb746e7d4 in QDBusConnectionPrivate::deliverCall (this=0x80afae8, 
object=0x8143520, [EMAIL PROTECTED], [EMAIL PROTECTED], slotIdx=4)
at qdbusintegrator.cpp:865
#19 0xb746f7e3 in QDBusConnectionPrivate::activateCall (this=0x80afae8, 
object=0x8143520, flags=337, [EMAIL PROTECTED]) at qdbusintegrator.cpp:770
#20 0xb746ff2c in QDBusConnectionPrivate::activateObject (this=0x80afae8, 
[EMAIL PROTECTED], [EMAIL PROTECTED], pathStartPos=16)
at qdbusintegrator.cpp:1317
#21 0xb74702da in QDBusActivateObjectEvent::placeMetaCall (this=0x8164700)
at qdbusintegrator.cpp:1411
#22 0xb760a8e1 in QObject::event (this=0xbfc3939c, e=0x8164700)
at kernel/qobject.cpp:1140
#23 0xb75fa0db in QCoreApplication::event (this=0xbfc3939c, e=0x8164700)
at kernel/qcoreapplication.cpp:1385
#24 0xb6c9fd99 in QApplication::event (this=0xbfc3939c, e=0x8164700)
at kernel/qapplication.cpp:2177
#25 0xb6c99ccc in QApplicationPrivate::notify_helper (this=0x80b5458, 
receiver=0xbfc3939c, e=0x8164700) at kernel/qapplication.cpp:3766
#26 0xb6c9e869 in QApplication::notify (this=0xbfc3939c, receiver=0xbfc3939c, 
e=0x8164700) at kernel/qapplication.cpp:3360
#27 0xb7e8b57d in KApplication::notify (this=0xbfc3939c, receiver=0xbfc3939c, 
event=0x8164700)
at /tmp/buildd/kde4libs-4.0.70+svn799089/kdeui/kernel/kapplication.cpp:311
#28 0xb75fa1e9 in QCoreApplication::notifyInternal (this=0xbfc3939c, 
receiver=0xbfc3939c, event=0x8164700) at kernel/qcoreapplication.cpp:587
#29 0xb75fb599 in QCoreApplicationPrivate::sendPostedEvents (receiver=0x0, 
event_type=0, data=0x80a54f8)
at ../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:215
#30 0xb75fb7bd in QCoreApplication::sendPostedEvents (receiver=0x0, 
ev

Bug#479010: marked as done (umbrello: segfaults and assert failure when starting, opening a document or closing app)

2008-05-18 Thread Debian Bug Tracking System

Your message dated Sun, 18 May 2008 16:02:13 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479010: fixed in kdesdk 4:4.0.74-1
has caused the Debian Bug report #479010,
regarding umbrello: segfaults and assert failure when starting, opening a 
document or closing app
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.)


-- 
479010: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479010
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: umbrello
Version: 4:4.0.72-1
Severity: grave

umbrello keeps crashing in interesting ways. The crashes seem to
happen in the Qt libs so it's possibly a Qt problem.

Steps to reproduce:
1. Start with a clean config by removing .kde4/share/config/umbrellorc.
2. Launch umbrello.
3. Immediately close umbrello. It segfaults with the stack trace below.

4. Further attempts to launch umbrello yield

  ASSERT failure in QList::operator[]: "index out of range", file 
/usr/include/qt4/QtCore/qlist.h, line 401


The crash in step 3 also happens if a document is opened using the
File menu.

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

Kernel: Linux 2.6.25-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 umbrello depends on:
ii  kdebase-runtime4:4.0.72-1runtime components from the offici
ii  kdelibs5   4:4.0.72-1core libraries for all KDE 4 appli
ii  libc6  2.7-10GNU C Library: Shared libraries
ii  libgcc11:4.3.0-3 GCC support library
ii  libqt4-gui 4.4.0~rc1-5   Qt 4 GUI module
ii  libqt4-qt3support  4.4.0~rc1-5   Qt 3 compatibility library for Qt 
ii  libqt4-xml 4.4.0~rc1-5   Qt 4 XML module
ii  libqtcore4 4.4.0~rc1-5   Qt 4 core module
ii  libstdc++6 4.3.0-3   The GNU Standard C++ Library v3
ii  libxml22.6.32.dfsg-2 GNOME XML library
ii  libxslt1.1 1.1.23-1  XSLT processing library - runtime 

umbrello recommends no packages.

-- no debconf information


--- End Message ---
--- Begin Message ---
Source: kdesdk
Source-Version: 4:4.0.74-1

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

cervisia_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/cervisia_4.0.74-1_amd64.deb
cervisia_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/cervisia_4.0.74-1_i386.deb
cvsservice_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/cvsservice_4.0.74-1_amd64.deb
cvsservice_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/cvsservice_4.0.74-1_i386.deb
kapptemplate_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kapptemplate_4.0.74-1_all.deb
kate_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kate_4.0.74-1_amd64.deb
kate_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kate_4.0.74-1_i386.deb
kbugbuster_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kbugbuster_4.0.74-1_amd64.deb
kbugbuster_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kbugbuster_4.0.74-1_i386.deb
kcachegrind-converters_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kcachegrind-converters_4.0.74-1_all.deb
kcachegrind_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kcachegrind_4.0.74-1_amd64.deb
kcachegrind_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kcachegrind_4.0.74-1_i386.deb
kdesdk-dbg_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dbg_4.0.74-1_amd64.deb
kdesdk-dbg_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-dbg_4.0.74-1_i386.deb
kdesdk-dev_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dev_4.0.74-1_amd64.deb
kdesdk-dev_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-dev_4.0.74-1_i386.deb
kdesdk-kio-plugins_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-kio-plugins_4.0.74-1_amd64.deb
kdesdk-kio-plugins_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-kio-plugins_4.0.74-1_i386.deb
kdesdk-misc_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-misc_4.0.74-1_amd64.deb
kdesdk-misc_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-misc_4.0.74-1_i386.deb
kdesdk-scripts_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kdesdk-scripts_4.0.74-1_all.deb
kdesdk-strigi-plugins_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-strigi-plugins_4.0.74-1_amd64.deb
kdesdk-strigi-plugins_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-strigi-plugins_4.0.74-1_i386.deb
kdesdk_4.0.74-1.diff.gz
  to pool/main/k/kdesdk/kdesdk_4.0.74-1.diff.gz
kdesdk_4.0.74-1.dsc
  to pool/main/k/k

Bug#479085: marked as done (kdesdk_4:4.0.72-1(experimental/i386/demosthenes): Fails build/install demangle binary)

2008-05-18 Thread Debian Bug Tracking System

Your message dated Sun, 18 May 2008 16:02:13 +
with message-id <[EMAIL PROTECTED]>
and subject line Bug#479085: fixed in kdesdk 4:4.0.74-1
has caused the Debian Bug report #479085,
regarding kdesdk_4:4.0.72-1(experimental/i386/demosthenes): Fails build/install 
demangle binary
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.)


-- 
479085: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=479085
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kdesdk
Version: 4:4.0.72-1
Severity: serious
Tags: experimental

Heya,

Building your package failed:

| Automatic build of kdesdk_4:4.0.72-1 on demosthenes by sbuild/i386 98-farm
| Build started at 20080502-1711
| **

[...]

| dh_install -pkmtrace --sourcedir=debian/tmp 
| cp: cannot stat `debian/tmp//usr/bin/demangle': No such file or directory
| dh_install: command returned error code 256

A complete build log can be found at
http://experimental.debian.net/build.php?arch=i386&pkg=kdesdk&ver=4:4.0.72-1

Marc
-- 
BOFH #435:
Internet shut down due to maintainance


--- End Message ---
--- Begin Message ---
Source: kdesdk
Source-Version: 4:4.0.74-1

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

cervisia_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/cervisia_4.0.74-1_amd64.deb
cervisia_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/cervisia_4.0.74-1_i386.deb
cvsservice_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/cvsservice_4.0.74-1_amd64.deb
cvsservice_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/cvsservice_4.0.74-1_i386.deb
kapptemplate_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kapptemplate_4.0.74-1_all.deb
kate_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kate_4.0.74-1_amd64.deb
kate_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kate_4.0.74-1_i386.deb
kbugbuster_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kbugbuster_4.0.74-1_amd64.deb
kbugbuster_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kbugbuster_4.0.74-1_i386.deb
kcachegrind-converters_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kcachegrind-converters_4.0.74-1_all.deb
kcachegrind_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kcachegrind_4.0.74-1_amd64.deb
kcachegrind_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kcachegrind_4.0.74-1_i386.deb
kdesdk-dbg_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dbg_4.0.74-1_amd64.deb
kdesdk-dbg_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-dbg_4.0.74-1_i386.deb
kdesdk-dev_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-dev_4.0.74-1_amd64.deb
kdesdk-dev_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-dev_4.0.74-1_i386.deb
kdesdk-kio-plugins_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-kio-plugins_4.0.74-1_amd64.deb
kdesdk-kio-plugins_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-kio-plugins_4.0.74-1_i386.deb
kdesdk-misc_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-misc_4.0.74-1_amd64.deb
kdesdk-misc_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-misc_4.0.74-1_i386.deb
kdesdk-scripts_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kdesdk-scripts_4.0.74-1_all.deb
kdesdk-strigi-plugins_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kdesdk-strigi-plugins_4.0.74-1_amd64.deb
kdesdk-strigi-plugins_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kdesdk-strigi-plugins_4.0.74-1_i386.deb
kdesdk_4.0.74-1.diff.gz
  to pool/main/k/kdesdk/kdesdk_4.0.74-1.diff.gz
kdesdk_4.0.74-1.dsc
  to pool/main/k/kdesdk/kdesdk_4.0.74-1.dsc
kdesdk_4.0.74-1_all.deb
  to pool/main/k/kdesdk/kdesdk_4.0.74-1_all.deb
kdesdk_4.0.74.orig.tar.gz
  to pool/main/k/kdesdk/kdesdk_4.0.74.orig.tar.gz
kmtrace_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kmtrace_4.0.74-1_amd64.deb
kmtrace_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kmtrace_4.0.74-1_i386.deb
kompare_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kompare_4.0.74-1_amd64.deb
kompare_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kompare_4.0.74-1_i386.deb
kuiviewer_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/kuiviewer_4.0.74-1_amd64.deb
kuiviewer_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/kuiviewer_4.0.74-1_i386.deb
lokalize_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/lokalize_4.0.74-1_amd64.deb
lokalize_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/lokalize_4.0.74-1_i386.deb
poxml_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/poxml_4.0.74-1_amd64.deb
poxml_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/poxml_4.0.74-1_i386.deb
umbrello_4.0.74-1_amd64.deb
  to pool/main/k/kdesdk/umbrello_4.0.74-1_amd64.deb
umbrello_4.0.74-1_i386.deb
  to pool/main/k/kdesdk/umbrello_4.0.74-1_i386.deb



A summary of the changes between this version and 

Bug#448555: Re: libqt4-core: fonts are not hinted, therefore blurry and ugly

2008-05-18 Thread Sebastian Krause

Sebastian Krause wrote:

Tomas Janousek schrieb:

As shown on this picture: http://tomi.nomi.cz/tmp2/qt4-fucked-hinting.png
(qt3 on the left side, qt4 on the right), qt4 does not respect my hinting
settings and just subpixel-antialiases the fonts. This looks awful and 
is very

annoying to read.

All gtk2 and qt3 applications have no problems hinting the fonts 
properly.


I have the same problem and it's really annoying; it makes Qt4
applications (and KDE 4) very uncomfortable to use.


I guess in recent versions of Qt in Unstable this problem doesn't exist 
anymore, at least on my system where I always had it. Tomas, can you 
confirm that?


Sebastian



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



Bug#448555: Re: libqt4-core: fonts are not hinted, therefore blurry and ugly

2008-05-18 Thread Tomáš Janoušek
Hi,

On Sun, May 18, 2008 at 07:01:53PM +0200, Sebastian Krause wrote:
> I guess in recent versions of Qt in Unstable this problem doesn't exist 
> anymore, at least on my system where I always had it. Tomas, can you confirm 
> that?

Nope, still doesn't work here. I'm running 4.4.0-2 from unstable. Should I
switch it somehow somewhere?

-- 
Tomáš Janoušek, a.k.a. Liskni_si, http://work.lisk.in/



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



Bug#448555: libqt4-core: fonts are not hinted, therefore blurry and ugly

2008-05-18 Thread Sebastian Krause

Tomáš Janoušek wrote:

On Sun, May 18, 2008 at 07:01:53PM +0200, Sebastian Krause wrote:
I guess in recent versions of Qt in Unstable this problem doesn't exist 
anymore, at least on my system where I always had it. Tomas, can you confirm 
that?


Nope, still doesn't work here. I'm running 4.4.0-2 from unstable. Should I
switch it somehow somewhere?


Hmm, I don't know anymore when and why it was fine again, but once I 
cleaned up my whole Qt configuration (deleted ~/.qt* and 
~/.config/Trolltech*). Since then I've never seen those blurry fonts 
anymore.


Sebastian



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



Bug#448555: libqt4-core: fonts are not hinted, therefore blurry and ugly

2008-05-18 Thread Tomáš Janoušek
Hi,

On Sun, May 18, 2008 at 07:14:50PM +0200, Sebastian Krause wrote:
> Hmm, I don't know anymore when and why it was fine again, but once I cleaned 
> up my whole Qt configuration (deleted ~/.qt* and ~/.config/Trolltech*). 
> Since then I've never seen those blurry fonts anymore.

Nope, going into KDE (version 3) setting dialog and enabling hinting makes it
use hinting but disables subpixel rendering completely (and can't be enabled,
dunno why). Removing ~/.fonts.conf and xrdb settings it generated, qt3 looks
fine again and qt4 looks fucked again.

-- 
Tomáš Janoušek, a.k.a. Liskni_si, http://work.lisk.in/



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



Re: Bug#480972: vulnerable to symlink attacks

2008-05-18 Thread Sune Vuorela
On Tuesday 13 May 2008, Marco d'Itri wrote:

> Security team: libuu-dev is a static-only library (see #216593).
> klibido, nget and slrn build-depend on libuu-dev, while
> libconvert-uulib-perl and kde (I don't know exactly which package,
> look in the kdesupport directory) contain an embedded copy.

I tried locating it in kde (kdesupport directory). I could find it thru google 
code search in a  ancient (probably kde 1) tarball on some openbsd mirrors.

But I couldn't find it in neither kde3 or kde4.

(I looked for the file mentioned ..)

/Sune
-- 
I'm not able to forward from a USB file, how does it work?

You must install the clock for logging on a system to a directory.


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


Bug#481724: [kdebase-workspace] Still BROKEN: krunner/startupid.cpp: undefined reference to `XcursorGetDefaultSize'

2008-05-18 Thread Sedat Dilek
Hi,

the above given patch [1] is NOT fixing the problem.
Maybe, it's interesting to know how I wanted to solve the problem.

My history of build-instructions...

$ 
DL_MIRROR="http://svn.mandriva.com/svn/packages/cooker/kdebase4-workspace/current/SOURCES";
$ SVN_MIRROR="svn://svn.debian.org/svn/pkg-kde"

$ wget $DL_MIRROR/kdebase-workspace-4.0.74.tar.bz2
$ tar --bzip2 -xf kdebase-workspace-4.0.74.tar.bz2
$ cd kdebase-workspace-4.0.74
$ svn co 
$SVN_MIRROR/tags/packages/kdebase-workspace/kdebase-workspace-4.0.74-1/debian/

INFO:
I also tried trunk from , but the Debian-patches did not fit.
Ergo, the TGZ-archive [2] seems to be suitable for my reasons.

$ svn co svn://anonsvn.kde.org/home/kde/trunk/KDE/kdebase/workspace

Unfortunately, the problem rest the same...

$ grep XcursorGetDefaultSize BROKEN_3_kdebase-workspace_4.0.74-1_i386.build

OUTPUT:
/home/sd/src/kdebase-workspace_4.0.74-1_debianway/kdebase-workspace-4.0.74/krunner/startupid.cpp:325:
undefined reference to `XcursorGetDefaultSize'

After my investigations (see below) my head is empty.

FINAL:
The last and satisfying was to live with v4.0.72-1 of
kdebase-workspace [3, 4] and do the first steps with kde4. v4.0.74-1
is in pipe [5].

$ sudo apt-get -t experimental install kde4-minimal

Kind Regards,
Sedat


- Investigations reloaded -

First, I took a look into the trouble-making file.

[krunner/startupid.cpp]
...
#ifdef HAVE_XCURSOR
#include 
#endif
...
#ifdef HAVE_XCURSOR
cursor_size = XcursorGetDefaultSize( QX11Info::display());
#endif
...

Afterwards, I searched for all files containing "HAVE_XCURSOR".

$ find ./ -type f | xargs grep HAVE_XCURSOR

OUTPUT:
./kcontrol/input/main.cpp:#ifdef HAVE_XCURSOR
./kcontrol/input/main.cpp:#ifdef HAVE_XCURSOR
./kcontrol/input/kapplymousetheme.cpp:#ifdef HAVE_XCURSOR
./kcontrol/input/kapplymousetheme.cpp:#ifdef HAVE_XCURSOR
./config-X11.h.cmake:#cmakedefine HAVE_XCURSOR 1
./ConfigureChecks.cmake:macro_bool_to_01(X11_Xcursor_FOUND
HAVE_XCURSOR) # many uses
./krunner/startupid.cpp:#ifdef HAVE_XCURSOR
./krunner/startupid.cpp:#ifdef HAVE_XCURSOR

"HAVE_XCURSOR" seems to have a value (define).

[config-X11.h.cmake]
...
#cmakedefine HAVE_XCURSOR 1
...

Is the include-file  (package libxcursor-dev
[6]) installed and to which package does it belong?

$ sudo dpkg -S /usr/include/X11/Xcursor/Xcursor.h

OUTPUT:
libxcursor-dev: /usr/include/X11/Xcursor/Xcursor.h

Build-dependencies OK?

$ sudo env LANGUAGE=en apt-get build-dep kdebase-workspace
$ sudo env LANGUAGE=en apt-get build-dep libxcursor-dev

OUTPUT:
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 0 to remove and 8 not upgraded.

INFO: 8 packages are on "hold".

WEB-LINKS:
-

[1] http://bugs.debian.org/481724
[2] http://cia.vc/stats/author/fwang/.message/3c8333
[3] http://packages.debian.org/experimental/kde4-minimal
[4] http://ftp.de.debian.org/debian/pool/main/k/kdebase-workspace/?C=M;O=D
[5] http://ftp-master.debian.org/new/kdebase-workspace_4:4.0.74-1.html
[6] http://packages.debian.org/libxcursor-dev



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



Bug#481724: [kdebase-workspace] BROKEN 4.0.72-1: krunner/startupid.cpp: undefined reference to `XcursorGetDefaultSize'

2008-05-18 Thread Sedat Dilek
Package: kdebase-workspace
Version: 4.0.72-1
Severity: important

Hi,

kdebase-workspace v4.0.72-1 seems also be "infected" on Sidux/i386,
see attached build-log.

On [1] I found a workaround to get rid of the problem, rude - but works ;-).

Shall I open a new bug-report or will you merge the involved versions
v4.0.72-1 and v4.0.74-1?

Regards,
Sedat


[1] http://www.kubuntuforums.net/forums/index.php?topic=3094578


kdebase-workspace_4.0.72-1_i386.build.gz
Description: GNU Zip compressed data


Bug#481865: kpdf crashes when opening password protected files

2008-05-18 Thread yzhh
Package: kpdf
Version: 4:3.5.9-1+b1
Severity: important

I've got a few password protected pdf files. Kpdf crashes on opening any
of them. But xpdf asks for the password and opens successfully.

I've tried switching the setting about following (or not) DRM
restrictions, to find out kpdf crashes reguardless of this.

Sorry, I can't provide those password protected files. But one thing
that may be of interest is: the content is in Chinese. Although that is
suspectable I have other pdf files that contain Chinese and displayed
well with kpdf.

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

Kernel: Linux 2.6.24-1-686 (SMP w/2 CPU cores)
Locale: LANG=zh_CN, LC_CTYPE=zh_CN (charmap=GB2312)
Shell: /bin/sh linked to /bin/bash

Versions of packages kpdf depends on:
ii  kdelibs4c2a 4:3.5.9.dfsg.1-4 core libraries and binaries for al
ii  libc6   2.7-10   GNU C Library: Shared libraries
ii  libfontconfig1  2.5.0-2  generic font configuration library
ii  libfreetype62.3.5-1+b1   FreeType 2 font engine, shared lib
ii  libgcc1 1:4.3.0-3GCC support library
ii  libpaper1   1.1.23   library for handling paper charact
ii  libqt3-mt   3:3.3.8b-5   Qt GUI Library (Threaded runtime v
ii  libstdc++6  4.3.0-3  The GNU Standard C++ Library v3
ii  libxft2 2.1.12-2 FreeType-based font drawing librar

Versions of packages kpdf recommends:
ii  kghostview  4:3.5.9-1+b1 PostScript viewer for KDE

-- no debconf information



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