Bug#464946: official Notification

2008-03-20 Thread British National Lottery Board

British National Lottery,
Operators of The National Lottery.
3b Olympic Way, Sefton Business Park,
Antree, Liverpool , L30 1RD

   WINNING NOTIFICATION
The United Kingdom National Lottery wishes to inform you that the
results of the E-mail address ballot lottery international program by Great
Britain held on the 20th march 2008.

Your mail account have been picked as a winner of a lump sum pay out of
One million Great Britain pounds (£1,000.000.00 pounds sterlings) in cash
credited to file REF NO. REF:UKL/74-A0802742008. After this automated computer
ballot,your e-mail address emerged as one of three winners in the category
\\\"A\\\" with the following winning information

Note below your winning details:
Ticket Nº: 22-1356-4096-988
Serial Nº: A069-07
Lucky Nº: 12-13-21-26-32-39 Bonus-17
File REF Nº.: UKL/74-A0802742008
BATCH Nº.: 2008UKL-01

All participants for the online version were selected randomly from
World Wide Web through computer balloting system drawn from over 100,000 names
database,union associations and corporate bodies that are listed online.

Be advice to keep your winning information confidential until your
claims has been processed and our money remitted to you. This is part of our
security protocol to avoid double claiming and unwarranted
abuse ofthis program.

Mr Allen Scofield.
Telephone:{+44}704 572 7706
Email:[EMAIL PROTECTED]

He will brief you on steps to be taken for due processing and
remittance of your prize money.


KINDLY FILL THE VERIFICATION FORM
FULL NAMES:___Sex::Age:__Occupation_
_:ADDRESS:_City_
___StatePostcode___CountryTel__
__Nationality

Sincerely,
Mrs. Dianne Thompson
Online Coordinator,








Processed: submitter 471350

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

> # Automatically generated email from bts, devscripts version 2.9.26
> submitter 471350 !
Bug#471350: konqueror is sometimes not able to contact klauner
Changed Bug submitter from Patrick Winnertz <[EMAIL PROTECTED]> to Patrick 
Winnertz <[EMAIL PROTECTED]>.

>
End of message, stopping processing here.

Please contact me if you need assistance.

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


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



Processed: Re: Bug#461864: xserver-xorg: Mouse handedness changes arbitrarily

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

> reassign 461864 kwin
Bug#461864: xserver-xorg: Mouse handedness changes arbitrarily
Bug reassigned from package `xserver-xorg' to `kwin'.

> thank you
Stopping processing here.

Please contact me if you need assistance.

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


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



Bug#456156: Anyone listening?

2008-03-20 Thread Richard Kettlewell
> 
> Hi,
> 
> 2008 m. March 12 d., Wednesday, Richard Kettlewell ra=C5=A1=C4=97:
> > Am I to infer from the total silence in response to this report that
> > this is the intended behaviour?
> No, it is not. Post output of `id` command run from your KDE session.
> 
> =2D-=20
> Modestas Vainius <[EMAIL PROTECTED]>

$ id
uid=693(rjk) gid=693(rjk)
groups=24(cdrom),102(nfast),693(rjk),1(devel),32643(rjk2)


I've since found /etc/dbus-1/system.d/hal.conf and edited that to
allow users other than root.  The defaults seem to be pathological and
of course the error message is completely unsuitable.

ttfn/rjk



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



Bug#471391: closed by Sune Vuorela <[EMAIL PROTECTED]> (Re: Bug#471391: symbol lookup error: /usr/lib/libkdecore.so.4: undefined symbol: stat64)

2008-03-20 Thread Dan Merillat

Debian Bug Tracking System wrote:

This is an automatic notification regarding your Bug report
which was filed against the kdelibs4c2a package:

#471391: symbol lookup error: /usr/lib/libkdecore.so.4: undefined symbol: stat64

It has been closed by Sune Vuorela <[EMAIL PROTECTED]>.

Their explanation is attached below along with your original report.
If this explanation is unsatisfactory and you have not received a
better one in a separate message then please contact Sune Vuorela <[EMAIL 
PROTECTED]> by
replying to this email.






Subject:
Re: Bug#471391: symbol lookup error: /usr/lib/libkdecore.so.4: undefined 
symbol: stat64

From:
Sune Vuorela <[EMAIL PROTECTED]>
Date:
Wed, 19 Mar 2008 00:59:12 +0100
To:
[EMAIL PROTECTED]

To:
[EMAIL PROTECTED]


On Monday 17 March 2008, Dan Merillat wrote:

Package: kdelibs4c2a
Version: 4:3.5.9.dfsg.1-2
Severity: grave

All KDE linked packages are unusable - they all fail with undefined symbol:
stat64.

2008-03-17 17:32:41 upgrade kdelibs4c2a 4:3.5.8.dfsg.1-4 4:3.5.9.dfsg.1-2

previous version worked, new fails.


No. not related to that upgrade. But this version is broken:

ii  libqt3-mt3:3.3.8b-1 Qt GUI Library (Threaded runtime v  


Please explain?

Before upgrade:
ii  kdelibs4c2a3.5.8.dfsg.1-7 core libraries and binaries for all 
KDE appl

[EMAIL PROTECTED]:~/cleanup$ nm -D /usr/lib/libkdecore.so.4 | grep stat64
 U __fxstat64
 U __lxstat64
 U __xstat64

[EMAIL PROTECTED]:~$ nm -D /lib/libc.so.6 | grep stat64
000c0550 T __fxstat64
000c05b0 T __lxstat64
000c04f0 T __xstat64

Same file in 3.5.9.dfsg.1-2:

[EMAIL PROTECTED]:~/t/usr/lib$ nm -D libkdecore.so.4 | grep stat64
 U fstat64
 U lstat64
 U stat64

[EMAIL PROTECTED]:~/t/usr/lib$ nm -D /usr/lib/libqt-mt.so.3 | grep stat64
 U __fxstat64
 U __lxstat64
 U __xstat64
00644010 T fstat64
00644020 T lstat64
00644030 T stat64

So at the same time libqt3-mt quit providing weak symbol aliases, 
libkdecore.so.4 quit using the glibc symbols directly.   That's why 
going back to 3.5.8.dfsg.1-7 fixes the problem even without upgrading 
libqt3-mt.


Which leads to the question - what happened in both these packages?




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



Bug#471391: closed by Sune Vuorela <[EMAIL PROTECTED]> (Re: Bug#471391: symbol lookup error: /usr/lib/libkdecore.so.4: undefined symbol: stat64)

2008-03-20 Thread Modestas Vainius
Hi,

2008 m. March 20 d., Thursday, Dan Merillat rašė:
> So at the same time libqt3-mt quit providing weak symbol aliases,
> libkdecore.so.4 quit using the glibc symbols directly.   That's why
> going back to 3.5.8.dfsg.1-7 fixes the problem even without upgrading
> libqt3-mt.
Please have a look at one of 27 serious libqt3-mt bugs which were solved in 
3:3.3.8-3.

-- 
Modestas Vainius <[EMAIL PROTECTED]>


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


Bug#467252: marked as done (kdeaddons: FTBFS with g++-4.3: Missing includes)

2008-03-20 Thread Debian Bug Tracking System

Your message dated Thu, 20 Mar 2008 19:14:23 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: kdeaddons: FTBFS with g++-4.3: Missing includes
has caused the Debian Bug report #467252,
regarding kdeaddons: FTBFS with g++-4.3: Missing includes
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.)


-- 
467252: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=467252
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: kdeaddons
Version: 4:3.5.8-3
Severity: important
User: [EMAIL PROTECTED]
Usertags: ftbfs-gcc-4.3

From my pbuilder build log, with g++ -> g++-4.3:

...
/bin/bash ../../../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I../../.. -I/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub 
-I/usr/include/kde -I/usr/share/qt3/include -I.   -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE 
-Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 
-g -Wall -O2 -Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE 
-DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o 
noatundub_la.all_cpp.lo noatundub_la.all_cpp.cpp
mkdir .libs
 g++ -DHAVE_CONFIG_H -I. -I../../.. 
-I/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub -I/usr/include/kde 
-I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wno-long-long 
-Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wchar-subscripts 
-Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2 -g -Wall -O2 -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -c noatundub_la.all_cpp.cpp  -fPIC -DPIC -o 
.libs/noatundub_la.all_cpp.o
In file included from /usr/include/kde/kfileitem.h:31,
 from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylistitem.h:18,
 from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylistitem.cpp:17,
 from noatundub_la.all_cpp.cpp:2:
/usr/include/kde/kfilemetainfo.h:1237: warning: type qualifiers ignored on 
function return type
In file included from noatundub_la.all_cpp.cpp:3:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylist.cpp:57: 
warning: unused parameter 'play'
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dubplaylist.cpp:93: 
warning: unused parameter 'item'
In file included from 
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:49,
 from noatundub_la.all_cpp.cpp:7:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/random.h: In static member 
function 'static void Random::init()':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/random.h:27: error: 'time' 
was not declared in this scope
In file included from noatundub_la.all_cpp.cpp:7:
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp: In member 
function 'KFileItem* Dub::Linear_Seq::next(QPtrList&, KFileItem**)':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:197: warning: 
suggest a space before ';' or explicit braces around empty body in 'for' 
statement
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp: In member 
function 'KFileItem* Dub::Linear_Seq::prev(QPtrList&, KFileItem**)':
/tmp/buildd/kdeaddons-3.5.8/./noatun-plugins/dub/dub/dub.cpp:224: warning: 
suggest a space before ';' or explicit braces around empty body in 'for' 
statement
make[5]: *** [noatundub_la.all_cpp.lo] Error 1
make[5]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins/dub/dub'
make[4]: *** [all-recursive] Error 1
make[4]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins/dub'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory 
`/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu/noatun-plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/tmp/buildd/kdeaddons-3.5.8/obj-x86_64-linux-gnu'
make: *** [debian/stamp-makefile-build] Error 2
dpkg-buildpackage: failure: debian/rules build gave error exit status 2
-- 
Daniel Schepler


--- End Message ---
--- Begin Message ---
Version: 4:3.5.9-1

On Sat, Feb 23, 2008 at 11:41:09PM -0500, Daniel Schepler wrote:
> Package: kdeaddons
> Version: 4:3.5.8-3
> Severity: important
> User: [EMAIL PROTECTED]
> Usertags: ftbfs-gcc-4.3
> 
> From my pbuilder build 

Bug#456156: cannot mount usb device; incomprehensible error message

2008-03-20 Thread Matthew Rosewarne
In order for a user to mount devices from Konqueror/Nautilus (using HAL), they 
must be in the "plugdev" group.  To add a user to the plugdev group, either 
use kuser or run the command as root:
adduser someuser plugdev

I've seen this detail trip up plenty of people before, and something will have 
to be done about it.

After adding your user(s) to the "plugdev" group, you should 
restore /etc/dbus-1/system.d/hal.conf to its original state.  If you don't 
have a backup copy, you can reinstall the "hal" package and instruct it to 
discard your changes.


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


sip4 regression

2008-03-20 Thread Adam C Powell IV
Hello,

I'd like some help with an apparent regression in sip4.  I filed bug
469850, regarding an error message "sip: QPixmap has not been defined"
despite its presence in an include directory (/usr/share/sip/qt/qt).

Any ideas on how to work around this?  Are other packages requiring
QPixmap having this problem?

Thanks,
-Adam
-- 
GPG fingerprint: D54D 1AEE B11C CE9B A02B  C5DD 526F 01E8 564E E4B6

Engineering consulting with open source tools
http://www.opennovation.com/


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



qt4-x11 4.3.4-2 MIGRATED to testing

2008-03-20 Thread Debian testing watch
FYI: The status of the qt4-x11 source package
in Debian's testing distribution has changed.

  Previous version: 4.3.4-1
  Current version:  4.3.4-2

-- 
This email is automatically generated; [EMAIL PROTECTED] is responsible.
See http://people.debian.org/~henning/trille/ for more information.


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