Bug#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with explanation of the cause)

2007-09-30 Thread Ana Guerrero
notfound 444214 4:3.5.7-4
thanks


On Wed, Sep 26, 2007 at 05:27:55PM -0400, Leon Bottou wrote:
> Package: konqueror-nsplugins
> Version: 4:3.5.5a.dfsg.1-6etch1
> Severity: grave
> Justification: renders package unusable
> 
> 
> Nspluginviewer crashes immediately on AMD64 
> without displaying anything.
> 
> Version 4:3.5.5a.dfsg.1-6etch1 of konqueror-nsplugins
> was apparently compiled using an ancient version
> of the netscape sdk that declares uint32 as long
> on all platforms except the alpha.
> This is obviously wrong on amd64.
> 
> Related upstream bug:
> http://bugs.kde.org/show_bug.cgi?id=150241
> 
> Fix:
>  Line 190 of npapi.h should be
>   #if defined(__alpha) || defined(__x86_64__) || defined(__LP64__)
>  instead of
>   #if defined(__alpha) 
>

This seems to be fine in KDE 3.5.7:

[...]

/*--*/
/* Definition of Basic Types*/
/*--*/

#ifndef _UINT16
typedef unsigned short uint16;
#endif
#ifndef _UINT32
#if defined(__alpha) || defined(_AIX) || defined(__x86_64__) ||
defined(__LP64__)
typedef unsigned int uint32;
#else /* __alpha || _AIX || __x86_64__ || __LP64__ */
typedef unsigned long uint32;
#endif /* __alpha || _AIX || __x86_64__ || __LP64__ */
#endif
#ifndef _INT16
typedef short int16;
#endif
#ifndef _INT32
#if defined(__alpha) || defined(_AIX) || defined(__x86_64__) ||
defined(__LP64__)
typedef int int32;
#else /* __alpha || _AIX || __x86_64__ || __LP64__ */
typedef long int32;
#endif /* __alpha || _AIX || __x86_64__ || __LP64__ */
#endif


[...]




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



Processed: Re: Bug#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with explanation of the cause)

2007-09-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> notfound 444214 4:3.5.7-4
Bug#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with 
explanation of the cause)
Bug no longer marked as found in version 4:3.5.7-4.

> thanks
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#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with explanation of the cause)

2007-09-26 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> forwarded 444214 http://bugs.kde.org/show_bug.cgi?id=150241
Bug#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with 
explanation of the cause)
Noted your statement that Bug has been forwarded to 
http://bugs.kde.org/show_bug.cgi?id=150241.

> thanks
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#444214: konqueror-nsplugins: nspluginviewer crashes on amd64 (with explanation of the cause)

2007-09-26 Thread Leon Bottou
Package: konqueror-nsplugins
Version: 4:3.5.5a.dfsg.1-6etch1
Severity: grave
Justification: renders package unusable


Nspluginviewer crashes immediately on AMD64 
without displaying anything.

Version 4:3.5.5a.dfsg.1-6etch1 of konqueror-nsplugins
was apparently compiled using an ancient version
of the netscape sdk that declares uint32 as long
on all platforms except the alpha.
This is obviously wrong on amd64.

Related upstream bug:
http://bugs.kde.org/show_bug.cgi?id=150241

Fix:
 Line 190 of npapi.h should be
  #if defined(__alpha) || defined(__x86_64__) || defined(__LP64__)
 instead of
  #if defined(__alpha) 

That's all.

- Leon Bottou



-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-5-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages konqueror-nsplugins depends on:
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for al
ii  libc6  2.3.6.ds1-13etch2 GNU C Library: Shared libraries
ii  libgcc11:4.1.1-21GCC support library
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime v
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library

konqueror-nsplugins recommends no packages.

-- no debconf information



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