Bug#201584: xserver-xfree86: __divsi3 is unresolved

2007-01-14 Thread Martin v. Löwis
 About 3 years ago, you reported a bug to the Debian BTS regarding
 __divsi3 being unresolved in the X server on ia64. It was supposed to be
 fixed in experimental. Did you reproduce this problem recently?

No, I stopped using X on that platform a long time ago.



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



Bug#406796: xargs: should use safe defaults qua length/size of argument list

2007-01-14 Thread Andreas Metzler
On 2007-01-14 Lionel Elie Mamane [EMAIL PROTECTED] wrote:
 Package: findutils

 mailman was using the following snippet of code:

  find /var/lib/mailman/ -type d -print0 | xargs -r -0 chmod g+s

 but this led, for at least one user, to a failure with the error
 message:

  xargs: chmod: Argument list too long

 (see http://bugs.debian.org/366102). We have worked around this by
 using the somewhat slower
  find /var/lib/mailman/ -type d -exec chmod g+s \{\} \;
 so it is not blocking to us, but still, I think that xargs should use
 safe defaults for -s and -n. In other words, it should just work™,
 using xargs should automatically protect you against too long argument
 lists being used. Safe as in ask the kernel what the maximum is and
 use that. Or something like that.

Hello,
there used to be a bug in xargs which could have caused this error.

| findutils (4.2.26-2) unstable; urgency=low
[...]
|   * [xargs] Limit number of arguments to (arg_max / sizeof(void*)) - 2 instead
| of ...-1, hopefully fixing FTBFS on hppa.
[...]
|  -- Andreas Metzler [EMAIL PROTECTED]  Sat,  3 Dec 2005 13:52:20 +0100
| 
| findutils (4.2.26-1) unstable; urgency=low
[...]
|   * New upstream version 4.2.26.
[...]
| - If the input to xargs is a large number of very short options (for
|   example, one character each), earlier versions of xargs would fail
|   with 'Argument list too long'. This is because Linux's execve
|   implementation requires that the sum of the sizes of all argument
|   string pointers not exceed 128K (the actual limit is
|   ARG_MAX - sizeof (void*)). Hopefully (Closes: #313028).
[...]
|  -- Andreas Metzler [EMAIL PROTECTED]  Sun, 20 Nov 2005 09:38:42 +0100

 The user in question was using etch in may 2006, so presumably the
 version of findutils in etch around that time.

according to the package tracking system etch /would/ already have had
4.2.27-2 so this known bug /should/ not have been the source of the
problem. However it is a little late to doublecheck what version was
actually in use at the bug-reporter's system (partial upgrade).
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406772: iceweasel: Sometimes crashes when moving or resizing in KDE

2007-01-14 Thread Torquil Macdonald Sørensen

Eric Dorland wrote:
tags 406772 unreproducible moreinfo 
thanks


* Torquil Macdonald S?rensen ([EMAIL PROTECTED]) wrote:

Package: iceweasel
Version: 2.0.0.1+dfsg-1
Severity: normal

Hello,

This is a problem common to iceweasel and icedove. Sometimes when I
resize or move the iceweasel window, the application disappears. Upon
starting iceweasel again, the dialog asking to restore the last
session appears. I am using the KDE desktop.


It only happens sometimes? Any idea if there's a common thread between
the crashes? Same set of pages? A certain page? 



No, sorry. As far as I know now it is completely random. It is not on a 
certain page, and it happens both when using one tab and with several 
tabs. And it happens with icedove as well. But if I notice some common 
thread I will make sure to report it.


Best regards,
Torquil M. Sørensen


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



Bug#406786: iceape start failure

2007-01-14 Thread Mike Hommey
On Sat, Jan 13, 2007 at 09:05:17PM -0500, Jon H. Davis [EMAIL PROTECTED] 
wrote:
 Package: iceape
 Version: 1.0.7-2
 
 On my Etch system, iceape fails to start with the message that it failed 
 to find the
 configuration file.
 
 Checking the situation in synaptic, I see that the old mozilla packages 
 are still there.
 I thought that might be the problem, but they can't be removed because 
 they are a dependency
 of all the eclipse  packages I have installed.   I guess I could let it 
 remove all of eclipse, but that seems
 drastic.

I guess you have mozilla-imagezoom or something similar installed...

Run dpkg -S /usr/lib/iceape/defaults /usr/lib/iceape/chrome and remove
and reinstall all the packages in the list, starting with iceape.

Mike


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



Bug#406793: iceweasel: middle-click behavior makes no sense

2007-01-14 Thread Mike Hommey
forwarded 406793 https://bugzilla.mozilla.org/show_bug.cgi?id=366945
thanks

On Sat, Jan 13, 2007 at 11:36:48PM -0500, Michael Gilbert [EMAIL PROTECTED] 
wrote:
 Package: iceweasel
 Version: 2.0.0.1+dfsg-1
 Severity: normal
 
 the middle-click behavior in firefox is mind-boggling...even for those
 who fully understand the unix middle-click.  
 
 first of all, it does makes sense that middle-clicking in a form pastes
 the clipboard contents into that form.  it also makes sense that
 middle-clicking on a link opens that link in a new tab.
 
 however, it makes absolutely no sense that middle-clicking in arbitrary
 space on a page attempts to load a url based on the text in the clipboard. 
 oftentimes i am trying to middle-click on a link, but miss slightly, and
 am taken to a 404 not found because the clipboard text is not a url.  i
 hadn't meant to use the clipboard text to take me anywhere, but inadvertently,
 i was.
 
 i really think that middle-clicking within a page should not attempt to
 parse the clipboard text as a url.  instead, that click should just be
 ignored.  let the user middle-click in the address bar, then press go 
 to use clipboard text as a url.  that makes sense.

You may want to go to about:config and set middlemouse.contentLoadURL to
false.

Mike


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



Bug#406455: libpango1.0-0: 32bit libpango must use /usr/lib32/pango/1.5.0/module-files.d

2007-01-14 Thread Loïc Minier
On Sat, Jan 13, 2007, Steve Langasek wrote:
 So i386/ia64 and i386/amd64 are the only biarch cases where having gtk for
 the non-default ABI makes much sense.

 Aren't there sparc64 and powerpc64 ports out of Debian or in the plans?
 If there are, it might make sense to spare the time of revisiting this
 patch.

 Hmm, I think everybody (including me) forgot about kfreebsd-i386/amd64
 too.

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#370186: Bug still grave

2007-01-14 Thread Nathanael Nerode
Only now *kdebase* depends on hal.  Suxxor!

I can reproduce the spinning problem in KDE, any time.  This means that Juergen
Lueters is on the wrong track.

I don't like automounting and I have turned it off (it always behaves 
incorectly).
It's not acceptable for HAL to misbehave when automounting is turned off, 
particularly
when it's *required* by KDE.

Did anyone get my HAL systrace log?  It's huge.  I have put it at
http://home.twcny.rr.com/nerode/hal.logfile since it seems difficult to
transfer it any other way.

This bug IS RC and it is grave.  You can't downgrade it, sorry.

The best alternative if you can't fix the actual bug would be to provide an 
*easy*
mechanism to *permanently* disable hald-addon-storage.  If there was such a 
mechanism
documented, then you could downgrade the bug.

-- 
Nathanael Nerode  [EMAIL PROTECTED]

Theocracy, fascism, or absolute monarchy -- I don't care which it is, I don't 
like it.


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



Bug#406800: kvm-7 has stability bugs, unsuitable for Etch (remove or update)

2007-01-14 Thread Leonard Norrgård
Package: kvm
Version: 7-1
Severity: grave
Justification: renders package unusable


The version of kvm currently in testing, kvm-7, has many known stability bugs 
that have 
been fixed in later upstream versions.  These cause the guest operating system 
to crash, 
possibly causing data loss etc. The following Google search provides a brief 
overview of 
the number of patches and severity of these bugs, of which none is entered in 
the Debian 
BTS:

http://www.google.com/search?q=linux-kernel+PATCH+KVM+%22Avi+Kivity%22+site%3Alkml.org

Another factor is that the current maintainer is currently sick.  I have been 
in touch with 
him and prepared an upgraded package [1] based on the current upstream kvm-11, 
which could 
in theory be used for Etch, but Etch is of course frozen. The amount of changes 
in 
upstream is big by release standards.

I see two solutions (both are fine with me):

1) Remove kvm-7 from Etch

or 2) Upgrade kvm to kvm-11, if okayed by the release team and pending 
sponsoring

(While not really a factor in the decision, kvm-11 also includes major 
performance 
improvements, the MMU optimization, described as the difference between a 
working proof 
of concept and a generally usable system [2] The last patch set [3] fixes the 
known 
problems exposed by the MMU optimization and is included in kvm-11, although 
not yet 
applied in Linux-2.6.20-rc5.)

[1] My kvm-11 package will be uploaded to mentors.debian.net today or tomorrow 
for 
review and sponsoring.
[2] http://lkml.org/lkml/2007/1/4/175
[3] http://lkml.org/lkml/2007/1/11/51


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



Bug#406802: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: tiemu
Version: 2.00-2
Severity: minor

This package depends on mozilla-browser | www-browser for accessing
the documentation. However mozilla-browser is an outdated transitional
package. Please depend on a real www-browser package like
iceape-browser.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406801: gnome-media: Gnome-cd does not play Audio CDs

2007-01-14 Thread Jack Malmostoso
Package: gnome-media
Version: 2.14.2-4
Severity: normal

Hello there,
gnome-cd (and any other gstreamer based applications) does not play any
audio cd.
When I insert an audio cd, gnome-cd comes up automagically and hangs. I am
forced to quit it with a kill -9. When started from a terminal window:

[EMAIL PROTECTED]:~$ gnome-cd

** (gnome-cd:8238): WARNING **: Error opening CD

** (gnome-cd:8238): WARNING **: ERROR: Could not open CD device for reading.

Similarily, Rhythmbox spits up a window that says Rhythmbox couldn't access 
the CD.

Soundjuicer reads the tracklist of the cd, but upon playback says:Error
reading CD. Reason: This CD has no audio tracks. Obviously, extracting the
tracks does not work, with the same error message.

At first I have thought of permission problems on my drives, but Audacious 
plays the CD just fine.

Thanks for any help you can give!

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-amd64
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages gnome-media depends on:
ii  gnome-media-common 2.14.2-4  GNOME media utilities - common fil
ii  gstreamer0.10-alsa [gstrea 0.10.10-2 GStreamer plugin for ALSA
ii  gstreamer0.10-esd [gstream 0.10.4-3  GStreamer plugin for ESD
ii  gstreamer0.10-plugins-base 0.10.10-2 GStreamer plugins from the base 
ii  gstreamer0.10-plugins-good 0.10.4-3  GStreamer plugins from the good 
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-1  The ATK accessibility toolkit
ii  libaudiofile0  0.2.6-6   Open-source version of SGI's audio
ii  libbonobo2-0   2.16.0-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.16.0-1  The Bonobo UI library
ii  libc6  2.3.6.ds1-10  GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libesd00.2.36-3  Enlightened Sound Daemon - Shared 
ii  libfontconfig1 2.4.2-1   generic font configuration library
ii  libgail-common 1.8.11-4  GNOME Accessibility Implementation
ii  libgail17  1.8.11-4  GNOME Accessibility Implementation
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.6-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome-media02.14.2-4  runtime libraries for the GNOME me
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomeui-0   2.16.1-1  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.16.3-2  GNOME virtual file-system (runtime
ii  libgstreamer-plugins-base0 0.10.10-2 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.10-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.10.6-5  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libnautilus-burn3  2.14.3-8  Nautilus Burn Library - runtime ve
ii  liborbit2  1:2.14.4-1libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-4  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

gnome-media recommends no packages.

-- no debconf information


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



Bug#370186: gzipped systrace

2007-01-14 Thread Nathanael Nerode
OK, in the interests of space saving, I gzipped the logfile; it's at
http://home.twcny.rr.com/nerode/hal.logfile.gz

-- 
Nathanael Nerode  [EMAIL PROTECTED]

(Instead, we front-load the flamewars and grudges in
the interest of efficiency.) --Steve Lanagasek,
http://lists.debian.org/debian-devel/2005/09/msg01056.html


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



Bug#406523: cdrecord: readcd breakes operation of xcdroast

2007-01-14 Thread Stanislav Maslovski
On Sat, Jan 13, 2007 at 10:23:25AM +0100, Eduard Bloch wrote:
 #include hallo.h
 * Stanislav Maslovski [Thu, Jan 11 2007, 10:01:11PM]:
  Package: cdrecord
  Version: 9:1.1.1-1
  Severity: normal
  
  
  Should you really be concerned about bad GUIs and introduce changes that
  break operation of good ones?
 
 Which are good? Which are bad? A good gui does say Version mismatch,
 continue? and continues. Or better checks the -help output for a
 feature list.
 
 A stupid GUI breaks on every simple change. And I am sick of fixing
 stuff for naive assumptions of others.
 
 Eduard.

Eduard, you are getting angry therefore you are wrong. My point is that
instead of introducing changes into the code of a _core_ utility, you should
better kick the maintainer of that wrong GUI in question who was not ready
for the transition to the new cdrecord tools and in favor of whom you have
done that change.

I have to note also that xcdroast worked fine with the new tools, until the
moment you got the idea of this 'clever' hack.

Another thing to note is that xcdroast has '-n' option that forbids any
version checks. This is an obvious workaround, however I would say that it
is yet another ugly thing that etch users will have to live with.

-- 
Stanislav


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



Bug#348437: About your bug: kdm auto-login causes keyboard failure on the Debian BTS

2007-01-14 Thread Justin Piszcz


On Sun, 14 Jan 2007, Ana Guerrero wrote:

 Hi,
 
 We (the Debian Qt/KDE team) are trying to update the bug status of some
 old bugs in the BTS.
 
 You filed the bug
  #348437 kdm auto-login causes keyboard failure
 some time ago, you can read the bug report at:
 http://bugs.debian.org/348437
 
 We are sorry if nobody responded when you filed the bug, KDE has gotten more 
 bugs
 in the past years than the maintainers could handle. We are trying to fix 
 this now,
 but we need your help. So please respond to this mail and tell us if:
 
 - you are still experiencing this bug (adding in what version)
 - the bug was already fixed, 
 - or if you have extra information on how reproduce this bug.
 
 --- 
 Thanks in advance,
   Ana Guerrero,
   on behalf of the Debian Qt/KDE team
 

Hmm I no longer remember, I switched to GDM and have not had a problem 
since and also migrated to a different machine since then, if you google 
the error/problem, you will find that other people also have the same 
problem, perhaps one of them is still experiencing it or has the same 
hardware to reproduce it.

Justin.



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



Bug#406803: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: mozilla-helix-player
Version: 1.0.8-1
Severity: minor

This package depends on mozilla-browser. However mozilla-browser is a
transitional package for switching to iceape. Please either remove the
dependency or replace it with one on iceape-browser (if it is
supported).
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406808: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: mozilla-imagezoom
Version: 0.2.7-7
Severity: minor

This package depends on mozilla-browser. However mozilla-browser is
a transitional package for switching to iceape.

Please either remove the dependency on mozilla-browser or replace it
with one on iceape-browser (if iceape is supported).
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#401550: mozilla-nukeimage lacks support for iceape-browser

2007-01-14 Thread Andreas Metzler
Replacing mozilla-browser | mozilla-browser-snapshot with
iceape-browser in debian/control would probably do the trick.
cu andreas


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



Bug#406806: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: mozilla-stumbleupon
Version: 2.8.3-1
Severity: minor

This package depends on mozilla-browser (= 2:1.5) | firefox (=
0.99+1.0RC1-3). However mozilla-browser is an transitional
package. Please depend on the real package like iceape-browser.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406804: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: mozilla-biofox
Version: 1.1.4-2
Severity: minor

This package depends on mozilla-browser. However mozilla-browser is a
transitional package for switching to iceape. Please remove this
dependency or replace it with one on iceape-browser if iceape-browser
is supported.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406807: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: webhttrack
Version: 3.40.4-3
Severity: minor

This package depends on mozilla-browser | www-browser for accessing
html pages. However mozilla-browser is an outdated transitional
package. Please depend on a real www-browser package like
iceape-browser.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406805: Depends on transitional mozilla-browser package

2007-01-14 Thread Andreas Metzler
Package: tilp
Version:  6.80-3
Severity: minor

This package depends on mozilla-browser | www-browser for accessing
the documentation. However mozilla-browser is an outdated transitional
package. Please depend on a real www-browser package like
iceape-browser.
cu andreas
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde
-- 
The 'Galactic Cleaning' policy undertaken by Emperor Zhark is a personal
vision of the emperor's, and its inclusion in this work does not constitute
tacit approval by the author or the publisher for any such projects,
howsoever undertaken.(c) Jasper Ffforde


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



Bug#406748: iceape-calendar: cannot start

2007-01-14 Thread Mike Hommey
On Sun, Jan 14, 2007 at 10:03:21AM +0100, A Mennucc [EMAIL PROTECTED] wrote:
 
 the situation:
 - iceape works fine in both my hosts
 - iceape-calendar works fine in my amd64 host
 - iceape-calendar does not work in my i386 
 
 so I thought, well, I could compare the two installs, and maybe
 track down the problem (as I did for 406689) but, no result
 
 - hypothesis : damaged install (as in 406689)
   I compared the two installs, no particular difference
   (no missing files, no extra files)
 - hypothesis :  damaged .mozilla dir
   I moved that away when testing iceape-calendar
 - hypothesis : some unknown package conflict
   I made sure I had all related packages
installed/not installed in the same way

Okay, I think I found the problem. The calendar.undo.key entity is
missing from the italian translation. If you run iceape with an english
locale, that may fix the issue.
I think I'm going to remove the translations, since they are only
available for calendar, and it's somewhat strange to have only a small
part of the whole suite being translated.
If localization packages come for iceape, I'll invite maintainers to add
calendar localization data there.

Mike


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



Bug#405597: please don't release open-cobol version 0.32-3 with etch

2007-01-14 Thread Bart Martens
Hi Debian-Release,

I have set the severity of bug 405597 to grave.  I suggest that you
remove open-cobol from testing and don't include open-cobol in the etch
release unless I get it fixed in time.

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405597

Thanks to Dennis Boone [EMAIL PROTECTED] for reporting this problem.

Regards,

Bart Martens



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


Bug#405597: please don't release open-cobol version 0.32-3 with etch

2007-01-14 Thread Marc 'HE' Brockschmidt
Bart Martens [EMAIL PROTECTED] writes:
 I have set the severity of bug 405597 to grave.  I suggest that you
 remove open-cobol from testing and don't include open-cobol in the etch
 release unless I get it fixed in time.

 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=405597

 Thanks to Dennis Boone [EMAIL PROTECTED] for reporting this problem.

Removal hint added.

Marc
-- 
BOFH #233:
TCP/IP UDP alarm threshold is set too low.


pgpRic4vQrQoE.pgp
Description: PGP signature


Bug#406810: xpdf-utils: pdftotext -layout incorrect output

2007-01-14 Thread Mathieu Malaterre
Package: xpdf-utils
Version: 3.01-9
Severity: normal


pdftotext is failing on page 411 of the following file:
ftp://medical.nema.org/medical/dicom/2007/07_03pu.pdf

pdftotext -layout -nopgbrk -f 411 -l 411 07_03pu.pdf page411.txt


Produce something like:
...
 Description of 
this phase of the Dynamic
Phase Description   (0054,0039)   3
 image.
...

instead of:

...
Phase Description   (0054,0039)   3 Description of 
this phase of the Dynamic
 image.
...

It would be nice if this was working.

thanks for this life saver tool !



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

Versions of packages xpdf-utils depends on:
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgcc1  1:4.1.1-19  GCC support library
ii  libpaper11.1.21  Library for handling paper charact
ii  libstdc++6   4.1.1-19The GNU Standard C++ Library v3
ii  xpdf-common  3.01-9  Portable Document Format (PDF) sui

xpdf-utils recommends no packages.

-- no debconf information


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



Bug#304330: Taking over iscsitarget packaging

2007-01-14 Thread Frederik Schueler
Hello,

please add me to the pkg-iscsi alioth group, I will take over Norberts
part and review the packaging and upload it.

Comaintainership is more than enough for me.

I already have a big patch. 

If you have lost interest, please delete the alioth project and I will
maintain this package in the kernel team svn.

you still have time until next friday.

Best regards
Frederik Schueler

-- 
ENOSIG


signature.asc
Description: Digital signature


Bug#406780: tomcat5: NullPointerException on loading FacesServlet (JSF)

2007-01-14 Thread Marcus Better
Can you reproduce it without a security manager?

Can you check if it works with tomcat5.5?

Marcus


pgpvRVIuQKzUE.pgp
Description: PGP signature


Bug#406811: svn-buildpackage -d doesn't work anymore

2007-01-14 Thread Loïc Minier
Package: svn-buildpackage
Version: 0.6.16
Severity: minor

Hi,

 When I want to check whether patches apply but don't want to install
 the build-deps (I build in pbuilder), I use svn-buildpackage -d; this
 worked until recently, but doesn't work anymore.  It seems
 svn-buildpackage doesn't pass the flag to debuild anymore.

 I have this in my .svn-buildpackage.conf:
svn-builder=debuild

   Bye,

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

Versions of packages svn-buildpackage depends on:
ii  devscripts  2.9.27   Scripts to make the life of a Debi
ii  file4.17-5   Determines file type using magic
ii  libsvn-perl 1.4.2dfsg1-2 Perl bindings for Subversion
ii  perl5.8.8-7  Larry Wall's Practical Extraction 
ii  subversion  1.4.2dfsg1-2 Advanced version control system
ii  wget1.10.2-2 retrieves files from the web

svn-buildpackage recommends no packages.

-- no debconf information

-- 
Loïc Minier [EMAIL PROTECTED]



Bug#406809: linux-image-2.6.18-3-k7: kernel hangs when acpi=off is specified

2007-01-14 Thread Andree Leidenfrost
Package: linux-image-2.6.18-3-k7
Version: 2.6.18-8
Severity: important

Dear kernel maintainers,

2.6.18-3-k7 hangs if 'apci=off' is specified as a boot parameter. The 
hanging occurs at different stages of the boot process, e.g.:

[...]
Begin: Running /scripts/init-premount...
FATAL: Error inserting fan 
(/lib/modules/2.6.18-3-k7/kernel/drivers/acpi/fan.ko)
: No such device
FATAL: Error inserting thermal 
(/lib/modules/2.6.18-3-k7/kernel/drivers/acpi/the
rmal.ko): No such device
_

or

[...]
Setting console screen modes and fonts.
Setting up general console font...

or

[...]
Synthesizing the initial hotplug events...done.
Waiting for /dev to be fully populated...

The issue does not occur with 2.6.17 or earlier nor with 2.6.18-3-486 
nor with 2.6.18-3-amd64 (i.e. on amd64).

I'm on the follwojg hardware:

Board: ASUS A8V Deluxe
BIOS:  Revision 1017
CPU:   Athlon64 X2 4800+

lspci gives:

00:00.0 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.1 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.2 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.3 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.4 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:00.7 Host bridge: VIA Technologies, Inc. K8T800Pro Host Bridge
00:01.0 PCI bridge: VIA Technologies, Inc. VT8237 PCI bridge 
[K8T800/K8T890 South]
00:07.0 FireWire (IEEE 1394): VIA Technologies, Inc. IEEE 1394 Host 
Controller (rev 80)
00:09.0 Network controller: RaLink RT2500 802.11g Cardbus/mini-PCI (rev 
01)
00:0a.0 Ethernet controller: Marvell Technology Group Ltd. 88E8001 
Gigabit Ethernet Controller (rev 13)
00:0f.0 RAID bus controller: VIA Technologies, Inc. VIA VT6420 SATA RAID 
Controller (rev 80)
00:0f.1 IDE interface: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE (rev 06)
00:10.0 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.1 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.2 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.3 USB Controller: VIA Technologies, Inc. VT82x UHCI USB 1.1 
Controller (rev 81)
00:10.4 USB Controller: VIA Technologies, Inc. USB 2.0 (rev 86)
00:11.0 ISA bridge: VIA Technologies, Inc. VT8237 ISA bridge 
[KT600/K8T800/K8T890 South]
00:11.5 Multimedia audio controller: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller (rev 60)
00:11.6 Communication controller: VIA Technologies, Inc. AC'97 Modem 
Controller (rev 80)
00:18.0 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
HyperTransport Technology Configuration
00:18.1 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Address Map
00:18.2 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
DRAM Controller
00:18.3 Host bridge: Advanced Micro Devices [AMD] K8 [Athlon64/Opteron] 
Miscellaneous Control
01:00.0 VGA compatible controller: ATI Technologies Inc RV350 AP [Radeon 
9600]
01:00.1 Display controller: ATI Technologies Inc RV350 AP [Radeon 9600] 
(Secondary)

#389931 (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=389931) might 
be related to this.

Please let me know if you need any more information or you want me to 
test anything.

Best regards  thanks a lot,
Andree



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages linux-image-2.6.18-3-k7 depends on:
ii  coreutils 5.97-5.2   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.11 Debian configuration management sy
ii  initramfs-tools [linux-initra 0.85e  tools for generating an initramfs
ii  module-init-tools 3.3-pre4-1 tools for managing Linux kernel mo

Versions of packages linux-image-2.6.18-3-k7 recommends:
ii  libc6-i686  2.3.6.ds1-10 GNU C Library: Shared libraries [i

-- debconf information:
  shared/kernel-image/really-run-bootloader: true
  linux-image-2.6.18-3-k7/postinst/depmod-error-initrd-2.6.18-3-k7: false
  linux-image-2.6.18-3-k7/postinst/old-system-map-link-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/postinst/old-initrd-link-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/postinst/depmod-error-2.6.18-3-k7: false
  linux-image-2.6.18-3-k7/postinst/kimage-is-a-directory:
  linux-image-2.6.18-3-k7/prerm/removing-running-kernel-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/postinst/bootloader-error-2.6.18-3-k7:
  linux-image-2.6.18-3-k7/preinst/elilo-initrd-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/postinst/old-dir-initrd-link-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/preinst/overwriting-modules-2.6.18-3-k7: true
  linux-image-2.6.18-3-k7/preinst/lilo-has-ramdisk:
  

Bug#406772: iceweasel: Sometimes crashes when moving or resizing in KDE

2007-01-14 Thread Mike Hommey
On Sun, Jan 14, 2007 at 09:43:53AM +0100, Torquil Macdonald Sørensen [EMAIL 
PROTECTED] wrote:
 Eric Dorland wrote:
 tags 406772 unreproducible moreinfo 
 thanks
 
 * Torquil Macdonald S?rensen ([EMAIL PROTECTED]) wrote:
 Package: iceweasel
 Version: 2.0.0.1+dfsg-1
 Severity: normal
 
 Hello,
 
 This is a problem common to iceweasel and icedove. Sometimes when I
 resize or move the iceweasel window, the application disappears. Upon
 starting iceweasel again, the dialog asking to restore the last
 session appears. I am using the KDE desktop.
 
 It only happens sometimes? Any idea if there's a common thread between
 the crashes? Same set of pages? A certain page? 
 
 
 No, sorry. As far as I know now it is completely random. It is not on a 
 certain page, and it happens both when using one tab and with several 
 tabs. And it happens with icedove as well. But if I notice some common 
 thread I will make sure to report it.

It would be a good approach to install iceweasel-dbg, attach your
iceweasel process with gdb (either with gdb -p pid or by launching
iceweasel -g) and get a backtrace when iceweasel dies.

Another approach would be to set ulimit -c so that the crash dumps a
core.

Mike



Bug#220184: xserver-xfree86: Touchpad Device Doesn't Work

2007-01-14 Thread Brice Goglin
Hi,

About 3 years ago, you reported (or replied to) a bug in the Debian BTS
regarding a touchpad device not working. Did any of you guys reproduce
this problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#406812: xine-ui: unable to use in console, crashes

2007-01-14 Thread Sam Hocevar (Debian packages)
Package: xine-ui
Version: 0.99.4+dfsg+cvs2006-1
Severity: important

   I am trying to do the following with xine:
- run without opening an X11 window
- play an audio file that was given as argument
- don't output any sound but decode the file nonetheless (optional)
- quit when it is done

   I first tried the following flags:

  -g, --hide-gui   hide GUI (panel, etc.)
  -I, --no-gui disable GUI
  -H, --hide-video hide video window
  --no-splash  Don't display the splash screen.
  -p, --auto-play [opt]Play on start. Can be followed by:
'q': quit when play is done.

   Eg. xine -g -I -H --no-splash file.ogg -pq

   But xine opens a window nonetheless. Setting DISPLAY to  or unsetting
that variable results in Cannot open display and xine doesn't run.

   Adding -V null does not change anything to the behaviour. Adding
-V none doesn't either.

   Adding -A null causes the following message:

% xine -A null -g -I -H --no-splash file.ogg -pq
This is xine (X11 gui) - a free video player v0.99.5cvs.
(c) 2000-2006 The xine Team.
xiTK received SIGSEGV signal, RIP.
aborted
%

   Adding -A none seems to work (though it segfaulted at least twice
during my tests) but there is still that GUI window.

   All tests were done after removing ~/.xine, just in case.

-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (50, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.19.1
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)

Versions of packages xine-ui depends on:
ii  libc62.3.6.ds1-10GNU C Library: Shared libraries
ii  libcaca0 0.99.beta11.debian-2colour ASCII art library
ii  libcomer 1.39+1.40-WIP-2006.11.14+dfsg-1 common error description library
ii  libcucul 0.99.beta11.debian-2low-level Unicode character drawin
ii  libcurl3 7.15.5-1Multi-protocol file transfer libra
ii  libfontc 2.4.2-1 generic font configuration library
ii  libgnutl 1.4.4-3 the GNU TLS library - runtime libr
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libkrb53 1.4.4-5 MIT Kerberos runtime libraries
ii  libncurs 5.5-5   Shared libraries for terminal hand
ii  libpng12 1.2.15~beta5-1  PNG library - runtime
ii  libreadl 5.2-2   GNU readline and history libraries
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxine1 1.1.2+dfsg-2the xine video/media player librar
ii  libxiner 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxtst6 1:1.0.1-5   X11 Testing -- Resource extension 
ii  libxv1   1:1.0.2-1   X11 Video extension library
ii  libxxf86 1:1.0.1-2   X11 XFree86 video mode extension l
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages xine-ui recommends:
ii  libaa11.4p5-30   ascii art library

-- no debconf information


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



Bug#220511: xserver-xfree86: PCI database doesn't recognize Trident 0x2100

2007-01-14 Thread Brice Goglin
Hi Martin,

About 3 years ago, you reported a bug to the Debian BTS regarding a
Trident 0x2100 board not being recognized by X. Did you reproduce this
problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#220876: #220876,deb sid ppc X crash on iBook

2007-01-14 Thread Brice Goglin
Hi Rob,

About 3 years ago, you reported a bug to the Debian BTS regarding a
crash of the X server on iBook. Did you reproduce this problem recently?
If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#381088: bcm43xx-fwcutter: possible ultimate fix for this recurrent bug

2007-01-14 Thread Leonardo
Package: bcm43xx-fwcutter
Version: 1:005-2
Followup-For: Bug #381088

dpkg try to download firmware, without asking anything.
after 437 kb it stop with an error.
since it is very likely that many people have one of the files to retrieve
on their machine (as i do, that use ndiswrapper on a previous version of
kernel) it would be useful:
  a. present a list of url from where to retrieve
  b. allow also to enter a personalize uri
  c. allow also to specify a local file
  d. allow the choice to skip he passage and use fwcutter on the old way.
  this would allow to continue the installation even in caso of transfer
  problems.

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

Versions of packages bcm43xx-fwcutter depends on:
ii  debconf [debconf-2.0]1.5.11  Debian configuration management sy
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries

Versions of packages bcm43xx-fwcutter recommends:
ii  curl  7.15.5-1   Get a file from an HTTP, HTTPS, FT
ii  wget  1.10.2-2   retrieves files from the web

-- debconf information:
* bcm43xx-fwcutter/cut_firmware: true


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



Bug#406813: installation-report: Installation mostly went well. Mostly.

2007-01-14 Thread Jonas Koelker
Package: installation-reports
Version: 2.23
Severity: wishlist

The installation mostly went well.  Mostly.  In the first attempt, I
selected the danish dkuug mirror.  The UI went unresponsive at 40% of
the [downloading a couple of `Release' files] step (it said wget
$mirror/$path/Release in the syslog).  In my impatience, I killed off
wget and select-mirror (did I get the name right?).  I'd suggest
making the ui provide more feedback (waiting for dkuug to start
sending data, connection time out, retrying), and giving the user
the option of cancelling the download and choosing a different mirror,
at any time in the download process.

I would also suggest (i.e. like to have) some way of verifying that
what I think I'm inputting (based on keyboard layout selection) is
what I'm actually inputting (based on on-display feedback) when I'm
typing my password(s).  i can think of two ways to implement this:
either make an input test text field next to the password input
field, or make a show passwords in the clear checkbox.

Back to my story: the second attempted install went fine.  When I
rebooted, grub gave an error 22.  I previously had grub on my [br]oot
disk (hdb, /, bootable), but before the installer I repartitioned and
created a new type of file system (reiserfs became ext3).  I had the
installation media on my other disk (hda, /home, unbootable); I booted
the installer with a grub that was stored on a floppy disk.

What I think has happened is that the installer installed grub on hda
instead of hdb due to device.map saying that's the first disk.  I
seem to recall that the device.map I had used previously didn't do the
obvious thing, and so I'm not disappointed in grub getting it wrong
(if that is the case).  However, the installer might want to give
hints to grub as to where to install; the installer might consider
that hdb was bootable and remains so and that hda was unbootable and
remains unchanged.

It is of course possible that the installer fux0red the installation
of grub.  I'm not sure how to test for that; if you want me to
investigate, let me know.

This is my installation media:
http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/vmlinuz
http://ftp.debian.org/debian/dists/testing/main/installer-i386/current/images/hd-media/initrd.gz
http://cdimage.debian.org/cdimage/weekly-builds/i386/bt-cd/debian-testing-i386-CD-1.iso.torrent

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (500, 'stable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-686
Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=ISO-8859-1) (ignored: 
LC_ALL set to en_GB.ISO-8859-1)

installation-report depends on no packages.

Versions of packages installation-report recommends:
ii  pciutils  1:2.2.4~pre4-1 Linux PCI Utilities
ii  reportbug 3.31   reports bugs in the Debian distrib

-- no debconf information



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



Bug#326625: About your bug: kdebase: kdm_greet takes a long time to run due to out-of-date font-cache on the Debian BTS

2007-01-14 Thread Arthur Marsh



Ana Guerrero wrote, On 14/01/07 19:45:

Hi,

We (the Debian Qt/KDE team) are trying to update the bug status of some
old bugs in the BTS.

You filed the bug
 #326625 kdebase: kdm_greet takes a long time to run due to out-of-date 
font-cache
some time ago, you can read the bug report at:
http://bugs.debian.org/326625

We are sorry if nobody responded when you filed the bug, KDE has gotten more 
bugs
in the past years than the maintainers could handle. We are trying to fix this 
now,
but we need your help. So please respond to this mail and tell us if:

- you are still experiencing this bug (adding in what version)
- the bug was already fixed, 
- or if you have extra information on how reproduce this bug.


I have found that when upgrading a truetype font, occasionally fc-cache 
does not get run by the update process. (Today I experienced a full 
regeneration of my font cache after each of several font packages were 
updated, fc-cache -f, but that's a different bug).


kdm_greet used to take a long time to start up unless I'd previously run 
fc-cache. Perhaps kdm_greet needs to detect a stale font cache on 
start-up and call fc-cache (without the -f option) if needed, rather 
than whatever was taking so long? fc-cache without the -f option only 
takes 5 seconds of actual time to run when the font cache is up-to-date 
on my PII-266 with 270 Megabytes in /usr/share/fonts/*.


I have not tried to reproduce this bug recently, instead preferring to 
run fc-cache after every update that may involve fonts.


Regards,

Arthur.



--- 
Thanks in advance,

  Ana Guerrero,
  on behalf of the Debian Qt/KDE team




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



Bug#221570: xserver-xfree86: [debconf] monitor/mode-list can be used to choose a mode not in display/modes's default list

2007-01-14 Thread Brice Goglin
Hi Joe,

About 3 years ago, you reported a bug to the Debian BTS regarding the
choice of display/mode in X/debconf. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#406592: Acknowledgement (..dpkg --unpack takes forever to fail)

2007-01-14 Thread Arnt Karlsen
On Thu, 11 Jan 2007 20:48:08 -0800, Debian wrote in message 
[EMAIL PROTECTED]:

 Your message has been sent to the package maintainer(s):
  Dpkg Developers [EMAIL PROTECTED]
 
 If you wish to submit further information on your problem, please send
 it to [EMAIL PROTECTED] (and *not* to
 [EMAIL PROTECTED]).
 
 If you have filed this report in error and wish to close it, please
 send mail to [EMAIL PROTECTED] with an explanation
 why the bug report should be closed.

..I have dpkg --unpack going ok now, it appears it worked ok even if it
swapped crazily, I had X eat over 600MB off 384MB ram and 1.5GB of 
syrup speed swap.

-- 
..med vennlig hilsen = with Kind Regards from Arnt... ;o)
...with a number of polar bear hunters in his ancestry...
  Scenarios always come in sets of three: 
  best case, worst case, and just in case.



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



Bug#406815: jedstate: jed doesn't read scripts inside /etc/jed-init.d/

2007-01-14 Thread Martin Reising
Package: jedstate
Version: 0.5.4-6
Severity: important



-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-k7
Locale: LANG=C, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages jedstate depends on:
ii  jed-common   0.99.18-6   S-Lang runtime files for jed and x
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libgdbm3 1.8.3-3 GNU dbm database routines (runtime

jedstate recommends no packages.

-- no debconf information

Since 0.99.18-2 jed uses startup script inside /etc/jed.d/ instead of
/etc/jed-init.d/. So 99jedstate_hook.sl should be moved into
/etc/jed.d/ and /etc/jed-init.d/ should be removed if empty.


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



Bug#406814: please check your entropy generator

2007-01-14 Thread Stephane Leclerc
Package: mailscanner
Version: 4.57.6-1
Severity: normal


Hi!

I upgraded to 4.57.6-1 and converted spool directories to the new _outgoing
scheme. The server is using Etch uptodate.

Now, I received each morning this message:

/var/spool/exim4_outgoing/gnutls-params on [host] is older than 14 days,
please check your entropy generator

I've not yet looked at this but I didn't have this with the previous
4.55.10-3 version of Mailscanner.

Cheers,

Stephane




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



Bug#406795: [Pkg-xfce-devel] Bug#406795: use same font for xfce4-terminal when using xfce as when using gnome

2007-01-14 Thread Yves-Alexis Perez
On sam, 2007-01-13 at 23:58 -0500, Michael Gilbert wrote:
 this is a request for xfce4-terminal to use the same pretty font when
 using
 either gnome or xfce as the desktop environment.  since this is
 already the 
 default behavior under gnome, hopefully this will be an easy bug to
 address. 

Hmh, as far as I know, xfce4-terminal configuration doesn't depend on
the environment. Check under both in the preferences that it uses the
same font, but it should be. You may want to check under Xfce the font
settings (especially antialiasing etc.) in the settings manager, user
interface.

Regards,
-- 
Yves-Alexis



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



Bug#354231: partially reopened bug

2007-01-14 Thread Leonardo Boselli
I told you that it worked fine ...
no, i just tested the most common options:
DMA, that was the most annoying bug is now fixed, 
but cpufreqd is not yet workinking ... and neither powernowd-k8 (this let
me suppose that i recompiled something in an optimized mode ...)




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



Bug#406816: libghc6-missingpy-dev: not installable (wants missingh-0.16, but missingh-0.18 is in unstable)

2007-01-14 Thread Meik Hellmund
Package: libghc6-missingpy-dev
Version: 0.8.9.1
Severity: grave
Justification: renders package unusable

iapt-get install  libghc6-missingpy-dev
Reading package lists... Done
Building dependency tree... Done
Suggested packages:
  python-gdbm
The following NEW packages will be installed:
  libghc6-missingpy-dev
0 upgraded, 1 newly installed, 0 to remove and 1 not upgraded.
Need to get 140kB of archives.
After unpacking 758kB of additional disk space will be used.
Get:1 http://ftp.de.debian.org sid/main libghc6-missingpy-dev 0.8.9.1 [140kB]
Fetched 140kB in 0s (146kB/s)
Selecting previously deselected package libghc6-missingpy-dev.
(Reading database ... 290008 files and directories currently installed.)
Unpacking libghc6-missingpy-dev (from 
.../libghc6-missingpy-dev_0.8.9.1_i386.deb) ...
Setting up libghc6-missingpy-dev (0.8.9.1) ...
Reading package info from stdin ... done.
ghc-pkg: dependency MissingH-0.16.0 doesn't exist (use --force to override)
dpkg: error processing libghc6-missingpy-dev (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 libghc6-missingpy-dev


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

Versions of packages libghc6-missingpy-dev depends on:
ii  ghc6  6.6-3  GHC - the Glasgow Haskell Compilat
ii  libghc6-missingh-dev  0.18.0 Library of utility functions for H
ii  python-dev2.4.4-2Header files and a static library

libghc6-missingpy-dev recommends no packages.

-- no debconf information


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



Bug#406685: initscripts: RAMRUN, RAMLOCK vars/opts are undocumented

2007-01-14 Thread Petter Reinholdtsen
[Paolo]
 no, this was a freshly netinstall'd notebook, kept in sync with Etch
 once a week at min. While I can't recall all opts taken in all
 steps, I'm sure I didn't go too fancy - I'm not used to mount even
 /tmp as tmpfs - but the result currently I have is:

Very strange.  What is the content of your /etc/default/rcS and
/usr/share/initscripts/default.rcS ?  All should list 'no' as the
setting for these options.

 anyway, whether an install glitch or just me falling asleep on
 intall/ config, is a secondary point, main one is that RAMRUN - ie
 /var/run on tmpfs - and perhaps others, doesn't look like an
 acceptable option in Etch current, as too many pkgs don't expect
 volatile dirs under /var/run hence fail on (re)boot.

Well, mounting /var/run/ and /var/lock/ as tmpfs has been expected to
work in Debian for a long time, and the packages failing to handle it
are broken.  But not many people have added these mount points to
/etc/fstab, and thus bugs in many packages have been undetected.

 Respective maintainers seems quite reluctant to address that by
 hacking their init.d/ scripts. Case in point was clamav-daemon,
 which didn't start on boot, expecting /var/run/clamav/ to be already
 there. Same for virus-DB updater freshclam.

Well, these packages need to fix their init.d scripts.

Having /var/run/ and /var/lock/ (as well as /tmp/) on tmpfs is a big
advantage for laptops running on batteries, as well as stateless
workstations and diskless thin clients, and all of these
configurations need to be properly supported in Debian.

The RAMRUN and RAMLOCK options are disabled by default because some
packages will break if it is enabled, but provided as an option for
the sysadmins interested in using them to increase the lifetime of
their laptops or interested in running diskless machines.  These
sysadmins will for now have to verify that all the packages they are
using are able to cope with the options, but I hope in the future we
can enable it by default for laptops and ltsp clients.

Friendly,
-- 
Petter Reinholdtsen


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



Bug#406817: sfdisk: misleading description of input format in man page

2007-01-14 Thread Andre Majorel
Package: util-linux
Version: 2.12r-15
Severity: normal

The sfdisk(8) man page reads, in the INPUT FORMAT section,

Fields are separated by whitespace, or comma or semicolon
possibly followed  by whitespace; initial and trailing
whitespace is ignored.

There are several problems with this sentence :

1. separated by whitespace is misleading. It can and will be
   understood to mean that fields are separated by a run of one or
   more white space characters. This is not the case. There can be
   exactly one white space character between fields.

2. separated by whitespace is inaccurate. Examination of the
   source reveals that lines are split on space or HT, not isspace().

3. possibly followed by whitespace is inaccurate. sfdisk sees , 
as two field separators, not one.

Suggested short-term fix : rewrite the sentence as :

Fields are separated by a single space, tab, comma or semicolon.

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

Versions of packages util-linux depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for terminal hand
ii  libslang2 2.0.6-4The S-Lang programming library - r
ii  libuuid1  1.34+1.35-WIP-2003.08.21-3 Universally unique id library
ii  lsb-base  3.1-15 Linux Standard Base 3.1 init scrip
ii  tzdata2006l-1Time Zone and Daylight Saving Time
ii  zlib1g1:1.2.3-13 compression library - runtime

util-linux recommends no packages.

-- no debconf information

-- 
André Majorel http://www.teaser.fr/~amajorel/
Plusieurs grandes marques de spambots recommandent bugs.debian.org.



Bug#223929: xserver-xfree86: [debconf] should howl when dpkg-reconfigure used if files won't be written

2007-01-14 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding
dpkg-reconfigure not writing X config files. Did you reproduce this
problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#222831: dead keyboard under X

2007-01-14 Thread Brice Goglin
Hi,

About 3 years ago, you reported (or replied to) a bug in the Debian BTS
regarding the keyboard not working in X unless vt7 was added to the config.
Did any of you guys reproduce this problem recently? If not, I will
close this bug in the next weeks.

Thanks,
Brice



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



Bug#218615: xserver-xfree86: Crash in Return To Castle Wolfenstein causes mouse pointer to hang.

2007-01-14 Thread Friedrich Delgado Friedrichs
Hi!

Brice Goglin schrieb:
 About 3 years ago, you reported a bug to the Debian BTS regarding a
 crash of Return To Castle Wolfenstein, causing the mouse pointer to
 hang. Did you reproduce this problem recently? If not, I will close this
 bug in the next weeks.
---Zitatende---

Yes I did. Different architecture (athlon 64 now) and nvidia again and
Xorg instead of XFree86, quake4-demo (for example, or quake3) when
killed, produces the same result. If it's interesting, I can post the
details.

Kind regards
 FDF
-- 
Friedrich Delgado Friedrichs [EMAIL PROTECTED]
Vaßmerstraße 3 +49-4161/651844
21614 Buxtehude   TauPan on Ircnet and Freenode ;)


signature.asc
Description: Digital signature


Bug#377170: FTBFS with GCC 4.2: C/C++ linkage declarations conflict

2007-01-14 Thread Martin Michlmayr
* Steffen Joeris [EMAIL PROTECTED] [2007-01-14 01:31]:
 problem, though this is the first time when I investigated here. Can you 
 maybe confirm that it works for you as well?

Yes, 0.22.0-1 has fixed this particular issue.

Now I get the following but I'm not sure what this is caused by:

/usr/lib/gcc-snapshot/bin/g++ -g -O2 -o .libs/gpsim -I/usr/include/gtk-1.2 
-I/usr/include/glib-1.2 -I/usr/lib/glib/include main.o -pthread  
../src/.libs/libgpsim.so 
-L/home/tbm/tmp/gcc/gcc-20060918-r117033/x86_64-unknown-linux-gnu/libstdc++-v3/src
 
-L/home/tbm/tmp/gcc/gcc-20060918-r117033/x86_64-unknown-linux-gnu/libstdc++-v3/src/.libs
 -L/home/tbm/tmp/gcc/gcc-20060918-r117033/./gcc 
-L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.0 
-L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.0/../../../../lib64 
-L/usr/local/lib/gcc/x86_64-unknown-linux-gnu/4.2.0/../../.. 
../cli/.libs/libgpsimcli.so ../gui/.libs/libgpsimgui.so 
../eXdbm/.libs/libgpsim_eXdbm.so /usr/local/lib/../lib64/libstdc++.so 
-L/lib/../lib64 -L/usr/lib/../lib64 -lc -lgcc_s /usr/lib/libgthread-2.0.so 
-lpthread /usr/lib/libgtkextra-x11-2.0.so /usr/lib/libgtk-x11-2.0.so 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so 
/usr/lib/libpangocairo-1.0.so -lXext -lXinerama -lXi -lXrandr -lXcursor 
-lXfixes /usr/lib/libpango-1.0.so /usr/lib/libcairo.so /usr/lib/libfreetype.so 
-lz -lfontconfig -lpng12 -lXrender -lm -lX11 /usr/lib/libgobject-2.0.so 
/usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -lrt -lreadline 
/usr/lib/libpopt.so -Wl,--rpath -Wl,/usr/lib -Wl,--rpath 
-Wl,/usr/local/lib/../lib64
main.o: In function `operator std::char_traitschar ':
/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/../../../../include/c++/4.2.0/ostream:556:
 undefined reference to `std::basic_ostreamchar, std::char_traitschar 
::_M_insert(char const*, long)'
/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/../../../../include/c++/4.2.0/ostream:556:
 undefined reference to `std::basic_ostreamchar, std::char_traitschar 
::_M_insert(char const*, long)'
main.o: In function `operator std::char_traitschar ':
/home/tbm/src/gpsim-0.22.0/gpsim/main.cc:341: undefined reference to 
`std::basic_ostreamchar, std::char_traitschar ::_M_insert(char const*, 
long)'
main.o: In function `operator std::char_traitschar ':
/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/../../../../include/c++/4.2.0/ostream:556:
 undefined reference to `std::basic_ostreamchar, std::char_traitschar 
::_M_insert(char const*, long)'
/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/../../../../include/c++/4.2.0/ostream:556:
 undefined reference to `std::basic_ostreamchar, std::char_traitschar 
::_M_insert(char const*, long)'
main.o:/usr/lib/gcc-snapshot/lib/gcc/x86_64-linux-gnu/4.2.0/../../../../include/c++/4.2.0/ostream:140:
 more undefined references to `std::basic_ostreamchar, std::char_traitschar 
::_M_insert(char const*, long)' follow
collect2: ld returned 1 exit status

-- 
Martin Michlmayr
http://www.cyrius.com/



Bug#225722: X not working on a RagePro Turbo AGP AMC

2007-01-14 Thread Brice Goglin
Hi Xeno,

About 3 years ago, you reported a bug to the Debian BTS regarding X not
working on a RagePro Turbo AGP AMC board. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#405750: colordiff: plain class includes both context lines and extra-patch lines

2007-01-14 Thread Yann Dirson
On Sat, Jan 13, 2007 at 07:01:00PM +, Dave Ewart wrote:
 On Friday, 05.01.2007 at 22:19 +0100, Yann Dirson wrote:
 
  It would be very useful to allow coloring extra-patch lines, such as
  the Only in ... lines generated by diff.  They are currently not
  distinguished from the context lines that do belong to the patch.
  
  I would think plain should be dropped in favor of context and
  extra or something similar.
 
 Seems like a reasonable idea.  I'll try to include something along these
 lines during the next round of development.

Great, thanks.

Thinking twice, I realized that Only in ... lines could indeed be in
a different category than extra lines - the latter could be more
suitable for email text around a diff, or junk between hunks.  Maybe
unknown would be a better name than extra.
Not sure about a category name for Only in ..., though.

Best regards,
-- 
Yann.


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



Bug#406818: txt2html: support UTF-8

2007-01-14 Thread Dan Jacobson
Package: txt2html
Version: 2.44-3
Severity: wishlist

Is there anyway to get this package to not mangle UTF-8? -8 doesn't help.


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



Bug#305668: Reopening #305668

2007-01-14 Thread Rafael Laboissiere
package jed
found 305668 0.99.18-8
thanks

The patches fix-pymode-tab-space.dpatch and pymode-repeat-shift.dpatch were
dropped for release 0.99.18-8.  There is currently discussion about the
former in [EMAIL PROTECTED] [1] and consensus is not yet reached.
Release 0.99.18-8 was made in order to get the new l10n of the debconf
question into etch, as required recently by Javier Fernández-Sanguino Peña
in [EMAIL PROTECTED] [2].  We will reintroduce these patches in the next release
of the package.


-- 
Rafael

[1] 
http://lists.alioth.debian.org/pipermail/pkg-jed-devel/2007-January/000994.html
[2] http://lists.debian.org/debian-devel-announce/2007/01/msg2.html



Bug#229072: xserver-xfree86: 82845G/GL: No devices detected

2007-01-14 Thread Brice Goglin
Hi,

About 3 years ago, you reported a bug to the Debian BTS regarding a
Intel 82845G/GL not being supported by the X server. Did you reproduce
this problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#226180: xserver-xfree86: [debconf] readline frontend requires explicit default answers for every question

2007-01-14 Thread Brice Goglin
Hi Joey,

About 3 years ago, you reported a bug to the Debian BTS regarding
missing default answers for X configuration questions. Did you reproduce
this problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#405997: should executables be permitted to update themselves?

2007-01-14 Thread Linas Žvirblis
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Michael Gilbert wrote:

 is there a policy on whether an executable is permitted to update
 itself?

Not sure about The Policy, but I can see a lot of reasons why this
should not be done:

 1. The md5 sums will not match anymore, so one cannot
verify the integrity of the file.
 2. The actual version of application will be different
from the one reported by apt, so future upgrades may
actually downgrade the application.
 3. Version information in bug reports may be wrong.
 4. The upstream build may not work because of mismatched
dependencies.
 5. The upstream build may introduce bugs.
 6. The upstream build may not be DFSG free.
 7. Etc. etc...

Sounds like reinventing the wheel, only the wheel is now square. Do not
do this, please.

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

iD8DBQFFqhCLztOe9mov/y4RAsVtAKCeruq2iYKoQCZfE37xzEYMIHLPSgCeJ+3l
fmbE29MxAyy0pI7mVLiaa9s=
=0cIO
-END PGP SIGNATURE-


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



Bug#406821: blktrace: FTBFS on mips (was: Re: Log for failed build of blktrace_0~git-20061221162513-2 (dist=experimental))

2007-01-14 Thread Martin Zobel-Helas
Package: blktrace
Severity: serious
Version: 0~git-20061221162513-2
Tags: experimental


 Automatic build of blktrace_0~git-20061221162513-2 on sigrun by sbuild/mips 79
 Build started at 20070114-1152
 **
[...]
 cd build/  make CFLAGS=-Wall -Wshadow -g  -O2 all docs 
 make[1]: Entering directory 
 `/build/buildd/blktrace-0~git-20061221162513/build'
 gcc -o blkparse.o -c -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 blkparse.c
 gcc -o blkparse_fmt.o -c -Wall -Wshadow -g  -O2 -D_GNU_SOURCE 
 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 blkparse_fmt.c
 gcc -o rbtree.o -c -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 rbtree.c
 gcc -o act_mask.o -c -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 act_mask.c
 gcc -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 -o blkparse blkparse.o blkparse_fmt.o rbtree.o 
 act_mask.o
 gcc -o blktrace.o -c -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 blktrace.c
 blktrace.c: In function 'subbuf_fifo_dequeue':
 blktrace.c:521: warning: implicit declaration of function 'wmb'
 gcc -Wall -Wshadow -g  -O2 -D_GNU_SOURCE -D_LARGEFILE_SOURCE 
 -D_FILE_OFFSET_BITS=64 -o blktrace blktrace.o act_mask.o -lpthread
 blktrace.o: In function `subbuf_fifo_queue':
 /build/buildd/blktrace-0~git-20061221162513/build/blktrace.c:537: undefined 
 reference to `wmb'
 blktrace.o: In function `subbuf_fifo_dequeue':
 /build/buildd/blktrace-0~git-20061221162513/build/blktrace.c:521: undefined 
 reference to `wmb'
 collect2: ld returned 1 exit status
 make[1]: *** [blktrace] Error 1
 make[1]: Leaving directory `/build/buildd/blktrace-0~git-20061221162513/build'
 make: *** [build-stamp] Error 2
 **
 Build finished at 20070114-1207
 FAILED [dpkg-buildpackage died]


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



Bug#218603: closed by Thomas Bushnell BSG [EMAIL PROTECTED] (Re: Bug#218603: resolution upstream: invalid)

2007-01-14 Thread Mark Brown
On Sat, Jan 13, 2007 at 08:18:04PM -0800, Debian Bug Tracking System wrote:
 On Sat, 2007-01-13 at 22:54 -0500, Josh Sled wrote:

  These are the standard terms used for these columns in a general ledger,
  which is the register view used for the template transaction editing.

   - http://bugzilla.gnome.org/show_bug.cgi?id=339002

 Thanks Josh.

 As noted, this is not a bug.

I disagree strongly.  The fact that the developers have chosen to use a
particular register view for the scheduled transaction editor explains
why the scheduled transaction editor has these column headings but that
doesn't address the usability problem I was reporting.  Even if there is
something forcing that particular view I would hope it would be possible
to do something in the surrounding dialog to clarify what is going on.

Please reopen this bug.

-- 
You grabbed my hand and we fell into it, like a daydream - or a fever.


signature.asc
Description: Digital signature


Bug#406820: URL in copyright non-functional

2007-01-14 Thread Matthias Klose
Package: file
Version: 4.17-5

should be ftp://ftp.gw.com/mirrors/pub/unix/file/


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



Bug#224637: incorrect HorizSync used for NEC LCD1700M+NEC

2007-01-14 Thread Brice Goglin
Hi Dan,

About 3 years ago, you reported a bug to the Debian BTS regarding
incorrect HorizSync on a NEC LCD1700M. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#226365: xserver-xfree86: [debconf] ask monitor/selection-method at medium priority, and make the default answer medium

2007-01-14 Thread Brice Goglin
Hi Joey,

About 3 years ago, you reported a bug to the Debian BTS regarding the
debconf priority of monitor/selection-method in X configuration. Did you
reproduce this problem recently? If not, I will close this bug in the
next weeks.

Thanks,
Brice



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



Bug#226623: xserver-xfree86: [ati/radeon] XVideo inoperative on Radeon Mobility M6 LY rev 0

2007-01-14 Thread Brice Goglin
Hi,

About 2 years ago, you reported (or replied to) a bug in the Debian BTS
regarding XVideo not working on Radeon boards. Did any of you guys
reproduce this problem recently? If not, I will close this bug in the
next weeks.

Thanks,
Brice



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



Bug#406819: lynx-cur: don't ignore textarea tag

2007-01-14 Thread Dan Jacobson
Package: lynx-cur
Version: 2.8.6pre4-1
Severity: normal

Lynx, in contrast to w3m, totally ignored
textarea name='wpTextbox1' id='wpTextbox1' cols='80' rows='25' 
readonly='readonly'


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



Bug#218615: xserver-xfree86: Crash in Return To Castle Wolfenstein causes mouse pointer to hang.

2007-01-14 Thread Brice Goglin
Friedrich Delgado Friedrichs wrote:
 Yes I did. Different architecture (athlon 64 now) and nvidia again and
 Xorg instead of XFree86, quake4-demo (for example, or quake3) when
 killed, produces the same result. If it's interesting, I can post the
 details.
   

Sure, post everything interesting you'll find :)

Brice



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



Bug#228823: xserver-xfree86: [i810] i815 Xv non fonctional with LCD screens (cf #131602)

2007-01-14 Thread Brice Goglin
Hi Gael,

About 3 years ago, you reported a bug to the Debian BTS regarding Xv not
working on LCD screens with a i810 board. Did you reproduce this problem
recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#228898: xserver-xfree86: kernel: mtrr: no more MTRR's available

2007-01-14 Thread Brice Goglin
Hi,

About 3 years ago, you reported (or replied to) a bug in the Debian BTS
regarding no MTRR being available. Did any of you guys reproduce this
problem recently? If not, I will close this bug in the next weeks.

Thanks,
Brice



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



Bug#406744: linux-kernel-headers: __always_inline not defined outside __KERNEL__

2007-01-14 Thread Bas Zoetekouw
Hi Daniel!

You wrote:

  When including asm/system.h (I need a definition of wmb()), I'm
 
 Don't do that.
 
 The sanitized kernel headers (make headers_install, in 2.6.19 and
 later) do not even install asm/system.h.  That is a strong sign
 you shouldn't be using it from userspace.
 
 I expect the header will go away in a future Debian version.

Hmm, ok, I wasn't aware of that.  Could you please add a #warning to
that effect in the header?

-- 
Kind regards,
++
| Bas Zoetekouw  | GPG key: 0644fab7 |
|| Fingerprint: c1f5 f24c d514 3fec 8bf6 |
| [EMAIL PROTECTED], [EMAIL PROTECTED] |  a2b1 2bae e41f 0644 fab7 |
++ 


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



Bug#406378: gnucash bug #406378

2007-01-14 Thread Steve Langasek
On Sun, Jan 14, 2007 at 03:55:45AM -0800, Steve Langasek wrote:
 On Sat, Jan 13, 2007 at 09:26:13PM -0800, Thomas Bushnell BSG wrote:
  Hi Steve; you were very helpful with the last alpha bug reported by this
  submitter; I'm wondering if you can give it a little attention.  I don't
  have easy access to an alpha to reproduce the problem.

 Please ask upstream where they got the idea that g_type_register_static()
 returned a guint, or that it was otherwise ok to cast its GType return type
 to a guint.  Years of debugging crashing gtk+ programs on alpha, and it's
 always the same thing -- somehow, GTK programmers are consistently getting
 bad information about how to use gobject, and I want to know where it's
 coming from so I can lart the people responsible.

 Attached is a partial patch which fixes the bug responsible for the
 *current* crasher bug on alpha.  Searching the code, there are several more
 instances of this type abuse that will also need to be cleaned up if we want
 things like searching to not crash.  I'll follow up with a full patch soon.

Sigh, now really attached.

Cheers,
-- 
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/
diff -u gnucash-2.0.2/debian/changelog gnucash-2.0.2/debian/changelog
--- gnucash-2.0.2/debian/changelog
+++ gnucash-2.0.2/debian/changelog
@@ -1,3 +1,10 @@
+gnucash (2.0.2-2.2) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * For the 800th time, GType != int.  Closes: #406378.
+
+ -- Steve Langasek [EMAIL PROTECTED]  Sun, 14 Jan 2007 03:40:31 -0800
+
 gnucash (2.0.2-2.1) unstable; urgency=medium
 
   * NMU.
only in patch2:
unchanged:
--- gnucash-2.0.2.orig/src/gnome/gnc-split-reg.h
+++ gnucash-2.0.2/src/gnome/gnc-split-reg.h
@@ -159,7 +159,7 @@
 /**
  * GTK-related; gets an identifier for the class of GNCSplitRegs.
  **/
-guint gnc_split_reg_get_type(void);
+GType gnc_split_reg_get_type(void);
 
 /**
  * Creates and returns a GNCSplitReg.
only in patch2:
unchanged:
--- gnucash-2.0.2.orig/src/gnome/gnc-split-reg.c
+++ gnucash-2.0.2/src/gnome/gnc-split-reg.c
@@ -170,10 +170,10 @@
 FROM_STRING_FUNC(SortType, ENUM_LIST_SORTTYPE)
 AS_STRING_FUNC(SortType, ENUM_LIST_SORTTYPE)
 
-guint
+GType
 gnc_split_reg_get_type( void )
 {
-  static guint gnc_split_reg_type = 0;
+  static GType gnc_split_reg_type = 0;
 
   if (!gnc_split_reg_type)
 {


Bug#406016: arno-iptables-firewall: Install script breaks due to namespace conflict.

2007-01-14 Thread Michael Hanke
Hi,

[ I CC'ed the bug report again to have all information documented in the
BTS. If you reply please keep [EMAIL PROTECTED] CC'ed. ]

On Sat, Jan 13, 2007 at 12:27:10AM -0900, Web Sexton wrote:
 Thank you Michael for your prompt reply. I am sorry for the delay. I am 
 a volunteer and I only do this a couple time each week.  In any case, I 
 will try to answer your question.
That's what most of us are ;)
 
 1. I have only used the Debian packaging system to install, update, 
 upgrade, and remove (usually purge) packages including 
 arno-iptables-firewall. I don't remember the previous version and it 
 would not necessarily be the version immediately preceding 1.8.8c-1 
 because I have not been able to regularly update this box.
Ok, so you only installed the package and not the upstream version. Did
you get the (previous) package from the Debian archive or from my
private repository (packages from my private repository have a
'DIST.apsyLOCALVERSION' suffix appended to the Debian version
string (where DIST is the codename of the target distribution e.g. sarge
and LOCALVERSION is some integer (usually 0)).

Perhaps you can look into /var/cache/apt/archives on a machine that
showed the bug. This directory might contain the deb of the previously
installed package version. If so, could you please post the version?

 2. I don't remember having to hand edit the file 
 /etc/arno-iptables-firewall after the first time or possible subsequent 
 updates on this machine. The date of the Debian Installer kernel 
 (vmlinuz-2.6.16-2-amd64-generic) is 2006-07-15 (which is the same for 
 config-2.6.16-2-amd64-generic and System.map-2.6.16-2-amd64-generic 
 which I think are created at installation time). I probably updated once 
 or twice over the Internet since then. This last time which generated 
 the bug I used my mirror that I have on an external HD that I connect 
 through an USB cable.
arno-iptables-firwall 1.8.6.c-3 was current at that time. I checked all
versions beginning with this one up to the current version (as available
from shapshot.debian.net), but none contained a file
/etc/arno-iptables-firewall. I checked my version control system looking
for anything in the packaging that might have created that file at some
point, but I failed to find anything.

 3. I think I installed arno-iptables-firewall during my initial 
 installation efforts or shortly there after. I do have a router with a 
 firewall (also arno-iptables-firewall). I have several other machines 
 around that I have switched to arno-iptables-firewall over the past 
 several months. The installation script for arno-iptables-firewall 
 always seems to get in an update loop of some sort. This is the first 
 time I took the time to figure out the problem and then do something to 
 fix it, hence the bug report.
 
 I do hope this helps even a little bit. I just don't know where the file 
 /etc/arno-iptables-firewall came from that prevented the installation 
 script from creating a subdirectory of the same name. Please let me know 
 if I can be of further help.
Could you post the file that caused the error, its content might provide
some useful information where it comes from.


Thanks for your effort,


Michael

-- 
GPG key:  1024D/3144BE0F Michael Hanke
http://apsy.gse.uni-magdeburg.de/hanke
ICQ: 48230050


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



Bug#240892: add a bug_meter as in dillo package

2007-01-14 Thread Mike Hommey
reassign 240892 wnpp
retitle 240892 RFP: html-validator -- HTML validator for iceape and iceweasel
thanks


On Mon, Mar 29, 2004 at 04:41:50PM -0300, Pedro Zorzenon Neto [EMAIL 
PROTECTED] wrote:
 Package: mozilla-browser
 Version: 2:1.5-3
 Severity: wishlist
 
 Hi,
 
I think the bug_meter feature present in the browser dillo 0.8 is
 very usefull. I wish bug meter in mozilla.
 
Reference: http://www.dillo.org/help/bug_meter.html

There is an extension for mozilla and firefox (thus iceape and
iceweasel) that does this job. I'm hereby transforming this bug in a RFP
on this extension.

* Package name: html-validator (mozilla-html-validator may be a good
  name, but we need to decide on the namespace for extensions)
  Version : 0.834
  Upstream Author : [EMAIL PROTECTED]
* URL : http://users.skynet.be/mgueury/mozilla/index.html
* License : May need clarifications with upstream
  Programming Lang: XUL/Javascript/C++
  Description : HTML Validator is a Mozilla extension that adds HTML
  validation inside Firefox and Mozilla.
  The number of errors of a HTML page is seen on the form of  an icon in
  the status bar when browsing.
  The details of the errors are seen when looking the HTML source of the
  page.


Mike


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



Bug#406822: kaffeine does not use the kde proxy settings

2007-01-14 Thread Stefan Strasser
Subject: kaffeine does not use the kde proxy settings
Package: kaffeine
Version: 0.8.3-1
Severity: normal

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

kaffeine does not pass the kde proxy settings on to xine
even when used as a part of konqueror



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

Versions of packages kaffeine depends on:
ii  hdparm6.9-1  tune hard disk parameters for 
high
ii  kdelibs4c2a   4:3.5.5a.dfsg.1-5  core libraries and binaries for 
al
ii  libacl1   2.2.41-1   Access control list shared 
library
ii  libart-2.0-2  2.3.17-1   Library of functions for 2D 
graphi
ii  libattr1  2.4.32-1   Extended attribute shared library
ii  libaudio2 1.8-2  The Network Audio System (NAS). 
(s
ii  libc6 2.3.6.ds1-8GNU C Library: Shared libraries
ii  libcdparanoia03.10+debian~pre0-4 audio extraction tool for 
sampling
ii  libfontconfig12.4.1-2generic font configuration 
library
ii  libfreetype6  2.2.1-5FreeType 2 font engine, shared 
lib
ii  libgamin0 [libfam0]   0.1.8-1Client library for the gamin file 
ii  libgcc1   1:4.1.1-19 GCC support library
ii  libice6   1:1.0.1-2  X11 Inter-Client Exchange library
ii  libidn11  0.6.5-1GNU libidn library, 
implementation
ii  libjpeg62 6b-13  The Independent JPEG Group's JPEG 
ii  libogg0   1.1.3-2Ogg Bitstream Library
ii  libpcre3  6.7-1  Perl 5 Compatible Regular 
Expressi
ii  libpng12-01.2.15~beta5-1 PNG library - runtime
ii  libqt3-mt 3:3.3.7-2  Qt GUI Library (Threaded runtime 
v
ii  libsm61:1.0.1-3  X11 Session Management library
ii  libstdc++64.1.1-19   The GNU Standard C++ Library v3
ii  libvorbis0a   1.1.2.dfsg-1.2 The Vorbis General Audio 
Compressi
ii  libvorbisenc2 1.1.2.dfsg-1.2 The Vorbis General Audio 
Compressi
ii  libx11-6  2:1.0.3-4  X11 client-side library
ii  libxcursor1   1.1.7-4X cursor management library
ii  libxext6  1:1.0.1-2  X11 miscellaneous extension 
librar
ii  libxft2   2.1.8.2-8  FreeType-based font drawing 
librar
ii  libxi61:1.0.1-4  X11 Input extension library
ii  libxine1  1.1.2+dfsg-2   the xine video/media player 
librar
ii  libxinerama1  1:1.0.1-4.1X11 Xinerama extension library
ii  libxrandr22:1.1.0.2-5X11 RandR extension library
ii  libxrender1   1:0.9.1-3  X Rendering Extension client 
libra
ii  libxt61:1.0.2-2  X11 toolkit intrinsics library
ii  zlib1g1:1.2.3-13 compression library - runtime

kaffeine recommends no packages.

-- no debconf information

-- 
Stefan Strasser


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



Bug#213558: apt-howto: apt-move thing

2007-01-14 Thread W. Borgert
On Sun, Jan 14, 2007 at 11:00:19AM +0900, Osamu Aoki wrote:
 Considering you are not actively using/updating this, I think inclusion
 of this to general user documentation (apt-howto) is not a good idea.
 But since this is short and nice, apt-move package itself can add this
 or include pointer to your web page to benefit user.

Sounds reasonable to me. Maybe better add the document, not only
a pointer, so that users who find errors could file bugs.

Cheers,
-- 
W. Borgert [EMAIL PROTECTED], http://people.debian.org/~debacle/


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



Bug#406378: gnucash bug #406378

2007-01-14 Thread Steve Langasek
On Sat, Jan 13, 2007 at 09:26:13PM -0800, Thomas Bushnell BSG wrote:
 Hi Steve; you were very helpful with the last alpha bug reported by this
 submitter; I'm wondering if you can give it a little attention.  I don't
 have easy access to an alpha to reproduce the problem.

Please ask upstream where they got the idea that g_type_register_static()
returned a guint, or that it was otherwise ok to cast its GType return type
to a guint.  Years of debugging crashing gtk+ programs on alpha, and it's
always the same thing -- somehow, GTK programmers are consistently getting
bad information about how to use gobject, and I want to know where it's
coming from so I can lart the people responsible.

Attached is a partial patch which fixes the bug responsible for the
*current* crasher bug on alpha.  Searching the code, there are several more
instances of this type abuse that will also need to be cleaned up if we want
things like searching to not crash.  I'll follow up with a full patch soon.

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


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



Bug#406823: linux-wlaNn-ng: fails to build with linux-2.6.20rc5

2007-01-14 Thread coldtobi
Package: linux-wlan-ng
Version: 0.2.6+svn20061108+dfsg-1
Severity: minor

It seems there have been an interface change in the kernel, the macro
INIT_WORK does not take 3 parameters anymore. But as the third argument
is a pointer, omitting it will obivously not work.


/usr/src/modules/linux-wlan-ng/src/prism2/driver/hfa384x.c: In function
'hfa384x_create':
/usr/src/modules/linux-wlan-ng/src/prism2/driver/hfa384x.c:355: error:
'INIT_WORK' undeclared (first use in this function)
/usr/src/modules/linux-wlan-ng/src/prism2/driver/hfa384x.c:355: error:
(Each undeclared identifier is reported only once
/usr/src/modules/linux-wlan-ng/src/prism2/driver/hfa384x.c:355: error:
for each function it appears in.)
/usr/src/modules/linux-wlan-ng/src/prism2/driver/hfa384x.c:357:67:
error: macro INIT_WORK passed 3 arguments, but takes just 2
/usr/src/modules/linux-wlan-ng/src/prism2/driver/prism2_pci.c: In
function 'prism2sta_probe_pci':
/usr/src/modules/linux-wlan-ng/src/prism2/driver/prism2_pci.c:166:
warning: passing argument 2 of 'request_irq' from incompatible pointer
type


Severity is minor, as 2.6.19 and 2.6.20 is not in debian yet.

I did not test 2.6.19, but read in the net, that the problem is there
too.

Note: This bug is also relevant to other modules.
so far, i found the bug in rt2500-source and maybe related to rt2x00.

I'll file seperate bugs for each pacakge in debian.

Tobi

PS: not related to this package, but I found an example, how it works
now:
http://ipw3945.sourceforge.net/#patches: [PATCH 1/2] workqueue rework
http://ipw3945.sourceforge.net/patches/ipw3945-1.1.3-2.6.20-1.patch

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

Versions of packages linux-wlan-ng depends on:
ii  libc6   2.3.6.ds1-10 GNU C Library: Shared libraries
ii  udev0.103-2  /dev/ and hotplug management daemo
ii  wireless-tools  28-1 Tools for manipulating Linux Wirel

Versions of packages linux-wlan-ng recommends:
ii  linux-wlan-ng-d 0.2.6+svn20061108+dfsg-1 documentation for wlan-ng

-- no debconf information


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



Bug#377170: FTBFS with GCC 4.2: C/C++ linkage declarations conflict

2007-01-14 Thread Steffen Joeris
Hi

 Now I get the following but I'm not sure what this is caused by:
No idea, I will forward the problem to upstream as he is normally aware of 
such errors. Here it build just fine, probably an arch issue?

Cheers
Steffen


pgpRgvW5Qq3Jv.pgp
Description: PGP signature


Bug#406824: display: thumbnail/finder window reappears

2007-01-14 Thread Greg Kochanski
Package: imagemagick
Version: 7:6.2.4.5.dfsg1-0.13
Severity: normal


If you shut down display by clicking on the [X] boxes in the corner of the 
window,
and if you leave the little thumbnail/finder window for last,
you'll find that it resurrects itself after you click on
it's [X] box.

At that point, you can't shut down display any more, because you have
no File menu.The only recourse is to use the kill command.

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

Versions of packages imagemagick depends on:
ii  libbz2-1.0  1.0.3-6  high-quality block-sorting file co
ii  libc6   2.3.6.ds1-8  GNU C Library: Shared libraries
ii  libfreetype62.2.1-5  FreeType 2 font engine, shared lib
ii  libice6 1:1.0.1-2X11 Inter-Client Exchange library
ii  libjasper-1.701-1   1.701.0-2The JasPer JPEG-2000 runtime libra
ii  libjpeg62   6b-13The Independent JPEG Group's JPEG 
ii  liblcms11.15-1   Color management library
ii  libmagick9  7:6.2.4.5.dfsg1-0.13 Image manipulation library
ii  libpng12-0  1.2.15~beta5-1   PNG library - runtime
ii  libsm6  1:1.0.1-3X11 Session Management library
ii  libtiff43.8.2-7  Tag Image File Format (TIFF) libra
ii  libx11-62:1.0.3-4X11 client-side library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxml2 2.6.27.dfsg-1GNOME XML library
ii  libxt6  1:1.0.2-2X11 toolkit intrinsics library
ii  zlib1g  1:1.2.3-13   compression library - runtime

imagemagick recommends no packages.

-- no debconf information


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



Bug#406825: rt2500-source: rt2500 failes to build in kernel 2.6.20-rc3

2007-01-14 Thread coldtobi
Package: rt2500-source
Version: 1.1.0+cvs20061231-2
Severity: minor

It seems there have been an interface change in the kernel, the macro
INIT_WORK does not take 3 parameters anymore. But as the third argument
is a pointer, omitting it will obivously not work.

/usr/src/modules/rt2500/rtmp_init.c:978:62: error: macro INIT_WORK
passed 3 arguments, but takes just 2
/usr/src/modules/rt2500/rtmp_init.c: In function 'NICInitializeAdapter':
/usr/src/modules/rt2500/rtmp_init.c:978: error: 'INIT_WORK' undeclared
(first use in this function)
/usr/src/modules/rt2500/rtmp_init.c:978: error: (Each undeclared
identifier is reported only once


Severity is minor, as 2.6.19 and 2.6.20 is not in debian yet.

I did not test 2.6.19, but read in the net, that the problem is there
too.

Note: This bug is also relevant to other modules.
so far, i found the bug in linux-wlan-ng-source and maybe related to rt2x00.

I'll file seperate bugs for each pacakge in debian.

Tobi

PS: not related to this package, but I found an example, how it works
now:
http://ipw3945.sourceforge.net/#patches: [PATCH 1/2] workqueue rework
http://ipw3945.sourceforge.net/patches/ipw3945-1.1.3-2.6.20-1.patch



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

Versions of packages rt2500-source depends on:
ii  debhelper 5.0.42 helper programs for debian/rules
ii  module-assistant  0.10.9 tool to make module package creati

rt2500-source recommends no packages.

-- no debconf information


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



Bug#406826: dosage: SomethingPositive broken

2007-01-14 Thread Michal Politowski
Package: dosage
Version: 1.5.8-1
Severity: normal
Tags: patch

Something Positive has changed its pages slightly recently and dosage
no longer works for it.
The patch attached seems to help for recent strips and should hopefully
not break catching up with the archive.

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.
--- /tmp/SomethingPositive.py	2007-01-14 12:46:53.0 +0100
+++ /usr/lib/python2.4/site-packages/dosage/modules/SomethingPositive.py	2007-01-14 12:56:48.0 +0100
@@ -6,7 +6,7 @@
 imageUrl = 'http://www.somethingpositive.net/sp%s.shtml'
 imageSearch = re.compile(r'img src=(/?arch/.+\..+?)')
 prevSearch = re.compile(r'a href=(sp\d{8}\.shtml)font size=1\nface=.+?\nSTYLE=.+?Previous', re.MULTILINE)
-nextSearch = re.compile(r'a href=(sp\d{8}\.shtml)font size=1\nface=.+?\nSTYLE=.+?Next', re.MULTILINE)
+nextSearch = re.compile(r'a \n?href=(sp\d{8}\.shtml)(?:font size=1\nface=.+?\nSTYLE=.+?)?Next', re.MULTILINE)
 help = 'Index format: mmdd'
 
 def getFilename(self, imageUrl, pageUrl):


signature.asc
Description: Digital signature


Bug#329541: libfile-tail-perl: NMU or maintainer change?

2007-01-14 Thread Roland Rosenfeld
Hi Scott!

As mentioned in bug #329541, the package libfile-tail-perl is not
updated for more than two years now.  The upstream version of
File::Tail (0.98) was released long time ago, the current upstream
version (0.99.3) was released in September 2005.  In using it I
noticed, that 0.98-5 seems to jump back to the start of the viewed
file sometimes in heavy loaded environments, while the 0.99.3 version
doesn't show this buggy behavior.

So I think, that libfile-tail-perl should be upgraded to the current
upstream version as soon as possible.

If you like, I could upload an NMU (I attached the patch to #329541
some weeks ago), alternatively you could nominate me as a
co-maintainer so I would be allowed to upload new version or if you
are no longer interested in the package I could take over
maintainership of this package.

Please let me know, how to work on with this.

Tscho

Roland


pgpvvWbFKfHHg.pgp
Description: PGP signature


Bug#406780: tomcat5: NullPointerException on loading FacesServlet (JSF)

2007-01-14 Thread Marko Randjelovic

Marcus Better wrote:

Can you reproduce it without a security manager?

Can you check if it works with tomcat5.5?

Marcus
  
I toggled TOMCAT5_SECURITY to no in /etc/default/tomcat5 and restarted 
tomcat5. Now I get similar error.


===

2007-01-14 12:46:19 
StandardContext[/balancer]org.apache.webapp.balancer.BalancerFilter: 
init(): ruleChain: [org.apache.webapp.balancer.RuleChain: 
[org.apache.webapp.balancer.rules.URLStringMatchRule: Target string: 
News / Redirect URL: http://www.cnn.com], 
[org.apache.webapp.balancer.rules.RequestParameterRule: Target param 
name: paramName / Target param value: paramValue / Redirect URL: 
http://www.yahoo.com], 
[org.apache.webapp.balancer.rules.AcceptEverythingRule: Redirect URL: 
http://jakarta.apache.org]]
2007-01-14 12:46:20 StandardContext[/servlets-examples]ContextListener: 
contextInitialized()
2007-01-14 12:46:20 StandardContext[/servlets-examples]SessionListener: 
contextInitialized()
2007-01-14 12:46:20 StandardContext[/jsp-examples]ContextListener: 
contextInitialized()
2007-01-14 12:46:20 StandardContext[/jsp-examples]SessionListener: 
contextInitialized()

2007-01-14 12:46:20 StandardContext[/Jsf_Ex01]StandardWrapper.Throwable
java.lang.NullPointerException
   at javax.faces.webapp.FacesServlet.init(FacesServlet.java:144)
   at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1044)
   at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:876)
   at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4017)
   at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
   at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)

   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)

   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
   at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)

   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at 
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:478)
   at 
org.apache.catalina.core.StandardService.start(StandardService.java:480)
   at 
org.apache.catalina.core.StandardServer.start(StandardServer.java:2313)

   at org.apache.catalina.startup.Catalina.start(Catalina.java:556)
   at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
   at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
   at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)

   at java.lang.reflect.Method.invoke(Method.java:597)
   at org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:287)
   at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:425)

2007-01-14 12:46:20 StandardContext[/Jsf_Ex01]Servlet /Jsf_Ex01 threw 
load() exception
javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet 
threw exception
   at 
org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:1085)
   at 
org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:876)
   at 
org.apache.catalina.core.StandardContext.loadOnStartup(StandardContext.java:4017)
   at 
org.apache.catalina.core.StandardContext.start(StandardContext.java:4337)
   at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:823)
   at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:807)

   at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:595)
   at 
org.apache.catalina.core.StandardHostDeployer.install(StandardHostDeployer.java:277)

   at org.apache.catalina.core.StandardHost.install(StandardHost.java:832)
   at 
org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:701)
   at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:432)

   at org.apache.catalina.startup.HostConfig.start(HostConfig.java:983)
   at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:349)
   at 
org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)

   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1091)
   at org.apache.catalina.core.StandardHost.start(StandardHost.java:789)
   at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1083)
   at 

Bug#406827: rt2x00-source: rt2x00 does not build on kernel 2.6.20rc5

2007-01-14 Thread coldtobi
Package: rt2x00-source
Version: 0cvs20070104.1-1
Severity: minor

I think maybe the kernel interface has changed. Did not investigate this
any further...

/usr/src/modules/rt2x00/ieee80211/ieee80211.c: In function
'ieee80211_if_shutdown':
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:2140: warning: passing
argument 1 of 'cancel_delayed_work' from incompatible pointer type
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:2141: error: invalid
operands to binary ==
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:2143: warning: passing
argument 1 of 'cancel_delayed_work' from incompatible pointer type
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:2147: error: incompatible
types in assignment
/usr/src/modules/rt2x00/ieee80211/ieee80211.c: In function
'ieee80211_unregister_hw':
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:4720: error: used struct
type value where scalar is required
/usr/src/modules/rt2x00/ieee80211/ieee80211.c:4722: warning: passing
argument 1 of 'cancel_delayed_work' from incompatible pointer type


Severity is minor, as 2.6.19 and 2.6.20 is not in debian yet.

I did not test 2.6.19, but read in the net, that the problem is there
too.


Tobi


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

Versions of packages rt2x00-source depends on:
ii  debhelper 5.0.42 helper programs for debian/rules
ii  module-assistant  0.10.9 tool to make module package creati

rt2x00-source recommends no packages.

-- no debconf information


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



Bug#406796: xargs: should use safe defaults qua length/size of argument list

2007-01-14 Thread Lionel Elie Mamane
On Sun, Jan 14, 2007 at 09:16:39AM +0100, Andreas Metzler wrote:
 On 2007-01-14 Lionel Elie Mamane [EMAIL PROTECTED] wrote:

 mailman was using the following snippet of code:

  find /var/lib/mailman/ -type d -print0 | xargs -r -0 chmod g+s

 but this led, for at least one user, to a failure with the error
 message:

  xargs: chmod: Argument list too long

 there used to be a bug in xargs which could have caused this error.

 | findutils (4.2.26-1) unstable; urgency=low
 [...]
 |   * New upstream version 4.2.26.
 [...]
 | - If the input to xargs is a large number of very short options (for
 |   example, one character each), earlier versions of xargs would fail
 |   with 'Argument list too long'. This is because Linux's execve
 |   implementation requires that the sum of the sizes of all argument
 |   string pointers not exceed 128K (the actual limit is
 |   ARG_MAX - sizeof (void*)). Hopefully (Closes: #313028).
 [...]
 |  -- Andreas Metzler [EMAIL PROTECTED]  Sun, 20 Nov 2005 09:38:42 +0100

I presume you meant ARG_MAX/sizeof(void*), not minus?

Note that in this case, it was not a very large number of very short
options; each entry was strictly more than 15 characters (16 with the
terminating null). Easily at least double that in average. Would that
still count as very short options?

Let's see... How very short must these options be to hit that upper
limit? The limit is ARG_MAX/sizeof(void*), so each argument must be at
most ARG_MAX/(ARG_MAX/sizeof(void*)), that is sizeof(void*) bytes
long. sizeof(void*) would have been at most 8, so I cannot imagine the
above line to trigger that particular bug. Also not the -2 bug, we
are far away from possibly approaching the maximum *number* of
arguments.


This being said, it is true I come with very little information to
actually reproduce and fix what I presume to be another bug :-(


-- 
Lionel


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



Bug#406765: gpe-gallery, gpe-icons and libgpewidget

2007-01-14 Thread Neil Williams
Thanks for the report, I'll add the gpe-icons dependency but there's
something else to check first.

Your libgpewidget1 appears to be out of date - you've got libgpewidget1
0.88-2.1 which is the version in testing, rather than 0.114-1 which is
in unstable. I suspect that is behind the problem with the gpe-gallery
icons.

Could you let me know if installing gpe-icons AND upgrading
libgpewidget1 correctly locates all the icons?

--

Neil Williams
=
http://www.data-freedom.org/
http://www.nosoftwarepatents.com/
http://www.linux.codehelp.co.uk/


pgpsNYS5uwvUR.pgp
Description: PGP signature


Bug#406742: libapache2-mod-perl2: clean rule does not clean properly

2007-01-14 Thread Andreas Barth
severity 406742 important
thanks

* Sam Morris ([EMAIL PROTECTED]) [070113 07:30]:
 Building the package and then cleaning it does not undo the following
 changes:
 
  Apache-Test/Makefile.old|  778 
 
  Apache-Test/t/REPORT|   28 +
  Apache-Test/t/cgi-bin/cookies.pl|   31 +
  ModPerl-Registry/Makefile.old   |  629 ++
  lib/Apache/TestConfigData.pm|   20 
  lib/Apache2/BuildConfig.pm  |   67 --

I agree this is a bad bug, but - it doesn't violate the release policy,
so downgrading to important.


Cheers,
Andi
-- 
  http://home.arcor.de/andreas-barth/


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



Bug#406778: openoffice.org-common: Circular depends with openoffice.org-style-default

2007-01-14 Thread Kurt Roeckx
On Sat, Jan 13, 2007 at 07:19:07PM -0800, Steve Langasek wrote:
 On Sun, Jan 14, 2007 at 12:26:52AM +0100, Kurt Roeckx wrote:
  It seems you've introduced a circular dependency between
  openoffice.org-common and openoffice.org-style-default.  This results in
  undefined behaviour.
 
 What is the exact behavior that's undefined here?  Do these packages have
 maintainer scripts which reference one another?
 
 If neither package needs the other at configure time, then as discussed on
 debian-devel in the past, there's no reason that this should be a
 release-critical bug.

I guess I missed that discussion.  I'll look into it.

 The openoffice.org-common postinst only calls update-openoffice-dicts, and
 openoffice.org-style-default has no maintainer scripts.

The openoffice.org-common package has config files.  Those don't get
installed until it gets configured and are named .dpkg-new until that
point.

I don't know if any of the packages depending on openoffice.org-common
need them, but I guess so.

Afaik, once dpkg breaks the dependency loop, and it decides to do
openoffice.org-style-default first, openoffice.org-common can be
configured after all the packages that depend on it, and that doesn't
look like a good thing to me.


Kurt



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



Bug#226326: getting package into debian

2007-01-14 Thread Steffen Joeris
Hi mates

I saw that there is a RFP bug currently in the Debian BTS (which was 
origanally a ITP) and I saw that the packge is already in Ubuntu, so may I 
kindly ask you mates to consider cooperating and getting the package into 
Debian? I guess you can find some usefull information here[0].

Thanks for all your work.

Cheers
Steffen

[0]: https://wiki.ubuntu.com/ContributingToDebian


pgpUA7wKaj0YA.pgp
Description: PGP signature


Bug#406711: libocamlgsl-ocaml-dev: undefined reference to `ml_gsl_sf_legendre_array_size_e' when building top level

2007-01-14 Thread Hans Fangohr
Hi Sylvain,


 Hello,

 On Wed, Jan 03, 2007 at 03:18:44PM +, Hans Fangohr wrote:
  Package: libocamlgsl-ocaml-dev
  Version: 0.5.1-3
  Severity: important
 
  Hi,
 
  When building any ocaml-toplevel executables that use gsl, we obtain the 
  following error (we show the
  output of an example below, the source files for that example are attached):
 
   [EMAIL PROTECTED]:~/tmp/gslbug/gslbug$ make top
   make[1]: Entering directory `/home/fangohr/tmp/gslbug/gslbug'
   making ._bcdi/gsltest.di from gsltest.mli
   making ._d/gsltest.d from gsltest.ml
   make[1]: Leaving directory `/home/fangohr/tmp/gslbug/gslbug'
   make[1]: Entering directory `/home/fangohr/tmp/gslbug/gslbug'
   ocamlfind ocamlc -package gsl,threads -c -thread gsltest.mli
   ocamlfind ocamlc -package gsl,threads -c -thread gsltest.ml
   ocamlfind ocamlmktop \
   -package gsl,threads -linkpkg \
   -thread -custom-o 
  gsltest.top \
   gsltest.cmo
   /tmp/ccZU8img.o:(.data+0x12b4): undefined reference to 
  `ml_gsl_sf_legendre_array_size_e'
   collect2: ld returned 1 exit status
   Error while building custom runtime system
   make[1]: *** [gsltest.top] Error 2
   make[1]: Leaving directory `/home/fangohr/tmp/gslbug/gslbug'
   make: *** [top] Error 2
 
  This has come up in a larger project, and means we can't compile this 
  anymore on debian etch. (Rather
  annoying from our point of view.)
 
  To make it easier to track this down, I attach a gzipped tar file, which 
  can be untarred. It contains the
  files 'gsltest.ml  gsltest.mli  Makefile  META  OCamlMakefile' in a 
  subdirectory 'gslbug'. If you cd into
  that subdirectory and run 'make top', you should get the error above.
 
  I have tested this with older versions of etch (based on libocaml 0.4, and 
  it works fine).
 
  Thanks,
 
  Hans
 

 I am uploading a new version of ocamlgsl to unstable. Before asking to
 migrate it to etch, i need you to fetch it into unstable, install and
 test (you should not have any dependency problem, today etch and sid are
 almost the same). Once, you will have tell me if there is no further
 problem, i will ask the release team to migrate the package to etch (we
 are in freeze, the migration is not automatic).

I have done that; it works now. Very helpful.

Many thanks for acting so promptly (once my message reached you). ;-)

Best wishes,

Hans


 Kind regard
 Sylvain Le Gall





--
Hans Fangohr
School of Engineering Sciences
University of Southampton
Phone: +44 (0) 238059 8345

Email: [EMAIL PROTECTED]
http://www.soton.ac.uk/~fangohr






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



Bug#406828: linux-image-2.6.18-3-xen-amd64: fails to load acpi/processer and powernow-k8

2007-01-14 Thread Martin Wuertele
Package: linux-image-2.6.18-3-xen-amd64
Version: 2.6.18-7
Severity: normal

Trying to load acpi/processor fails as follows:
WARNING: Error inserting processor 
(/lib/modules/2.6.18-3-xen-amd64/kernel/drivers/acpi/processor.ko): Unknown 
symbol in module, or unknown parameter (see dmesg)
FATAL: Error inserting powernow_k8
(/lib/modules/2.6.18-3-xen-amd64/kernel/arch/x86_64/kernel/cpufreq/powernow-k8.ko):
 Unknown symbol in module, or unknown parameter (see dmesg)

dmesg output:
processor: Unknown symbol pm_idle
powernow_k8: Unknown symbol acpi_processor_notify_smm
powernow_k8: Unknown symbol acpi_processor_unregister_performance
powernow_k8: Unknown symbol acpi_processor_register_performance

cpuinfo says:
processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 39
model name  : AMD Opteron(tm) Processor 144
stepping: 1
cpu MHz : 1809.297
cache size  : 1024 KB
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu tsc msr pae mce cx8 apic mtrr mca cmov pat pse36 clflush 
mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow pni lahf_lm
bogomips: 4524.44
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp

This one supports downscaling to 1 GHz which used to work before.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-3-xen-amd64
Locale: LANG=C, [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages linux-image-2.6.18-3-xen-amd64 depends on:
ii  e2fsprog 1.39+1.40-WIP-2006.11.14+dfsg-1 ext2 file system utilities and lib
ii  initramf 0.85c   tools for generating an initramfs
ii  linux-mo 2.6.18-7Linux 2.6.18 modules on AMD64

linux-image-2.6.18-3-xen-amd64 recommends no packages.

-- no debconf information


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



Bug#406711: libocamlgsl-ocaml-dev: undefined reference to `ml_gsl_sf_legendre_array_size_e' when building top level

2007-01-14 Thread Hans Fangohr
Hi Sylvain,

 ps: this is very strange, your mail have been delayed for 10 days ?

yes -- it was rather wired. I did email it to [EMAIL PROTECTED]
on 3 Jan and never got a receipt (or Bug id). I did contact
[EMAIL PROTECTED] about 10 days later to ask (no response). I then
got my email coming back to me, saying that [EMAIL PROTECTED] wasn't a
valid email address (unlikely, as I sent this with the reportbug-tool.

Anyway, I just sent the email again to [EMAIL PROTECTED] a few
days ago, and all worked well from there on.

Regards,

Hans



 On Wed, Jan 03, 2007 at 03:18:44PM +, Hans Fangohr wrote:
  Package: libocamlgsl-ocaml-dev
  Version: 0.5.1-3
  Severity: important
 
  Hi,
 
  When building any ocaml-toplevel executables that use gsl, we obtain the 
  following error (we show the
  output of an example below, the source files for that example are attached):
 
   [EMAIL PROTECTED]:~/tmp/gslbug/gslbug$ make top
   make[1]: Entering directory `/home/fangohr/tmp/gslbug/gslbug'
   making ._bcdi/gsltest.di from gsltest.mli
   making ._d/gsltest.d from gsltest.ml
   make[1]: Leaving directory `/home/fangohr/tmp/gslbug/gslbug'
   make[1]: Entering directory `/home/fangohr/tmp/gslbug/gslbug'
   ocamlfind ocamlc -package gsl,threads -c -thread gsltest.mli
   ocamlfind ocamlc -package gsl,threads -c -thread gsltest.ml
   ocamlfind ocamlmktop \
   -package gsl,threads -linkpkg \
   -thread -custom-o 
  gsltest.top \
   gsltest.cmo
   /tmp/ccZU8img.o:(.data+0x12b4): undefined reference to 
  `ml_gsl_sf_legendre_array_size_e'
   collect2: ld returned 1 exit status
   Error while building custom runtime system
   make[1]: *** [gsltest.top] Error 2
   make[1]: Leaving directory `/home/fangohr/tmp/gslbug/gslbug'
   make: *** [top] Error 2
 
  This has come up in a larger project, and means we can't compile this 
  anymore on debian etch. (Rather
  annoying from our point of view.)
 
  To make it easier to track this down, I attach a gzipped tar file, which 
  can be untarred. It contains the
  files 'gsltest.ml  gsltest.mli  Makefile  META  OCamlMakefile' in a 
  subdirectory 'gslbug'. If you cd into
  that subdirectory and run 'make top', you should get the error above.
 
  I have tested this with older versions of etch (based on libocaml 0.4, and 
  it works fine).
 
  Thanks,
 
  Hans
 
  -- System Information:
  Debian Release: 4.0
APT prefers testing
APT policy: (500, 'testing')
  Architecture: i386 (i686)
  Shell:  /bin/sh linked to /bin/bash
  Kernel: Linux 2.6.18-3-486
  Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
 
  Versions of packages libocamlgsl-ocaml-dev depends on:
  ii  libgsl0-dev   1.8-2  GNU Scientific Library (GSL) 
  -- de
  ii  libocamlgsl-ocaml 0.5.1-3GNU scientific library for 
  OCaml
  ii  ocaml-nox [ocaml-nox-3.09.2]  3.09.2-7   ML language implementation 
  with a
 
  libocamlgsl-ocaml-dev recommends no packages.
 
  -- no debconf information
 
 







--
Hans Fangohr
School of Engineering Sciences
University of Southampton
Phone: +44 (0) 238059 8345

Email: [EMAIL PROTECTED]
http://www.soton.ac.uk/~fangohr






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



Bug#196718: [xserver-xfree86/mga]: mysterious non-permanent lockups

2007-01-14 Thread Ketil Vestby
fre, 12,.01.2007 kl. 20.11 +0100, skrev Brice Goglin:

 Hi,
 
 About 4 years ago, you reported a bug to the Debian BTS regarding
 mysterious lockups on a MGA board. Did you reproduce this problem
 recently? If not, I will close this bug in the next weeks,

I got information from the importer on Friday, the problem is related to
a bug in the motherboard. The importer are in direct communication with
the vendor about the bug.

I consider this bug to NOT be related to Debian, the importers engineers
told me they have reproduced the bug in Windows 2003 as well.



Bug#196718: [xserver-xfree86/mga]: mysterious non-permanent lockups

2007-01-14 Thread Ketil Vestby
fre, 12,.01.2007 kl. 20.11 +0100, skrev Brice Goglin:

 Hi,
 
 About 4 years ago, you reported a bug to the Debian BTS regarding
 mysterious lockups on a MGA board. Did you reproduce this problem
 recently? If not, I will close this bug in the next weeks,

Sorry about the last message, it was about a different bug reported
about 4 weeks ago.

The lockups are not reproduced the last years, the old maintainer
produced a bigfix that made the system work. I reported this to the
maintainer.

There were so much FUD about this bug (it stopped a large demonstration
of the Debian GNU/Linux system to officials at Bergen County) that I
forgot to report the bugfix to Debian BTS...


Bug#304330: Taking over iscsitarget packaging

2007-01-14 Thread Philipp Hug

Frederik,

I added you to to the alioth group.
Any help is appreciated. Especially: it would be nice to have the 
package in linux-modules-extra.


thanks
philipp

Frederik Schueler wrote:

Hello,

please add me to the pkg-iscsi alioth group, I will take over Norberts
part and review the packaging and upload it.

Comaintainership is more than enough for me.

I already have a big patch. 


If you have lost interest, please delete the alioth project and I will
maintain this package in the kernel team svn.

you still have time until next friday.

Best regards
Frederik Schueler

  




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



Bug#368734: ITP: libnet-amazon-s3-perl -- Perl library for using the Amazon's Simple Storage Service API

2007-01-14 Thread Marcus Better
What happened to this package? It doesn't seem to be in the archive or in NEW, 
although it is marked as pending, and there is even an updated version in 
svn.

Regards,

Marcus


pgpH4MZwH8JFY.pgp
Description: PGP signature


Bug#406830: libvte4: opening new tab in maximized gnome/xfce-terminal with hotkey does not render prompt

2007-01-14 Thread Michal Matyska
Package: libvte4
Version: 1:0.12.2-4
Severity: minor

When I create new tab using keyboard shortcut, the command prompt is not
shown (just cursor in the top left corner). Then if I press any key, the
prompt is redered together with the key. The same shows if the new tab
is opened from the menu and I select Open New Tab and press Enter. If I
click mouse on the menu item, the prompt is shown.

The terminal shows prompt correctly when running in normal window size
and in fullscreen. The reported problem occurs only and only when the
window is maximized and for the third and next tabs. (Inserting of the
tab switcher forces the screen to redraw).

If I disable Hide frame of windows when maximized (I use Xfce), then
the prompt is shown correctly, even the window is maximized. Well
maximized is not the correct word at this moment, because it uses
maximal extent it can to have the interior of the window as multiples of
character size, but there is small amount of desktop visible on the
right and bottom edges.

I thought the problem is in xfce-terminal (see
http://bugzilla.xfce.org/show_bug.cgi?id=2665), but it appears in the
gnome-terminal too, where I'm getting the non-rendered prompt even with
new tab opened by mouse menu selection.


ii  libvte-common0.12.2-4Terminal emulator widget for GTK+ 
2.0 - common files
un  libvte2  none  (no description available)
ii  libvte4  0.12.2-4Terminal emulator widget for GTK+ 
2.0 - runtime files


-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (510, 'testing'), (100, 'stable'), (90, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18.1-2cpu-vanilla
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)

Versions of packages libvte4 depends on:
ii  libatk1.0-0  1.12.4-1The ATK accessibility toolkit
ii  libc62.3.6.ds1-8 GNU C Library: Shared libraries
ii  libcairo21.2.4-4 The Cairo 2D vector graphics libra
ii  libfontconfig1   2.4.1-2 generic font configuration library
ii  libglib2.0-0 2.12.4-2The GLib library of C routines
ii  libgtk2.0-0  2.8.20-3The GTK+ graphical user interface 
ii  libice6  1:1.0.1-2   X11 Inter-Client Exchange library
ii  libncurses5  5.5-5   Shared libraries for terminal hand
ii  libpango1.0-01.14.8-4Layout and rendering of internatio
ii  libsm6   1:1.0.1-3   X11 Session Management library
ii  libvte-common1:0.12.2-4  Terminal emulator widget for GTK+ 
ii  libx11-6 2:1.0.3-4   X11 client-side library
ii  libxcursor1  1.1.7-4 X cursor management library
ii  libxext6 1:1.0.1-2   X11 miscellaneous extension librar
ii  libxfixes3   1:4.0.1-5   X11 miscellaneous 'fixes' extensio
ii  libxft2  2.1.8.2-8   FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.1-4.1 X11 Xinerama extension library
ii  libxrandr2   2:1.1.0.2-5 X11 RandR extension library
ii  libxrender1  1:0.9.1-3   X Rendering Extension client libra

libvte4 recommends no packages.

-- no debconf information


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



Bug#406829: Man page xfs(1) says /usr/lib/X11/fs/config is default config file

2007-01-14 Thread Michael Pronath
Package: xfs
Version: 1:1.0.1-5
Severity: minor


The man page xfs(1) says that /usr/lib/X11/fs/config is the default
config file.  This file isn't in the package, and the default config file
actually used is /etc/X11/fs/config.


-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (990, 'testing'), (50, 'unstable')
Architecture: i386 (i686)
Kernel: Linux 2.6.17.13mcp
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)

Versions of packages xfs depends on:
ii  libc6 2.3.6-7GNU C Library: Shared libraries
ii  libfs62:1.0.0-3  X11 Font Services library
ii  libxfont1 1:1.0.0-4  X11 font rasterisation library

-- debconf information:
* xfs/default_100dpi:
* xfs/default_nolisten_tcp:



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



Bug#258096: packages sync to debian

2007-01-14 Thread Steffen Joeris
Hi mates

First of all I wish you all a happy new year.
The needed library should be in debian and I would like to ask you for the 
current status and I would like to suggest that you both work together in 
order to get the package into debian. As Daniel seems to be really active I 
would also suggest him to go ahead and get the package into Debian, I hope 
you do not worry Kai, otherwise I am sure that you would be a good packaging 
team. Some usefull information can be found here[0] to get the package into 
debian, but I guess Daniel is pretty much aware of it as an experienced 
developer.

Cheers
Steffen

[0]: https://wiki.ubuntu.com/ContributingToDebian


pgpvqNK1q5npE.pgp
Description: PGP signature


Bug#401550: mozilla-nukeimage lacks support for iceape-browser

2007-01-14 Thread Colin Watson
On Sun, Jan 14, 2007 at 10:26:40AM +0100, Andreas Metzler wrote:
 Replacing mozilla-browser | mozilla-browser-snapshot with
 iceape-browser in debian/control would probably do the trick.

(a) I'd want to add, not replace; (b) I suspect various paths in the
package need to be changed. In any case, this bug isn't blocked on me
figuring out how to do it, but rather on me finding time to test the
result.

-- 
Colin Watson   [EMAIL PROTECTED]


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



Bug#383785: gnome-cups-manager: Same problem here.

2007-01-14 Thread Donovan Baarda
Package: gnome-cups-manager
Version: 0.31-3
Followup-For: Bug #383785


I have exactly the same problem. The crutial line in error log appears
to be;

D [14/Jan/2007:11:55:52 +] [Job 12] Last OS error: 2
D [14/Jan/2007:11:55:52 +] [Job 12] ESP Ghostscript 815.03:
Unrecoverable error, exit code 1
E [14/Jan/2007:11:55:52 +] PID 5682
(/usr/lib/cups/filter/pstoraster) stopped with status 1!

Note that the Test Page from the cups web inteface at
http://localhost631/ prints fine, it is only the gnome-cups-manager
Test Page that stalls with State Stopped: job-stopped.

It also looks like printing from other apps works OK, but I've got a
few probably unrealated margine issues to sort out.

-- System Information:
Debian Release: 4.0
  APT prefers testing
  APT policy: (500, 'testing'), (100, 'unstable')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-k7
Locale: LANG=en_AU.UTF-8, LC_CTYPE=en_AU.UTF-8 (charmap=UTF-8)

Versions of packages gnome-cups-manager depends on:
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D graphi
ii  libatk1.0-01.12.4-1  The ATK accessibility toolkit
ii  libbonobo2-0   2.14.0-3  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.14.0-5  The Bonobo UI library
ii  libc6  2.3.6.ds1-8   GNU C Library: Shared libraries
ii  libcairo2  1.2.4-4   The Cairo 2D vector graphics libra
ii  libcupsys2 1.2.7-2   Common UNIX Printing System(tm) - 
ii  libfontconfig1 2.4.1-2   generic font configuration library
ii  libgconf2-42.16.0-3  GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgnome-keyring0  0.6.0-3   GNOME keyring services library
ii  libgnome2-02.16.0-2  The GNOME 2 library - runtime file
ii  libgnomecanvas2-0  2.14.0-2  A powerful object-oriented display
ii  libgnomecups1.0-1  0.2.2-5   GNOME library for CUPS interaction
ii  libgnomecupsui1.0-1c2a 0.31-3UI extensions to libgnomecups
ii  libgnomeui-0   2.14.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 2.14.2-4  GNOME virtual file-system (runtime
ii  libgnutls131.4.4-3   the GNU TLS library - runtime libr
ii  libgtk2.0-02.8.20-3  The GTK+ graphical user interface 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  liborbit2  1:2.14.3-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0  1.14.8-4  Layout and rendering of internatio
ii  libpopt0   1.10-3lib for parsing cmdline parameters
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libx11-6   2:1.0.3-4 X11 client-side library
ii  libxcursor11.1.7-4   X cursor management library
ii  libxext6   1:1.0.1-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.1-5 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.1-4.1   X11 Xinerama extension library
ii  libxml22.6.27.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.1.0.2-5   X11 RandR extension library
ii  libxrender11:0.9.1-3 X Rendering Extension client libra

Versions of packages gnome-cups-manager recommends:
ii  gksu  2.0.0-1graphical frontend to su

-- no debconf information


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



Bug#406831: auctex: [INTL:de] updated German debconf translation

2007-01-14 Thread Helge Kreutzmann
Package: auctex
Version: 11.83-2.1
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for auctex
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge


auctex_11.83-2.1_de.po.bz2
Description: Binary data


Bug#406832: libphp-adodb: [INTL:de] updated German debconf translation

2007-01-14 Thread Helge Kreutzmann
Package: libphp-adodb
Version: 4.93a-1
Severity: wishlist
Tags: patch l10n

Please find the updated German debconf translation for libphp-adodb
attached.

Please place this file in debian/po/ as de.po for your next upload.

If you update your template, please use 
'msgfmt --statistics pofile.po'
to check the po-files for fuzzy or untranslated strings.

If there are such strings, please contact me so I can update the 
German translation.

Greetings
Helge


libphp-adodb_4.93a-1_de.po.bz2
Description: Binary data


  1   2   3   4   5   >