Bug#298202: pppoe-server: leaves spurious children behind: +1

2007-05-06 Thread Julien Valroff
Le dimanche 29 avril 2007 à 09:14 +0200, Andreas Barth a écrit :
> Hi,
hi Andreas,

> I prepared an fix for this issue. Can you please test the new version
> from http://people.debian.org/~aba/pppoe/pppoe_3.8-4~1_i386.deb and
> check if it works for you? (Source is in the same directory)

I have just noticed this new version (or at least a newer version than
the one in etch) puts automatically the Ethernet interface in
promiscuous mode.

I am not sure to understand why it is needed, and this should be stated
somewhere as the manpage says the interface is switched to promiscuous
mode when -H option is used.

Cheers,
Julien





Bug#422455: [Pkg-xfce-devel] Bug#422455: xfce4: xfwm4 doesn't start automatically

2007-05-06 Thread Simon Huggins
tags 422455 unreproducible moreinfo
thanks

On Sun, May 06, 2007 at 06:01:43AM +0200, Gaetano Guerriero wrote:
> When I start xfce4, xfwm4 doesn't start with it, and I am left with no
> window manager ( no window borders, unmovable windows ).  If I
> manually start xfwm4 in a terminal within xfce4, the problem is
> corrected.

xfwm4 has always started for me.

Was this the first time that you had installed xfce4 that xfwm4 didn't
start?
If not did you upgrade from a previous version of xfce4/xfwm4?  Which?

How did you start it?  (gdm, kdm, xdm or something like startx etc)

Can you give me the results of:
ls -l /etc/alternatives/x-session-manager

If you have a .config/xfce4-session/xfce4-session.rc please send it to
this bug report likewise please send your
/etc/xdg/xfce4-session/xfce4-session.rc 

Is it possible that somehow you managed to save the session without the
window manager running?

Is there anything strange about your system that you should tell us?

Simon.

-- 
* "Even if it does matter, does it matter that it matters?" -   *
| Marvin|
*   *
   Brought to you by the letter J and the number 26


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



Bug#422383: gnome-screensaver: Doesn't start automatically with GNOME session

2007-05-06 Thread Loïc Minier
On Sat, May 05, 2007, Julien Valroff wrote:
> gnome-screensaver does not start automatically any more, even though
> it is activated in the screensaver preferences dialog.
> 
> After logging in, ps aux | grep [s]creensaver gives no result.
> 
> I don't know how it is supposed to start, but adding an entry in
> gnome-session does work.
> 
> I have this issue on two different machines, both running unstable.

 Which version of gdm?  Can you reproduce with 2.18.1-2?

-- 
Loïc Minier



Bug#422383: gnome-screensaver: Doesn't start automatically with GNOME session

2007-05-06 Thread Julien Valroff
Le dimanche 06 mai 2007 à 09:51 +0200, Loïc Minier a écrit :
> On Sat, May 05, 2007, Julien Valroff wrote:
> > gnome-screensaver does not start automatically any more, even though
> > it is activated in the screensaver preferences dialog.
> > 
> > After logging in, ps aux | grep [s]creensaver gives no result.
> > 
> > I don't know how it is supposed to start, but adding an entry in
> > gnome-session does work.
> > 
> > I have this issue on two different machines, both running unstable.
> 
>  Which version of gdm?  Can you reproduce with 2.18.1-2?
GDM 2.18.1-2 is indeed installed on both machines, but this also
happened with previous versions (I am unfortunately not able to be more
precise).

Cheers,
Julien





Bug#422419: exim4: tls_verify_hosts only applies during TLS sessions

2007-05-06 Thread Andreas Metzler
On 2007-05-05 Oskar Liljeblad <[EMAIL PROTECTED]> wrote:
> Package: exim4
> Version: 4.63-17
> Severity: minor

> It should be clarified in the documentation that tls_verify_hosts only
> applies to TLS sessions. That is, if a sending host matched in
> tls_verify_hosts does not attempt to use TLS, it can still send messages
> unencrypted.

You'd be happy with something like this?

tls_verify_hostsUse: main   Type: host list†Default: unset

This option, along with tls_try_verify_hosts, controls the checking of
certificates from clients. The expected certificates are defined by
tls_verify_certificates, which must be set. A configuration error occurs if
either tls_verify_hosts or tls_try_verify_hosts is set and
tls_verify_certificates is not set.

Any client that matches tls_verify_hosts is constrained by
tls_verify_certificates. The client must present one of the listed
certificates. If it does not, the connection is aborted.
++Listing a host in tls_verify_hosts does not directly require the host
++to actually use TLS. It can still send SMTP commands through
++unencrypted connections. Enforcing TLS for a host needs to be done
++separately using ACLs.

A weaker form of checking is provided by tls_try_verify_hosts. If a client
matches this option (but not tls_verify_hosts), Exim requests a certificate and
checks it against tls_verify_certificates, but does not abort the connection if
there is no certificate or if it does not match. This state can be detected in
an ACL, which makes it possible to implement policies such as “accept for relay
only if a verified certificate has been received, but accept for local delivery
if encrypted, even without a verified certificate”.

Client hosts that match neither of these lists are not asked to present
certificates. 

> This makes tls_verify_hosts pretty useless, but that's just my humble
> opinion...
[...]

Exim allows to enforce TLS encryption and to enforce
certificate verification for tls-protected connections, it is easy to
put both together. I guess this is usually done automatically, by both
requiring SMTP AUTH and only advertising SMTP AUTH on TLS pretected
connections.

##
hostlist youmustusedverifiedtls = blah.example.com : foo.example.com

tls_verify_hosts = +youmustusedverifiedtls
[...]

begin acl
acl_check_mail:
deny
message = No TLS encryption used
hosts = +youmustusedverifiedtls
condition = ${if eq{$tls_cipher}{}{yes}{no}}
##


cu andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


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



Bug#365441: xserver-xorg-video-savage: XVideo extension using too much CPU

2007-05-06 Thread Brice Goglin
found 365441 1:2.1.2-3
thank you



John Gruenenfelder wrote:
> It never really went away.  That is, even with the latest (as of about one
> month ago) version in unstable it was still present.
>   

Ok, marking the bug as found in 1:2.1.2-3 then.

> I was unable to get any help or pointers on the xorg mailing list so I
> eventually gave up and bought a cheap Nvidia card.  This machine is my MythTV
> box and Myth has a couple of extra features on Nvidia cards (such as sync on
> v-blank for TV-out).
>
> The savage driver, at least on this particular chipset, also had a few other
> issues including some corruption/artifacts with Xvideo playback and
> instability with GL, so the upgrade was worth it.
>   

Does this mean that you won't be able to debug anymore if a new release
comes out? In this case, there's no real point to keep this bug open,
unless somebody else complains...

Thanks,
Brice



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



Bug#422419: exim4: tls_verify_hosts only applies during TLS sessions

2007-05-06 Thread Oskar Liljeblad
On Sunday, May 06, 2007 at 09:16, Andreas Metzler wrote:

> You'd be happy with something like this?
[..]
> ++Listing a host in tls_verify_hosts does not directly require the host
> ++to actually use TLS. It can still send SMTP commands through
> ++unencrypted connections. Enforcing TLS for a host needs to be done
> ++separately using ACLs.

Thanks for the quick response, this looks all good to me!

> ##
> hostlist youmustusedverifiedtls = blah.example.com : foo.example.com
> 
> tls_verify_hosts = +youmustusedverifiedtls
> [...]
> 
> begin acl
> acl_check_mail:
> deny
> message = No TLS encryption used
> hosts = +youmustusedverifiedtls
> condition = ${if eq{$tls_cipher}{}{yes}{no}}
> ##

I guess you could replace the condition line with

  ! encrypted = *

(This is what I do.)

Regards,

Oskar


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



Bug#395529: maildrop lacking courier-authlib dependency on amd64, still

2007-05-06 Thread Josip Rodin
On Sun, May 06, 2007 at 05:07:52AM +0200, Kurt Roeckx wrote:
> > The versions of the programs he used for autoreconf were:
> > * automake/aclocal 1.9.6
> > * autoconf 2.59
> > * config.{guess,sub} timestamp='2006-07-02'
> > * ltmain.sh 1.5.22
> 
> Those should all work without problems.  I'm guessing it's something
> else, like a file that wasn't updated or regenerated.

Would you be so kind to get the new package and try it so that I don't
upload and burden the buildds?

http://prdownloads.sourceforge.net/courier/maildrop-2.0.4.tar.bz2
tar xjf maildrop-2.0.4.tar.bz2 && cd maildrop-2.0.4
./configure
make

% dpkg-shlibdeps maildrop/maildrop
dpkg-shlibdeps: warning: could not find any packages for libcourierauth.so.0
dpkg-shlibdeps: warning: unable to find dependency information for shared 
library libcourierauth (soname 0, path libcourierauth.so.0, dependency field 
Depends)
dpkg-shlibdeps: failure: open new substvars file `debian/substvars.new': No 
such file or directory
% objdump -p maildrop/maildrop | grep RPATH
  RPATH   /usr/lib:/usr/lib/courier-authlib

-- 
 2. That which causes joy or happiness.


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



Bug#422461: pnet-ctools: References files not available in listed dependencies

2007-05-06 Thread Roland Stigge
Package: pnet-ctools
Version: 0.7.4-1
Severity: normal

Hi,

consider:

# dpkg -L pnet-ctools | xargs ls -lLd
ls: /usr/share/man/man1/cli-unknown-cpp.1.gz: No such file or directory
ls: /usr/share/man/man1/cli-unknown-gcc.1.gz: No such file or directory

The respective files (link ends) are not available in the listed dependencies
of pnet-ctools (but rather, in {cpp,gcc}-doc/contrib).

bye,
  Roland

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages pnet-ctools depends on:
ii  binutils   2.17cvs20070426-4 The GNU assembler, linker and bina
ii  gcc4:4.1.2-2 The GNU C compiler
ii  libc6  2.5-5 GNU C Library: Shared libraries
ii  pnet-compiler  0.7.4-1   DotGNU Portable.NET C# compiler & 
ii  zlib1g 1:1.2.3-13compression library - runtime

pnet-ctools recommends no packages.

-- no debconf information


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



Bug#422271: [parisc] missing ethtool

2007-05-06 Thread Geert Stappers
retitle 422271 [parisc] missing ethtool
thanks

Op 04-05-2007 om 18:09 schreef Wanka, Silvio:

~ wget is not able to get data from eth0. I think the hardware is
> wrong configured, the switch shows:
>   Port Mode: 100 FD, Flow Control: Disabled
> 
> IMO on HP-UX it must be configured to use 100 FD. Because ethtool
> is not able to get the current values of the card I have no idea
> how to solve this problem.

Perhaps at the side of switch, assuming it is "configurable switch" to
which you have access to?


Cheers
Geert Stappers


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



Bug#378057: Format String bug in task description field

2007-05-06 Thread Craig Shelley
On Sun, 2007-05-06 at 01:57 +0200, Øystein Gisnås wrote:
> I'm unable to reproduce the bug reported at
> http://bugs.debian.org/378057 in Evolution 2.10.1. Can you please
> verify that the bug is indeed fixed?
> 
> Cheers,
> Øystein

It looks like this bug has been fixed for tasks, however it still exists
for memos.

If I put a %s (or other format characters) anywhere within the memo
content, when the message is attempted to be displayed in the preview
pane, evolution crashes.
The only way to delete the message is by editing files in ~/.evolution,
then kill evolution-data-server

regards,

-- 
Craig Shelley
EMail: [EMAIL PROTECTED]
Jabber: [EMAIL PROTECTED]


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


Bug#422462: nstx: Off-by-one error

2007-05-06 Thread Matthias Urlichs
Package: nstx
Version: 1.1-beta6-4
Severity: important


nstxcd does not mark packets which exactly fit a DNS query as "final".

diff -rub nstx-1.1-beta6/debian/changelog nstx/debian/changelog
--- nstx-1.1-beta6/debian/changelog 2007-05-06 10:43:37.0 +0200
+++ nstx/debian/changelog   2007-05-06 10:44:50.0 +0200
@@ -1,3 +1,10 @@
+nstx (1.1-beta6-5) unstable; urgency=low
+
+  * Packets which exactly fit a DNS query need to be marked as "last packet",
+otherwise the server won't decode them.
+
+ -- Matthias Urlichs <[EMAIL PROTECTED]>  Sun,  6 May 2007 10:43:46 +0200
+
 nstx (1.1-beta6-4) unstable; urgency=low
 
   * Fix segfault triggered by normal DNS traffic (closes: #345159)
Only in nstx: nstxcd
diff -rub nstx-1.1-beta6/nstxcd.c nstx/nstxcd.c
--- nstx-1.1-beta6/nstxcd.c 2007-05-06 10:43:37.0 +0200
+++ nstx/nstxcd.c   2007-05-05 22:27:19.0 +0200
@@ -143,13 +151,13 @@
 dns_setid(pkt, nsid);
 
 l = dns_getfreespace(pkt, DNS_QUERY);
-if (l <= 0) {
+if (l <= (int)sizeof(nh)) {
printf("Fatal: no free space in dns-packet?!\n");
exit(1);
 }
 p = malloc(l);
 l -= sizeof(nh);
-if (l > datalen) {
+if (l >= datalen) {
l = datalen;
nh.flags = NSTX_LF;
 }
-- System Information:
Debian Release: 4.0
  APT prefers feisty
  APT policy: (851, 'feisty'), (740, 'edgy'), (730, 'dapper'), (500, 
'feisty-updates'), (500, 'feisty-security'), (500, 'edgy-updates'), (500, 
'edgy-security'), (500, 'edgy-backports'), (500, 'dapper-updates'), (500, 
'dapper-security'), (500, 'dapper-backports')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.17-11-server
Locale: LANG=en_US.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)

Versions of packages nstx depends on:
ii  adduser3.100 Add and remove users and groups
ii  libc6  2.5-0ubuntu14 GNU C Library: Shared libraries

nstx recommends no packages.

-- no debconf information


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



Bug#391813: ...

2007-05-06 Thread Josip Rodin
Hi,

This has been "pending" since November 12, 2006, and it went into etch :(

It's not like apache2(8) is anything particularly enlightening, but it does
seem embarrassing to have an undocumented binary in this day and age...

-- 
 2. That which causes joy or happiness.


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



Bug#421258: Typos in fontforge(1) synopsis

2007-05-06 Thread Kęstutis Biliūnas
tags 421258 pending
thanks

Pn, 2007 04 27 13:34 +0100, Reuben Thomas rašė: 
> Package: fontforge
> Version: 0.0.20070312-1
> Severity: minor
> 
> A couple of command-line flags that don't take an argument have no
> closing bracket:
> 
> [ -nosplash --> [ -nosplash ]
> [ -sync --> [ -sync ]
> 
> I think that's it.

Reuben, thank you for this bug report. This bug is fixed on the my local
copy and will be closed on the next upload.

George, please apply attached patch for fixing this.

-- 
Kęstutis Biliūnas <[EMAIL PROTECTED]>
Index: fontforge/fontforge/fontforge.1
===
--- fontforge/fontforge/fontforge.1.orig	2007-05-03 09:30:43.0 +0300
+++ fontforge/fontforge/fontforge.1	2007-05-03 09:31:40.0 +0300
@@ -20,12 +20,12 @@
 .RB [ \-keyboard
 .IR ktype ]
 .RB [ \-new ]
-.RB [ \-nosplash
+.RB [ \-nosplash ]
 .RB [ \-recover
 .IR mode ]
 .RB [ \-script
 .IR file ]
-.RB [ \-sync
+.RB [ \-sync ]
 .RB [ \-usage ]
 .RB [ \-vc
 .IR vclass ]


signature.asc
Description: Ši laiško dalis yra	pasirašyta skaitmeniniu būdu


Bug#391498: acpi-support: lid.sh does not blank screen

2007-05-06 Thread Christian Haggstrom
On Sat, Oct 07, 2006 at 12:30:23AM +0200, Wolf Wiegand wrote:
> However, sometimes (sorry, cannot be more specific) lid.sh just does not
> work at all. I close the lid, and s2ram (or screenblank, for that
> matter) just is not executed. I put some debugging statements into the
> script. The problem is that '[ x"$XAUTHORITY" != x"" ]' (around line
> 17) returns False, which results in nothing being executed.

I have noticed the same on my end, and in my case it is the call
user=`finger| grep -m1 ":$displaynum" | awk '{print $1}'`
in /usr/share/acpi-support/power-funcs that returns nothing. I checked
the output of 'finger' and it returns the line

Login Name  Tty  Idle  Login Time   Office Office 
Phone
chn   Christian Haggstrom  *tty1   3d  May  3 08:32

There is no :0 here, which I believe is because I started my X session
using 'startx' command from tty1.

The getXuser subroutine should be fixed to handle these cases.

> To have this fixed for my needs, I just replaced the whole 'for x in
> /tmp/.X11-unix/*; do  done' stuff with /usr/sbin/s2ram, but it'd be
> neat if this could be fixed for real. If you need any more information
> or tests, feel free to contact me.

I also believe that the call to 'radeontool light off' should be
outside the 'for x in /tmp/.X11-unix/*; do  done' loop, as it
doesn't need X running. I want to turn off the backlight even
in console mode.

/ Christian


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



Bug#422423: ITP: libtool-cvs -- Generic library support script - CVS snapshot

2007-05-06 Thread Piotr Roszatycki

2007/5/5, Mike Hommey <[EMAIL PROTECTED]>:

On Sat, May 05, 2007 at 10:01:32PM +0200, Piotr Roszatycki <[EMAIL PROTECTED]> 
wrote:
> X-Debbugs-Cc: [EMAIL PROTECTED]
> Package: wnpp
> Severity: wishlist
> Owner: Piotr Roszatycki <[EMAIL PROTECTED]>
>
> * Package name: libtool-cvs
>  Version : 2.1a (2007-04-10)
>  Upstream Author : [EMAIL PROTECTED]
> * URL : http://www.gnu.org/software/libtool/
> * License : GPL
>  Programming Lang: Shell
>  Description : Generic library support script - CVS snapshot

Why not package this as libtool and upload to experimental ?

Mike


Look at the libtool's website:

Stable Release: 1.5.22
Development Release of Stable Branch:  1.5.23b
Daily CVS Snapshot of Stable Branch: 1.5.23c
Development Release:  1.9f
Daily CVS Snapshot: 2.1a

Tell me, which version should go to experimental branch? I think the
daily CVS snapshot should be packaged as separate package.

The lack of the latest libtool is very frustating.

--
.''`.Piotr Roszatycki
: :' :mailto:[EMAIL PROTECTED]
`. `' mailto:[EMAIL PROTECTED]
 `-


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



Bug#378057: Format String bug in task description field

2007-05-06 Thread Øystein Gisnås

2007/5/6, Craig Shelley <[EMAIL PROTECTED]>:

On Sun, 2007-05-06 at 01:57 +0200, Øystein Gisnås wrote:
> I'm unable to reproduce the bug reported at
> http://bugs.debian.org/378057 in Evolution 2.10.1. Can you please
> verify that the bug is indeed fixed?
>
> Cheers,
> Øystein

It looks like this bug has been fixed for tasks, however it still exists
for memos.

If I put a %s (or other format characters) anywhere within the memo
content, when the message is attempted to be displayed in the preview
pane, evolution crashes.
The only way to delete the message is by editing files in ~/.evolution,
then kill evolution-data-server

regards,


Strange. No problems putting %s in the content here..

Can you try one more time to be completely sure this problem is still
present? First, verify that you're running the latest and greatest.
'dpkg -l evolution-data-server' should give you version 1.10.1-2. Do
the same with libebook1.2-9 and libedata-book1.2-2. Evolution itself
should be version 2.10.1-2.

Try to add new entries with %s, and see if that works. If you have to
do anything else than trivially put %s in the Description field and
click the memo after, please describe that.

Cheers,
Øystein Gisnås



Bug#422464: procmail-lib: pm-jamime-save.rc does not save MIME attachment

2007-05-06 Thread Sándor Bognár

Package: procmail-lib
Version: 1:2002.01.02-1
Severity: normal
Tags: patch

*** Please type your report below this line ***
Due to some typos, pm-jamime-save.rc does not save attachments. The
action (awk script) is never executed in row 379, becuase COUNT is not
yet initialized when the corresponding recipe is evaluated. Than the
awk script does not run because "{" is in wrong place, we need it
after the BEGIN pattern and not before. Finally when the MIME stuff is
extracted to the file and encoded, it is not renamed but removed from
the target directory, because of the typo during the "MV"
initialization in pm-javar.rc. Here's the diff for both:

$diff pm-jamime-save.rc pm-jamime-save.rc.change
374a375

COUNT="$MIME_BOUNDARY_COUNT"

380c381
<   ' { BEGIN found = 0 } \
---

  ' BEGIN { found = 0 }


$diff pm-javar.rc pm-javar.rc.change
195c195
< MV  = ${RM:-"mv"}
---

MV  = ${MV:-"mv"}



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

Versions of packages procmail-lib depends on:
ii  perl  5.8.8-7Larry Wall's Practical Extraction
ii  procmail  3.22-16Versatile e-mail processor

procmail-lib recommends no packages.

-- no debconf information


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



Bug#422465: libaprutil1-dev: please switch to libdb4.5

2007-05-06 Thread Laurent Bonnaud
Package: libaprutil1-dev
Version: 1.2.7+dfsg-2+b1
Severity: wishlist


Hi,

libaprutil1-dev still depends on libdb4.4-dev.  Could you please make
it depend on libdb4.5-dev?  It would be a first step in really fixing
bug #421929.


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

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

Versions of packages libaprutil1-dev depends on:
ii  libapr1-dev  1.2.7-8.2   The Apache Portable Runtime Librar
ii  libaprutil1  1.2.7+dfsg-2+b1 The Apache Portable Runtime Utilit
ii  libdb4.4-dev 4.4.20-8Berkeley v4.4 Database Libraries [
ii  libexpat1-dev1.95.8-3.4  XML parsing C library - developmen
ii  libldap2-dev 2.1.30-13.4 OpenLDAP development libraries
ii  libpcre3-dev 6.7-1   Perl 5 Compatible Regular Expressi
ii  libpq-dev8.2.4-1 header files for libpq5 (PostgreSQ
ii  libsqlite3-dev   3.3.16-1SQLite 3 development files

libaprutil1-dev recommends no packages.

-- no debconf information


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



Bug#419035: rott: crashes on start

2007-05-06 Thread Fabian Greffrath
Am Freitag, den 13.04.2007, 21:28 +0100 schrieb Darren Salt:
> I've seen exactly the same crash. On looking at the source, I see the usual
> 32bit-isms: an assumption that long is 32 bits wide, and many casts between
> pointer types and either int or unsigned int.

As an experiment: Could you please try to build and run rott with the
'-m32' flag set? Please find a patch attached.
diff -Naru rott-1.0/debian/rules rott_1.0-2/debian/rules
--- rott-1.0/debian/rules	2007-05-06 11:12:10.0 +0200
+++ rott_1.0-2/debian/rules	2007-05-06 11:07:28.0 +0200
@@ -17,8 +17,7 @@
 build-stamp: patch-stamp
 	dh_testdir
 
-	cd rott && \
-	$(MAKE)
+	EXTRACFLAGS="-m32" EXTRALDFLAGS="-m32" $(MAKE) -C rott
 
 	touch build-stamp
 



Bug#422463: upgrade doesn't remove powerbutton scripts

2007-05-06 Thread Andreas Hartmann
Package: acpid
Version: 1.0.4-7.1
Severity: normal


The changelog reports removal of the powerbutton scripts. However, upon 
upgrading
acpid from 1.0.4-5 to 1.0.4-7.1 these scripts are not removed from the system.

The changelog also reports that the powerbutton scripts were contained in other
packages. After removing /etc/acpi/powerbtn.sh and /etc/acpi/events/powerbtn 
from
my system manually, the powerbutton doesn't work any more and I have to shut my
notebook down with 'init 0' as root.
It would be helpful to name the packages which will now deal with the 
powerbutton
issue. I hardly use X, so a solution for console users would be much 
appreciated.

Thanks

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

Kernel: Linux 2.6.18-12-p4pe (PREEMPT)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages acpid depends on:
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  lsb-base3.1-23.1 Linux Standard Base 3.1 init scrip

acpid recommends no packages.

-- no debconf information


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



Bug#66684: Blu-ray Java (BD-J), Java technology in Internet Protocol Television (IPTV), and a roadmap for interactive services on cable TV are some of the sessions in this category.

2007-05-06 Thread Blanch N. Schmidt

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

Join Chet Haase and Romain Guy as they speak about the Timing Framework,
rendering approaches, and both static and animated graphical effects.
This cross-platform track delves into GUI application development using
Swing, 2-D and 3-D graphics and imaging, and deployment strategies
across browsers.
Filthy-Rich Clients: Talk Dirty to Me (TS-3165) Speakers: Chet Haase and
Romain Guy, Sun Microsystems, Inc.
Learn how to implement effects such as translucency, nonrectangular
components, overlays, and transition animations to invigorate your Swing
applications.
I've routinely tested out bug tests on 4. Take a look at
TreeExpansionListener and TreeWillExpandListener.
Testing, Testing, Testing JSC: How do you go about testing your fixes?



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



Bug#421842: Some servers don't support SORT

2007-05-06 Thread Tomas Kuliavas
> This one time, at band camp, Thijs Kinkhorst said:
>> On Saturday 5 May 2007 09:17, Tomas Kuliavas wrote:
>> > Debian supports six different IMAP servers. Two of them don't support
>> > server side sorting. One breaks on Korean translation.
>>
>> I agree with Tomas here that there's really not enough support in Debian
>> for
>> server side sorting yet to enable it by default. However, I do think
>> that it
>> would be a good idea to see whether we can add some kind of detection to
>> configtest.php and advise the user to enable it.
>
> Whichever way you want to go is probably fine.  I just have to note that
> bincimap-run and mailutils-imap4d are not particularly serious IMAP
> servers, in that they don't support other extensions that are now 7
> years old.  But I can imagine that might be enough to give you pause.
>
> If you can either a) advise the admin to enable it in the case where the
> IMAP server is localhost, or b) mention that any recent IMAP server
> supports it for Western locales, that would be helpful by itself.  I
> happen to already know this, so it no longer hugely helps me, but I am
> trying to save others the effort of researching why it takes so long to
> load a large IMAP folder.

Include server side sorting in presets. Put warnings about unsupported
charset in affected servers (courier, cyrus and hmailserver). Or
automatically switch to internal sorting, if SORT fails. SquirrelMail
1.5.1+ already includes fallback from SORT to internal php based sorting.

-- 
Tomas




Bug#331433: iceweasel: exampe of xhtml file in which empty script element breaks parser

2007-05-06 Thread Alexander Denisjuk
Package: iceweasel
Version: 2.0.0.3-2
Followup-For: Bug #331433

I still observe this bug in the following example:


http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
http://www.w3.org/1999/xhtml";>





document.write('

Head

'); Iceweasel shows this file as empty document. It seems to me that Iceweasel does not recognize empty script element and interprets all part of document forom first to element closing the second script as the one script. Repcaling first element with solves the problem. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.20 (PREEMPT) Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages iceweasel depends on: ii debianutils 2.18 Miscellaneous utilities specific t ii fontconfig2.4.2-1.2 generic font configuration library ii libatk1.0-0 1.18.0-2 The ATK accessibility toolkit ii libc6 2.5-5 GNU C Library: Shared libraries ii libcairo2 1.4.6-1The Cairo 2D vector graphics libra ii libfontconfig12.4.2-1.2 generic font configuration library ii libfreetype6 2.2.1-5FreeType 2 font engine, shared lib ii libgcc1 1:4.1.2-5 GCC support library ii libglib2.0-0 2.12.11-3 The GLib library of C routines ii libgtk2.0-0 2.10.12-1 The GTK+ graphical user interface ii libhunspell-1.1-0 1.1.5-6spell checker and morphological an ii libjpeg62 6b-13 The Independent JPEG Group's JPEG ii libpango1.0-0 1.16.2-2 Layout and rendering of internatio ii libpng12-01.2.15~beta5-1 PNG library - runtime ii libstdc++64.1.2-5The GNU Standard C++ Library v3 ii libx11-6 2:1.0.3-7 X11 client-side library ii libxft2 2.1.12-2 FreeType-based font drawing librar ii libxinerama1 1:1.0.2-1 X11 Xinerama extension library ii libxp61:1.0.0.xsf1-1 X Printing Extension (Xprint) clie ii libxrender1 1:0.9.2-1 X Rendering Extension client libra ii libxt61:1.0.5-2 X11 toolkit intrinsics library ii psmisc22.5-1 Utilities that use the proc filesy ii zlib1g1:1.2.3-13 compression library - runtime iceweasel recommends no packages. -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#419950: same problem ..

2007-05-06 Thread Michael Ablassmeier
hi guys,

i've just upgraded my box from 2.6.18-3 to 2.6.18-4 (both etch) and sadly also
stumbled about this problem.  My NIC however is an RTL8169sb/8110sb handled by
the r8169 driver. As soon as im transfering big files over NFS the nic starts
to hang with:

 NETDEV WATCHDOG: eth0: transmit timed out

every 2 - 3 minutes, then works again for a few, and starts to hangup again.
I've not yet tried to boot with acpi=off / noacpi / nolacpi, im going to do so.

bye,
- michael


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



Bug#109112: I was extremely surprised and very honored.

2007-05-06 Thread Montagu

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

SystemTray class represents the system tray for a desktop. Whether you
use the look and feel of Metal, Microsoft Windows, or GTK, you will get
the same antialiasing behavior for fonts in Java technology-based
applications as you do in native applications.
Soon, I wrote a DHTML library to allow easy cross-browser creation of
complex designs.
awt package: SystemTray and TrayIcon. It's definitely inventive.
Some countries are still evaluating whether they will adopt the new
rules for themselves.
The company's offerings include RIFE, a full-stack web application
framework providing the tools and APIs necessary to easily implement
most common web features. This will provide comprehensive documentation
for the framework.
com By the Way If you are a Java technology publisher and would like me
to review your Java SE, Java ME, or Java EE book on java.
Time zone data that adheres to the new DST rules was introduced in the
following update releases of the Java platform: 1.
For example, nearly every programmer I know has a copy of the Gang of
Four Design Patterns book. For example, nearly every programmer I know
has a copy of the Gang of Four Design Patterns book.
Browser technology was too young at the time, though, and Internet
connectivity was a bit too slow.
Note that you cannot use the SplashScreen class to create the splash
screen. " Bevin has also been heavily involved with OpenLaszlo, an
open-source platform for the development and delivery of rich Internet
applications (RIA) on the web.
What projects do you have planned for the future?
Download the TZupdater tool here See the TZupdater README.
To demonstrate this, look at the JTable demo tab from the SwingSet2
demo. update();   First, you obtain the SplashScreen object.
Instead of the scenario in Figure 10, in which multiple threads touch
the native graphics layer, a more elegant solution appears in Figure 11.
See Sun Alert  102836 for Java and Background  Overview on Sun Alert
102836.
You should call the update() method on the SplashScreen when you want
the splash screen to be updated immediately. First, the authors use
enums instead of Strings for guitar classifications.
The crux of the argument is simple: Should I extend an object whose
functionality I wish to use or simply include a reference to a class of
that type inside my object and delegate calls to it? As most developers
are already aware, JDK 5. By adjusting clocks ahead a standard amount,
usually an hour, people can have more daylight available during their
typical work day.
More information, including downloadable CDs, can be found on my
personal web site. By adjusting clocks ahead a standard amount, usually
an hour, people can have more daylight available during their typical
work day. Browser technology was too young at the time, though, and
Internet connectivity was a bit too slow. 1, you already have the
current DST rules for the United States and Canada. I first learned
about the program at JavaOne this year, and saw a number of Java
Champions displayed on the big screen. getSystemTray() method. That's
good news if you ever find yourself in a code review where that annoying
intern who favors simplicity keeps asking why you introduced a more
complex design pattern or principle in your code.
0 (orange bars) and the default X11 pipeline in JDK 6 (green bars).
Native GTK applications support all four of these.
Time zone data that adheres to the new DST rules was introduced in the
following update releases of the Java platform: 1.
Changes in 2007 The United States has planned a change to its DST
observance beginning in 2007.
Catalog Page Curious about this book?
I've reserved the next two months for full-time work on RIFE.
Before Java SE 6, you could use Swing or Abstract Window Toolkit (AWT)
to create splash screens in Java technology applications. That being
said, I don't get any royalties from this book, nor does O'Reilly or any
of the authors reward me in any way for reviewing it, other than
providing me with a free copy of the book.
Figure 12 shows the chart. Then, the door has to open automatically to
the sound of the dog's bark. Please contact your  Sun sales
representative for details. OpenLaszlo uses XML and JavaScript to create
either Flash or DHTML files that offer the elegance and rich
functionality of installed application software, but running within any
Web browser. My girlfriend even understood that this was something
special, and proudly talked about it to her friends.
When Macromedia announced Flex, I immediately started looking into it,
and participated in the beta test. What initially attracted me to Java
was its platform-independent nature. If the system tray is not present
or supported on this platform, the isSupported() method 

Bug#111033: Review: Latte Slim 11b calling and light messaging phone - infoSync World .

2007-05-06 Thread Cantu

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

Once we did pry it open with our fingernails, the microSD slot was a bit
sticky, and not the spring-loaded type of slot we prefer.
The voice command button on the side was easy to press as we gripped the
phone. Unfortunately, the phone's processor doesn't have the chops for
the advanced, and graphically impressive software, so it might not be
worth the download.
Next to the camera is a bright LED lamp for photographs, and under the
external screen are touch-sensitive music buttons, a first for the RAZR
family.
Good GPS performance. We tested the phone using a Cingular SIM card in
our lower Manhattan office.
According to Creative, the ZEN Stone gets about 10 hours of listening
time.
Since pop-port is used for charging, wired headphones, and USB
transfers, this gave us an early headache during our tests.
This caused us to exit our applications, a real pain while listening to
music or, even worse, while navigating. The Nokia PC suite has an
adequate music transfer app that is unfriendly, but functional.
Windows Mobile 6 coming to the T-Mobile Dash tomorrow - infoSync World .
Cons:Lousy streaming video performance. We did notice some aberration
around the edges of objects in photos, but overall we thought the
2-megapixel sensor did a fine job. Pros:Comfortable keypad.
Pros:Comfortable keypad.
The flash-based digital audio player is a bit larger than the shuffle at
2.
Calls sounded generally clean, though we could have used more volume on
the listening end. The handset also has a 1.
Corsair drops a pair of rugged flash drives - infoSync World . There's
no word yet on a specific launch date or price.
The Curve also includes the Roxio Media Manager for BlackBerry, which
lets you organize and create playlists.
3G LG clamshell includes a 1.



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



Bug#422466: dasher: command line options don't work

2007-05-06 Thread Roland Stigge
Package: dasher
Version: 4.4.1-2
Severity: normal

Hi,

the man page of dasher(1) says:

===
OPTIONS
   dasher takes the following options:

   -o Dasher  will  appear without a text edit box and will default to
  entering text into other windows.

   -p Dasher will open a preferences window and not the main window.

   -s Dasher will output the entered text to stdout whenever  stopped.
  Only text entered since the last stop will be output.

   -w Whenever Dasher is stopped, the time taken, number of characters
  entered, and number of bits of information  will  be  displayed,
  along with ratios of these quantities.
===

However, each of those options makes dasher complain that it can't find the
respective input file , e.g. '-o'.

Thanks for considering.

bye,
  Roland

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dasher depends on:
ii  at-spi  1.18.1-2 Assistive Technology Service Provi
ii  dasher-data 4.4.1-2  Data files for dasher
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libatspi1.0-0   1.18.1-2 C binding libraries of at-spi for 
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.5-5GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070405-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.11-3The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-2 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.12-1The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.2-2 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.1.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 

dasher recommends no packages.

-- no debconf information


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



Bug#116171: Here are a few things that you should be aware of when working with owners in the new modality model: Creating a document-modal dialog box without an owner.

2007-05-06 Thread John E. Gutierrez

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

The best thing to do is  migrate your applet to run with the newer JRE.
Adding the ability to offer truly parentless windows without breaking
backward compatibility was a challenge for the AWT team.
The RowSorterEvent for the action allows you to discover how many rows
were present before the sort, in the event that the RowSorter filters
rows in or out of the view.
mf file: Manifest-Version: 1. Hence, an application cannot create its
own instance of SystemTray.
This was fine until Java SE 6, which introduced new document-modal
dialog boxes that block all the windows from the same document.
SwingSet2 Demo Without LCD Text Click here for a larger image   Figure 7
shows it with LCD text.
Consequently, the toolkit saw such dialog boxes or windows as not having
a null parent.
Hundreds of other operations are now much faster when the OGL pipeline
is enabled, some just a few percent better than X11, and others are 10
to 40 times faster.
As I understand it, that build disallows  static versioning, but doesn't
contain the family clsid that went in with 1.
The modality priority helps in situations in which two dialog boxes are
visible and could block each other.
Hence, a toolkit-modal dialog box shown from an applet may affect other
applets and all windows of the browser instance that embeds the Java
Runtime Environment (JRE) for this toolkit. The second line and its
continuation create a RowSorter specific to the model.
Reducing overhead in these cases is very important in improving overall
Swing performance because Swing typically touches small areas at a time.
By overriding the default getColumnClass() behavior of
DefaultTableModel, RowSorter sorts according to the rules of that class,
assuming it implements Comparable. Hundreds of other operations are now
much faster when the OGL pipeline is enabled, some just a few percent
better than X11, and others are 10 to 40 times faster. The drawString()
method is about 250 percent faster, according to J2DBench. setRowFilter(
RowFilter. Calvin Cheung: If you have JRE 5. By default, all columns of
a table are thought to be of type Object. On KDE, it is referred to as
the system tray. With Java SE 6, enabling filtering of JTable contents
is also much easier.
The final line associates the RowSorter with the JTable.
Calvin Cheung: Java Plug-in will be available in 64-bit JRE
distributions in Java SE 7.
The behavior is implementation-dependent. However, the developer had to
add the functionality manually in a custom way for each table that
needed this feature.
println("TrayIcon could not be added. ) In short, it takes a unique kind
of book to truly build off a classic, and so far, Head First Design
Patterns is the best approach I've seen. For example, if you click a
JButton, a small area is filled with a color or gradient, then a few
lines and some text are rendered on top of that.
At present, STR is implemented only in the OpenGL rendering pipeline,
which is not enabled by default due to various driver and hardware
issues. And this accomplishes the same thing: The shared-owner frame
again becomes the parent, in order to preserve backward compatibility.
isSupported() method to check whether the system tray is supported.
Will that be published on the page where  I download JRE's from Sun.
With single-threaded rendering (STR), requests are now queued at the
Java platform level, then executed at the native operating system (OS)
level on a single thread. In addition, automatic image scaling in your
browser may alter the images. These classes give you the ability to add
graphics, pop-up menus, and floating tip functionality to the system
tray. However, this feature is not as visible as many others in JDK 6.
As you can tell, I'm confused.
ComparisonType type, Number number, int.
Filtering allows users to display only the rows in a table that match
user-supplied criteria.
Or does  Family classid make any sense? 0 and earlier, a dialog box must
have either a frame or another dialog box defined as its owner when the
dialog box is constructed, even if the box is invisible. (Note to
authors: If I'm missing something here, feel free to send me an email
and I'll post your response.



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



Bug#159802: 0 to Windows Mobile 6 on its site tomorrow.

2007-05-06 Thread Ottilia Poe

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

We're not huge fans of Symbian. Our first five attempts were
unsuccessful.
A mint julep has only four ingredients (mint, sugar, water, and bourbon)
and the most important by far is the bourbon, a Kentucky style of
whiskey. Downloaded songs also did not automatically disappear from our
queue, so we ended up spending time downloading songs twice,
accidentally.
Strangely, while using the bright LED lamp, the camera seems to take a
picture without the flash, then another with the flash on. On Saturday
at 2pm, they'll show Body and Soul (1947), a movie about a boxer who
finds that success brings difficult choices. Nascar qualifying was
cancelled because of the storm last night, so the drivers will line up
according to owners' points.
The Nokia PC suite has an adequate music transfer app that is
unfriendly, but functional.
First of all, as we're compelled to note, Verizon Wireless still refuses
to package their so-called "V Cast Music Phones" with any of the
accessories necessary to listen to music. We'd like to see easier POP3
and IMAP4 access, or at least a Gmail preset, but we're just being
selfish.
There's no word yet on a specific launch date or price.
It was an ordinary day for an ordinary baseball player. Okay, so they
may not be tasting Kentucky whiskey, but the Irish whiskeys are quite
good, too. Doesn't come close to N95.
First, we like the updated look of the Maxx, it provides a nice
evolutionary bridge between this phone and the KRZR.
Pros:Comfortable keypad. EV-DO on the Maxx Ve, as downloaded videos gave
us just as much of a problem as streaming clips. We're guessing that the
Windows Mobile 6 download will work like other OS upgrades, and reset
your Dash to its factory settings, so be sure to back up.
A mint julep has only four ingredients (mint, sugar, water, and bourbon)
and the most important by far is the bourbon, a Kentucky style of
whiskey. The Pearl packs in 1GB of internal memory, but has a microSD
expansion slot that supports a 2GB card. On our third attempt, we were
too cheap to pay for an HBO clip, so perhaps that shouldn't count.
The Jet is RCA's rugged MP3 player and has a splash-proof shell.
Pros:Cool design updates the aging RAZR a bit. It was an extraordinary
day for an extraordinary man. Since pop-port is used for charging, wired
headphones, and USB transfers, this gave us an early headache during our
tests. It does have plenty of glossy, mirrored surface, including the
border around the keypad, but this only served to attract fingerprints.
In Slaughterhouse-Five he drew a gravestone on which he wrote,
"Everything was beautiful, and nothing hurt.
The light rail has several stops downtown and Deep Ellum is a quick bus
ride away.
The Stone includes 1 GB of internal memory, and is compatible with MP3,
WMA, WAV and Audible files. Nascar qualifying was cancelled because of
the storm last night, so the drivers will line up according to owners'
points.
It suffers from screen door effect, but looks better and is much larger
than the external screen on most phones. You get no transfer software,
no USB cable, though the Maxx Ve uses a standard mini-USB port, no
headphones, and no microSD card.



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



Bug#247189: this bug/#247189 - dpkg: segfault when trying to update xserver-xfree86

2007-05-06 Thread Matthijs Melchior
Don't remember the details of a 3 year old bug anymore

According to the original submitter, the 'core' file is created by:

`dpkg --unpack -D3 xserver-xfree86_4.3.0.dfsg.1-1_i386.deb'

And, of course, this should never happen.
If 'dpkg' has a memory shortage, it should say so and stop,
but certainly not crash.

If you cannot reproduce this behavior with the current version
of 'dpkg' installing a dummy package that stops with  a
segmentation violation in its post-install script, and there are
no other reports of an error like this,
please close the bug as being unreproducible.

-- 
Regards,
  -o)
Matthijs Melchior   Maarssen  /\\
[EMAIL PROTECTED]  Netherlands _\_v
 



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



Bug#422469: gjdoc: upgrade fails with "invalid pointer" when /proc not mounted

2007-05-06 Thread Yann Dirson
Package: gjdoc
Version: 0.7.8-1
Severity: normal

When uprading my unstable chroot, I got the following failure.  As is
obvious from the trace, /proc is not mounted for some reason, but the
rest of the trace seems to imply that this error condition was not
properly caught.

As expected, mounting /proc allowed the upgrade to proceed.

Preparing to replace gjdoc 0.7.7-6 (using .../gjdoc_0.7.8-1_i386.deb) ...
Unpacking replacement gjdoc ...
GC Warning: Couldn't read /proc/stat
GC Warning: GC_get_nprocs() returned -1
*** glibc detected *** gcj-dbtool-4.1: munmap_chunk(): invalid pointer: 
0xb75ecc01 ***
=== Backtrace: =
/lib/libc.so.6(cfree+0x1bc)[0xb5e6283c]
/lib/libpthread.so.0(pthread_attr_destroy+0x26)[0xb5f7ea96]
/usr/lib/libgcj.so.71[0xb75f26b9]
/usr/lib/libgcj.so.71[0xb75ee10c]
/usr/lib/libgcj.so.71[0xb75ee193]
/usr/lib/libgcj.so.71[0xb75e8862]
/usr/lib/libgcj.so.71(_Z10_Jv_InitGCv+0x5a)[0xb6c054ea]
[0xb7f4a000]
=== Memory map: 
dpkg: warning - old post-removal script returned error exit status 2
dpkg - trying script from the new package instead ...
GC Warning: Couldn't read /proc/stat
GC Warning: GC_get_nprocs() returned -1
*** glibc detected *** gcj-dbtool-4.1: munmap_chunk(): invalid pointer: 
0xb7619c01 ***
=== Backtrace: =
/lib/libc.so.6(cfree+0x1bc)[0xb5e8f83c]
/lib/libpthread.so.0(pthread_attr_destroy+0x26)[0xb5faba96]
/usr/lib/libgcj.so.71[0xb761f6b9]
/usr/lib/libgcj.so.71[0xb761b10c]
/usr/lib/libgcj.so.71[0xb761b193]
/usr/lib/libgcj.so.71[0xb7615862]
/usr/lib/libgcj.so.71(_Z10_Jv_InitGCv+0x5a)[0xb6c324ea]
[0xb7f77000]
=== Memory map: 
dpkg: error processing /var/cache/apt/archives/gjdoc_0.7.8-1_i386.deb 
(--unpack):
 subprocess new post-removal script returned error exit status 2


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



Bug#151566: Before doing so, however, the application should always use the static SystemTray.

2007-05-06 Thread appreciable

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

What was causing these crashes?
Also, the default Java technology look and feel, Metal, now reads the
user's desktop text-antialiasing preferences on startup and applies them
to the JDK fonts.
That being said, I don't get any royalties from this book, nor does
O'Reilly or any of the authors reward me in any way for reviewing it,
other than providing me with a free copy of the book.
In order to achieve this, the look and feel of Windows and of GTK have
also been updated to track the user's desktop preferences and update any
preference changes in real time. Solutions for Older Versions of the
Java Platform On Windows, Linux, and the Solaris 9 and Solaris 10
operating systems, the J2SE 1. It's clear that the open-sourcing
drastically increased their popularity and user-base. For
implementations of the Java Platform that are not distributed by Sun,
then you should obtain a solution from the provider of your Java
platform.
My personal favorite it the Flickr Image Word Test.
For example, if you click a JButton, a small area is filled with a color
or gradient, then a few lines and some text are rendered on top of that.
Figures 2 and 3 show the system tray on both Windows and Gnome.
Solutions for Older Versions of the Java Platform On Windows, Linux, and
the Solaris 9 and Solaris 10 operating systems, the J2SE 1.
The JDK supports LCD text on all Windows versions.
If you are using a CRT, don't expect to see much improvement. For
implementations of the Java Platform that are not distributed by Sun,
then you should obtain a solution from the provider of your Java
platform. You should call the update() method on the SplashScreen when
you want the splash screen to be updated immediately. Java SE 6 provides
a solution that allows the application to show the splash screen much
earlier, even before the virtual machine starts. For example, suppose
you wake daily at 7:00 AM.
Although it is possible to render from other threads, OpenGL drivers are
optimized for the single-threaded case.
I secretly said to myself that it would be awesome to have that title
one day.
Soon, I wrote a DHTML library to allow easy cross-browser creation of
complex designs.
By adjusting clocks ahead a standard amount, usually an hour, people can
have more daylight available during their typical work day. Anything
that can get those pixels on the screen sooner will improve users'
perception of the responsiveness of Swing applications. What was your
reaction to being nominated as a Java Champion?
Head First Object-Oriented Analysis and Design satisfies this test as
well by jumping into discussions on composition and aggregation starting
on page 408.
The following application is an example of how the new splash screen
works.
Note that you cannot use the SplashScreen class to create the splash
screen. When Macromedia announced Flex, I immediately started looking
into it, and participated in the beta test. Stop what you're doing and
write me.
, I found myself ignoring my email for a good 45 minutes. Java SE 6
provides a solution that allows the application to show the splash
screen much earlier, even before the virtual machine starts. In
addition, if your LCD display is connected by a VGA connector instead of
a DVI, you won't see the best display either. It didn't take many
supposedly really, really simple maintenance requests before I realized
that my colleagues and I were actually implementing a spiral model. The
drawString() method is about 250 percent faster, according to J2DBench.
0 Main-Class: SplashTest SplashScreen-Image: filename. getSystemTray()
method. This will provide comprehensive documentation for the framework.
I secretly said to myself that it would be awesome to have that title
one day. I secretly said to myself that it would be awesome to have that
title one day.
Second, they encapsulate behavior back to its primary class to make the
software easier to maintain, which is always a good idea. Before Java SE
6, you could use Swing or Abstract Window Toolkit (AWT) to create splash
screens in Java technology applications.
So Java ME will become the third supported runtime environment for
OpenLaszlo. Chapter 9 drives home the idea that writing great software
is an iterative, cyclical process.
The fillRect() and drawLine() methods are up to 2500 percent faster,
according to J2DBench.
Project Orbit immediately made a lot of sense to me, and I'm very
enthusiast about it.
4 or earlier versions. That's good news if you ever find yourself in a
code review where that annoying intern who favors simplicity keeps
asking why you introduced a more complex design pattern or principle in
your code.



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

Bug#392333: ITP: irrtoolset -- IRRToolSet is a suite of policy analysis tools to operate with routing policies in RPSL [RFC 2622] format, registered in Internet Routing Registry(IRR).

2007-05-06 Thread Jan Wagner
Hi,

just for the records ... preliminary packages are available at 
http://ftp.cyconet.org/debian/archive/official/irrtoolset/4.8.5-1/

Actual I'm working with Daniel Baumann[¹] on copyright issues. There are more 
than 10 licenses und ~20 authors. This all is shuffled all over the files. 
Nearly 50% of the codebase is not used, cause the graphical tools are broken 
since years, but upstream will not remove the code about various reasons. 
This makes life working on copyright much more complicated.

With kind regards, Jan.
[¹] [EMAIL PROTECTED]
-- 
Never write mail to <[EMAIL PROTECTED]>, you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.1
GIT d-- s+: a- C+++ UL P+ L+++ E- W+++ N+++ o++ K++ w--- O M V- PS PE
Y++ PGP++ t-- 5 X R tv- b+ DI- D++ G++ e++ h-- r+++ y+++
--END GEEK CODE BLOCK--


pgpESHcJLbHCP.pgp
Description: PGP signature


Bug#417030: new update-grub

2007-05-06 Thread Fabian Greffrath
forwarded 417030 [EMAIL PROTECTED]
tags 417030 pending
thanks

Hi Erik!

In the bug report discussed at [1] you will find a script which, if
installed in /etc/grub.d, will be used by the new GRUB2's update-menu
command to add a boot entry for GRUB invaders. Please consider
distributing this little script with future versions of GRUB invaders.

Thank you very much!

Cheers,
Fabian

[1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=417030

FYI: GRUB invaders now even runs on amd64, see

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




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



Bug#172702: (That may have happened in this case, but perhaps the reality of the pole was too much to bear.

2007-05-06 Thread Buckley

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

The standard was nailed down last year, and it was expected that WPS
would hit the market earlier than this.
RSS is an extensible protocol used to exchange Feeds of Items.
Not Exactly Site Philosophy This site operates as an independent
editorial operation. So it has been with muni wireless. May you build   
a bayis ne'eman b'yisroel! [link via MuniWireless.

I believe the answer is no. The crackers broke into connections used by
handheld devices used for inventory and other purposes, almost certainly
equipment made by Symbol, the dominant player in that field.
I am sittinghere with Tamarac and we wantedto wish you mazal
tov! With access to the central system, they could install their own
software without detection, and then they exchanged messages with one
another on the system itself!
Items and Feeds are orchestrated by the RSSBus Engine and together help
create a loosely integrated application architecture which we like to
refer to as RSS Web. A physicist or perhaps testing her measurements
would have gone a long way to making this something other than an
article that adds to squishy thinking. , not AirPort) that use WPA and
WPA2. 0 Install File can be downloaded here.
The launch could happen in mid-June.
A short PIN can be used instead.
This page should be displayed automatically after extracting the files.
We are sohappy for you!
Lompoc had some technical setbacks in buildings its Wi-Fi network, and
has an extremely low early subscriber rate. And   thank you for calling
to let us know! Normally these are news items or blog postings, but they
don't have to be: RSS Feeds may be augmented through standard RSS
extensions to exchange any type of data.
Coal still runs a good hunk of American electrical plants, and metals
forced from the earth are rendered into servers by the millions that
then suck coal into computation.
With access to the central system, they could install their own software
without detection, and then they exchanged messages with one another on
the system itself! The result is that when you show up for your first
day at a new job you have little idea what the job, the manager or the
co-workers are really like.
I'm so so so happy for you. Now Grand Ledge near Lansing becomes the
latest small town to buy in. I suspect they no longer have the cash to
finance networks that are more expense than projected with slower
subscriber growth than expected. Linking is, of course, free and
encouraged. Ultimately, the FCC decided to seek more public opinion on
how to proceed.
com expands to 1,000 European locations: The network of ad-supported
hotspots aggregated under free-hotspot.
The middle-term objective of Antelope (version 1. Pro-electrosmoggists
point to problematic studies, cite industry suppression, draw
conclusions unfounded by the science. Posted by: Iljitsch van Beijnum 
at May  3, 2007 12:37 PM Post a comment Name: Email Address: URL:

Remember Me?
But governments will now hopefuly start making better business
decisions, which benefts everyone involved in this industry. It may be
surprising to an outsider that these limitations are so hard to
overcome- After all, isn't medicine just "another business"?
What am I missing here? He notes that Powerwatch campaigner correlates
ADHD with Wi-Fi use, despite logical and scientific problems with that
correlation.
Leave those bits alone!
May you builda bayis ne'eman b'yisroel!
Foothill Transit takes Wi-Fi live on Silver Streak: An already announced
deal, the Internet access is now live on the 40-mile route from
Montclair to Los Angeles.
No word on the French suburb BPL plan announced last summer.
This might be a good note for other municipalities and service
providers: convene some neighborhood meetings before installing nodes to
make sure they fly.
May you have much nachasfrom him and Dena! With access to the
central system, they could install their own software without detection,
and then they exchanged messages with one another on the system itself!
30 Eastern until the evening while procedural issues were settled. 0,
expected in mid-2007) is to offer a true, easy to use, semantic parser.
It really is something different. Mazal tovalso to big sister Dena.
Information was available.



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



Bug#422470: dasher: Sending text to other windows doesn't work

2007-05-06 Thread Roland Stigge
Package: dasher
Version: 4.4.1-2
Severity: normal

Hi,

the documentation says:


4.4. Send text to other window

 You can also have whatever is written in Dasher be directly beamed to another 
window.
Enable the `send text to other window' option under the options menu. 
Then the window that
you select will get Dasher's output.


However, there is no such option, and in the Preferences menus, there is no
comparable option.

Thanks for considering.

bye,
  Roland

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dasher depends on:
ii  at-spi  1.18.1-2 Assistive Technology Service Provi
ii  dasher-data 4.4.1-2  Data files for dasher
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libatspi1.0-0   1.18.1-2 C binding libraries of at-spi for 
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.5-5GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070405-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.11-3The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-2 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.12-1The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.2-2 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.1.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 

dasher recommends no packages.

-- no debconf information



Bug#154670: "Wodurch ist Ihnen dieser Eindruck entstanden?

2007-05-06 Thread Jeffrey

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

Dampf ablassen - aber richtig.
Entscheidend ist oft die Wahl der Mittel in einem Konflikt. Fazit: wir
vermeiden mehrdeutige Ausdrucksweisen. Personalprozesse dokumentieren.
01 Die Katze geht durch den Ort. Wie hoch sind die Leistungen?
Entschuldigung, ich habe Ihr Argument nicht verstanden. Wir gehen dabei
zwei Wege.
Wie sag' ich's also meinem Kinde?
In Deutschland sieht es nicht anders aus. Am Ende geben wir selbst die
Antwort auf die Frage.
Dann geht alles wie von selbst.
Papier ist geduldig und kann auch hier weiter helfen.
Im englischsprachigen Raum werden Reden in der Regel  mit
Humor begonnen. Halten Sie dabei jedes "W" etwas an, z. Sie sehen, die
Formulierung ". Dementsprechend sehen  wir die Wichtigkeit Ihres
Standorts. Welcher einzelne Satz?
Stimmbildung - Wie trainieren sie eine leise Stimme lauter?
Entschuldigung, ich habe Ihr Argument nicht verstanden. Ich kann Sie gut
verstehen, jedoch . Damit wird die Leistung  des einzelnen
Projektmitarbeiters jederzeit erkennbar bleiben. Der Forschungsbereich
wird  nicht eingestellt.
Klar: Komplexe Sachverhalte mit klaren und einfachen Worten 
vermitteln.

Das Irrationale an ihm ist, dass er nicht danach handelt.
Wie sag' ich's also meinem Kinde?
Am Ende geben wir selbst die Antwort auf die Frage. Sie trauen sich
nicht an die Realisierung heran? Im englischsprachigen Raum werden Reden
in der Regel  mit Humor begonnen.
Schulungen, vorenthalten werden. Kommen Sie mit dem Geld aus?
Entscheidend ist oft die Wahl der Mittel in einem Konflikt.
mir liegt's auf der Zunge .
Ein Vertriebstraining, das Sie vom Erstkontakt bis zum Abschluss
begleitet. Einem Einwand  folgen Erwiderungen - die Einwandbehandlung.
Seien Sie Ihren Mitarbeitern nicht nur Vorgesetzter, sondern 
hilfreicher Partner.

Telefonkommunikation - Geht's um die Sache oder um die Beziehung? Halten
Sie dabei jedes "W" etwas an, z.
Entscheidend ist oft die Wahl der Mittel in einem Konflikt.
Zitate zum Thema: Erfolg in Vertrieb und Verkauf. "Lebenslauf fertig,
Bewerbungsmappe einsortiert .



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



Bug#422421: gcc-4.1: generates wrong code on hppa when TLS variables are used

2007-05-06 Thread Aurelien Jarno
Aurelien Jarno a écrit :
> The attached patch fixes the problem, it has been submitted upstream and 
> almost accepted (just a typo in the Changelog to fix).

FYI the patch is now merged in upstream SVN.


-- 
  .''`.  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#422468: FTBFS: wiimotefunctions.c:59: error: incompatible type for argument 1 of 'wiimote_connect'

2007-05-06 Thread Jérémy Bobbio
Package: transfermii
Version: 0.4-2
Severity: serious
Justification: no longer builds from source

Hi!

transfermii currently fails to build from source in sid [1]:

--- 8< ---
gcc -o wiimotefunctions.o -c wiimotefunctions.c -g -Wall -O2
wiimotefunctions.c: In function 'wiimoteConnect':
wiimotefunctions.c:54: warning: implicit declaration of function 
'wiimote_findfirst'
wiimotefunctions.c:59: error: incompatible type for argument 1 of 
'wiimote_connect'
make[1]: *** [wiimotefunctions.o] Error 1
--- >8 ---

[1] http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/transfermii_0.4-2_sid32.buildlog

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#422467: dasher: "Help"/"Dasher Tutorial" without effect

2007-05-06 Thread Roland Stigge
Package: dasher
Version: 4.4.1-2
Severity: normal

Hi,

the menu item at "Help"/"Dasher Tutorial" doesn't show any effect.

Thanks for considering.

bye,
  Roland

-- System Information:
Debian Release: lenny/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
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) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages dasher depends on:
ii  at-spi  1.18.1-2 Assistive Technology Service Provi
ii  dasher-data 4.4.1-2  Data files for dasher
ii  libart-2.0-22.3.19-3 Library of functions for 2D graphi
ii  libatk1.0-0 1.18.0-2 The ATK accessibility toolkit
ii  libatspi1.0-0   1.18.1-2 C binding libraries of at-spi for 
ii  libbonobo2-02.18.0-2 Bonobo CORBA interfaces library
ii  libbonoboui2-0  2.18.0-5 The Bonobo UI library
ii  libc6   2.5-5GNU C Library: Shared libraries
ii  libcairo2   1.4.6-1  The Cairo 2D vector graphics libra
ii  libexpat1   1.95.8-3.4   XML parsing C library - runtime li
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libgcc1 1:4.2-20070405-1 GCC support library
ii  libgconf2-4 2.18.0.1-3   GNOME configuration database syste
ii  libglade2-0 1:2.6.0-4library to load .glade files at ru
ii  libglib2.0-02.12.11-3The GLib library of C routines
ii  libgnome-keyring0   0.8.1-2  GNOME keyring services library
ii  libgnome2-0 2.18.0-4 The GNOME 2 library - runtime file
ii  libgnomecanvas2-0   2.14.0-2 A powerful object-oriented display
ii  libgnomeui-02.18.1-2 The GNOME 2 libraries (User Interf
ii  libgnomevfs2-0  1:2.18.1-2   GNOME Virtual File System (runtime
ii  libgtk2.0-0 2.10.12-1The GTK+ graphical user interface 
ii  libice6 1:1.0.3-2X11 Inter-Client Exchange library
ii  liborbit2   1:2.14.7-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0   1.16.2-2 Layout and rendering of internatio
ii  libpopt01.10-3   lib for parsing cmdline parameters
ii  libsm6  1:1.0.2-2X11 Session Management library
ii  libstdc++6  4.1.2-5  The GNU Standard C++ Library v3
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1:1.1.8-2X cursor management library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxfixes3  1:4.0.3-2X11 miscellaneous 'fixes' extensio
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.2-1X11 Xinerama extension library
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxrandr2  2:1.2.1-1X11 RandR extension library
ii  libxrender1 1:0.9.2-1X Rendering Extension client libra
ii  libxtst61:1.0.1-5X11 Testing -- Resource extension 

dasher recommends no packages.

-- no debconf information


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



Bug#181312: User-Driven Content The seller page allows the user to upload a pet's photos and information about the pet to share within the Java Pet Store application.

2007-05-06 Thread Carlton Z. Alice

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

RSS syntax defines an XML document with a set of HTML-like tags for
sharing news headlines, article titles, and so forth.
Seller Form   When the user has filled in that form, Ajax seamlessly
makes the next form appear.
The API has only two static methods: normalize and isNormalized.
It comes with full source code available under a BSD-style license, so
you can experiment with it and use it in your own applications. This
page leads into the Google Maps client-side mashup page to display the
catalog items on the map for the category you selected.
Traditionally, server-side web applications have focused on generating
HTML documents for every client event that results in a call to the
server.
In this case, the controller can dictate the model properties that it
expects to find in one or more models registered with the controller.
getInstance(new Locale("ja", "JP", "JP"));   Once you've created the
calendar, you can use it to set, retrieve, and manipulate dates using
Imperial calendar rules for era and year names. Where appropriate, we've
provided links that allow you to test out each example, either as a Java
Web Start application or an executable JAR file.
Although different architectures allow the three components to interact
in different ways, Figure 1 shows a common implementation of the MVC
design pattern, as shown in the Sun BluePrints Catalog. Once you find
it, you invoke the method using the new value.
This typically means that any user actions that are performed on the
view will invoke a registered listener method in the controller class.
The shadow pane is unobtrusive and is easy to pull up or hide. You can
see this at work by clicking on Search in the upper main menu in the
header of the Pet Store pages, as shown in Figure 1.
Collator class understands Unicode text forms and normalizes text for
accurate comparisons.
Users are provided with a policing function that allows anyone to flag
an image as inappropriate by clicking the "Flag as inappropriate" link,
as shown in Figure 3.
net or click on the words News from BluePrints, which lead to a page
that is created within the application BluePrints News.
net or click on the words News from BluePrints, which lead to a page
that is created within the application BluePrints News. The difference
between Gregorian and Imperial calendars is most obvious when you format
dates. Because the upload is in multipart mime format, allowances are
made for accompanying data and multipart mime overhead.
The Imperial calendar defines eras based on the reigning period of
Japanese emperors.
Controller - The controller translates the user's interactions with the
view into actions that the model will perform.
This class consists of only property constants and methods called by the
GUI event listeners of the view. The BluePrints team created the Java
Pet Store 2. 0 reference application.
The use of Ajax avoids a whole-page refresh.
Using this modified MVC helps to more completely decouple the model from
the view.
The JavaScript technology may then use this data to update or modify the
Document Object Model (DOM) of the HTML page.
View - The view renders the contents of a model.
One of this article's authors uploaded a photo of Harry, a barracuda she
met and photographed in Florida, which you can see in the live
application demo. Additionally, in the Tags column on the right side of
the results page, you can read the tag words that users have entered for
each pet and add one of your own.
Traditionally, server-side web applications have focused on generating
HTML documents for every client event that results in a call to the
server. Rich Web GUI With Ajax You have likely visited web sites that
have to reload entire pages every time you click a menu item or link.
The view calls the appropriate method on the controller. Normalizer to
normalize text. getInstance(new Locale("ja", "JP", "JP"));   Once you've
created the calendar, you can use it to set, retrieve, and manipulate
dates using Imperial calendar rules for era and year names. Of course,
in a real-world application, you would use a real PayPal account, which
would allow the user to purchase the pet. To search only on the name and
the description, avoiding the tags, the user should deselect the Also
Search Tags checkbox. The map page then gives you the option of which
pet types you want to search for, the area you wan
See the BSD license for official information. These similarities among
characters provide many opportunities for users to enter text in many
different ways. Once the user has selected the rating, the information
is passed to the server, where it is combined with the ratings that
other users have given, and the server calculates a new aggregate
rating. NFC is canoni

Bug#422471: FTBFS if no network connectivity

2007-05-06 Thread Jérémy Bobbio
Package: thuban
Version: 1.2.0-1
Severity: serious
Justification: no longer builds from source

Hi!

thuban fails to build from source in sid [1] when there is no network
connectivity:

--- 8< ---
make[1]: Entering directory `/build/user/thuban-1.2.0/Doc/manual'
db2html thuban-manual.xml
output is thuban-manual
Using catalogs: /etc/sgml/catalog
Using stylesheet: /usr/share/docbook-utils/docbook-utils.dsl#html
Working on: /build/user/thuban-1.2.0/Doc/manual/thuban-manual.xml
openjade:/build/user/thuban-1.2.0/Doc/manual/thuban-manual.xml:5:28:E: error 
connecting to "www.oasis-open.org" (Connection refused)
openjade:/build/user/thuban-1.2.0/Doc/manual/thuban-manual.xml:5:28:E: DTD did 
not contain element declaration for document type name
openjade:/build/user/thuban-1.2.0/Doc/manual/thuban-manual.xml:7:5:E: element 
"book" undefined
[...]
openjade:I: maximum number of errors (200) reached; change with -E option
openjade:/usr/share/sgml/docbook/stylesheet/dsssl/modular/lib/dblib.dsl:1748:17:E:
 1st argument for primitive "entity-generated-system-id" of wrong type: "#f" 
not a string
make[1]: *** [man-html] Error 8
--- >8 ---

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#419694: these anomalies are not created with squirrelmail

2007-05-06 Thread Tomas Kuliavas
>> SquirrelMail does not allow address book format violations in order to
>> reduce number of checks in address book parsing.
>>
>> Normal users can't create address book entries that violate SquirrelMail
>> address book format. In order to violate address book format you should
>> a) manually edit or create abook files
>> b) have address book entry bigger than 2KB
>
> I think we all agree that those anomalies are not intentionally created by
> anyone, but I do think that it would be nice that if SquirrelMail can
> understand the format, it would just accept it. I do not think that that
> would necessarily come with expensive checks.
>
> Adam, do you have some examples of the broken addressbooks handy?

Attached three broken address books

* global.abook - address book format violation
* global1.abook - oversized record, creates error with default
$abook_file_line_length value.
* global2.abook - trailing linefeeds


-- 
Tomas

broken-abooks.tar.gz
Description: GNU Zip compressed data


Bug#421850: more info (lazarus: missing RunTimeTypeInfoControls (>=0.1))]

2007-05-06 Thread Junqian Gordon Xu
I can confirm now that the problem is in the lazarus package rather than 
the fp packages. This would be taken care of by the next deb release of 
the lazaurus (>=0.9.22).


Gordon


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



Bug#204360: Moreover, the worker thread can interact with your UI because it has callback methods that run on the EDT, allowing the worker to update the GUI as it runs and when it finishes.

2007-05-06 Thread Ferguson

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

In addition, jMaki makes the JavaScript code, HTML, and CSS for a widget
accessible so that you can easily customize it. That's because Ajax is
currently the primary technique for driving the high responsiveness and
interactivity of some of the most popular applications on the web such
as Google Maps and Flickr.
Writing the JavaScript Code for Autocompletion  Imagine that no
autocompletion component or autocompletion widget exists.
A widget is a prebuilt UI component that you can plug into a web
application and customize as needed. The JavaScript code is designed to
interact with a servlet on the server to handle autocompletion.
The appropriate tag library references are added to the source code for
the page, and the custom tags for the widgets are added at the point of
the drop. The callback function processRequest() processes the data in
the XML document.
send(null); Initiates the asynchronous call to the servlet.
Scripts written in the JavaScript scripting language handle much of the
Ajax-related processing in the client as illustrated in Figure 1. In the
example of the component in the Sun Java Studio Creator IDE, the bean
calls the dictionary web service.
jMaki, pronounced jay-MAH-kee, is a framework for wrapping JavaScript
widgets in JSP custom tag handlers or JavaServer Face components. If 
the user makes a cancellation request or initiates a new search  after

the check in retrieveAndProcessThumbnails but  before the model update,
the thumbnail will still appear in the  visual list. The status property
specifies a status code returned from the server.
In addition, JavaServer Faces components are designed to be easily
importable into integrated development environments (IDEs) such as the
Sun Java Studio Creator IDE or the NetBeans IDE.
Start by adding code that checks whether the browser in use is a Mozilla
browser or Internet Explorer and creates the appropriate HTTP
communication object depending on the browser type.
The application developer, not the page author, needs to take these
actions. Neither do you need to provide CSS to specify the presentation
style of the pop-up list.
The callback function processRequest() processes the data in the XML
document.
To learn how, see the blog entry "Giving jMaki a Whirl".
The client then updates the page based on the response.
Click here for a full-size version of the code example   The dojo.
A widget is a prebuilt UI component that you can plug into a web
application and customize as needed. Page authors use these Ajax
components, along with widgets, JavaScript technology, and other
techniques, to incorporate Ajax functionality into their web
applications. You can find additional learning resources at the AJAX
Developer Resource Center. For example, a jMaki widget wrapped in a
JavaServer Faces component can be customized to trigger event handlers
and validate user entries. It allows developers to take advantage of the
same powerful graphical user interface development capabilities that are
in the Sun Java Studio Creator IDE while only using one IDE: NetBeans.
Note that the Dojo toolkit provides not only the JavaScript code for a
widget but also the HTML and CSS for the presentation of the widget on a
page. For More Information   Download the Image Search demo source code.
Again, you should  probably check for a cancellation.
As Figure 8 shows, the search results are small images that  populate a
JList component.
However, the component model is extensible so that a component developer
can add custom components.
jMaki widgets are also available in the NetBeans IDE through the jMaki
NetBeans plug-in. " and the blog entry  "jMaki in Phobos". This method
loops  through a list of image data and retrieves those thumbnail 
images.

Let's look at what you need to code for each of these steps. Using
SwingWorker, you can perform the same tasks without  delaying the EDT,
which will improve your application's performance.
For more information on what Ajax is and how it works see the article
"Asynchronous JavaScript Technology and XML (AJAX) With the Java
Platform".



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



Bug#422472: FTBFS: configure: error: You need vptovf (from teTeX distribution)

2007-05-06 Thread Jérémy Bobbio
Package: thailatex
Version: 0.4.0-1
Severity: important
Justification: fails to build from source

Hi!

thailatex currently fails to build from source in sid [1]:

--- 8< ---
./configure --prefix=/usr --mandir=\${prefix}/share/man 
--infodir=\${prefix}/share/info \
--with-docdir=\${prefix}/share/doc
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
/build/user/thailatex-0.4.0/missing: Unknown `--run' option
Try `/build/user/thailatex-0.4.0/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking whether ln -s works... yes
checking for rmdir... rmdir
checking for sed... sed
checking for latex... latex
checking for dvips... dvips
checking for pf2afm... pf2afm
checking for afm2tfm... afm2tfm
checking for vptovf... no
configure: error: You need vptovf (from teTeX distribution)
make: *** [configure-stamp] Error 1
--- >8 ---

[1] http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/thailatex_0.4.0-1_sid32.buildlog

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#422473: ucf: locked up on displaying a side-by-side diff

2007-05-06 Thread Michal Politowski
Package: ucf
Version: 3.001

During lm-sensors upgrade I first told ucf to display a diff
and it showed correctly as a debconf note (in the dialog frontend).
Next I asked ucf to display a side-by-side diff and then
the menu disappeared and nothing else happened since on that terminal.

Some (possibly useful?) information:

A fragment of the process tree:

21883 pts/1S+ 0:00  \_ /bin/sh 
/var/lib/dpkg/info/lm-sensors.postinst configure 1:2.10.1-3
21885 pts/1S+ 3:05  \_ /usr/bin/perl -w 
/usr/share/debconf/frontend /usr/bin/ucf --debconf-ok --three-way 
/usr/share/lm-sensors/sensors.conf.e
21897 pts/1S+ 0:00  \_ /bin/bash /usr/bin/ucf 
--debconf-ok --three-way /usr/share/lm-sensors/sensors.conf.eg /etc/sensors.conf
22018 pts/1S+ 0:00  \_ /usr/bin/perl -w 
/usr/share/debconf/frontend /usr/bin/ucf --debconf-ok --three-way 
/usr/share/lm-sensors/sensors.co

# strace -p 22018
Process 22018 attached - interrupt to quit
write(2, "in0_max 1.70 * 1.05\n\n# Other vol"..., 4096 
Process 22018 detached

# strace -p 21897
Process 21897 attached - interrupt to quit
read(0,  
Process 21897 detached

# strace -p 21885
Process 21885 attached - interrupt to quit
read(10,  
Process 21885 detached

# ls -l /proc/21897/fd
razem 6
lr-x-- 1 root root 64 2007-05-06 11:52 0 -> pipe:[71267]
lrwx-- 1 root root 64 2007-05-06 11:52 1 -> /dev/pts/1
l-wx-- 1 root root 64 2007-05-06 11:52 16 -> pipe:[62245]
lrwx-- 1 root root 64 2007-05-06 11:52 2 -> /dev/pts/1
lr-x-- 1 root root 64 2007-05-06 11:52 255 -> /usr/bin/ucf
l-wx-- 1 root root 64 2007-05-06 11:52 3 -> pipe:[71268]

# ls -l /proc/21885/fd
razem 12
lrwx-- 1 root root 64 2007-05-06 11:52 1 -> /dev/pts/1
lr-x-- 1 root root 64 2007-05-06 11:52 10 -> pipe:[71668]
lr-x-- 1 root root 64 2007-05-06 11:52 12 -> pipe:[71669]
l-wx-- 1 root root 64 2007-05-06 11:52 16 -> pipe:[62245]
lrwx-- 1 root root 64 2007-05-06 11:52 2 -> /dev/pts/1
lrwx-- 1 root root 64 2007-05-06 11:52 3 -> /dev/pts/1
lr-x-- 1 root root 64 2007-05-06 11:52 4 -> /var/cache/debconf/config.dat
lr-x-- 1 root root 64 2007-05-06 11:52 5 -> /var/cache/debconf/passwords.dat
lr-x-- 1 root root 64 2007-05-06 11:52 6 -> /var/cache/debconf/templates.dat
l-wx-- 1 root root 64 2007-05-06 11:52 7 -> pipe:[71267]
lr-x-- 1 root root 64 2007-05-06 11:52 8 -> pipe:[71268]
lrwx-- 1 root root 64 2007-05-06 11:52 9 -> /dev/pts/1

# ls -l /proc/22018/fd
razem 14
lrwx-- 1 root root 64 2007-05-06 11:51 0 -> /dev/pts/1
lrwx-- 1 root root 64 2007-05-06 11:51 1 -> /dev/pts/1
lr-x-- 1 root root 64 2007-05-06 11:51 10 -> pipe:[71668]
l-wx-- 1 root root 64 2007-05-06 11:51 11 -> pipe:[71668]
l-wx-- 1 root root 64 2007-05-06 11:51 13 -> pipe:[71669]
l-wx-- 1 root root 64 2007-05-06 11:51 16 -> pipe:[62245]
l-wx-- 1 root root 64 2007-05-06 11:51 2 -> pipe:[71669]
lrwx-- 1 root root 64 2007-05-06 11:51 3 -> /dev/pts/1
lr-x-- 1 root root 64 2007-05-06 11:51 4 -> /var/cache/debconf/config.dat
lr-x-- 1 root root 64 2007-05-06 11:51 5 -> /var/cache/debconf/passwords.dat
lr-x-- 1 root root 64 2007-05-06 11:51 6 -> /var/cache/debconf/templates.dat
l-wx-- 1 root root 64 2007-05-06 11:51 7 -> pipe:[71267]
lr-x-- 1 root root 64 2007-05-06 11:51 8 -> pipe:[71268]
lrwx-- 1 root root 64 2007-05-06 11:51 9 -> /dev/pts/1

So, if I read it correctly, it seems that 21885 is waiting on a different pipe 
than 22018 tries to write to.

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

Kernel: Linux 2.6.16-2-k7
Locale: LANG=pl_PL, LC_CTYPE=pl_PL (charmap=ISO-8859-2)
Shell: /bin/sh linked to /bin/dash

Versions of packages ucf depends on:
ii  coreutils 5.97-5.3   The GNU core utilities
ii  debconf [debconf-2.0] 1.5.13 Debian configuration management sy

Versions of packages ucf recommends:
ii  debconf-utils 1.5.13 debconf utilities

-- debconf information:
  ucf/show_diff:
* ucf/changeprompt_threeway: install the package maintainer's version
  ucf/title:
* ucf/changeprompt: install the package maintainer's version

-- 
Michał Politowski
Talking has been known to lead to communication if practiced carelessly.


signature.asc
Description: Digital signature


Bug#421326: ioctl on /dev/i2c-7 failed on powerbook 5,8

2007-05-06 Thread Julien BLACHE
Gaudenz Steinlin <[EMAIL PROTECTED]> wrote:

Hi,

>> You'll get the ambient light values in the debug output, 5 times per
>> second, and they should be > 0.
>
> They are > 0 and seem to be reasonable. They are in the range from 0 to
> 255. One minor glitch, the right and left values are interchanged.

Thanks for testing, I'll swap the values :)

> Although the values are reported correctly and I also see the debug
> message if the lower threshold is reached, they keyboard backlight
> always stays off. Don't know if this is just not implemented yet or if
> there is a bug somewhere.

Yeah, I've just seen that I've broken the backlight inhibit code in a
subtle way last week, I'll fix that and make a new release.

Thanks for the report and the testing !

JB.

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


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



Bug#422475: matplotlib: FTBFS: Missing plugin file _ns_transforms.so: Failing build

2007-05-06 Thread Lucas Nussbaum
Package: matplotlib
Version: 0.87.7-0.3
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
for v in 2.4; do \
for p in na ns nc; do \
for f in transforms.so image.so cntr.so nxutils.so; do \
# Check for these four files for each plugin: \
#   _na_transforms.so, _na_image.so, _na_cnt
r.so, _na_nxutils.so \
if test ! -f 
debian/python-matplotlib/usr/lib/python$v/site-packages/matplotlib/_${p
}_${f}; then \
echo "Missing plugin file _${p}_${f}: 
Failing build"; \
exit 1; \
fi \
done \
# Also check for the backend plugins: \
# e.g. backends/_na_backend_agg.so \
for f in agg.so gdk.so; do \
if test ! -f 
debian/python-matplotlib/usr/lib/python$v/site-packages/matplotlib/back
ends/_${p}_backend_${f}; then \
echo "Missing backend file 
_${p}_backend_${f}: Failing build"; \
exit 1; \
fi \
done \
done \
done
Missing plugin file _ns_transforms.so: Failing build
make: *** [install-stamp-2.4] Error 1

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#422481: libemail-mime-modifier-perl: FTBFS: tests failed

2007-05-06 Thread Lucas Nussbaum
Package: libemail-mime-modifier-perl
Version: 1.441-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
Failed Test Stat Wstat Total Fail  Failed  List of Failed
---
t/parts.t 11  281622   11  50.00%  6 8-9 15-22
2 tests skipped.
Failed 1/7 test scripts, 85.71% okay. 11/68 subtests failed, 83.82%
okay.
make[1]: *** [test_dynamic] Error 255

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#422483: gdm: segfault after XDMCP chooser

2007-05-06 Thread Sylvain Le Gall
Package: gdm
Version: 2.18.1-2
Severity: important

Hello,

Well, i set severity to important because, it render the package useless
for me (but it only affects XDMCP related configuration, which is not
the most common way to use gdm).

My bug is as follow:
* i have a XEN configuration (dom0 = debian etch, X + vesa xserver)
* i use GDM in domU yocto (debian unstable, no X)
* in dom0: X -indirect yocto 
* in domU: i attach gdm.conf 
* i can see and choose yocto in the chooser screen of gdm (of yocto)
* once i try to connect to login screen of yocto, GDM segfault
* i have downgraded to 2.16.4 and it works again

I have a message in /var/log/gdm/:0.log
/etc/X11/X is not executable

gdm.conf
[daemon]

[security]

[xdmcp]
Enable=true

[gui]

[greeter]

[chooser]

[debug]

[servers]
0=Inactive


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

Kernel: Linux 2.6.18-4-xen-amd64 (SMP w/1 CPU core)
Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/bash



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



Bug#222703: You could create a simple Java class on the server to handle the Ajax requests for the pop-up balloon content.

2007-05-06 Thread Dickey Gladys

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

Central to the technology is a powerful component model.
getElementById(id) to access and manipulate an element in the DOM
representation of a page. If a library provides the Ajax functionality
you need, it's typically simpler to use it in your application than to
code that functionality from scratch. Pros Hides the JavaScript
technology details. 10, 2006 03:00 AM Digg This!
When should you use this approach?
getElementsByTagName("response")[0]; document. You can view these
widgets in the jMaki Widget Gallery. xml deployment descriptor. It
provides a library whose components include objects that simplify the
use of JavaScript technology.
Although most modern browsers handle Ajax code, not all browsers handle
that code in the same way.
Client-side JavaScript technology libraries do not eliminate the need
for JavaScript technology coding. Pros and Cons of Using DWR Here are
some pros and cons of using DWR to build Ajax into a web application.
Integrated into the Project Phobos scripting framework.
Implementing Ajax  Functionality in a Legacy Web Application The first
articles in the series show how to implement  Ajax features in an
existing application that was developed in the NetBeans IDE.
The "Creating an Ajax-Enabled Bookstore Application" article examines
the servlet code as well as the code in other files that are related to
the pop-up balloons, such as a CSS file. Cons Requires some knowledge of
JavaScript technology. Use jMaki when you already use JSP technology or
JavaServer Faces technology in your web applications and need to access
widgets from client-side JavaScript technology libraries.
The JSP page also includes the code that maps the mouseover event to a
JavaScript technology function that handles the event.
getElementsByTagName("response")[0]; document.
In fact, Internet Explorer (IE) does not currently support the
XMLHttpRequest object.
By: Jeremy Geelan Oct. Create and configure an XMLHttpRequest object.
js file contains functions that marshal calls between the client stub
and the server. com to order your reprints!
xml deployment descriptor. A major advantage of using Dynamic Faces is
that it reduces the amount of JavaScript technology code that you need
to write to enable Ajax functionality in a component.
The Dojo widget API also enables you to create your own widgets. Instead
IE uses an ActiveX control for Ajax-related communication with the
server.



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



Bug#422482: FTBFS: scim_uim_imengine.cpp:839: error: 'uim_set_surrounding_text' was not declared in this scope

2007-05-06 Thread Jérémy Bobbio
Package: scim-uim
Version: 0.1.4-2
Severity: serious
Justification: no longer builds from source

Hi!

scim-uim currently fails to build from source in sid [1]:

--- 8< ---
 i486-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -I../src 
-DSCIM_ICONDIR=\"/usr/share/scim/icons\" 
-DSCIM_UIM_ICON_FILE=\"/usr/share/scim/icons/scim-uim.png\" 
-I/usr/include/scim-1.0 -I/usr/include/uim -W -g -O2 -MT 
uim_la-scim_uim_imengine.lo -MD -MP -MF .deps/uim_la-scim_uim_imengine.Tpo -c 
scim_uim_imengine.cpp  -fPIC -DPIC -o .libs/uim_la-scim_uim_imengine.o
scim_uim_imengine.cpp: In member function 'virtual void 
UIMInstance::select_candidate(unsigned int)':
scim_uim_imengine.cpp:440: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In member function 'virtual void 
UIMInstance::lookup_table_page_down()':
scim_uim_imengine.cpp:473: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In static member function 'static void 
UIMInstance::uim_cand_select_cb(void*, int)':
scim_uim_imengine.cpp:793: warning: comparison between signed and unsigned 
integer expressions
scim_uim_imengine.cpp: In static member function 'static void 
UIMInstance::uim_surrounding_text_request_cb(void*)':
scim_uim_imengine.cpp:839: error: 'uim_set_surrounding_text' was not declared 
in this scope
make[3]: *** [uim_la-scim_uim_imengine.lo] Error 1
--- >8 ---

[1] http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/scim-uim_0.1.4-2_sid32.buildlog

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#422477: goobox: FTBFS: gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL

2007-05-06 Thread Lucas Nussbaum
Package: goobox
Version: 0.9.93-8
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
Making all in help
make[3]: Entering directory `/build/user/goobox-0.9.93/help'
cd .. && \
  /bin/sh /build/user/goobox-0.9.93/missing --run automake-1.7 --gnu  
help/Makefile
gnome-doc-utils.make:63: HAVE_GNOME_DOC_UTILS does not appear in AM_CONDITIONAL
make[3]: *** [Makefile.in] Error 1

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#422479: libemail-mime-perl: FTBFS: tests failed

2007-05-06 Thread Lucas Nussbaum
Package: libemail-mime-perl
Version: 1.857-1
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
/usr/bin/make test
make[1]: Entering directory `/build/user/libemail-mime-perl-1.857'
PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 
'blib/lib', 'blib/arch')" t/*.t
t/1...ok
t/2...Use of uninitialized value in pattern match (m//) at 
/usr/share/perl5/Email/MIME/ContentType.pm li
ne 24,  chunk 1.
Use of uninitialized value in pattern match (m//) at 
/usr/share/perl5/Email/MIME/ContentType.pm line 24,  chunk 
1.
Use of uninitialized value in concatenation (.) or string at 
/build/user/libemail-mime-perl-1.857/blib/lib/Email/MIM
E.pm line 135,  chunk 1.
Use of uninitialized value in concatenation (.) or string at 
/build/user/libemail-mime-perl-1.857/blib/lib/Email/MIM
E.pm line 135,  chunk 1.

#   Failed test in t/2.t at line 14.
#  got: '+ multipart/related; 
boundary="=_NextPart_000_0001_01C3D13C.8846CC50"
#  + 
#  + 
# '
# expected: '+ multipart/related; 
boundary="=_NextPart_000_0001_01C3D13C.8846CC50"
#  + multipart/alternative; 
boundary="=_NextPart_001_0002_01C3D13C.884B8740"
#   + text/plain; charset="us-ascii"
#   + text/html; charset="us-ascii"
#  + application/octet-stream; name="image001.gif"
# '
Can't call method "filename" on an undefined value at t/2.t line 25,  chunk 
1.
# Looks like you failed 1 test of 4.
# Looks like your test died just after 4.
dubious
Test returned status 255 (wstat 65280, 0xff00)
DIED. FAILED test 3
Failed 1/4 tests, 75.00% okay

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#422480: FTBFS: ! I can't find file `fontinst.sty'.

2007-05-06 Thread Jérémy Bobbio
Package: scalable-cyrfonts
Version: 4.10-0.1
Severity: important
Justification: fails to build from source

Hi!

scalable-cyrfonts currently fails to build from source in sid [1]:

--- 8< ---
set -e && for i in ftm-mtx.tex fhv-mtx.tex fcr-mtx.tex fag-mtx.tex fbk-mtx.tex 
fnc-mtx.tex fpl-mtx.tex fta-mtx.tex fsj-mtx.tex fzc-mtx.tex; do\
latex $i; \
done
This is pdfTeXk, Version 3.141592-1.40.3 (Web2C 7.5.6)
 %&-line parsing enabled.
entering extended mode
(./ftm-mtx.tex
LaTeX2e <2005/12/01>
Babel  and hyphenation patterns for english, usenglishmax, dumylang, noh
yphenation, loaded.
! I can't find file `fontinst.sty'.
l.1 \input fontinst.sty
   
Please type another input file name: 
! Emergency stop.
l.1 \input fontinst.sty
   
No pages of output.
Transcript written on ftm-mtx.log.
make[2]: *** [latex_mtx] Error 1
--- >8 ---

[1] http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/scalable-cyrfonts_4.10-0.1_sid32.buildlog

Cheers,
-- 
Jérémy Bobbio.''`. 
[EMAIL PROTECTED]: :Ⓐ  :  # apt-get install anarchism
`. `'` 
  `-   


signature.asc
Description: Digital signature


Bug#225859: For example, if it is .

2007-05-06 Thread Josephine Q. Mcintosh

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

cab Alternatively, the user can visit the java. This connection  enables
applets on web sites to be run within a browser on the desktop.
Margarita Fisher: I am not quite sure what you mean by "changes the
active JRE setting. So sorting is done by calling toString().
Also, check out Form follows function (f3) to find some answers to your 
comment on declarative language for Swing and Java 2D. [java] FINE:

Canonicalized SignedInfo: . For this example, you will use DOM to parse
the XML data that you will be  signing. Calvin Cheung: As of now, the
SSV feature will stay in Java SE (aka J2SE) 7. Margarita Fisher: Java
Plug-in is part of the JRE. That  doesn't imply that this feature will
disappear in Java SE 7. Cindy Vogel: Dennis, thank you very much for the
answer. See the Java  PKI Programmer's Guide for more information about
trust anchors and Java  APIs that you can use to establish trust in
keys.
The KeyInfo  object consists of an X509Data object containing the
certificate  and the subject Distinguished Name.
newTransformer(); trans. This feature is not supported.
Calvin Cheung: On windows, our JVM runs within the browser process. How
can I keep Java updated, and choose the right version for each program,
page, and installer? Also see the document Supported System
Configurations in Java 2  Platform v1.



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



Bug#422463: upgrade doesn't remove powerbutton scripts

2007-05-06 Thread Nico Golde
Hi,
* Andreas Hartmann <[EMAIL PROTECTED]> [2007-05-06 11:31]:
[...] 
> It would be helpful to name the packages which will now deal with the 
> powerbutton
> issue. I hardly use X, so a solution for console users would be much 
> appreciated.

laptop-mode-tools and acpi-support.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpt5YXA5Mk28.pgp
Description: PGP signature


Bug#421791: kernel-patch-openvz: Please integrate with module-assistant.

2007-05-06 Thread Ola Lundqvist
Hi Andreas

On Sat, May 05, 2007 at 01:58:11PM +0200, Andreas Krüger wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
> 
> retitle 421791 kernel-patch-openvz: Please provide image+header packages in 
> Debian
> thanks
> 
> Hi, Ola,
> 
> Summary:
> 
> What I'd really like to have: The functionality that is available with
> the non-Debian packages from http://download.openvz.org/kernel/debian/etch/
> should be available within Debian.

I fully agree. See #392015.

> This was not clear in my initial bug report, and actually, not even clear to
> me myself then. So I'm trying to fix that report, including a retitle 
> operation.
> 
> Details:
> 
> First, let me thank you for your two emails regarding my bug. And accept my
> apologies: I'm afraid I have been less clear than I could have been.
> 
> To briefly explain the Debian software "module-assistant": That software uses
> the header files of the running kernel, and some Debian kernel module source
> file package, to compile additional kernel modules, as the user requests.
> These are then wrapped into a Debian package (.deb file), which in turn can
> be used to install those kernel modules.

Ok, then I understand.

> My original bug report was written under the assumption that openvz could be
> loaded into the kernel as a kernel module. Most of the confusion came from 
> that.
> I now no longer think that is possible.

That is true. It can not be loaded that simple. Maybe later versions of the 
kernel
have that possibility.

> But it would be nice to use module-assistant to integrate Debian-provided 
> kernel
> modules with Debian-provided openvz - Kernels.
> 
> That is presently not possible, to my knowledge. But the only thing that
> is missing is, that Debian proper provides the kernels + headers packages
> as they are already available through 
> http://download.openvz.org/kernel/debian/etch/ .

True.

> In my particular case, I could not find those customary "image + header" 
> packages
> in my aptitude. So my initial assumption was, "if it's not there, it's not 
> needed,
> so openvz must be a kernel module". Not very clear thinking on my part, I 
> admit.

You can add the following line to sources.list

deb http://download.openvz.org/debian etch main

> Only after some unsuccessful messing around, and then hunting through the
> documentation files, I learned that the usual "image + header" indeed are 
> needed
> (to do what I wanted to do), but they are not provided within Debian, but
> externally.
> 
> It's all not a big deal. This is only a wishlist bug, and remains that.

:)

> Regards, and again thank you for the valuable work
> you are doing for the rest of us,

Thanks for the cheer! :)

Best regards,

// Ola

> Andreas
> - --
> [EMAIL PROTECTED]
> PGP-Schlüssel 0xA207E340 (http://www.pca.dfn.de/dfnpca/pgpkserv/)
> Fingerprint B46B C7BA FFEE AD41 35DD  49C3 9D6A E529 A207 E340
> 
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.6 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
> 
> iD8DBQFGPHFPnWrlKaIH40ARAr5SAJ9oJYxa/Wb2tvWff3K6CGGCT0YZYACfRX30
> WnwhL4p75O7YeJKmnkMW4bY=
> =GqbH
> -END PGP SIGNATURE-
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://opalsys.net/ UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#422478: fwbuilder - broken depencies - libsnmp9 missing

2007-05-06 Thread Andreas Niemann
Package: fwbuilder
Version: 2.1.8-1
Severity: grave
Justification: renders package unusable

fwbuilder is uninstallable, libsnmp9 is not in sid anymore
Can you update the dependcies to use libsnmp10 ?



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

Kernel: Linux 2.6.20 (SMP w/2 CPU cores; PREEMPT)
Locale: [EMAIL PROTECTED], LC_CTYPE=iso_8859_15 (charmap=ISO-8859-15) (ignored: 
LC_ALL set to [EMAIL PROTECTED])
Shell: /bin/sh linked to /bin/bash

Versions of packages fwbuilder depends on:
pn  fwbuilder-common   (no description available)
pn  fwbuilder-linux | fwbui(no description available)
ii  libc6   2.5-5GNU C Library: Shared libraries
pn  libfwbuilder6  (no description available)
ii  libgcc1 1:4.2-20070405-1 GCC support library
pn  libqt3c102-mt  (no description available)
pn  libsnmp5   (no description available)
pn  libssl0.9.7(no description available)
ii  libstdc++5  1:3.3.6-15   The GNU Standard C++ Library v3
ii  libwrap07.6.dbs-13   Wietse Venema's TCP wrappers libra
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxext61:1.0.3-2X11 miscellaneous extension librar
ii  libxml2 2.6.28.dfsg-1GNOME XML library
ii  libxslt1.1  1.1.20-1 XSLT processing library - runtime 
ii  zlib1g  1:1.2.3-13   compression library - runtime

fwbuilder recommends no packages.


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



Bug#405319: [Pkg-dia-team] Bug#405319: dia: Python export method makes zero-size file

2007-05-06 Thread Roland Stigge
Hi,

thanks for our report.

Greg Kochanski wrote:
> Exporting with the PyDia Code Generation
> to produce a *.py file can lead
> to a zero-sized file.
> 
> The diagram in question consisted
> of lines and text and boxes.

I think this is intended behaviour. Or what else did you expect? I think
the exporter only cares about a subset of Dia (e.g. UML), when creating
Python code.

Please explain further, or we can close this bug.

Thanks in advance.

bye,
  Roland


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



Bug#422476: openscenegraph: FTBFS: ../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory

2007-05-06 Thread Lucas Nussbaum
Package: openscenegraph
Version: 1.2.0-2
Severity: serious
Justification: FTBFS on i386, very likely to fail everywhere else
Usertags: grid5000 rebuild

Hi,

During a rebuild of all packages in sid, I discovered that your package
failed to build on i386.

Relevant parts:
make[5]: Entering directory 
`/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
g++ -M -I../../../../include 
-I/build/user/openscenegraph-1.2.0/OpenThreads/include 
-I/build/user/openscenegraph-1.2
.0/Producer/include  ../DataSet.cpp  pipeto .depend/DataSet.cpp
../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory
g++ -M -I../../../../include 
-I/build/user/openscenegraph-1.2.0/OpenThreads/include 
-I/build/user/openscenegraph-1.2
.0/Producer/include  ../HeightFieldNode.cpp  pipeto .depend/HeightFieldNode.cpp
g++ -M -I../../../../include 
-I/build/user/openscenegraph-1.2.0/OpenThreads/include 
-I/build/user/openscenegraph-1.2
.0/Producer/include  ../HeightFieldRenderer.cpp  pipeto 
.depend/HeightFieldRenderer.cpp
make[5]: Leaving directory 
`/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
make[5]: Entering directory 
`/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
g++  -O2 -W -Wall -fPIC -pipe -I../../../../include 
-I/build/user/openscenegraph-1.2.0/OpenThreads/include -I/build/
user/openscenegraph-1.2.0/Producer/include  -c ../DataSet.cpp
../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory
../../../../include/osgIntrospection/Value: In member function 'const 
osgIntrospection::Type* osgIntrospection::Valu
e::Ptr_instance_box::ptype() const [with T = GDALDataset*]':
../DataSet.cpp:597:   instantiated from here
../../../../include/osgIntrospection/Value:305: error: invalid use of undefined 
type 'struct GDALDataset'
../../../../include/osgTerrain/DataSet:43: error: forward declaration of 
'struct GDALDataset'
make[5]: *** [DataSet.o] Error 1

The full build log is available from 
http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/

About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot containing a sid i386
environment.  Internet was not accessible from the build systems.

About Grid'5000:
Grid'5000 is an highly reconfigurable experimental Grid platform
gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
testbed for research in Grid Computing. See https://www.grid5000.fr/
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |


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



Bug#225693: If the upload size is less than 150 kilobytes, then the upload proceeds.

2007-05-06 Thread nomination

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

The one day conference explores participation-based technologies, 
solutions and business models that are transforming lives and

industries.
Copyright 1996 - 2007 Sun Microsystems, Inc.
The scroller at the bottom of the screen displays photographs of several
dogs.
This early access implementation of the API lets you develop RESTful Web
services.
Propose and lead a discussion on any subject you want. Download the Java
EE SDK for the latest application server.
Figure 1 points out some of these special features.
Sign up to learn more about the JavaOne conference.
Rate and Review Tell us what you think of the content of this page.
Prizes will be awarded to the first 50 contestants who correctly solve
the problem, with larger prizes for the most creative, humorous, and
realistic solutions. If you show each error one at a time, then the user
must keep submitting the data and endure the propagation delay to see
the next error. Inderjeet Singh is a senior staff engineer with Sun,
where he is an architect for the  Java EE SDK, Java Application
Platform, SDK and the  Java BluePrints program.
Figure 4 shows the rich-text editor.
This makes it easy to choose the correct city from the drop-down menu.
For more details, see General Sponsorship Information.
Registration is complimentary, but space is limited. Scrolling over any
of the items opens an "accordion" of subcategories without requiring the
page to reload.
Lastly, you saw what Java technologies and other technologies are used
in this application. Simply click Add Tags, and a dialog box appears.
Use of Ajax on this form allows word completion in the form's city
field. Sorry, no access to requested story



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



Bug#404354: [Pkg-dia-team] Bug#404354: dia: IPA input method has a bad character

2007-05-06 Thread Roland Stigge
Hi Greg,

thanks for your report.

Greg Kochanski wrote:
> When entering characters with the IPA input method in dia,
> for the "sans" font, the characters generated by "\3" and "E"
> are the same. Both are greek epsilons, while one of them
> should be a backwards epsilon.

What do you mean with "\3"? A "\" followed by a "3"? Or any other key
combination?

Thanks,

Roland


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



Bug#42158: It's full of guides, technical articles, community forums, and downloads.

2007-05-06 Thread Susannah

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

On the Solaris OS, you can use the libumem(3LIB) library as the
user-mode memory allocator instead of libc. To install and run the
example: Download the sample archive.
Developers can leverage performance and other benefits of the latest 
release as well as the investment in software they already produced. Q:

Compatibility is a big concern for this audience.
Make sure that the values for realm. The Sun Java System Application
Server 8.
The tip presents examples that show these clients accessing a secure
Management Enterprise JavaBean (MEJB) that conforms to the J2EE
Management specification, JSR 77.
GlassFish supports Servlet 2. This tool helps show multithreaded
programs as well: -bash-3.
This file should be a script that successfully starts, stops, and
restarts the process.
If the credentials are not valid, the method throws a security
exception. A core dump file will be generated in the current working
directory of the process. com Sun Info Doc number 13258 and Sun Info Doc
number 15553 (Note: This content is available to registered SunSolve
users with a valid Sun Service Plan.
Step 2 Create the methods scripts. About the Author Sreenivas Munnangi
is a senior member of the Sun Java Application Server Administration and
Management team.
This feature is available on x86 and SPARC systems.
The samples require you to have access to ant or asant that is included
in GlassFish and Sun Java Application Server 8.
The panic() routine interrupts all processes as if the OS is suspended.
Deployment of services through SMF provides a much more consistent and
robust environment. If you are using a Sun UltraSPARC processor-based
machine, you can press Stop-A to run in OpenBoot PROM (OBP) mode, and
then use the sync OBP command to force a crash core dump.
password match the values given in build.
After the session, post any webinar-related questions you have on the
Ask the Experts page and get answers from the webinar presenters. A core
dump file will be generated in the current working directory of the
process.
If the deadman timer notices that the lbolt variable has not been
incremented for a period of time (the default is 50 seconds), it will
cause a panic. Author Contact Information The author can also be reached
at adam. If the credentials are not valid, the method throws a security
exception. To install and run the sample: If you haven't already done
so, download GlassFish from the GlassFish Community Downloads page.
One of the core dump files, which is called the per-process core file,
is located in the current directory. Step 2 Create the methods scripts.



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



Bug#422387: [Pkg-octave-devel] Bug#422387: octave2.1-forge: FTBFS: epsf.tex not found, images will be ignored.

2007-05-06 Thread Frank Küster
"Christian T. Steigies" <[EMAIL PROTECTED]> wrote:

> On Sat, May 05, 2007 at 05:23:09PM +0200, Lucas Nussbaum wrote:
>> Package: octave2.1-forge
>> Version: 2006.03.17+dfsg1-3
>> Severity: serious
>> Justification: FTBFS on i386, very likely to fail everywhere else
>> User: [EMAIL PROTECTED]
>> Usertags: builddep-tetex-ftbfs
>> 
>> Hi,
>> 
>> During a rebuild of all packages in sid, I discovered that your package
>> failed to build on i386.
>
> I had a similar bug report on one of my packages, changing the build-dep
> from tetex to texlive, texlive-generic-recommended was all it took to fix
> this.

That's true.  However, it would be much better to ask upstream to change
from epsf.tex to graphicx.sty.  For LaTeX documents, epsf.tex has been
obsolete for about 13 years...

Regards, Frank
-- 
Dr. Frank Küster
Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich
Debian Developer (teTeX/TeXLive)



Bug#422484: steam : [INTL:pt] Portuguese translation for debconf messages

2007-05-06 Thread Traduz - Portuguese Translation Team

Package: steam
Version: 2.2.31-4
Tags: l10n, patch
Severity: wishlist

Portuguese translation for steam's debconf messages.
Translator: Miguel Figueiredo 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org










































pt.po
Description: application/gettext


Bug#422486: havp : [INTL:pt] Portuguese translation for debconf messages

2007-05-06 Thread Traduz - Portuguese Translation Team

Package: havp
Version: n/a
Tags: l10n, patch
Severity: wishlist

Portuguese translation for havp's debconf messages.
Translator: Miguel Figueiredo 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org











































pt.po
Description: application/gettext


Bug#422362: vncserver: vncconnect causes Xrealvnc crash

2007-05-06 Thread Ola Lundqvist
Hej

Could you run Xrealvnc in gdb?

It would also be nice to know if the same problem occur with
Xvnc4.

Regards,

// Ola

On Sat, May 05, 2007 at 02:14:52PM +0200, Mikael Magnusson wrote:
> Package: vncserver
> Version: 3.3.7-14
> Severity: important
> 
> Using vncconnect to connect Xreal to a listening VNC viewer 
> crashes Xrealvnc.
> 
> vncserver output:
> -
> 
> New 'X' desktop is skinner:3
> 
> Starting applications specified in /usr/bin/firefox
> Log file is XXX
> 
> *** glibc detected *** Xrealvnc: free(): invalid pointer: 0x081d1ec4 ***
> === Backtrace: =
> /lib/i686/cmov/libc.so.6[0xb7d86e3d]
> /lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7d8a480]
> Xrealvnc[0x80af58d]
> Xrealvnc[0x806b2c2]
> Xrealvnc[0x806b418]
> Xrealvnc[0x8060d12]
> Xrealvnc[0x804b4cf]
> /lib/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7d34ebc]
> Xrealvnc(__gxx_personality_v0+0xfd)[0x804a971]
> === Memory map: 
> 08048000-08155000 r-xp  fe:00 883/usr/bin/Xrealvnc
> 08155000-0815c000 rw-p 0010d000 fe:00 883/usr/bin/Xrealvnc
> 0815c000-081e rw-p 0815c000 00:00 0  [heap]
> b7a0-b7a21000 rw-p b7a0 00:00 0
> b7a21000-b7b0 ---p b7a21000 00:00 0
> b7b47000-b7b77000 rw-s  00:08 8323084/SYSV (deleted)
> b7b77000-b7b8c000 rw-p b7b77000 00:00 0
> b7b99000-b7d1f000 rw-p b7b99000 00:00 0
> b7d1f000-b7e5c000 r-xp  03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7e5c000-b7e5d000 r--p 0013c000 03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7e5d000-b7e5f000 rw-p 0013d000 03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7e5f000-b7e62000 rw-p b7e5f000 00:00 0
> b7e62000-b7e6c000 r-xp  03:05 72310  /lib/libgcc_s.so.1
> b7e6c000-b7e6d000 rw-p 9000 03:05 72310  /lib/libgcc_s.so.1
> b7e6d000-b7e92000 r-xp  03:05 72465  /lib/i686/cmov/libm-2.5.so
> b7e92000-b7e94000 rw-p 00024000 03:05 72465  /lib/i686/cmov/libm-2.5.so
> b7e94000-b7f6e000 r-xp  fe:00 2208   /usr/lib/libstdc++.so.6.0.8
> b7f6e000-b7f71000 r--p 000d9000 fe:00 2208   /usr/lib/libstdc++.so.6.0.8
> b7f71000-b7f73000 rw-p 000dc000 fe:00 2208   /usr/lib/libstdc++.so.6.0.8
> b7f73000-b7f79000 rw-p b7f73000 00:00 0
> b7f79000-b7f8c000 r-xp  fe:00 18897  /usr/lib/libz.so.1.2.3
> b7f8c000-b7f8d000 rw-p 00012000 fe:00 18897  /usr/lib/libz.so.1.2.3
> b7f8d000-b7f8e000 rw-p b7f8d000 00:00 0
> b7f9b000-b7fa4000 r-xp  03:05 72470  
> /lib/i686/cmov/libnss_files-2.5.so
> b7fa4000-b7fa6000 rw-p 8000 03:05 72470  
> /lib/i686/cmov/libnss_files-2.5.so
> b7fa6000-b7fa9000 rw-p b7fa6000 00:00 0
> b7fae000-b7faf000 rw-p b7fae000 00:00 0
> b7faf000-b7fb r-xp b7faf000 00:00 0  [vdso]
> b7fb-b7fcb000 r-xp  03:05 72292  /lib/ld-2.5.so
> b7fcb000-b7fcd000 rw-p 0001b000 03:05 72292  /lib/ld-2.5.so
> bfc48000-bfc5e000 rw-p bfc48000 00:00 0  [stack]
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (750, 'testing'), (671, 'stable'), (500, 'testing'), (300, 
> 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.18-3-k7 (SMP w/1 CPU core)
> Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages vncserver depends on:
> ii  dpkg 1.13.25 package maintenance system for 
> Deb
> ii  libc62.5-5   GNU C Library: Shared libraries
> ii  libgcc1  1:4.1.1-21  GCC support library
> ii  libice6  1:1.0.3-2   X11 Inter-Client Exchange library
> 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  libxext6 1:1.0.1-2   X11 miscellaneous extension 
> librar
> ii  perl 5.8.8-7 Larry Wall's Practical 
> Extraction 
> ii  vnc-common   3.3.7-14Virtual network computing server 
> s
> ii  x11-common   1:7.1.0-18  X Window System (X.Org) 
> infrastruc
> ii  xbase-clients1:7.1.ds1-2 miscellaneous X clients
> ii  zlib1g   1:1.2.3-13  compression library - runtime
> 
> Versions of packages vncserver recommends:
> ii  xfonts-base   1:1.0.0-4  standard fonts for X
> 
> -- no debconf information
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://opalsys.net/ UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 

Bug#422487: dibbler : [INTL:pt] Portuguese translation for debconf messages

2007-05-06 Thread Traduz - Portuguese Translation Team

Package: dibbler
Version: n/a
Tags: l10n, patch
Severity: wishlist

Portuguese translation for dibbler's debconf messages.
Translator: Miguel Figueiredo 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org












































pt.po
Description: application/gettext


Bug#410555: FTBFS (alpha): 'uchar' undeclared

2007-05-06 Thread Bruno Kleinert
This one time, at band camp, Steve Langasek wrote:
> tags 410555 patch
> thanks
> 
> Hi fuddl,
> 
> The attached patch fixes openarena on alpha.  In addition to the two
> build problems Falk identified in his bug report, an additional
> change is needed to not use -ffast-math when building on alpha, as
> -ffast-math will cause the client to die with SIGFPE.
> 
> > as openarena uses the ioquauke3 game engine, i looked through their
> > information about alpha support. they only support a limited
> > dedicated server on the alpha architecture.
> 
> Heh, there's no reason the client shouldn't be supported on alpha if
> it's already supported on other 64-bit archs, and I've confirmed that
> the client does work with this patch applied.  Please apply the
> patch; if you need a sponsor for this fix, I'd be happy to help.
> 
> Cheers,
> -- 
> Steve Langasek   Give me a lever long enough and a
> Free OS Debian Developer   to set it on, and I can
> move the world. [EMAIL PROTECTED]
> http://www.debian.org/

hi steve,

thanks a lot for the patch, it's included in the debian games team
subversion repository.

cheers - fuddl

-- 
Among elephants it's not considered cool nor in any good taste
to drain other elephants




signature.asc
Description: PGP signature


Bug#422488: ocsinventory-agent : [INTL:pt] Portuguese translation for debconf messages

2007-05-06 Thread Traduz - Portuguese Translation Team

Package: ocsinventory-agent
Version: n/a
Tags: l10n, patch
Severity: wishlist

Portuguese translation for ocsinventory-agent's debconf messages.
Translator: Miguel Figueiredo 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org













































pt.po
Description: application/gettext


Bug#422489: xringd : [INTL:pt] Portuguese translation for debconf messages

2007-05-06 Thread Traduz - Portuguese Translation Team

Package: xringd
Version: n/a
Tags: l10n, patch
Severity: wishlist

Portuguese translation for xringd's debconf messages.
Translator: Miguel Figueiredo 
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team .


--
Best regards,

Rui Branco
"Traduz" - Portuguese Translation Team
http://www.DebianPT.org













































pt.po
Description: application/gettext


Bug#421675: Ogg files make K3b crash

2007-05-06 Thread Francois Marier
Hi Mauro,

First of all, thank you for taking the time to get back to me with so much
information, I appreciate that.

On 2007-05-02 at 15:00:30, Mauro Sacchetto wrote:
> The drag&drop work with other kinds of files (mp3, ape). But...
> If I take one or more .ogg files, open a new musical CD project
> and drag the file(s) with mouse in the windows of this new
> project, immediatly K3b crashes. It's all. The trouble is only
> with .OGG files. 

On my machine it works fine for both MP3 and OGG files.  As I understand it,
the destination for your drag and drop (the place where you drop the files)
is an empty new Audio CD project.

What is the origin of the drag and drop?  Are you dragging files from the
file manager built into K3b ?  Or are you using the KDE file manager or the
GNOME file manager and then dragging the OGG file onto K3b ?

> Consider the shell output:
> k3b: (K3bMonkeyDecoderFactory) failed to open APE file with error 1002

This is a strange error message, it's as if you are drag and dropping an APE
file on K3b...  Actually, as far as I know, the K3b version that's in Debian
doesn't have the Monkey Audio plugin which is the one required to use APE
files.

Did you install that plugin separately?  If so, you might want to try
uninstalling it and trying to see if you still get the problem with the
stock K3b version from Debian unstable.

Sorry for taking some time to answer you.

Francois


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



Bug#422361: tightvncserver: tightvncconnect causes Xtightvnc crash

2007-05-06 Thread Ola Lundqvist
Thanks for the report.

// Ola

On Sat, May 05, 2007 at 02:11:49PM +0200, Mikael Magnusson wrote:
> Package: tightvncserver
> Version: 1.2.9-21
> Severity: important
> 
> Using tightvncconnect to connect Xtightvnc to a listening VNC viewer 
> crashes Xtightvnc.
> 
> tightvncserver output:
> -
> 
> New 'X' desktop is skinner:2
> 
> Starting applications specified in /usr/bin/firefox
> Log file is XXX
> 
> *** glibc detected *** Xtightvnc: double free or corruption (out): 0x081fa720 
> ***
> === Backtrace: =
> /lib/i686/cmov/libc.so.6[0xb7e58e3d]
> /lib/i686/cmov/libc.so.6(cfree+0x90)[0xb7e5c480]
> Xtightvnc(ChangeWindowProperty+0x240)[0x8082900]
> Xtightvnc(ProcChangeProperty+0x14b)[0x8082b0b]
> Xtightvnc(Dispatch+0x118)[0x8077ca8]
> Xtightvnc(main+0x79a)[0x8060aaa]
> /lib/i686/cmov/libc.so.6(__libc_start_main+0xdc)[0xb7e06ebc]
> Xtightvnc[0x805fff1]
> === Memory map: 
> 08048000-0817f000 r-xp  fe:00 13626  /usr/bin/Xtightvnc
> 0817f000-08186000 rw-p 00136000 fe:00 13626  /usr/bin/Xtightvnc
> 08186000-08229000 rw-p 08186000 00:00 0  [heap]
> b7a0-b7a21000 rw-p b7a0 00:00 0
> b7a21000-b7b0 ---p b7a21000 00:00 0
> b7c1-b7c4 rw-s  00:08 8290316/SYSV (deleted)
> b7c4-b7c5e000 rw-p b7c4 00:00 0
> b7c5f000-b7df1000 rw-p b7c5f000 00:00 0
> b7df1000-b7f2e000 r-xp  03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7f2e000-b7f2f000 r--p 0013c000 03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7f2f000-b7f31000 rw-p 0013d000 03:05 72461  /lib/i686/cmov/libc-2.5.so
> b7f31000-b7f34000 rw-p b7f31000 00:00 0
> b7f34000-b7f53000 r-xp  fe:00 7483   /usr/lib/libjpeg.so.62.0.0
> b7f53000-b7f54000 rw-p 0001e000 fe:00 7483   /usr/lib/libjpeg.so.62.0.0
> b7f54000-b7f56000 r-xp  03:05 72464  /lib/i686/cmov/libdl-2.5.so
> b7f56000-b7f58000 rw-p 1000 03:05 72464  /lib/i686/cmov/libdl-2.5.so
> b7f58000-b7f7d000 r-xp  03:05 72465  /lib/i686/cmov/libm-2.5.so
> b7f7d000-b7f7f000 rw-p 00024000 03:05 72465  /lib/i686/cmov/libm-2.5.so
> b7f7f000-b7f92000 r-xp  fe:00 18897  /usr/lib/libz.so.1.2.3
> b7f92000-b7f93000 rw-p 00012000 fe:00 18897  /usr/lib/libz.so.1.2.3
> b7f93000-b7f94000 rw-p b7f93000 00:00 0
> b7f96000-b7fa r-xp  03:05 72310  /lib/libgcc_s.so.1
> b7fa-b7fa1000 rw-p 9000 03:05 72310  /lib/libgcc_s.so.1
> b7fa1000-b7faa000 r-xp  03:05 72470  
> /lib/i686/cmov/libnss_files-2.5.so
> b7faa000-b7fac000 rw-p 8000 03:05 72470  
> /lib/i686/cmov/libnss_files-2.5.so
> b7fac000-b7faf000 rw-p b7fac000 00:00 0
> b7fb4000-b7fb5000 rw-p b7fb4000 00:00 0
> b7fb5000-b7fb6000 r-xp b7fb5000 00:00 0  [vdso]
> b7fb6000-b7fd1000 r-xp  03:05 72292  /lib/ld-2.5.so
> b7fd1000-b7fd3000 rw-p 0001b000 03:05 72292  /lib/ld-2.5.so
> bff98000-bffae000 rw-p bff98000 00:00 0  [stack]
> 
> -- System Information:
> Debian Release: lenny/sid
>   APT prefers testing
>   APT policy: (750, 'testing'), (671, 'stable'), (500, 'testing'), (300, 
> 'unstable'), (1, 'experimental')
> Architecture: i386 (i686)
> 
> Kernel: Linux 2.6.18-3-k7 (SMP w/1 CPU core)
> Locale: LANG=sv_SE.UTF-8, LC_CTYPE=sv_SE.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/bash
> 
> Versions of packages tightvncserver depends on:
> ii  dpkg 1.13.25 package maintenance system for 
> Deb
> ii  libc62.5-5   GNU C Library: Shared libraries
> ii  libjpeg626b-13   The Independent JPEG Group's 
> JPEG 
> ii  libx11-6 2:1.0.3-7   X11 client-side library
> ii  libxext6 1:1.0.1-2   X11 miscellaneous extension 
> librar
> ii  perl 5.8.8-7 Larry Wall's Practical 
> Extraction 
> ii  vnc-common   3.3.7-14Virtual network computing server 
> s
> ii  x11-common   1:7.1.0-18  X Window System (X.Org) 
> infrastruc
> ii  xbase-clients1:7.1.ds1-2 miscellaneous X clients
> ii  zlib1g   1:1.2.3-13  compression library - runtime
> 
> Versions of packages tightvncserver recommends:
> ii  xfonts-base   1:1.0.0-4  standard fonts for X
> 
> -- no debconf information
> 
> 

-- 
 - Ola Lundqvist ---
/  [EMAIL PROTECTED] Annebergsslingan 37  \
|  [EMAIL PROTECTED] 654 65 KARLSTAD  |
|  +46 (0)54-10 14 30  +46 (0)70-332 1551   |
|  http://opalsys.net/ UIN/icq: 4912500 |
\  gpg/f.p.: 7090 A92B 18FE 7994 0C36  4FE4 18A1 B1CF 0FE5 3DD9 /
 ---


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



Bug#422476: openscenegraph: FTBFS: ../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory

2007-05-06 Thread Loic Dachary
Lucas Nussbaum <[EMAIL PROTECTED]> writes:

> Package: openscenegraph
> Version: 1.2.0-2
> Severity: serious
> Justification: FTBFS on i386, very likely to fail everywhere else
> Usertags: grid5000 rebuild
>
> Hi,
>
> During a rebuild of all packages in sid, I discovered that your package
> failed to build on i386.
>
> Relevant parts:
> make[5]: Entering directory 
> `/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
> g++ -M -I../../../../include 
> -I/build/user/openscenegraph-1.2.0/OpenThreads/include 
> -I/build/user/openscenegraph-1.2
> .0/Producer/include  ../DataSet.cpp  pipeto .depend/DataSet.cpp
> ../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory
> g++ -M -I../../../../include 
> -I/build/user/openscenegraph-1.2.0/OpenThreads/include 
> -I/build/user/openscenegraph-1.2
> .0/Producer/include  ../HeightFieldNode.cpp  pipeto 
> .depend/HeightFieldNode.cpp
> g++ -M -I../../../../include 
> -I/build/user/openscenegraph-1.2.0/OpenThreads/include 
> -I/build/user/openscenegraph-1.2
> .0/Producer/include  ../HeightFieldRenderer.cpp  pipeto 
> .depend/HeightFieldRenderer.cpp
> make[5]: Leaving directory 
> `/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
> make[5]: Entering directory 
> `/build/user/openscenegraph-1.2.0/OpenSceneGraph/src/osgWrappers/osgTerrain/Linux.Opt'
> g++  -O2 -W -Wall -fPIC -pipe -I../../../../include 
> -I/build/user/openscenegraph-1.2.0/OpenThreads/include -I/build/
> user/openscenegraph-1.2.0/Producer/include  -c ../DataSet.cpp
> ../DataSet.cpp:33:23: error: gdal_priv.h: No such file or directory
> ../../../../include/osgIntrospection/Value: In member function 'const 
> osgIntrospection::Type* osgIntrospection::Valu
> e::Ptr_instance_box::ptype() const [with T = GDALDataset*]':
> ../DataSet.cpp:597:   instantiated from here
> ../../../../include/osgIntrospection/Value:305: error: invalid use of 
> undefined type 'struct GDALDataset'
> ../../../../include/osgTerrain/DataSet:43: error: forward declaration of 
> 'struct GDALDataset'
> make[5]: *** [DataSet.o] Error 1
>
> The full build log is available from 
> http://people.debian.org/~lucas/logs/2007/05/rebuild.sid.i386/
>
> About the archive rebuilt: The rebuilt was done on about 50 AMD64 nodes
> of the Grid'5000 platform, using a clean chroot containing a sid i386
> environment.  Internet was not accessible from the build systems.
>
> About Grid'5000:
> Grid'5000 is an highly reconfigurable experimental Grid platform
> gathering 9 sites and featuring a total of 5000 CPUs. It serves as a
> testbed for research in Grid Computing. See https://www.grid5000.fr/

  Could you please try to rebuild from the source package available at:

deb 
http://openscenegraph.dachary.org/packaging-farm/openscenegraph/gnulinux/debian/unstable/src
 ./
deb-src 
http://openscenegraph.dachary.org/packaging-farm/openscenegraph/gnulinux/debian/unstable/src
 ./

  I very much suspect gdal to be broken in sid at the moment. I'll look
into it and thanks for the report.

  Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]
Latitude: 48.86962325498033 Longitude: 2.3623046278953552



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



Bug#412446: psad: Please clarify how to enable UDP logging

2007-05-06 Thread Francois Marier
On 2007-03-28 at 06:26:55, Daniel Gubser wrote:
> Can you please send me the output of the following command:
> #  psad -D --fw-dump

Sorry for the very long delay in getting back to you.  I hadn't tried this
for a while and now it looks like the problem is gone (in unstable at
least).

Here is the output of the command you asked for:

[+] uname output:
Linux hostname 2.6.20-1-amd64 #1 SMP Tue Apr 24 21:10:58 UTC 2007 x86_64 
GNU/Linux

[+] perl info:
Summary of my perl5 (revision 5 version 8 subversion 8) configuration:
  Platform:
osname=linux, osvers=2.6.18-1-amd64, archname=x86_64-linux-gnu-thread-multi
uname='linux gkar 2.6.18-1-amd64 #1 smp sat oct 21 18:36:02 cest 2006 
x86_64 gnulinux '
config_args='-Dusethreads -Duselargefiles -Dccflags=-DDEBIAN 
-Dcccdlflags=-fPIC -Darchname=x86_64-linux-gnu -Dprefix=/usr 
-Dprivlib=/usr/share/perl/5.8 -Darchlib=/usr/lib/perl/5.8 -Dvendorprefix=/usr 
-Dvendorlib=/usr/share/perl5 -Dvendorarch=/usr/lib/perl5 
-Dsiteprefix=/usr/local -Dsitelib=/usr/local/share/perl/5.8.8 
-Dsitearch=/usr/local/lib/perl/5.8.8 -Dman1dir=/usr/share/man/man1 
-Dman3dir=/usr/share/man/man3 -Dsiteman1dir=/usr/local/man/man1 
-Dsiteman3dir=/usr/local/man/man3 -Dman1ext=1 -Dman3ext=3perl 
-Dpager=/usr/bin/sensible-pager -Uafs -Ud_csh -Uusesfio -Uusenm -Duseshrplib 
-Dlibperl=libperl.so.5.8.8 -Dd_dosuid -des'
hint=recommended, useposix=true, d_sigaction=define
usethreads=define use5005threads=undef useithreads=define 
usemultiplicity=define
useperlio=define d_sfio=undef uselargefiles=define usesocks=undef
use64bitint=define use64bitall=define uselongdouble=undef
usemymalloc=n, bincompat5005=undef
  Compiler:
cc='cc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
-D_FILE_OFFSET_BITS=64',
moptimize='-O2',
cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -DDEBIAN 
-fno-strict-aliasing -pipe -I/usr/local/include'
ccversion='', gccversion='4.1.2 20061115 (prerelease) (Debian 4.1.1-20)', 
gccosandvers=''
intsize=4, longsize=8, ptrsize=8, doublesize=8, byteorder=12345678
d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=16
ivtype='long', ivsize=8, nvtype='double', nvsize=8, Off_t='off_t', 
lseeksize=8
alignbytes=8, prototype=define
  Linker and Libraries:
ld='cc', ldflags =' -L/usr/local/lib'
libpth=/usr/local/lib /lib /usr/lib
libs=-lgdbm -lgdbm_compat -ldb -ldl -lm -lpthread -lc -lcrypt
perllibs=-ldl -lm -lpthread -lc -lcrypt
libc=/lib/libc-2.3.6.so, so=so, useshrplib=true, libperl=libperl.so.5.8.8
gnulibc_version='2.3.6'
  Dynamic Linking:
dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-Wl,-E'
cccdlflags='-fPIC', lddlflags='-shared -L/usr/local/lib'


Characteristics of this binary (from libperl): 
  Compile-time options: MULTIPLICITY PERL_IMPLICIT_CONTEXT
PERL_MALLOC_WRAP THREADS_HAVE_PIDS USE_64_BIT_ALL
USE_64_BIT_INT USE_ITHREADS USE_LARGE_FILES
USE_PERLIO USE_REENTRANT_API
  Built under linux
  Compiled at Dec  5 2006 22:43:26
  @INC:
/etc/perl
/usr/local/lib/perl/5.8.8
/usr/local/share/perl/5.8.8
/usr/lib/perl5
/usr/share/perl5
/usr/lib/perl/5.8
/usr/share/perl/5.8
/usr/local/lib/site_perl
.

[+] syslog processes:
root  2604  0.0  0.0   5880   660 ?Ss   18:02   0:00 /sbin/syslogd

[+] ifconfig output:
eth0  Lien encap:UNSPEC  HWaddr 
00-E0-18-00-03-6B-CB-A7-00-00-00-00-00-00-00-00  
  BROADCAST MULTICAST  MTU:1500  Metric:1
  RX packets:0 errors:0 dropped:0 overruns:0 frame:0
  TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:1000 
  RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)

eth1  Lien encap:Ethernet  HWaddr 00:18:F3:82:F6:61  
  inet adr:x.x.x.x  Bcast:x.x.x.x  Masque:x.x.x.x
  adr inet6: fe80::218:f3ff:fe82:f661/64 Scope:Lien
  UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
  RX packets:18945 errors:0 dropped:0 overruns:0 frame:0
  TX packets:19292 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:1000 
  RX bytes:13940002 (13.2 MiB)  TX bytes:1874786 (1.7 MiB)
  Interruption:20 Adresse de base:0x2400 

loLien encap:Boucle locale  
  inet adr:x.x.x.x  Masque:x.x.x.x
  adr inet6: ::1/128 Scope:Hôte
  UP LOOPBACK RUNNING  MTU:16436  Metric:1
  RX packets:34247 errors:0 dropped:0 overruns:0 frame:0
  TX packets:34247 errors:0 dropped:0 overruns:0 carrier:0
  collisions:0 lg file transmission:0 
  RX bytes:26596142 (25.3 MiB)  TX bytes:26596142 (25.3 MiB)



[+] psad v2.0.6 (file revision: 2015)

[+] Dumping psad config from: /etc/psad/psad.conf

AIM_SERVERS(removed)
ALERTING_METHODS   AL

Bug#422445: - Bug#422445: /usr/share/doc/erlang-doc-html cannot be deinstalled

2007-05-06 Thread Martin Ziegler


On Sun, 6 May 2007, Sergei Golovan wrote:


erlang-doc-html doesn't support dhelp. So, I guess you've generated
these dhelp files manually. And since dpkg doesn't remove files, which
were installed manually, you should remove them by running
/usr/sbin/dhelp_parse -d /usr/share/doc/ejabberd-doc-html
before removing ejabberd-doc-html package.

I wouldn't call it a bug in ejabberd-doc-html (at most it's lack of a 
feature).


Best wishes!
--
Sergei Golovan


The .dhelp-files are automatically generated by

dpkg -i dpkg -i /var/cache/apt/archives/erlang-doc-html_1%3a11.b.4-2_all.deb

dpkg -i invokes scrollkeeper and adds to /var/log/scrollkeeper.log 
the entry


May 06 11:43:28 scrollkeeper-update: Updating 
/usr/share/omf/doc-base/erlang-html-docs/erlang-html-docs-C.omf.


So perhaps the "bug" is caused by doc-base or scrollkeeper.

Regards,

Martin


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



Bug#422490: php5-ldap: Please consider adding '--with-ldap-sasl' to the configure line

2007-05-06 Thread David Bartley
Package: php5-ldap
Version: 5.2.0-8+etch3
Severity: important


Currently ldap_sasl_bind does not get compiled into the php5-ldap 
extension, as --with-ldap-sasl is not included in the configure line. 
Additionaly, libsasl2-dev would need to be made a dependency of 
php5-ldap.


-- System Information:
Debian Release: 4.0
  APT prefers stable
  APT policy: (1000, 'stable')
Architecture: amd64 (x86_64)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.18-4-amd64
Locale: LANG=en_CA, LC_CTYPE=en_CA (charmap=ISO-8859-1)

Versions of packages php5-ldap depends on:
ii  libapache2-mod-php5 [phpap 5.2.0-8+etch3 server-side, HTML-embedded scripti
ii  libc6  2.3.6.ds1-13  GNU C Library: Shared libraries
ii  libldap2   2.1.30-13.3   OpenLDAP libraries
ii  php5-cgi [phpapi-20060613] 5.2.0-8+etch3 server-side, HTML-embedded scripti
ii  php5-cli [phpapi-20060613] 5.2.0-8+etch3 command-line interpreter for the p
ii  php5-common5.2.0-8+etch3 Common files for packages built fr

php5-ldap recommends no packages.

-- debconf information:
  php5/remove_extension: true
  php5/add_extension: true
  php5/extension_ldap_apache2: true


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



Bug#422491: dpkg-dev-el: Add support for XS-Vcs-* fields in debian-control-mode

2007-05-06 Thread Rafael Laboissiere
Package: dpkg-dev-el
Version: 26.10-1
Severity: wishlist
Tags: patch

Although the XS-Vcs-* fields are not yet official in Debian, they are
already largely used and the PTS understands them.  The patch attached below
adds support in debian-control-mode for these fields.  The list of accepted
VCS names was obtained from one of the PTS scripts [1].  You might also
block this bug by #391023, filed against the developers-reference pacakge.

1. http://svn.debian.org/wsvn/qa/trunk/pts/www/bin/common.py?op=file


Rafael Laboissiere


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

Kernel: Linux 2.6.17-2-686 (SMP w/1 CPU core)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

--- elisp/dpkg-dev-el/debian-control-mode.el-orig   2007-05-06 
11:16:13.0 +0200
+++ elisp/dpkg-dev-el/debian-control-mode.el2007-05-06 13:19:24.0 
+0200
@@ -149,9 +149,17 @@
 
 (defvar debian-control-mode-package-name-keymap (make-sparse-keymap))
 
+(defvar debian-control-vcs-names
+  '("Arch" "Bzr" "Cvs" "Darcs" "Git" "Hg" "Mtn" "Svn")
+  "Valid VCS names for the XS-Vcs-* field.")
+
 (defvar debian-control-source-fields
+  (append
   '("Section" "Priority" "Maintainer" "Build-Depends" "Build-Depends-Indep"
-"Build-Conflicts" "Build-Conflicts-Indep" "Standards-Version" "Uploaders")
+ "Build-Conflicts" "Build-Conflicts-Indep" "Standards-Version" "Uploaders"
+ "XS-Vcs-Browser")
+   (mapcar (lambda (elt) (concat "XS-Vcs-" elt))
+   debian-control-vcs-names))
   "Valid source package field names, collected from several policy sections.")
 
 (defvar debian-control-binary-fields


Bug#422423: ITP: libtool-cvs -- Generic library support script - CVS snapshot

2007-05-06 Thread Adeodato Simó
* Mike Hommey [Sat, 05 May 2007 22:16:49 +0200]:

> Why not package this as libtool and upload to experimental ?

Moreover, if one reads the bug report mentioned (#221873), it says there
"Thankfully this is already fixed in the upcoming 1.6 release, which is
packaged in the Debian experimental distribution."

Also, this problem should not affect the building of Debian packages,
since g++ is build-essential.

For these reasons, I object to this ITP.

Cheers,

-- 
Adeodato Simó dato at net.com.org.es
Debian Developer  adeodato at debian.org
 
Loan-department manager:  "There isn't any fine print.  At these
interest rates, we don't need it."



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



Bug#422482: FTBFS: scim_uim_imengine.cpp:839: error: 'uim_set_surrounding_text' was not declared in this scope

2007-05-06 Thread Ming Hua
Hi Jérémy,

On Sun, May 06, 2007 at 12:28:07PM +0200, Jérémy Bobbio wrote:
> 
> scim-uim currently fails to build from source in sid [1]:

Thanks for reporting.  I think this is due to the changes in uim, and
upstream already released a new version (0.2.0) which should build fine
against uim 1.4.0.

I've done some packaging work of scim-uim 0.2.0 and it seems to build
fine.  So I believe this will be fixed when 0.2.0 is uploaded.

Ming
2007.05.06



Bug#422184: rott: [debconf_rewrite] Debconf templates review

2007-05-06 Thread Fabian Greffrath
Hi!

Am Freitag, den 04.05.2007, 07:52 +0200 schrieb Christian Perrier:
> Please review the suggested changes are suggested, and if you have any
> objections, let me know in the next 3 days.

Thank you very much!

The only thing that still bugs me is the indentation of the `Homepages:'
line.




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



Bug#422492: openoffice.org crashes with javaldx error,seg fault:javaldx: Could not find a Java Runtime Environment!

2007-05-06 Thread Prakash J Kokkatt

Package: openoffice.org-core
Priority: optional
Section: editors
Installed-Size: 98108
Maintainer: Debian OpenOffice Team <[EMAIL PROTECTED]>
Architecture: i386
Source: openoffice.org
Version: 2.2.0-6
Uses Debian Sid+experimental,
I just upgraded to openoffice-version:2.2.0-6,but it crashes again!
[EMAIL PROTECTED]:~$ soffice
javaldx: Could not find a Java Runtime Environment!
The application cannot be started.
The component manager is not available.
/usr/bin/soffice: line 361: 15065 Segmentation fault
"$sd_prog/$sd_binary" "$@"
[EMAIL PROTECTED]:~$ openoffice
javaldx: Could not find a Java Runtime Environment!
The application cannot be started.
The component manager is not available.
/usr/lib/openoffice/program/soffice: line 361: 15187 Segmentation
fault  "$sd_prog/$sd_binary" "$@"

** (process:15143): WARNING **: Unknown error forking main binary /
abnormal early exit ...
___
Now the versions:
Package: sun-java6-jre
Priority: optional
Section: non-free/libs
Installed-Size: 14144
Maintainer: Matthias Klose <[EMAIL PROTECTED]>
Architecture: all
Source: sun-java6
Version: 6-00-2
^installed with plugins,fonts all.
oofice:
Package: openoffice.org-core
Priority: optional
Section: editors
Installed-Size: 98108
Maintainer: Debian OpenOffice Team <[EMAIL PROTECTED]>
Architecture: i386
Source: openoffice.org
Version: 2.2.0-6
I have java installed.Is it something to do with ld.so.conf..
Package: libc6
Priority: required
Section: libs
Installed-Size: 10632
Maintainer: GNU Libc Maintainers <[EMAIL PROTECTED]>
Architecture: i386
Source: glibc
Version: 2.5-5
Replaces: ldso (<= 1.9.11-9), timezone, timezones, gconv-modules,
libtricks, libc6-bin, netkit-rpc, netbase (<< 4.0)
Hope it get fixed.
Btw I have not upgraded libx11-6  to that from experimental repo
fearing java crashes (azureus etc)
Package: libx11-6
Priority: optional
Section: libs
Installed-Size: 1120
Maintainer: Debian X Strike Force <[EMAIL PROTECTED]>
Architecture: i386
Source: libx11
Version: 2:1.1.1-1
Depends: libc6 (>= 2.3.6-6), libxcb-xlib0, libxcb1, libx11-data
Pre-Depends: x11-common (>= 1:7.0.0)
Conflicts: xlibs-data (<< 1:7.0.0)
  regards,
  Prakash


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



Bug#422445: - Bug#422445: /usr/share/doc/erlang-doc-html cannot be deinstalled

2007-05-06 Thread Sergei Golovan

On 5/6/07, Martin Ziegler <[EMAIL PROTECTED]> wrote:

The .dhelp-files are automatically generated by

dpkg -i dpkg -i /var/cache/apt/archives/erlang-doc-html_1%3a11.b.4-2_all.deb


Yo are right. It's a bug in erlang-doc-html prerm script. It should
unregister help files if doc-base package is available but doesn't do
that. We'll fix it in the next version.

Thanks for the report!
--
Sergei Golovan


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



Bug#421892: Kannada mailing list

2007-05-06 Thread Arjun satish

Hi all,

We, people from Karnataka, would like to start a mailing list in Kannada.
Please acknowledge the same.

Thanks,
Arjun



--
And it's whispered that soon, if we all call the tune,
Then the piper will lead us to reason
And a new day will dawn for those who stand long
And the forest will echo with laughter

http://freeshells.ch/~phoenix


Bug#89029: Document Viewer seamlessly displays 3D2D files.

2007-05-06 Thread Luke Massey

The cream of the crop for 2007 - GET IN EARLY! DSDI IS SET TO ROCK YOUR
PORTFOLIO!

DSI Direct Sales, Inc.
Symbol: DSDI
Price: $0.04

There is a MASSIVE PROMOTION underway this weekend! This is hot, read
the news and get on DSDI first thing Monday!

However, recent developments in UTM offer further opportunities for
resellers. Januar 2007 Der Steam Client hing sich beim Start
gelegentlich auf und startet nach diesem Update in Zukunft hoffentlich
ohne dabei einzuschlafen. (No comments yet)Can't leave blogging
aloneOctober 31, 2005So, I've got a blog now, too. ADVERTISEMENT Click
here to read Part 1 of the interview. 7GB per year) by 2011, Radicati
said. We had people laughing and call it the Wii 360 because you already
see a lot of dual-household ownership.
If the URL contains a long string of UTF-8 characters, it is possible to
overflow a heap-based buffer, corrupt memory and open the door for code
execution, iDefense officials stated.



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



Bug#287179: gtkpod: fails to add a playlist

2007-05-06 Thread Nico Golde
Hi,
I tested this and made a video of this.
You can download it from:
http://people.debian.org/~nion/gtkpod/gtkpod.ogg
(quality could be better, blame recordmydesktop :)

I add some mp3 files to xmms and save this as a playlist 
file which I import in gtkpod afterwards.
It seems to work.
Do you agree with closing this bug?
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpZeoy9yb6wV.pgp
Description: PGP signature


Bug#422493: listarchives: UTF-8 characters are not properly stored/displayed

2007-05-06 Thread Igor Stirbu
Package: listarchives
Severity: important


The messages in the debian-l10n-romanian list
contain UTF-8 encoded characters that are not
properly displayed in online archive.

There are issues related to messages and attachments,
usually po files.

Messages are not displayed properly in online
archive [1], but are ok when received by mail.

PO attachements are broken when displayed inline [2].
This refers to online archive and clients that
show the message inline (eg Thunderbird). The
attachements are ok when saved from the message's
list of attachements.

[1] http://lists.debian.org/debian-l10n-romanian/2007/05/msg00034.html
[2] http://lists.debian.org/debian-l10n-romanian/2007/04/msg00043.html

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

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


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



Bug#422420: kpowersave: crash when started

2007-05-06 Thread Michael Biebl
Pierre Habouzit wrote:
> On Sat, May 05, 2007 at 09:38:10PM +0200, Michael Biebl wrote:

>>>   When kpowersave is launched, it just crash. 0.6 works correctly.
>>>
>> Hi Pierre,
>>
>> could you please send me a backtrace?
> 

> [Thread debugging using libthread_db enabled]
> [New Thread 47449177901680 (LWP 14032)]
> [KCrash handler]
> #5  0x2b2799cc8795 in kpowersave::setSchemeSettings ()

Does it help to delete ~/.kde/share/config/kpowersaverc?
If so, please send me the old config file from 0.6.

Unfortunately I can't provide you a debug build as I don't have a amd64
machine.

Cheers,
Michael

-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#422494: testmii does not wait for interface to come up

2007-05-06 Thread Raphael Wimmer

Package: whereami
Version: 0.3.32
Severity: normal

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

I have a MacBook Pro C2D with a Marvell 88E8053 PCI-E Gigabit Ethernet  
Controller (rev 22) (driver is sky2).
The testmii script brings up the interface and instantly uses mii-tool to  
determine its state.
As the sky2 driver seems to take some time to bring the interface up,  
mii-tool usually reports no link.
I've manually added a two second wait between bringing the interface up  
and testing its link status. That seems to work.

Probably testmii should try several times before giving up.

Cheers,
Raphael


--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.20

Debian Release: lenny/sid
  990 testing security.debian.org
  990 testing honk.physik.uni-konstanz.de
  990 testing ftp.de.debian.org
  500 unstablehonk.physik.uni-konstanz.de
  500 unstableftp.de.debian.org

--- Package information. ---
Depends(Version) | Installed
-+-
perl | 5.8.8-7
debconf  (>= 1.2.9)  | 1.5.13
 OR debconf-2.0  |
fping| 2.4b2-to-ipv6-14
 OR iputils-ping | 3:20020927-6
 OR netbase  | 4.29
 OR dhcp-client  |





Bug#422495: unison-gtk: Unison doesn't have an icon/logo in the desktop menu

2007-05-06 Thread Eric Lavarde
Package: unison-gtk
Version: 2.13.16-5
Severity: wishlist
Tags: patch


Hello,

as the title says :-) I attach the icon I'm using locally, it's under
GPL, you're welcome to use it as you please.

Eric

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

Versions of packages unison-gtk depends on:
ii  libatk1.0-0 1.12.4-3 The ATK accessibility toolkit
ii  libc6   2.3.6.ds1-13 GNU C Library: Shared libraries
ii  libcairo2   1.2.4-4  The Cairo 2D vector graphics libra
ii  libfontconfig1  2.4.2-1.2generic font configuration library
ii  libglib2.0-02.12.4-2 The GLib library of C routines
ii  libgtk2.0-0 2.8.20-7 The GTK+ graphical user interface 
ii  libpango1.0-0   1.14.8-5 Layout and rendering of internatio
ii  libx11-62:1.0.3-7X11 client-side library
ii  libxcursor1 1.1.7-4  X cursor management library
ii  libxext61:1.0.1-2X11 miscellaneous extension librar
ii  libxi6  1:1.0.1-4X11 Input extension library
ii  libxinerama11:1.0.1-4.1  X11 Xinerama extension library
ii  libxrandr2  2:1.1.0.2-5  X11 RandR extension library
ii  libxrender1 1:0.9.1-3X Rendering Extension client libra

Versions of packages unison-gtk recommends:
ii  openssh-client [ssh-client]   1:4.3p2-9  Secure shell client, an rlogin/rsh
pn  ssh-askpass(no description available)

-- no debconf information
<>

Bug#365484: gtkpod: iPod Mount Point is incorrect

2007-05-06 Thread Nico Golde
Hi,
Why do you have it mounted as /media/IPOD? There is not 
default in sid for handling ipod devices from my knowledge 
so I guess this is just a configuration issue on your side.
What do you think?
Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpSI9VndQyRf.pgp
Description: PGP signature


Bug#361590: gtkpod warns of unsaved data, but has no save option.

2007-05-06 Thread Nico Golde
Hi,
Saving the changes is equal to press the 'Sync' button here.
So there is not really a bug but I asked upstream about 
changing the message.
Kind regards
Nico

-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpML1DhJe9iY.pgp
Description: PGP signature


Bug#361594: gtkpod: Obscure error message when clicking sync.

2007-05-06 Thread Nico Golde
Hi,
you have to click on 'Read' thats what meant with importing 
here. I asked the upstream author to change the message 
since it confuse users.
Kind regards
Nico
-- 
Nico Golde - http://ngolde.de - [EMAIL PROTECTED] - GPG: 0x73647CFF
For security reasons, all text in this mail is double-rot13 encrypted.


pgpCljmdVcV98.pgp
Description: PGP signature


Bug#422496: Googlemail "malformed or illegal request." for a icewm bug

2007-05-06 Thread David A.

Package: report-ng
Severity: normal

--- Please enter the report below this line. ---
I tired to report a bug for icewm using Googlemail but google showed me;

=
Google
Error


   Bad Request
   Your client has issued a malformed or illegal request.
=

The URL in iceweasel;
https://gmail.google.com/gmail?view=cm&cmid=0&fs=1&tearoff=1&[EMAIL 
PROTECTED]&su=test&body=Package%3A%20icewm%0AVersion%3A%201.2.30-1%0ASeverity%3A%20normal%0A%0A---%20Please%20enter%20the%20report%20below%20this%20line.%20---%0A%0A%0A---%20System%20information.%20---%0AArchitecture%3A%20i386%0AKernel%3A%20%20%20%20%20%20%20Linux%202.6.20-mar11%0A%0ADebian%20Release%3A%20lenny/sid%0A%20%20500%20unstable%20%20%20%20%20%20%20%20ftp.se.debian.org%20%0A%20%20500%20testing%20%20%20%20%20%20%20%20%20security.debian.org%20%0A%20%20500%20stable%20%20%20%20%20%20%20%20%20%20ftp.sunet.se%20%0A%20%20500%20kernel-dists-trunk%20kernel-archive.buildserver.net%20%0A%0A---%20Package%20information.%20---%0ADepends%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28Version%29%20%7C%20Installed%0A%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D-%2B-%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%3D%0Aicewm-common%20%20%20%20%20%20%20%20%20%20%28%3D%201.2.30-1%29%20%7C%201.2.30-1%0Aimlib11%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%201.9.14-32%0Alibaudiofile0%20%20%20%20%20%20%20%20%20%28%3E%3D%200.2.3-4%29%20%7C%200.2.6-6%0Alibc6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%202.3.6-6%29%20%7C%202.5-5%0Alibesd0%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%200.2.35%29%20%20%7C%200.2.36-3%0A%20OR%20libesd-alsa0%20%20%20%20%20%20%20%28%3E%3D%200.2.35%29%20%7C%20%0Alibfontconfig1%20%20%20%20%20%20%20%20%20%20%28%3E%3D%202.4.0%29%20%7C%202.4.2-1.2%0Alibfreetype6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%202.2%29%20%7C%202.2.1-5%0Alibgcc1%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%201%3A4.1.1-12%29%20%7C%201%3A4.1.2-5%0Alibice6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%201%3A1.0.0%29%20%7C%201%3A1.0.3-2%0Alibjpeg62%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%206b-13%0Alibpng12-0%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%201.2.13-4%29%20%7C%201.2.15%7Ebeta5-1%0Alibsm6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%201%3A1.0.2-2%0Alibtiff4%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%203.8.2-7%0Alibungif4g%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%204.1.4%29%20%7C%204.1.4-4%0Alibx11-6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%202%3A1.0.3-7%0Alibxext6%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%201%3A1.0.3-2%0Alibxft2%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3E%202.1.1%29%20%7C%202.1.12-2%0Alibxinerama1%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%201%3A1.0.2-1%0Alibxrandr2%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%202%3A1.2.1-1%0Alibxrender1%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%7C%201%3A0.9.2-1%0Azlib1g%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%20%28%3E%3D%201%3A1.2.1%29%20%7C%201%3A1.2.3-13%0A%0A

The good news is that I report THIS bug with reportbug-ng and googlemail... :)
Perhaps to long URL or something specal about the icewm-package.

/David A.

--- System information. ---
Architecture: i386
Kernel:   Linux 2.6.20-mar11

Debian Release: lenny/sid
 500 unstableftp.se.debian.org
 500 testing security.debian.org
 500 stable  ftp.sunet.se
 500 kernel-dists-trunk kernel-archive.buildserver.net

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



Bug#422497: FTBFS: permission denied

2007-05-06 Thread Mathias Brodala
Package: php5
Version: 5.2.2-1
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Building the package fails:

> dpkg-source -b php5-5.2.2
> dpkg-source: building php5 using existing php5_5.2.2.orig.tar.gz
> dpkg-source: building php5 in php5_5.2.2-1~highlightbg.diff.gz
> diff: ./php5-5.2.2/.pc/019-z_off_t_as_long.patch/ext/zlib/zconf.h: Permission
> denied
> dpkg-source: failure: diff on
> ./php5-5.2.2/.pc/019-z_off_t_as_long.patch/ext/zlib/zconf.h gave error exit
> status 2

The permissions for files in this and the 029-php.ini_paranoid.patch directory
are indeed set to 000.

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

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

Versions of packages php5 depends on:
ii  libapache2-mod-php5 5.2.0-11~highlightbg server-side, HTML-embedded scripti
ii  php5-common 5.2.0-11~highlightbg Common files for packages built fr

php5 recommends no packages.

- -- no debconf information

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

iD8DBQFGPczZYfUFJ3ewsJgRAqHxAJ9Gv7KcEtonPELK2oc1LOhe/JT7wgCdF0Xv
Gw4s0+VODB4x6ai26iw2oXU=
=NWlX
-END PGP SIGNATURE-


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



Bug#373723: ...

2007-05-06 Thread Josip Rodin
Hi,

I filed this on June 15th last year, and it's still not fixed, and it's in
etch now :(

-- 
 2. That which causes joy or happiness.


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



Bug#422271: [parisc] missing ethtool

2007-05-06 Thread Silvio Wanka

Geert Stappers schrieb:

retitle 422271 [parisc] missing ethtool
thanks

Perhaps at the side of switch, assuming it is "configurable switch" to
which you have access to?


Yep, it is an manageable switch.

BTW, I forgot to send a meaningfully subject with the error report.
Now it is "missing ethtool" but this is not the real problem it should
be "netinst not usable on B2000 because eth0 works not properly". Is
it possible that you change that.

TIA, Silvio Wanka




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



  1   2   3   4   >