Re: building qt4 for arm

2013-02-12 Thread Neil Williams
On Tue, 12 Feb 2013 17:51:53 +0100
martinwguy  wrote:

> On 12 February 2013 17:36, Sander  wrote:
> > Ermis Papastefanakis wrote (ao):
> >> I agree with Martin, it's better to compile Debian packages natively. I
> >> would suggest to get something more powerful though. A dual core board like
> >> a Pandaboard ES (1.2GHz) or a Snowball (1GHz) can come rather cheap
> >> (150-200euros) and are pretty decent for such a task.
> >
> > I believe the Armbrix Zero sells for $145
> > It has the same cpu and memory as the Arndale (Cortex-A15 1.7GHz dual
> > core, 2GB 800MHz DDR3, and sata3), just a little less connectors:
> 
> ...and if you need to compile still faster, you can use distcc and
> ccache on a farm of little ARM boards... though doing this on a
> heterogeneous network of 200MHz ARMs in 2006 to bootstrap the armel
> project was fairly excruciating, it should be less painful today.
>   The hard limit is that, for big packages such as GCC, you need more
> than 256MB of RAM.

That doesn't help with the problem that the default Debian build only
supports Xorg and most boards are actually going to require QtEmbedded
and framebuffer support. If you've only got 256MB of RAM, Xorg is
seriously painful.



-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpwnij7HkxT9.pgp
Description: PGP signature


Bug#680822: Reassigning to aptitude

2012-10-13 Thread Neil Williams
notfound 680822 libphonon-dev 4:4.6.0.0-2
reassign 680822 aptitude 
severity 680822 important
found 680822 aptitude 0.6.8.1-2
retitle 680822 aptitude fails to install libphonon-dev and 
phonon-backend-gstreamer
done

> Le vendredi, 12 octobre 2012 23.57:12, Neil Williams a écrit :
> > This would seem to be the most straightforward solution to the bug -
> > reassign back to pyside and add a build-depends on phonon.
> 
> pyside gets built correctly by buildds both in sid and experimental. So that 
> bug is at most important for pyside.

Actually, after looking through this again, I'm reassigning to aptitude
and downgrading to important.

pyside could add the staged workaround after wheezy but this does look
like aptitude just not handling the Provides: Conflicts: correctly when
other parsers are not affected.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpvybib02IWw.pgp
Description: PGP signature


Bug#680822: pyside could be fixed

2012-10-12 Thread Neil Williams
If pyside was to gain a Build-Depends on phonon as well as
phonon-backend-gstreamer and libphonon-dev, then aptitude appears happy
to install the full set of packages. (Tested in a clean chroot with
only dpkg-dev and aptitude installed.)

aptitude install debhelper cmake python-all-dev python3-all-dev
phonon-backend-gstreamer phonon libqt4-dev libphonon-dev
libqt4-opengl-dev libqtwebkit-dev shiboken libshiboken-dev
libqt4-sql-sqlite xvfb xauth libgl1-mesa-dri

0 packages upgraded, 199 newly installed, 0 to remove and 0 not
upgraded. 
Need to get 127 MB/171 MB of archives. After unpacking 473 MB
will be used. Do you want to continue? [Y/n/?] 

This is basing on Sune's comment - packages which need a working phonon
need a direct dependency on phonon in order to test phonon.

This would seem to be the most straightforward solution to the bug -
reassign back to pyside and add a build-depends on phonon.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpgMnDmY6fKX.pgp
Description: PGP signature


Bug#683036: qt4-x11: FTBFS on a multiarch system

2012-07-27 Thread Neil Williams
Source: qt4-x11
Version: 4:4.8.2-1
Severity: normal

I was trying to investigate #679874 (as I suspect I've seen similar
problems with the FTBFS bug against qmf) but I am also developing
Qt applications for armel on the same machine, so I have 
the following multiarch variants installed:

ii  libqt4-dbus:armel
ii  libqt4-sql:armel
ii  libqt4-sql-sqlite:armel
ii  libqt4-xml:armel
ii  libqtcore4:armel
ii  libqtgui4:armel

The architecture detection code in qt4-x11 has a problem:

-system-libtiff \
-system-libpng \
-system-libjpeg \
-no-rpath \
-optimized-qmake \
-dbus-linked \
-reduce-relocations \
-no-separate-debug-info \
-verbose \
-gtkstyle \
-system-nas-sound \
-no-openvg \
-lfontconfig \
-I/usr/include/freetype2 \
-qvfb \
-icu \
-plugin-sql-ibase -plugin-sql-sqlite2 -arch armv6 -opengl 
es2
Determining system architecture... (Linux:3.2.0-3-amd64:x86_64)
64-bit AMD 80x86 (x86_64)
'arm' is supported
'x86_64' is supported
System architecture: 'arm'
Precompiled-headers support enabled.

Yes, maybe arm should be supported because I'm also developing for armel but 
qt4-x11 should
not be able to pick that up as an indication to try and build with the system 
architecture
set to arm! This isn't a cross-build.

It looks like it's doing a simple alphabetical sort and picking the first arch 
it
finds if there is more than one ... that is going to cause unexpected failures, 
like
this one.

The build continues and fails, first at opengl:

OpenGL ES 2.x auto-detection... ()
make[2]: Entering directory 
`/home/neil/code/debian/src/qt/qt4-x11-4.8.2/config.tests/unix/opengles2'
g++ -c -pipe -O2 -Wall -W -DQT_WEBKIT -I../../../mkspecs/glibc-g++ -I. 
-I/usr/include/freetype2 -I/usr/X11R6/include -o opengles2.o opengles2.cpp
opengles2.cpp:45:25: fatal error: GLES2/gl2.h: No such file or directory
compilation terminated.
make[2]: *** [opengles2.o] Error 1
make[2]: Leaving directory 
`/home/neil/code/debian/src/qt/qt4-x11-4.8.2/config.tests/unix/opengles2'
OpenGL ES 2.x disabled.
The OpenGL ES 2.0 functionality test failed!
 You might need to modify the include and library search paths by editing
 QMAKE_INCDIR_OPENGL_ES2, QMAKE_LIBDIR_OPENGL_ES2 and QMAKE_LIBS_OPENGL_ES2 in
 /home/neil/code/debian/src/qt/qt4-x11-4.8.2/mkspecs/glibc-g++.
make[1]: *** [override_dh_auto_configure] Error 1

(This will be because I don't have libqt4-opengl:armel installed, but that's not
the point.)

The build then fails later (if I mangle the package to avoid opengl) at an 
attempt to try
and compile the arm assembly code Oops.

Note how, despite selecting a system architecture of arm, it is using g++ not
arm-linux-gnueabi-g++ or x86_64-linux-gnu-g++.

Unfortunately, this makes things very difficult for me to test bugs in qt4-x11
and it will also make it hard to debug multiarch builds once the GSoC project 
for
Emdebian provides MultiArch cross-compiler toolchains.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: armel
i386

Kernel: Linux 3.2.0-3-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash


-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120727231113.18667.48925.reportbug@sylvester.codehelp



Bug#667341: Templates can fail to appear as symbols with gcc-4.7

2012-07-11 Thread Neil Williams
tag 667341 - wontfix
notfound 667341 1.0.7~2011w23.2-2
tag 667341 + help
reassign 667341 gcc-4.7
retitle 667341 gcc-4.7 can omit to list C++ templates as symbols
thanks

I've done some testing with this bug during DebConf12 as I'm using Qt,
qmake and c++ templates regularly at work and we may be interested in
using qtmobility stuff in Wheezy at some point after the release.

The function in question appears to be correctly defined in the .cpp and
correctly declared in the .h. This remains correct when the files are
passed through g++ -E. It just doesn't turn up in the output of objdump
on the compiled .so file. I can see no evidence of the qmake build
system configuration causing the symbol not to be listed. The code
worked correctly with gcc-4.6 and I don't see how a correct symbol can
be omitted from the link step when there have been no other changes
other than the version of the compiler. Please clarify if this is not
the case.

The related serialize function which is declared on the line above the
deserialize function in the header *does* get listed as a symbol and
yet the declaration and definition of the serialize and the deserialize
function offer no obvious reasons why only one would suddenly stop
working with a change of compiler version.

I aim to build a test file which can help isolate this issue during the
rest of DebConf but I wanted to declare what I've already found in the
bug report so that qmf does not get removed precipitously.

> Fathi Boudra mentioned that he would file package removal bugs for qtmobility
> for wheezy, therefore tagging as wontfix.

Fathi, please can you qualify this with your reasons? If it's just that
you don't have time for qmf and qtmobility, could you orphan it instead
of seeking removal? By all means explain your reasons in the orphaning
bug report (rather than in #667341 which has now been reassigned) but
please do not seek removal of qmf and cause qtmobility to be removed
unless there are particular problems with the packages themselves. I'd
like to know if there are problems before I spend time researching the
possible future role of these packages in my work.

Thanks.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpMMXPezTdEu.pgp
Description: PGP signature


Bug#629282: libqt4-dev: please consider a separate package for lupdate and lrelease

2011-06-05 Thread Neil Williams
Package: libqt4-dev
Version: 4:4.7.3-1
Severity: wishlist

http://lists.debian.org/debian-qt-kde/2011/06/msg00057.html

It would be useful to various situations involving translation updates
if Qt applications using QtLinguist in Debian would be able to use
lupdate and lrelease without needing the long dependency chain of
libqt4-dev, as translation updates are not going to need to compile
the source code itself.

Thanks for considering this.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.39-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libqt4-dev depends on:
ii  libc6   2.13-4   Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.0-11   GCC support library
ii  libqt4-dbus 4:4.7.3-1Qt 4 D-Bus module
ii  libqt4-declarative  4:4.7.3-1Qt 4 Declarative module
ii  libqt4-designer 4:4.7.3-1Qt 4 designer module
ii  libqt4-help 4:4.7.3-1Qt 4 help module
ii  libqt4-network  4:4.7.3-1Qt 4 network module
ii  libqt4-qt3support   4:4.7.3-1Qt 3 compatibility library for Qt 
ii  libqt4-script   4:4.7.3-1Qt 4 script module
ii  libqt4-scripttools  4:4.7.3-1Qt 4 script tools module
ii  libqt4-sql  4:4.7.3-1Qt 4 SQL module
ii  libqt4-svg  4:4.7.3-1Qt 4 SVG module
ii  libqt4-test 4:4.7.3-1Qt 4 test module
ii  libqt4-xml  4:4.7.3-1Qt 4 XML module
ii  libqt4-xmlpatterns  4:4.7.3-1Qt 4 XML patterns module
ii  libqtcore4  4:4.7.3-1Qt 4 core module
ii  libqtgui4   4:4.7.3-1Qt 4 GUI module
ii  libstdc++6  4.6.0-11 The GNU Standard C++ Library v3
ii  qt4-qmake   4:4.7.3-1Qt 4 qmake Makefile generator tool
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages libqt4-dev recommends:
ii  libqt4-opengl-dev 4:4.7.3-1  Qt 4 OpenGL library development fi
ii  libqtwebkit-dev   2.1.0~2011week13-1 Web content engine library for Qt 

Versions of packages libqt4-dev suggests:
pn  firebird2.1-dev(no description available)
pn  libmysqlclient-dev (no description available)
pn  libpq-dev  (no description available)
ii  libsqlite0-dev2.8.17-6   SQLite development files
ii  libsqlite3-dev3.7.6.3-1  SQLite 3 development files
ii  qt4-dev-tools 4:4.7.3-1  Qt 4 development tools
ii  qt4-doc   4:4.7.3-1  Qt 4 API documentation
pn  unixodbc-dev   (no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-qt-kde-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20110605104505.32341.3037.reportbug@sylvester.codehelp



lupdate, lrelease & TDebs

2011-06-04 Thread Neil Williams
I'm restarting work on TDebs (at request of the release team and
others) and I'm also doing some work using Qt on Emdebian, including
usage of QtLinguist and this is likely to result in at least outline
support for Qt translations files in TDebs.

The DEP is a bit out of date - the changes at Alioth seem to have
interfered with my commits. I'm working on new scripts to build the
TDebs themselves.

http://dep.debian.net/deps/dep4

Package maintainers will already have libqt4-dev installed but
translation updates using lupdate and lrelease would be needed in order
for translation teams to provide TDeb updates to existing packages
without requiring a binary rebuild.

What would be the chances of qt4-x11 providing yet another binary
package which only provides lupdate and lrelease?

(Installing libqt4-dev in a sid pbuilder chroot involves 44 newly
installed packages and 34.9 MB of archives (with Recommends turned off).
Now some of those would be installed on translator machines but quite a
lot would not - especially the other -dev packages.)

Just trying to gauge the impact of using TDebs with Qt. I'm aware that
KDE packages may have differing translation mechanisms, this is more
about packages which just use Qt or which are not part of KDE directly.

-- 


Neil Williams
=
http://www.linux.codehelp.co.uk/



pgpqWlP2or26A.pgp
Description: PGP signature


Bug#256862: kmenuedit: kde3.3: no default menu and kmenuedit complains of invalid window parameter

2005-08-18 Thread Neil Williams
Package: kmenuedit
Version: 4:3.3.2-1
Followup-For: Bug #256862


>From a terminal window, kmenuedit complains:
 Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x2800259
 Error: BadWindow (invalid Window parameter) 3
  Major opcode:  20
  Minor opcode:  0
  Resource id:  0x280033f

when I try to edit the non-existent menu that suddenly arrived with the
last apt-get upgrade to kde 3.3. So I now have no menu nor an ability to
re-create the one I lost. KDE Panel was similarly blank on login but
the icons and programs can be replaced (by selecting non-KDE application
- even for Konqueror) but the usual "select from KMenu" option is empty
  in the panel too.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.25-1-686
Locale: LANG=en_GB, LC_CTYPE=en_GB (charmap=ISO-8859-1)

Versions of packages kmenuedit depends on:
ii  kdelibs4  4:3.3.2-7  KDE core libraries
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libc6 2.3.5-3GNU C Library: Shared libraries an
ii  libfam0c102   2.7.0-7client library to control the FAM 
ii  libgcc1   1:4.0.1-5  GCC support library
ii  libice6   6.8.2.dfsg.1-5 Inter-Client Exchange library
ii  libidn11  0.5.18-1   GNU libidn library, implementation
ii  libpng12-01.2.8rel-1 PNG library - runtime
ii  libqt3c102-mt 3:3.3.4-3  Qt GUI Library (Threaded runtime v
ii  libsm66.8.2.dfsg.1-5 X Window System Session Management
ii  libstdc++51:3.3.6-8  The GNU Standard C++ Library v3
ii  libx11-6  6.8.2.dfsg.1-5 X Window System protocol client li
ii  libxext6  6.8.2.dfsg.1-5 X Window System miscellaneous exte
ii  libxrender1   1:0.9.0-2  X Rendering Extension client libra
ii  xlibs 6.8.2.dfsg.1-5 X Window System client libraries m
ii  zlib1g1:1.2.3-3  compression library - runtime

kmenuedit recommends no packages.

-- no debconf information


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



Bug#317098: kmail: Seg fault on startup: no effect by downgrading kdenetwork : gdb output included

2005-07-06 Thread Neil Williams
Package: kmail
Version: 4:3.3.2-3
Followup-For: Bug #317098


I thought it was due to a kdenetwork upgrade that took place last night,
so I tried to downgrade kdenetwork to 4:3.3.2-5 (currently in testing)
with no effect. This is the output from running kmail under gdb:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 22292)]
0x40e1a95b in QString::QString () from /usr/lib/libqt-mt.so.3
(gdb) bt
#0  0x40e1a95b in QString::QString () from /usr/lib/libqt-mt.so.3
#1  0x41558ea5 in KPIM::Identity::Identity () from
/usr/lib/libkpimidentities.so.1
#2  0x4155c1d2 in KPIM::IdentityManager::functions () from
/usr/lib/libkpimidentities.so.1
#3  0x4155c2eb in KPIM::IdentityManager::functions () from
/usr/lib/libkpimidentities.so.1
#4  0x4155f965 in QMemArray::detach () from
/usr/lib/libkpimidentities.so.1
#5  0x41551c85 in _init () from /usr/lib/libkpimidentities.so.1
#6  0x4000c1ce in _dl_catch_error () from /lib/ld-linux.so.2
#7  0x4000c2ba in _dl_init () from /lib/ld-linux.so.2
#8  0x4c5d in ?? () from /lib/ld-linux.so.2


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.25-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdelibs4 4:3.3.2-7   KDE core libraries
ii  libc62.3.2.ds1-22GNU C Library: Shared libraries an
ii  libgcc1  1:4.0.0-12  GCC support library
ii  libice6  4.3.0.dfsg.1-14 Inter-Client Exchange library
ii  libkcal2a4:3.3.2-3   KDE calendaring library
ii  libkdenetwork2   4:3.3.2-3   KDE Network library
ii  libkdepim1   4:3.3.2-3   KDE PIM library
ii  libkleopatra0a   4:3.3.2-3   KDE GnuPG interface libraries
ii  libkpimidentities1   4:3.3.2-3   KDE PIM user identity information 
ii  libksieve0   4:3.3.2-3   KDE mail/news message filtering li
ii  libmimelib1a 4:3.3.2-3   KDE mime library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-3   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-14 X Window System Session Management
ii  libstdc++5   1:3.3.6-7   The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-14 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-14 X Window System miscellaneous exte
ii  perl 5.8.7-3 Larry Wall's Practical Extraction 
ii  xlibs4.3.0.dfsg.1-14 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-6   compression library - runtime

Versions of packages kmail recommends:
ii  kdebase-kio-plugins   4:3.3.2-1  KDE I/O Slaves
ii  kdepim-kio-plugins4:3.3.2-3  KDE pim I/O Slaves
ii  procmail  3.22-11Versatile e-mail processor

-- no debconf information


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



Bug#317087: kdenetwork: upgrade causes a segmentation fault in KMail

2005-07-05 Thread Neil Williams
Package: kdenetwork
Version: 4:3.3.2-6
Severity: grave
Justification: renders package unusable


Upgraded kdenetwork last night and now kmail won't start - 
segmentation fault but no crash handler appears.

kmail information:
Architecture: i386
Source: kdepim
Version: 4:3.3.2-3
Replaces: libkdenetwork2 (<< 4:3.2.92)
Provides: imap-client, mail-reader
Depends: kdelibs4 (>= 4:3.3.2-4.0.2), libc6 (>= 2.3.2.ds1-4), libgcc1
(>= 1:3.4.1-3), libice6 | xlibs (>> 4.1.0), libkcal2a(>= 4:3.3.2),
libkdenetwork2 (>= 4:3.3.1), libkdepim1 (>= 4:3.3.2), libkleopatra0a,
libkpimidentities1 (>= 4:3.3.1), libksieve0 (>= 4:3.3.1), libmimelib1a,
libpng12-0 (>= 1.2.8rel), libqt3c102-mt (>= 3:3.3.4), libsm6 | xlibs (>>
4.1.0), libstdc++5(>= 1:3.3.4-1), libx11-6 | xlibs (>> 4.1.0), libxext6
 | xlibs (>> 4.1.0), zlib1g (>= 1:1.2.1), perl
Recommends: kdebase-kio-plugins, kdepim-kio-plugins, procmail
Suggests: gnupg, gnupg-agent, pinentry-qt | pinentry-x11, kaddressbook,
kleopatra, spamassassin | bogofilter | annoyance-filter, clamav |
f-prot-installer
Filename: pool/main/k/kdepim/kmail_3.3.2-3_i386.deb


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.4.25-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kdenetwork depends on:
ii  dcoprss   4:3.3.2-6  KDE RSS utilities
ii  kdenetwork-filesharing4:3.3.2-6  KDE Network Filesharing Configurat
ii  kdict 4:3.3.2-6  KDE Dictionary Client
ii  kget  4:3.3.2-6  KDE Download Manager
ii  knewsticker   4:3.3.2-6  KDE news ticker
ii  kopete4:3.3.2-6  Instant messenger program
ii  kpf   4:3.3.2-6  KDE public fileserver
ii  kppp  4:3.3.2-6  KDE dialer and frontend to pppd
ii  krdc  4:3.3.2-6  KDE Remote Desktop Client
ii  krfb  4:3.3.2-6  KDE Remote Screen Server
ii  ksirc 4:3.3.2-6  KDE IRC client
ii  kwifimanager  4:3.3.2-6  KDE Wireless Lan Manager
ii  librss1   4:3.3.2-6  KDE RSS library

Versions of packages kdenetwork recommends:
ii  ktalkd4:3.3.2-6  KDE talk daemon
ii  lisa  4:3.3.2-6  LAN Information Server

-- no debconf information


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



Bug#304550: kmail: Signatures made by Apple Mail shown as bad when Mutt and Thunderbird show them as good

2005-04-15 Thread Neil Williams
On Thursday 14 April 2005 12:37 am, Adeodato Simó wrote:
> * Neil Williams [Wed, 13 Apr 2005 23:29:48 +0100]:
> > Package: kmail
> > Version: 4:3.3.2-3
> > Severity: normal
>
>   Hi Neil,
>
> > When viewing the same message in multiple email clients using IMAP,
> > only KMail shows a bad signature for messages signed using Apple Mail
> > (signed as PGP/MIME).
>
>   Do you think it'd be able to ask the senders to compose and sign a
>   dummy mail?

I've asked both senders to email you directly and I'm preparing a tarball of 
emails that I can send you from previous discussions - just waiting for the 
second person to confirm it's OK to pass on his mail to you and I'll send the 
tarball.

> > Strangely, very short messages (one or two lines) DO show as a good
> > signature, anything more than a sentence or two comes up as bad, but only
> > on KMail.
>
>   Even better, make the above dummy mail two: one (short?) that verifies
>   OK, and another that doesn't.

The tarball will contain mostly signatures that verify in Thunderbird or Mutt 
but not in KMail plus one good signature that verifies in all clients. 

>
>   Thanks,

-- 

Neil Williams
=
http://www.dcglug.org.uk/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgprQJtjbVPN9.pgp
Description: PGP signature


Bug#304550: kmail: Signatures made by Apple Mail shown as bad when Mutt and Thunderbird show them as good

2005-04-13 Thread Neil Williams
Package: kmail
Version: 4:3.3.2-3
Severity: normal


When viewing the same message in multiple email clients using IMAP,
only KMail shows a bad signature for messages signed using Apple Mail
(signed as PGP/MIME).

Headers from affected emails:

X-Pgp-Agent: GPGMail 1.0.2
X-Mailer: Apple Mail (2.619.2)

--Apple-Mail-2--786455545
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=US-ASCII; format=flowed

--Apple-Mail-2--786455545
content-type: application/pgp-signature; x-mac-type=70674453;
name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (Darwin)

Strangely, very short messages (one or two lines) DO show as a good signature,
anything more than a sentence or two comes up as bad, but only on KMail.

This is from two separate people, both using Apple Mail. Others
receiving the same message in Thunderbird and other clients also report
that the signatures are all good. 



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kmail depends on:
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libkcal2a4:3.3.2-3   KDE calendaring library
ii  libkdenetwork2   4:3.3.2-3   KDE Network library
ii  libkdepim1   4:3.3.2-3   KDE PIM library
ii  libkleopatra0a   4:3.3.2-3   KDE GnuPG interface libraries
ii  libkpimidentities1   4:3.3.2-3   KDE PIM user identity information 
ii  libksieve0   4:3.3.2-3   KDE mail/news message filtering li
ii  libmimelib1a 4:3.3.2-3   KDE mime library
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-2   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  perl 5.8.4-8 Larry Wall's Practical Extraction 
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#304147: kiconedit: crashes with SIGSEGV on start-up

2005-04-11 Thread Neil Williams
On Monday 11 April 2005 12:08 pm, Riku Voipio wrote:
> On Mon, Apr 11, 2005 at 09:48:26AM +0100, Neil Williams wrote:
> > Loading kiconedit from the menu causes a SIGSEGV as soon
> > as the window tries to display. The window then closes
> > and the KDE crash handler appears.

> unreproducible on sarge. same version of package in sid too.
> Try moving ./.kde/share/config/kiconeditrc somewhere else, or
> try using kiconedit with a fresh new user account.

Moving the RC file did the trick for console opening but NOT the menu! That 
still seg faults. Even after logging out and back in, it still seg faults from 
the menu! (And once it HAS seg faulted from the menu, it no longer works from 
the console!)

This is the diff of the new vs old:

--- /home/neil/kiconeditrc  2004-09-12 19:43:26.0 +0100
+++ /home/neil/.kde/share/config/kiconeditrc2005-04-11 14:40:43.0 
+0100
@@ -14,16 +14,6 @@ ShowRulers=true
 TransparencyDisplayType=Checkerboard
 TransparencySolidColor=255,255,255

-[KFileDialog Settings]
-Automatic Preview=true
-Preview Size=60
-Recent Files=/usr/share/icons/kdeclassic/16x16/actions/colorize.png
-ShowPreviews=false
-ViewMode=SmallColumns
-
-[KFileDialog Speedbar]
-Speedbar IconSize=22
-
 [MainWindowSettings Toolbar mainToolBar]
 Index=0

@@ -37,7 +27,3 @@ Position=Right
 [MainWindowSettings Toolbar toolsToolBar]
 IconText=IconOnly
 Index=0
-
-[RecentFiles]
-File1=file:/usr/share/apps/kiconedit/pics/standard.png
-File2=file:/usr/share/icons/kdeclassic/16x16/actions/colorize.png


> > Versions of packages kiconedit depends on:
> > ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
>
> Where is that version from? debian does not have such version of kdelibs

?? Debian unstable does:
http://packages.debian.org/unstable/libs/kdelibs4
4:3.3.2-4.0.2 [i386]

Are you comparing against a different architecture?

> > ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange
> > library ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System
> > Session Management ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window
> > System protocol client li ii  libxext6 4.3.0.dfsg.1-12.0.1 X
> > Window System miscellaneous exte ii  xlibs4.3.0.dfsg.1-12
> > X Keyboard Extension (XKB) configu
>
> Ditto for your X version.

All standard Debian unstable (sid). I don't use any non-standard mirrors.

-- 

Neil Williams
=
http://www.dcglug.org.uk/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/



pgplxjc7OZM5Z.pgp
Description: PGP signature


Bug#304147: kiconedit: crashes with SIGSEGV on start-up

2005-04-11 Thread Neil Williams
Package: kiconedit
Version: 4:3.3.2-1
Severity: grave
Justification: renders package unusable


 From a console window:
QPainter::begin: Cannot paint null pixmap
QPainter::setWorldMatrix: Will be reset by begin()
QPainter::setPen: Will be reset by begin()
KCrash: Application 'kiconedit' crashing...

Loading kiconedit from the menu causes a SIGSEGV as soon
as the window tries to display. The window then closes
and the KDE crash handler appears.

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 4950)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[KCrash handler]
#5  0x412054a2 in XSetForeground () from /usr/X11R6/lib/libX11.so.6
#6  0x40c0f330 in QPainter::updatePen () from /usr/lib/libqt-mt.so.3
#7  0x40cb6567 in QPainter::setPen () from /usr/lib/libqt-mt.so.3
#8  0x40c65cae in qDrawShadePanel () from /usr/lib/libqt-mt.so.3
#9  0x08068c36 in ?? ()
#10 0xb190 in ?? ()
#11 0x0003 in ?? ()
#12 0x0003 in ?? ()
#13 0x000e in ?? ()
#14 0x000e in ?? ()
#15 0x080c42a8 in ?? ()
#16 0x0001 in ?? ()
#17 0x0001 in ?? ()
#18 0xb100 in ?? ()
#19 0xb190 in ?? ()
#20 0x0001 in ?? ()
#21 0x in ?? ()
#22 0xb190 in ?? ()
#23 0xb2e0 in ?? ()
#24 0xb108 in ?? ()
#25 0x0003 in ?? ()
#26 0xff303030 in ?? ()
#27 0x44495254 in ?? ()
#28 0x02a7 in ?? ()
#29 0x08055166 in ?? ()
#30 0x0820b750 in ?? ()
#31 0x in ?? ()
#32 0x in ?? ()
#33 0xb2e0 in ?? ()
#34 0xb338 in ?? ()
#35 0x4000bbe0 in _dl_map_object_deps () from /lib/ld-linux.so.2
#36 0x0806a3fc in ?? ()
#37 0x0821cf38 in ?? ()
#38 0xb190 in ?? ()
#39 0x in ?? ()
#40 0x in ?? ()
#41 0x in ?? ()
#42 0xb190 in ?? ()
#43 0x in ?? ()
#44 0x40d5db49 in QDockWindowHandle::paintEvent () from
/usr/lib/libqt-mt.so.3


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.25-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages kiconedit depends on:
ii  kdelibs4 4:3.3.2-4.0.2   KDE core libraries
ii  libart-2.0-2 2.3.17-1Library of functions for 2D graphi
ii  libc62.3.2.ds1-20GNU C Library: Shared libraries an
ii  libfam0c102  2.7.0-6 client library to control the FAM 
ii  libgcc1  1:3.4.3-12  GCC support library
ii  libice6  4.3.0.dfsg.1-12.0.1 Inter-Client Exchange library
ii  libidn11 0.5.13-1.0  GNU libidn library, implementation
ii  libpng12-0   1.2.8rel-1  PNG library - runtime
ii  libqt3c102-mt3:3.3.4-2   Qt GUI Library (Threaded runtime v
ii  libsm6   4.3.0.dfsg.1-12.0.1 X Window System Session Management
ii  libstdc++5   1:3.3.5-12  The GNU Standard C++ Library v3
ii  libx11-6 4.3.0.dfsg.1-12.0.1 X Window System protocol client li
ii  libxext6 4.3.0.dfsg.1-12.0.1 X Window System miscellaneous exte
ii  libxrender1  0.8.3-7 X Rendering Extension client libra
ii  xlibs4.3.0.dfsg.1-12 X Keyboard Extension (XKB) configu
ii  zlib1g   1:1.2.2-4   compression library - runtime

-- no debconf information


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



Bug#239049: kgpg: Editor only opens if decrypting clipboard

2004-03-30 Thread Neil Williams
Package: kgpg
Version: 4:3.2.1-1
Severity: normal
Followup-For: Bug #239049

Open Editor from the right-click menu of the KGpg applet menu does not
work but the editor can be launched indirectly by decrypting the
clipboard if you have a valid encrypted block to copy. The Editor then
works normally, including being able to start a new file, open existing
files and verify signatures / md5 sums as normal. As soon as the
workaround window is closed, the bug reappears and Editor is
unavailable.

Hope that's useful to someone, until the bug is fixed.


-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.4.23-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kgpg depends on:
ii  kdelibs44:3.2.1-1KDE core libraries
ii  libart-2.0-22.3.16-3 Library of functions for 2D graphi
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-5  client library to control the FAM 
ii  libgcc1 1:3.3.3-5GCC support library
ii  libpng12-0  1.2.5.0-5PNG library - runtime
ii  libqt3c102-mt   3:3.2.3-2Qt GUI Library (Threaded runtime v
ii  libstdc++5  1:3.3.3-5The GNU Standard C++ Library v3
ii  libxrender1 0.8.3-5  X Rendering Extension client libra
ii  xlibs   4.2.1-12.1   X Window System client libraries
ii  zlib1g  1:1.2.1-5compression library - runtime

-- no debconf information



Bug#237609: kmail: KMail crashes on any folder activity

2004-03-12 Thread Neil Williams
Package: kmail
Version: 4:3.1.5-1
Severity: grave
Tags: experimental
Justification: renders package unusable



-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.4.23-1-686
Locale: LANG=C, LC_CTYPE=C

Versions of packages kmail depends on:
ii  kdebase-kio-plugins 4:3.2.1-1KDE I/O Slaves
ii  kdelibs44:3.2.1-1KDE core libraries
ii  libart-2.0-22.3.16-1 Library of functions for 2D graphi
ii  libaudio2   1.6c-1   The Network Audio System (NAS). (s
ii  libc6   2.3.2.ds1-11 GNU C Library: Shared libraries an
ii  libfam0c102 2.7.0-5  client library to control the FAM 
ii  libfontconfig1  2.2.2-1  generic font configuration library
ii  libfreetype62.1.7-2  FreeType 2 font engine, shared lib
ii  libgcc1 1:3.3.3-2GCC support library
ii  libjpeg62   6b-9 The Independent JPEG Group's JPEG 
ii  libkdenetwork2  4:3.2.1-1KDE Network library
ii  libmimelib1 4:3.2.1-1KDE mime library
ii  libpcre34.5-1Perl 5 Compatible Regular Expressi
ii  libpng12-0  1.2.5.0-5PNG library - runtime
ii  libqt3c102-mt   3:3.2.3-2Qt GUI Library (Threaded runtime v
ii  libstdc++5  1:3.3.3-2The GNU Standard C++ Library v3
ii  libxcursor1 1.0.2-4  X Cursor management library
ii  libxft2 2.1.2-5  FreeType-based font drawing librar
ii  libxrender1 0.8.3-5  X Rendering Extension client libra
ii  xlibmesa3-gl [libgl1]   4.2.1-12.1   Mesa 3D graphics library [XFree86]
ii  xlibs   4.2.1-12.1   X Window System client libraries
ii  zlib1g  1:1.2.1-4compression library - runtime

-- no debconf information

After updating to 1.5.4 with apt on Debian testing, KMail crashes every
time it tries to read or modify a mail folder. I'm using maildir folders
and I've emptied each folder with no effect. Sometimes KMail stays
running long enough to compact the folders and tidy up (the .index files
all show timestamps in line with the last run of KMail). All except 3
folders are now completely empty but still KMail crashes when I change
folder. Changing from the inbox to the outbox causes KMail to be
unresponsive for a couple of seconds before it crashes with no messages
or KDE error box so I never get a chance to see the backtrace. 
Running KMail from a console I get:
*** KMail got signal 11 (Crashing)
once I've clicked on any folder.
It also crashes when I try to view the properties of any folder (e.g. to
view the mailing list entry).