Bug#421442: splashy: end of shutdown briefly switches to full console text display

2007-04-28 Thread Geoffrey L. Brimhall
Package: splashy
Version: 0.3.2
Severity: normal

I'm assuming one of the goals of splashy is to completely hide the
console during startup and shutdown.

In shutdown, at the very end ( ie from the "halt" ), it appears splashy
is killed in final termination of all processes - when this occurs the
full shutdown console text is shown briefly about 1 second before
computer shuts down.

Even though this is brief, it still distracts from a seamless graphical
startup/shutdown.

Problem is there is no way to keep halt from stopping splashy process.
Any way to redirect the shutdown console output so it is blank, so that
when splashy is killed a nice black blank screen is displayed ?

If other people don't get this behavior, have an smp dual-core system,
maybe this is causing a difference ?

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

Versions of packages splashy depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared
libraries
ii  libglib2.0-02.12.4-2 The GLib library of C
routines
ii  libmagic1   4.17-5etch1  File type determination
library us
ii  libsplashy0 0.3.2Library to draw splash
screen on b
ii  zlib1g  1:1.2.3-13   compression library -
runtime

Versions of packages splashy recommends:
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1
init scrip

-- no debconf information




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



Bug#421441: splashy: splashy->gdm hangs system randomly

2007-04-28 Thread Geoffrey L. Brimhall
Package: splashy
Version: 0.3.2
Severity: important

There is a race condition between when splashy ends and gdm starts that
happens on my system about 1 in 3 boots, when it happens the splashy
screen is just "hangs" and console switching to X doesn't work. Think it
may be related to my system being SMP (dual core ).

This bug is really identical to #350179 - so either close this bug or
re-open that one !

By updating the gdm and splashy scripts I got rid of the race condition,
here's the fix ( note the fix really requires updating all display
manager scripts to be aware if a boot gui is being used, if so shut it
down ):

REMOVE from splashy script in the "start" sequence:

else
log_daemon_msg "Stopping $DESC" $NAME
/sbin/splashy_update exit
log_end_msg $?
# wait until splashy exits before changing tty's
while `pidof splashy > /dev/null`; do
sleep 0.2
done
# do some magic with the TTYs
if test -z "$CHVT_TTY"; then
CHVT_TTY=1
fi
# detect X, if not, go to CHVT_TTY
X11_RUNNING=1
pidof X > /dev/null && X11_RUNNING=1
if [ $X11_RUNNING -eq 1 ]; then
splashy_chvt 7
else
splashy_chvt $CHVT_TTY
fi

ADD to gdm script the above functionality, before the "start_daemon"
command:

  # Disable splashy if running
  if `pidof splashy > /dev/null`; then
log_daemon_msg "Stopping $DESC" $NAME
/sbin/splashy_update exit
/sbin/splashy_chvt 7
log_end_msg $?
  fi


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

Versions of packages splashy depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared
libraries
ii  libglib2.0-02.12.4-2 The GLib library of C
routines
ii  libmagic1   4.17-5etch1  File type determination
library us
ii  libsplashy0 0.3.2Library to draw splash
screen on b
ii  zlib1g  1:1.2.3-13   compression library -
runtime

Versions of packages splashy recommends:
ii  lsb-base  3.1-23.1   Linux Standard Base 3.1
init scrip

-- no debconf information




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



Bug#421440: nfs-utils, nfs-common: It's not possible to have nfs4-mounted /usr

2007-04-28 Thread Andreas Kabel

Package: nfs-common
Version: 1:1.0.12-4
Severity: important


nfs-common places rpc.idmapd in /usr/sbin. However, the script
/etc/init.d/nfs-common will get called from /etc/init.d/mountnfs.sh
(from the package initscripts) if any nfs file systems to be mounted 
require rpc.idmapd, that is, for nfs4 file systems.


Consequently, if /usr is an nfs4 file system, nfs-common will be 
executed before /usr is mounted. Thus, /usr/sbin/rpc.idmapd will not be 
present; /etc/init.d/nfs-common will check for its presence, fail, and 
silently exit *before* executing rpc.lockd or rpc.statd, leaving the 
system unusable.


An analogous bug exists for kerberos nfs mounts and /usr/sbin/rpc.gssd.

An obvious fix for this would be to move rpc.idmapd and rpc.gssd to 
/sbin, any libraries they depend on to /lib, and change $PREFIX in 
/etc/init.d/nfs-common accordingly.



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



Bug#421353: libgtk2.0-0: missing icons in GNOME applications

2007-04-28 Thread Paul Menzel
Am Samstag, den 28.04.2007, 23:57 +0200 schrieb Loïc Minier:
>  Check whether you have "icon-theme.cache" files below /usr/share/icons;
>  this might be due to the installation of third party packages creating
>  the caches.

$ locate icon-theme.cache
/usr/share/icons/Amaranth/icon-theme.cache
/usr/share/icons/Crux/icon-theme.cache
/usr/share/icons/Gorilla/icon-theme.cache
/usr/share/icons/Lush/icon-theme.cache
/usr/share/icons/Mist/icon-theme.cache
/usr/share/icons/Nuvola/icon-theme.cache
/usr/share/icons/SphereCrystal/icon-theme.cache
/usr/share/icons/Wasp/icon-theme.cache

$ ls -al /usr/share/icons/SphereCrystal/
insgesamt 36
drwxr-xr-x  3 root root  4096 2007-04-28 08:54 .
drwxr-xr-x 16 root root  4096 2007-04-28 08:54 ..
-rw-r--r--  1 root root 17860 2007-04-28 08:54 icon-theme.cache
-rw-r--r--  1 root root  2566 2007-04-25 23:59 index.theme
drwxr-xr-x 10 root root  4096 2007-04-28 08:54 scalable

That is for every subdirectory of /usr/share/icons/x/ (x = directories
listed by locate) the same.


Thanks,

Paul


PS: Now I also remember that I had to remove gtk2-engines-spherecrystal
because it was conflicting with gnome-themes-extra. But that should not
matter, since the icons are available after starting
gnome-theme-manager.

PPS: One off topic question: Is there a recommended way, in what header
fields to write the e-mail-addresses. You put both in To. I used To and
CC.


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#409197: [Fwd: [PLT announcement] Patch for v360]

2007-04-28 Thread Ari Pollak
tags 409197 +patch
thanks

 Original Message 
Subject: [PLT announcement] Patch for v360
From:"Eli Barzilay" <[EMAIL PROTECTED]>
Date:Tue, March 27, 2007 4:23 am
To:  [EMAIL PROTECTED]
 [EMAIL PROTECTED]
--

A patch for v360 is now available at
  http://download.plt-scheme.org/patches/360/

This patch is only for Unix/X platforms with a new version of libx11.
In other words: if you have no problems, then you don't need to read
this.

The patch fixes a bug in MrEd for Unix/X.  The bug is exposed when
using version 1.1 of libx11 (which is the version included with Ubuntu
Feisty Fawn, for example).  Specifically, DrScheme and other
MrEd-based programs would fail as soon as a mouse button is clicked or
a key was pressed.

Details: MrEd internally uses the XCheckIfEvent function, and it
supplies a callback that incorrectly called other X11 functions.
Starting with libx11 1.1, the callback restriction is enforced through
run-time checks. The patch to MrEd moves the disallowed calls out of
the callback function.



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



Bug#421439: bug ksim, unable to start

2007-04-28 Thread jo han

Package: 
Version: <4:3.5.5-3>



From: "jo han" <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: bug ksim, unable to start.
Date: Sun, 29 Apr 2007 06:02:10 +0200
Hello,
I have ksim in my kde menu (system), but nothing happens when i select it. 
i can't start ksim from a shell either (tried both regular and root user). 
whereis ksim gives nothing.

im running debian 4.0 with all the latest updates. here is dpkg output:

dpkg--status ksim
Package: ksim
Status: install ok installed
Priority: optional
Section: utils
Installed-Size: 1488
Maintainer: Debian Qt/KDE Maintainers <[EMAIL PROTECTED]>
Architecture: i386
Source: kdeutils
Version: 4:3.5.5-3
Depends: kdelibs4c2a (>= 4:3.5.5-1), libc6 (>= 2.3.6-6), libgcc1 (>= 
1:4.1.1-12), libsnmp9 (>= 5.2.3), libstdc++6 (>= 4.1.1-12)

Suggests: khelpcenter
Conffiles:
/etc/kde3/ksim_panelextensionrc 38d743569d60a8ec15d72492f8201fcb
Description: system information monitor for KDE
KSim is a system monitor app which has its own plugin system with support
for GKrellm skins. It allows users to follow uptime, memory usage, network
connections, power, etc.
.
This package is part of KDE, as a component of the KDE utilities module.
See the 'kde' and 'kdeutils' packages for more information.

_
Schlagersignaler till mobilen http://msn.cellus.se/



_
Senaste nytt om Paris och Lindsey http://starlounge.msn.se/



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



Bug#421438: bashrc for root

2007-04-28 Thread jo han

package: 
version: <3.1dfsg-8>

in /root/.bashrc

" You may uncomment the following lines if you want `ls' to be colorized:
#export LS_OPTIONS='--color=auto' "

that is not working, but regular: alias ls='ls --color=auto' does :)

_
Motionera roligare med MSN Hälsa http://e-health.msn.se/



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



Bug#418837: libnspr4

2007-04-28 Thread Theppitak Karoonboonyanan

Probably, a better approach is to have iceape-browser,
iceweasel and libnspr4-0d declare "Provides: libnspr4",
and just have swfdec-mozilla depend on that name?

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


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



Bug#421437: groff: grops and grodvi crash on invalid input

2007-04-28 Thread brian m. carlson
Package: groff-base
Version: 1.18.1.1-12
Severity: normal

Running "cat crash-grops.txt | grops >/dev/null" crashes grops with a
SIGSEGV.  I know, I know, don't do that, but I'm writing a program which
outputs ditroff output suitable[0] for grops, and unfortunately, I'm
anticipating a lot of invalid input.

Identical symptoms occur with "cat crash-grodvi.txt | grodvi >/dev/null";
the input is identical except for the first two lines.

grops (and grodvi, similarly) seem to get confused when a line occurs
with "c ".  CSTR 97 specifies cx as "ASCII character x", but it isn't
very clear if space is to be allowed.  grops does not recover very
gracefully and quickly becomes confused.  If space shouldn't be allowed
there, then grops should just give up immediately rather than crash
later.

[0] Okay, it's obviously not suitable right now, but it's getting there.

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

Kernel: Linux 2.6.21-rc6-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages groff-base depends on:
ii  libc6   2.5-4GNU C Library: Shared libraries
ii  libgcc1 1:4.2-20070307-1 GCC support library
ii  libstdc++6  4.2-20070307-1   The GNU Standard C++ Library v3

groff-base recommends no packages.

-- no debconf information

-- 
brian m. carlson / brian with sandals: Houston, Texas, US
+1 713 440 7475 | http://crustytoothpaste.ath.cx/~bmc | My opinion only
OpenPGP: RSA v3 2048b 560553E7: FE82 7C9F EB21 5436 2F96 25BA 927B 0A51
x Typesetter ps
x resolution 72000 1 1
x initialize
x font 1 TR
x font 2 TI
x font 3 TB
x font 4 TBI
V0
p1
s10
f1
cC
h70
co
h70
cp
h70
cy
h70
cr
h70
ci
h70
cg
h70
ch
h70
ct
h70
c 
h70
c\
h70
c(
h70
cc
h70
co
h70
c 
h70
c2
h70
c0
h70
c0
h70
c5
h70
c 
h70
cB
h70
cr
h70
ci
h70
ca
h70
cn
h70
c 
h70
cM
h70
c.
h70
c 
h70
cC
h70
ca
h70
cr
h70
cl
h70
cs
h70
co
h70
cn
h70
cT
h70
ch
h70
ci
h70
cs
h70
c 
h70
cp
h70
cr
h70
co
h70
cg
h70
cr
h70
ca
h70
cm
h70
c 
h70
ci
h70
cs
h70
c 
h70
cf
h70
cr
h70
ce
h70
ce
h70
c 
h70
cs
h70
co
h70
cf
h70
ct
h70
cw
h70
ca
h70
cr
h70
ce
h70
c;
h70
c 
h70
cy
h70
co
h70
cu
h70
c 
h70
cc
h70
ca
h70
cn
h70
c 
h70
cr
h70
ce
h70
cd
h70
ci
h70
cs
h70
ct
h70
cr
h70
ci
h70
cb
h70
cu
h70
ct
h70
ce
h70
c 
h70
ci
h70
ct
h70
c 
h70
ca
h70
cn
h70
cd
h70
c/
h70
co
h70
cr
h70
c 
h70
cm
h70
co
h70
cd
h70
ci
h70
cf
h70
cy
h70
ci
h70
ct
h70
c 
h70
cu
h70
cn
h70
cd
h70
ce
h70
cr
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
ct
h70
ce
h70
cr
h70
cm
h70
cs
h70
c 
h70
co
h70
cf
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
c\
h70
c*
h70
c(
h70
cG
h70
cN
h70
c 
h70
cG
h70
ce
h70
cn
h70
ce
h70
cr
h70
ca
h70
cl
h70
c 
h70
cP
h70
cu
h70
cb
h70
cl
h70
ci
h70
cc
h70
c 
h70
cL
h70
ci
h70
cc
h70
ce
h70
cn
h70
cs
h70
ce
h70
c 
h70
ca
h70
cs
h70
c 
h70
cp
h70
cu
h70
cb
h70
cl
h70
ci
h70
cs
h70
ch
h70
ce
h70
cd
h70
c 
h70
cb
h70
cy
h70
ct
h70
ch
h70
ce
h70
c 
h70
cF
h70
cr
h70
ce
h70
ce
h70
c 
h70
cS
h70
co
h70
cf
h70
ct
h70
cw
h70
ca
h70
cr
h70
ce
h70
c 
h70
cF
h70
co
h70
cu
h70
cn
h70
cd
h70
ca
h70
ct
h70
ci
h70
co
h70
cn
h70
c;
h70
c 
h70
cv
h70
ce
h70
cr
h70
cs
h70
ci
h70
co
h70
cn
h70
c 
h70
c2
h70
c 
h70
co
h70
cf
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
cL
h70
ci
h70
cc
h70
ce
h70
cn
h70
cs
h70
ce
h70
c,
h70
c 
h70
cd
h70
ca
h70
ct
h70
ce
h70
cd
h70
c 
h70
cJ
h70
cu
h70
cn
h70
ce
h70
c 
h70
c1
h70
c9
h70
c9
h70
c1
h70
c.
h70
cT
h70
ch
h70
ci
h70
cs
h70
c 
h70
cp
h70
cr
h70
co
h70
cg
h70
cr
h70
ca
h70
cm
h70
c 
h70
ci
h70
cs
h70
c 
h70
cd
h70
ci
h70
cs
h70
ct
h70
cr
h70
ci
h70
cb
h70
cu
h70
ct
h70
ce
h70
cd
h70
c 
h70
ci
h70
cn
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
ch
h70
co
h70
cp
h70
ce
h70
c 
h70
ct
h70
ch
h70
ca
h70
ct
h70
c 
h70
ci
h70
ct
h70
c 
h70
cw
h70
ci
h70
cl
h70
cl
h70
c 
h70
cb
h70
ce
h70
c 
h70
cu
h70
cs
h70
ce
h70
cf
h70
cu
h70
cl
h70
c,
h70
cb
h70
cu
h70
ct
h70
cw
h70
ci
h70
ct
h70
ch
h70
co
h70
cu
h70
ct
h70
c 
h70
ce
h70
cv
h70
ce
h70
cn
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
ci
h70
cm
h70
cp
h70
cl
h70
ci
h70
ce
h70
cd
h70
c 
h70
cw
h70
ca
h70
cr
h70
cr
h70
ca
h70
cn
h70
ct
h70
cy
h70
c 
h70
co
h70
cf
h70
co
h70
cr
h70
cS
h70
ce
h70
ce
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
c\
h70
c*
h70
c(
h70
cG
h70
cN
h70
c 
h70
cG
h70
ce
h70
cn
h70
ce
h70
cr
h70
ca
h70
cl
h70
c 
h70
cP
h70
cu
h70
cb
h70
cl
h70
ci
h70
cc
h70
c 
h70
cL
h70
ci
h70
cc
h70
ce
h70
cn
h70
cs
h70
ce
h70
c 
h70
cf
h70
co
h70
cr
h70
c 
h70
cm
h70
co
h70
cr
h70
ce
h70
c 
h70
cd
h70
ce
h70
ct
h70
ca
h70
ci
h70
cl
h70
cs
h70
c.
h70
cY
h70
co
h70
cu
h70
c 
h70
cs
h70
ch
h70
co
h70
cu
h70
cl
h70
cd
h70
c 
h70
ch
h70
ca
h70
cv
h70
ce
h70
c 
h70
cr
h70
ce
h70
cc
h70
ce
h70
ci
h70
cv
h70
ce
h70
cd
h70
c 
h70
ca
h70
c 
h70
cc
h70
co
h70
cp
h70
cy
h70
c 
h70
co
h70
cf
h70
c 
h70
ct
h70
ch
h70
ce
h70
c 
h70
c\
h70
c*
h70
c(
h70
cG
h70
cN
h70

Bug#384801: fixed in xkeyboard-config 0.9+cvs.20070428-1

2007-04-28 Thread Paul Menzel
Hi Mohammed,


thank you for taking care for this package.

Am Samstag, den 28.04.2007, 19:24 + schrieb Debian Bug Tracking
System:

[...]

> >   + add Logitech Media Elite keyboard support. (Closes: #384801)

Actually, this is not correct. Looking at this website [1] or reading
the upstream discussion, the model logiclx300 for the Logitech Cordless
Desktop LX-300 has the same keyboard besides that it is wireless. So you
using this xkeyboard-config model will support some multimedia keys
correctly.

So nothing has been changed upstream! Please remove this comment from
the changelog.

On the other hand, there are still more keys to be supported, but I am
having problems to get the keycodes and scancodes. I am doing some more
investigation (especially with evdev and the kernel).

I will report back, when the keyboard is fully supported. Until then
please remove the note in the changelog. I leave it to you, but I would
reopen the bug.


Thanks

Paul


[1]
http://www.freedesktop.org/wiki/Software_2fXKeyboardConfig_2fModelsCompatibility


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#346599: Still interested?

2007-04-28 Thread Kartik Mistry

Hi,

I want to take over java-access-bridge in behalf of pkg-gnome team.
Please let me know if you are still interested in j-a-b. I will be
happy to work as co-maintainer with you.

If not, I will set owner to me in sometime.

Thanks,
--

Kartik Mistry  | Eng: kartikmistry.org/blog
0xD1028C8D | Guj: kartikm.wordpress.com



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



Bug#159461: libgimp-perl needlessly forces installation of large dependencies

2007-04-28 Thread Ari Pollak
Now that etch is released, I would gladly consider a patch to change PDL
to a Recommends while still giving a nice error message for the plugins
that need it.


Josip Rodin wrote:
> On Tue, Jan 16, 2007 at 01:23:06PM -0500, Ari Pollak wrote:
>> PDL is needed by a couple of plugins in the package.
>
> How many of those are there now? Can those plugins function at least
> somewhat without PDL? How badly do they break without it?
>
> A nice compromise would be to have the plugins error out with an error
> message saying 'this plugin requires PDL; please install the pdl package',
> and downgrade pdl to a Recommends:.
>



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



Bug#418837: shlibs

2007-04-28 Thread Theppitak Karoonboonyanan

I have been waiting for the new swfdec plugin for a while, but it has
been blocked by this bug. So, I've tried to fix it for my own use.

At first, it looks weird to me to have build-dependency on iceape-dev
but then pull in libnspr4 (which is actually libnspr4-0d in the archive)
for the actual shared object to link. So, I tried to build it against
libxul-dev instead. As a result, libxul-0d would become an additional
dependency, which may be undesirable for iceape/iceweasel users.

Is this the reason for iceape-dev build-dep and hard-coded libnspr4[-0d]
dependency, as oppose to libxul-dev build-dep? But then,
iceape/iceweasel users would end up having duplicated libnspr4.so in
its own browser package and in libnspr4-0d anyway.

Meanwhile, if iceape-browser provides shlibs file, the shared objects
from libnspr4-0d will be satisfied by the iceape-browser itself. But
that would mean horrible dependency for non-iceape users.

Nonetheless, I get back to the current approach, and spin a patch
to fix libnspr4-0d dependency, as attached. With this, I also change
the location of iceweasel plug-in from mozilla-firefox to iceweasel,
and add installation for xulrunner as well. I've tested it with both
iceweasel and epiphany, and it works.

--
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


swfdec-mozilla_0.4.3-2.1.debdiff
Description: Binary data


Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Russ Allbery
Brian J Lopes <[EMAIL PROTECTED]> writes:

> To be honest, the last time I checked the system was on Thursday
> evening.  When was the last time you used the computer without a problem
> Haipeng?  Also, are you looking for the output from /var/log/messages
> Russ?

Yeah, wherever the system is set up to log kernel messages.  I know there
aren't any other interesting kernel messages (they'd be in dmesg), but I'm
curious about the timestamp on the AFS one.

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Brian J. Lopes

Russ Allbery wrote:

Haipeng Shen <[EMAIL PROTECTED]> writes:


This is the end of the output from "dmesg". It seems like having to do
with afs. This might be caused the expired tokens in afs.


I'd actually say the opposite -- there's nothing there that really touches
on AFS.  I was somewhat hoping to see a kernel BUG or deadlock warning, as
that would make this much easier to track down.

The messages from dmesg aren't timestamped, so it's hard to know how long
ago the token expiration happened.  However, in general, token expiration
is normal and expected and always logs a message like that.  I wouldn't
suspect that unless the timing coincides.  Although it's still a
possibility.

If you can get to your syslog (or other system log) file, could you see
when that afs message was logged and if it is at all close to when the
system started behaving strangely?

I suspect some sort of lock deadlock is happening, although I don't know
if AFS is the culprit.  I don't suppose you know if this happens if you
run the system without AFS loaded, so that we can know with more
certainty?



To be honest, the last time I checked the system was on Thursday 
evening.  When was the last time you used the computer without a problem 
 Haipeng?  Also, are you looking for the output from /var/log/messages 
Russ?





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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Russ Allbery
Haipeng Shen <[EMAIL PROTECTED]> writes:

> I do not know for sure it is AFS, but the timing of the problem
> (including its previous occurrence) seems to suggest that. The problem
> always happens about 2 days after I reboot the system.

Does that correspond to the expiration time of Kerberos tickets or AFS
tokens?  (Still trying to track down whether maybe that log message is
related.)

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Haipeng Shen
I do not know for sure it is AFS, but the timing of the problem 
(including its previous occurrence) seems to suggest that. The problem 
always happens about 2 days after I reboot the system.


Russ Allbery wrote:

Haipeng Shen <[EMAIL PROTECTED]> writes:

  

This is the end of the output from "dmesg". It seems like having to do
with afs. This might be caused the expired tokens in afs.



I'd actually say the opposite -- there's nothing there that really touches
on AFS.  I was somewhat hoping to see a kernel BUG or deadlock warning, as
that would make this much easier to track down.

The messages from dmesg aren't timestamped, so it's hard to know how long
ago the token expiration happened.  However, in general, token expiration
is normal and expected and always logs a message like that.  I wouldn't
suspect that unless the timing coincides.  Although it's still a
possibility.

If you can get to your syslog (or other system log) file, could you see
when that afs message was logged and if it is at all close to when the
system started behaving strangely?

I suspect some sort of lock deadlock is happening, although I don't know
if AFS is the culprit.  I don't suppose you know if this happens if you
run the system without AFS loaded, so that we can know with more
certainty?

  


--


Haipeng Shen
Assistant Professor
Department of Statistics and Operations Research
University of North Carolina at Chapel Hill
304 Smith Building
Chapel Hill, NC 27599-3260
http://www.unc.edu/~haipeng
*


Bug#415216: gnome-control-center: Some event sounds do not work

2007-04-28 Thread Alan Baghumian
I even tested with gstreamer-esd and gstreamer-alsa packeges and different
sound systems (OSS, ALSA, ESD) in GNOME sound settings but nothing helped!

It's a little strange!

Alan

> Le mercredi 25 avril 2007 à 00:07 +0200, Sven Arvidsson a écrit :
>> On Tue, 2007-04-24 at 20:57 +0200, Julien Valroff wrote:
>> > I have just downloaded the latest gnome-control-center from
>> incoming.d.o
>> > and upgraded the dependencies, but still no sound when clicking on a
>> > shortcut on a panel, and no logout sound - login sound is OK, ie. the
>> > same behaviour as reported before.
>>
>> That's too bad, I'm starting to run out of ideas on this one.
>
> I have noticed that if I restart Xorg (ctrl+alt+backspace) when logged
> in a GNOME session, and re-log in, the sounds work ok (until the next
> reboot).
> Could it be related to service start order?
>
> Cheers,
> Julien
>
>
>
>
>
> ___
> pkg-gnome-maintainers mailing list
> [EMAIL PROTECTED]
> http://lists.alioth.debian.org/mailman/listinfo/pkg-gnome-maintainers
>




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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Russ Allbery
Haipeng Shen <[EMAIL PROTECTED]> writes:

> This is the end of the output from "dmesg". It seems like having to do
> with afs. This might be caused the expired tokens in afs.

I'd actually say the opposite -- there's nothing there that really touches
on AFS.  I was somewhat hoping to see a kernel BUG or deadlock warning, as
that would make this much easier to track down.

The messages from dmesg aren't timestamped, so it's hard to know how long
ago the token expiration happened.  However, in general, token expiration
is normal and expected and always logs a message like that.  I wouldn't
suspect that unless the timing coincides.  Although it's still a
possibility.

If you can get to your syslog (or other system log) file, could you see
when that afs message was logged and if it is at all close to when the
system started behaving strangely?

I suspect some sort of lock deadlock is happening, although I don't know
if AFS is the culprit.  I don't suppose you know if this happens if you
run the system without AFS loaded, so that we can know with more
certainty?

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Brian J. Lopes

Russ Allbery wrote:

Brian J Lopes <[EMAIL PROTECTED]> writes:

Haipeng Shen wrote:



No. before I tried "top", I tried "ls", which generates response right
away.



I'm experiencing the same issue, although I would say that I'm also
having problems with ls.  I tried restarting the ntp client to see if
the clock was slightly skewed (my previous inclination), but that didn't
seem to improve the situation.  top is downright unresponsive for me.


Something is interfering with scanning /proc and anything that touches it
is being affected.  I've seen this before and then it disappeared again
and I don't remember what happened or changed to make it go away.

If you run dmesg once the system is in this state, is there any
interesting output at the end?


Here are the last 25 lines of dmesg:

$ dmesg | tail -n 25
EXT3 FS on hda7, internal journal
EXT3-fs: mounted filesystem with ordered data mode.
Intel ISA PCIC probe: not found.
e100: eth0: e100_watchdog: link up, 100Mbps, full-duplex
lp0: using parport0 (interrupt-driven).
ppdev: user-space parallel port driver
NET: Registered protocol family 10
lo: Disabled Privacy Extensions
IPv6 over IPv4 tunneling driver
openafs: module license 'http://www.openafs.org/dl/license10.html' 
taints kernel.

Found system call table at 0xc02834c0 (pattern scan)
Starting AFS cache scan...found 277 non-empty cache files (17%).
[drm] Initialized drm 1.0.1 20051102
ACPI: PCI Interrupt :01:00.0[A] -> GSI 16 (level, low) -> IRQ 177
[drm] Initialized radeon 1.25.0 20060524 on minor 0
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
agpgart: Found an AGP 2.0 compliant device at :00:00.0.
agpgart: Putting AGP V2 device at :00:00.0 into 1x mode
agpgart: Putting AGP V2 device at :01:00.0 into 1x mode
[drm] Setting GART location based on new memory map
[drm] writeback test succeeded in 1 usecs
eth0: no IPv6 routers present
afs: Tokens for user of AFS id 91957 for cell isis.unc.edu have expired



--
Brian J. Lopes
PhD Student
Department of Statistics and Operations Research
University of North Carolina at Chapel Hill

To know that we know what we know, and that we do not know what we do
not know, that is true knowledge --Henry David Thoreau (quoting
Confucius): Walden


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Haipeng Shen
This is the end of the output from "dmesg". It seems like having to do 
with afs. This might be caused the expired tokens in afs.


**
openafs: module license 'http://www.openafs.org/dl/license10.html' 
taints kernel.

Found system call table at 0xc02834c0 (pattern scan)
Starting AFS cache scan...found 277 non-empty cache files (17%).
[drm] Initialized drm 1.0.1 20051102
ACPI: PCI Interrupt :01:00.0[A] -> GSI 16 (level, low) -> IRQ 177
[drm] Initialized radeon 1.25.0 20060524 on minor 0
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
mtrr: 0xe000,0x800 overlaps existing 0xe000,0x400
agpgart: Found an AGP 2.0 compliant device at :00:00.0.
agpgart: Putting AGP V2 device at :00:00.0 into 1x mode
agpgart: Putting AGP V2 device at :01:00.0 into 1x mode
[drm] Setting GART location based on new memory map
[drm] writeback test succeeded in 1 usecs
eth0: no IPv6 routers present
afs: Tokens for user of AFS id 91957 for cell isis.unc.edu have expired
**

Russ Allbery wrote:

Brian J Lopes <[EMAIL PROTECTED]> writes:
  

Haipeng Shen wrote:



  

No. before I tried "top", I tried "ls", which generates response right
away.
  


  

I'm experiencing the same issue, although I would say that I'm also
having problems with ls.  I tried restarting the ntp client to see if
the clock was slightly skewed (my previous inclination), but that didn't
seem to improve the situation.  top is downright unresponsive for me.



Something is interfering with scanning /proc and anything that touches it
is being affected.  I've seen this before and then it disappeared again
and I don't remember what happened or changed to make it go away.

If you run dmesg once the system is in this state, is there any
interesting output at the end?

  


--


Haipeng Shen
Assistant Professor
Department of Statistics and Operations Research
University of North Carolina at Chapel Hill
304 Smith Building
Chapel Hill, NC 27599-3260
http://www.unc.edu/~haipeng
*


Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Russ Allbery
Brian J Lopes <[EMAIL PROTECTED]> writes:
> Haipeng Shen wrote:

>> No. before I tried "top", I tried "ls", which generates response right
>> away.

> I'm experiencing the same issue, although I would say that I'm also
> having problems with ls.  I tried restarting the ntp client to see if
> the clock was slightly skewed (my previous inclination), but that didn't
> seem to improve the situation.  top is downright unresponsive for me.

Something is interfering with scanning /proc and anything that touches it
is being affected.  I've seen this before and then it disappeared again
and I don't remember what happened or changed to make it go away.

If you run dmesg once the system is in this state, is there any
interesting output at the end?

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Brian J. Lopes

Haipeng Shen wrote:
No. before I tried "top", I tried "ls", which generates response right 
away.


I'm experiencing the same issue, although I would say that I'm also 
having problems with ls.  I tried restarting the ntp client to see if 
the clock was slightly skewed (my previous inclination), but that didn't 
seem to improve the situation.  top is downright unresponsive for me.


-Brian


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Haipeng Shen
No. before I tried "top", I tried "ls", which generates response right 
away.


Note that I ssh into the machine. The connection itself takes longer 
than normal to succeed.


Russ Allbery wrote:

Haipeng Shen <[EMAIL PROTECTED]> writes:

  

I have been waiting for the problem to appear again. I rebooted the
machine using the 2.6 kernel this Thursday, and just now found out that
the problem appeared. I typed "top" about 20 minutes ago, and nothing
has returned yet ...



Are all commands on the system unresponsive, no matter what command it is?

  


--


Haipeng Shen
Assistant Professor
Department of Statistics and Operations Research
University of North Carolina at Chapel Hill
304 Smith Building
Chapel Hill, NC 27599-3260
http://www.unc.edu/~haipeng
*


Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Russ Allbery
Haipeng Shen <[EMAIL PROTECTED]> writes:

> I have been waiting for the problem to appear again. I rebooted the
> machine using the 2.6 kernel this Thursday, and just now found out that
> the problem appeared. I typed "top" about 20 minutes ago, and nothing
> has returned yet ...

Are all commands on the system unresponsive, no matter what command it is?

-- 
Russ Allbery ([EMAIL PROTECTED])   


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



Bug#420798: openafs-modules-source: cannot build from source

2007-04-28 Thread Haipeng Shen


Russ Allbery wrote:

Haipeng Shen <[EMAIL PROTECTED]> writes:
  

Here is the situation. I have both 2.4 and 2.6 kernels installed.

1. If I use 2.6 kernel, once I leave the machine on for a while, the

machine slows down considerably. It almost feels like all the processes
are on slow motion. A simple command like "top" would take a really long
time to execute. We think that this might be an AFS problem.



Unless you're running commands out of AFS, or have AFS directories first
in your PATH, this is probably not an AFS problem.  AFS can slow down
accesses to things in AFS, but generally not unrelated things on the
system.

What does top show in the system activity?  Is the system apparently idle,
or is there some process that seems to be taking up resources?

  
I have been waiting for the problem to appear again. I rebooted the 
machine using the 2.6 kernel this Thursday, and just now found out that 
the problem appeared. I typed "top" about 20 minutes ago, and nothing 
has returned yet ...



2. If I use 2.4 kernel, I will have to manually load up the network card
every time I reboot, which I can live with as long as I can use
AFS. However, this morning when I booted up the machine using the 2.4
kernel, I can not access AFS. When I tried to use klog, it returned the
following error message:



  

"Unable to authenticate to AFS because a pioctl failed."



Yeah, AFS is refusing to compile against a 2.4 kernel due to the following
error message:

In file included from 
/lib/modules/2.4.27-3-686/build/include/linux/prefetch.h:13,
  from /lib/modules/2.4.27-3-686/build/include/linux/list.h:6,
  from /lib/modules/2.4.27-3-686/build/include/linux/wait.h:14,
  from /lib/modules/2.4.27-3-686/build/include/linux/fs.h:12,
  from 
/lib/modules/2.4.27-3-686/build/include/linux/capability.h:17,
  from 
/lib/modules/2.4.27-3-686/build/include/linux/binfmts.h:5,
  from /lib/modules/2.4.27-3-686/build/include/linux/sched.h:9,
  from conftest.c:26:
/lib/modules/2.4.27-3-686/build/include/asm/processor.h:75: error: array type 
has incomplete element type

This error looks very familiar to me

Ah, yes.  This comes from trying to build against a 2.4 kernel using gcc
4.  You need to make gcc 3 your default compiler before trying to build
any kernel module against a 2.4 kernel.  Debian etch switched to gcc 4 as
the default compiler.

  


--


Haipeng Shen
Assistant Professor
Department of Statistics and Operations Research
University of North Carolina at Chapel Hill
304 Smith Building
Chapel Hill, NC 27599-3260
http://www.unc.edu/~haipeng
*


Bug#421376: That's what it looks like

2007-04-28 Thread Hans-Joachim Zierke


Illustration added at
http://zierke.com/tmp/iceweaselbug.png



Bug#395823: apache2-ssl-certificate disappeared

2007-04-28 Thread Kristian Hermansen

Is this fixed yet?  I can also confirm that this is still broken!!!  FIX FIX FIX
--
Kristian Hermansen


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



Bug#421270: gdb: fails to debug multithread programs

2007-04-28 Thread Daniel Jacobowitz
reassign 421270 linux-image-2.6.18-4-amd64
thanks

On Fri, Apr 27, 2007 at 05:59:15PM +0400, Dmitry Potapov wrote:
> I have tried to use both 'stable' and 'unstable' versions of gdb with
> the same result. I suspect that the problem has something to do with
> -amd64 kernel (linux-image-2.6-amd64_2.6.18+6_i386.deb), because at the
> address 0xe000 (which mentioned in the above warning) is the address
> of linux-gate.so.1, which is a virtual DSO provided by the kernel.

You're using a 32-bit installation with a 64-bit kernel, right?

GDB doesn't work in this configuration.  It's a kernel bug; the ptrace
32-bit emulation does not handle some operations that normal i386
ptrace handles.

-- 
Daniel Jacobowitz
CodeSourcery


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



Bug#420840: xserver-xorg-video-intel: custom resolution set with 915resolution doesn't work anymore, Xorg falls back to 1280x1024

2007-04-28 Thread Brice Goglin
You might want to look at the following message (and earlier messages in
the thread), in case it helps you getting 1680x1050 back.
http://lists.freedesktop.org/archives/xorg/2007-April/024253.html

Brice



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



Bug#421436: spiralsynthmodular: Tooltips appear under mouse cursor, thus unreadable

2007-04-28 Thread Adam C. Emerson
Package: spiralsynthmodular
Version: 0.2.2a-3.1
Severity: minor


When hovering the mouse over a connection point, the tool tip appears
under the mouse, making part or all of it unreadable.

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

Kernel: Linux 2.6.20 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages spiralsynthmodular depends on:
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libfltk1.11.1.7-4Fast Light Toolkit shared librarie
ii  libgcc1   1:4.1.2-4  GCC support library
ii  libjack0.100.0-0  0.103.0-1  JACK Audio Connection Kit (librari
ii  liblrdf0  0.4.0-1a library to manipulate RDF files 
ii  libsndfile1   1.0.17-1   Library for reading/writing audio 
ii  libstdc++64.1.2-4The GNU Standard C++ Library v3

spiralsynthmodular recommends no packages.

-- no debconf information


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



Bug#367691: this bug/367691: coreutils: behaviour of du -x[LDP] differs from that of du -[LDP]x

2007-04-28 Thread Justin Pryzby
On Sat, Apr 28, 2007 at 11:47:50PM +0200, Jim Meyering wrote:
> Justin Pryzby <[EMAIL PROTECTED]> wrote:
> 
> > On Wed, Apr 25, 2007 at 02:02:33PM +0200, Jim Meyering wrote:
> >> Justin Pryzby <[EMAIL PROTECTED]> wrote:
> >> > I see.  The (generated) manpage documentation is unclear on this.
> >> > (For comparison, find.1 is clear).  I'm tempted to suggest this --help
> >> > output:
> >> >
> >> >   -[DH], --dereference-args  dereference only symbolic links listed 
> >> > under FILEs
> >> >   -L, --dereference dereference all symbolic links
> >> >   -P, --no-dereference  don't follow any symbolic links (this is the
> >> > default)
> >> >
> >> >> With -D, du dereferences all command-line-specified symlinks.
> >>
> >> Thanks.
> >> FYI, I've adjusted it:
> >>
> >>* src/du.c (usage): Clarify description of --dereference-args (-D).
> >>Prompted by a report from Justin Pryzby.
> >>
> >> diff --git a/src/du.c b/src/du.c
> >> index 3fc2c90..6248aa1 100644
> >> --- a/src/du.c
> >> +++ b/src/du.c
> >> @@ -298,7 +298,7 @@ Mandatory arguments to long options are mandatory for 
> >> short options too.\n\
> >>-B, --block-size=SIZE  use SIZE-byte blocks\n\
> >>-b, --bytes   equivalent to `--apparent-size --block-size=1'\n\
> >>-c, --total   produce a grand total\n\
> >> -  -D, --dereference-args  dereference FILEs that are symbolic links\n\
> >> +  -D, --dereference-args  dereference any listed FILE that is a symbolic 
> >> link\n\
> > I hate to nitpick .. but, the necessary word is "only".
> 
> IMHO, given the use in the synopsis of "FILE" (and precedent of using
> 
> Usage: du [OPTION]... [FILE]...
>   or:  du [OPTION]... --files0-from=F
> 
> "FILE" elsewhere in --help output), saying "listed FILE" is an unambiguous
> way of referring to names listed on the command line.
Ok the problem isn't the use of FILE, but the interaction with -L;
it's pretty clear that FILE refers to those as in the synopsis.  But
it isn't clear from the current phrase that -D causes symbolic links
which are not command line args to be not dereferenced, if -L is
specified earlier than -D, this results in different behavior.

> If you want to propose some alternative wording, please
> supply the complete description.

As above, the best of which I can think:
> >> >   -[DH], --dereference-args  dereference only symbolic links listed 
> >> > under FILEs
alternately:
 "dereference symlinks only if they are included in [FILE]..."

Thanks for listening
Justin


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



Bug#418963: later version 0.90.2-1~volatile1 now available in volatile

2007-04-28 Thread Andrew Buckeridge
I made pkg from unstable 0.90.2-1 source pkg and installed it in etch.
Seems to be working.

Btw I have volatile as a mail system is not usable unless spam filter
is at the bleeding edge.  Clamav 0.90.2-1~volatile1 is now in volatile
http://ftp.nz.debian.org/debian-volatile/dists/etch/volatile/main/binary-i386/Packages.gz

On a non-virus platform clamav only needs to get the same hit rate as
spamassassin.  The occasional Microsoft virus that gets through can be
good for a small laugh.

Upgrading clamav did not significantly reduce external spam, but did
stop the warnings.



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



Bug#421435: getty login with é capitalize all letters

2007-04-28 Thread Yan Morin

Package: linux-utils
Version: 2.12r-19 (also seen on debian etch and ubuntu)

With getty Login prompt, I write the UTF-8 letter "é" (e acute or
é in
HTML entities) for a user name. Then I press .

The PASSWORD prompt become capitalize and every letters after that too. 
By example, if I write the good login and password, 
my bash prompt will be capitalize, ls, ls results, etc...

--
Yan Morin
[EMAIL PROTECTED]
http://www.sflphone.org/
http://www.savoirfairelinux.com/






Bug#421434: libgdal1-1.4.0: uninstallable, unmet dependencies - Depends: libgnutls11; Conflicts: libgdal1-1.3.2

2007-04-28 Thread Mark Robinson
Package: libgdal1-1.4.0
Version: 1.4.1-3
Severity: important


> The following packages have unmet dependencies:
>   ...
>   libgdal1-1.4.0: Depends: libgnutls11 (>= 1.0.16) but it is not installable
>   Conflicts: libgdal1-1.3.2 but 1.3.2-4 is installed.

> # apt-cache search libgnutls
> libgnutls-dev - the GNU TLS library - development files
> libgnutls13 - the GNU TLS library - runtime library
> libgnutls13-dbg - GNU TLS library - debugger symbols
> libgnutlsxx13 - the GNU TLS library - C++ runtime library
> libgnutls7 - GNU TLS library - runtime library
> libgnutls5 - GNU TLS library - runtime library
> #

> # aptitude show libgdal1-1.3.2
> Package: libgdal1-1.3.2
> New: yes
> State: installed
> Automatically installed: no
> Version: 1.3.2-4


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/bash


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



Bug#368865: backtrace.3

2007-04-28 Thread Justin Pryzby
I'm including a copy of the backtrace.3 manpage; I've made only small
changes since the most recent reviews.  The remainder I don't agree
with or am not convinced move in the right direction, or are otherwise
difficult to implement.

For example, I can't think how to avoid "most-recently called
functions", and I'm not sure if this won't be unclear.  I don't want
to include all the reasons why a function's name may not be available
by copying from glibc, since that's not legal.  Naturally you should
feel free to make changes as you like.  Please understand that I'm not
trying to be difficult or leave the work half finished..
.\" Copyright (C) 2006-2007 Justin Pryzby <[EMAIL PROTECTED]>
.\"
.\" Permission is hereby granted, free of charge, to any person obtaining
.\" a copy of this software and associated documentation files (the
.\" "Software"), to deal in the Software without restriction, including
.\" without limitation the rights to use, copy, modify, merge, publish,
.\" distribute, sublicense, and/or sell copies of the Software, and to
.\" permit persons to whom the Software is furnished to do so, subject to
.\" the following conditions:
.\"
.\" The above copyright notice and this permission notice shall be
.\" included in all copies or substantial portions of the Software.
.\"
.\" THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
.\" EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
.\" MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
.\" IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
.\" CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
.\" TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
.\" SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
.\"
.\" References:
.\"   glibc manual and source
.TH BACKTRACE 3 "2007-04-28" GNU

.SH NAME
backtrace, backtrace_symbols, backtrace_symbols_fd \- support for application 
self-debugging

.SH SYNOPSIS
.B #include 

.B int backtrace(void
.BI ** buffer ,
.B int
.IB size );

.B char **backtrace_symbols(void *const
.BI * buffer ,
.B int
.IB size );

.B void backtrace_symbols_fd(void *const
.BI * buffer ,
.B int
.IB size ,
.B int
.IB fd );

.SH DESCRIPTION
.B backtrace()
stores up to
.I size
return addresses for the most-recently called functions to the
addresses starting at
.IR buffer .

.B backtrace_symbols()
accepts in
.I buffer
an array of
.I size
return addresses, as generated by
.BR backtrace() ,
and returns an array of strings describing the functions containing
those addresses.

.B backtrace_symbols_fd()
accepts the same
.I buffer
and
.I size
parameters as
.BR backtrace_symbols() ,
and writes to the file descriptor
.I fd
the same descriptive strings, separated by newlines.

.SH "RETURN VALUE"
.B backtrace()
returns the number of addresses stored, which is not greater than
.IR size .
If it is less than
.IR size ,
then the full backtrace was stored; if it is equal to
.IR size ,
then it may have been truncated, in which case, the addresses of the
oldest stack frames are not stored.

.B backtrace_symbols()
returns an array of
.I size
strings, each of which contains the function name, offset in bytes
from the beginning of that function, and the return address.  The
array (but not the string elements) is allocated with
.BR malloc() ,
and should be freed when it is unused.  NULL is returned on error.

.SH EXAMPLE
.nf
/* make CFLAGS='-W -Wall -O0 -g' LDFLAGS='-rdynamic' gnubt */
#include 
#include 
#include 
#include 

int h(void)
{
void **vec=NULL;
size_t sz;

for (sz=1; 1; sz<<=1) {
size_t ret;
if (NULL==(vec=realloc(vec, sz*sizeof(*vec {
perror("realloc");
exit(EXIT_FAILURE);
}

ret=backtrace(vec, sz);
if (ret\\n", *argv);
exit(EXIT_FAILURE);
}

return f(atoi(argv[1]));
}
.fi

.SH CONFORMING TO
These functions are GNU extensions, and should not be used in programs
intended to be portable.

.SH NOTES
These functions make some assumptions about how a function's return
address is stored on the stack.  Omission of the frame pointers (as
implied by any of
.BR gcc 's
non-zero optimization levels) may cause these assumptions to be
violated.

The symbol names may be unavailable without the use of special linker
options.  For the GNU linker
.BR ld ,
it is necessary to pass
.BR \-rdynamic .
Note that names of "static" function are never exposed, and won't be
available in the backtrace.

.B backtrace_symbols()
requires that
.B malloc()
function correctly, whereas
.B backtrace()
and
.B backtrace_symbols_fd()
do not (assuming that their arguments are allocated on the stack).
This is not insignificant in the situations where a backtrace is
useful.

.SH SEE ALSO
.BR malloc (3),
.BR dlopen (3),
.BR ld (1),
.BR gcc (1)


Bug#421037: libc6: SIGILL on upgrade on netwinder

2007-04-28 Thread Aurelien Jarno
James Troup a écrit :
> Package: libc6
> Version: 2.5-4
> Severity: serious
> 
> | Preparing to replace libc6 2.3.6.ds1-11 (using 
> .../archives/libc6_2.5-4_arm.deb) ...
> | Unpacking replacement libc6 ...
> | dpkg: error processing /var/cache/apt/archives/libc6_2.5-4_arm.deb 
> (--unpack):
> |  dpkg: warning - old post-removal script killed by signal (Illegal 
> instruction)
> 
> This is on a netwinder (SA-110) running 2.6.xx.
> 

>From the build.d.o, it looks like the failure appeared on europa.d.o. Is
that right?

Bdale gave me an access to netwinder, so I can try to reproduce the
problem. On this machine the libc6 2.5-4 seems to work correctly, I am
able to run bash and all the commands from the postrm script.

I guess the next step is to upgrade the chroot of netwinder to unstable
to see if the same problem also appears on this machine.

It would also be nice if you can give me the current version of the
kernel that europa? runs, and the output of /proc/cpuinfo so that we
could compare the two machines.

Thanks,
Aurelien

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


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



Bug#417938: lvm2create_initrd missing pieces

2007-04-28 Thread Phil Dibowitz
I noticed the latest version of lvm2 has hooks for initramfs-tools.

But I have yet to be able to make this work - and there don't appear to be
docs in /usr/share/doc/lvm2.

I've tried passing in 'root=/dev/vg00/root' and 'root=vg00-root' and a
variety of other things, but it always just hangs waiting for the root
filesystem to show up. I never even see the output of "vgchange".

I checked the resultant initrd and it has /scripts/local-top/lvm2 in it, so
it should be working. But unfortunately it's not. A quick glance at the
script is what made me try "vg00-root" based on the sed expression being
used there - that should return 'vg00', my vg. But that didn't work either.

What am I supposed to pass on the kernel command-line?

Thanks,
-- 
Phil Dibowitz [EMAIL PROTECTED]
Open Source software and tech docsInsanity Palace of Metallica
http://www.phildev.net/   http://www.ipom.com/

"Never write it in C if you can do it in 'awk';
 Never do it in 'awk' if 'sed' can handle it;
 Never use 'sed' when 'tr' can do the job;
 Never invoke 'tr' when 'cat' is sufficient;
 Avoid using 'cat' whenever possible" -- Taylor's Laws of Programming




signature.asc
Description: OpenPGP digital signature


Bug#419324: (Bug#419324: fixed in linuxdoc-tools 0.9.21-0.7)

2007-04-28 Thread David Lawyer
On Fri, Apr 27, 2007 at 12:21:01PM +0200, Agustin Martin wrote:
> I wonder if we can get rid of the way the -f option is currently
> implemented. Passing "-P-cbou" if -f is enabled and "-P-c" otherwise, both
> in case nothing is explicitely passed from the command line, should have
> a similar effect.  

I had the same thought.  I hope that the -bou covers all cases of
overstiking.  I think it does but ...

David Lawyer


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



Bug#418013: amarok: Another backtrace; 2 duplicates

2007-04-28 Thread David Triendl
Subject: amarok: Another backtrace; 2 duplicates
Followup-For: Bug #418013
Package: amarok
Version: 1.4.4-4

*** Please type your report below this line ***
I actually have the same problem. Instructions to reproduce:
1) Use the default amaroK config
2) Fill the playlist with at least 2 files
3) Play the second file
(Optional: Stop playing, just make sure that the second file is
still marked as 'last played file')
4) Mark the first file and delete it by pressing DEL
5) Mark the second file and delete it by pressing DEL
6) >>BOOM<<

I added the backtrace produced by amaroK as attachement.
Subject: 1.4.4 [___stripped][validity: 0.83][frames: 118][xine]
My CPU is an Intel Core 2 Duo, so it may be a problem related to multiple
CPUs.

Bug reports #397408 and #403340 seem to be duplicates of this bug.

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

Versions of packages amarok depends on:
ii  amarok-engines 1.4.4-4   output engines for the Amarok 
audi
ii  amarok-xine [amarok-en 1.4.4-4   xine engine for the Amarok audio 
p
ii  kdelibs4c2a4:3.5.5a.dfsg.1-8 core libraries and binaries for 
al
ii  libart-2.0-2   2.3.17-1  Library of functions for 2D 
graphi
ii  libaudio2  1.8-4 The Network Audio System (NAS). 
(s
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libfontconfig1 2.4.2-1.2 generic font configuration 
library
ii  libfreetype6   2.2.1-5   FreeType 2 font engine, shared 
lib
ii  libgcc11:4.1.1-21GCC support library
ii  libgl1-mesa-glx [libgl 6.5.1-0.6 A free implementation of the 
OpenG
ii  libglib2.0-0   2.12.4-2  The GLib library of C routines
ii  libgpod0   0.3.2-1.1 a library to read and write songs 
ii  libice61:1.0.1-2 X11 Inter-Client Exchange library
ii  libidn11   0.6.5-1   GNU libidn library, 
implementation
ii  libifp41.0.0.2-3 communicate with iRiver iFP audio 
ii  libjpeg62  6b-13 The Independent JPEG Group's JPEG 
ii  libmysqlclient15off5.0.32-7etch1 mysql database client library
ii  libnjb52.2.5-4.1 Creative Labs Nomad Jukebox 
librar
ii  libpng12-0 1.2.15~beta5-1PNG library - runtime
ii  libpq4 8.1.8-1   PostgreSQL C client library
ii  libqt3-mt  3:3.3.7-4 Qt GUI Library (Threaded runtime 
v
ii  libruby1.8 1.8.5-4   Libraries necessary to run Ruby 
1.
ii  libsdl1.2debian1.2.11-8  Simple DirectMedia Layer
ii  libsm6 1:1.0.1-3 X11 Session Management library
ii  libsqlite3-0   3.3.8-1.1 SQLite 3 shared library
ii  libstdc++6 4.1.1-21  The GNU Standard C++ Library v3
ii  libtag1c2a 1.4-4 TagLib Audio Meta-Data Library
ii  libtunepimp3   0.4.2-4.1 MusicBrainz tagging library and 
si
ii  libusb-0.1-4   2:0.1.12-5userspace USB programming library
ii  libvisual-0.4-00.4.0-1.1 Audio visualization framework
ii  libx11-6   2:1.0.3-7 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  libxft22.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  libxrender11:0.9.1-3 X Rendering Extension client 
libra
ii  libxt6 1:1.0.2-2 X11 toolkit intrinsics library
ii  ruby   1.8.2-1   An interpreter of object-oriented 
ii  unzip  5.52-9De-archiver for .zip files
ii  zlib1g 1:1.2.3-13compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.5-2  enables the browsing of audio CDs 

-- no debconf information
Amarok ist abgestürzt! Das tut uns wirklich sehr leid :(

Aber vielleicht können Sie uns helfen, den Fehler zu beheben. Amarok hat einen 
Backtrace erzeugt, der den Fehler beschreibt. Klicken Sie einfach auf Senden 
oder, wenn Sie Zeit haben, schreiben Sie zuerst einen Bericht und beschreiben 
darin, wie es zu dem Absturz kam.

Vielen Dank.







Die unten stehende Information hilft den Entwicklern bei der Identifizierung 
des Problems

Bug#421432: ITP: salliere duplicate bridge scorer

2007-04-28 Thread Matthew Johnson
tags 421432 pending
thanks

I have packages for this for which I need a sponsor to upload:

http://mjj29.matthew.ath.cx/debian-upload/salliere/

Matt



signature.asc
Description: Digital signature


Bug#421431: ITP: libcsv-java CSV parsing library for java

2007-04-28 Thread Matthew Johnson
tags 421431 pending
thanks

I have packages for this for which I need a sponsor to upload:

http://mjj29.matthew.ath.cx/debian-upload/libcsv-java/

Matt



signature.asc
Description: Digital signature


Bug#421433: www.debian.org: Broken link to apt in security page

2007-04-28 Thread Touko Korpela
Package: www.debian.org
Severity: normal

At http://www.debian.org/security/
http://packages.debian.org/stable/base/apt is broken link.


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



Bug#421432: ITP: salliere duplicate bridge scorer

2007-04-28 Thread Matthew Johnson
Package: wnpp
Severity: wishlist
Owner: Matthew Johnson <[EMAIL PROTECTED]>

* Package name: salliere
  Version : 0.1
  Upstream Author : Matthew Johnson <[EMAIL PROTECTED]>
* URL : http://www.matthew.ath.cx/projects/salliere/
* License : GPL
  Programming Lang: Java
  Description : Bridge duplicate scorer

 Salliere is a scoring program for duplicate bridge.  It will take a
 file of pair numbers and contracts then score and match point them for
 duplicate bridge. It will then produce nicely tabulated overall results
 and board-by-board results.



signature.asc
Description: Digital signature


Bug#421431: ITP: libcsv-java CSV parsing library for java

2007-04-28 Thread Matthew Johnson
Package: wnpp
Severity: wishlist
Owner: Matthew Johnson <[EMAIL PROTECTED]>

* Package name: libcsv-java
  Version : 2.0
  Upstream Author : Bruce Dunwiddie <[EMAIL PROTECTED]>
* URL : http://sourceforge.net/projects/javacsv/
* License : LGPL
  Programming Lang: Java
  Description : CSV IO library for Java

 Java CSV is a small fast open source java library for reading and
 writing CSV and plain delimited text files. All kinds of CSV files can
 be handled, text qualified, Excel formatted, etc.



signature.asc
Description: Digital signature


Bug#421430: kopete: Does not shows jid, e-mail or passport id when another user wants me to accept him/her

2007-04-28 Thread Lisandro Dami�Nicanor P�z Meyer
Package: kopete
Version: 4:3.5.6-2
Severity: wishlist


The idea is simple. When someone wants your permission for 
adding you to his/her list of contacts, only the other user's
nickname appears. It would be very helpful to also display the 
e-mail, JID, passport ID, or any other kind of information 
available, so as to try to guess who it may be.

As an example, I friend added me today and the dialog said:
"R. wants to add you to his contact list" (something like 
that, I use the spanish translation). If it said instead 
something like: "R. ([EMAIL PROTECTED]) wants to...", I
would have recognised him instantly.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=es_AR, LC_CTYPE=es_AR (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages kopete depends on:
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  libacl1  2.2.42-1Access control list shared library
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libattr1 1:2.4.32-1.1Extended attribute shared library
ii  libaudio21.8-4   The Network Audio System (NAS). (s
ii  libc62.5-4   GNU C Library: Shared libraries
ii  libfam0  2.7.0-12Client library to control the FAM 
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgadu3 1:1.7~rc2-2 Gadu-Gadu protocol library - runti
ii  libgcc1  1:4.1.1-21  GCC support library
ii  libglib2.0-0 2.12.11-3   The GLib library of C routines
ii  libgsmme1c2a 1.10-10 GSM mobile phone access library
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libmeanwhile11.0.2-2 open implementation of the Lotus S
ii  libpcre3 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libsm6   1:1.0.2-2   X11 Session Management library
ii  libstdc++6   4.1.1-21The GNU Standard C++ Library v3
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxml2  2.6.28.dfsg-1   GNOME XML library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxslt1.1   1.1.20-1XSLT processing library - runtime 
ii  libxt6   1:1.0.5-2   X11 toolkit intrinsics library
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages kopete recommends:
ii  qca-tls   1.0-3  TLS plugin for the Qt Cryptographi

-- no debconf information


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



Bug#338846: kexec-tools: FTBFS on all arches except on Intel

2007-04-28 Thread Steve Langasek
Hi Khalid,

> Build failed on powerpc due to compile issues in powerpc code, not
> because powerpc is unsupported architecture. Apparently -kdump10 patch
> still does not have full powerpc support in it.

> build failed on alpha because configure script did not recognize
> alphaev86 as a supported architecture. I will look into it.
 
The attached patch fixes the problem with kexec-tools failing to recognize
the alpha architecture; however, kexec-tools still fails to build on alpha
because there is no kexec syscall available for this architecture:

  In file included from kexec/kexec.c:37:
  kexec/kexec-syscall.h:47:2: error: #error Unknown processor architecture. 
Needs a kexec_load syscall number.
  make[1]: *** No rule to make target `kexec/arch/alpha/Makefile'.  Stop.

So I would suggest dropping alpha from the architecture list in debian/rules
as well, unless there's some reason to think this will be fixed soon.

Thanks,
-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
[EMAIL PROTECTED]   http://www.debian.org/
diff -u kexec-tools-1.101-kdump10/debian/changelog kexec-tools-1.101-kdump10/debian/changelog
--- kexec-tools-1.101-kdump10/debian/changelog
+++ kexec-tools-1.101-kdump10/debian/changelog
@@ -1,3 +1,11 @@
+kexec-tools (1.101-kdump10-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Always pass the Debian architecture to ./configure, to avoid problems
+with subarch recognition (or with wrong optimizations).
+
+ -- Steve Langasek <[EMAIL PROTECTED]>  Sat, 28 Apr 2007 16:37:18 -0700
+
 kexec-tools (1.101-kdump10-2) unstable; urgency=low
 
   * Moved the install location for kexec_test to /usr/lib (closes: Bug#392395)
diff -u kexec-tools-1.101-kdump10/debian/rules kexec-tools-1.101-kdump10/debian/rules
--- kexec-tools-1.101-kdump10/debian/rules
+++ kexec-tools-1.101-kdump10/debian/rules
@@ -11,6 +11,13 @@
 
 include /usr/share/dpatch/dpatch.make
 
+DEB_HOST_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
+DEB_BUILD_GNU_TYPE	:= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
+  conf_args += --build $(DEB_BUILD_GNU_TYPE)
+else
+  conf_args += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
+endif
 
 CFLAGS = -Wall -g
 
@@ -24,7 +31,7 @@
 configure-stamp: 
 	dh_testdir
 	# Add here commands to configure the package.
-	(cd kexec-tools-1.101; ./configure --prefix=/usr --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share)
+	(cd kexec-tools-1.101; ./configure $(conf_args) --prefix=/usr --sbindir=/sbin --mandir=/usr/share/man --datadir=/usr/share)
 
 	touch configure-stamp
 


Bug#420358: aptitude: SIGABRT due to uncaught exception "unexpectedly non-broken dependency"

2007-04-28 Thread Daniel Burrows
On Sat, Apr 28, 2007 at 03:41:42PM -0700, Josh Triplett <[EMAIL PROTECTED]> was 
heard to say:
> Daniel Burrows wrote:
> >   Thanks -- I've actually been able to reproduce this myself if I skip
> > through the first few solutions.  It looks like there's some sort of
> > inconsistency in aptitude's model of the world.  Haven't tracked it down
> > yet.
> 
> Can I safely upgrade packages with aptitude at this point and risk losing the
> reproducible crash, or do you still need my setup to remain intact?  I don't
> mind waiting a bit longer if you need it.

  I'll avoid upgrading for you. :)

  Daniel


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



Bug#421429: manpage describes -w, --write-source which no longer exists

2007-04-28 Thread Neil Williams
Package: glade
Version: 3.2.0-1
Severity: normal

There appears to be no support for building the source code directly
from within the GUI - the Build option has disappeared and the
-w|--write-source command described in the manpage is unknown:

$ glade-3 -w deb-gview.glade
Unknown option -w

The manpage also describes glade-2 when the executable is glade-3.

The removal of build support should also be documented in the manpage -
it used to work in glade-2 and it saved depending on glade directly. If
this option is not to be re-enabled, I will probably ditch glade for
this project and edit the files that glade last generated.

--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.18-4-amd64

Debian Release: lenny/sid
  500 unstablewww.linux.codehelp.co.uk
  500 unstablewww.emdebian.org
  500 unstablemirror.ox.ac.uk
  500 unstableftp.fr.debian.org

--- Package information. ---
Depends  (Version) | Installed
==-+-
libc6 (>= 2.5) | 2.5-4
libgladeui-1-5 | 3.2.0-1
libglib2.0-0   (>= 2.12.9) | 2.12.11-3
libgtk2.0-0(>= 2.10.3) | 2.10.11-2




--


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



pgpB2L3NOdlFN.pgp
Description: PGP signature


Bug#417789: elinks: elinks uses untrusted gettext catalog

2007-04-28 Thread Julien Cristau
On Wed, Apr  4, 2007 at 17:11:44 +0200, Arnaud Giersch wrote:

> Package: elinks
> Version: 0.11.1-1.2
> Severity: grave
> Tags: security, patch
> 
> Hi,
> 
> Elinks loads untrusted gettext catalog from the relative directory
> "../po/", and crashes (SIGSEGV) if the loaded file is corrupted. 

Hi,

I prepared a NMU for this bug, patch attached.  The patch simply
disables the "feature" which lead to the opening of untrusted files.

Security team, I'll prepare packages for sarge and etch, let me know if
I can upload to {,old}stable-security.

Cheers,
Julien
diff -u elinks-0.11.1/debian/changelog elinks-0.11.1/debian/changelog
--- elinks-0.11.1/debian/changelog
+++ elinks-0.11.1/debian/changelog
@@ -1,3 +1,11 @@
+elinks (0.11.1-1.4) unstable; urgency=high
+
+  * Non-maintainer security upload.
+  * Don't look for gettext message catalogs in ../po/ (closes: #417789).
+Thanks, Arnaud Giersch! Reference: CVE-2007-2027.
+
+ -- Julien Cristau <[EMAIL PROTECTED]>  Sun, 29 Apr 2007 00:18:54 +0200
+
 elinks (0.11.1-1.3) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- elinks-0.11.1.orig/src/intl/gettext/loadmsgcat.c
+++ elinks-0.11.1/src/intl/gettext/loadmsgcat.c
@@ -247,7 +247,7 @@
 	{
 		struct string filename;
 
-		if (init_string(&filename)
+		if (init_string(&filename) && 0
 		&& add_filename_to_string(&filename, domain_file)) {
 			fd = open(filename.source, O_RDONLY | O_BINARY);
 		}


signature.asc
Description: Digital signature


Bug#421428: ITP: commons-openpgp -- a common and simple Java interface for generating and verifying OpenPGP signatures

2007-04-28 Thread Paul Cager
Package: wnpp
Severity: wishlist
Owner: Paul Cager <[EMAIL PROTECTED]>

* Package name: commons-openpgp
  Version : svn 533437
  Upstream Author : Brett Porter, Stefan Bodewig
* URL : http://jakarta.apache.org/commons/sandbox/openpgp/index.html
* License : Apache V2
  Programming Lang: Java
  Description : a common and simple Java interface for generating and 
verifying OpenPGP signatures

Commons OpenPGP was started to produce a common and simple interface for
generating and verifying OpenPGP signatures.

Currently implemented using BouncyCastle, it is intended to allow
pluggable providers so that alternate open source and commercial
providers can be used.

The library was started by Maven and Ant committers to enable the use of
OpenPGP from these tools. Currently, Maven uses it in its development
version to sign libraries released to the repository.


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



Bug#420358: aptitude: SIGABRT due to uncaught exception "unexpectedly non-broken dependency"

2007-04-28 Thread Josh Triplett
Daniel Burrows wrote:
>   Thanks -- I've actually been able to reproduce this myself if I skip
> through the first few solutions.  It looks like there's some sort of
> inconsistency in aptitude's model of the world.  Haven't tracked it down
> yet.

Can I safely upgrade packages with aptitude at this point and risk losing the
reproducible crash, or do you still need my setup to remain intact?  I don't
mind waiting a bit longer if you need it.

- Josh Triplett



signature.asc
Description: OpenPGP digital signature


Bug#402551: ITP: gnome-orca -- Scriptable screen reader

2007-04-28 Thread Loïc Minier
 (Cc:ing debian-gtk-gnome)

On Fri, Apr 27, 2007, Mario Lang wrote:
> Loïc Minier <[EMAIL PROTECTED]> writes:
> >  I've imported and tagged the unstable version instead; you can commit
> >  whatever changes you had on mentors on top of that.
> >
> >  @Mario: do you want to continue sponsoring, I need to add you to
> >  pkg-gnome as well so that you can tag uploads; do you want to?
> 
> First of all, sorry for ignoring this issue for so long, but now,
> time permits me to do more work on GNOME accessibility stuff
> again, and now that I've looked and seen I already have an alioth
> account (mlang) that still works, I'd be interested in
> co-maintaining gnome-orca.  Since I will be using orca on a daily
> basis, I think it would only make sense to have the ability
> to address problems directly, rather then having to go via
> the BTS.  Could you add me to the alioth
> users group that is required for orca and give me a very quick
> primer on how to checkout and behave in the svn managed team
> appropriately?  I am pretty new to the GNOME team per se.

 I've added you to pkg-gnome so that you can work on gnome-orca;
 welcome!

 We should have more documentation on simple rules we follow in
 pkg-gnome, but the working process is based on quite standard
 svn-buildpackage usage, in mergeWithUpstream mode.  Basically, "svn co"
 to retrieve a working copy of the package dir at:
svn+ssh://svn.debian.org/svn/pkg-gnome/desktop/unstable/gnome-orca
 "svn-buildpackage" to build it, "svn-buildpackage --svn-tag-only" to
 tag the committed revision when you've done the final build.

 Subscribe to the pkg-gnome-maintainers@ list on alioth if you want to
 get all PTS for all packages, and to -commits for the commits.

 There are a lot of people on #gnome-debian on GIMPNet (irc.gimp.org) to
 help with uncommon tasks or to answer questions (me included).

 If you want to prepare gnome-orca 2.19, you do not need to wait for the
 API freeze as it doesn't export an API (AFAIK), so you can start by "svn
 cp"ing desktop/unstable/gnome-orca right now to desktop/experimental,
 but make sure you don't forget to commit fixes to both branches.  When
 the time comes, you will "svn mv" the experimental branch to unstable.
 You can use the "check-dist" makefile to avoid erroneous uploads to
 unstable of the experimental branch.

   Good luck,

-- 
Loïc Minier



Bug#421426: /usr/share/file/magic: Magic for Mathcad documents

2007-04-28 Thread Josh Triplett
Package: file
Version: 4.20-4
Severity: wishlist
File: /usr/share/file/magic
Tags: patch

The following magic detects Mathcad documents:

0 string .MCAD\  Mathcad document

(Found a few when going through some very old archived files.)

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages libmagic1 depends on:
ii  libc6 2.5-2  GNU C Library: Shared libraries
ii  zlib1g1:1.2.3-13 compression library - runtime

libmagic1 recommends no packages.

Versions of packages file depends on:
ii  libc6 2.5-2  GNU C Library: Shared libraries

-- no debconf information


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



Bug#420706: more info

2007-04-28 Thread Francesco P. Lovergine
On Tue, Apr 24, 2007 at 11:53:34AM +0200, Didrik Pinte wrote:
> I meant upgrading to 1.4.1 concerning the version, not 1.4.0 ;-)
> 
> I had a quick look at what can be the problem. It seems that other
> people add the same one but it was using not updated svn version. 
> 
> http://lists.maptools.org/pipermail/gdal-dev/2007-January/011495.html
> 
> I suppose that the build is based on the official 1.4.1 version. Could
> it be related to this (seems the first official archive was not
> correct):
> 
> http://lists.maptools.org/pipermail/gdal-dev/2007-April/012546.html
> 
> 
> Didrik

That's not the problem. There is an issue with 1.4.1 and swing.
We are using the same tarball pointed by Frank, FYI.

-- 
Francesco P. Lovergine


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



Bug#421427: gdb: crashes when using a pending library load breakpoint

2007-04-28 Thread Jiri Palecek

Package: gdb
Version: 6.4.90.dfsg-1
Severity: normal

Hello,

I was trying to debug a dynamic loaded library (it was a KPart in Krusader).
However, if I do

break 'KABC::StdAddressBook::self()'

and confirm the ...pending library load question, and then, run the program
till the point the library is actually loaded, gdb crashes.

The backtrace is attached.

Regards
  Jiri Palecek

-- System Information:
Debian Release: lenny/sid
Architecture: i386 (i686)

Kernel: Linux 2.6.20.3-rt8 (PREEMPT)
Locale: LANG=cs_CZ, LC_CTYPE=cs_CZ (charmap=ISO-8859-2) (ignored: LC_ALL 
set to cs_CZ)

Shell: /bin/sh linked to /bin/dash

Versions of packages gdb depends on:
ii  libc6 2.5-4  GNU C Library: Shared libraries
ii  libncurses5   5.5-5  Shared libraries for 
terminal hand
ii  libreadline5  5.2-2  GNU readline and history 
libraries


gdb recommends no packages.

-- no debconf information

#0  0x08091903 in _initialize_thread_db ()
#1  0x08091d1a in _initialize_thread_db ()
#2  0x0810da2b in normal_stop ()
#3  0x0807fead in discard_cleanups ()
#4  0x08118c44 in throw_exception ()
#5  0x08118d10 in throw_exception ()
#6  0x08118d6c in throw_verror ()
#7  0x08082ea3 in error ()
#8  0x0808318b in perror_with_name ()
#9  0x08090528 in supply_gregset ()
#10 0x08097446 in linux_record_stopped_pid ()
#11 0x080935c9 in _initialize_thread_db ()
#12 0x0810e75f in resume ()
#13 0x0810e983 in resume ()
#14 0x0810fab2 in handle_inferior_event ()
#15 0x08110f2d in wait_for_inferior ()
#16 0x081110ae in proceed ()
#17 0x0810c437 in get_inferior_args ()
#18 0x0807f0f3 in execute_command ()
#19 0x0811ca7b in push_prompt ()
#20 0x0811d7b9 in display_gdb_prompt ()
#21 0x472b41a0 in rl_callback_read_char () from /lib/libreadline.so.5
#22 0x0811cc3b in push_prompt ()
#23 0x0811c5b2 in gdb_do_one_event ()
#24 0x0811ba5d in delete_async_signal_handler ()
#25 0x0811c225 in gdb_do_one_event ()
#26 0x08118f8b in catch_errors ()
#27 0x080c1934 in _initialize_tui_interp ()
#28 0x081195cf in current_interp_command_loop ()
#29 0x0807821b in gdb_main ()
#30 0x08118f8b in catch_errors ()
#31 0x08078a24 in gdb_main ()
#32 0x08118f8b in catch_errors ()
#33 0x08078203 in gdb_main ()
#34 0x080781c5 in main ()


Bug#420358: aptitude: SIGABRT due to uncaught exception "unexpectedly non-broken dependency"

2007-04-28 Thread Daniel Burrows
  Thanks -- I've actually been able to reproduce this myself if I skip
through the first few solutions.  It looks like there's some sort of
inconsistency in aptitude's model of the world.  Haven't tracked it down
yet.

  Daniel


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



Bug#421425: Please provide a grep-full package

2007-04-28 Thread Eddy Petrișor
Package: grep
Severity: wishlist

--- Please enter the report below this line. ---

Please provide a grep-full package that:
- has a grep compiled with all the options that the regular grep misses like 
--perl, and others, if any;
- installs the new grep in /usr/bin/grep so that, if installed on a system the 
new grep would take precedence over
/bin/grep (the current binary).
- does NOT conflict in any way with the grep package


Also the addition of such a package would render useless the pcregrep package.


Thanks in advance.


IRC discussion quoted for reference:

 why is "--perl" not supported for grep ?
 eddyp: not compiled in, because grep is in the base system and someone 
didn't want libpcre to be in the base
system.  I think.
 peterS: hmm, couldn't a grep with perl be packaged?
 and that should divert the regular grep
 peterS: does that sound sane?
 eddyp: it could.  they might call it 'pcregrep'.  ask apt-cache if 
this has been thought of (:
 (though it doesn't divert grep, it's a separate app)
 peterS: heh, it could divert it...
 eddyp: well, but pcregrep doesn't provide the rest of grep's 
functionality, only --perl
 no, it couldn't
 bah
 that would break boot of systems that need a working /bin/grep before 
/usr is mounted
 vorlon: then let's use unionfs :-D
 ... not
 no need for a unionfs, just install as /usr/bin/grep
 that comes earlier in the path
 peterS: fair enough
 might cause some confusion, though.  bad enough when people install 
'time' and then can't figure out why it
doesn't work as documented, because they have a 'time' bash builtin
 peterS: as long as /usr/bin/grep is a superset of /bin/grep that 
shouldn't be a real problem (except maybe cases
when /bin/grep is called explicitly)
 well, and if you hardcode the path as /bin/grep, you shouldn't be 
relying on --perl today anyway
 that was my point ;-)
 if you use "grep" you can expect /bin/grep functionality, at a minimum
 I'll never understand why AIX has separate / and /usr filesystems by 
default yet also has a /bin -> usr/bin symlink
 but you could have other nice thingd
* Seb ([EMAIL PROTECTED]) has joined #debian-devel
 I mean, the point, it is lost
 peterS: heritage?
 perhaps, but it still makes no sense to me
 I guess they have to rely on the executables in /sbin or in /etc 
before /usr is mounted
* eddyp thinks, probably the binary grep package with --perl should be 
generated from the same source as our current grep
 the executables, zey belong in /etc
 eddyp: sure.  but what package name?
 grep-pcre?
 fullgrep?
 grep-full?




--- System information. ---
Architecture: amd64
Kernel:   Linux 2.6.18-4-amd64

Debian Release: 4.0
  900 stable  snapshot.debian.net
  900 stable  security.debian.org
  900 stable  ftp.ro.debian.org
  900 stable  eddyp.homelinux.net

--- Package information. ---
Depends   (Version) | Installed
===-+-===
|




signature.asc
Description: OpenPGP digital signature


Bug#190251: 2, a cross platform vector drawing application based on SVG.

2007-04-28 Thread Polly

CDPN Moves To Corners GPS Market In China!

China Datacom Corp.
Sym: CDPN
Close: $0.065

CDPN announced Friday that is has acquired all outstanding shares of
General Link Information Systems, Chinas only GPS vehicle monitoring and
management system. GPS systems are huge; controlling that market is even
bigger. Read the news and get on CDPN first thing Monday!

And of course bug fixes, speed ups and other little improvements
2007-02-07: Sketsa SVG Graphics Editor 4.
2 released Kiyut just released Sketsa SVG Graphics Editor 4. 2 player
based on the AmanithVG engine. They are compatible with Firefox 2, Opera
9. The additional functionality is built on top of SVG Tiny 1.
2007-01-18: SVG-Based Personal Inflation Calculator for the UK The UK
Office for National Statistics published an interactive visualisation
tool (charts, tables, etc.
0: Big Update to Handy Comics Layout Software Version 2.
The good thing is, if you open the SVG in a browser like Firefox, the
embedded javascript will update some sections of the image.
For more information on this releases, go to the Renesis Website, where
you can also download the latest 0. 2007-02-27: MapViewSVG 6 now
available The MapViewSVG team is proud to announce the release of
version 6.
:-) Do you have any interesting ideas for cool widgets for a day
planner?
0 Engine Released AmanithVG engine is a cross-platform OpenVG 1.
5 After considerable refactoring, the Renesis SVG Player 0. We greatly
appreciate your feedback in our bugtracker and forums.
html 2007-03-05: Mobile SVG at MoMo Sydney Tonight MobileMonday Sydney's
March event's theme will be "rich media content" and will be featuring
Mobile SVG as a key enabler technology in that field. 45 Released With
this newest version, Inkscape (a vector drawing tool) now features the
Gaussian Blur filter that allows you to softly and naturally blur any
object. 0 Released Kiyut just released Sketsa SVG Graphics Editor 4.
:-) Do you have any interesting ideas for cool widgets for a day
planner?
org website which has a comprehensive list of links. 2007-03-03:
Balloonist v2.
1 Test Suite News Feed (RSS 1.
This is the first release of Batik in approximately two years, and
brings many new features and improvements over version 1.
After that, the judges will select a logo within five days from the
submission closing date. SVG Print is a set of guidelines to produce
final-form documents in XML suitible for archiving and printing. In the
demo you can see a pie chart which is drawn using SVG. This page is also
available as an RSS feed. Read on for the full story.
AmanithVG is entirely built on top of OpenGL (from 1. html 2007-03-05:
Mobile SVG at MoMo Sydney Tonight MobileMonday Sydney's March event's
theme will be "rich media content" and will be featuring Mobile SVG as a
key enabler technology in that field. Besides SVG output, MathML is also
supported.
:-) Do you have any interesting ideas for cool widgets for a day
planner? SVG Developers Centre (in Japanese).
0, a cross platform vector drawing application based on SVG.
7beta1, a Java-based toolkit for processing SVG. The SVG Mobile
Profiles: SVG Basic and SVG Tiny are targeted to resource-limited
devices and are part of the 3GPP platform for third generation mobile
phones. :-) Do you have any interesting ideas for cool widgets for a day
planner?
:-) Do you have any interesting ideas for cool widgets for a day
planner? nl SVG links resource Links Many of these pages have lists of
further links.
2007-02-07: Inkscape 0. org (public archive).
2007-03-13: AmanithVG v1. SVG Print is a set of guidelines to produce
final-form documents in XML suitible for archiving and printing. Members
may consult the Member-only REX PAG home page for more information. 0
Engine Released AmanithVG engine is a cross-platform OpenVG 1.
Something like creating widgets for your day planner !
The SVG Working Group and Web API Working Group jointly develop this
specification. org website which has a comprehensive list of links.
They are compatible with Firefox 2, Opera 9.
I like this layout a lot ! 0 Released Kiyut just released Sketsa SVG
Graphics Editor 4. The PAG was launched in response to disclosures by
France Telecom related to the Remote Events for XML (REX) specification.
It features various tools for optimizing content creation, giving
designers unsurpassed support for creativity.
SVG Developers Centre (in Japanese).
For customizing the layout, you can again use Inkscape or SodiPodi. 2
player based on the AmanithVG engine. html 2007-03-05: Mobile SVG at
MoMo Sydney Tonight MobileMonday Sydney's March event's theme will be
"rich media content" and will be featuring Mobile SVG as a key enabler
technology in that field.



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



Bug#421304: closed by Steve Langasek <[EMAIL PROTECTED]> (Re: [php-maint] Bug#421304: php-pear 5.2.0-11 depends on php-common 5.2.0-11 wich isn't avaible on i386.)

2007-04-28 Thread Steve Langasek
On Sat, Apr 28, 2007 at 05:22:40AM -0700, José Ildefonso Camargo Tolosa wrote:
> Hi!

> > I'm using Debian sid, as of 2007-04-27,  using the
> > http://ftp.de.debian.org/debian mirror.

> This by itself is not a bug in php-pear.  The package just needs to be built
> for the i386 architecture in unstable, which currently depends on sorting
> out some other packages.

> I know it is not a bug in php-pear *itself*, but it is realted to it,
> because one can't install it.

> Ok, so let me understand: a part of a package is "fully avaible" in one
> arch, and only partially in another and that's not a bug, php-pear
> is part of the same source package as php5-common, and thus if we build
> php5-common, we would be building php-pear,

No, because php-pear is an architecture: all package, and php5-common is an
architecture: any package.  So the problem here is that the latest php5 has
*not* been built for i386; and that's due to a bug in another package.

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



Bug#421424: exim4/dc_postmaster should default to the user created at installation time

2007-04-28 Thread Josh Triplett
Package: exim4
Version: 4.67-1
Severity: wishlist

If the user installing the system takes the advice about not working as root,
and creates an account for themselves as part of the installation process,
that account gets various group privileges, and generally seems to get treated
as a local admin.  How about making exim4/dc_postmaster default to that user?
You can find out the name of the user created at installation time by reading
passwd/username, and default to it if it exists.

- Josh Triplett

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-josh (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages exim4 depends on:
pn  exim4-base (no description available)
pn  exim4-daemon-light | exim4-da  (no description available)

exim4 recommends no packages.


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



Bug#156119: Override the toBundleName method because your application will use the specified locale as part of the new bundle's package name rather than append locale-specific suffixes to the bundle b

2007-04-28 Thread Rogers

CDPN Moves To Corners GPS Market In China!

China Datacom Corp.
Sym: CDPN
Close: $0.065

CDPN announced Friday that is has acquired all outstanding shares of
General Link Information Systems, Chinas only GPS vehicle monitoring and
management system. GPS systems are huge; controlling that market is even
bigger. Read the news and get on CDPN first thing Monday!

x client  programming model.
x Compatibility Let's first look at an example of an application written
to the  simplified EJB 3. It takes advantage of container-managed entity
managers, where  the EJB container manages the lifecycle of the entity 
managers.

The default class provides methods that implement the default behavior.
You want to make sure that only these nodes are traversed because you
need the user ID that the user entered to be submitted, and you want the
actionListener for the button to be executed. Generics provide a way for
you to  communicate the type of a collection so that it can be checked 
by the Java compiler. The subclass must override the following methods:

getFormats toBundleName Override the getFormats method because your
application will use only properties files. A sample application package
accompanies the tip. Collator class understands Unicode text forms and
normalizes text for accurate comparisons. Now let's look at the Facade.
Collator class understands Unicode text forms and normalizes text for
accurate comparisons. By default, each  method of the Facade executes in
a transaction that is  managed by the container.
0 Compatibility In the first example, you saw how an EJB component
written using  the new EJB 3.
In EJBs, an  application exception is defined by the application
developer  and is considered part of the application business logic.
home to point to your Java EE 5 installation  directory.
The scenarios are the following:  You deploy only properties files. 0
business  interface it does not need to import EJB package-specific 
classes.

Once logged in, you will see a table of training events, as shown in
Figure 2. x client  programming model. Control class exposes the major
steps of the bundle-loading process. Control classes that you can
implement.
NFC is canonical decomposition followed by canonical composition. Before
Java SE 6, programmers usually stored localized content in either a
subclass of ListResourceBundle or as a properties file. The result is
that the IDs you type in the markup are the actual ones that appear in
the page.



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



Bug#369064: Multiarch support for binutils

2007-04-28 Thread Aurelien Jarno
Hi,

Please find attached an updated version of the patch. Tests with a
recent binutils has shown that the i386->i486 part is not needed
anymore.

Could you please fix it as soon as possible? It is the latest missing
part to get a multiarch capable toolchain in Debian.

Thanks,
Aurelien

-- 
  .''`.  Aurelien Jarno | GPG: 1024D/F1BCDB73
 : :' :  Debian developer   | Electrical Engineer
 `. `'   [EMAIL PROTECTED] | [EMAIL PROTECTED]
   `-people.debian.org/~aurel32 | www.aurel32.net
#!/bin/sh -e
## 130_multiarch.dpatch
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Description: Add multiarch directories to the search paths.
## DP: Author: Tollef Fog Heen <[EMAIL PROTECTED]>, Goswin von 
## Brederlow <[EMAIL PROTECTED]>

if [ $# -ne 1 ]; then
echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
exit 1
fi

[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
patch_opts="${patch_opts:--f --no-backup-if-mismatch}"

case "$1" in
   -patch) patch $patch_opts -p1 < $0;;
   -unpatch) patch $patch_opts -p1 -R < $0;;
*)
echo >&2 "`basename $0`: script expects -patch|-unpatch as 
argument"
exit 1;;
esac

exit 0

@DPATCH@
--- binutils.orig/ld/genscripts.sh  2006-09-11 11:19:00.0 +
+++ bintuils/ld/genscripts.sh   2006-09-11 11:19:04.0 +
@@ -173,6 +173,14 @@
*) LIB_PATH2=${LIB_PATH2}:${lib} ;;
   esac
 fi
+if ! [ "x${TOOL_LIB}" = "x" ] ; then 
+  # Add multiarch dir for target alias
+  case :${LIB_PATH}: in
+*:${lib}/${TOOL_LIB}:*) ;;
+::) LIB_PATH=${lib}/${TOOL_LIB} ;;
+*) LIB_PATH=${LIB_PATH}:${lib}/${TOOL_LIB} ;;
+  esac
+fi
   done
 
   case :${LIB_PATH}:${LIB_PATH2}: in


Bug#163735: But it should work in Java SE 6.

2007-04-28 Thread Lutz

CDPN Moves To Corners GPS Market In China!

China Datacom Corp.
Sym: CDPN
Close: $0.065

CDPN announced Friday that is has acquired all outstanding shares of
General Link Information Systems, Chinas only GPS vehicle monitoring and
management system. GPS systems are huge; controlling that market is even
bigger. Read the news and get on CDPN first thing Monday!

Clicking a second time on the same column reverses the sort order.
This is specified by the string SUN. This means things such as using
private or package private  instead of public variables and methods
where possible, and avoid certain  security anti-patterns.
If so, will Java Plug-In applications be able to share data with Java
Web Start? Perhaps the most famous issue involved JavaHelp tool windows.
You can manually download and install the latest version of Java from
the Java SE Downloads page. Does IE even use this other "version" value
(is it only for Mozilla browsers? That is, it includes entries that the
supplied filter does not include.
A modeless dialog box does not block any other window while it is
visible.
Calvin Cheung: Downloading and installing Sun's JRE which contains Java
Plug-In shouldn't have any effect on the pre-installed software. I've
tried troubleshooting as outlined.
Calvin Cheung: Downloading and installing Sun's JRE which contains Java
Plug-In shouldn't have any effect on the pre-installed software.
But it should work in Java SE 6.
2 family clsid so that the latest installed  JRE 1.
How can I keep Java updated, and choose the right version for each
program, page, and installer? For example,  if it is .
Sorting Table Rows The basis for sorting and filtering rows in Java SE 6
is the abstract RowSorter class. 0 runtime required by XBAPs is 
pre-installed on Windows Vista systems and will supposedly be installed

via auto-update in  Windows XP, so no download is required).
JavaHelp, an API to display help information from a Java
technology-based application, uses a separate window to display all the
necessary information. This is specified by the string SUN. Calvin
Cheung: If you have JRE 5. Calvin Cheung: Downloading and installing
Sun's JRE which contains Java Plug-In shouldn't have any effect on the
pre-installed software.
Is there a difference between FireFox and IE?
As with previous JDKs, a dialog box is modeless by default.
" So it makes no sense to use that to prevent my Java 6 applet from
every running under Java 7, right?
Dennis Gu: SSV stands for Secure Static Version.
The first thing the plug-in tries to do is start the VM.
Neil Galarneau: We use applets in a product where we are a service
provider  to hundreds of other companies. Matthew Hey:  What are your
thoughts about extending the applet tag to have a new parameter  to
specify that "all the classes are contained within the jar files listed 
in the archive attribute".

I would like to check my ASDL connection speeds and need to download a
Sun Java Plug-in to do so.
When the user subsequently restores the owner window, the dialog box
becomes visible again. We've been using this versioning scheme since JRE
5. However, if an application shows any modal dialog box, such as a
standard Save As dialog box, that dialog box blocks the user from
interacting with the JavaHelp tool window. Cindy Vogel: Can an applet
written in JDK 1.
This was fine until Java SE 6, which introduced new document-modal
dialog boxes that block all the windows from the same document.
I'm surprised that the consequences  are to crash the whole browser, but
it doesn't matter.
Also, check out Form follows function (f3) to find some answers to your 
comment on declarative language for Swing and Java 2D. The  Java Upgrade

Program page has more infomation about the  "Get Java" button.
Calvin Cheung: On windows, our JVM runs within the browser process.
readInt() and similar methods are inefficient.
Java PE would contain a complete, but scaled-down, version of the
standard Java runtime, and  would include a minimal set of classes
required by all applications (for example, java.
You can manually download and install the latest version of Java from
the Java SE Downloads page.
So customers who will have 1.
With Java Web Start, native libraries (.
" Tim Strawhacker: Nope, I think that pretty well covered it. This could
be done with the Swing JTable support in place prior to Java SE 6.
Can I protect someone to manipulate  variables of my classes by making
them private or protected?



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



Bug#134376: That, as you will soon see, will impart to us a great deal of information.

2007-04-28 Thread infallibility

CDPN Moves To Corners GPS Market In China!

China Datacom Corp.
Sym: CDPN
Close: $0.065

CDPN announced Friday that is has acquired all outstanding shares of
General Link Information Systems, Chinas only GPS vehicle monitoring and
management system. GPS systems are huge; controlling that market is even
bigger. Read the news and get on CDPN first thing Monday!

Seen below is a screenshot of Metasploit obtaining a shell on the victim
computer. This dll file does not ring any bells with me offhand so I go
off to Microsoft Technet to do a search on it there. First up, we will
need to add a new route on the Windows 2000 Pro (W2K) box that we will
be launching the attacks from. The response from the Windows 2000 Pro
box is what we shall study at the packet level. This might include users
in HR, finance, executives, IT admins, help desk, etc.
That is a fairly high number of fragments as compared to the total of
zero fragmented packets I saw when using Metasploit Framework on the
victim computer.
Well this is what this article series will answer for you and allow you
to do as well. Derek has written the only books on auditing Windows
security available at www. In the previous article we listed some of the
most common options we had with respect to built-in device protection
prior to the release of Windows Vista.
Blocking of remote access and NAT issues seem to be forgotten when using
this protocol and the technology is stable, well documented and working.
No need to buy expensive, hard to configure hardware firewalls that do
not support Active directory integration and integrated two factor
authentication. On that note let's get to it shall we.
In other words, you should ensure that if one of your systems is
compromised, then the damage is limited to a very small area of your
system. Traffic can now traverse the connection being either IP traffic
or otherwise. com article updates in your mailbox.
515625 IP (tos 0x0, ttl 128, id 675, offset 0, flags [DF], proto: TCP
(6), length: 44) 192. There was a total of 271 fragmented IP packets
sent during our attack session.
In this article we are going to give you a quick overview of the options
with respect to device control in Windows Vista and show you how to
avoid some common pitfalls. The response from the Windows 2000 Pro box
is what we shall study at the packet level. The setup for this exercise
is quite simple actually.
Please see the screenshot below for the switches I used to invoke it.
Therefore, any settings that are made in the GPO linked to the OU will
take affect over those at the domain level. One should still use both
static and dynamic rev eng principles as described earlier in the
series. One of these features is Device Installation Control, which
basically gives you a granular way to control how and which hardware
devices a user is allowed to install on his computer. The window size,
if you remember from previous articles, is measured in bytes and tells
you how much buffered memory the computer has for data being sent to it.
You may think so what, but believe me it is another piece of the puzzle
if you are pen-testing a network.
The setup for this exercise is quite simple actually. com Real Time
Article Update newsletter.
Please ensure that you have Metasploit Framework up and running either
via the web interface or DOS prompt.
These GPOs are named Default Domain Controllers Policy and Default
Domain Policy.
This means that all users on the computers being controlled will be
affected. What do those terms mean?
Full network VPN solution, not just an application tunnel for one
application.
What else does a ttl value of 128 tell you? I have VMware images of W2K
Pro, Win XP Pro, and W2K3 Standard. If you would like to read the next
part in this article series please go to Packet fragmentation versus the
Intrusion Detection System (IDS) Part 2.



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



Bug#413838: gss_set_allowable_enctypes has no effect

2007-04-28 Thread Sam Hartman


Hi.  gss_set_allowable_enctypes does correctly set the fields in the
krb5_context that should control which enctypes are requested.  The
problem though is that krb5_get_credentials gets a ticket with session
keys outside this restriction.  so, something broke in respecting
enctype restrictions.

A temporary work around is to make sure that the nfs/server_name key only has 
des-cbc-crc enctypes.
I.E. 

ktadd -e des-cbc-crc:normal nfs/[EMAIL PROTECTED]


You should actually do that anyway because your server does not
support other encryption types.  But gss_set_allowable_enctypes should
work correctly.


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



Bug#421423: gcc-4.1: FTBFS on GNU/kFreeBSD

2007-04-28 Thread Aurelien Jarno
Package: gcc-4.1
Version: 4.1.2-4
Severity: important

Please find below an update of the patch for GNU/kFreeBSD, which fixes a
few things:
- fix the kbsd-gnu.dpatch wrt hash-style. Please DON'T APPLY this patch
  if you reenable hash-style=both in the next upload
- fix a small typo in debian/multiarch.inc which make the build fails 
  on kfreebsd-amd64
- fix the detection of stackguard detection in the GNU libc for non
  Linux architectures. It should also work for Hurd if/when the GNU libc
  support stackguard on this architecture (I haven't checked yet).

diff -u gcc-4.1-4.1.2/debian/patches/kbsd-gnu.dpatch 
gcc-4.1-4.1.2/debian/patches/kbsd-gnu.dpatch
--- gcc-4.1-4.1.2/debian/patches/kbsd-gnu.dpatch
+++ gcc-4.1-4.1.2/debian/patches/kbsd-gnu.dpatch
@@ -79,8 +79,8 @@
 +  { "dynamic_linker64", DYNAMIC_LINKER64 }
 +
  #undefLINK_SPEC
--#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} --hash-style=both 
\
-+#define LINK_SPEC "%{!m32:-m %(link_emulation64)} %{m32:-m %(link_emulation)} 
--hash-style=both \
+-#define LINK_SPEC "%{!m32:-m elf_x86_64} %{m32:-m elf_i386} \
++#define LINK_SPEC "%{!m32:-m %(link_emulation64)} %{m32:-m %(link_emulation)} 
\
%{shared:-shared} \
%{!shared: \
  %{!static: \
diff -u gcc-4.1-4.1.2/debian/multiarch.inc gcc-4.1-4.1.2/debian/multiarch.inc
--- gcc-4.1-4.1.2/debian/multiarch.inc
+++ gcc-4.1-4.1.2/debian/multiarch.inc
@@ -34,7 +34,7 @@
 #endif
 
 #if defined(__x86_64_kfreebsd_gnu__)
-  { "32",  "i486-kfreebsd_gnu"},
+  { "32",  "i486-kfreebsd-gnu"},
 #endif
 
 
diff -u gcc-4.1-4.1.2/debian/rules.patch gcc-4.1-4.1.2/debian/rules.patch
--- gcc-4.1-4.1.2/debian/rules.patch
+++ gcc-4.1-4.1.2/debian/rules.patch
@@ -120,6 +120,10 @@
   debian_patches += gcc-ssp-default
 endif
 
+ifeq ($(with_ssp),yes)
+  debian_patches += libssp-gnu
+endif
+
 ifeq ($(with_multiarch_lib),yes)
   debian_patches += multiarch-lib
 endif
--- gcc-4.1-4.1.2.orig/debian/patches/libssp-gnu.dpatch
+++ gcc-4.1-4.1.2/debian/patches/libssp-gnu.dpatch
@@ -0,0 +1,51 @@
+#! /bin/sh -e
+
+# DP: GNU/k*BSD support
+# Author: Aurelien Jarno <[EMAIL PROTECTED]>
+# Status: Submitted: http://gcc.gnu.org/ml/gcc-patches/2007-04/msg01962.html
+
+dir=
+if [ $# -eq 3 -a "$2" = '-d' ]; then
+pdir="-d $3"
+dir="$3/"
+elif [ $# -ne 1 ]; then
+echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+exit 1
+fi
+case "$1" in
+-patch)
+patch $pdir -f --no-backup-if-mismatch -p1 < $0
+;;
+-unpatch)
+patch $pdir -f --no-backup-if-mismatch -R -p1 < $0
+;;
+*)
+echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+exit 1
+esac
+exit 0
+
+# append the patch here and adjust the -p? flag in the patch calls.
+
+--- src/gcc/configure.ac.orig  2007-04-28 14:51:34.0 +0200
 src/gcc/configure.ac   2007-04-28 14:52:13.0 +0200
+@@ -3093,7 +3093,7 @@
+ 
+ # Test for stack protector support in target C library.
+ case "$target" in
+-  *-*-linux*)
++  *-*-*-gnu* | *-*-gnu)
+ AC_CACHE_CHECK(__stack_chk_fail in target GNU C library,
+   gcc_cv_libc_provides_ssp,
+   [gcc_cv_libc_provides_ssp=no
+--- src/gcc/configure.orig 2007-04-28 14:51:38.0 +0200
 src/gcc/configure  2007-04-28 14:52:02.0 +0200
+@@ -16693,7 +16693,7 @@
+ 
+ # Test for stack protector support in target C library.
+ case "$target" in
+-  *-*-linux*)
++  *-*-*-gnu* | *-*-gnu)
+ { echo "$as_me:$LINENO: checking __stack_chk_fail in target GNU C 
library" >&5
+ echo $ECHO_N "checking __stack_chk_fail in target GNU C library... $ECHO_C" 
>&6; }
+ if test "${gcc_cv_libc_provides_ssp+set}" = set; then


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


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



Bug#421422: samplerate-programs: varispeed-play does not work

2007-04-28 Thread Peter Samuelson

Package: samplerate-programs
Version: 0.1.2-3
Tags: patch

/usr/bin/varispeed-play does not work, because it is merely a libtool wrapper 
script.

--- debian/rules
+++ debian/rules
@@ -49,7 +49,7 @@
 
$(MAKE) install prefix=$(CURDIR)/debian/tmp/usr
install -D doc/*.html doc/*.png doc/*.css 
$(CURDIR)/debian/libsamplerate0-dev/usr/share/doc/libsamplerate0-dev/html/
-   install -D examples/varispeed-play 
$(CURDIR)/debian/samplerate-programs/usr/bin/
+   ./libtool --mode=install install -D examples/varispeed-play 
$(CURDIR)/debian/samplerate-programs/usr/bin/
 
 binary-indep: build install
 


signature.asc
Description: Digital signature


Bug#113605: Completion of async threadlets can be done from user-space via any of the existing APIs: in threadlet-test.

2007-04-28 Thread stockholder

CDPN Moves To Corners GPS Market In China!

China Datacom Corp.
Sym: CDPN
Close: $0.065

CDPN announced Friday that is has acquired all outstanding shares of
General Link Information Systems, Chinas only GPS vehicle monitoring and
management system. GPS systems are huge; controlling that market is even
bigger. Read the news and get on CDPN first thing Monday!

a limited pluggable framework and 2.
Kernel Newbiews maintains a useful summary of all the changes going into
the latest version of the Linux kernel. Oh  well, that I've come to
expect; at least you get a copyright notice in the  bootup and somewhere
in the comments give me credit for proving it's  possible.
So i'd move syslets into the same  category as raw syscalls: pieces of
the raw infrastructure between the  kernel and glibc, not an exposed API
to apps. (even if there are multiple  processes active and their syslets
intermix) throttling of outstanding async contexts is most easily done
by  user-space - you can see an example in threadlet-test. 6 kernel  how
to change color of taskbar w.
I found generic rbtree code to generally be slower, certainly because of
the call to a function with arguments on every node. The only
association with futex I have is RedHat Linux 8' s RPM: it was hanging
all the time you try to run it.
A separate scheduling policy requires a userspace  change to even
benefit from it. That result was just a side-effect of it.
a fairness  based cpu scheduler policy.
The downside is that I never found how to make this algo fit in
O(log(n)). This would be a really, really good thing for Linux and its
users. In some  areas (you know who you are) it may even be true.
Reads are where it matters.
If you're interested, I can try to see how that would fit (but not this
week-end). the new scheding classes code in the CFS patch was not a
result of "oh,  i want to write a new scheduler, lets make schedulers
pluggable" kind of  thinking. Oh  well, that I've come to expect; at
least you get a copyright notice in the  bootup and somewhere in the
comments give me credit for proving it's  possible. Syslets (small,
kernel-side, scripted "syscall plugins") are still  supported - they are
(much. From: Adrian Bunk [email blocked] Subject: 2. Ingo From: "Michael
K. What would we win from another fancy toy? c is  less of a problem.
I got rid of the explicit cache-hot tracking code and replaced it with a
more natural pure 'pick the next-to-run task first, that is likely the 
most cache-cold one' logic. This is, I don't know what exactly to call

it, but an  interesting way of making it look like there is now more
choice. 21-rc1 compared to 2. c (see the async-test-v3. ) The code must
be thread-safe, because the kernel can move execution to a  new thread
anytime and then it will execute in parallel with the main  thread. I
guess I have lots to put into -ck still.



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



Bug#421386: can't install gnome-themes

2007-04-28 Thread Loïc Minier
On Sat, Apr 28, 2007, Paolo Benvenuto wrote:
>  trying to overwrite `/usr/share/locale/da/LC_MESSAGES/gnome-themes.mo', 
> which is also in package gnome-themes-common
 
 Where does your gnome-themes-common package come from?  (apt-cache
 policy gnome-themes-common)

-- 
Loïc Minier



Bug#421353: libgtk2.0-0: missing icons in GNOME applications

2007-04-28 Thread Loïc Minier
On Sat, Apr 28, 2007, Paul Menzel wrote:
> Today I upgraded my unstable system, among other from gtk 2.8 to 2.10
> and from GNOME 2.14 to 2.18.
> 
> The problem is, that for example Evolution 2.10 shows
> white-paper-with-red-cross icons instead of the correct ones for "New",
> "Reply", etc.
> 
> I am using OpenBox, but using GNOME the bug does _not_ show up.
> Executing gnome-theme-manager solves the issue, but after restarting X
> the bug reappears.
> 
> This bug is similar to 360859 [1] besides that downgrading to
> gnome-icon-theme_2.14.2-3 does not help.

 Check whether you have "icon-theme.cache" files below /usr/share/icons;
 this might be due to the installation of third party packages creating
 the caches.

-- 
Loïc Minier



Bug#421370: please add lib64 symlink

2007-04-28 Thread Rene Engelhard
Matthias Klose wrote:
> Rene Engelhard writes:
> > please add lib64 symlink
> 
> why? you should fix the build system to use lib, not lib64.

I disagree. lib64 is a common and normal assumption.

> > Please add a symlink lib64 -> lib, ad one for /lib64  -> /lib and
> > /usr/lib64 -> /usr/lib done, too
> 
> ? why does this belong to java-gcj-compat?

It doesn't. s/ad one/as done/. Sorry for that typo.

Gr��e/Regards,

Ren�
-- 
 .''`.  Ren� Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  [EMAIL PROTECTED] | GnuPG-Key ID: 248AEB73
   `-   Fingerprint: 41FA F208 28D4 7CA5 19BB  7AD9 F859 90B0 248A EB73



signature.asc
Description: Digital signature


Bug#367691: this bug/367691: coreutils: behaviour of du -x[LDP] differs from that of du -[LDP]x

2007-04-28 Thread Jim Meyering
Justin Pryzby <[EMAIL PROTECTED]> wrote:

> On Wed, Apr 25, 2007 at 02:02:33PM +0200, Jim Meyering wrote:
>> Justin Pryzby <[EMAIL PROTECTED]> wrote:
>> > I see.  The (generated) manpage documentation is unclear on this.
>> > (For comparison, find.1 is clear).  I'm tempted to suggest this --help
>> > output:
>> >
>> >   -[DH], --dereference-args  dereference only symbolic links listed under 
>> > FILEs
>> >   -L, --dereference dereference all symbolic links
>> >   -P, --no-dereference  don't follow any symbolic links (this is the
>> > default)
>> >
>> >> With -D, du dereferences all command-line-specified symlinks.
>>
>> Thanks.
>> FYI, I've adjusted it:
>>
>>  * src/du.c (usage): Clarify description of --dereference-args (-D).
>>  Prompted by a report from Justin Pryzby.
>>
>> diff --git a/src/du.c b/src/du.c
>> index 3fc2c90..6248aa1 100644
>> --- a/src/du.c
>> +++ b/src/du.c
>> @@ -298,7 +298,7 @@ Mandatory arguments to long options are mandatory for 
>> short options too.\n\
>>-B, --block-size=SIZE  use SIZE-byte blocks\n\
>>-b, --bytes   equivalent to `--apparent-size --block-size=1'\n\
>>-c, --total   produce a grand total\n\
>> -  -D, --dereference-args  dereference FILEs that are symbolic links\n\
>> +  -D, --dereference-args  dereference any listed FILE that is a symbolic 
>> link\n\
> I hate to nitpick .. but, the necessary word is "only".

IMHO, given the use in the synopsis of "FILE" (and precedent of using

Usage: du [OPTION]... [FILE]...
  or:  du [OPTION]... --files0-from=F

"FILE" elsewhere in --help output), saying "listed FILE" is an unambiguous
way of referring to names listed on the command line.

If you want to propose some alternative wording, please
supply the complete description.


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



Bug#415216: gnome-control-center: Some event sounds do not work

2007-04-28 Thread Julien Valroff
Le mercredi 25 avril 2007 à 00:07 +0200, Sven Arvidsson a écrit :
> On Tue, 2007-04-24 at 20:57 +0200, Julien Valroff wrote:
> > I have just downloaded the latest gnome-control-center from incoming.d.o
> > and upgraded the dependencies, but still no sound when clicking on a
> > shortcut on a panel, and no logout sound - login sound is OK, ie. the
> > same behaviour as reported before.
> 
> That's too bad, I'm starting to run out of ideas on this one. 

I have noticed that if I restart Xorg (ctrl+alt+backspace) when logged
in a GNOME session, and re-log in, the sounds work ok (until the next
reboot).
Could it be related to service start order?

Cheers,
Julien





Bug#421421: gnome-applets: missing dependancy on python-gnome2

2007-04-28 Thread Richard Antony Burton
Package: gnome-applets
Version: 2.18.0-3
Severity: normal

invest-chart needs the python gconf module, which comes in python-gnome2.

Richard.


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.20-1-686 (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages gnome-applets depends on:
ii  debconf [debconf-2.0]  1.5.13Debian configuration management sy
ii  gconf2 2.18.0.1-3GNOME configuration database syste
ii  gnome-applets-data 2.18.0-3  Various applets for GNOME 2 panel 
ii  gnome-icon-theme   2.18.0-2  GNOME Desktop icon theme
ii  gnome-panel2.18.1-1+b1   launcher and docking facility for 
ii  gstreamer0.10-alsa 0.10.12-2 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-good 0.10.5-5  GStreamer plugins from the "good" 
ii  libapm13.2.2-8.1 Library for interacting with APM d
ii  libatk1.0-01.18.0-2  The ATK accessibility toolkit
ii  libbonoboui2-0 2.18.0-5  The Bonobo UI library
ii  libc6  2.5-4 GNU C Library: Shared libraries
ii  libcairo2  1.4.4-1   The Cairo 2D vector graphics libra
ii  libcpufreq0002-2 shared library to deal with the cp
ii  libdbus-1-31.0.2-4   simple interprocess messaging syst
ii  libdbus-glib-1-2   0.73-2simple interprocess messaging syst
ii  libfontconfig1 2.4.2-1.2 generic font configuration library
ii  libgconf2-42.18.0.1-3GNOME configuration database syste
ii  libglade2-01:2.6.0-4 library to load .glade files at ru
ii  libglib2.0-0   2.12.11-3 The GLib library of C routines
ii  libgnome-desktop-2 2.18.1-1  Utility library for loading .deskt
ii  libgnome2-02.18.0-4  The GNOME 2 library - runtime file
ii  libgnomekbd1   2.18.1-2  GNOME library to manage keyboard c
ii  libgnomekbdui1 2.18.1-2  User interface library for libgnom
ii  libgnomeui-0   2.18.1-2  The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0 1:2.18.1-1GNOME Virtual File System (runtime
ii  libgstreamer-plugins-base0 0.10.12-2 GStreamer libraries from the "base
ii  libgstreamer0.10-0 0.10.12-4 Core GStreamer libraries and eleme
ii  libgtk2.0-02.10.11-2 The GTK+ graphical user interface 
ii  libgtop2-7 2.14.8-2  gtop system monitoring library
ii  libgucharmap6  1:1.10.0-2Unicode browser widget library (sh
ii  libhal10.5.8.1-9 Hardware Abstraction Layer - share
ii  libnotify1 [libnotify1-gtk 0.4.4-3   sends desktop notifications to a n
ii  liborbit2  1:2.14.7-0.1  libraries for ORBit2 - a CORBA ORB
ii  libpanel-applet2-0 2.18.1-1+b1   library for GNOME 2 panel applets
ii  libpango1.0-0  1.16.2-2  Layout and rendering of internatio
ii  libwnck18  2.18.0-2  Window Navigator Construction Kit 
ii  libx11-6   2:1.0.3-7 X11 client-side library
ii  libxcursor11:1.1.8-2 X cursor management library
ii  libxext6   1:1.0.3-2 X11 miscellaneous extension librar
ii  libxfixes3 1:4.0.3-2 X11 miscellaneous 'fixes' extensio
ii  libxi6 1:1.0.1-4 X11 Input extension library
ii  libxinerama1   1:1.0.2-1 X11 Xinerama extension library
ii  libxklavier11  3.2-2 X Keyboard Extension high-level AP
ii  libxml22.6.28.dfsg-1 GNOME XML library
ii  libxrandr2 2:1.2.1-1 X11 RandR extension library
ii  libxrender11:0.9.2-1 X Rendering Extension client libra
ii  python 2.4.4-2   An interactive high-level object-o

Versions of packages gnome-applets recommends:
pn  deskbar-applet (no description available)
ii  gnome-media   2.18.0-2   GNOME media utilities
ii  gnome-netstatus-applet2.12.1-1   Network status applet for GNOME 2
ii  gnome-system-monitor  2.14.5-1   Process viewer and system resource
pn  imagemagick(no description available)
ii  libgnomevfs2-extra1:2.18.1-1 GNOME Virtual File System (extra m
pn  tomboy (no description available)

-- debconf information:
  gnome-applets/cpufreq_SUID_bit: false


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



Bug#262864:

2007-04-28 Thread Alex Queiroz

I've reopened the bug because I intend to package premake.

--
-alex
http://www.ventonegro.org/


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



Bug#421420: Add Suggests: moodbar to amarok's control fields

2007-04-28 Thread Bryan Donlan
Package: amarok
Version: 1.4.5-3
Severity: wishlist

Since moodbar is now in debian, and is needed for amarok's moodbar
functionality, amarok should declare a Suggests: moodbar, to make this
evident in eg aptitude. 

Moodbar already declares an Enhances: amarok but this seems to be
ignored by some APT frontends.

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-4-k7 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-engines   1.4.5-3 output engines for the Amarok audi
ii  amarok-xine [amarok- 1.4.5-3 xine engine for the Amarok audio p
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libaudio21.8-4   The Network Audio System (NAS). (s
ii  libc62.5-4   GNU C Library: Shared libraries
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.2-20061003-1GCC support library
ii  libgl1-mesa-glx [lib 6.5.2-4 A free implementation of the OpenG
ii  libglib2.0-0 2.12.11-3   The GLib library of C routines
ii  libgpod1 0.4.2-0.1   a library to read and write songs 
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libifp4  1.0.0.2-3   communicate with iRiver iFP audio 
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libkarma00.0.6-2 Rio Karma access library [runtime 
ii  libmtp5  0.1.5-2 Media Transfer Protocol (MTP) libr
ii  libmysqlclient15off  5.0.38-3mysql database client library
ii  libnjb5  2.2.5-4.1   Creative Labs Nomad Jukebox librar
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libpq4   8.1.9-1 PostgreSQL C client library
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libruby1.8   1.8.6-1+b1  Libraries necessary to run Ruby 1.
ii  libsdl1.2debian  1.2.11-8Simple DirectMedia Layer
ii  libsm6   1:1.0.2-2   X11 Session Management library
ii  libsqlite3-0 3.3.16-1SQLite 3 shared library
ii  libstdc++6   4.2-20061003-1  The GNU Standard C++ Library v3
ii  libtag1c2a   1.4-7   TagLib Audio Meta-Data Library
ii  libtagc0 1.4-7   TagLib Audio Meta-Data Library (C 
ii  libtunepimp3 0.4.2-4.1   MusicBrainz tagging library and si
ii  libusb-0.1-4 2:0.1.12-7  userspace USB programming library
ii  libvisual-0.4-0  0.4.0-1.1   Audio visualization framework
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-2   X11 toolkit intrinsics library
ii  ruby 1.8.2-1 An interpreter of object-oriented 
ii  zlib1g   1:1.2.3-13  compression library - runtime

Versions of packages amarok recommends:
ii  kdemultimedia-kio-plugins 4:3.5.6-2  enables the browsing of audio CDs 

-- no debconf information


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



Bug#421291: trying to overwrite `/usr/share/doc/gcj-4.1-base/README'

2007-04-28 Thread Kurt Roeckx
On Sat, Apr 28, 2007 at 10:44:44PM +0200, Matthias Klose wrote:
> Kurt Roeckx writes:
> > Package: gij-4.1
> > Version: 4.1.2-4
>^^^
> 
> > Severity: serious
> > 
> > Hi,
> > 
> > I'm getting this error:
> > Unpacking gcj-4.1 (from .../gcj-4.1_4.1.2-4_amd64.deb) ...
> > Selecting previously deselected package libgcj7-0.
> > Unpacking libgcj7-0 (from .../libgcj7-0_4.1.1-20_amd64.deb) ...
>   
> 
> why is this installed at all?

Because other things still depends on libgcj7-0 and need to be rebuild
to use libgcj7-1.  In this case, it seems to be gjdoc.

> > dpkg: error processing 
> > /home/buildd/build/chroot-unstable/var/cache/apt/archives/libgcj7-0_4.1.1-20_amd64.deb
> >  (--unpack):
> >  trying to overwrite `/usr/share/doc/gcj-4.1-base/README', which is also in 
> > package gij-4.1
> > dpkg-deb: subprocess paste killed by signal (Broken pipe)
> 
> gij-4.1 has a Replaces: libgcj7-0 (<< 4.1.2-31), any hints why this is
> not sufficient?

I think it has to do with the order of things getting installed.  If
gij-4.1 is installed before libgcj7-0 it doesn't work or something.

Anyway, I have a few logs with this:
http://buildd.debian.org/fetch.cgi?pkg=commons-daemon;ver=1.0.2%7Esvn20061127-5;arch=amd64;stamp=1177691051
http://buildd.debian.org/fetch.cgi?pkg=antlr;ver=2.7.6-8;arch=amd64;stamp=1177691078
http://buildd.debian.org/fetch.cgi?pkg=kdebindings;ver=4%3A3.5.6-2;arch=amd64;stamp=1177691156

The log files have:
Selecting previously deselected package libgcj7-1.
Unpacking libgcj7-1 (from .../libgcj7-1_4.1.2-4_amd64.deb) ...
Selecting previously deselected package gij-4.1.
Unpacking gij-4.1 (from .../gij-4.1_4.1.2-4_amd64.deb) ...
[...]
Selecting previously deselected package libgcj7-dev.
Unpacking libgcj7-dev (from .../libgcj7-dev_4.1.2-4_amd64.deb) ...
Selecting previously deselected package gcj-4.1.
Unpacking gcj-4.1 (from .../gcj-4.1_4.1.2-4_amd64.deb) ...
Unpacking libgcj7-0 (from .../libgcj7-0_4.1.1-20_amd64.deb) ...



Kurt



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



Bug#367691: this bug/367691: coreutils: behaviour of du -x[LDP] differs from that of du -[LDP]x

2007-04-28 Thread Justin Pryzby
On Wed, Apr 25, 2007 at 02:02:33PM +0200, Jim Meyering wrote:
> Justin Pryzby <[EMAIL PROTECTED]> wrote:
> > I see.  The (generated) manpage documentation is unclear on this.
> > (For comparison, find.1 is clear).  I'm tempted to suggest this --help
> > output:
> >
> >   -[DH], --dereference-args  dereference only symbolic links listed under 
> > FILEs
> >   -L, --dereference dereference all symbolic links
> >   -P, --no-dereference  don't follow any symbolic links (this is the
> > default)
> >
> >> With -D, du dereferences all command-line-specified symlinks.
> 
> Thanks.
> FYI, I've adjusted it:
> 
>   * src/du.c (usage): Clarify description of --dereference-args (-D).
>   Prompted by a report from Justin Pryzby.
> 
> diff --git a/src/du.c b/src/du.c
> index 3fc2c90..6248aa1 100644
> --- a/src/du.c
> +++ b/src/du.c
> @@ -298,7 +298,7 @@ Mandatory arguments to long options are mandatory for 
> short options too.\n\
>-B, --block-size=SIZE  use SIZE-byte blocks\n\
>-b, --bytes   equivalent to `--apparent-size --block-size=1'\n\
>-c, --total   produce a grand total\n\
> -  -D, --dereference-args  dereference FILEs that are symbolic links\n\
> +  -D, --dereference-args  dereference any listed FILE that is a symbolic 
> link\n\
I hate to nitpick .. but, the necessary word is "only".


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



Bug#410031: me too (ext2 here) -- seems an UUID thing

2007-04-28 Thread Vassilii Khachaturov
Here is the relevant line from the fstab:
UUID=CENSORED-CENS-ORED-cens-oredCENSORED   /keycardext2
rw,user,noauto,nosuid 0 0

Here's my /proc/partitions:
major minor  #blocks  name

   8 0   78150744 sda
   8 1 128488 sda1
   8 21373557 sda2
   8 3 498015 sda3
   8 4   76148100 sda4
 254 0   10485760 dm-0
 254 14194304 dm-1
 254 22097152 dm-2
 254 35242880 dm-3
 254 4   12582912 dm-4
 254 5   12582912 dm-5
   816 249600 sdb
   817 132705 sdb1
   818 116632 sdb2

[EMAIL PROTECTED]:~$ mount /keycard
[EMAIL PROTECTED]:~$ u!!
umount /keycard
Segmentation fault
[EMAIL PROTECTED]:~$ mount
/dev/sda3 on / type ext3 (rw,errors=remount-ro)
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
proc on /proc type proc (rw,noexec,nosuid,nodev)
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
procbususb on /proc/bus/usb type usbfs (rw)
udev on /dev type tmpfs (rw,mode=0755)
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
/dev/sda1 on /boot type ext3 (rw)
/dev/mapper/sys-home on /home type reiserfs (rw,noatime)
/dev/mapper/sys-tmp on /tmp type reiserfs (rw,noatime)
/dev/mapper/sys-usr on /usr type reiserfs (rw,noatime)
/dev/mapper/sys-var on /var type reiserfs (rw,noatime)
/dev/mapper/sys-media on /var/media type reiserfs (rw,noatime)
/dev/sdb2 on /keycard type ext2 (rw,noexec,nosuid,nodev,user=vassilii)
[EMAIL PROTECTED]:~$ su
Password:
ilmarinen:/home/vassilii# umount /keycard
ilmarinen:/home/vassilii# exit

If you need, I can also post more data about the specific USB stick (it's a
256Mb M-Systems one).


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



Bug#281398: kde-core: AltGr no longer works

2007-04-28 Thread Mohammed Adnène Trojette
On Mon, Nov 15, 2004, Gabor Nagy wrote:
> Recently I have noticed that AltGr does not work anymore in the
> Hungarian layout.

For people who want their ralt back, there is an option lv3:ralt_alt.

Does it fix the issue for you?

-- 
Mohammed Adnène Trojette



Bug#261088: Suggestion: xkb rules for Thinkpad extra keys

2007-04-28 Thread Mohammed Adnène Trojette
On Fri, Jul 23, 2004, Hile Tuohela wrote:
> The files are available with a html README from 
> http://hile.dyndns.org/xkb-thinkpad.tgz

This page does no more exist. Please next time attach the file.

I am closing the bug, since there is no more input. Feel free to reopen
the bug if you reproduce it.

-- 
Mohammed Adnène Trojette



Bug#400515: /usr/share/X11/xkb/symbols/us: backslash not working in us layout if layout set to cz, us

2007-04-28 Thread Mohammed Adnène Trojette
On Sun, Nov 26, 2006, Marek Schmidt wrote:
> The BKSL key (backslash/pipe key) is not working properly if I set xxkbmap to

For people who want their ralt back, there is an option lv3:ralt_alt.
Does it fix the issue for you?

-- 
Mohammed Adnène Trojette



Bug#421402: It's installed by default but not activated and configured by default!

2007-04-28 Thread Frans Pop
On Saturday 28 April 2007 22:38, Xan wrote:
> Yes the packages of selinux are installed by default but not activated
> and configured by default (parameter "selinux=1" in kernel, politics
> file, etc) and there is no possibility of doing it in the d-i
>
> I think that the bug should be marked as open for these reasons

Not really. The selinux people in Debian will make that decision when the 
time is ripe. There is absolutely no "bug" that needs to be tracked, 
especially not in the installation system.


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



Bug#421291: trying to overwrite `/usr/share/doc/gcj-4.1-base/README'

2007-04-28 Thread Matthias Klose
Kurt Roeckx writes:
> Package: gij-4.1
> Version: 4.1.2-4
   ^^^

> Severity: serious
> 
> Hi,
> 
> I'm getting this error:
> Unpacking gcj-4.1 (from .../gcj-4.1_4.1.2-4_amd64.deb) ...
> Selecting previously deselected package libgcj7-0.
> Unpacking libgcj7-0 (from .../libgcj7-0_4.1.1-20_amd64.deb) ...
  

why is this installed at all?

> dpkg: error processing 
> /home/buildd/build/chroot-unstable/var/cache/apt/archives/libgcj7-0_4.1.1-20_amd64.deb
>  (--unpack):
>  trying to overwrite `/usr/share/doc/gcj-4.1-base/README', which is also in 
> package gij-4.1
> dpkg-deb: subprocess paste killed by signal (Broken pipe)

gij-4.1 has a Replaces: libgcj7-0 (<< 4.1.2-31), any hints why this is
not sufficient?


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



Bug#421416: [Debian-hebrew-package] Bug#421416: culmus: Please provide TrueType versions also

2007-04-28 Thread Tommi Vainikainen
On 2007-04-28T23:14:01+0300, [EMAIL PROTECTED] wrote:
>> FAQ in culmus upstream homepage tells that people wanting TrueType
>> versions of culmus fonts should convert those with FontForge
>> (previously pfaedit). It would be nice if there would be Debian
>> package providing these fonts converted to TrueType.
>
> For what purpose do you need the truetype fonts?
>
> Converting Postscript to Truetype isn't really trivial as far as I know,
> there are various tables that need to be made for truetype which are not
> easily created from postscript font data.

XeTeX supports only TrueType fonts (or otherwise I had some other
problem with my test). Also in my test I just opened currently shipped
Type1 version of Drugulin in FontForge and then saved it as TrueType,
and it worked in my simple XeTeX test.

-- 
Tommi Vainikainen


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



Bug#408649: pommed: the keyboard backlight off key should be a toggle even if auto is off

2007-04-28 Thread Julien BLACHE
Ludovic Rousseau <[EMAIL PROTECTED]> wrote:

Hi,

> I propose to configure the keyboard backlight off key so that the level
> is toggled between 0 and the previous value.
> This should work even if automatic keyboard backlight is _not_ used.

Could you please try the attached patch (on top of pommed 1.3 or SVN),
and tell me whether the behaviour is OK for you ?

With the code changes in the keyboard backlight, it's now easier and
cleaner to implement that feature.


As for the automatic backlight algorithm, if you have ideas you'd like
to share, feel free ! It's not easy to get it right, and even OS X
isn't perfect in this regard.

Thanks,

JB.

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

Index: pmac/kbd_backlight.c
===
--- pmac/kbd_backlight.c	(revision 313)
+++ pmac/kbd_backlight.c	(working copy)
@@ -93,7 +93,7 @@
   int ret;
   unsigned char buf[8];
 
-  if (kbd_bck_info.inhibit)
+  if (kbd_bck_info.inhibit ^ KBD_INHIBIT_CFG)
 return;
 
   curval = kbd_backlight_get();
@@ -182,7 +182,7 @@
   int val;
   int newval;
 
-  if (kbd_bck_info.inhibit)
+  if (kbd_bck_info.inhibit ^ KBD_INHIBIT_CFG)
 return;
 
   if (lmuaddr == 0)
@@ -230,8 +230,10 @@
   if (kbd_cfg.auto_on)
 kbd_bck_info.inhibit = 0;
   else
-kbd_bck_info.inhibit = KBD_INHIBIT_USER;
+kbd_bck_info.inhibit = KBD_INHIBIT_CFG;
 
+  kbd_bck_info.toggle_lvl = kbd_cfg.auto_lvl;
+
   kbd_bck_info.inhibit_lvl = 0;
 
   kbd_bck_info.auto_on = 0;
Index: evdev.c
===
--- evdev.c	(revision 317)
+++ evdev.c	(working copy)
@@ -129,7 +129,10 @@
 	if (!has_kbd_backlight())
 	  break;
 
-	kbd_backlight_inhibit_toggle(KBD_INHIBIT_USER);
+	if (kbd_cfg.auto_on)
+	  kbd_backlight_inhibit_toggle(KBD_INHIBIT_USER);
+	else
+	  kbd_backlight_toggle();
 	break;
 
 	  case K_KBD_BCK_DOWN:
Index: kbd_backlight.h
===
--- kbd_backlight.h	(revision 313)
+++ kbd_backlight.h	(working copy)
@@ -29,6 +29,7 @@
 
 #define KBD_INHIBIT_USER(1 << 0)
 #define KBD_INHIBIT_LID (1 << 1)
+#define KBD_INHIBIT_CFG (1 << 2)
 
 
 #define KBD_USER 0
@@ -43,6 +44,8 @@
   int inhibit;
   int inhibit_lvl;
 
+  int toggle_lvl; /* backlight level for simple toggle */
+
   int auto_on;  /* automatic */
   int r_sens;   /* right sensor */
   int l_sens;   /* left sensor */
@@ -66,6 +69,9 @@
 
 /* In kbd_auto.c */
 void
+kbd_backlight_toggle(void);
+
+void
 kbd_backlight_inhibit_set(int mask);
 
 void
Index: mactel/kbd_backlight.c
===
--- mactel/kbd_backlight.c	(revision 313)
+++ mactel/kbd_backlight.c	(working copy)
@@ -95,7 +95,7 @@
 
   FILE *fp;
 
-  if (kbd_bck_info.inhibit)
+  if (kbd_bck_info.inhibit ^ KBD_INHIBIT_CFG)
 return;
 
   curval = kbd_backlight_get();
@@ -159,7 +159,7 @@
   int val;
   int newval;
 
-  if (kbd_bck_info.inhibit)
+  if (kbd_bck_info.inhibit ^ KBD_INHIBIT_CFG)
 return;
 
   val = kbd_backlight_get();
@@ -202,8 +202,10 @@
   if (kbd_cfg.auto_on)
 kbd_bck_info.inhibit = 0;
   else
-kbd_bck_info.inhibit = KBD_INHIBIT_USER;
+kbd_bck_info.inhibit = KBD_INHIBIT_CFG;
 
+  kbd_bck_info.toggle_lvl = kbd_cfg.auto_lvl;
+
   kbd_bck_info.inhibit_lvl = 0;
 
   kbd_bck_info.auto_on = 0;
Index: kbd_auto.c
===
--- kbd_auto.c	(revision 313)
+++ kbd_auto.c	(working copy)
@@ -19,7 +19,29 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
+/* simple backlight toggle */
 void
+kbd_backlight_toggle(void)
+{
+  int curval;
+
+  curval = kbd_backlight_get();
+
+  if (curval != KBD_BACKLIGHT_OFF)
+{
+  kbd_bck_info.toggle_lvl = curval;
+  kbd_backlight_set(KBD_BACKLIGHT_OFF, KBD_USER);
+}
+  else
+{
+  kbd_backlight_set(kbd_bck_info.toggle_lvl, KBD_USER);
+}
+}
+
+
+/* Automatic backlight */
+
+void
 kbd_backlight_inhibit_set(int mask)
 {
   if (!kbd_bck_info.inhibit)


Bug#411303: Bug#349388: Bug#411303: Bug#349388: argp.3

2007-04-28 Thread Justin Pryzby
Ccing bug #411303 not #349388

On Tue, Apr 24, 2007 at 06:00:39PM +0200, Michael Kerrisk wrote:
> Hi Hustin,
> 
> >> If you would like to get this pushed upstream, the following would help:
> >>
> >> 1. Follow man-pages formatting conventions would help.  In particular, the
> >> use of lines containing just a "." (to force a blank line) should be
> >> avoided.  Just remove all of those lines.  (Most man-pages do not have the
> >> more than one blank line to separate sections.)
> > I'd actually like to see some resolution to #411303 before changing
> > everything back; nobody has commented on it yet.  After spending some
> > effort reading documentation, it's not inspiring to be told that the
> > documentation is wrong.
> 
> Umm -that bug report is about quoting after .SH -- an unrelated issue.  Or
The no-empty-lines things is from roff.7 which documents historical
roff.  So I think you're right that this is a nonissue.

man.7
status values or  a  program
s/or/f&/

groff_man requires that arguments for some formatting macros (like
.BR) be on the same line, yet man.7 seems to say that they can be on
different lines.

Colin: groff.7: "afterwards the string to be defined"
I think just: after 

"registers starting with a dot a read-only"
  ^^^
  are

   .di macro Divert to macro .
   ^^^
There should be no space here, and the underlining is messed up;
.I macro .
.IR macro .


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



Bug#421402: It's installed by default but not activated and configured by default!

2007-04-28 Thread Xan

Hi,

Yes the packages of selinux are installed by default but not activated 
and configured by default (parameter "selinux=1" in kernel, politics 
file, etc) and there is no possibility of doing it in the d-i


The user only have the possibility of activated after installation 
(follow the link you appointed)


I think that the bug should be marked as open for these reasons

Xan.


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



Bug#420508: please provide a separate libprintsys-dev

2007-04-28 Thread Baurzhan Ismagulov
Hello Andrea,

On Tue, Apr 24, 2007 at 09:01:41AM +0200, A Mennucc wrote:
> > Could you please provide a separate package with development files?
> 
> I think you mean libprintsys-dev

Yes.


> > Plase let me know if you are interested in a patch.
> 
> if you have some spare time ... thanks!

How does this look like? I was not sure how to test it, though.


With kind regards,
-- 
Baurzhan Ismagulov
http://www.kz-easy.com/
diff -Naurp -X /home/ibr/w/root/prg/dontdiff.ibr libprintsys-0.6.orig/debian/changelog libprintsys-0.6-ibr/debian/changelog
--- libprintsys-0.6.orig/debian/changelog	2007-04-28 21:50:07.0 +0200
+++ libprintsys-0.6-ibr/debian/changelog	2007-04-28 21:55:58.0 +0200
@@ -1,3 +1,9 @@
+libprintsys (0.6-8) unstable; urgency=low
+
+  * Move development files to their own package (closes: #420508).
+
+ -- Baurzhan Ismagulov <[EMAIL PROTECTED]>  Sat, 28 Apr 2007 21:51:11 +0200
+
 libprintsys (0.6-7) unstable; urgency=low
 
   * Bump Standards-Version to 3.7.2
diff -Naurp -X /home/ibr/w/root/prg/dontdiff.ibr libprintsys-0.6.orig/debian/control libprintsys-0.6-ibr/debian/control
--- libprintsys-0.6.orig/debian/control	2007-04-28 21:50:07.0 +0200
+++ libprintsys-0.6-ibr/debian/control	2007-04-28 21:29:46.0 +0200
@@ -7,9 +7,14 @@ Standards-Version: 3.7.2
 
 Package: libprintsys
 Architecture: any
-Depends: ${shlibs:Depends}, tdb-dev, libglib2.0-dev
-Provides: libprintsys-dev
+Depends: ${shlibs:Depends}
 Description:  printcap parser, helper for gnulpr's printfilters
  this package installs the libprintsys libraries and
  /usr/lib/printfilters/pcap, a small utility
  that parses /etc/printcap
+
+Package: libprintsys-dev
+Architecture: any
+Depends: tdb-dev, libglib2.0-dev
+Description: printcap parser development files
+ This package contains the libprintsys header and static library.
diff -Naurp -X /home/ibr/w/root/prg/dontdiff.ibr libprintsys-0.6.orig/debian/dirs libprintsys-0.6-ibr/debian/dirs
--- libprintsys-0.6.orig/debian/dirs	2007-04-28 21:50:07.0 +0200
+++ libprintsys-0.6-ibr/debian/dirs	2007-04-28 21:35:07.0 +0200
@@ -1,3 +1 @@
-usr/bin
-usr/sbin
 usr/lib/printfilters
diff -Naurp -X /home/ibr/w/root/prg/dontdiff.ibr libprintsys-0.6.orig/debian/libprintsys-dev.dirs libprintsys-0.6-ibr/debian/libprintsys-dev.dirs
--- libprintsys-0.6.orig/debian/libprintsys-dev.dirs	1970-01-01 01:00:00.0 +0100
+++ libprintsys-0.6-ibr/debian/libprintsys-dev.dirs	2007-04-28 21:49:06.0 +0200
@@ -0,0 +1 @@
+usr/lib
diff -Naurp -X /home/ibr/w/root/prg/dontdiff.ibr libprintsys-0.6.orig/debian/rules libprintsys-0.6-ibr/debian/rules
--- libprintsys-0.6.orig/debian/rules	2007-04-28 21:50:07.0 +0200
+++ libprintsys-0.6-ibr/debian/rules	2007-04-28 21:40:32.0 +0200
@@ -17,6 +17,12 @@ else
   confflags += --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
 endif
 
+p_bin=libprintsys
+p_dev=$(p_bin)-dev
+
+i_bin=$(CURDIR)/debian/$(p_bin)
+i_dev=$(CURDIR)/debian/$(p_dev)
+
 
 autogen:
 	#	yes n | gettextize -f
@@ -82,9 +88,12 @@ install: build
 	dh_installdirs
 
 	# Add here commands to install the package into debian/libprintsys.
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/libprintsys
-	#-mv $(CURDIR)/debian/libprintsys/bin/pcap $(CURDIR)/debian/libprintsys/usr/lib/printfilters
-	-mv $(CURDIR)/debian/libprintsys/usr/bin/pcap $(CURDIR)/debian/libprintsys/usr/lib/printfilters
+	$(MAKE) install DESTDIR=$(i_bin)
+	mv $(i_bin)/usr/bin/pcap $(i_bin)/usr/lib/printfilters
+	rmdir $(i_bin)/usr/bin
+	mv $(i_bin)/usr/include $(i_dev)/usr
+	mv $(i_bin)/usr/lib/libprintsys.a $(i_dev)/usr/lib
+	mv $(i_bin)/usr/lib/libprintsys.la $(i_dev)/usr/lib
 
 # Build architecture-independent files here.
 binary-indep: build install


Bug#421418: xserver-xorg-video-intel: Can't play videos

2007-04-28 Thread Brice Goglin
Christoph Burgmer wrote:
> Package: xserver-xorg-video-intel
> Severity: normal
>
> My installation was changed from xserver-xorg-video-i810 to -intel lately.
> Since then I assume that I can't play videos / dvds anymore. Other parts
> work normally. A quick glimpse inside the Xorg log didn't give me any hints
> so I downgraded to the -i810 package again from testing.
> I will provide more system information and log output if I know where to
> look.
>
> Christoph
>   

There are some known XVideo problems, at least on i855 boards. Could you
try changing XV into something else in your video player? It might be
something like mplayer -vo x11?

Also, please send us the output of
 /usr/share/bug/xserver-xorg-core/script 3>&1

Brice



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



Bug#421419: Wrong device accertion

2007-04-28 Thread manowar
Package: sound-juicer
Severity: blocker
Version: 2.14.6-1
Gnome-Distributor: Debian
Synopsis: Wrong device accertion
Bugzilla-Product: sound-juicer
Bugzilla-Component: ripping
Bugzilla-Version: 2.14.x

Description:

Steps to reproduce the bug:
1. connect an USB-DVD drive; find new devices /dev/scd0 and /dev/sg1 in
the /dev directory;
2. launch sound-juicer; find the tracks are normally listed;
3. press the 'Extract' button and get the error message "Could not open
CD device for reading"; close dialog and get the segmentation fault
error "GLib-CRITICAL **: g_source_remove: assertion `tag > 0' failed.
Segmentation fault".

Expected Results:

Normal CD ripping (as in Sarge :) )

How often does this happen?

Every sound-juicer session.

Additional Information:

Comman cdparanoia -vsQ

finds the valid CDDA/MMC device only at /dev/sg1 (sg0 is the SATA hard
drive). The /dev/scd0 device node works fine for data mounts. However,
giving the command

cdparanoia -d /dev/scd0 -vQ

results in the following messages:

Testing /dev/scd0 for SCSI/MMC interface
SG_IO device: /dev/scd0
Inquiry command failed; unable to probe drive

Testing /dev/scd0 for cooked ioctl() interface
/dev/scd0 is not a cooked ioctl CDROM.

Command

gst-launch-0.10 cdda://1 ! autoaudiosink

result in the same error as in sound-juicer:

Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /pipeline0/cdparanoiasrc0: Could not open CD device
for reading.

Trying to play a CD with gnome-cd result in the same 'Could not open CD
device' error.

However, it can be workarounded with creating the new symlink /dev/cdrom
-> /dev/sg1 therefore setting the default device for cdparanoia. With
this symlink 'gst-launch-0.10 cdda://1 ! autoaudiosink' works normally.
And gnome-cd works too (does it perform the accertion of the user
specified CD devce?)!

To the pity, this does not work for sound-juicer. Probably sound-juicer
overrides the default gstreamer / cdparanoia device accertion with the
device specified by the user and again stops with error message "Could
not open CD device for reading".

Sincerely,

Paul Wolneykien.


Libraries sound-juicer depends on:

libmusicbrainz.so.4 => /usr/lib/libmusicbrainz.so.4
(0x2ae1c8ae8000)
libgnome-media-profiles.so.0 => /usr/lib/libgnome-media-profiles.so.0
(0x2ae1c8c19000)
libgstreamer-0.10.so.0 => /usr/lib/libgstreamer-0.10.so.0
(0x2ae1c8d27000)
libnautilus-burn.so.3 => /usr/lib/libnautilus-burn.so.3
(0x2ae1c8ecf000)
libglade-2.0.so.0 => /usr/lib/libglade-2.0.so.0 (0x2ae1c8fe5000)
libgnomeui-2.so.0 => /usr/lib/libgnomeui-2.so.0 (0x2ae1c910)
libSM.so.6 => /usr/lib/libSM.so.6 (0x2ae1c9299000)
libICE.so.6 => /usr/lib/libICE.so.6 (0x2ae1c93a3000)
libbonoboui-2.so.0 => /usr/lib/libbonoboui-2.so.0
(0x2ae1c94bf000)
libgnome-keyring.so.0 => /usr/lib/libgnome-keyring.so.0
(0x2ae1c962d000)
libxml2.so.2 => /usr/lib/libxml2.so.2 (0x2ae1c973a000)
libgnomecanvas-2.so.0 => /usr/lib/libgnomecanvas-2.so.0
(0x2ae1c9979000)
libgnome-2.so.0 => /usr/lib/libgnome-2.so.0 (0x2ae1c9aa8000)
libpopt.so.0 => /lib/libpopt.so.0 (0x2ae1c9bbf000)
libart_lgpl_2.so.2 => /usr/lib/libart_lgpl_2.so.2
(0x2ae1c9cc8000)
libpangoft2-1.0.so.0 => /usr/lib/libpangoft2-1.0.so.0
(0x2ae1c9ddf000)
libgtk-x11-2.0.so.0 => /usr/lib/libgtk-x11-2.0.so.0
(0x2ae1c9f0d000)
libgdk-x11-2.0.so.0 => /usr/lib/libgdk-x11-2.0.so.0
(0x2ae1ca337000)
libatk-1.0.so.0 => /usr/lib/libatk-1.0.so.0 (0x2ae1ca4cb000)
libgdk_pixbuf-2.0.so.0 => /usr/lib/libgdk_pixbuf-2.0.so.0
(0x2ae1ca5eb000)
libpangocairo-1.0.so.0 => /usr/lib/libpangocairo-1.0.so.0
(0x2ae1ca704000)
libfontconfig.so.1 => /usr/lib/libfontconfig.so.1
(0x2ae1ca80d000)
libXext.so.6 => /usr/lib/libXext.so.6 (0x2ae1ca941000)
libXrender.so.1 => /usr/lib/libXrender.so.1 (0x2ae1caa53000)
libXinerama.so.1 => /usr/lib/libXinerama.so.1 (0x2ae1cab5c000)
libXi.so.6 => /usr/lib/libXi.so.6 (0x2ae1cac5e000)
libXrandr.so.2 => /usr/lib/libXrandr.so.2 (0x2ae1cad67000)
libXcursor.so.1 => /usr/lib/libXcursor.so.1 (0x2ae1cae6a000)
libXfixes.so.3 => /usr/lib/libXfixes.so.3 (0x2ae1caf74000)
libpango-1.0.so.0 => /usr/lib/libpango-1.0.so.0 (0x2ae1cb07a000)
libcairo.so.2 => /usr/lib/libcairo.so.2 (0x2ae1cb1bb000)
libX11.so.6 => /usr/lib/libX11.so.6 (0x2ae1cb324000)
libgnomevfs-2.so.0 => /usr/lib/libgnomevfs-2.so.0
(0x2ae1cb52e000)
libbonobo-2.so.0 => /usr/lib/libbonobo-2.so.0 (0x2ae1cb6a)
libgconf-2.so.4 => /usr/lib/libgconf-2.so.4 (0x2ae1

Bug#420449: xserver-xorg-core update breaks the nvidia-legacy driver

2007-04-28 Thread Frédéric Perrin
> Hi,
> 
> I just had the same problem. I tried to fix this by renaming the 
> nvidia_drv.o to nvidia_drv.so, but then I got this error:

Oh, you're right, I didn't notice the difference in the suffix. I tried
to rename nvidia_drv.o to nvidia_drv.so too, but I get the same error
as you.

I also tried to rebuild my drivers (removing nvidia-* packages,
deleting /usr/src/nvidia-*.deb files, and starting over the procedure),
with no luck.

I also forgot to mention what video card I have : it is an nvidia
Geforce 2 MX/MX 400. Like yours, it is supported by the 9631 drivers,
but I don't want to try them.



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



Bug#421370: please add lib64 symlink

2007-04-28 Thread Matthias Klose
Rene Engelhard writes:
> please add lib64 symlink

why? you should fix the build system to use lib, not lib64.

> Please add a symlink lib64 -> lib, ad one for /lib64  -> /lib and
> /usr/lib64 -> /usr/lib done, too

? why does this belong to java-gcj-compat?


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



Bug#306637: qemu and binfmt

2007-04-28 Thread Robert Millan
On Sat, Apr 28, 2007 at 10:10:40PM +0200, Robert Millan wrote:
>  - Why using intermediate wrappers instead of making qemu-$ARCH the 
> interpreter?

Ah, didn't notice the "-L $CROSS_PREFIX".  That explains it.

But then, I don't think it's a good idea to hardcode a path in CROSS_PREFIX
that relies in multiarch, since all that's unimplemented yet.

If people want to use this feature, they will have built a chroot (since
currently there's no other way).  I think for now it'd be better to just
provide the support so that users can do:

  /srv/chroot/i386/lib/ld-linux.so.2 /srv/chroot/i386/bin/foo

Instead of:

  qemu-i386 /srv/chroot/i386/lib/ld-linux.so.2 /srv/chroot/i386/bin/foo

Or maybe make CROSS_PREFIX a configurable option?

In that case, how about using the full path to ld.so as argument rather than
-L ? Sounds more flexible to me, since it doesn't assume any particular
filesystem structure to be setup (dynamic linking will work fine if you
setup /etc/ld.so.conf to whatever your needs are).

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.


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



Bug#421418: xserver-xorg-video-intel: Can't play videos

2007-04-28 Thread Christoph Burgmer
Package: xserver-xorg-video-intel
Severity: normal

My installation was changed from xserver-xorg-video-i810 to -intel lately.
Since then I assume that I can't play videos / dvds anymore. Other parts
work normally. A quick glimpse inside the Xorg log didn't give me any hints
so I downgraded to the -i810 package again from testing.
I will provide more system information and log output if I know where to
look.

Christoph


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.16 (PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=zh_CN.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages xserver-xorg-video-intel depends on:
ii  libc6   2.5-4GNU C Library: Shared libraries
ii  libdrm2 2.3.0-4  Userspace interface to kernel DRM 
ii  xserver-xorg-core   2:1.3.0.0.dfsg-2 X.Org X server -- core server

xserver-xorg-video-intel recommends no packages.


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



Bug#421416: [Debian-hebrew-package] Bug#421416: culmus: Please provide TrueType versions also

2007-04-28 Thread Baruch Even
* Tommi Vainikainen <[EMAIL PROTECTED]> [070428 22:01]:
> Package: culmus
> Version: 0.101-6
> Severity: wishlist
> 
> FAQ in culmus upstream homepage tells that people wanting TrueType
> versions of culmus fonts should convert those with FontForge
> (previously pfaedit). It would be nice if there would be Debian
> package providing these fonts converted to TrueType.

For what purpose do you need the truetype fonts?

Converting Postscript to Truetype isn't really trivial as far as I know,
there are various tables that need to be made for truetype which are not
easily created from postscript font data.

Baruch


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



Bug#306637: qemu and binfmt

2007-04-28 Thread Robert Millan

Hi,

I have some comments about this bug:

 - Are you sure #384338 blocks it?  See my last mail to that bug.

 - Why is a separate package needed?  non-native binaries are of no use without
   qemu/binfmt, so it doesn't harm to make them runable by default.

 - Why using intermediate wrappers instead of making qemu-$ARCH the interpreter?

 - Is there any mechanism to prevent:
   - infin loops when running native binaries
   - e.g. qemu-i386 being used on amd64 instead of native biarch.
   (or is that not necessary at all, because Linux will never fallback to
   binfmt on those?)

-- 
Robert Millan

My spam trap is [EMAIL PROTECTED]  Note: this address is only intended
for spam harvesters.  Writing to it will get you added to my black list.


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



Bug#421417: SIGFPE in /usr/lib/libamarok.so.0 during opening wav file

2007-04-28 Thread Jedrek Potoniec
Package: amarok
Version: 1.4.4-4+b1
Severity: normal

Hello.
When I was trying to listen some music from wave files (from
http://www.nin.com/current/index.html) I could not do it with amarok. I
can not even add a song to playlist - but mplayer plays them (or at
least doesn't die).

#v+
Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread -1320129648 (LWP 21610)]
0xb7ee0467 in TagLib::Wav::Properties::readWavProperties () from
/usr/lib/libamarok.so.0
(gdb)
(gdb) bt
#0  0xb7ee0467 in TagLib::Wav::Properties::readWavProperties () from
/usr/lib/libamarok.so.0
#1  0xb7ee06ac in TagLib::Wav::File::read () from
/usr/lib/libamarok.so.0
#2  0xb7ee0849 in TagLib::Wav::File::File () from
/usr/lib/libamarok.so.0
#3  0xb7ee0a5f in WavFileTypeResolver::createFile () from
/usr/lib/libamarok.so.0
#4  0xb6d9df43 in TagLib::FileRef::create () from /usr/lib/libtag.so.1
#5  0xb6d9e382 in TagLib::FileRef::FileRef () from /usr/lib/libtag.so.1
#6  0xb7d28fa9 in MetaBundle::readTags () from /usr/lib/libamarok.so.0
#7  0xb7d2b3b6 in MetaBundle::MetaBundle () from /usr/lib/libamarok.so.0
#8  0xb7c2ce84 in CollectionDB::bundlesByUrls () from
/usr/lib/libamarok.so.0
#9  0xb7dd5606 in UrlLoader::doJob () from /usr/lib/libamarok.so.0
#10 0xb7e4cb78 in ThreadWeaver::Thread::run () from
/usr/lib/libamarok.so.0
#11 0xb656a25f in QThreadInstance::start () from /usr/lib/libqt-mt.so.3
#12 0xb60a57fb in start_thread () from /lib/i686/cmov/libpthread.so.0
#13 0xb6b81c5e in clone () from /lib/i686/cmov/libc.so.6
#v-


-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 2.6.18-ck1-swsusp2-rrc (PREEMPT)
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2) (ignored: LC_ALL set to 
pl_PL)
Shell: /bin/sh linked to /bin/bash

Versions of packages amarok depends on:
ii  amarok-xine [amarok- 1.4.4-4+b1  xine engine for the Amarok audio p
ii  kdelibs4c2a  4:3.5.6.r1.dfsg.1-4 core libraries and binaries for al
ii  libart-2.0-2 2.3.19-3Library of functions for 2D graphi
ii  libaudio21.8-4   The Network Audio System (NAS). (s
ii  libc62.5-4   GNU C Library: Shared libraries
ii  libfontconfig1   2.4.2-1.2   generic font configuration library
ii  libfreetype6 2.2.1-5 FreeType 2 font engine, shared lib
ii  libgcc1  1:4.1.2-4   GCC support library
ii  libgl1-mesa-glx [lib 6.5.2-4 A free implementation of the OpenG
ii  libglib2.0-0 2.12.11-3   The GLib library of C routines
ii  libgpod0 0.3.2-1.1   a library to read and write songs 
ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
ii  libidn11 0.6.5-1 GNU libidn library, implementation
ii  libifp4  1.0.0.2-3   communicate with iRiver iFP audio 
ii  libjpeg626b-13   The Independent JPEG Group's JPEG 
ii  libmysqlclient15off  5.1.16beta-1mysql database client library
ii  libnjb5  2.2.5-4.1   Creative Labs Nomad Jukebox librar
ii  libpng12-0   1.2.15~beta5-1  PNG library - runtime
ii  libpq5   8.2.4-1 PostgreSQL C client library
ii  libqt3-mt3:3.3.7-4+b1Qt GUI Library (Threaded runtime v
ii  libruby1.8   1.8.6-1+b1  Libraries necessary to run Ruby 1.
ii  libsdl1.2debian  1.2.11-8Simple DirectMedia Layer
ii  libsm6   1:1.0.2-2   X11 Session Management library
ii  libsqlite3-0 3.3.16-1SQLite 3 shared library
ii  libstdc++6   4.1.2-4 The GNU Standard C++ Library v3
ii  libtag1c2a   1.4-7   TagLib Audio Meta-Data Library
ii  libtunepimp3 0.4.2-4.1   MusicBrainz tagging library and si
ii  libusb-0.1-4 2:0.1.12-7  userspace USB programming library
ii  libvisual-0.4-0  0.4.0-1.1   Audio visualization framework
ii  libx11-6 2:1.0.3-7   X11 client-side library
ii  libxcursor1  1:1.1.8-2   X cursor management library
ii  libxext6 1:1.0.3-2   X11 miscellaneous extension librar
ii  libxft2  2.1.12-2FreeType-based font drawing librar
ii  libxi6   1:1.0.1-4   X11 Input extension library
ii  libxinerama1 1:1.0.2-1   X11 Xinerama extension library
ii  libxrandr2   2:1.2.1-1   X11 RandR extension library
ii  libxrender1  1:0.9.2-1   X Rendering Extension client libra
ii  libxt6   1:1.0.5-2   X11 toolkit intrinsics library
ii  ruby 1.8.2-1 An interpreter of object-oriented 
ii  unzip5.52-9  De-archiver for .zip files
ii  zlib1g   1:1.2.3-13  c

Bug#418630: sane-utils: man page for scanimage is outdated

2007-04-28 Thread Julien BLACHE
Max Alekseyev <[EMAIL PROTECTED]> wrote:

Hi,

>> Which backend are you using ?
>
> I believe, it's hpoj.

Could you please double-check ? This way I can reassign this bug to
hpoj so the backend will eventually accept both Gray and Grayscale.

Thanks,

JB.

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


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



  1   2   3   >