Bug#366076: SpanDSP build error on x86-64: bottom_bit()

2006-05-04 Thread Julien BLACHE
Hi Steve, Lee, Frederik and others,

The copy of spandsp included in iaxmodem 0.1.4 fails to build on
x86-64.

The asm implementation of bottom_bit() from src/spandsp/alaw_ulaw.h
seems to be buggy:

t38_gateway.c: In function 'non_ecm_putbit_v17':
t38_gateway.c:482: warning: pointer targets in passing argument 4 of 
'send_data' differ in signedness
/tmp/cctWzPc2.s: Assembler messages:
/tmp/cctWzPc2.s:1415: Error: Incorrect register `%edx' used with `q' suffix

static __inline__ int bottom_bit(unsigned int bits)
{
int res;

__asm__ __volatile__(" movq $-1,%%rdx;\n"
 " bsfq %%eax,%%edx;\n"
line 1415 -   ^
 : "=d" (res)
 : "a" (bits));
return res;
}

My x86-64 asm knowledge is basically zero, so I can't offer a fix
right now :)

bottom_bit() was unused until then, so the bug went unnoticed.

Thanks,

JB.

-- 
 Julien BLACHE <[EMAIL PROTECTED]>  |  Debian, because code matters more 
 Debian & GNU/Linux Developer|   
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 


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



Bug#365085: [Build-common-hackers] Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Pierre Habouzit
Le Ven 5 Mai 2006 04:49, Marc Dequènes a écrit :
> Coin,
>
> Pierre Habouzit <[EMAIL PROTECTED]> writes:
> > the patch is tested against kdemultimedia: packages are built, and
> > dh_makeshlibs/dh_shlibdeps are run in right order.
>
> This is NOT sufficient. Several other packages are impacted, like a
> few GNOME packages (ask seb128 for the list), which now simply FTBFS,
> and this is not an acceptable behavior. Peter perhaps corrected some
> logic but one cannot simply release such an important tool without
> double checking for regression. If CLI needs to run things between
> dh_shlibdeps and dh_builddep, then a new hook should be created
> instead of moving order of debhelper calls on which other maintainers
> are counting on.
>
> Peter still wants to work as a lonesome cowboy, now here is the
> result !

hey please, calm a bit down.

the move was not a good idea untested. that's true. But I'm pretty sure 
it works now, and I explained it in my mail with the patch.

my patch is mostly the same as creating a new hook. I'll test the patch 
against a FTBFS-ing gnome package, and we'll see.
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


pgpkqKThNLzmR.pgp
Description: PGP signature


Bug#366105: opencv_0.9.7-1(amd64/unstable): build failure: error: '__m128d' was not declared in this scope

2006-05-04 Thread Frederik Schueler
Package: opencv
Version: 0.9.7-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

> g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I. -I../../cxcore/include -I../.. -Wall 
> -fno-rtti -pipe -DNDEBUG -fomit-frame-pointer -O3 -MT cxalloc.lo -MD -MP -MF 
> .deps/cxalloc.Tpo -c cxalloc.cpp  -fPIC -DPIC -o .libs/cxalloc.o
> ../../cxcore/include/cxtypes.h: In function 'int cvRound(double)': 
> ../../cxcore/include/cxtypes.h:192: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:192: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:193: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:193: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvFloor(double)': 
> ../../cxcore/include/cxtypes.h:218: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:218: error: expected `;' before 't' 
> ../../cxcore/include/cxtypes.h:219: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:219: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_cmplt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:220: error: '_mm_movemask_pd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h: In function 'int cvCeil(double)':
> ../../cxcore/include/cxtypes.h:232: error: '__m128d' was not declared in this 
> scope
> ../../cxcore/include/cxtypes.h:232: error: expected `;' before 't'
> ../../cxcore/include/cxtypes.h:233: error: 't' was not declared in this scope
> ../../cxcore/include/cxtypes.h:233: error: '_mm_cvtsd_si32' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cvtsi32_sd' was not declared 
> in this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_cmpgt_sd' was not declared in 
> this scope
> ../../cxcore/include/cxtypes.h:234: error: '_mm_movemask_pd' was not declared 
> in this scope
> cxalloc.cpp: In function 'void* cvAlloc(size_t)':
> cxalloc.cpp:105: warning: comparison is always false due to limited range of 
> data type
> make[4]: *** [cxalloc.lo] Error 1
> make[4]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore/src'
> make[3]: *** [all-recursive] Error 1
> make[3]: Leaving directory `/build/buildd/opencv-0.9.7/cxcore'
> make[2]: *** [all-recursive] Error 1
> make[2]: Leaving directory `/build/buildd/opencv-0.9.7'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory `/build/buildd/opencv-0.9.7'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64&pkg=opencv&ver=0.9.7-1


Best regards
Frederik Schueler



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



Bug#364068: imp4: Fails to display any message

2006-05-04 Thread Lionel Elie Mamane
close 364068 4.1-1
thanks

This may be an IMP 4.0 <-> Horde 3.1 compatibility problem. Please try
with IMP 4.1.

On further investigation, this seems to be addressed by upstream CVS
commit 1.25 and 1.15.10.11, the latter went into IMP 4.1. So I'm
closing this bug. Reopen it if you encounter this bug with IMP 4.1 or
later.

-- 
Lionel


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



Bug#366076: iaxmodem_0.1.4.dfsg-1(amd64/unstable): Error: Incorrect register `%edx' used with `q' suffix

2006-05-04 Thread Julien BLACHE
Frederik Schüler <[EMAIL PROTECTED]> wrote:

Hi,

>> t38_gateway.c: In function 'non_ecm_putbit_v17':
>> t38_gateway.c:482: warning: pointer targets in passing argument 4 of 
>> 'send_data' differ in signedness
>> /tmp/ccOhByNN.s: Assembler messages:
>> /tmp/ccOhByNN.s:1415: Error: Incorrect register `%edx' used with `q' suffix

I'll fix it this week-end. The previous version did build
successfully, so I guess there's a missing ifdef in some of the
newly-added code.

JB.

-- 
 Julien BLACHE - Debian & GNU/Linux Developer - <[EMAIL PROTECTED]> 
 
 Public key available on  - KeyID: F5D6 5169 
 GPG Fingerprint : 935A 79F1 C8B3 3521 FD62 7CC7 CD61 4FD7 F5D6 5169 



Bug#365875: No Text in Gtk widgets of xmms

2006-05-04 Thread Toufeeq Hussain

Hi Steve,

On 5/4/06, Steve Langasek <[EMAIL PROTECTED]> wrote:

On Wed, May 03, 2006 at 07:17:38PM +0530, Toufeeq Hussain wrote:
> Subject: xmms: No fonts displayed on dialog boxes and menus
> Package: xmms
> Version: 1.2.10+cvs20060429-1
> Severity: grave
> Justification: renders package unusable

> *** Please type your report below this line ***
> All GTK menu's and dialog carry no textual labels. The shortcut text
> however seems to be present on the dialogs/menu's.
> Attaching image of the "Load Files" dialog.

What version of xserver-xorg and x11-common do you have installed?

What does grep FontPath /etc/X11/xorg.conf show?


I'm running X11R7 from debian-unstable.
[EMAIL PROTECTED]:~$ Xorg -version

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux anduril 2.6.15-1-686 #2 Mon Mar 6
15:27:08 UTC 2006 i686
Build Date: 16 March 2006
   Before reporting problems, check http://wiki.x.org
   to make sure that you have the latest version.
Module Loader present

Following is the FontPath settings in xorg.conf

Section "Files"
   FontPath"/usr/share/fonts/X11/misc"
   FontPath"/usr/share/fonts/X11/cyrillic"
   FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
   FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
   FontPath"/usr/share/fonts/X11/Type1"
   FontPath"/usr/share/fonts/X11/100dpi"
   FontPath"/usr/share/fonts/X11/75dpi"
   # path to defoma fonts
   FontPath"/var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType"
EndSection

Thanks.

-Toufeeq

--
blog @ http://toufeeq.blogspot.com



Bug#366001: marked as done (xbase-clients: startx fails with no EE message)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 May 2006 01:38:31 -0400
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366001: xbase-clients: startx fails with no EE message
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: xbase-clients
Version: 1:7.0.1-1
Severity: grave
Justification: renders package unusable

After upgrading from 7.0.0-5 (really, a weekly unstable upgrade)
startx stopped working.  The screen goes blank like normal, 
and "clicks", but after a moment returns to the $ prompt.

There are no noticable errors in /var/log/Xorg.0.log.

Sorry this is such a non-specific bug, but there's nothing else
I can think to write.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16rlj
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-3X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxaw7 1:1.0.1-5X11 Athena Widget library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-3X11 miscellaneous utility library
ii  libxmuu11:1.0.1-3X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-3X11 event trapping extension libra
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-3X11 Video extension library
ii  libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  x11-common  1:7.0.16 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
#FontPath   "unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/share

Bug#350624: Why this childish behavior?

2006-05-04 Thread Pawel Wiecek
On May 5, 12:36am, Joerg Schilling wrote:
> > You are abusing the BTS.
> It is not me who is abusing the system.

Yes, you are.

1. You're misusing it by closing bugs you aren't allowed to (being neither
   reporter or package maintainer)
2. Additionally you're closing them without explanation
3. You are plaing games with the BTS (how else could I call repeatedly closing
   a bug, especially taken #1 into account?)
4. Also your using [EMAIL PROTECTED] incorrectly

  Pawel

-- 
 (___)  | Pawel Wiecek - Coven / Svart - |
< o o > |  http://www.coven.vmh.net/<[EMAIL PROTECTED]>GSM: 
+48603240006 |
 \ ^ /  | GPG/PGP info in message headers  *  [ Debian GNU/Linux developer ] |
  (")   |  *  * Love is being stupid together.-- Valery  |


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



Bug#366007: marked as done (x11-common: /etc/X11/Xsession has disappeared)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 21:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365948: fixed in xorg 1:7.0.17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11-common
Version: 1:7.0.16
Severity: important

Since installing x11-common 1:7.0.16, /etc/X11/Xsession has been
deleted. This means that startx no longer works

According to dpkg --search, /etc/X11/Xsession is still owned by
x11-common, even though it no longer exists; there is also a new file,
/etc/X11/Xsession.xfree86, that is not owned by any package.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (530, 'testing'), (520, 'unstable'), (510, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.16-1-k7
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.4.30.13  Debian configuration management sy
ii  debianutils   2.15.7 Miscellaneous utilities specific t
ii  lsb-base  3.1-4  Linux Standard Base 3.1 init scrip
ii  xfree86-common1:7.0.16   transitional package for Debian et

-- debconf information:
  x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:
  x11-common/xwrapper/nice_value: 0

--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.0.17

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

libglu1-xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.0.17_all.deb
libglu1-xorg_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.0.17_all.deb
x-window-system-core_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system-core_7.0.17_all.deb
x-window-system_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system_7.0.17_all.deb
x11-common_7.0.17_i386.deb
  to pool/main/x/xorg/x11-common_7.0.17_i386.deb
xlibmesa-dri_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.0.17_all.deb
xlibmesa-gl-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.0.17_all.deb
xlibmesa-gl_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.0.17_all.deb
xlibs-data_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-data_7.0.17_all.deb
xlibs-static-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.0.17_all.deb
xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/xorg-dev_7.0.17_all.deb
xorg_7.0.17.dsc
  to pool/main/x/xorg/xorg_7.0.17.dsc
xorg_7.0.17.tar.gz
  to pool/main/x/xorg/xorg_7.0.17.tar.gz
xorg_7.0.17_all.deb
  to pool/main/x/xorg/xorg_7.0.17_all.deb
xserver-xfree86_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.0.17_all.deb
xserver-xorg-input-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.0.17_i386.deb
xserver-xorg-video-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.0.17_i386.deb
xserver-xorg_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xorg_7.0.17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 00:10:33 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-gl 
x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core libglu1-xorg 
xlibs-data xorg
Architecture: source all i386
Version: 1:7.0.17
Distribution: unstable
Urgency: high
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for 

Bug#365988: marked as done (x11-common: Unable to log in from KDM)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 21:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365948: fixed in xorg 1:7.0.17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11-common
Version: 1:7.0.16
Severity: grave
Justification: renders package unusable

Hello,

after the last dist-upgrade I can no longer log in to my system. I get
the following error message in my .xsession-errors:

/etc/kde3/kdm/Xsession: line46: /etc/X11/Xsession: No such file or
directory

'dpkg --listfiles x11-common' shows that this package should contain
/etc/X11/Xsession, but that file is no longer on my system.

Best regards,
TMS

-- 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.6.16-1-686
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  lsb-base  3.1-5  Linux Standard Base 3.1 init scrip
ii  xfree86-common1:7.0.16   transitional package for Debian et

x11-common recommends no packages.

-- debconf information:
* x11-common/xwrapper/nice_value: 0
* x11-common/xwrapper/allowed_users: Console Users Only
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: console
  x11-common/xwrapper/nice_value/error:

--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.0.17

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

libglu1-xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.0.17_all.deb
libglu1-xorg_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.0.17_all.deb
x-window-system-core_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system-core_7.0.17_all.deb
x-window-system_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system_7.0.17_all.deb
x11-common_7.0.17_i386.deb
  to pool/main/x/xorg/x11-common_7.0.17_i386.deb
xlibmesa-dri_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.0.17_all.deb
xlibmesa-gl-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.0.17_all.deb
xlibmesa-gl_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.0.17_all.deb
xlibs-data_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-data_7.0.17_all.deb
xlibs-static-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.0.17_all.deb
xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/xorg-dev_7.0.17_all.deb
xorg_7.0.17.dsc
  to pool/main/x/xorg/xorg_7.0.17.dsc
xorg_7.0.17.tar.gz
  to pool/main/x/xorg/xorg_7.0.17.tar.gz
xorg_7.0.17_all.deb
  to pool/main/x/xorg/xorg_7.0.17_all.deb
xserver-xfree86_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.0.17_all.deb
xserver-xorg-input-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.0.17_i386.deb
xserver-xorg-video-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.0.17_i386.deb
xserver-xorg_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xorg_7.0.17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 00:10:33 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-gl 
x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core libglu1-xorg 
xlibs-data xorg
Architecture: source all i386
Version: 1:7.0.17
Distribution: unstable
Urgency: high
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional pac

Bug#365967: marked as done (x11-common: unnecessary use of pre-depends (354146))

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 21:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365948: fixed in xorg 1:7.0.17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11-common
Version: 1:7.0.16
Severity: important

The latest version of x11-common now pre-depends on xfree86-common,
nominally in order to fix bug #354146.  The rationale given for the
pre-depends in that bug is incorrect:

  Hmm, then x11-common Pre-Depends: xfree86-common to make sure that
  xfree86-common.postinst is run before x11-common is configured,
  shouldn't it?  Or maybe remove the conffile in xfree86-common.preinst?



Please review the definitions of Depends and Pre-Depends in Policy.  "A
configured before B configured" is satisfied by a simple Depends, a
Pre-Depends is only required if A must be configured before B is *unpacked*.
Constraining the unpack order of packages in this fashion, when it isn't
actually required, makes for brittle upgrades.

Pre-Depends are also not supposed to be added to packages without first
discussing them on -devel...

BTW, some other conffile that was moved from one package to another as part
of the modular switch apparently moved just fine (i.e., without conffile
prompts, whether or not it was modified) just by setting Conflicts/Replaces
against the old package.  Does anyone understand why this worked in the
other case, but not in this one?

Actually, can anyone even confirm that this bug was reproducible with
x11-common 1:7.0.14/15?  The bug was *filed* against version 1:7.0.0, but
the bug log only shows the output of upgrading to x11-common 6.9.0.dfsg.1-4.
Does that version predate the addition of the xfree86-common conflicts?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.0.17

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

libglu1-xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.0.17_all.deb
libglu1-xorg_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.0.17_all.deb
x-window-system-core_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system-core_7.0.17_all.deb
x-window-system_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system_7.0.17_all.deb
x11-common_7.0.17_i386.deb
  to pool/main/x/xorg/x11-common_7.0.17_i386.deb
xlibmesa-dri_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.0.17_all.deb
xlibmesa-gl-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.0.17_all.deb
xlibmesa-gl_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.0.17_all.deb
xlibs-data_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-data_7.0.17_all.deb
xlibs-static-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.0.17_all.deb
xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/xorg-dev_7.0.17_all.deb
xorg_7.0.17.dsc
  to pool/main/x/xorg/xorg_7.0.17.dsc
xorg_7.0.17.tar.gz
  to pool/main/x/xorg/xorg_7.0.17.tar.gz
xorg_7.0.17_all.deb
  to pool/main/x/xorg/xorg_7.0.17_all.deb
xserver-xfree86_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.0.17_all.deb
xserver-xorg-input-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.0.17_i386.deb
xserver-xorg-video-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.0.17_i386.deb
xserver-xorg_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xorg_7.0.17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 00:10:33 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-gl 
x11

Bug#365948: marked as done (x11-common: broken depends on compat package xfree86-common)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 21:47:04 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365948: fixed in xorg 1:7.0.17
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: x11-common
Version: 1:7.0.16
Severity: grave
Justification: renders package unusable

Version 7.0.16 of x11-common depends on xfree86-common, which is a
"useless" compatibility package. Making things worse is that
xfree86-common conflicts with x11-common. This prevents x11-common from
being installed at all.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-amd64-k8
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages x11-common depends on:
ii  debconf [debconf-2.0] 1.5.0  Debian configuration management sy
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  lsb-base  3.1-5  Linux Standard Base 3.1 init scrip

x11-common recommends no packages.

-- debconf information:
* x11-common/xwrapper/nice_value: 0
* x11-common/xwrapper/allowed_users: Anybody
  x11-common/experimental_packages:
  x11-common/xwrapper/actual_allowed_users: anybody
  x11-common/xwrapper/nice_value/error:

--- End Message ---
--- Begin Message ---
Source: xorg
Source-Version: 1:7.0.17

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

libglu1-xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg-dev_7.0.17_all.deb
libglu1-xorg_7.0.17_all.deb
  to pool/main/x/xorg/libglu1-xorg_7.0.17_all.deb
x-window-system-core_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system-core_7.0.17_all.deb
x-window-system_7.0.17_all.deb
  to pool/main/x/xorg/x-window-system_7.0.17_all.deb
x11-common_7.0.17_i386.deb
  to pool/main/x/xorg/x11-common_7.0.17_i386.deb
xlibmesa-dri_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-dri_7.0.17_all.deb
xlibmesa-gl-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl-dev_7.0.17_all.deb
xlibmesa-gl_7.0.17_all.deb
  to pool/main/x/xorg/xlibmesa-gl_7.0.17_all.deb
xlibs-data_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-data_7.0.17_all.deb
xlibs-static-dev_7.0.17_all.deb
  to pool/main/x/xorg/xlibs-static-dev_7.0.17_all.deb
xorg-dev_7.0.17_all.deb
  to pool/main/x/xorg/xorg-dev_7.0.17_all.deb
xorg_7.0.17.dsc
  to pool/main/x/xorg/xorg_7.0.17.dsc
xorg_7.0.17.tar.gz
  to pool/main/x/xorg/xorg_7.0.17.tar.gz
xorg_7.0.17_all.deb
  to pool/main/x/xorg/xorg_7.0.17_all.deb
xserver-xfree86_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xfree86_7.0.17_all.deb
xserver-xorg-input-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-input-all_7.0.17_i386.deb
xserver-xorg-video-all_7.0.17_i386.deb
  to pool/main/x/xorg/xserver-xorg-video-all_7.0.17_i386.deb
xserver-xorg_7.0.17_all.deb
  to pool/main/x/xorg/xserver-xorg_7.0.17_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
David Nusinow <[EMAIL PROTECTED]> (supplier of updated xorg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 00:10:33 -0400
Source: xorg
Binary: x-window-system xlibs-static-dev xlibmesa-dri xserver-xorg-video-all 
xserver-xorg xorg-dev xserver-xorg-input-all libglu1-xorg-dev xlibmesa-gl 
x11-common xserver-xfree86 xlibmesa-gl-dev x-window-system-core libglu1-xorg 
xlibs-data xorg
Architecture: source all i386
Version: 1:7.0.17
Distribution: unstable
Urgency: high
Maintainer: David Nusinow <[EMAIL PROTECTED]>
Changed-By: David Nusinow <[EMAIL PROTECTED]>
Description: 
 libglu1-xorg - transitional package for Debian etch
 libglu1-xorg-dev - transitional package for Debian etch
 x-window-system - transitional package for Debian etch
 x-window-system-core - transitional package for Debian etch
 x11-common - X Window System (X.Org) infrastructure
 xlibmesa-dri - transitional package for Debian etch
 xlibmesa-gl - transitional package for Debian etch
 xlibmesa-gl-dev - transitional pack

Bug#318546: Patch for NMU for 318546

2006-05-04 Thread Don Armstrong

tag 318546 patch
thanks


Attached please find the patch for the NMU of 318546.


Don Armstrong

-- 
There are two types of people in this world, good and bad. The good
sleep better, but the bad seem to enjoy the waking hours much more.  
 -- Woody Allen

http://www.donarmstrong.com  http://rzlab.ucr.edu
reverted:
--- libproc-process-perl-0.39/Process/Makefile.old
+++ libproc-process-perl-0.39.orig/Process/Makefile.old
@@ -1,526 +0,0 @@
-# This Makefile is for the Proc::ProcessTable::Process extension to perl.
-#
-# It was generated automatically by MakeMaker version
-# 6.17 (Revision: 1.133) from the contents of
-# Makefile.PL. Don't edit this file, edit Makefile.PL instead.
-#
-#   ANY CHANGES MADE HERE WILL BE LOST!
-#
-#   MakeMaker ARGV: (q[INSTALLDIRS=vendor])
-#
-#   MakeMaker Parameters:
-
-# NAME => q[Proc::ProcessTable::Process]
-# VERSION_FROM => q[Process.pm]
-
-# --- MakeMaker post_initialize section:
-
-
-# --- MakeMaker const_config section:
-
-# These definitions are from config.sh (via /usr/lib/perl/5.8/Config.pm)
-
-# They may have been overridden via Makefile.PL or on the command line
-AR = ar
-CC = cc
-CCCDLFLAGS = -fPIC
-CCDLFLAGS = -Wl,-E
-DLEXT = so
-DLSRC = dl_dlopen.xs
-LD = cc
-LDDLFLAGS = -shared -L/usr/local/lib
-LDFLAGS =  -L/usr/local/lib
-LIBC = /lib/libc-2.3.2.so
-LIB_EXT = .a
-OBJ_EXT = .o
-OSNAME = linux
-OSVERS = 2.4.26-ti1211
-RANLIB = :
-SITELIBEXP = /usr/local/share/perl/5.8.4
-SITEARCHEXP = /usr/local/lib/perl/5.8.4
-SO = so
-EXE_EXT = 
-FULL_AR = /usr/bin/ar
-VENDORARCHEXP = /usr/lib/perl5
-VENDORLIBEXP = /usr/share/perl5
-
-
-# --- MakeMaker constants section:
-AR_STATIC_ARGS = cr
-DIRFILESEP = /
-NAME = Proc::ProcessTable::Process
-NAME_SYM = Proc_ProcessTable_Process
-VERSION = 0.02
-VERSION_MACRO = VERSION
-VERSION_SYM = 0_02
-DEFINE_VERSION = -D$(VERSION_MACRO)=\"$(VERSION)\"
-XS_VERSION = 0.02
-XS_VERSION_MACRO = XS_VERSION
-XS_DEFINE_VERSION = -D$(XS_VERSION_MACRO)=\"$(XS_VERSION)\"
-INST_ARCHLIB = ../blib/arch
-INST_SCRIPT = ../blib/script
-INST_BIN = ../blib/bin
-INST_LIB = ../blib/lib
-INST_MAN1DIR = ../blib/man1
-INST_MAN3DIR = ../blib/man3
-MAN1EXT = 1p
-MAN3EXT = 3pm
-INSTALLDIRS = site
-DESTDIR = 
-PREFIX = /usr
-PERLPREFIX = $(PREFIX)
-SITEPREFIX = $(PREFIX)/local
-VENDORPREFIX = $(PREFIX)
-INSTALLPRIVLIB = $(PERLPREFIX)/share/perl/5.8
-DESTINSTALLPRIVLIB = $(DESTDIR)$(INSTALLPRIVLIB)
-INSTALLSITELIB = $(SITEPREFIX)/share/perl/5.8.4
-DESTINSTALLSITELIB = $(DESTDIR)$(INSTALLSITELIB)
-INSTALLVENDORLIB = $(VENDORPREFIX)/share/perl5
-DESTINSTALLVENDORLIB = $(DESTDIR)$(INSTALLVENDORLIB)
-INSTALLARCHLIB = $(PERLPREFIX)/lib/perl/5.8
-DESTINSTALLARCHLIB = $(DESTDIR)$(INSTALLARCHLIB)
-INSTALLSITEARCH = $(SITEPREFIX)/lib/perl/5.8.4
-DESTINSTALLSITEARCH = $(DESTDIR)$(INSTALLSITEARCH)
-INSTALLVENDORARCH = $(VENDORPREFIX)/lib/perl5
-DESTINSTALLVENDORARCH = $(DESTDIR)$(INSTALLVENDORARCH)
-INSTALLBIN = $(PERLPREFIX)/bin
-DESTINSTALLBIN = $(DESTDIR)$(INSTALLBIN)
-INSTALLSITEBIN = $(SITEPREFIX)/bin
-DESTINSTALLSITEBIN = $(DESTDIR)$(INSTALLSITEBIN)
-INSTALLVENDORBIN = $(VENDORPREFIX)/bin
-DESTINSTALLVENDORBIN = $(DESTDIR)$(INSTALLVENDORBIN)
-INSTALLSCRIPT = $(PERLPREFIX)/bin
-DESTINSTALLSCRIPT = $(DESTDIR)$(INSTALLSCRIPT)
-INSTALLMAN1DIR = $(PERLPREFIX)/share/man/man1
-DESTINSTALLMAN1DIR = $(DESTDIR)$(INSTALLMAN1DIR)
-INSTALLSITEMAN1DIR = $(SITEPREFIX)/man/man1
-DESTINSTALLSITEMAN1DIR = $(DESTDIR)$(INSTALLSITEMAN1DIR)
-INSTALLVENDORMAN1DIR = $(VENDORPREFIX)/share/man/man1
-DESTINSTALLVENDORMAN1DIR = $(DESTDIR)$(INSTALLVENDORMAN1DIR)
-INSTALLMAN3DIR = $(PERLPREFIX)/share/man/man3
-DESTINSTALLMAN3DIR = $(DESTDIR)$(INSTALLMAN3DIR)
-INSTALLSITEMAN3DIR = $(SITEPREFIX)/man/man3
-DESTINSTALLSITEMAN3DIR = $(DESTDIR)$(INSTALLSITEMAN3DIR)
-INSTALLVENDORMAN3DIR = $(VENDORPREFIX)/share/man/man3
-DESTINSTALLVENDORMAN3DIR = $(DESTDIR)$(INSTALLVENDORMAN3DIR)
-PERL_LIB = /usr/share/perl/5.8
-PERL_ARCHLIB = /usr/lib/perl/5.8
-LIBPERL_A = libperl.a
-FIRST_MAKEFILE = Makefile
-MAKEFILE_OLD = $(FIRST_MAKEFILE).old
-MAKE_APERL_FILE = $(FIRST_MAKEFILE).aperl
-PERLMAINCC = $(CC)
-PERL_INC = /usr/lib/perl/5.8/CORE
-PERL = /usr/bin/perl
-FULLPERL = /usr/bin/perl
-ABSPERL = $(PERL)
-PERLRUN = $(PERL)
-FULLPERLRUN = $(FULLPERL)
-ABSPERLRUN = $(ABSPERL)
-PERLRUNINST = $(PERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-FULLPERLRUNINST = $(FULLPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-ABSPERLRUNINST = $(ABSPERLRUN) "-I$(INST_ARCHLIB)" "-I$(INST_LIB)"
-PERL_CORE = 0
-PERM_RW = 644
-PERM_RWX = 755
-
-MAKEMAKER   = /usr/share/perl/5.8/ExtUtils/MakeMaker.pm
-MM_VERSION  = 6.17
-MM_REVISION = 1.133
-
-# FULLEXT = Pathname for extension directory (eg Foo/Bar/Oracle).
-# BASEEXT = Basename part of FULLEXT. May be just equal FULLEXT. (eg Oracle)
-# PARENT_NAME = NAME without BASEEXT and no trailing :: (eg Foo::Bar)
-# DLBASE  = Basename part of dynamic library. May be just equal BASEEXT.
-FULLEXT = Proc/ProcessTable/Process
-BASEEXT = Process
-PARENT_NAME = Proc::ProcessTable
-DLBA

Bug#214623: Antique RC bugs (many about licensing)

2006-05-04 Thread Don Armstrong
On Mon, 13 Mar 2006, Daniel Kobras wrote:
> On Sun, Mar 12, 2006 at 06:40:42PM -0500, Nathanael Nerode wrote:
> > Package: imagemagick (optional; Ryuichi Arafune) [imagemagick/6:6.2.4.5-0.7 
> > ; =] [add/edit comment]
> > 214623 [   ] [NONFREE-DATA:UNMODFIABLE] Non-free logo included in 
> > source
> > 
> > This appears to be a matter of the maintainer not paying attention, because
> > the non-free logo has been removed from the binary.  NMU?
> 
> For etch and sid, I've reverted this patch because it doesn't fix
> the licensing problem and therefore just bloats the diff.
> Furthermore, one might argue that the patch actually modifies the
> original logo, which is exactly what the license intends to prevent.

This can happen, but in the meantime we should remove this logo,
creating a new orig.tar.gz, and then add the free logo back in the
diff.gz.

If upstream changes its mind and decides to freely license the logo,
the maintainers can stop repackaging upstream source.


Don Armstrong

-- 
"Because," Fee-5 explained patiently, "I was born in the fifth row.
Any fool would understand that, but against stupidity the very Gods
themselves contend in vain."
 -- Alfred Bester _The Computer Connection_ p19

http://www.donarmstrong.com  http://rzlab.ucr.edu


signature.asc
Description: Digital signature


Processed: Patch for NMU for 318546

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 318546 patch
Bug#318546: libproc-process-perl: FTBFS: Test failure
Tags were: fixed-upstream patch
Tags added: patch

> 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: Fixed in NMU of libproc-process-perl 0.40-0.1

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 318546 + fixed
Bug#318546: libproc-process-perl: FTBFS: Test failure
Tags were: patch fixed-upstream
Tags added: fixed

> quit
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#364231: [parisc-linux] Re: Bug#364231: exception catching

2006-05-04 Thread Aurelien Jarno

Matthias Klose wrote:

[should we drop parisc-linux?]

John David Anglin writes:

Er, no; we're talking about official Debian packages here, and the
libstdc++.so.6 in Debian is now from gcc-4.1.  The problem is precisely that
GMP *is* being built using gcc-4.0, but libstdc++ is from gcc-4.1, resulting
in the double libgcc_s problem.

Then, you must build *eveything* for hppa with gcc-4.1 or later.

Unfortunately, there's an ABI break.  Mixing libraries compiled with
4.0 or earlier with libraries compiled with 4.1 or later is just going
to cause unnecessary problems.   3.3 uses libstdc++.so.5, so you
avoid the double libgcc_s problem building GMP.  However, you still
have the ABI change affecting the passing and return of complex types.

At a fundamental level, libstdc++.so.6, libgfortran.so.1.0.0 and any
other gcc libraries built with 4.1 or later need glibc built with 4.1
to function correctly because of the various complex functions in
the math library.

I think there's a dynamic loader bug here as well.  I'm just
guessing but I think the double libgcc_s problem causes a problem
with the handling of .eh_frame data.



Ok, coming back to the question of the system compiler on hppa for
etch. Assuming that hppa does want to do that:

- is glibc buildable with gcc-4.1 on hppa?


Yes, and it seems to works nicely. People who want to try can fetch .deb 
from http://people.debian.org/~aurel32/hppa/


--
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net


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



Bug#365085: [Build-common-hackers] Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Duck

Coin,

Pierre Habouzit <[EMAIL PROTECTED]> writes:

> the patch is tested against kdemultimedia: packages are built, and 
> dh_makeshlibs/dh_shlibdeps are run in right order.

This is NOT sufficient. Several other packages are impacted, like a few
GNOME packages (ask seb128 for the list), which now simply FTBFS, and
this is not an acceptable behavior. Peter perhaps corrected some logic
but one cannot simply release such an important tool without double
checking for regression. If CLI needs to run things between dh_shlibdeps
and dh_builddep, then a new hook should be created instead of moving
order of debhelper calls on which other maintainers are counting on.

Peter still wants to work as a lonesome cowboy, now here is the result !

-- 
Marc Dequènes (Duck)


pgpyQOk6VudhN.pgp
Description: PGP signature


Bug#361827: [DebianGIS-dev] Bug#361827: libgdal1-grass: fails to read GRASS vectors

2006-05-04 Thread Steve Halasz
On Thu, 2006-05-04 at 15:08 -0700, Steve Langasek wrote:
> Is anyone looking after this bug?  

I'll have a look this weekend.

Steve

> It seems to be a straightforward makefile
> edit for libgdal-grass; whereas removing this package from etch means
> removing qgis as well due to qgis-plugin-grass.
> 
> ___
> Pkg-grass-devel mailing list
> Pkg-grass-devel@lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-grass-devel



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



Bug#366062: marked as done (libglide3-dev: Missing in binary arch upload.)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 19:32:18 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366062: fixed in glide 2002.04.10-13
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libglide3-dev
Version: 2002.04.10-12
Severity: serious

>From the 2002.04.10-12 changelog:
  * Change architectures for development packages from all to match their
library packages.

But in your rules file you still have:
binary-indep: build binary-libglide2-dev binary-libglide3-dev

You don't have any arch all packages anymore, and the
binary-libglide3-dev is now missing on the other you
didn't upload yourself.


Kurt


--- End Message ---
--- Begin Message ---
Source: glide
Source-Version: 2002.04.10-13

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

glide2-bin_2002.04.10-13_i386.deb
  to pool/main/g/glide/glide2-bin_2002.04.10-13_i386.deb
glide_2002.04.10-13.diff.gz
  to pool/main/g/glide/glide_2002.04.10-13.diff.gz
glide_2002.04.10-13.dsc
  to pool/main/g/glide/glide_2002.04.10-13.dsc
libglide2-dev_2002.04.10-13_i386.deb
  to pool/main/g/glide/libglide2-dev_2002.04.10-13_i386.deb
libglide2_2002.04.10-13_i386.deb
  to pool/main/g/glide/libglide2_2002.04.10-13_i386.deb
libglide3-dev_2002.04.10-13_i386.deb
  to pool/main/g/glide/libglide3-dev_2002.04.10-13_i386.deb
libglide3_2002.04.10-13_i386.deb
  to pool/main/g/glide/libglide3_2002.04.10-13_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Guillem Jover <[EMAIL PROTECTED]> (supplier of updated glide package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Fri,  5 May 2006 04:55:13 +0300
Source: glide
Binary: libglide2-dev libglide3-dev libglide2 libglide3 glide2-bin
Architecture: source i386
Version: 2002.04.10-13
Distribution: unstable
Urgency: low
Maintainer: Guillem Jover <[EMAIL PROTECTED]>
Changed-By: Guillem Jover <[EMAIL PROTECTED]>
Description: 
 glide2-bin - graphics library for 3Dfx Voodoo based cards - support programs
 libglide2  - graphics library for 3Dfx Voodoo based cards - shared libraries
 libglide2-dev - graphics library for 3Dfx Voodoo based cards - development 
files
 libglide3  - graphics library for 3Dfx Voodoo based cards - shared libraries
 libglide3-dev - graphics library for 3Dfx Voodoo based cards - development 
files
Closes: 362838 366062
Changes: 
 glide (2002.04.10-13) unstable; urgency=low
 .
   * Build all binary dependent packages under binary-arch. (Closes: #366062)
   * Use CURDIR instead of PWD in debian/rules.
   * Debconf template translations:
 - Added Portuguese. (Closes: #362838)
   Thanks to André Costa <[EMAIL PROTECTED]>.
Files: 
 fff1eba7db49c76b3ca1f712fe212a13 787 libs optional glide_2002.04.10-13.dsc
 49602e42b3fb5bed0afbaec644e156ae 92153 libs optional 
glide_2002.04.10-13.diff.gz
 6b5099144ecc3e7b728b649ea0e451b8 357778 libs optional 
libglide2_2002.04.10-13_i386.deb
 dbdc996e64688db01dd788560bb8960a 601370 graphics optional 
glide2-bin_2002.04.10-13_i386.deb
 ecf29574d8bea879a74b8197b52f7ef8 28948 libdevel optional 
libglide2-dev_2002.04.10-13_i386.deb
 eb4a35676808947c4f5415db464c7672 318066 libs optional 
libglide3_2002.04.10-13_i386.deb
 1f579ef71afb687ff9c50f4824cb0d62 27480 libdevel optional 
libglide3-dev_2002.04.10-13_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEWrY8uW9ciZ2SjJsRAss9AKC9skBL60SZ7ixcHovCYPaiVLjZbACeOZbj
AxPkdCEwBqKPeqZKogwkwkQ=
=vQxl
-END PGP SIGNATURE-

--- End Message ---


Bug#366089: proftpd: init script is not POSIX

2006-05-04 Thread Wolfgang Sourdeau
Package: proftpd
Version: 1.3.0-4
Severity: serious
Justification: Policy 10.4

The init script for ProFTPd specifieds /bin/sh as its execution shell
but it uses the "source" command which is not POSIX. You should either
specify /bin/bash or change "source" for ".".


Wolfgang

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15Wolfgang
Locale: LANG=C, LC_CTYPE=C (charmap=ISO-8859-1) (ignored: LC_ALL set to 
fr_CA.ISO8859-1)

Versions of packages proftpd depends on:
ii  adduser   3.87   Add and remove users and groups
ii  debconf   1.5.0  Debian configuration management sy
ii  debianutils   2.16   Miscellaneous utilities specific t
ii  libacl1   2.2.36-1   Access control list shared library
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libldap2  2.1.30-13  OpenLDAP libraries
ii  libmysqlclient15off   5.0.20a-2  mysql database client library
ii  libncurses5   5.5-2  Shared libraries for terminal hand
ii  libpam-runtime0.79-3.1   Runtime support for the PAM librar
ii  libpam0g  0.79-3.1   Pluggable Authentication Modules l
ii  libpq48.1.3-4PostgreSQL C client library
ii  libssl0.9.8   0.9.8a-8   SSL shared libraries
ii  libwrap0  7.6.dbs-9  Wietse Venema's TCP wrappers libra
ii  netbase   4.25   Basic TCP/IP networking system
ii  perl  5.8.8-4Larry Wall's Practical Extraction 
ii  ucf   2.009  Update Configuration File: preserv
ii  zlib1g1:1.2.3-11 compression library - runtime

proftpd recommends no packages.

-- debconf information excluded


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



Processed: Re: Bug#366026: xserver-xorg upgrade modified /etc/X11/xorg.conf though it had local changes

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 366026 normal
Bug#366026: xserver-xorg upgrade modified /etc/X11/xorg.conf though it had 
local changes
Severity set to `normal'.

> 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#361995: Issue not fixed

2006-05-04 Thread Øystein Gisnås
tags 361995 = confirmed
quit

tor, 04,.05.2006 kl. 16.14 +0200, skrev Benjamin Mesing:
> I've tried it with a pristine user - same problem. So the bug should be
> easy to reproduce. Just launch evolution and create two additional
> address books, the second will be an alias to the first.

I found out how to reproduce this now. The fix is in the "local
addressbook" plugin. Enable that and it works. I will work towards
integrating the code into evo core, alternatively move the plugin into
the evolution package instead of evolution-plugins.

Cheers,
Øystein


signature.asc
Description: Dette er en digitalt signert meldingsdel


Bug#366026: xserver-xorg upgrade modified /etc/X11/xorg.conf though it had local changes

2006-05-04 Thread Steve Langasek
severity 366026 normal
thanks

On Thu, May 04, 2006 at 04:21:17PM +0200, Vincent Lefevre wrote:
> Package: xserver-xorg
> Version: 1:7.0.16
> Severity: serious
> Justification: Policy 10.7.3

> The Debian policy manual says that local changes must be preserved
> during upgrade. However xserver-xorg upgrade duplicated some lines
> in Section "Files":

Yes, it says that local changes must be preserved; it does not say that the
package may not attempt to upgrade config files.

The possible fontpath duplication for users who had already upgraded to
modular was a known issue when this handling was put in place, but this
consideration was secondary to the need to provide upgrade handling for all
the users being left without font support.

Does this duplication cause any problems for you, or is it merely cosmetic?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#295548: marked as done (Security update version of Evolution on 10/02/05 removed SSL support)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 May 2006 02:57:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295548: close because oldstable will be unsupported in may
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: evolution
Version: 1.0.5-1woody2

Following an upgrade from 1.0.5-1 I am unable to connect to any IMAPS
servers.  IMAP without SSL works but all attempts to connect to an IMAP
server using SSL simply hang.  Further the mail settings window says "(SSL
is not supported in this build of evolution)".

I would (naively) like to believe this could be fixed by rebuilding the
package.

Thanks,
 - Martin


-
This message was sent using Mistral Webmail.
http://www.mistral.net



--- End Message ---
--- Begin Message ---
Woody will be unsupported from May, and as the patch not even fixes a
serious security problem, it won't be applied before that. Closing.


signature.asc
Description: Dette er en digitalt signert meldingsdel
--- End Message ---


Bug#366001: xbase-clients: startx bombs out

2006-05-04 Thread Kai Hendry
Package: xbase-clients
Version: 1:7.0.1-1
Followup-For: Bug #366001

I have the problem. I replaced /etc/X11/Xsession and it still doesn't
work.

-- 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.6.16-1-686
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-3X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxaw7 1:1.0.1-5X11 Athena Widget library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-3X11 miscellaneous utility library
ii  libxmuu11:1.0.1-3X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-3X11 event trapping extension libra
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-3X11 Video extension library
ii  libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  x11-common  1:7.0.16 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information
+ userclientrc=/home/hendry/.xinitrc
+ sysclientrc=/etc/X11/xinit/xinitrc
+ userserverrc=/home/hendry/.xserverrc
+ sysserverrc=/etc/X11/xinit/xserverrc
+ defaultclient=xterm
+ defaultserver=/usr/bin/X
+ defaultclientargs=
+ defaultserverargs=
+ clientargs=
+ serverargs=
+ '[' -f /home/hendry/.xinitrc ']'
+ defaultclientargs=/home/hendry/.xinitrc
+ '[' -f /home/hendry/.xserverrc ']'
+ '[' -f /etc/X11/xinit/xserverrc ']'
+ defaultserverargs=/etc/X11/xinit/xserverrc
+ whoseargs=client
+ '[' x '!=' x ']'
+ '[' x = x ']'
+ '[' x = x ']'
+ client=/home/hendry/.xinitrc
+ '[' x = x ']'
+ '[' x = x -a x = x ']'
+ server=/etc/X11/xinit/xserverrc
+ '[' x = x ']'
+ XAUTHORITY=/home/hendry/.Xauthority
+ export XAUTHORITY
+ removelist=
+ hostname --version
++ hostname --version
++ grep GNU
+ '[' -z '' ']'
++ hostname -f
+ hostname=sam
+ '[' -z sam ']'
+ authdisplay=:0
++ /usr/bin/mcookie
+ mcookie=9d8febf874a13da928d7d29909f79110
+ dummy=0
+ xserverauthfile=/home/hendry/.serverauth.27295
+ xauth -q -f /home/hendry/.serverauth.27295
xauth:  creating new authority file /home/hendry/.serverauth.27295
+ serverargs=' -auth /home/hendry/.serverauth.27295'
+ for displayname in '$authdisplay' '$hostname$authdisplay'
++ xauth list :0
++ sed -n 's/.*:0[[:space:]*].*[[:space:]*]//p'
+ authcookie=
+ '[' z = z ']'
+ xauth -q
+ removelist=':0 '
+ for displayname in '$authdisplay' '$hostname$authdisplay'
++ xauth list sam:0
++ sed -n 's/.*sam:0[[:space:]*].*[[:space:]*]//p'
+ authcookie=
+ '[' z = z ']'
+ xauth -q
+ removelist='sam:0 :0 '
+ xinit /home/hendry/.xinitrc -- /etc/X11/xinit/xserverrc -auth 
/home/hendry/.serverauth.27295

X Window System Version 7.0.0
Release Date: 21 December 2005
X Protocol Version 11, Revision 0, Release 7.0
Build Operating System:Linux 2.6.12-1-686 i686
Current Operating System: Linux sam 2.6.16-1-686 #2 Tue Apr 25 20:38:59 UTC 
2006 i686
Build Date: 16 March 2006
Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
Module Loader present
Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
(==) Log file:

Bug#295575: marked as done (evolution: woody2 disables SSL)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 May 2006 02:57:02 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#295548: close because oldstable will be unsupported in may
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: evolution
Version: 1.0.5-1woody2
Severity: normal



-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux mosor.internal.metacarta.com 2.4.28-krb #1 SMP Tue Dec 7 11:11:44 
EST 2004 i686
Locale: LANG=C, LC_CTYPE=

Versions of packages evolution depends on:
ii  bonobo  1.0.20-1 The GNOME Bonobo System.
ii  bonobo-conf 0.14-1   The Bonobo Configuration System
ii  e2fsprogs   1.27-2   The EXT2 file system utilities and
ii  e2fsprogs [libc 1.27-2   The EXT2 file system utilities and
ii  gdk-imlib1  1.9.14-2woody2   Gdk-Imlib is an imaging library fo
ii  gtkhtml 1.0.2-1  HTML rendering/editing library - b
ii  libart2 1.4.1.4-3The Gnome canvas widget - runtime 
ii  libaudiofile0   0.2.3-4  The Audiofile Library
ii  libbonobo-conf0 0.14-1   The Bonobo Configuration System --
ii  libbonobo2  1.0.20-1 The GNOME Bonobo library.
ii  libc6   2.2.5-11.8   GNU C Library: Shared libraries an
ii  libcamel0   1.0.5-1woody2A generic Messaging Library
pn  libcomerr2   Not found.
ii  libdb3  3.2.9-16 Berkeley v3 Database Libraries [ru
ii  libesd0 0.2.23-3 Enlightened Sound Daemon - Shared 
ii  libfreetype62.0.9-1  FreeType 2 font engine, shared lib
ii  libgal190.19.2-2 G App Libs (run time library)
ii  libgconf11  1.0.9-1  GNOME configuration database syste
ii  libgdk-pixbuf-g 0.17.0-2woody2   The GNOME Canvas pixbuf library
ii  libgdk-pixbuf2  0.17.0-2woody2   The GdkPixBuf library.
ii  libglade-gnome0 1:0.17-2.2   Library to load .glade files at ru
ii  libglade0   1:0.17-2.2   Library to load .glade files at ru
ii  libglib1.2  1.2.10-4 The GLib library of C routines
ii  libgnome-pilot1 0.1.64-1 Support librares for gnome-pilot
ii  libgnome-vfs0   1.0.5-1  The GNOME virtual file-system libr
ii  libgnome32  1.4.1.4-3The Gnome libraries
ii  libgnomeprint15 0.35-4   The GNOME Print architecture - run
ii  libgnomesupport 1.4.1.4-3The Gnome libraries (Support libra
ii  libgnomeui321.4.1.4-3The Gnome libraries (User Interfac
ii  libgtk1.2   1.2.10-11The GIMP Toolkit set of widgets fo
ii  libgtkhtml201.0.2-1  HTML rendering/editing library - r
ii  libjpeg62   6b-5 The Independent JPEG Group's JPEG 
ii  libkrb531.2.4-5woody7MIT Kerberos runtime libraries
ii  libldap22.0.20030202-1   OpenLDAP libraries.
ii  liboaf0 0.6.10-2 The GNOME Object Activation Framew
ii  liborbit0   0.5.16-1 Libraries for ORBit - a CORBA ORB
ii  libpisock4  0.9.5.0-8Libraries for communicating with a
ii  libpng2 1.0.12-3.woody.9 PNG library - runtime
ii  libpopt01.6.2-7  lib for parsing cmdline parameters
ii  libsasl71.5.27-3.1woody5 Authentication abstraction library
ii  libtiff3g   3.5.5-6.woody5   Tag Image File Format library
ii  libungif4g  4.1.0b1-2shared library for GIF images (run
ii  libwrap07.6-9Wietse Venema's TCP wrappers libra
ii  libxml1 1:1.8.17-2woody2 GNOME XML library
ii  oaf 0.6.10-2 The GNOME Object Activation Framew
ii  xlibs   4.2.1-15.backports.org.1 X Window System client libraries
ii  zlib0g  1:1.1.4-1.0woody0compression library - runtime


--- End Message ---
--- Begin Message ---
Woody will be unsupported from May, and as the patch not even fixes a
serious security problem, it won't be applied before that. Closing.


signature.asc
Description: Dette er en digitalt signert meldingsdel
--- End Message ---


Processed: Re: Bug#361995: Issue not fixed

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 361995 = confirmed
Bug#361995: evolution: Creating new address book creates only an alias, but 
deleting deletes the original folder
Tags were: sid confirmed etch fixed-in-experimental
Bug#353881: evolution: Cannot remove task lists plus existing lists do not  
function
Tags set to: confirmed

> quit
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#336268: marked as done (libghc6-http-dev: Does not install with current GHC version)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 May 2006 02:26:53 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Fixed in version 0.4.20050430-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: libghc6-http-dev
Version: 0.4.20050430-1
Severity: grave
Justification: renders package unusable

The libghc6-http-dev package is uninstallable with the current GHC
version in unstable. It depends on ghc6 (>= 6.4), ghc6 (<< 6.4+), while
the current GHC version is 6.4.1-1.

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

--- End Message ---
--- Begin Message ---
Version: 0.4.20050430-2

This bug should be fixed in version 0.4.20050430-2

Greetings Arjan


signature.asc
Description: Dit berichtdeel is digitaal ondertekend
--- End Message ---


Bug#364860: heimdal-docs: Contains non-free documentation

2006-05-04 Thread Brian May
> "Simon" == Simon Josefsson <[EMAIL PROTECTED]> writes:

Simon> This package contains RFCs and I-D that are not freely
Simon> licensed, and the license on those documents are not
Simon> included in the copyright file.

Just to confirm (what might perhaps be obvious): does this mean I will
need to recreate the upstream tarball to exclude these files?

Simon> I think the entire standardisation/ directory have to be
Simon> moved to non-free, removed, or the proper rights acquired
Simon> directly from the RFC authors.

I really doubt anybody reads this directory - as such I am rather
reluctant to remove the pristine status of the source code to remove
these files.

On the other hand, removing them just from the deb packages should be
easy.
-- 
Brian May <[EMAIL PROTECTED]>


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



Processed: Closing fixed bugs manually

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package haskell-http
Ignoring bugs not assigned to: haskell-http

> close 315333 0.4.20050430-2
Bug#315333: haskell-http: ftbfs [sparc] Cannot find compiler for ffihugs
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.4.20050430-2, send any further explanations to 
Blars Blarson <[EMAIL PROTECTED]>

> close 324718 0.4.20050430-2
Bug number 324718 belongs to package libghc6-http-dev, skipping.

> close 336268 0.4.20050430-2
Bug number 336268 belongs to package libghc6-http-dev, skipping.

> close 336396 0.4.20050430-2
Bug#336396: haskell-http(GNU/kFreeBSD): FTBFS: kfreebsd-i386 not in the 
architecture list
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.4.20050430-2, send any further explanations to 
Aurelien Jarno <[EMAIL PROTECTED]>

> close 337979 0.4.20050430-2
Bug#337979: haskell-http - FTBFS: unsuitable build dependency
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.4.20050430-2, send any further explanations to 
Bastian Blank <[EMAIL PROTECTED]>

> close 360878 0.4.20050430-2
Bug#360878: haskell-http: FTBFS (ppc64): current build architecture ppc64 does 
not appear in package's list (alpha amd64 hppa i386 ia64 m68k powerpc s390 
sparc)
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 0.4.20050430-2, send any further explanations to 
Andreas Jochens <[EMAIL PROTECTED]>

> quit
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: This bug is pending...

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tags 364012 + pending
Bug#364012: x11 libraries don't call ldconfig
There were no tags set.
Tags added: pending

> thanks for the fish
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#366039: marked as done (libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply raised:)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Fri, 05 May 2006 01:11:40 +0200
with message-id <[EMAIL PROTECTED]>
and subject line Bug#366039 marked as done: libnm_glib_dbus_init: error, 
org.freedesktop.DBus.Error.NoReply raised:
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: evolution
Version: 2.6.1-1
Severity: normal


Evolution spits out the following error message in a continuous loop and
takes up 50% of CPU cycles with dbus-daemon-1 taking up the rest of the
CPU:

libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply raised:
 No reply within specified time
 

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages evolution depends on:
ii  evolution-dat 1.6.1-1evolution database backend server
ii  gconf22.14.0-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-1   GNOME Desktop icon theme
ii  gtkhtml3.83.10.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.9-8+b1 Avahi client library
ii  libavahi-comm 0.6.9-8+b1 Avahi common library
ii  libavahi-glib 0.6.9-8+b1 Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.1-1The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib- 0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-1Client library for evolution addre
ii  libecal1.2-3  1.6.1-1Client library for evolution calen
ii  libedataserve 1.6.1-1Utility library for evolution data
ii  libedataserve 1.6.1-1GUI utility library for evolution 
ii  libesd0   0.2.36-3   Enlightened Sound Daemon - Shared 
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-keyr 0.4.9-1GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.6 Support libraries for gnome-pilot
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-3   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2- 2.14.1-1   GNOME virtual file-system (runtime
ii  libgnutls13   1.3.5-1+b1 the GNU TLS library - runtime libr
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libgtkhtml3.8 3.10.1-1   HTML rendering/editing library - r
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libkrb53  1.4.3-7MIT Kerberos runtime libraries
ii  libldap2  2.1.30-13   

Processed: Bug#366039 marked as done: libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply raised:

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 366039 grave
Bug#366039: libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply 
raised:
Severity set to `grave'.

> merge 366039 365797
Bug#365797: missing or old dbus causes evolution to use 100% CPU and spew error 
messages
Bug#366039: libnm_glib_dbus_init: error, org.freedesktop.DBus.Error.NoReply 
raised:
Mismatch - only Bugs in same state can be merged:
Values for `done mark' don't match:
 #365797 has `done';
 #366039 has `open'

> quit
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#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Pierre Habouzit
Le Jeu 4 Mai 2006 23:37, Steve Langasek a écrit :
> On Thu, May 04, 2006 at 05:24:07PM +0200, Pierre HABOUZIT wrote:
> > On Wed, May 03, 2006 at 02:43:13AM -0700, Steve Langasek wrote:
> > > Is anything being done to fix this bug in cdbs?  The libtunepimp
> > > transition is blocked by kdemultimedia, which is RC-buggy until
> > > cdbs is fixed.
> > >
> > > Thanks,
> >
> >   If I understand it right, the incriminated part is that:
> >
> >   - dh_shlibdeps (in binary-predeb target that runs after
> > binary-fixup) is called before after dh_makeshlibs.
> >
> >   - when dh_slibdeps is run on kscd, it clearly sees that
> > libkcdb.so.1 is needed, but can't know without the shlibs that the
> > corresponding package is libkcddb1, and also ignores that. (I
> > suppose buildd logs could here confirm what I suppose).
> >
> >   so my guess is that dh_makeshlibs must move into the binary-fixup
> > target as well.
>
> Could you perhaps provide a test patch that implements this?
>
> Thanks,

ok, got the reason of the bug for real, and a patch (tested against 
kdemultimedia).

the reason of the problem is that:
  dh_makeshlibs is run in binary-fixup
  dh_shlibdeps  is run in binary-predeb

binary-predeb/$(pkg) had a per package pre-dependency on 
binary-fixup/$(pkg) causing the calls be:

for pkg in DEB_ALL_PACKAGES; do
  dh_makeshelibs $pkg
  dh_shlibdeps $pkg
done

where in fact you want *all* makesehlibs be called before any of the 
dh_shlibdeps runs, meanint a sequencing point misses.

I've made any binary-predeb depend on a rule that depends on all 
binary-fixups, using the common -IMPL trick.

the patch is tested against kdemultimedia: packages are built, and 
dh_makeshlibs/dh_shlibdeps are run in right order.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org
diff -Nura cdbs-0.4.39/1/rules/debhelper.mk.in cdbs-0.4.39.fixed/1/rules/debhelper.mk.in
--- cdbs-0.4.39/1/rules/debhelper.mk.in	2006-04-19 02:19:57.0 +0200
+++ cdbs-0.4.39.fixed/1/rules/debhelper.mk.in	2006-05-05 00:34:07.0 +0200
@@ -180,6 +180,12 @@
 $(patsubst %,binary-strip-IMPL/%,$(DEB_ALL_PACKAGES)) :: binary-strip-IMPL/%: 
 	$(if $(is_debug_package),,dh_strip -p$(cdbs_curpkg) $(call cdbs_add_dashx,$(DEB_STRIP_EXCLUDE)) $(DEB_DH_STRIP_ARGS))
 
+# This rule is called right before generating debs {post,pre}{inst,rm} and controls, deps, are calculated
+# for each package, but after the binary-fixup hooks have been run.
+# (necessary for dh_shlibdeps to work on our own dh_makeshlibs'ed libs)
+common-binary-fixup-arch:: $(patsubst %,binary-fixup/%,$(DEB_ARCH_PACKAGES))
+common-binary-fixup-indep:: $(patsubst %,binary-fixup/%,$(DEB_INDEP_PACKAGES))
+
 # This rule is called after stripping; it compresses, fixes permissions,
 # and sets up shared library information.
 $(patsubst %,binary-fixup/%,$(DEB_ALL_PACKAGES)) :: binary-fixup/%: binary-strip/%
@@ -194,7 +200,9 @@
 
 # This rule is called right before a packages' .deb file is made.
 # It is a good place to make programs setuid, change the scripts in DEBIAN/, etc. 
-$(patsubst %,binary-predeb/%,$(DEB_ALL_PACKAGES)) :: binary-predeb/%: binary-fixup/%
+$(patsubst %,binary-predeb/%,$(DEB_ARCH_PACKAGES)) :: binary-predeb/%: common-binary-fixup-arch binary-predeb-IMPL/%
+$(patsubst %,binary-predeb/%,$(DEB_INDEP_PACKAGES)) :: binary-predeb/%: common-binary-fixup-indep binary-predeb-IMPL/%
+$(patsubst %,binary-predeb-IMPL/%,$(DEB_ALL_PACKAGES)) :: binary-predeb-IMPL/%:
 	dh_installdeb -p$(cdbs_curpkg) $(DEB_DH_INSTALLDEB_ARGS)
 	dh_perl -p$(cdbs_curpkg) $(DEB_DH_PERL_ARGS)
 	dh_shlibdeps -p$(cdbs_curpkg) $(DEB_DH_SHLIBDEPS_ARGS)


pgpfbPYqgrd6D.pgp
Description: PGP signature


Bug#366072: gnome-control-center: crash Xorg 7.0: Further information

2006-05-04 Thread Scott Anderson
Using the Ctl-Alt-+/- keys works fine to switch the screen resolution.  That 
would lead me to rule
out the bug in X itself.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 


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



Bug#350624: Why this childish behavior?

2006-05-04 Thread Joerg Schilling
"Pawel Wiecek" <[EMAIL PROTECTED]> wrote:

> You are abusing the BTS.

It is not me who is abusing the system.

A bugtracking system is made and is present to discuss bugs and to document 
bugs. It is not intended to place personal defamations or to place expressions
of personal opinions.


In this "bugreport" is is not possible to detect a bug.

Keeping this "Bug" report open to express personal opinions or to place 
personal defamations is a definite abuse of the BTS and endangers as a 
consequence the credability and thus the function of the bug tracking system 
at all.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily



Processed: Re: Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 365085 + patch
Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk
There were no tags set.
Tags added: patch

> 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#346354: Is distribution of the maxdb-doc package a GPL violation?

2006-05-04 Thread Francesco Poli
On Thu, 04 May 2006 21:47:47 +0200 Sven Mueller wrote:

> Hi.
> 
> I've read the whole bug log and though I'm not a regular on
> debian-legal, I still would like to add a note to it:
> 
> I don't know what the current upstream does,

That's what should be found out!  ;-)

> but I wonder about one
> thing: The header about the SAP Html Export indicates that the export
> happened on 19.10.2004, about 1.5 years ago. If upstream really makes
> changes in some other format but the HTML (which might still be
> possible), why wasn't the file re-exported after that date?

Maybe because no further modification was made after that date, I don't
know.

> I for one have seen quite a number of documents that were once
> generated or exported from some source format A into some other easily
> modifiable format B. And ever since, they have been kept up to date by
> editing the exported format B files, while the (once original source)
> files in format A lay rotting and are removed at some point
> (sometimes, but not always directly after export). And I know a few
> such documents which still have comments on them indicating that they
> were once exported by some random tool.

Such cases are clear situations where the source code changed form at
some point.
This is really possible and the definition of source found in the GNU
GPL shows such a flexibility.

> 
> So, who can say wether the exported HTML isn't now really the prefered
> point of modification by upstream?

Upstream should state that, whenever it's not clear enough from some
other evidence.

> Did the file change over time,
> though the comment still indicated the same date&time of export?
> Though it's no prerequisit, it would be a hint that upstream is indeed
> directly modifying the HTML files instead of modifying some other
> source and then re-exporting the files.

That would indeed be a useful hint.

> 
> Regards,
> Sven
> 
> PS: I've subscribed to the bug, so no need to CC me on replies.

OK.
I am instead a debian-legal subscriber, so no need to Cc: me on replies
as long as debian-legal is a recipient.


-- 
:-(   This Universe is buggy! Where's the Creator's BTS?   ;-)
..
  Francesco Poli GnuPG Key ID = DD6DFCF4
 Key fingerprint = C979 F34B 27CE 5CD8 DC12  31B5 78F4 279B DD6D FCF4


pgp0RLaTjIMzD.pgp
Description: PGP signature


Bug#358306: FTBFS in unstable: There is no package matching [libgd2-dev]

2006-05-04 Thread Steve Langasek

> d-devlibdeps debian/libgdchart-gd2-noxpm-dev.substvars 
> libgdchart-gd2-noxpm/libgdc.so.0.11.5
>  --> libc6-dev package exists.
>  --> libfreetype6-dev package exists.
> devlibs error: There is no package matching [libgd2-dev] and noone provides 
> it, please report bug to d-shlibs maintainer

So... has anyone reported this to the d-shlibs maintainer?

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#366076: iaxmodem_0.1.4.dfsg-1(amd64/unstable): Error: Incorrect register `%edx' used with `q' suffix

2006-05-04 Thread Frederik Schüler
Package: iaxmodem
Version: 0.1.4.dfsg-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

> if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. 
> -I..   -std=c99 -Wall -Wunused-variable -Wwrite-strings -Wstrict-prototypes 
> -Wmissing-prototypes -g -O2 -MT t38_gateway.lo -MD -MP -MF 
> ".deps/t38_gateway.Tpo" -c -o t38_gateway.lo t38_gateway.c; \
>   then mv -f ".deps/t38_gateway.Tpo" ".deps/t38_gateway.Plo"; else rm -f 
> ".deps/t38_gateway.Tpo"; exit 1; fi
>  gcc -DHAVE_CONFIG_H -I. -I. -I. -I.. -std=c99 -Wall -Wunused-variable 
> -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -g -O2 -MT 
> t38_gateway.lo -MD -MP -MF .deps/t38_gateway.Tpo -c t38_gateway.c -o 
> t38_gateway.o
> t38_gateway.c: In function 'non_ecm_putbit_v17':
> t38_gateway.c:482: warning: pointer targets in passing argument 4 of 
> 'send_data' differ in signedness
> /tmp/ccOhByNN.s: Assembler messages:
> /tmp/ccOhByNN.s:1415: Error: Incorrect register `%edx' used with `q' suffix
> make[3]: *** [t38_gateway.lo] Error 1
> make[3]: Leaving directory `/build/buildd/iaxmodem-0.1.4.dfsg/lib/spandsp/src'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory `/build/buildd/iaxmodem-0.1.4.dfsg/lib/spandsp/src'
> make[1]: *** [all-recursive] Error 1
> make[1]: Leaving directory `/build/buildd/iaxmodem-0.1.4.dfsg/lib/spandsp'
> make: *** [build-stamp] Error 2

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64&pkg=iaxmodem&ver=0.1.4.dfsg-1


Best regards
Frederik Schueler


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



Processed: Fixed in NMU of docbook-xsl 1.68.1.dfsg.1-0.1

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 331661 + fixed
Bug#331661: extensions/*.jar ship without source code, shipped jar files are 
installed
There were no tags set.
Tags added: fixed

> quit
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#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Steve Langasek
On Thu, May 04, 2006 at 05:24:07PM +0200, Pierre HABOUZIT wrote:
> On Wed, May 03, 2006 at 02:43:13AM -0700, Steve Langasek wrote:
> > Is anything being done to fix this bug in cdbs?  The libtunepimp transition
> > is blocked by kdemultimedia, which is RC-buggy until cdbs is fixed.

> > Thanks,

>   If I understand it right, the incriminated part is that:

>   - dh_shlibdeps (in binary-predeb target that runs after binary-fixup)
> is called before after dh_makeshlibs.

>   - when dh_slibdeps is run on kscd, it clearly sees that libkcdb.so.1
> is needed, but can't know without the shlibs that the corresponding
> package is libkcddb1, and also ignores that. (I suppose buildd logs
> could here confirm what I suppose).

>   so my guess is that dh_makeshlibs must move into the binary-fixup
> target as well.

Could you perhaps provide a test patch that implements this?

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#346354: Is distribution of the maxdb-doc package a GPL violation?

2006-05-04 Thread Sven Mueller
Hi.

I've read the whole bug log and though I'm not a regular on
debian-legal, I still would like to add a note to it:

I don't know what the current upstream does, but I wonder about one thing:
The header about the SAP Html Export indicates that the export happened
on 19.10.2004, about 1.5 years ago. If upstream really makes changes in
some other format but the HTML (which might still be possible), why
wasn't the file re-exported after that date?
I for one have seen quite a number of documents that were once generated
or exported from some source format A into some other easily modifiable
format B. And ever since, they have been kept up to date by editing the
exported format B files, while the (once original source) files in
format A lay rotting and are removed at some point (sometimes, but not
always directly after export). And I know a few such documents which
still have comments on them indicating that they were once exported by
some random tool.

So, who can say wether the exported HTML isn't now really the prefered
point of modification by upstream? Did the file change over time, though
the comment still indicated the same date&time of export? Though it's no
prerequisit, it would be a hint that upstream is indeed directly
modifying the HTML files instead of modifying some other source and then
re-exporting the files.

Regards,
Sven

PS: I've subscribed to the bug, so no need to CC me on replies.


signature.asc
Description: OpenPGP digital signature


Processed: Fixed in NMU of ocamlgsl 0.4.0-4.1

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 361583 + fixed
Bug#361583: FTBFS: too few arguments to function 'gsl_cdf_pascal_Q'
Tags were: patch
Tags added: fixed

> tag 361635 + fixed
Bug#361635: ocamlgsl: FTBFS on kfreebsd-amd64: kfreebsd-amd64 not in the 
architecture list
There were no tags set.
Tags added: fixed

> quit
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#366062: libglide3-dev: Missing in binary arch upload.

2006-05-04 Thread Kurt Roeckx
Package: libglide3-dev
Version: 2002.04.10-12
Severity: serious

>From the 2002.04.10-12 changelog:
  * Change architectures for development packages from all to match their
library packages.

But in your rules file you still have:
binary-indep: build binary-libglide2-dev binary-libglide3-dev

You don't have any arch all packages anymore, and the
binary-libglide3-dev is now missing on the other you
didn't upload yourself.


Kurt



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



Bug#365085: [Build-common-hackers] Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Peter Eisentraut
Christopher Martin wrote:
> on libkcddb1 (see bug #365018). My guess it that this change in 0.4.39:
>
>* Moved dh_shlibdeps call to binary-predeb (debhelper.mk)
>  (closes: #326926)
>
> ...is the root of the problem - perhaps it happens too early, and so
> breaks DEB_SHLIBDEPS_INCLUDE. I welcome your thoughts on the best way
> to fix this.

The problem appears to be that dh_makeshlibs needs to be called for all
packages before any dh_shlibdeps call.  If you need this fixed immediately
(which I would guess you do), please make an upload that reverts this
change.  I won't get to it myself this week.





Processed: Block

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 365579 serious
Bug#365579: kooka missing dependance on libkscan1
Severity set to `serious'.

> severity 366020 serious
Bug#366020: konqueror should depend on libkonq4
Severity set to `serious'.

> block 366020 by 365085
Bug#366020: konqueror should depend on libkonq4
Was not blocked by any bugs.
Blocking bugs added: 365085

> block 365250 by 365085
Bug#365250: kaudiocreator: missing depends on libkcddb1
Was not blocked by any bugs.
Bug#365316: kaudiocreator: Missing dependency on libkcddb1
Blocking bugs added: 365085

> block 365579 by 365085
Bug#365579: kooka missing dependance on libkscan1
Was not blocked by any bugs.
Blocking bugs added: 365085

> block 365018 by 365085
Bug#365018: kscd miss a Depends on libkcddb1
Was not blocked by any bugs.
Blocking bugs added: 365085

>
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]



Bug#366072: gnome-control-center: Change screen resolution crashes Xorg 7.0

2006-05-04 Thread Scott Anderson
Subject: gnome-control-center: Change screen resolution crashes Xorg 7.0
Package: gnome-control-center
Version: 1:2.12.3-2
Severity: grave
Justification: renders package unusable

*** Please type your report below this line ***

I just dist-upgraded on unstable today and I am unable to login with my
account.  I have been able to login with a default (new) user account.
In my regular user account, I have the screen resolution set to
1600x1200 @ 75Hz, but the default screen resolution that Xorg and GDM
start up with is 1920x1440 @ 60Hz.

When I try to change the screen resolution using the default account to
1600x1200, the screen blanks, and does not come back as it would before
the upgrade.  After about 10 seconds, I get the GDM login screen again
and my previous session is gone.

-- System Information:
Debian Release: testing/unstable
  APT prefers oldstable
  APT policy: (900, 'oldstable'), (900, 'unstable'), (900, 'testing'), (900, 
'stable'), (600,
'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)

Versions of packages gnome-control-center depends on:
ii  capplets-data 1:2.12.3-2 configuration applets for GNOME 2 
ii  desktop-file-utils0.10-1 Utilities for .desktop files
ii  gnome-desktop-data2.14.1.1-1 Common files for GNOME 2 desktop a
ii  gnome-icon-theme  2.14.2-1   GNOME Desktop icon theme
ii  gnome-menus   2.14.0-1   an implementation of the freedeskt
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-client3  0.6.9-8+b1 Avahi client library
ii  libavahi-common3  0.6.9-8+b1 Avahi common library
ii  libavahi-compat-howl0 0.6.9-8+b1 Avahi Howl compatibility library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2-02.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-1Client library for evolution addre
ii  libesd-alsa0 [libesd0]0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig12.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgamin0 [libfam0]   0.1.7-3Client library for the gamin file 
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-desktop-22.14.1.1-1 Utility library for loading .deskt
ii  libgnome-keyring0 0.4.9-1GNOME keyring services library
ii  libgnome-menu22.14.0-1   an implementation of the freedeskt
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanvas2-0 2.14.0-2   A powerful object-oriented display
ii  libgnomeui-0  2.14.1-1   The GNOME 2 libraries (User Interf
ii  libgnomevfs2-02.14.1-1   GNOME virtual file-system (runtime
ii  libgnutls11   1.0.16-14+b1   GNU TLS library - runtime library
ii  libgpg-error0 1.2-1  library for common error values an
ii  libgstreamer-plugins0.8-0 0.8.12-3   Various GStreamer libraries and li
ii  libgstreamer0.8-0 0.8.12-1   Core GStreamer libraries, plugins,
ii  libgtk2.0-0   2.8.17-2   The GTK+ graphical user interface 
ii  libice6   1:1.0.0-3  X11 Inter-Client Exchange library
ii  libjpeg62 6b-12  The Independent JPEG Group's JPEG 
ii  libmetacity0  1:2.14.1-2 library of lightweight GTK2 based 
ii  libnautilus-extension12.14.1-1   libraries for nautilus components 
ii  liborbit2 1:2.14.0-1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0 1.12.1-2   Layout and rendering of internatio
ii  libpng12-01.2.8rel-5.1   PNG library - runtime
ii  libpopt0  1.7-5  lib for parsing cmdline parameters
ii  libsm61:1.0.0-4  X11 Session Management library
ii  libstartup-notification0  0.8-1  library for program launch feedbac
ii  libtasn1-21:0.2.17-2 Manage ASN.1 structures (runtime)
ii  libx11-6  2:1.0.0-6  X11 cli

Processed: retitle 359904 to [CVE-2006-1490] Binary safety issue in html_entity_decode() may leak information

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 359904 [CVE-2006-1490] Binary safety issue in html_entity_decode() 
> may leak information
Bug#359904: [CVE-2006-1490] Binary safety issue in html_entity_decode() may 
leak information
Changed Bug title.

>
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]



Bug#366075: libsigsegv_2.3-1(amd64/unstable): /bin/sh: ./configure: Permission denied

2006-05-04 Thread Frederik Schüler
Package: libsigsegv
Version: 2.3-1
Severity: serious

Hello,

There was an error while trying to autobuild your package:

> make[1]: Entering directory `/build/buildd/libsigsegv-2.3'
> make[1]: *** No rule to make target `distclean'.  Stop.
> make[1]: Leaving directory `/build/buildd/libsigsegv-2.3'
> make: [clean] Error 2 (ignored)
> rm config.guess config.sub || true
> dh_clean
>  debian/rules build
> dh_testdir
> # Add here commands to configure the package.
> touch configure.in && \
> touch aclocal.m4 && \
> touch configure
> ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr 
> --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
> /bin/sh: ./configure: Permission denied
> make: *** [config.status] Error 126

A full build log can be found at:
http://buildd.debian.org/build.php?arch=amd64&pkg=libsigsegv&ver=2.3-1


Best regards
Frederik Schueler


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



Processed: block 358306 with 350704

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
> block 358306 with 350704
Bug#358306: FTBFS in unstable: There is no package matching [libgd2-dev]
Was not blocked by any bugs.
Blocking bugs added: 350704

>
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]



Bug#365740: nautilus: fails to start due to undefined symbol

2006-05-04 Thread Francesco Cecconi
Hi Gustavo,

Same Problem, same solution!

Arch: amd64
Solution: updated libnautilus-extension1

Cheers,
Francesco 

On Tue, 2006-05-02 at 23:33 -0300, Gustavo Franco wrote:
> Hi Vincent,
> 
> The libnautilus-extension1 >= 2.14.1 dependency exists, but just for two
> architectures: hurd-i386, kfreebsd-i386. Could you confirm that
> installing it in amd64 (it seems to be your arch, right?) solves the
> problem ?
> 
> Thanks,
> Gustavo Franco - <[EMAIL PROTECTED]>
> 
> 



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


Bug#361827: libgdal1-grass: fails to read GRASS vectors

2006-05-04 Thread Steve Langasek
Is anyone looking after this bug?  It seems to be a straightforward makefile
edit for libgdal-grass; whereas removing this package from etch means
removing qgis as well due to qgis-plugin-grass.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


Bug#361583: NMU

2006-05-04 Thread Samuel Mimram
Hi,

This RC bug has been open for a long time. I'll do an NMU of it soon,
unless you object to it.

Cheers,

Samuel.


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



Processed: Duplicate

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> close 366018 1:7.0.16
Bug#366018: pre-installation script returned error exit status 10
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug marked as fixed in version 1:7.0.16, send any further explanations to 
Goswin Brederlow <[EMAIL PROTECTED]>

> merge 366018 365282
Bug#365282: xserver-xorg 7.0.15 fails installation (pre-inst exit status 10)
Bug#366018: pre-installation script returned error exit status 10
Bug#365353: missing debconf template: 
xserver-xorg/config/inputdevice/mouse/zaxismapping
Bug#365693: xserver-xorg: I got an error code 10 when making apt-get upgrade
Bug#365755: installation fails
Merged 365282 365353 365693 365755 366018.

>
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: Processed: tagging

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> clone 365939 -1 -2
Bug#365939: SECURITY: MySQL COM_TABLE_DUMP Information Leakage and Arbitrary 
command execution
Bug 365939 cloned as bugs 366048-366049.

> reassign -1 mysql-server-4.1
Bug#366048: SECURITY: MySQL COM_TABLE_DUMP Information Leakage and Arbitrary 
command execution
Bug reassigned from package `mysql-server-5.0' to `mysql-server-4.1'.

> reassign -2 mysql-server
Bug#366049: SECURITY: MySQL COM_TABLE_DUMP Information Leakage and Arbitrary 
command execution
Bug reassigned from package `mysql-server-5.0' to `mysql-server'.

> found -2 3.23.49-8.14
Bug#366049: SECURITY: MySQL COM_TABLE_DUMP Information Leakage and Arbitrary 
command execution
Bug marked as found in version 3.23.49-8.14.

> found -2 4.0.24-10sarge1
Bug#366049: SECURITY: MySQL COM_TABLE_DUMP Information Leakage and Arbitrary 
command execution
Bug marked as found in version 4.0.24-10sarge1.

>
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: Reopen

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> reopen 366044
Bug#366044: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug reopened, originator not changed.

> reopen 366043
Bug#366043: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug reopened, originator not changed.

>
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]



Bug#365688: dependency chain is broken

2006-05-04 Thread Michael Banck
On Wed, May 03, 2006 at 11:29:25PM -0700, Steve Langasek wrote:
> Well, I'm afraid I have to reopen this bug.  It turns out that it was never
> really an xaw3dg bug at all: emacs21 build-depends only on xaw3dg-dev, but
> expects to find X11/Xaw/Paned.h, which has never been shipped by xaw3dg-dev
> but only incidentally dragged in by a (wrong) dependency on libxaw7-dev.

It seems emacs21 #includes X11/Xaw/ everywhere except for the 3d
scrollbars, in which case (if it finds -lXaw3d during configure) it will
#include from X11/Xaw3d/.  Further, if it finds -lXaw3d during
configure, it will replace -lXaw with -lXaw3d, so in the end emacs21
only links against Xaw3d.

At least, AFAICT.
 
> Perhaps xaw3dg-dev should actually be installing its own headers as
> X11/Xaw/*, I don't know; 

This is configurable in xaw3d's Imakefile, but the upstream default is
X11/Xaw3d/ and Debian does not appear to change this.  Xaw3d's README
(which is the only source of information I found so far) does not seem
to touch the question on which #include line to use.

> but in practice this is not the interface that Xaw3d provides,
> upstream or in Debian, so emacs21 needs to either include X11/Xaw3d/*
> instead of X11/Xaw/, or build-depend on libxaw7-dev.

At least emacs CVS still does that (only #including
 etc. for the scrollbars and otherwise using
)


Michael


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



Bug#354358: libswt-gtk-3.1-java: Unusable on amd64 (ia32-specific sources used)

2006-05-04 Thread Lauri Alanko
On Thu, May 04, 2006 at 09:19:55AM -0600, Shaun Jackman wrote:
> For the intents of a Debian maintainer, upstream essentially does not
> release a source package of SWT *at all*, since it does not contain
> the necessary scripts to actually build the package.

Ah, right. Essentially you're saying that with upstream's current
release policy, maintaining a multiplatform package might require
surprising amounts of work, and you don't want to take the risk that
some future changes will make the maintainer's job a living hell. This
is certainly a reasonable stance.

However, I think you're overestimating the chances of this happening.
Consider: the patch only contains type- and typecode-differences in
_generated_ code. If you ever need to do debian-specific patches to
generated code, you are screwed already, even if you only package for
i386: a new upstream release might introduce changes in the generation
process and then your patches wouldn't be usable any longer.

So as long as you decide to package for _any_ architecture without
having the true sources from upstream, adding further architectures
isn't likely to add much to the risk.

By the way, have you actually looked at the diff between src.zip
contents in the linux-x86 and linux-x86_64 packages? The lines that
differ only contain _interface_ specifications: types and names. Unless
you plan on adding new functionality, you probably never need to touch
these. Bug fixes would only affect actual code, and those parts are not
touched by the diff.

Incidentally, have you tried out if the x86_64 sources work on 32-bit
x86? I don't see why they shouldn't, since the only difference is that
the 64-bit sources store native pointers in longs instead of ints. It
would yield a performance penalty on 32-bit, but it would allow you to
support both x86 and x86_64 from the same sources.

Of course, all this mess is Sun's fault. For some completely
unfathomable reason, Java and JNI don't provide a primitive type for
opaque native pointers, so everyone has to cast them into ints or
longs...

But thanks for the response. I certainly agree that Eclipse should
provide their _real_ sources. Yet even if they don't, it's better to do
what we can with what we have...


Lauri


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



Processed: tagging

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> clone 365938 -1 -2
Bug#365938: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug 365938 cloned as bugs 366043-366044.

> reassign -1 mysql-server-4.1
Bug#366043: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug reassigned from package `mysql-server-5.0' to `mysql-server-4.1'.

> reassign -2 mysql-server
Bug#366044: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug reassigned from package `mysql-server-5.0' to `mysql-server'.

> found -2 3.23.49-8.14
Bug#366044: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug marked as found in version 3.23.49-8.14.

> found -2 4.0.24-10sarge1
Bug#366044: SECURITY: MySQL Anonymous Login Handshake - Information Leakage
Bug marked as found in version 4.0.24-10sarge1.

> 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#366034: libosip2: debian/copyright is incomplete

2006-05-04 Thread Pierre Habouzit
Package: libosip2
Severity: serious
Justification: Policy 12.5

  debian/copyright does not makes mention of copyright statement for
files:

 * src/osipparser2/osip_md5c.h
 * src/osipparser2/osip_md5c.c

that is:

/* This is a modified version from Aymeric MOIZARD
   of MD5C.C provided by RSA Data Security, Inc.
   modification:
   path for include files
*/
/* Copyright (C) 1991-2, RSA Data Security, Inc. Created 1991. All
rights reserved.

License to copy and use this software is granted provided that it
is identified as the "RSA Data Security, Inc. MD5 Message-Digest
Algorithm" in all material mentioning or referencing this software
or this function.

License is also granted to make and use derivative works provided
that such works are identified as "derived from the RSA Data
Security, Inc. MD5 Message-Digest Algorithm" in all material
mentioning or referencing the derived work.

RSA Data Security, Inc. makes no representations concerning either
the merchantability of this software or the suitability of this
software for any particular purpose. It is provided "as is"
without express or implied warranty of any kind.

These notices must be retained in any copies of any part of this
documentation and/or software.
 */


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



Processed: (no subject)

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 364800 grave
Bug#364800: no answer to dnsmasq broadcasts
Severity set to `grave'.

> stop
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#365897: seg fault error in hostapd

2006-05-04 Thread Matteo Rosi
Faidon Liambotis wrote:
> Hi,
> Matteo Rosi wrote:
> | Package: Hostapd
> | Version: 0.3.7-2
> | Severity: critical
> | Tags: security, patch, sarge

> Security team, please advise and/or upload. I believe the severity is
> inflated, as this is just a DoS on the program, but I'm leaving it to
> you to lower it.

we didn't have time to investigate it further but the problem seems to
be related to an unchecked buffer length, so even if now it only causes
a segfault, it might also cause worse consequences.

regards,
Matteo Rosi, Leonardo Maccari

-- 
Telecommunication Network Lab,
Department of Electronics and Telecommunications, University of Florence
http://lart.det.unifi.it/






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



Bug#354358: libswt-gtk-3.1-java: Unusable on amd64 (ia32-specific sources used)

2006-05-04 Thread Shaun Jackman

On 5/4/06, Lauri Alanko <[EMAIL PROTECTED]> wrote:

May I ask what exactly is preventing this bug from being fixed? As I
told two months ago, it seems that the problem is only that upstream's
64-bit sources aren't used by the package on amd64. When I applied the
changes between the 32-bit and 64-bit upstream sources to the build
tree, everything worked, and has worked now for two months. The only
problem is the window closing in azureus 2.4.0.2, but I suspect that is
not related to SWT.

I see this bug has been tagged "upstream", but the upstream sources are
just fine, they are just used wrong by the debian package. So what is
preventing from including the 64-bit parts in the debian package and
closing the bug?


Maintaining a package by creating a giant '64-bit' patch by hand for
every release does not make a maintainable package. It makes a
disaster. The problem is that upstream continues to release one source
tarball for 32-bit architectures and a separate source tarball for
64-bit architectures. Neither of these packages contains the ant
scripts that they use to create one from the other.

For the intents of a Debian maintainer, upstream essentially does not
release a source package of SWT *at all*, since it does not contain
the necessary scripts to actually build the package.

That's why this bug is tagged upstream.

Cheers,
Shaun


Bug#365085: CDBS 0.4.39 breaks DEB_SHLIBDEPS_INCLUDE in debian-qt-kde.mk

2006-05-04 Thread Pierre HABOUZIT
On Wed, May 03, 2006 at 02:43:13AM -0700, Steve Langasek wrote:
> Is anything being done to fix this bug in cdbs?  The libtunepimp transition
> is blocked by kdemultimedia, which is RC-buggy until cdbs is fixed.
> 
> Thanks,

  If I understand it right, the incriminated part is that:

  - dh_shlibdeps (in binary-predeb target that runs after binary-fixup)
is called before after dh_makeshlibs.

  - when dh_slibdeps is run on kscd, it clearly sees that libkcdb.so.1
is needed, but can't know without the shlibs that the corresponding
package is libkcddb1, and also ignores that. (I suppose buildd logs
could here confirm what I suppose).

  so my guess is that dh_makeshlibs must move into the binary-fixup
target as well.

Cheers,
-- 
·O·  Pierre Habouzit
··O[EMAIL PROTECTED]
OOOhttp://www.madism.org


signature.asc
Description: Digital signature


Bug#365680: CGIIRC vulnerability (Bug#365680)

2006-05-04 Thread Martin Schulze
Elrond wrote:
> Nearly all the relevant information, that is currently
> available regarding this issue, is in the bug logs.
> (see: )
> 
> Very Short summary:
> 
> * bufferoverflow in C code
> * remotely exploitable
> * CVE has been requested by micah
> * Untested patch exists
> 
> I _might_ be able to test, wether the package still works
> with the patch within the next 24 to 48 hours, but don't
> hold your breath on this.

Please let us know.

> As this has been disclosed publicly now anyway, I'd suggest
> keeping all important (new) information in the bug logs for
> easy review by interested parties.

Update prepared.

Regards,

Joey

-- 
It's practically impossible to look at a penguin and feel angry.

Please always Cc to me when replying to me on the lists.


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



Bug#365680: CGIIRC vulnerability (Bug#365680)

2006-05-04 Thread Martin Schulze
Elrond wrote:
> Nearly all the relevant information, that is currently
> available regarding this issue, is in the bug logs.
> (see: )

Are you going to update the package in sid as well?
Or should the package propagate via stable-security?

Regards,

Joey

-- 
It's practically impossible to look at a penguin and feel angry.

Please always Cc to me when replying to me on the lists.


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



Bug#354358: libswt-gtk-3.1-java: Unusable on amd64 (ia32-specific sources used)

2006-05-04 Thread Lauri Alanko
May I ask what exactly is preventing this bug from being fixed? As I
told two months ago, it seems that the problem is only that upstream's
64-bit sources aren't used by the package on amd64. When I applied the
changes between the 32-bit and 64-bit upstream sources to the build
tree, everything worked, and has worked now for two months. The only
problem is the window closing in azureus 2.4.0.2, but I suspect that is
not related to SWT.

I see this bug has been tagged "upstream", but the upstream sources are
just fine, they are just used wrong by the debian package. So what is
preventing from including the 64-bit parts in the debian package and
closing the bug?


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



Processed: BTS clean for lirc

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> merge 349641 352573
Bug#349641: New upstream version lirc-0.8.0
Bug#352573: update to lirc-0.8.0?
Mismatch - only Bugs in same state can be merged:
Values for `package' don't match:
 #349641 has `lirc';
 #352573 has `lirc-modules-source'

> tag 128072 - pending
Bug#128072: lirc-modules-source: device node not created on devfs system
Tags were: pending help
Tags removed: pending

> tag 162933 - pending
Bug#162933: lirc should use debconf more fully
Tags were: pending help
Tags removed: pending

> tag 364033 + pending
Bug#364033: [INTL:nl] New dutch po-debconf translation.
Tags were: l10n patch
Tags added: pending

> tag 339544 + pending
Bug#339544: lirc: [INTL:sv] Swedish debconf templates translation
Tags were: l10n patch
Tags added: pending

> tag 350791 + pending
Bug#350791: build-depends on deprecated package svgalibg1-dev
Tags were: patch
Tags added: pending

> tag 352767 + pending
Bug#352767: lircd 0.7.2: there's no hardware I can use and no peers are 
specified
There were no tags set.
Tags added: pending

> tag 351723 + pending
Bug#351723: lircd compiled without hardware support
Tags were: pending patch
Bug#348390: lirc: Irman driver stopped to work after upgrade
Tags added: pending

> tag 348390 + pending
Bug#348390: lirc: Irman driver stopped to work after upgrade
Tags were: pending patch
Bug#351723: lircd compiled without hardware support
Tags added: pending

> tag 349641 + pending
Bug#349641: New upstream version lirc-0.8.0
Tags were: pending
Tags added: pending

> 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#365804: r-cran-rodbc: not loading (R 2.3?)

2006-05-04 Thread Dirk Eddelbuettel

On 4 May 2006 at 00:44, Steve Langasek wrote:
| severity 365804 serious
| tags 365804 -pending
| thanks
| 
| Hi Dirk,
| 
| On Wed, May 03, 2006 at 06:26:28AM -0500, Dirk Eddelbuettel wrote:
| > It will work fine once the R version that is currently in unstable migrates
| > to testing -- presumably in two or three days as it has passed 8 out 10 days
| > of the required waiting period.
| 
| However, because r-cran-rodbc's dependency on r-base-core (>= 2.0.0) is also
| satisfied by r-base-core 2.1.0-1 in sarge, which I don't imagine is any more
| compatible with r-cran-rodbc 1.1.6-2 than 2.2.1-6 is, this breaks partial
| upgrades from stable, which is still an RC bug.  If r-cran-rodbc 1.1.6-2
| needs r-base-core 2.3, then it needs to depend on it explicitly so that
| installing r-cran-rodbc from etch on a sarge system doesn't give you a
| broken package.
| 
| The converse is also true; if the new r-base-core is incompatible with old
| versions of r-cran-rodbc, then r-base-core should conflict with those old
| versions...

I'd rather not go there with the approximately 50 R related packages. Too
many interdependencies.
 
| BTW, r-base isn't actually very close to getting into testing.
| 
| $ grep-excuses r-base
| r-base (2.2.1-6 to 2.3.0-1)
| Maintainer: Dirk Eddelbuettel
| Too young, only 9 of 10 days old
| out of date on hppa: r-base-core, r-mathlib (from 2.2.1.svn37779-1)
| Not considered
| [...]
| $
| 
| It needs to build successfully on hppa first.  I've requeued it now since
| the build failure looks like a transient buildd problem, but there've so far
| been two *different* transient buildd problems keeping it from building, so
| it remains to be seen how many iterations it'll actually take to get it
| built...

Having had luck with something else on hppa, I asked debian-admin for the
Build-Depends and quickly built it on hppa ... only to have the build
rejected and the autobuild you requested now succeeded. So I would think
r-base will be in testing before long, and this whole de-facto-non-issue can
be put to rest.

Thanks for your help with hppa!

Dirk

-- 
Hell, there are no rules here - we're trying to accomplish something. 
  -- Thomas A. Edison


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



Bug#365948: Please reopen the KDM bug : your proposed fix to restore Xsession does not make KDM work again

2006-05-04 Thread Eric Valette

Eric Valette wrote:

Steve,

I tried your trick (--force_confmiss) on my totally broken unstable. It 
indeed added the /etc/X11/Xsession file back again, I managed to do 
startx as root. Not as a normal user. No trace no nothing. X starts and 
then fails. It is not only KDE : I changed my own xsession to fvwm 
without any more luck.


=> breakage is more important than just the missing files



OOps : while hunting the bug I found that the Xsession was comming from 
x11-common and restored it manually by doing dpkg -x x11-common /tmp 
which corrupted /tmp 777 permission => my fault.


-- eric




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



Bug#335473: marked as done (cricket: Completely broken with latest rrdtool package 1.2.11-0.4)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 06:47:19 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#335473: fixed in cricket 1.0.5-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: cricket
Version: 1.0.5-3
Severity: grave
Justification: renders package unusable

Hi,

here is the error message, should be easy to fix the "Unable to create
graph: Garbage ':30:04 2005' after command:" error message.

[Mon Oct 24 09:29:27 2005] [error] [client 192.168.0.1] [24-Oct-2005 09:29:27*] 
rrd graph: /var/cache/cricket/cricket-2ae1a968.png -a PNG --base 1000 
--alt-autoscale COMMENT:\\s --start -864000 --vertical-label Octets --width 800 
--height 500 DEF:ds0=/var/lib/cricket//news/inn.rrd:ds0:AVERAGE 
LINE2:ds0#ff:Espace disque utilis\xe9 VRULE:1130104800#ff: 
VRULE:112950#ff: COMMENT:\\s COMMENT:\\s --title INN 
GPRINT:ds0:LAST:Espace disque utilis\xe9  Last\\: %8.1lf%S 
GPRINT:ds0:AVERAGE:Avg\\: %8.1lf%S GPRINT:ds0:MIN:Min\\: %8.1lf%s 
GPRINT:ds0:MAX:Max\\: %8.1lf%s\\l COMMENT:\\s COMMENT:Last updated at Mon Oct 
24 09:25:04 2005
[Mon Oct 24 09:29:27 2005] [error] [client 192.168.0.1] 
[Mon Oct 24 09:29:27 2005] [error] [client 192.168.0.1] [24-Oct-2005 09:29:27*] 
Could not open /var/cache/cricket/cricket-2ae1a968.png: No such file or 
directory
[Mon Oct 24 09:34:28 2005] [error] [client 192.168.0.1] Name 
"Common::global::gEnableSearch" used only once: possible typo at 
/usr/share/cricket/grapher.cgi line 838.
[Mon Oct 24 09:34:29 2005] [error] [client 192.168.0.1] Name 
"Common::global::gEnableSearch" used only once: possible typo at 
/usr/share/cricket/grapher.cgi line 838.
[Mon Oct 24 09:34:29 2005] [error] [client 192.168.0.1] [24-Oct-2005 09:34:29*] 
Unable to create graph: Garbage ':30:04 2005' after command:
[Mon Oct 24 09:34:29 2005] [error] [client 192.168.0.1] COMMENT:Last updated at 
Mon Oct 24 09:30:04 2005 [Mon Oct 24 09:34:29 2005] [error] [client 192.168.0.1]

Christian

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (900, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.12
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages cricket depends on:
ii  adduser   3.67.2 Add and remove users and groups
ii  cron  3.0pl1-91  management of regular background p
ii  debconf   1.4.58 Debian configuration management sy
ii  librrds-perl  1.2.11-0.4 Time-series data storage and displ
ii  libsnmp-session-perl  1.07-1 Perl support for accessing SNMP-aw
ii  libtimedate-perl  1.1600-5   Time and date functions for Perl
ii  perl [libdigest-md5-perl] 5.8.7-6Larry Wall's Practical Extraction 
ii  perl-suid 5.8.7-6Runs setuid Perl scripts

Versions of packages cricket recommends:
ii  apache2-mpm-prefork [httpd]   2.0.54-5   traditional model for Apache2
ii  logrotate 3.7.1-2Log rotation utility

-- debconf information excluded

--- End Message ---
--- Begin Message ---
Source: cricket
Source-Version: 1.0.5-4

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

cricket_1.0.5-4.diff.gz
  to pool/main/c/cricket/cricket_1.0.5-4.diff.gz
cricket_1.0.5-4.dsc
  to pool/main/c/cricket/cricket_1.0.5-4.dsc
cricket_1.0.5-4_all.deb
  to pool/main/c/cricket/cricket_1.0.5-4_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Christian Marillat <[EMAIL PROTECTED]> (supplier of updated cricket package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Thu,  4 May 2006 14:53:54 +0200
Source: cricket
Binary: cricket
Architecture: source all
Version: 1.0.5-4
Distribution: unstable
Urgency: low
Maintainer: Christian marillat <[EMAIL PROTECTED]>
Changed-By: Christian Marillat <[EMAIL PROTECTED]>
Description: 
 cricket- Program for collection and display of time-series data
Closes: 192491 196351 196

Bug#350624: star: acceptance of CDDL is undecided

2006-05-04 Thread Joerg Schilling
Steve Langasek <[EMAIL PROTECTED]> wrote:

> Sure, comments like "Debian would obviously be anti-social and not
> trustworthy" don't encourage me to try to have a conversation about this
> with you; you don't decide what does or doesn't meet Debian's standards
> anyway, it's Debian itself that does this.

The fact that you behave this way makes it hard to believe that you are 
interested in a discussion at all. If you did like a discussion, you did send 
arguments before. As you still did not send arguments, it is obvious that your
intention is not to have a discussion about the compatibility of a license but
something else. 


> It would be a nice bonus if we happened to convince you that the issues with
> the CDDL are real issues and you reconsidered your licensing as a result;
> but this bug is about whether Debian can accept CDDL-licensed works in main,
> not about whether you agree with that decision.

If you like to convince people, you need to use arguments. This is something
that you failed to do for more than 10 weeks.  

Note that if you like to discuss such issues, you need to follow written
down rules unless you like to make Debian behave untrustworthy.

>From your statements, the conclusion still must be: There is no problem with 
the CDDL and DFSG and thus there is no bug.

Jörg

-- 
 EMail:[EMAIL PROTECTED] (home) Jörg Schilling D-13353 Berlin
   [EMAIL PROTECTED](uni)  
   [EMAIL PROTECTED] (work) Blog: http://schily.blogspot.com/
 URL:  http://cdrecord.berlios.de/old/private/ ftp://ftp.berlios.de/pub/schily



Bug#76918: Negative Public Property Records Found

2006-05-04 Thread Mohammed Kerry
Good Afternoon.

This will be our 4th and last final attempt to contact
you regarding your small rate approval.

These are the suggestions I have for you 
TODAY : 

http://ijfrup.com/10r

lNTEREST-ONLY : $527K at 2.72%
FlXED : $513K at 2.56%
VARlABLE : $460K at 2.54%

Hustle, these deals will end in 24 hours.

Thanks Alot,
Mohammed Kerry



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



Processed: Fixed in NMU of haskell-http 0.4.20050430-2

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 315333 + fixed
Bug#315333: haskell-http: ftbfs [sparc] Cannot find compiler for ffihugs
Tags were: patch sid
Tags added: fixed

> tag 324718 + fixed
Bug#324718: libghc6-http-dev: Contains empty directory 
/usr/lib/haskell-packages/ghc6/bin
Tags were: patch
Tags added: fixed

> tag 336268 + fixed
Bug#336268: libghc6-http-dev: Does not install with current GHC version
Tags were: patch
Tags added: fixed

> tag 336396 + fixed
Bug#336396: haskell-http(GNU/kFreeBSD): FTBFS: kfreebsd-i386 not in the 
architecture list
Tags were: patch
Tags added: fixed

> tag 337979 + fixed
Bug#337979: haskell-http - FTBFS: unsuitable build dependency
Tags were: patch
Tags added: fixed

> tag 360878 + fixed
Bug#360878: haskell-http: FTBFS (ppc64): current build architecture ppc64 does 
not appear in package's list (alpha amd64 hppa i386 ia64 m68k powerpc s390 
sparc)
Tags were: patch
Tags added: fixed

> quit
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#365948: x11-common: broken depends on compat package xfree86-common

2006-05-04 Thread Ray Kohler



Steve Langasek wrote:

On Wed, May 03, 2006 at 06:35:56PM -0400, Ray Kohler wrote:

Package: x11-common
Version: 1:7.0.16
Severity: grave
Justification: renders package unusable



Version 7.0.16 of x11-common depends on xfree86-common, which is a
"useless" compatibility package. Making things worse is that
xfree86-common conflicts with x11-common. This prevents x11-common from
being installed at all.



I screwed this up. It installs fine if I do it right.


So your assessment is that there's no bug here?  What way did you do it
first that was "wrong", btw?


Right, I don't think there's really a bug here. What I did wrong, was to 
try to install them "by hand" with dpkg, and not to notice that I was 
dealing with a Pre-Depends rather than an ordinary Depends. In any case, 
I can't reproduce it at all installing it with apt-get.


smime.p7s
Description: S/MIME Cryptographic Signature


Bug#366026: xserver-xorg upgrade modified /etc/X11/xorg.conf though it had local changes

2006-05-04 Thread Vincent Lefevre
Package: xserver-xorg
Version: 1:7.0.16
Severity: serious
Justification: Policy 10.7.3

The Debian policy manual says that local changes must be preserved
during upgrade. However xserver-xorg upgrade duplicated some lines
in Section "Files":

Section "Files"
FontPath"unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/lib/X11/fonts/misc"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/lib/X11/fonts/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/lib/X11/fonts/Type1"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/lib/X11/fonts/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/share/fonts/X11/75dpi"
FontPath"/usr/lib/X11/fonts/75dpi"
EndSection

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.14.4-20051215
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)

Versions of packages xserver-xorg depends on:
ii  debconf   1.5.0  Debian configuration management sy
ii  x11-common1:7.0.16   X Window System (X.Org) infrastruc
ii  xbase-clients 1:7.0.1-1  miscellaneous X clients
ii  xkb-data  0.8-5  X Keyboard Extension (XKB) configu
ii  xserver-xorg-core 1:1.0.2-8  X.Org X server -- core server
ii  xserver-xorg-input-al 1:7.0.16   the X.Org X server -- input driver
ii  xserver-xorg-input-ev 1:1.0.0.5-2X.Org X server -- evdev input driv
ii  xserver-xorg-input-kb 1:1.0.1.3-2X.Org X server -- keyboard input d
ii  xserver-xorg-input-mo 1:1.0.4-2  X.Org X server -- mouse input driv
ii  xserver-xorg-video-al 1:7.0.16   the X.Org X server -- output drive
ii  xserver-xorg-video-ap 1:1.0.1.5-2X.Org X server -- APM display driv
ii  xserver-xorg-video-ar 1:0.5.0.5-2X.Org X server -- ark display driv
ii  xserver-xorg-video-at 1:6.5.8.0-1X.Org X server -- ATI display driv
ii  xserver-xorg-video-ch 1:1.0.1.3-3X.Org X server -- Chips display dr
ii  xserver-xorg-video-ci 1:1.0.0.5-2X.Org X server -- Cirrus display d
ii  xserver-xorg-video-cy 1:1.0.0.5-2X.Org X server -- Cyrix display dr
ii  xserver-xorg-video-du 1:0.1.0.5-2X.Org X server -- dummy display dr
ii  xserver-xorg-video-fb 1:0.1.0.5-2X.Org X server -- fbdev display dr
ii  xserver-xorg-video-gl 1:1.0.1.3-3X.Org X server -- Glint display dr
ii  xserver-xorg-video-i1 1:1.1.0.5-2X.Org X server -- i128 display dri
ii  xserver-xorg-video-i7 1:1.0.0.5-2X.Org X server -- i740 display dri
ii  xserver-xorg-video-i8 1:1.5.1.0-2X.Org X server -- Intel i8xx, i9xx
ii  xserver-xorg-video-im 1:1.0.0.5-2X.Org X server -- IMSTT display dr
ii  xserver-xorg-video-mg 1:1.2.1.3.dfsg.1-2 X.Org X server -- MGA display driv
ii  xserver-xorg-video-ne 1:1.0.0.5-2X.Org X server -- Neomagic display
ii  xserver-xorg-video-ne 1:0.1.4.1-3X.Org X server -- Newport display 
ii  xserver-xorg-video-ns 1:2.7.6.5-2X.Org X server -- NSC display driv
ii  xserver-xorg-video-nv 1:1.0.1.5-2X.Org X server -- NV display drive
ii  xserver-xorg-video-re 1:4.0.1.3.dfsg.1-2 X.Org X server -- Rendition displa
ii  xserver-xorg-video-s3 1:1.8.6.5-2X.Org X server -- S3 ViRGE display
ii  xserver-xorg-video-sa 1:2.0.2.3-4X.Org X server -- Savage display d
ii  xserver-xorg-video-si 1:1.3.1.5-3X.Org X server -- SiliconMotion di
ii  xserver-xorg-video-si 1:0.8.1.3-2X.Org X server -- SiS display driv
ii  xserver-xorg-video-si 1:0.7.1.3-2X.Org X server -- SiS USB display 
ii  xserver-xorg-video-td 1:1.1.1.3-3X.Org X server -- tdfx display dri
ii  xserver-xorg-video-tg 1:1.0.0.5-3X.Org X server -- TGA display driv
ii  xserver-xorg-video-tr 1:1.0.1.2-2X.Org X server -- Trident display 
ii  xserver-xorg-video-ts 1:1.0.0.5-2X.Org X server -- Tseng display dr
ii  xserver-xorg-video-v4 0.0.1.5-1  X.Org X server -- Video 4 Linux di
ii  xserver-xorg-video-ve 1:1.0.1.3-2X.Org X server -- VESA display dri
ii  xserver-xorg-video-vg 1:4.0.0.5-2X.Org X server -- VGA display driv
ii  xserver-xorg-video-vi 1:0.1.33.2-3   X.Org X server -- VIA display driv
ii  xserver-xorg-vid

Bug#361995: Issue not fixed

2006-05-04 Thread Benjamin Mesing
Hello

> ons, 03,.05.2006 kl. 16.10 +0200, skrev Benjamin Mesing:
> > I cannot confirm that the issue is fixed. 
> > 
> > I've tried to create a new address book today, and encountered the same
> > problem of only creating an alias for the last existing one. Deleting
> > the alias, also deleted the content for the original address book.
> > 
> > Is the fix supposed to work only for clean installations (i.e. those
> > that did not encounter those problem before)?
> 
> I'm not sure if it was supposed to work for clean installations or not.
> We can try to find out.
I've tried it with a pristine user - same problem. So the bug should be
easy to reproduce. Just launch evolution and create two additional
address books, the second will be an alias to the first.

> Just to be sure, can you paste the content of the output file after
> "dpkg -l "evolution*" > installed-evolution-pkgs"?

[EMAIL PROTECTED]:~> dpkg -l "evolution*"
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version  Description
+++---=
ii  evolution2.6.1-1  The groupware 
suite
ii  evolution-data-server1.6.1-1  evolution 
database backend server
pn  evolution-data-server1.2(no description 
available)
un  evolution-dbg   (no description 
available)
un  evolution-exchange  (no description 
available)
un  evolution-plugins   (no description 
available)
un  evolution-ssl   (no description 
available)


> Also, make sure
> you've restarted evolution-data-server since upgrade (either restart or
> do "evolution --force-shutdown" and check that all e-d-s-processes are
> stopped). 
System was shutdown in between.



> Can you also provide the output of
> "gconftool -a /apps/evolution/addressbook"? You can send it to me in
> private if you don't want it posted.

[EMAIL PROTECTED]:~> gconftool -a /apps/evolution/addressbook
 sources = [

,
ldap://"; readonly="no"/>

The two address books test2 and test3 refer to the same address book.

Thanks for investigating,

Ben




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



Processed: Re: Bug#366007: x11-common: /etc/X11/Xsession has disappeared

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> package x11-common
Ignoring bugs not assigned to: x11-common

> severity 366007 grave
Bug#366007: x11-common: /etc/X11/Xsession has disappeared
Severity set to `grave'.

> merge 366007 365948
Bug#365948: x11-common: broken depends on compat package xfree86-common
Bug#366007: x11-common: /etc/X11/Xsession has disappeared
Bug#365967: x11-common: unnecessary use of pre-depends (354146)
Bug#365988: x11-common: Unable to log in from KDM
Merged 365948 365967 365988 366007.

> 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#366018: pre-installation script returned error exit status 10

2006-05-04 Thread Goswin Brederlow
Package: xserver-xorg
Version: 1:7.0.15
Severity: grave

Hi,

installing xserver-xorg always fails in the DEBIAN/config script:

Unpacking xserver-xorg (from .../xserver-xorg_1%3a7.0.15_all.deb) ...
dpkg: error processing /var/cache/apt/archives/xserver-xorg_1%3a7.0.15_all.deb 
(--unpack):
 subprocess pre-installation script returned error exit status 10
Errors were encountered while processing:
 /var/cache/apt/archives/xserver-xorg_1%3a7.0.15_all.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)

The reason for this is that "set -e" is set and a lot of db_get calls
are missing a "|| true" behind them and abort the script if the value
is unset. Adding "|| true" to all db_get, db_fget and db_getmeta calls
makes the script work.

MfG
Goswin


-- System Information:
Debian Release: 3.1
Architecture: amd64 (x86_64)
Kernel: Linux 2.6.16-rc4-xen
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)


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



Bug#365988: Please reopen the KDM bug : your proposed fix to restore Xsession does not make KDM work again

2006-05-04 Thread Eric Valette

Steve,

I tried your trick (--force_confmiss) on my totally broken unstable. It 
indeed added the /etc/X11/Xsession file back again, I managed to do 
startx as root. Not as a normal user. No trace no nothing. X starts and 
then fails. It is not only KDE : I changed my own xsession to fvwm 
without any more luck.


=> breakage is more important than just the missing files



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



Bug#362800: debian-installer: cd-rom installer requires online repository

2006-05-04 Thread Frans Pop
On Thursday 04 May 2006 13:17, you wrote:
> Frans Pop say that this bug is done in images after 15/04/2006, but I
> burn the 3 *DVDs* of Debian Etch (17/04/2006) and I found the same
> problem: The installer work ONLY with internet conection (online
> repository is necessary!) I try use workarround available in ERRATA,
> but don't work in version of day 17/04/2006 (images DVD)... the oprion
> "Ignore" don't appear!
> This bug is done in *DVD* images of Debian Etch?

I'm very sorry, but after the fix I did on April 16, it turned out another 
fix was needed. This meant that the images of 17-4 were also broken, 
which was documented on:
http://wiki.debian.org/DebianInstaller/Today

If you download the new DVD, I would suggest you start with only the first 
one. That should contain all software you are likely to use. DVD 2 and 3 
contain software that is much less commonly used.

Sorry for the confusion.

Good luck,
Frans Pop


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



Bug#365797: marked as done (missing or old dbus causes evolution to use 100% CPU and spew error messages)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 04:32:10 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#365797: fixed in evolution 2.6.1-2
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---
Package: evolution
Version: 2.6.1-1
Severity: normal

When I start up evolution, it and dbus-daemon-1 are running constantly taking
all the CPU even though it doesn't seem to be doing anything (i.e., not
reading mail, not doing a search, just sitting there showing me 
the current message).

Here is an excerpt from top on my box with hyperthreading enabled.

Cpu0  : 21.5% us,  8.4% sy,  0.2% ni, 50.3% id, 18.9% wa,  0.2% hi,  0.4% si
Cpu1  : 16.6% us,  7.9% sy,  0.1% ni, 69.0% id,  6.3% wa,  0.0% hi,  0.1% si
Mem:   1035200k total,  1011648k used,23552k free,   236636k buffers
Swap:  1172736k total,  136k used,  1172600k free,   472604k cached

  PID USER  PR  NI  VIRT  RES  SHR S %CPU %MEMTIME+  COMMAND
15145 tepperly  16   0  145m  36m  18m S   88  3.6  11:16.89 evolution
 4455 messageb  15   0  2196  708  568 S   60  0.1   9:34.97 dbus-daemon-1

It's probably worth noting that my machine doesn't seem sluggish, but
it's worrisome to me to see using the CPUs for so long with no
discernable reason.

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

Versions of packages evolution depends on:
ii  evolution-dat 1.6.1-1evolution database backend server
ii  gconf22.14.0-1   GNOME configuration database syste
ii  gnome-icon-th 2.14.2-1   GNOME Desktop icon theme
ii  gtkhtml3.83.10.1-1   HTML rendering/editing library - b
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D graphi
ii  libatk1.0-0   1.11.4-1   The ATK accessibility toolkit
ii  libaudiofile0 0.2.6-6Open-source version of SGI's audio
ii  libavahi-clie 0.6.9-8+b1 Avahi client library
ii  libavahi-comm 0.6.9-8+b1 Avahi common library
ii  libavahi-glib 0.6.9-8+b1 Avahi glib integration library
ii  libbonobo2-0  2.14.0-1   Bonobo CORBA interfaces library
ii  libbonoboui2- 2.14.0-2   The Bonobo UI library
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libcairo2 1.0.4-2The Cairo 2D vector graphics libra
ii  libcamel1.2-8 1.6.1-1The Evolution MIME message handlin
ii  libcomerr21.38+1.39-WIP-2006.04.09-1 common error description library
ii  libdbus-1-2   0.61-5 simple interprocess messaging syst
ii  libdbus-glib- 0.61-5 simple interprocess messaging syst
ii  libebook1.2-5 1.6.1-1Client library for evolution addre
ii  libecal1.2-3  1.6.1-1Client library for evolution calen
ii  libedataserve 1.6.1-1Utility library for evolution data
ii  libedataserve 1.6.1-1GUI utility library for evolution 
ii  libesd-alsa0  0.2.36-3   Enlightened Sound Daemon (ALSA) - 
ii  libfontconfig 2.3.2-5.1  generic font configuration library
ii  libfreetype6  2.1.10-3   FreeType 2 font engine, shared lib
ii  libgail-commo 1.8.11-2   GNOME Accessibility Implementation
ii  libgail17 1.8.11-2   GNOME Accessibility Implementation
ii  libgconf2-4   2.14.0-1   GNOME configuration database syste
ii  libgcrypt11   1.2.2-1LGPL Crypto library - runtime libr
ii  libglade2-0   1:2.5.1-2  library to load .glade files at ru
ii  libglib2.0-0  2.10.2-2   The GLib library of C routines
ii  libgnome-keyr 0.4.9-1GNOME keyring services library
ii  libgnome-pilo 2.0.12-1.6 Support libraries for gnome-pilot
ii  libgnome2-0   2.14.1-1   The GNOME 2 library - runtime file
ii  libgnomecanva 2.14.0-2   A powerful object-oriented display
ii  libgnomeprint 2.12.1-3   The GNOME 2.2 print architecture -
ii  libgnomeprint 2.12.1-3   GNOME 2.2 print architecture User 
ii  libgnomeui-0  2.14.1-1   The GNOME 2 librari

Bug#366005: maintainer address for textopo is wrong

2006-05-04 Thread Christoph Berg
Package: textopo
Severity: serious
Justification: no valid maintainer address

Hi,

the maintainer address of textopo contains a typo, please s/prz/pzr/.

Christoph
-- 
[EMAIL PROTECTED] | http://www.df7cb.de/


signature.asc
Description: Digital signature


Processed: Bug#365797: evolution is using lots of CPU

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> retitle 365797 missing or old dbus causes evolution to use 100% CPU and spew 
> error messages
Bug#365797: evolution is using lots of CPU
Changed Bug title.

> clone 365797 -1
Bug#365797: missing or old dbus causes evolution to use 100% CPU and spew error 
messages
Bug 365797 cloned as bug 366010.

> reassign -1 libnm-glib0
Bug#366010: missing or old dbus causes evolution to use 100% CPU and spew error 
messages
Bug reassigned from package `evolution' to `libnm-glib0'.

> 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#362800: debian-installer: cd-rom installer requires online repository

2006-05-04 Thread Renato S. Yamane
Hi,
Frans Pop say that this bug is done in images after 15/04/2006, but I burn
the 3 *DVDs* of Debian Etch (17/04/2006) and I found the same problem: The
installer work ONLY with internet conection (online repository is necessary!)
I try use workarround available in ERRATA, but don't work in version of day
17/04/2006 (images DVD)... the oprion "Ignore" don't appear!
This bug is done in *DVD* images of Debian Etch?
I say taht because Debian Etch don't up my network card (Marvell Yukon) and I
my internet conection is by network, so I thing that 11Gb available in 3 DVD
is enough :-)
Thanks,
Renato S. Yamane



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



Bug#366001: xbase-clients: startx fails with no EE message

2006-05-04 Thread Ron Johnson
Package: xbase-clients
Version: 1:7.0.1-1
Severity: grave
Justification: renders package unusable

After upgrading from 7.0.0-5 (really, a weekly unstable upgrade)
startx stopped working.  The screen goes blank like normal, 
and "clicks", but after a moment returns to the $ prompt.

There are no noticable errors in /var/log/Xorg.0.log.

Sorry this is such a non-specific bug, but there's nothing else
I can think to write.

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.16rlj
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages xbase-clients depends on:
ii  libc6   2.3.6-7  GNU C Library: Shared libraries
ii  libfontconfig1  2.3.2-5.1generic font configuration library
ii  libfreetype62.1.10-3 FreeType 2 font engine, shared lib
ii  libfs6  2:1.0.0-3X11 Font Services library
ii  libgl1-mesa-glx [libgl1]6.4.1-0.4A free implementation of the OpenG
ii  libice6 1:1.0.0-3X11 Inter-Client Exchange library
ii  libpng12-0  1.2.8rel-5.1 PNG library - runtime
ii  libsm6  1:1.0.0-4X11 Session Management library
ii  libx11-62:1.0.0-6X11 client-side library
ii  libxau6 1:1.0.0-3X11 authorisation library
ii  libxaw7 1:1.0.1-5X11 Athena Widget library
ii  libxcursor1 1.1.5.2-5X cursor management library
ii  libxext61:1.0.0-4X11 miscellaneous extension librar
ii  libxft2 2.1.8.2-7FreeType-based font drawing librar
ii  libxi6  1:1.0.0-5X11 Input extension library
ii  libxkbfile1 1:1.0.2-3X11 keyboard file manipulation lib
ii  libxmu6 1:1.0.1-3X11 miscellaneous utility library
ii  libxmuu11:1.0.1-3X11 miscellaneous micro-utility li
ii  libxrandr2  2:1.1.0.2-4  X11 RandR extension library
ii  libxrender1 1:0.9.0.2-4  X Rendering Extension client libra
ii  libxss1 1:1.0.1-4X11 Screen Saver extension library
ii  libxt6  1:1.0.0-4X11 toolkit intrinsics library
ii  libxtrap6   1:1.0.0-3X11 event trapping extension libra
ii  libxtst61:1.0.1-3X11 Testing -- Resource extension 
ii  libxv1  1:1.0.1-3X11 Video extension library
ii  libxxf86dga12:1.0.0-3X11 Direct Graphics Access extensi
ii  libxxf86vm1 1:1.0.0-4X11 XFree86 video mode extension l
ii  x11-common  1:7.0.16 X Window System (X.Org) infrastruc
ii  zlib1g  1:1.2.3-11   compression library - runtime

xbase-clients recommends no packages.

-- no debconf information
# xorg.conf (Xorg X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following commands as root:
#
#   cp /etc/X11/xorg.conf /etc/X11/xorg.conf.custom
#   md5sum /etc/X11/xorg.conf >/var/lib/xfree86/xorg.conf.md5sum
#   dpkg-reconfigure xserver-xorg

Section "Files"
#FontPath   "unix/:7100"# local font server
# if the local font server has problems, we can fall back on these
FontPath"/usr/share/fonts/X11/misc"
FontPath"/usr/share/fonts/X11/cyrillic"
FontPath"/usr/share/fonts/X11/100dpi/:unscaled"
FontPath"/usr/share/fonts/X11/75dpi/:unscaled"
FontPath"/usr/share/fonts/X11/Type1"
FontPath"/usr/share/fonts/X11/CID"
FontPath"/usr/share/fonts/X11/100dpi"
FontPath"/usr/share/fonts/X11/75dpi"
EndSection

Section "Module"
Load"bitmap"
Load"dbe"
Load"ddc"
Load"dri"
Load"extmod"
Load"freetype"
Load"glx"
Load"int10"
Load"record"
Load"type1"
#   Load"v4l"
Load"vbe"
EndSection

Section "InputDevice"
Identifier  "Generic Keyboard"
Driver  "keyboard"
Option  "CoreKeyboard"
Option  "XkbRules"  "xorg"
Option  "XkbModel"  "pc104"
Option  "XkbLayout" "us"
EndSection

Section 

Processed: Fixed in upload of pan 0.95-4 to experimental

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> tag 365889 + fixed-in-experimental
Bug#365889: pan_0.95-3(sparc/experimental): FTBFS: make clean fails
There were no tags set.
Bug#365974: pan_0.95-3(m68k/experimental):
Tags added: fixed-in-experimental

> tag 365974 + fixed-in-experimental
Bug#365974: pan_0.95-3(m68k/experimental):
Tags were: fixed-in-experimental
Bug#365889: pan_0.95-3(sparc/experimental): FTBFS: make clean fails
Tags added: fixed-in-experimental

> quit
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#361995: Issue not fixed

2006-05-04 Thread Øystein Gisnås
ons, 03,.05.2006 kl. 16.10 +0200, skrev Benjamin Mesing:
> I cannot confirm that the issue is fixed. 
> 
> I've tried to create a new address book today, and encountered the same
> problem of only creating an alias for the last existing one. Deleting
> the alias, also deleted the content for the original address book.
> 
> Is the fix supposed to work only for clean installations (i.e. those
> that did not encounter those problem before)?

I'm not sure if it was supposed to work for clean installations or not.
We can try to find out.

Just to be sure, can you paste the content of the output file after
"dpkg -l "evolution*" > installed-evolution-pkgs"? Also, make sure
you've restarted evolution-data-server since upgrade (either restart or
do "evolution --force-shutdown" and check that all e-d-s-processes are
stopped). Can you also provide the output of
"gconftool -a /apps/evolution/addressbook"? You can send it to me in
private if you don't want it posted.

-Øystein Gisnås



Processed: tagging 365988

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # Automatically generated email from bts, devscripts version 2.9.19
>  # fixed in SVN
> tags 365988 pending
Bug#365988: x11-common: Unable to log in from KDM
There were no tags set.
Bug#365948: x11-common: broken depends on compat package xfree86-common
Bug#365967: x11-common: unnecessary use of pre-depends (354146)
Tags added: pending

>
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: x11-common: unnecessary use of pre-depends (354146)

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> severity 365967 grave
Bug#365967: x11-common: unnecessary use of pre-depends (354146)
Severity set to `grave'.

> merge 365967 365988
Bug#365967: x11-common: unnecessary use of pre-depends (354146)
Bug#365988: x11-common: Unable to log in from KDM
Bug#365948: x11-common: broken depends on compat package xfree86-common
Merged 365948 365967 365988.

> 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#365858: Uninstallable: rebuild needed

2006-05-04 Thread Radu Spineanu
Stefan Huehner wrote:
> Package: pvpgn
> Severity: grave
> Justification: renders package unusable
> 
> 
> Hi,
> your package depends on libmysqlclient12 which has been removed from the
> archive. As your package already depends on libmysqlclient15-dev only a
> rebuild (or binnmu??) should be needed to fix this problem.
> 
I will upload a new package that doesn't depend on libmysqlclient12 anyway.

Thanks Steve for the binNMU.

Radu


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



Bug#365989: [Pkg-dspam-misc] Bug#365989: dspam segmentation fault

2006-05-04 Thread Le_Vert

Jesus Climent a écrit :


On Thu, May 04, 2006 at 09:57:41AM +0200, Adam Cécile wrote:
 


Package: dspam
Version: 3.6.4-3
Severity: grave
Justification: makes the MTA fail

Dspam always segfaults :

Ie : exim4 logs
2006-05-04 09:52:32 1FbYdU-0006hk-Rb <= [EMAIL PROTECTED] U=root P=local S=311
2006-05-04 09:52:33 1FbYdU-0006hk-Rb ** [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
R=dspam_router T=dspam_spamcheck: Child process of dspam_spamcheck transport (running command 
"/usr/bin/dspam --deliver=innocent --user ${lc:$local_part} -f '$sender_address' -bm 
%u") was terminated by signal 11 (Segmentation fault)
2006-05-04 09:52:33 1FbYdV-0006hp-4u <= <> R=1FbYdU-0006hk-Rb U=Debian-exim 
P=local S=1132
2006-05-04 09:52:33 1FbYdU-0006hk-Rb Completed
2006-05-04 09:52:33 1FbYdV-0006hp-4u ** [EMAIL PROTECTED] <[EMAIL PROTECTED]> 
R=dspam_router T=dspam_spamcheck: Child process of dspam_spamcheck transport (running command 
"/usr/bin/dspam --deliver=innocent --user ${lc:$local_part} -f '$sender_address' -bm 
%u") was terminated by signal 11 (Segmentation fault)
2006-05-04 09:52:33 1FbYdV-0006hp-4u Frozen (delivery error message)

Or with dspam_stats :
rexxar:/home/gandalf# dspam_stats gandalf
Erreur de segmentation
   



Have you tried some methods to check the integrity of the server? Memtest,
kernel compilation,... Also, try to exec dspam with a standard kernel.

 

The server is fine, it worked with the old packages from alioth. I can't 
use a regular kernel as it's a rackable server from sun...
I'm setting up a test mail server right now on another computer to see 
it the same problem appears...



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



Bug#346164: marked as done (FTBFS on arm, hppa, sparc)

2006-05-04 Thread Debian Bug Tracking System
Your message dated Thu, 04 May 2006 02:17:17 -0700
with message-id <[EMAIL PROTECTED]>
and subject line Bug#346164: fixed in clisp 1:2.38-4
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

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

--- Begin Message ---

Package: mcvs
Version: 1.0.13-12
Severity: important
Usertags: rc-sparc

Hi,

mcvs fails to build from source on sparc, looks like it invokes gcc-3.3 
without build-depending on it. You might also want to investigate 
unrelated build failures on arm and hppa architectures. Full build logs 
are available from buildd.debian.org:


http://buildd.debian.org/build.php?arch=&pkg=mcvs

Best regards,

Jurij Smakov[EMAIL PROTECTED]
Key: http://www.wooyd.org/pgpkey/   KeyID: C99E03CC

--- End Message ---
--- Begin Message ---
Source: clisp
Source-Version: 1:2.38-4

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

clisp-dev_2.38-4_i386.deb
  to pool/main/c/clisp/clisp-dev_2.38-4_i386.deb
clisp-doc_2.38-4_all.deb
  to pool/main/c/clisp/clisp-doc_2.38-4_all.deb
clisp_2.38-4.diff.gz
  to pool/main/c/clisp/clisp_2.38-4.diff.gz
clisp_2.38-4.dsc
  to pool/main/c/clisp/clisp_2.38-4.dsc
clisp_2.38-4_i386.deb
  to pool/main/c/clisp/clisp_2.38-4_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [EMAIL PROTECTED],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Peter Van Eynde <[EMAIL PROTECTED]> (supplier of updated clisp package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [EMAIL PROTECTED])


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.7
Date: Tue,  2 May 2006 20:00:32 +0200
Source: clisp
Binary: clisp-dev clisp clisp-doc
Architecture: source all i386
Version: 1:2.38-4
Distribution: unstable
Urgency: low
Maintainer: Peter Van Eynde <[EMAIL PROTECTED]>
Changed-By: Peter Van Eynde <[EMAIL PROTECTED]>
Description: 
 clisp  - GNU CLISP, a Common Lisp implementation
 clisp-dev  - GNU CLISP, a Common Lisp implementation (development files)
 clisp-doc  - GNU CLISP, a Common Lisp implementation (documentation)
Closes: 346164
Changes: 
 clisp (1:2.38-4) unstable; urgency=low
 .
   [Peter Van Eynde]
   * Redid Depends for clisp, this should
 fix the FTBFS probems for mcvs.
 (Closes: #346164)
   * Use newer libsigsegv
   * Try to rebuild for m68k.
   * Updated standards version without real changes.
 .
   [René van Bevern]
   * debian/control: remove dependency on "common-lisp-controller (>=
 4.27)", it is added by dh-lisp and should not resoult in a double
 dependency
Files: 
 7e24be8228573291b3cba0915eea2217 751 interpreters optional clisp_2.38-4.dsc
 c6717e32eb2a6089688a981e0f81b21b 84077 interpreters optional 
clisp_2.38-4.diff.gz
 266332f99a32dcacb8fe5183caa3c61a 1019466 doc optional clisp-doc_2.38-4_all.deb
 2dbafa33ce1c9f99e32408e0e316cc2f 2988876 interpreters optional 
clisp_2.38-4_i386.deb
 e010fcdd1d48ea094b6fef4edb41af72 1297724 devel optional 
clisp-dev_2.38-4_i386.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iD8DBQFEV6Pg11ldN0tyliURAu10AJ9JPGlatCsVa/5s+UcdyOKO0GoAKgCeKNvS
eljnrsDhS1nACAMbzKnPfWs=
=VEzJ
-END PGP SIGNATURE-

--- End Message ---


Bug#353981: Remove MySQL support (Closes: #353981, #304613)

2006-05-04 Thread Dimitri Fontaine
Le Jeudi 04 Mai 2006 09:51, [EMAIL PROTECTED] a écrit :
> Hello,

Hi,

> I must say, I find very deceptive the way you "fixed" this bug by removing
> mysql support :( I gave you all the infos to correct this and you didn't.
> You just had to read Mysql 5 documentation to understand how to solve it,
> and you choosed a lamer's way ! Bravo !

You may want to know a little more than you do about rdbms support in TUTOS 
and the way it evolved in the BRANCH-2-0.

This project began with support for as many rdbm as you want to support, the 
way it is usually done : the written (generated) SQL command can be sent by 
using any protocol/library, then the resultset is parsed and its format is 
adapted for further usage.

The problem with this way of supporting several RDBM is that the written 
request is written once for all of them, hence for example if you support 
MySQL (previous its version 5) you then can't write any subqueries in your 
SQL.

When I was paid to develop TUTOS 2 branch, we made the choice to only support 
PostgreSQL, our RDBM of choice. And I wrote some complex queries involving a 
syntax MySQL wouldn't be able to understand.

The MySQL support in TUTOS was from there broken, but I forgot to mark this in 
the debian package. Our way to resolve the debian bug was to effectively mark 
tutos as being a PostgreSQL only project, a decision taken two years ago.

Hoping this answer will help you understand the choices, regards,
-- 
Dimitri Fontaine
http://dim.tapoueh.org


pgpkPaUlXzV4r.pgp
Description: PGP signature


Processed: [bts-link] source package gcc-4.0

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # bts-link upstream status pull for source package gcc-4.0
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> usertags 33975 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 55298 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 75773 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 86251 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> tags 95318 + upstream
Bug#95318: inefficient code with and
There were no tags set.
Tags added: upstream

> usertags 95318 + status-ASSIGNED
There were no usertags set.
Usertags are now: status-ASSIGNED.
> usertags 107123 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 122103 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 123468 + status-SUSPENDED
There were no usertags set.
Usertags are now: status-SUSPENDED.
> usertags 128950 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 159838 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 161432 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 173513 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 178561 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 181096 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 188943 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 195468 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 201658 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 204687 + status-ASSIGNED
There were no usertags set.
Usertags are now: status-ASSIGNED.
> usertags 211586 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 212248 + status-ASSIGNED
There were no usertags set.
Usertags are now: status-ASSIGNED.
> usertags 215445 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 221291 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 227193 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 231748 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 233673 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 237207 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 244894 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 247112 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 268115 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> tags 270340 + fixed-upstream
Bug#270340: [PR 18592] [3.3/3.4 regression] [m68k] ICE in output_operand: 
invalid expression as operand
Tags were: upstream
Tags added: fixed-upstream

> usertags 270340 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 278310 + status-ASSIGNED
There were no usertags set.
Usertags are now: status-ASSIGNED.
> usertags 284777 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 301746 + status-NEW
There were no usertags set.
Usertags are now: status-NEW.
> usertags 317455 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 317563 + status-UNCONFIRMED
There were no usertags set.
Usertags are now: status-UNCONFIRMED.
> tags 318488 + fixed-upstream
Bug#318488: [PR 22132] upcasting a const class pointer to struct the class 
derives from generates wrong code
Tags were: upstream
Tags added: fixed-upstream

> usertags 318488 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> tags 318932 + fixed-upstream
Bug#318932: g++-4.0: [PR 22551] ICE in tree_low_cst, at tree.c:3843
Tags were: upstream
Tags added: fixed-upstream

> usertags 318932 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> tags 319087 + fixed-upstream
Bug#319087: [PR 22585] [4.0/4.1 regression] ICE with -O and 
-mno-ieee-fp/-ffast-math while building xaos
Tags were: upstream
Tags added: fixed-upstream

> usertags 319087 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> usertags 319309 + status-RESOLV

Bug#365464: proftpd: net ACLs are buggy

2006-05-04 Thread Francesco P. Lovergine
tags 365464 + upstream
tags 365464 + confirmed
thanks

See #2785 on proftpd bugzilla.

-- 
Francesco P. Lovergine


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



Processed: [bts-link] source package commons-daemon

2006-05-04 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

> # bts-link upstream status pull for source package commons-daemon
> # see http://lists.debian.org/debian-devel-announce/2006/05/msg1.html
> #
> user [EMAIL PROTECTED]
Setting user to [EMAIL PROTECTED] (was [EMAIL PROTECTED]).
> tags 314937 + upstream fixed-upstream
Bug#314937: invalid execve() usage
There were no tags set.
Tags added: upstream, fixed-upstream

> usertags 314937 + status-RESOLVED resolution-FIXED
There were no usertags set.
Usertags are now: resolution-FIXED status-RESOLVED.
> 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#365991: cynthiune.app_0.9.5-1: FTBFS: build-depends not satisfiable on !x86*

2006-05-04 Thread Steve Langasek
Package: cynthiune.app
Version: 0.9.5-1
Severity: serious
Justification: no longer builds from source

The cynthiune.app package in unstable build-depends unconditionally on
libavifile-0.7-dev.  avifile is an architecture-specific package that
will probably never be available on architectures other than x86 and x86_64
(i386 and amd64), because many of the plugins it builds depend on Windows
DLLS for operation.  As a result, cynthiune.app now fails to build on most
architectures that it was built on previously, a regression that is holding
up the gnustep transition in testing.  Please fix this bug ASAP.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/


signature.asc
Description: Digital signature


  1   2   >