Bug#518131: libqt4-opengl: dlclose libQtOpenGL.so segmentation fault

2009-03-04 Thread Tobias Rautenkranz
Package: libqt4-opengl
Version: 4.5.0~rc1-2
Severity: minor

If libQtOpenGL is loaded with dlopen the program segfaults when libQtOpenGL is 
unloaded.

$ gcc -o dltest -ldl dltest.c
$ ./dltest /usr/lib/libQtOpenGL.so
opening /usr/lib/libQtOpenGL.so...
closing /usr/lib/libQtOpenGL.so...
Segmentation fault (core dumped)

My build from upstream links against GLU and does not crash on dlclose.

$ ldd /usr/lib/libQtOpenGL.so | grep GLU
$ ldd /usr/local/Trolltech/Qt-4.5.0/lib/libQtOpenGL.so | grep GLU
 libGLU.so.1 = /usr/lib/libGLU.so.1 (0xb7e01000)

Linking libqt4-opengl against GLU should fix it.

$ ./dltest /usr/lib/libGLU.so /usr/lib/libQtOpenGL.so
opening /usr/lib/libGLU.so...
opening /usr/lib/libQtOpenGL.so...
closing /usr/lib/libQtOpenGL.so...
closing /usr/lib/libGLU.so...
done


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

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

Versions of packages libqt4-opengl depends on:
ii  libc62.9-4   GNU C Library: Shared libraries
ii  libfreetype6 2.3.7-2 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.3.3-3   GCC support library
ii  libgl1-mesa-glx [libgl1] 7.2-1   A free implementation of the OpenG
ii  libqtcore4   4.5.0~rc1-2 Qt 4 core module
ii  libqtgui44.5.0~rc1-2 Qt 4 GUI module
ii  libstdc++6   4.3.3-3 The GNU Standard C++ Library v3
ii  libx11-6 2:1.1.5-2   X11 client-side library

libqt4-opengl recommends no packages.

libqt4-opengl suggests no packages.

-- no debconf information
#include dlfcn.h
#include stdio.h
#include stdlib.h
#include error.h

int
main(int argc, char** argv)
{
	if (argc  2)
		error(EXIT_FAILURE, 0, usage: %s LIBRARY..., argv[0]);

	void* handle[argc];
	int i;
	for (i=1; i  argc; i++)
	{
		printf(opening %s...\n, argv[i]);
		handle[i] = dlopen(argv[i], RTLD_LAZY);
		if (!handle[i])
			error(EXIT_FAILURE, 0, dlopen: %s, dlerror());
	}

	for (i=argc-1; i  0; i--)
	{
		printf(closing %s...\n, argv[i]);
		if(dlclose(handle[i]))
			error(EXIT_FAILURE, 0, dlclose: %s, dlerror());
	}

	printf(done\n);
	exit(EXIT_SUCCESS);
}


Bug#518062: kdelibs: Programs cannot be called on paths containing non-ascii characters

2009-03-04 Thread Alex Dănilă

Hi, indeed. Downgrading to Qt 4.4 solved the problem.
Thanks.

Alex


David Palacio wrote:

Hi,
This problems only appears with Qt 4.5.
  





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



Bug#516740: marked as done (libqt4-core: knode crashes whenever the Reply command is invoked)

2009-03-04 Thread Debian Bug Tracking System

Your message dated Wed, 04 Mar 2009 18:49:56 +
with message-id e1lewag-00080x...@ries.debian.org
and subject line Bug#516740: fixed in qt4-x11 4.5.0-1
has caused the Debian Bug report #516740,
regarding libqt4-core: knode crashes whenever the Reply command is invoked
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.)


-- 
516740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=516740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libqt4-core
Version: 4.5.0~rc1-2
Severity: serious

knode crashes as soon as the Reply menu item (or 'R' key) is pressed,
since today's upgrade to Qt 4.5.0~rc1.

Program: Knode (knode), signal SIGSEGV
0x7f85f33efff1 in nanosleep () from /lib/libc.so.6

Thread 1 (Thread 0x7f85f61686f0 (LWP 2363)):
[KCrash Handler]
#5  0x7f85f3dbd6f7 in QTextEngine::atWordSeparator (this=0xb8dc20, 
position=0) at ../../include/QtCore/../../src/corelib/tools/qstring.h:680
#6  0x7f85f3e15bb7 in QTextCursorPrivate::movePosition (this=0x12b7160, 
op=QTextCursor::EndOfWord, mode=QTextCursor::KeepAnchor) at 
text/qtextcursor.cpp:484
#7  0x7f85f3e1824a in QTextCursor::movePosition (this=0x7e2acb80, 
op=QTextCursor::EndOfWord, mode=QTextCursor::KeepAnchor, n=1) at 
text/qtextcursor.cpp:1187
#8  0x7f85f3e19480 in QTextCursor::select (this=0x7e2acb80, 
selection=QTextCursor::WordUnderCursor) at text/qtextcursor.cpp:1399
#9  0x7f85f4d31183 in KRichTextEditPrivate::mergeFormatOnWordOrSelection 
(this=0xb8f9f0, form...@0x7e2acbb0) at 
../../kdeui/widgets/krichtextedit.cpp:104
#10 0x7f85f4d314d9 in KRichTextEdit::setFont (this=0xb889c0, 
fo...@0x7e2acbe0) at ../../kdeui/widgets/krichtextedit.cpp:271
#11 0x7f85f56334dd in KNComposer::setConfig (this=0x9a1770, 
onlyFonts=value optimized out) at ../../knode/kncomposer.cpp:579
#12 0x7f85f563638a in KNComposer (this=0x9a1770, a=value optimized out, 
te...@0x7e2ad720, sig=value optimized out, unwraped=value optimized 
out, firstEdit=true, dislikesCopies=false, 
createCopy=false, allowMail=value optimized out) at 
../../knode/kncomposer.cpp:392
#13 0x7f85f564492a in KNArticleFactory::createReply (this=0xa3c120, 
a=value optimized out, selectedte...@0x7e2adc20, post=true, mail=value 
optimized out)
at ../../knode/knarticlefactory.cpp:272
#14 0x7f85f5675120 in KNode::ArticleWidget::slotReply (this=value 
optimized out) at ../../knode/articlewidget.cpp:1306
#15 0x7f85f5680fdd in KNode::ArticleWidget::qt_metacall (this=0x8059a0, 
_c=QMetaObject::InvokeMetaMethod, _id=value optimized out, _a=0x7e2add60) 
at ./articlewidget.moc:135
#16 0x7f85f4753592 in QMetaObject::activate (sender=0x8dad20, 
from_signal_index=value optimized out, to_signal_index=6, argv=0x10) at 
kernel/qobject.cpp:3064
#17 0x7f85f3b806d7 in QAction::triggered (this=0xb8dc20, _t1=false) at 
.moc/release-shared/moc_qaction.cpp:236
#18 0x7f85f3b81b50 in QAction::activate (this=0x8dad20, event=value 
optimized out) at kernel/qaction.cpp:1155
#19 0x7f85f3b84667 in QAction::event (this=0xb8dc20, e=value optimized 
out) at kernel/qaction.cpp:1074
#20 0x7f85f4b82c23 in KAction::event (this=0xb8dc20, event=0x7e2ae2e0) 
at ../../kdeui/actions/kaction.cpp:88
#21 0x7f85f3b8666d in QApplicationPrivate::notify_helper (this=0x6276f0, 
receiver=0x8dad20, e=0x7e2ae2e0) at kernel/qapplication.cpp:4051
#22 0x7f85f3b8e85a in QApplication::notify (this=0x7e2af910, 
receiver=0x8dad20, e=0x7e2ae2e0) at kernel/qapplication.cpp:4016
#23 0x7f85f4c53fab in KApplication::notify (this=0x7e2af910, 
receiver=0x8dad20, event=0x7e2ae2e0) at 
../../kdeui/kernel/kapplication.cpp:307
#24 0x7f85f473dbbc in QCoreApplication::notifyInternal 
(this=0x7e2af910, receiver=0x8dad20, event=0x7e2ae2e0) at 
kernel/qcoreapplication.cpp:597
#25 0x7f85f3bbbf0d in QShortcutMap::dispatchEvent (this=value optimized 
out, e=0x7e2ae7d0) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:208
#26 0x7f85f3bbdd6c in QShortcutMap::tryShortcutEvent (this=0x627808, 
o=value optimized out, e=0x7e2ae7d0) at kernel/qshortcutmap.cpp:364
#27 0x7f85f3b8f861 in QApplication::notify (this=0x7e2af910, 
receiver=0x9f5660, e=0x7e2ae7d0) at kernel/qapplication.cpp:3640
#28 0x7f85f4c53fab in KApplication::notify (this=0x7e2af910, 
receiver=0x9f5660, event=0x7e2ae7d0) at 
../../kdeui/kernel/kapplication.cpp:307
#29 0x7f85f473dbbc in QCoreApplication::notifyInternal 
(this=0x7e2af910, receiver=0x9f5660, event=0x7e2ae7d0) at 

Bug#500905: marked as done ([qt4-x11] Misleading license information)

2009-03-04 Thread Debian Bug Tracking System

Your message dated Wed, 04 Mar 2009 18:49:56 +
with message-id e1lewag-00080t...@ries.debian.org
and subject line Bug#500905: fixed in qt4-x11 4.5.0-1
has caused the Debian Bug report #500905,
regarding [qt4-x11] Misleading license information
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.)


-- 
500905: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=500905
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qt4-x11
Version: 4.4.3
Severity: normal

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

In the latest copyright informations (/usr/share/doc/libqt4-core/copyright, it 
is said that:
Since Qt 4.3.4, Qt is triple licensed under the QPL, GPL 2 and GPL 3.

But, if we look at the copyright informations from the Qt packages, it doesn't 
have any mention of QPL as a valid open-source license. If it has changed, 
then there are no history of this in the copyright file, the latest change is:
Since Qt 4.4.3, copyright of Qt has been transferred to Nokia Corporation.

And the header of the copyright file says that the Qt4 open-source edition is 
licensed using GPLv2 or GPLv3, which seems correct.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26

Debian Release: lenny/sid
  500 unstablewww.emdebian.org 
  500 unstablegulus.usherbrooke.ca 
  500 testing gulus.usherbrooke.ca 
1 experimentalgulus.usherbrooke.ca 

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





signature.asc
Description: This is a digitally signed message part.
---End Message---
---BeginMessage---
Source: qt4-x11
Source-Version: 4.5.0-1

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

libqt4-assistant_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.0-1_amd64.deb
libqt4-assistant_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.0-1_i386.deb
libqt4-core_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.0-1_amd64.deb
libqt4-core_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.0-1_i386.deb
libqt4-dbg_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.0-1_amd64.deb
libqt4-dbg_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.0-1_i386.deb
libqt4-dbus_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.0-1_amd64.deb
libqt4-dbus_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.0-1_i386.deb
libqt4-designer_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.0-1_amd64.deb
libqt4-designer_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.0-1_i386.deb
libqt4-dev_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.0-1_amd64.deb
libqt4-dev_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.0-1_i386.deb
libqt4-gui_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.0-1_amd64.deb
libqt4-gui_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.0-1_i386.deb
libqt4-help_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.0-1_amd64.deb
libqt4-help_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.0-1_i386.deb
libqt4-network_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.0-1_amd64.deb
libqt4-network_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.0-1_i386.deb
libqt4-opengl-dev_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.0-1_amd64.deb
libqt4-opengl-dev_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.0-1_i386.deb
libqt4-opengl_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.0-1_amd64.deb
libqt4-opengl_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.0-1_i386.deb
libqt4-qt3support_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.0-1_amd64.deb
libqt4-qt3support_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.0-1_i386.deb
libqt4-script_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.0-1_amd64.deb
libqt4-script_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.0-1_i386.deb
libqt4-scripttools_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.0-1_amd64.deb
libqt4-scripttools_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.0-1_i386.deb
libqt4-sql-ibase_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.0-1_amd64.deb
libqt4-sql-ibase_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.0-1_i386.deb
libqt4-sql-mysql_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-mysql_4.5.0-1_amd64.deb

Bug#508190: marked as done (qt4-x11: confusing wording in copyright file)

2009-03-04 Thread Debian Bug Tracking System

Your message dated Wed, 04 Mar 2009 18:49:56 +
with message-id e1lewag-00080v...@ries.debian.org
and subject line Bug#508190: fixed in qt4-x11 4.5.0-1
has caused the Debian Bug report #508190,
regarding qt4-x11: confusing wording in copyright file
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.)


-- 
508190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=508190
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qt4-x11
Version: 4.4.3-1
Severity: normal

The copyright file in qt-x11 package contains the sentence
Since Qt 4.3.4, Qt is triple licensed under the QPL, GPL 2 and GPL 3.

However, version 4.4 of Qt is not licensed under QPL anymore. The 
wording may cause someone to believe that also Qt4.4 is licensed
under the QPL.

Teemu

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

Kernel: Linux 2.6.26-1-686 (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


---End Message---
---BeginMessage---
Source: qt4-x11
Source-Version: 4.5.0-1

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

libqt4-assistant_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.0-1_amd64.deb
libqt4-assistant_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-assistant_4.5.0-1_i386.deb
libqt4-core_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.0-1_amd64.deb
libqt4-core_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-core_4.5.0-1_i386.deb
libqt4-dbg_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.0-1_amd64.deb
libqt4-dbg_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbg_4.5.0-1_i386.deb
libqt4-dbus_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.0-1_amd64.deb
libqt4-dbus_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dbus_4.5.0-1_i386.deb
libqt4-designer_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.0-1_amd64.deb
libqt4-designer_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-designer_4.5.0-1_i386.deb
libqt4-dev_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.0-1_amd64.deb
libqt4-dev_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-dev_4.5.0-1_i386.deb
libqt4-gui_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.0-1_amd64.deb
libqt4-gui_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-gui_4.5.0-1_i386.deb
libqt4-help_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.0-1_amd64.deb
libqt4-help_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-help_4.5.0-1_i386.deb
libqt4-network_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.0-1_amd64.deb
libqt4-network_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-network_4.5.0-1_i386.deb
libqt4-opengl-dev_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.0-1_amd64.deb
libqt4-opengl-dev_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl-dev_4.5.0-1_i386.deb
libqt4-opengl_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.0-1_amd64.deb
libqt4-opengl_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-opengl_4.5.0-1_i386.deb
libqt4-qt3support_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.0-1_amd64.deb
libqt4-qt3support_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-qt3support_4.5.0-1_i386.deb
libqt4-script_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.0-1_amd64.deb
libqt4-script_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-script_4.5.0-1_i386.deb
libqt4-scripttools_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.0-1_amd64.deb
libqt4-scripttools_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-scripttools_4.5.0-1_i386.deb
libqt4-sql-ibase_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.0-1_amd64.deb
libqt4-sql-ibase_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-ibase_4.5.0-1_i386.deb
libqt4-sql-mysql_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-mysql_4.5.0-1_amd64.deb
libqt4-sql-mysql_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-mysql_4.5.0-1_i386.deb
libqt4-sql-odbc_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-odbc_4.5.0-1_amd64.deb
libqt4-sql-odbc_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-odbc_4.5.0-1_i386.deb
libqt4-sql-psql_4.5.0-1_amd64.deb
  to pool/main/q/qt4-x11/libqt4-sql-psql_4.5.0-1_amd64.deb
libqt4-sql-psql_4.5.0-1_i386.deb
  to pool/main/q/qt4-x11/libqt4-sql-psql_4.5.0-1_i386.deb
libqt4-sql-sqlite2_4.5.0-1_amd64.deb
  to 

Processed: [bts-link] source package kdebase

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

 #
 # bts-link upstream status pull for source package kdebase
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #403609
 #  * http://bugs.kde.org/show_bug.cgi?id=127215
 #  * remote status changed: UNCONFIRMED - RESOLVED
 #  * remote resolution changed: (?) - UNMAINTAINED
 #  * closed upstream
 tags 403609 + fixed-upstream
Bug#403609: /etc/fstab parser does not support LABEL= device nodes
There were no tags set.
Bug#408774: LABEL=/UUID= device nodes are not supported by KDE mediamanager
Bug#410234: mounting an external harddrive via KDE fails with rights denied
Tags added: fixed-upstream

 usertags 403609 - status-UNCONFIRMED
Bug#403609: /etc/fstab parser does not support LABEL= device nodes
Usertags were: status-UNCONFIRMED.
Usertags are now: .
 usertags 403609 + status-RESOLVED resolution-UNMAINTAINED
Bug#403609: /etc/fstab parser does not support LABEL= device nodes
There were no usertags set.
Usertags are now: status-RESOLVED resolution-UNMAINTAINED.
 # remote status report for #408774
 #  * http://bugs.kde.org/show_bug.cgi?id=127215
 #  * remote status changed: UNCONFIRMED - RESOLVED
 #  * remote resolution changed: (?) - UNMAINTAINED
 #  * closed upstream
 tags 408774 + fixed-upstream
Bug#408774: LABEL=/UUID= device nodes are not supported by KDE mediamanager
Tags were: fixed-upstream
Bug#403609: /etc/fstab parser does not support LABEL= device nodes
Bug#410234: mounting an external harddrive via KDE fails with rights denied
Tags added: fixed-upstream

 usertags 408774 - status-UNCONFIRMED
Bug#408774: LABEL=/UUID= device nodes are not supported by KDE mediamanager
Usertags were: status-UNCONFIRMED.
Usertags are now: .
 usertags 408774 + status-RESOLVED resolution-UNMAINTAINED
Bug#408774: LABEL=/UUID= device nodes are not supported by KDE mediamanager
There were no usertags set.
Usertags are now: status-RESOLVED resolution-UNMAINTAINED.
 # remote status report for #410234
 #  * http://bugs.kde.org/show_bug.cgi?id=127215
 #  * remote status changed: UNCONFIRMED - RESOLVED
 #  * remote resolution changed: (?) - UNMAINTAINED
 #  * closed upstream
 tags 410234 + fixed-upstream
Bug#410234: mounting an external harddrive via KDE fails with rights denied
Tags were: fixed-upstream
Bug#403609: /etc/fstab parser does not support LABEL= device nodes
Bug#408774: LABEL=/UUID= device nodes are not supported by KDE mediamanager
Tags added: fixed-upstream

 usertags 410234 - status-UNCONFIRMED
Bug#410234: mounting an external harddrive via KDE fails with rights denied
Usertags were: status-UNCONFIRMED.
Usertags are now: .
 usertags 410234 + status-RESOLVED resolution-UNMAINTAINED
Bug#410234: mounting an external harddrive via KDE fails with rights denied
There were no usertags set.
Usertags are now: status-RESOLVED resolution-UNMAINTAINED.
 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



Bug#505498: marked as done ([kdebase-workspace-bin] krunner crashes when trying to open amarok for the first time)

2009-03-04 Thread Debian Bug Tracking System

Your message dated Wed, 4 Mar 2009 17:49:58 -0200
with message-id 200903041750.07537.perezme...@gmail.com
and subject line Done: [kdebase-workspace-bin] krunner crashes when trying to 
open amarok for the first time
has caused the Debian Bug report #505498,
regarding [kdebase-workspace-bin] krunner crashes when trying to open amarok 
for the first time
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.)


-- 
505498: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=505498
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kdebase-workspace-bin
Version: 4:4.1.3-2
Severity: normal

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

If I open my KDE session and try to open amarok2 (the package which is in 
experimental), krunner crashes (crash report attached). If I re open krunner, 
everything goes perfectly.

Regards, Lisandro.


--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.26-1-amd64

Debian Release: lenny/sid
  990 unstablepkg-kde.alioth.debian.org 
  990 unstableftp.debian.skynet.be 
  990 unstableftp.de.debian.org 
  500 testing security.debian.org 
  500 testing ftp.debian.skynet.be 
  101 experimentalftp.debian.skynet.be 
  101 experimentalftp.de.debian.org 

--- Package information. ---
Depends(Version) | Installed
-+-===
kdebase-runtime (= 4:4.1.3) | 4:4.1.3-1
kdebase-workspace-libs4+5| 4:4.1.3-2
kdelibs5  (= 4:4.1.3-2) | 4:4.1.3-2
libc6 (= 2.7-1) | 2.7-16
libfontconfig1(= 2.4.0) | 2.6.0-1
libfreetype6  (= 2.3.5) | 2.3.7-2
libgl1-mesa-glx  | 7.2-1
 OR libgl1   | 
libglib2.0-0 (= 2.12.0) | 2.16.6-1
libice6 (= 1:1.0.0) | 2:1.0.4-1
libpam0g   (= 0.99.7.1) | 1.0.1-4+b1
libphonon4  ( 4:4.2.0) | 4:4.2.0-1
libplasma2  (= 4:4.1.2) | 4:4.1.3-2
libpng12-0 (= 1.2.13-4) | 1.2.27-2
libqimageblitz4  | 1:0.0.4-4
libqt4-dbus   (= 4.4.3) | 4.4.3-1
libqt4-qt3support (= 4.4.3) | 4.4.3-1
libqt4-script (= 4.4.3) | 4.4.3-1
libqt4-svg(= 4.4.3) | 4.4.3-1
libqt4-xml(= 4.4.3) | 4.4.3-1
libqtcore4(= 4.4.3) | 4.4.3-1
libqtgui4 (= 4.4.3) | 4.4.3-1
libsm6   | 2:1.0.3-2
libsoprano4 (= 2.1) | 2.1+dfsg.1-1
libstdc++6(= 4.2.1) | 4.3.2-1
libstreamanalyzer0   (= 0.5.11) | 0.5.11-1
libusb-0.1-4   (= 2:0.1.12) | 2:0.1.12-13
libx11-6 | 2:1.1.5-2
libxcursor1   ( 1.1.2) | 1:1.1.9-1
libxext6 | 2:1.0.4-1
libxfixes3  (= 1:4.0.1) | 1:4.0.3-2
libxinerama1 | 2:1.0.3-2
libxklavier12   (= 3.4) | 3.7-1
libxrandr2  (= 2:1.2.0) | 2:1.2.3-1
libxrender1  | 1:0.9.4-2
libxtst6 | 2:1.0.3-1
libxxf86misc1| 1:1.0.1-3
phonon  ( 4:4.2.0) | 4:4.2.0-1
plasma-abi-4.1-1 | 
kdebase-workspace-data (= 4:4.1.3-2) | 4:4.1.3-2
x11-utils| 7.3+2
x11-xserver-utils| 7.3+5



-- 
FAQ del pequeño tomi:
P- ¿Me vaz a reponder algo en serio?
R- No pive, si te respondiera algo en serio tu serebro recibiria
tal cantidad de informacion que se autodestruiria en 5 segundos
(en realidad me mirarias con cara de y este que le pasa? y te
golpearias con lo primero que tengas a mano autoascesinadote para
no seguir escuchandome)
  Textual de Martín El Ruso Ribelotta

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

Application: Run Command Interface (krunner), signal SIGABRT
[Thread debugging using libthread_db enabled]
[New Thread 0x7f096f10b700 (LWP 3354)]
[New Thread 0x42f86950 (LWP 3624)]
[New Thread 0x42785950 (LWP 3457)]
[New Thread 0x41f84950 (LWP 3456)]
[New Thread 0x41783950 (LWP 3455)]
[New Thread 0x40f82950 (LWP 3454)]
[KCrash handler]
#5  0x7f096ead2ed5 in raise () from 

Processed: [bts-link] source package qt4-x11

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

 #
 # bts-link upstream status pull for source package qt4-x11
 # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
 #
 user bts-link-upstr...@lists.alioth.debian.org
Setting user to bts-link-upstr...@lists.alioth.debian.org (was 
bts-link-de...@lists.alioth.debian.org).
 # remote status report for #516740
 #  * http://bugs.kde.org/show_bug.cgi?id=184322
 #  * remote status changed: (?) - RESOLVED
 #  * remote resolution changed: (?) - FIXED
 #  * closed upstream
 tags 516740 + fixed-upstream
Bug#516740: libqt4-core: knode crashes whenever the Reply command is invoked
There were no tags set.
Tags added: fixed-upstream

 usertags 516740 + status-RESOLVED resolution-FIXED
Bug#516740: libqt4-core: knode crashes whenever the Reply command is invoked
There were no usertags set.
Usertags are now: status-RESOLVED resolution-FIXED.
 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



[bts-link] source package qt4-x11

2009-03-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package qt4-x11
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #516740
#  * http://bugs.kde.org/show_bug.cgi?id=184322
#  * remote status changed: (?) - RESOLVED
#  * remote resolution changed: (?) - FIXED
#  * closed upstream
tags 516740 + fixed-upstream
usertags 516740 + status-RESOLVED resolution-FIXED

thanks


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



[bts-link] source package kdebase

2009-03-04 Thread bts-link-upstream
#
# bts-link upstream status pull for source package kdebase
# see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
#

user bts-link-upstr...@lists.alioth.debian.org

# remote status report for #403609
#  * http://bugs.kde.org/show_bug.cgi?id=127215
#  * remote status changed: UNCONFIRMED - RESOLVED
#  * remote resolution changed: (?) - UNMAINTAINED
#  * closed upstream
tags 403609 + fixed-upstream
usertags 403609 - status-UNCONFIRMED
usertags 403609 + status-RESOLVED resolution-UNMAINTAINED

# remote status report for #408774
#  * http://bugs.kde.org/show_bug.cgi?id=127215
#  * remote status changed: UNCONFIRMED - RESOLVED
#  * remote resolution changed: (?) - UNMAINTAINED
#  * closed upstream
tags 408774 + fixed-upstream
usertags 408774 - status-UNCONFIRMED
usertags 408774 + status-RESOLVED resolution-UNMAINTAINED

# remote status report for #410234
#  * http://bugs.kde.org/show_bug.cgi?id=127215
#  * remote status changed: UNCONFIRMED - RESOLVED
#  * remote resolution changed: (?) - UNMAINTAINED
#  * closed upstream
tags 410234 + fixed-upstream
usertags 410234 - status-UNCONFIRMED
usertags 410234 + status-RESOLVED resolution-UNMAINTAINED

thanks


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



About knetload and kcpuload

2009-03-04 Thread Patrice Pillot
Hi,

Those two apps were recently removed from testing since they were not
present anymore in sid.

I suppose this may be related to the fact that they don't seem to be
maintain well upstream and moreover, since KDE4 is on its way to squeeze...

Yet those applets are very useful. Are there any KDE4 successors for them ?

TIA,

phep


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



Re: About knetload and kcpuload

2009-03-04 Thread Valerio Passini
Alle mercoledì 04 marzo 2009, Patrice Pillot ha scritto:
 Hi,

 Those two apps were recently removed from testing since they were not
 present anymore in sid.

 I suppose this may be related to the fact that they don't seem to be
 maintain well upstream and moreover, since KDE4 is on its way to squeeze...

 Yet those applets are very useful. Are there any KDE4 successors for them ?

 TIA,

 phep
Hi,

There are a lot of plasma applets to do the same stuff. They have a different 
layout but they 
provide the same information. Use the cashew to add them to your desktop.

Bye

Valerio


Global Linux Meeting March 7 Sat BerkeleyTIP -Global - For Forwarding

2009-03-04 Thread john_re
Ekiga(Gnome meeting), Asterisk, Xen, Virtualbox, Debian 15 Years, Free
and Open Future, Amarok, ZFS, FreeBSD, Python, OLPC


=  SCHEDULE
Schedule: All times Pacific Std Time = GMT -8H 
 ex: 10A PST = 1P Eastern ST
10 ABegin:  Set up.  Get on IRC  VOIP
11 AEkiga3 talk LIVE
INSTALLFEST begin
12 NAsterisk, OLPC;
PROGRAMMING PARTY: VOIP Conference client  server
 1 PXen, Virtualbox; GNOME
 2 PKDE – GUI; Macintosh
 3 PDebian; BSD; College  University groups
 4 PFree  Open Future; Culture; Hardware
 5 PLIGHTNING TALKS
Python; INetWebDev; Local Simultaneous Meetings Arrangements


=  PHYSICAL LOCATION: UC Berkeley FREE SPEECH CAFE
At Moffitt Undergrad Library.
http://maps.google.com/?ie=UTF8t=hll=37.872558,-122.260795spn=0.001776,0.002529z=19
http://sites.google.com/site/berkeleytip/directions
BART: Berkeley Downtown Station.
Caltrain: Berkeley Station, bus up University to campus.
Car: 880 Freeway, University Exit.

=  IRC  VOIP
Join IRC freenode.net #berkeleytip,  we'll help you get on VOIP
http://sites.google.com/site/berkeleytip/remote-attendance


= Come to the: Great global meeting planned for this Saturday!  :)

Yes!  You can join in with the friendly global BTIP people - get a
headset  join the VOIP conference, from home, or wherever.  Hey -
invite your friends over  you can haz parte.  ;)

Be the first in your state - or country - to join in.  Since Chaitanya
joined from India in February, we have now officially moved up to
global.  :)

BerkeleyTIP - Global Monthly GNU(Linux), BSD  All Free SW HW  Culture
meeting.
Talks, Installfest, Potluck  ProgrammingParty
Educational, Productive, Social
http://sites.google.com/site/berkeleytip/


=  TALKS:  11A LIVE, - DOWNLOAD  WATCH VIDEOS BEFORE
Ekiga 3 on KUbuntu 8.04 - Chaitanya Mehandru, LIVE 11AM PST = GMT -8H
Asterisk Free Software Telephone System - Paul Charles Leddy, NYLUG-08
Xen Virtualization - Ian Pratt, FOSDEM-08
Virtualbox, Achim Hasenmueller, FOSDEM-08
Debian, Bdale Garbee, FOSDEM-09
Free and Open Future - Mark Surman, FOSDEM-09
Amarok v2 - Akademy-08
Debian: 15 Years and Counting - Steve McIntyre, Debconf-08 - Keynote
ZFS for FreeBSD - Pawel Jakub Dawidek, MeetBSD-08
Python on the OLPC laptop -  Ed Cherlin, BayPIGgies-08

Links to the videos  more info here:
http://sites.google.com/site/berkeleytip/talk-videos
Suggestion:  Download  watch the videos _you_ are interested in
_before_ the meeting, so you can spend the scheduled topic time
_discussing_ that talk.

All the talk/video speakers are invited to join in for QA  discussion.
[Please pass that word on to the speakers, because I probably wont have
time to notify them individually.]

Thanks to all the speakerz, videographerz,  sponsoring groupiez.  :)
 doubble plus big thanks to David Fox, r noo talk/vid finder/scheduler.
 :)

==  LIGHTNING TALKS - 5PM - Sign up anytime.


=  PROGRAMMING PARTY:
1) Help get Ekiga 3 compiled, running  packaged for KUbuntu8.04
2) Help get a local Asterisk VOIP conference server working.
3) Whatever _you_ are interested in - Email the list inviting us to join
on your project.  :)


=  PEOPLE ARE TALKING:
Chris said:  the meeting went very well for Feb. 7.

Windsor said:  I am interested in Jack's
idea of focusing a group on promotion of Linux as a desktop operating
system and targeting perspective Linux users. I'm enthusiastic about
doing something to this effect, like hosting an install night, standing
in Sproul Plaza near a card table, etc..

David said:  the USB headset I ordered and will
pick up at the post office tomorrow - 
Markt9 (from virtual lug) told me that it was a very nice one. I can't
wait until I get the chance to try it live.

 Windsor says: I posted some guidelines for people editing the web
page. Also, (and I'm not trying to be a kill-joy) I think the smilies
should be left in IRC and private e-mails. Every time I see one on the
site I think of myspace.com or icanhazcheeseburger.com.

john_re says: Thanks for the tipz, everyone. - I'll keep 'em in mind. 
;)

ps:  more doubbble pluz big thanks to Windsor, for the new website
design.  :)

[Someone, call the doctor, got a case of love bipolar.  Staccato, roller
coaster, can't get off this rde.]
http://equine-ranch.com/horseinfo.php?horseid=240482


=  JOIN THE MAILING LIST
 say Hi, where you're from, what you're interested in,  whatever
project you invite others to join in on.
http://groups.google.com/group/BerkTIPGlobal
Click Join this group on the right side of the page.


=  FLYER
- Opportunity - Put 10 up so your friends will know.
http://sites.google.com/site/berkeleytip/home/March09_BTIPFlyer.odt?attredirects=0


  FOR FORWARDING -
You are invited to forward this message anywhere appropriate.

C-ya there :)


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



[tutorial] kde 4.3 over SVN on debian sid

2009-03-04 Thread Ghost Kilah
I have maked a tutorial about how to install kde 4.3 on debian sid over 
svn.


Link : 
http://www.unixcod.org/component/option,com_fireboard/Itemid,83/func,view/catid,21/id,88/ 





Regards,
Vina Petre Jan
http://www.unixcod.org


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



Re: About knetload and kcpuload

2009-03-04 Thread James Tappin
On Wed, 4 Mar 2009 13:27:09 +0100
Valerio Passini valerio.pass...@unicam.it wrote:

VP Alle mercoledì 04 marzo 2009, Patrice Pillot ha scritto:
VP  Hi,
VP 
VP  Those two apps were recently removed from testing since they were
VP  not present anymore in sid.
VP 
VP  I suppose this may be related to the fact that they don't seem to
VP  be maintain well upstream and moreover, since KDE4 is on its way
VP  to squeeze...
VP 
VP  Yet those applets are very useful. Are there any KDE4 successors
VP  for them ?
VP 
VP  TIA,
VP 
VP  phep
VP Hi,
VP 
VP There are a lot of plasma applets to do the same stuff. They have a
VP different layout but they  provide the same information. Use the
VP cashew to add them to your desktop.

Apart from one thing -- knetload  kcpuload when clicked on, produced a
text window with the actual data rate or  cpu usage. The plasma widgets
I've tried don't do that and since the network one autoscales it's hard
to use for more than is anything happening or not. 

Also; to put widgets in the panel, right-click on the panel, and follow
the menus. On the desktop, again a right click and menu is an
alternative.

-- 
++---+-+
| James Tappin   | School of Physics  Astronomy |  O__|
| s...@star.sr.bham.ac.uk | University of Birmingham  | --  \/` |
| Ph: 0121-414-6462. Fax: 0121-414-3722  | |
++-+


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



Re: About knetload and kcpuload

2009-03-04 Thread Valerio Passini
 Apart from one thing -- knetload  kcpuload when clicked on, produced a
 text window with the actual data rate or  cpu usage. The plasma widgets
 I've tried don't do that and since the network one autoscales it's hard
 to use for more than is anything happening or not

I agree with you, but I premised that they are different aka they are not a 
full replacement. 
Probably the next applets will be more complex and sport more features. It's a 
matter of fact that 
KDE4 is not feature complete and as mature as it is KDE3.5, but this is going 
to change for good in 
the next months. Until then you must live with some missing features, small 
problems, etc. When you 
really miss something you can install/pin kde3.5 from stable.

Valerio




Re: [tutorial] kde 4.3 over SVN on debian sid

2009-03-04 Thread Ferdi Thommes
Am Wednesday 04 March 2009 22:55:45 schrieb Ghost Kilah:
 I have maked a tutorial about how to install kde 4.3 on debian sid over
 svn.

 Link :
 http://www.unixcod.org/component/option,com_fireboard/Itemid,83/func,view/c
atid,21/id,88/

sorry to say, but it didnt work here on sid.
i have sid, testing and experimental enabled but still not all depends from 
your initial 'apt-get install' can be satisfied.

* gstreamer0.10 does not exist, i installed libgstreamer-dev instead
* libexpat-ocaml-dev is not installable:
depends ocaml-nox-3.10.2
depends ocaml-findlib (= 1.1)

ocaml-nox-3.10.2 was installable from testing, ocaml-findlib (= 1.1) would 
need etch (oldstable) which i will not add to be able to build kde4.3

I have no idea how crucical  libexpat-ocaml-dev is to the process.

greetz
ferdi


 Regards,
 Vina Petre Jan
 http://www.unixcod.org



-- 
Ferdi Thommes
2.Vorsitzender
sidux e.V.
_
we are sidux - resistance is futile - you will be assimilated


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



Re: [tutorial] kde 4.3 over SVN on debian sid

2009-03-04 Thread Ghost Kilah
hi, is my mistake i forgot to clean the apt-get install list for kde 
4.3...that package in not required. You can compile kde 4.3 without 
libexpat-ocaml-dev.


I will recheck the packages list, and i will upgrade my post on forum.

Sorry my mistake.

Regards,
Vina Petre Jan


Ferdi Thommes wrote:

Am Wednesday 04 March 2009 22:55:45 schrieb Ghost Kilah:
  

I have maked a tutorial about how to install kde 4.3 on debian sid over
svn.

Link :
http://www.unixcod.org/component/option,com_fireboard/Itemid,83/func,view/c
atid,21/id,88/



sorry to say, but it didnt work here on sid.
i have sid, testing and experimental enabled but still not all depends from 
your initial 'apt-get install' can be satisfied.


* gstreamer0.10 does not exist, i installed libgstreamer-dev instead
* libexpat-ocaml-dev is not installable:
depends ocaml-nox-3.10.2
depends ocaml-findlib (= 1.1)

ocaml-nox-3.10.2 was installable from testing, ocaml-findlib (= 1.1) would 
need etch (oldstable) which i will not add to be able to build kde4.3


I have no idea how crucical  libexpat-ocaml-dev is to the process.

greetz
ferdi
  

Regards,
Vina Petre Jan
http://www.unixcod.org





  




Re: [tutorial] kde 4.3 over SVN on debian sid

2009-03-04 Thread Ghost Kilah

Forum post update with the clean apt-get install

http://www.unixcod.org/component/option,com_fireboard/Itemid,83/func,view/catid,21/id,88/



/apt-get install libstreamanalyzer-dev libstreams-dev 
libpolkit-grant-dev libpolkit-grant2 build-essential cdbs debhelper 
cmake libxml2-dev libxslt1-dev libbz2-dev shared-mime-info dbus-x11 
libxkbfile-dev libgl1-mesa-dev libglu1-mesa-dev mesa-common-dev 
libxext-dev libjpeg-dev libical-dev libpng12-dev subversion libsm-dev 
libxinerama-dev libxrender-dev libfontconfig-dev libboost-dev 
libxcursor-dev doxygen libungif4-dev libdbus-1-dev libgpgme11-dev 
libssl-dev libgpgme11-dev libasound2-dev kdesdk-scripts libpth-dev 
libjasper-dev ssh libxine-dev libglib2.0-dev libpcre3-dev diffstat 
libclucene-dev libclucene0ldbl libexiv2-dev quilt libspectre-dev 
xsltproc libxtst-dev libxdamage-dev libxcomposite-dev x-dev libfam0 
libfam-dev libaspell-dev libenchant-dev libsmbclient-dev libopenexr-dev 
libraw1394-dev libpulse-dev libpci-dev libcaptury-dev libusb-dev 
network-manager-dev libgphoto2-2-dev python-sip4-dev python-qt4-dev 
libxrandr-dev liblcms1-dev libtiff4-dev libxine1 libkexiv2-dev/


Regards,
Vina Petre Jan
http://www.unixcod.org

Ferdi Thommes wrote:

Am Wednesday 04 March 2009 22:55:45 schrieb Ghost Kilah:
  

I have maked a tutorial about how to install kde 4.3 on debian sid over
svn.

Link :
http://www.unixcod.org/component/option,com_fireboard/Itemid,83/func,view/c
atid,21/id,88/



sorry to say, but it didnt work here on sid.
i have sid, testing and experimental enabled but still not all depends from 
your initial 'apt-get install' can be satisfied.


* gstreamer0.10 does not exist, i installed libgstreamer-dev instead
* libexpat-ocaml-dev is not installable:
depends ocaml-nox-3.10.2
depends ocaml-findlib (= 1.1)

ocaml-nox-3.10.2 was installable from testing, ocaml-findlib (= 1.1) would 
need etch (oldstable) which i will not add to be able to build kde4.3


I have no idea how crucical  libexpat-ocaml-dev is to the process.

greetz
ferdi
  

Regards,
Vina Petre Jan
http://www.unixcod.org





  




Kopete and Jingle

2009-03-04 Thread Claudio F Filho
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi

I saw that kopete now have support to jingle in 4.x. Only not know how
or what need to work this resource.

I understand that it need the jingle libs, so, i installed this pkgs.
# dpkg -l|grep jingle
ii libjinglebase0.3-0 0.3.11-5  Libjingle base library
ii libjinglep2p0.3-0  0.3.11-5  Libjingle p2p
ii libjinglesession0.3-0  0.3.11-5  Libjingle session
ii libjinglexmllite0.3-0  0.3.11-5  Libjingle XMLLite library
ii libjinglexmpp0.3-0 0.3.11-5  Libjingle XMPP library

I tried to talk with a friend that also have debian and kde 4.2.0-1.
When i opened a chat with him, saw in File  Start a audio (and video)
talk. Trying this option, open a new window where we select the resource
and not happen nothing after. Show the connection pending.

Some tip or idea about what happens?

Thanks in advanced

Claudio

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkmu0NAACgkQ0U74969cpYkncwCgk8Rw2Pg3Bph1Lmd2hiDwETUC
r1UAn0UuMSX4R5xwWcn65gQLxNnEW41i
=CPmi
-END PGP SIGNATURE-


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



lenny, amarok and last.fm

2009-03-04 Thread chaos
Hello ALL.

I use amarok from lenny and i have a problem with last.fm. When I try to play  
for example lastfm://globaltags/Classical i have error message:

Error Loading Media
No suitable input plugin. This often means that the url's protocol is not 
supported. Network failures are other possible causes.
http://195.24.233.49:80/last.mp3?Session=e0d53fad9fe60c0efbbf4a8cc5c47f7a


This is amarok problem or last.fm?  And how I can fix this problem? 
Thanks


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



Re: lenny, amarok and last.fm

2009-03-04 Thread Modestas Vainius
Hello,

2009 m. March 4 d., Wednesday, chaos rašė:
 I use amarok from lenny and i have a problem with last.fm. When I try to
 play for example lastfm://globaltags/Classical i have error message:
 
I suggest you track this thread

http://www.last.fm/group/Amarok+Users/forum/18538/_/508087

 This is amarok problem or last.fm?  And how I can fix this problem?
It might be that last.fm broke protocol compatibility (I have just tested with 
Amarok 2 and last.fm works fine) or it just is a temporary problem.

-- 
Modestas Vainius modes...@vainius.eu



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


Re: lenny, amarok and last.fm

2009-03-04 Thread Raúl Sánchez Siles
El Miércoles 04 Marzo 2009, chaos escribió:
 Hello ALL.

 I use amarok from lenny and i have a problem with last.fm. When I try to
 play for example lastfm://globaltags/Classical i have error message:
 
 Error Loading Media
 No suitable input plugin. This often means that the url's protocol is not
 supported. Network failures are other possible causes.
 http://195.24.233.49:80/last.mp3?Session=e0d53fad9fe60c0efbbf4a8cc5c47f7a
 

 This is amarok problem or last.fm?  And how I can fix this problem?
 Thanks

  Confirmed here, pay attention to the forum thread suggested by Modestas, 
that's where I took the info.

  In summary, looks that amarok1 last.fm streaming relied on a deprecated 
protocol which has been finally disabled.

  The best workarund I've found is using lastfmproxy, not that bad but well, 
it's not as good as it used to be.

  Regards,

-- 
 Raúl Sánchez Siles
-Proud Debian user-
Linux registered user #416098


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


Re: lenny, amarok and last.fm

2009-03-04 Thread Rainer Kluge
chaos schrieb:
 Error Loading Media
 No suitable input plugin. This often means that the url's protocol is not 
 supported. Network failures are other possible causes.
 http://195.24.233.49:80/last.mp3?Session=e0d53fad9fe60c0efbbf4a8cc5c47f7a
 
 
 This is amarok problem or last.fm?  And how I can fix this problem? 
 Thanks
 
 

Seems to be a Last.Fm problem. Have a look at the Last.Fm amarok users group

http://www.lastfm.de/group/Amarok+Users/forum/18538/_/508087


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