Bug#678259: Remove mail adress

2012-06-20 Thread Pierre-Yves Dubreucq
Hi,
Is it possible to remove the mail adress in reportemail option ?
Thanks
Best Regards
Pierre-Yves Dubreucq

-- 
Blog de l'Admin sous GNU/Linux
http://blog.admin-linux.org/

Membre de l'April - « promouvoir et défendre le logiciel libre » -
http://www.april.org
Rejoignez maintenant plus de 5500 personnes, associations, entreprises et
collectivités qui soutiennent notre action

Membre des associations libres TuxFamily et Chtinux :
http://tuxfamily.org/ & http://www.chtinux.org/

Modérateur de la Planète Libre
http://www.planet-libre.org/

Suivez-moi sur Twitter http://twitter.com/pydubreucq et Identi.ca
http://identi.ca/pydubreucq


Bug#675800: Fwd: Fwd: Bug#675800: Crash at notice tab when no internet connection

2012-06-20 Thread Guo Yixuan
On 06/20/2012 08:55 PM, Guo Yixuan wrote:
> forward 675800 http://boinc.berkeley.edu/trac/ticket/1185

Typo, should be "forwarded". But anyway, since the bug is reassigned,
this don't count as a real forward.

> reassign 675800 src:wxwidgets2.8 2.8.12.1-11
> affects 675800 boinc-manager src:boinc
> thanks
> 
> Hi,
> 
> BTS control server didn't seem to receive last mail from Steffen (to add
> forward), so I'm resending.
> 
> David (BOINC's upstream) told me the bug is in wxwidget's code, so I'm
> reassigning to src:wxwidgets2.8. (For the record, a detailed backtrace
> is in origin report[1], see also the forwarded report at boinc's site.)
> 
> [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675800#5

Guo Yixuan



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678221: icinga-web: database setup fails: tries to connect via TCP though socket was selected

2012-06-20 Thread Markus Frosch
tags 678221 moreinfo
thanks

Hello Chris,
> Maybe this is also an issue in dbconfig-common, if so please reassign :)
>
> When I install icinga-web, and select unix/sockets and ident it still
> tries to connect via tcp, showing this error in debconf:

Could you please do the following:
 * update this bug with reportbug to include paket dep version info and 
debconf values
 * include your pg_hba.conf and postgresql.conf
 * test this command and include the output if it failed:
  su -c "psql -h /var/run/postgresql postgres postgres" - postgres

Thanks,
Markus

--
Markus Frosch
mar...@lazyfrosch.de
http://www.lazyfrosch.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#661048: tc: htb calculates too small burst sizes

2012-06-20 Thread YANG Zhe
2012/6/20 Stephen Hemminger :
> On Wed, 20 Jun 2012 10:27:37 +0800
> YANG Zhe  wrote:
>
>> Hi Thomas,
>>
>> I read the htb code before so I'll show the problem here.
>>
>> When tc comes to calculate buffer & cbuffer, it set lookup get_hz()
>> and set buffer = rate / get_hz() + mtu.
>>
>> But nowadays, packet scheduling (sched) in kernel employ hrtimer so
>> that the old limit of activity only HZ (100) times per second is
>> removed. Also get_hz() returns 10^9 so that tc pretend that sched
>> start 10^9 times per second. So buffer would be set to no more than
>> mtu.
>>
>> But hrtimer doesn't work by this way. So every time htb starts, it can
>> only send about 2 packet and because of sched won't start too
>> frequently, the desired rate can't be reached.
>>
>> I would suggest that buffer should be manually set by user, and
>> converted to 10ms amount of data by default in future version of tc.
>>
>
> What about backward compatibility with older kernels. Maybe the
> kernel should just be fixed instead.

Good point. tc communicate to htb by the netlink socket.
buffer/cbuffer value is set by tc because (old and present version of)
htb require it. So that for backward compatibility tc should just add
a few checks for example if get_hz() may return 10^9 or 10^6, fallback
to 100, which in another word means 10ms.

-- 
Sincerely,
    Yang Zhe



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676717: dh_installcatalogs transition and w3c-dtd-xhtml removal bugs

2012-06-20 Thread Norbert Preining
Hi Helmut,

On Mi, 20 Jun 2012, Helmut Grohne wrote:
> It serves a purpose. The intended purpose is that users can add their
> own .cat files and have them included via update-catalog --update-super,

So I thought, but in one way or the other one has to check for validity.

> > * the dh_installcatalogs generated code is not policy conform, well not
> >   even anything debian related. The configure (postinst) part simply
> >   does
> > rm -f /etc/sgml/openjade.cat
> >   without any action in preinst or so.
> >   If you do this, it means that changes to config files under /etc/sgml/
> >   are *not* preserved
> 
> As is explained in precisely that preinst, this only happens if we are
> upgrading from a version where the package catalog was not a conffile.

Ahh, that was in stable where I checked, there these files are not conffiles
but just hanging around. I see that now they are all proper conffiles,
sorry for the noise.

> I have no clue how ucf works. This is reason enough for me to try hard

Not needed as they are now proper conffiles. ucf in principle 
can register a file as conffile even if not shipped as is in the
deb. That is, if a file under /etc is created by the postinst, it can
be made into a conffile.

But no need here, all are already proper conffiles.

> Both approaches remove the ability to add further catalogs. This is a
> regression I do not want to introduce.

Agreed.

> > - ship for each of the affected *old* packages the md5sum of the resepctive
> >   config file
> 
> I do not have the computational resources to do this. Technically I
> would need all {pre,post}{inst,rm} that contains "sgml" or
> "update-catalog" of every package ever created.

Indeed, because they were not shipped as conffiles, buaahhahaha.
One would need to install a stable system in a chroot, install all
sgml related packages (how many there are? well all depending on sgml-base?)
and see what files finally turn up in /etc/sgml.

I see, loads of paiin, probably not worth it.

> Let me explain another approach suggested by Joachim Breitner:
> 
> Basically having any reference to a non-existent catalog breaks the sgml
> related tools. However this situation may be caused, it causes further
> breakage. So maybe we can check the package (or user) catalogs in
> /etc/sgml at trigger time. If a catalog references a file that does not
> exist, a warning can be printed and the catalog be skipped.
> 
> This approach might need an explicit trigger activation in postrm
> remove, because at this point the conffile is not removed. This needs to
> be evaluated. (Thanks to Joachim Breitner for his attention to detail.)
> 
> This solution has a number of advantages:
> 1) Changes required only apply to sgml-base (and no other packages).
> 2) Works with both packages built with old and new debhelper.
> 3) If a user adds a broken catalog file, and issues update-catalog
>--update-super, she will see a message and can correct her changes.

Good solution, agreed, and easy to implement.

> The obvious disadvantage is that I have to write a partial parser (at

#
# parses one .cat file and returns a list of CATALOG files
sub parse_one_file {
  my $fn = shift;
  open(IN, "<$fn") || die "Cannot open $fn: $!";
  my @l = ;
  close(IN) || warn "Cannot close $fn: $!";
  my @ret;
  for (@l) {
if (m/^CATALOG\s+([^\s]*)\s*$/) {
  if (-r $1) {
push @ret, $1;
  } else {
printf STDERR "Catalogue file $1 referenced in $fn does not exist, 
skipping it!\n";
  }
}
  }
  return @ret;
}

I tested it with this perl code:
foreach my $f (@ARGV) {
  print "Catalogues in $f:\n";
  my @cs = parse_one_file($f);
  for my $c (@cs) {
print "==>$c...\n";
  }
}

and run perl foo.pl /etc/sgml/*.cat, and it told me the right files.

You might have to fix add more cases to the parser, I don't know
what else is allowed in these files.

Best wishes

Norbert

Norbert Preiningpreining@{jaist.ac.jp, logic.at, debian.org}
JAIST, Japan TeX Live & Debian Developer
DSA: 0x09C5B094   fp: 14DF 2E6C 0307 BE6D AD76  A9C0 D2BF 4AA3 09C5 B094

Arthur hoped and prayed that there wasn't an afterlife.
Then he realised there was a contradiction there and merely
hoped that there wasn't an afterlife.
 --- Arthur realising that he's in a certain death situation
 --- with a supernova bomb that is shaped like a cricket ball.
 --- Douglas Adams, The Hitchhikers Guide to the Galaxy



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678266: icinga-web: missing dep on liburi-perl for maintainer scripts

2012-06-20 Thread Markus Frosch
Package: icinga-web
Version: 1.7.1-1
Severity: important

A dependency for liburi-perl is missing.

It's used for generating the database dsn in the xml config files.

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages icinga-web depends on:
ii  dbconfig-common1.8.47+nmu1
ii  debconf [debconf-2.0]  1.5.44
ii  icinga-core1.7.0-4
ii  icinga-idoutils1.7.0-4
ii  php5   5.4.4-1
ii  php5-cli   5.4.4-1
ii  php5-gd5.4.4-1
ii  php5-mysql 5.4.4-1
ii  php5-pgsql 5.4.4-1
ii  php5-xsl   5.4.4-1
ii  ucf3.0025+nmu3

Versions of packages icinga-web recommends:
ii  apache22.2.22-7
ii  apache2-mpm-prefork [httpd]2.2.22-7
ii  mysql-client   5.5.24+dfsg-3
ii  mysql-client-5.5 [mysql-client]5.5.24+dfsg-3
ii  postgresql-client-9.1 [postgresql-client]  9.1.4-1

icinga-web suggests no packages.

-- debconf information excluded



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678267: Can't preseed encryption cipher

2012-06-20 Thread StackCoder
Package: partman-auto-crypto

Subject: partman-auto-crypto: Can't preseed encryption cipher
Package: partman-auto-crypto
Severity: wishlist

Hey,

Could support be added for preseeding encryption cipher.
In this moment it's hardcoded in cryptobase.sh / crypto_set_defaults ().

A workaround would be changing cryptobase.sh with early_command: (Thanks
to Colin Watson)


d-i partman/early_command string sed -i '/echo aes > \$part
\/cipher/s/aes/serpent/' /lib/partman/lib/crypto-base.sh



Thanks

StackCoder 




Bug#678265: [INTL:es] Spanish debconf template translation for ledgersmb

2012-06-20 Thread Robert James Clay
On Wed, 2012-06-20 at 09:10 -0400, Camaleón wrote:
> Package: ledgersmb
> Version: 1.3.15-3
> Severity: wishlist
> Tags: l10n patch

   Much appreciated!  I plan to add the initial set of debconf
translations all at once, so this is pending the completion of the
initial templates review and translation process.


RJ Clay
j...@rocasa.us





--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677886: mesa: please compile with --enable-gallium-g3dvl to provide `libvdpau_r600`

2012-06-20 Thread Cyril Brulebois
Hello Paul,

nice try. :)

Paul Menzel  (20/06/2012):
> I wonder why `dh_install` does not pick up these libraries although I
> added `debian/libgl1-mesa-vdpau.install.in` with the following content.
> 
> dri/usr/${DEB_HOST_MULTIARCH}/libXvMC*.so* usr/lib/${DEB_HOST_MULTIARCH}

dh_install will consider .install files for the packages listed in
debian/control (run dh_listpackages, without any option, with -a,
with -i). Add a binary stanza there to make it work.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#678268: pidgin crashes on startup

2012-06-20 Thread Chris AtLee
Package: pidgin
Version: 2.10.4-1.1
Severity: important

Dear Maintainer,

pidgin currently crashes on startup:

--
ERROR: Caught a segmentation fault while loading plugin file:
/usr/lib/x86_64-linux-gnu/gstreamer-0.10/libgstclutter.so

Please either:
- remove it and restart.
- run with --gst-disable-segtrap --gst-disable-registry-fork and debug.
--

running it with the suggested options also fails:
--
% pidgin --gst-disable-segtrap --gst-disable-registry-fork
pidgin: unrecognized option '--gst-disable-segtrap'
Pidgin 2.10.4. Try `pidgin -h' for more information.
--

libclutter-gst-1.0-0 is required by libcheese3 which in turn is required
by gnome-control-center, so I can't uninstall it. I currently have
version 1.5.4-1+b2 installed.

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (700, 'testing'), (650, 'stable'), (600, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.utf8, LC_CTYPE=en_CA.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pidgin depends on:
ii  gconf2  3.2.5-1
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-33
ii  libcairo2   1.12.2-1
ii  libdbus-1-3 1.6.0-1
ii  libdbus-glib-1-20.98-1
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgstreamer0.10-0  0.10.36-1
ii  libgtk2.0-0 2.24.10-1
ii  libgtkspell02.0.16-1
ii  libice6 2:1.0.8-2
ii  libpango1.0-0   1.30.0-1
ii  libpurple0  2.10.4-1.1
ii  libsm6  2:1.2.1-2
ii  libx11-62:1.4.99.901-2
ii  libxml2 2.8.0+dfsg1-3
ii  libxss1 1:1.2.2-1
ii  perl-base [perlapi-5.14.2]  5.14.2-11
ii  pidgin-data 2.10.4-1.1

Versions of packages pidgin recommends:
ii  gstreamer0.10-plugins-base  0.10.36-1
ii  gstreamer0.10-plugins-good  0.10.31-3

Versions of packages pidgin suggests:
ii  libsqlite3-0  3.7.12.1-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678266: [Pkg-nagios-devel] Bug#678266: icinga-web: missing dep on liburi-perl for maintainer scripts

2012-06-20 Thread Markus Frosch
reassign 678266 icinga-web 1.7.0-2
tags 678266 pending
thanks

> Package: icinga-web
> Version: 1.7.1-1
> Severity: important
> 
> A dependency for liburi-perl is missing.
> 
> It's used for generating the database dsn in the xml config files.

Will be fixed in 1.7.1-1 (corrected version for this bug)

Dep on liburi-perl will be no longer needed.

-Markus

-- 
Markus Frosch
mar...@lazyfrosch.de
http://www.lazyfrosch.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678269: sup-mail: Sup doesnt start anymore on Sid with ruby1.9

2012-06-20 Thread Johannes Schauer
Package: sup-mail
Version: 0.12.1-1
Severity: grave
Justification: renders package unusable

Hi,

sup-mail will not start anymore with a fresh Debian Sid installation, as
its dependencies pull in ruby1.9 through the ruby dependency.

After apt-get install sup-mail, starting sup-mail results into the following:

/usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require': cannot load 
such file -- sup (LoadError)
from /usr/lib/ruby/1.9.1/rubygems/custom_require.rb:36:in `require'
from /usr/bin/sup-mail:20:in `'

A solution would be, to make it depend on ruby1.8 instead of ruby, or
change the shebang line in /usr/bin/sup-mail to /usr/bin/ruby1.8 instead
of using /usr/bin/env ruby.

Moving /usr/lib/ruby/1.8/sup.rb into /usr/lib/ruby/1.9.1/sup.rb will not
help due to other version specific issues.

cheers, josch



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678250: gnome-settings-daemon: media keys totally non-functional

2012-06-20 Thread Daniel Stone
Hi,

On 20 June 2012 13:37, Michael Biebl  wrote:
> Yes media-keys are handled by g-s-d.
> There is some known breakage with
> a/ custom shortcuts not being migrated from gconf to gsettings

Right, I fixed these by hand (e.g. using Super+Tab instead Alt+Tab),
but these aren't the media keys.

> b/ non-wm shortcuts using  being broken, as  is grabbed by
> the shell.

This isn't Super, this is just about, e.g. raise/lower volume.  I
tried rebinding them explicitly in the control centre and it gets the
right keysyms, but still they aren't grabbed at all and thus do
nothing.

Cheers,
Daniel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678251: gnome-shell: sometimes crashes instead of suspending

2012-06-20 Thread Daniel Stone
Hi,

On 20 June 2012 13:38, Michael Biebl  wrote:
> We will need a bit more information that.
> A backtrace would helpful.

How do I get this? Bear in mind that I usually only have one machine,
and don't really want to carry two laptops (and some kind of
connection between them) at all times just in case it crashes on
suspend.

> Anything relevant in ~/.xsession-errors or the system logs?

I'll check next time.

> What kind of grahics hardware / drivers do you use?

i965, self-built kernel/Xorg/Mesa from git master.

Cheers,
Daniel



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678270: RM: openmpi/experimental -- NVIU; Because it has been uploaded a new package (openmpi1.6)

2012-06-20 Thread Sylvestre Ledru
Package: ftp.debian.org
Severity: normal



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#659678: xdemineur: wishlist features

2012-06-20 Thread A. Costa
On Tue, 19 Jun 2012 23:25:06 +0200
Ralf Treinen  wrote:

> Thanks for your interest in xdemineur. I agree that this may be useful
> (also the save-game feature that you asked for in #659678), but it
> would require more work than I pesonally am willing to invest. The
> original developer of xdemineur has declared a long time ago that he
> is no longer interested in continuing the development of this
> program, so the only way how new features could be integrated is that
> someone else steps in as a new upstream developer.

The Debian BTS has by default, (besides it's primary function to fix
bugs), a secondary journalistic function, of telling users and
programmers how things are with a package, what's needed, planned,
etc.  So, news of stasis or growth, either of which is useful news...

Bugs like these serve that secondary function.  Thanks for the replies.




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678271: apt-dater: enhance syntax in hosts file

2012-06-20 Thread jonas

Package: apt-dater
Version: 0.8.4-4+squeeze1
Severity: wishlist

Hello,

First thanks for this very useful software. With apt-dater, upgrading 
hundreds of Debian systems is really easy.


I just set up apt-dater for something like 150 hosts, and to be honest 
I find the syntax for hosts.conf rather confusing and unclear.


The biggest problem is that newlines aren't allowed within a host 
group. It's a pain to maintain host groups with several douzens of hosts 
that way.


E.g. the following looks quite ugly:

[Domain1]
Hosts:apt-da...@host1.domain1.com:1234;apt-da...@host2.domain1.com:1234;apt-da...@host3.domain1.com:1234;apt-da...@host4.domain1.com:1234;apt-da...@host5.domain1.com:1234;apt-da...@host6.domain1.com:1234;apt-da...@host7.domain1.com:1234;apt-da...@host8.domain1.com:1234;apt-da...@host9.domain1.com:1234;apt-da...@host10.domain1.com:1234;apt-da...@host11.domain1.com:1234;apt-da...@host12.domain1.com:1234;

It would be much better if newlines were supported:

Hosts:apt-da...@host1.domain1.com:1234;
  apt-da...@host2.domain1.com:1234;
  apt-da...@host3.domain1.com:1234;
  apt-da...@host4.domain1.com:1234;
  apt-da...@host5.domain1.com:1234;
  apt-da...@host6.domain1.com:1234;
  apt-da...@host7.domain1.com:1234;
  apt-da...@host8.domain1.com:1234;
  apt-da...@host9.domain1.com:1234;
  apt-da...@host10.domain1.com:1234;
  apt-da...@host11.domain1.com:1234;
  apt-da...@host12.domain1.com:1234;

Even better would be options to set username and port number globally 
or by host group.


And another good feature would be something like hostname comment. Not 
all hostnames or IP addresses speak for themselves.


Regards,
 jonas




--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678272: amavisd-new: Fix URLs to Sophie and Sophos SAVI

2012-06-20 Thread Bernhard Schmidt
Package: amavisd-new
Severity: minor
Tags: patch

All URLs listed for Sophie and Sophos SAVI are NXDOMAIN, 404 or list
completely unrelated content. Update to last known upstream URL

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

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
commit eda17e4a5809fead37ebf9ed7badec546ca340c1
Author: Bernhard Schmidt 
Date:   Wed Jun 20 13:40:56 2012 +0200

fix website for Sophie and SAVI

diff --git a/debian/etc/conf.d/15-av_scanners b/debian/etc/conf.d/15-av_scanners
index 59ac2f3..d9c39c6 100644
--- a/debian/etc/conf.d/15-av_scanners
+++ b/debian/etc/conf.d/15-av_scanners
@@ -6,13 +6,13 @@ use strict;
 
 @av_scanners = (
 
-# ### http://www.clanfield.info/sophie/ (http://www.vanja.com/tools/sophie/)
+# ### http://sophie.sourceforge.net/
 # ['Sophie',
 #   \&ask_daemon, ["{}/\n", '/var/run/sophie'],
 #   qr/(?x)^ 0+ ( : | [\000\r\n]* $)/m,  qr/(?x)^ 1 ( : | [\000\r\n]* $)/m,
 #   qr/(?x)^ [-+]? \d+ : (.*?) [\000\r\n]* $/m ],
 
-# ### http://www.csupomona.edu/~henson/www/projects/SAVI-Perl/
+# ### http://search.cpan.org/~phenson/SAVI-Perl/
 # ['Sophos SAVI', \&sophos_savi ],
 
 ### http://www.clamav.net/


Bug#671946: remmina-dev: install problems

2012-06-20 Thread Andrey
Source: remmina-dev
Version: 1.0.0-4
Followup-For: Bug #671946

Dear Maintainer,
When I try to install, I have next output:
sudo apt-get install remmina-dev [sudo] password for andrey: Reading
package lists... Done
Building dependency tree   Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 remmina-dev : Depends: remmina (< 0.8.3-1.1~) but 1.0.0-4 is to be
installed
E: Unable to correct problems, you have held broken packages.




-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (550, 'testing'), (500, 'testing-proposed-updates'), (500,
'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



signature.asc
Description: OpenPGP digital signature


Bug#677995: gjiten: Doesn't show kana/kanji, displays garbage in kanjidic

2012-06-20 Thread Botond Botyanszki

The gjiten postinst script converts the dictionary files to utf-8 and
places these into /usr/share/gjiten/dics/.
You should be using these.

On Tue, 19 Jun 2012 21:56:51 +0400
eurekafag  wrote:

> Yes, that could be the cause. But Debian provides only these dictionaries,
> I mean from edict. I also installed enamdict as gjiten suggests it and it
> contains some Japanese words but they aren't common words just proper
> names; place-names, surnames and so on. Kanjidic shows no kanjis when I
> select this dictionary as the source. I guess those dictionaries from edict
> package should be converted to UTF-8 then but I don't know if this will
> break something. Without dictionaries gjiten and kanjidic are useless
> anyway.
> 
> 2012/6/19 Botond Botyanszki 
> 
> > Hi,
> >
> > This issue is caused most likely because you are trying to use euc-jp
> > encoded dictionary files. Gjiten needs utf-8 encoded files.
> >
> > Regards,
> > Botond
> >
> > On Mon, 18 Jun 2012 17:27:46 +0400
> > Serge Shpikin  wrote:
> >
> > > Package: gjiten
> > > Version: 2.6-2.2
> > > Severity: grave
> > > Justification: renders package unusable
> > >
> > >* What led up to the situation?
> > >  Just installed gjiten.
> > >* What exactly did you do (or not do) that was effective (or
> > >  ineffective)?
> > >  Launched, tried to search some words in dictionaries, launched
> > Kanjidic and tried search by strokes number.
> > >* What was the outcome of this action?
> > >  No kana/kanji displayed in the main window, just English
> > translation. Console output contains lots of this:
> > >  (gjiten:11011): Gtk-CRITICAL **: gtk_text_buffer_emit_insert:
> > assertion `g_utf8_validate (text, len, NULL)' failed
> > >  When looking up a kanji in kanjidic buttons contain garbage (seems
> > like a UTF-8 encoding issue): http://ompldr.org/vZWR1ZA (screenshot).
> > Console contains many lines like this:
> > >  (gjiten:11011): Pango-WARNING **: Invalid UTF-8 string passed to
> > pango_layout_set_text()
> > >* What outcome did you expect instead?
> > >  Kanji displayed in both gjiten and kanjidic because without them
> > it's unusable at all.
> > >
> > > -- System Information:
> > > Debian Release: wheezy/sid
> > >   APT prefers testing
> > >   APT policy: (700, 'testing'), (600, 'stable'), (500, 'unstable'),
> > (400, 'experimental')
> > > Architecture: i386 (i686)
> > >
> > > Kernel: Linux 3.3.0-trunk-686-pae (SMP w/2 CPU cores)
> > > Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
> > > Shell: /bin/sh linked to /bin/dash
> > >
> > > Versions of packages gjiten depends on:
> > > ii  edict   2012.05.09-1
> > > ii  gconf2  3.2.5-1
> > > ii  kanjidic2012.05.09-1
> > > ii  libart-2.0-22.3.21-1
> > > ii  libatk1.0-0 2.4.0-2
> > > ii  libbonobo2-02.24.3-1
> > > ii  libbonoboui2-0  2.24.3-1
> > > ii  libc6   2.13-33
> > > ii  libcairo2   1.12.2-1
> > > ii  libfontconfig1  2.9.0-6
> > > ii  libfreetype62.4.9-1
> > > ii  libgconf2-4 3.2.5-1
> > > ii  libgdk-pixbuf2.0-0  2.26.1-1
> > > ii  libglade2-0 1:2.6.4-1
> > > ii  libglib2.0-02.32.3-1
> > > ii  libgnome2-0 2.32.1-2
> > > ii  libgnomecanvas2-0   2.30.3-1
> > > ii  libgnomeui-02.24.5-2
> > > ii  libgnomevfs2-0  1:2.24.4-1
> > > ii  libgtk2.0-0 2.24.10-1
> > > ii  libice6 2:1.0.8-2
> > > ii  liborbit2   1:2.14.19-0.1
> > > ii  libpango1.0-0   1.30.0-1
> > > ii  libpopt01.16-7
> > > ii  libsm6  2:1.2.1-2
> > > ii  libxml2 2.8.0+dfsg1-3
> > >
> > > Versions of packages gjiten recommends:
> > > ii  fonts-ipaexfont-mincho [fonts-japanese-mincho]  00103-9
> > > ii  fonts-ipafont-mincho [fonts-japanese-mincho]00303-6
> > >
> > > Versions of packages gjiten suggests:
> > > pn  enamdict  
> > >
> > > -- no debconf information
> > >
> > >
> > >
> >



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678273: ITP: powerstat -- laptop power measuring tool

2012-06-20 Thread Colin Ian King
Package: wnpp
Severity: wishlist
Owner: Colin Ian King 

* Package name: powerstat
  Version : 0.01.15
  Upstream Author : Colin Ian King 
* URL : http://kernel.ubuntu.com/~cking/powerstat
* License : GPL-2
  Programming Lang: C
  Description : laptop power measuring tool

Powerstat measures the power consumption of a mobile PC that has
a battery power souce.  The output is like vmstat but also shows
power consumption statistics.  At the end of a run, powerstat
will calculate the average, standard deviation and min/max of
the gathered data.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678082: Landscape-mode is broken in XeLaTeX

2012-06-20 Thread Juhapekka Tolvanen
On Wed, 20 Jun 2012, +11:15:34 EEST (UTC +0300),
Hilmar Preusse  pressed some keys:

> On 19.06.12 Juhapekka Tolvanen (juht...@iki.fi) wrote:
> 
> Hi,
> 
> > Package: texlive-xetex
> > Version: 2012.20120611-1
> > Severity: important
> > 
> > Please, check out files in this WWW-directory:
> > 
> > http://iki.fi/juhtolv/tmp/bugreports/LaTeX/02/
> > 
> > Problem is this:
> > 
> > juhtolv_tolle_harjoitukset.landscape.pdf should be a
> > landscape-oriented file. In realuity in its first page that
> > landscape-mode is broken. In other pages averything is fine.
> > 
> I could compile your TeX input file using xelatex and all pages are
> in landscape.

What commands you used? What if you run xelatex-command as seen in
that file called compileall.sh ?:

xelatex -recorder -src-specials -file-line-error \
-output-driver="xdvipdfmx -q -E -p a4 -l" \
${DOCSBASENAME}.landscape.tex

What the heck? Guess what!: I removed all instances of this from that
aforementioned script:

-output-driver="xdvipdfmx -q -E -p a4 -l"

Now all pages are in landscape. When I had TeX Live 2011, those
commandline-flags were really needed; I found them via Googling. If i
give command "xdvipdfmx -help", it still gives those same command line
flags and they make sense. So, what is going on?

Maybe this particular bug can be closed.


-- 
Juhapekka "naula" Tolvanen * http colon slash slash iki dot fi slash juhtolv
"Quidquid Latine dictum sit altum videtur."



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678274: O: libjdic-java

2012-06-20 Thread Niels Thykier
Package: wnpp
Severity: normal

Hi,

I hereby orphan libjdic-java on behalf of the Java Team as we do not
have the necessary time and skills to maintain it.  (see the RC bugs
#631039 and #654264).

I have CC'ed the Maintainer of paros, which is (to my knowledge) the
only reverse dependency of libjdic-java.

The description of libjdic-java is:

"""
JDesktop Integration Components

The JDesktop Integration Components (JDIC) project aims to make Java
technology-based applications ("Java applications") first-class
citizens of current desktop platforms without sacrificing platform
independence. Its mission is to enable seamless desktop/Java
integration.

JDIC provides Java applications with access to functionalities and
facilities provided by the native desktop. It consists of a collection
of Java packages and tools. JDIC supports a variety of features such
as embedding the native browser, launching the desktop applications,
creating tray icons on the desktop, registering file type
associations, creating JNLP installer packages, etc.
"""

Maintaining a package requires time and skills. Please only adopt this
package if you will have enough time and attention to work on it.

If you want to be the new maintainer, please see
http://www.debian.org/devel/wnpp/index.html#howto-o for detailed
instructions how to adopt a package properly.

Should you be interested in maintaining libjdic-java, you are more than
welcome to maintain it under the Java Team.

~Niels



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678275: keepass2: Text fields behaving incorrectly, e.g. leading to passwords shown incompletely

2012-06-20 Thread Florian
Package: keepass2
Version: 2.19+dfsg-1
Severity: important

Text input fields have some problems. This can even lead to a situation
where passwords cannot be retrieved.

To reproduce:

- Open "Add entry" dialog
- Toggle "show/hide pw" to show the password
- enter new password: "abcdefghij"
  starting with the letter "i" the cursor is not drawn
  at the right position (=at the end of the word) anymore,
  but shifted one position to the left
- save the new entry
- open "Edit entry" dialog
- toggle "show/hide pw" to show the password
  the password is cut, the last letter "j" ist not shown
- editing the "user name" field also behaves not as expected, some
  letters are not drawn at all, some are distorted


This:

http://sourceforge.net/projects/keepass/forums/forum/329221/topic/5345544

indicates that there is a problem with this version of mono?



thanks, Florian


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

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages keepass2 depends on:
ii  libmono-corlib4.0-cil2.10.8.1-4
ii  libmono-system-configuration4.0-cil  2.10.8.1-4
ii  libmono-system-drawing4.0-cil2.10.8.1-4
ii  libmono-system-security4.0-cil   2.10.8.1-4
ii  libmono-system-windows-forms4.0-cil  2.10.8.1-4
ii  libmono-system-xml4.0-cil2.10.8.1-4
ii  libmono-system4.0-cil2.10.8.1-4
ii  mono-runtime 2.10.8.1-4

keepass2 recommends no packages.

Versions of packages keepass2 suggests:
pn  keepass2-doc  
pn  xdotool   

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677408: confirming FTBFS

2012-06-20 Thread Rolf Leggewie
Thanks for the pointer.  I can confirm the FTBFS and will look into it.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678276: p_malloc uses wrong alignment on ia64

2012-06-20 Thread Thibaut Paumard
Package: yorick
Version: 2.2.02+dfsg-1
Severity: important
Tags: upstream

Hi,

ia64 has weird requirements on alignment and often requires 16-byte alignment,
which Yorick's p_malloc doesn't provide.

This causes at least one known breakage: yorick-z's png_write and png_read are
broken on ia64.

Regards, Thibaut.



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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages yorick depends on:
ii  debconf   1.5.43
ii  dpkg  1.16.4.2
ii  install-info  4.13a.dfsg.1-10
ii  libc6 2.13-33
ii  libx11-6  2:1.4.99.901-2
ii  yorick-data   2.2.02+dfsg-1

Versions of packages yorick recommends:
ii  rlwrap0.37-3
ii  yorick-z  1.2.0+cvs20080115-4

Versions of packages yorick suggests:
ii  curl7.26.0-1
ii  emacs [emacsen] 23.4+1-3
ii  emacs23 [emacsen]   23.4+1-3
ii  yorick-av   0.0.1-1
ii  yorick-cubeview 1.6-1
ii  yorick-curses   0.1-4
pn  yorick-dbg  
ii  yorick-dev  2.2.02+dfsg-1
ii  yorick-doc  2.2.02+dfsg-1
ii  yorick-gl   1.1+cvs20070922+dfsg-4
ii  yorick-hdf5 0.8.0-2
ii  yorick-imutil   0.5.7-1
ii  yorick-mira 0.9.10-3
ii  yorick-ml4  0.6.0-1
ii  yorick-mpeg 0.1-1
pn  yorick-mpy-mpich2   
pn  yorick-mpy-openmpi  
ii  yorick-optimpack1.3.1+dfsg1-1
ii  yorick-soy  1.4.0-1
ii  yorick-spydr0.8.2-1
ii  yorick-yao  4.9.0-1
ii  yorick-yeti 6.3.2-1
ii  yorick-yeti-fftw6.3.2-1
ii  yorick-yeti-gsl 6.3.2-1
ii  yorick-yeti-regex   6.3.2-1
ii  yorick-yeti-tiff6.3.2-1
ii  yorick-yutils   1.5.0-1

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677565: msva-perl: Insecure dependency in socket while running with -T switch at /usr/lib/perl/5.14/IO/Socket.pm line 80

2012-06-20 Thread intrigeri
Hi,

intrigeri wrote (19 Jun 2012 19:44:19 GMT) :
> However, given Net::Server pretends to be taint clean, it does looks
> like there's a serious bug in there, that shall be reported and fixed.
> I'll try to isolate a minimal testcase and will report it in Debian
> and upstream.

I tried building msva-perl 0.8-2 + commit f24706da cherry-picked from
upstream. Good news: for some reason, the resulting package does not
expose the bug we are discussing :)

So I suggest the following plan:

  0. ASAP: someone (Iain? Daniel?) reproduces my successful testing
 result.

  1. short-term: push msva-perl 0.8-3 out to unstable, with this
 commit applied (and perhaps 20e3148 too?)

  2. long-term: investigate if there's actually a bug in Net-Server,
 and if there is, report it properly.

Daniel, what do you think?

Cheers,
--
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677746: RM: ia32-libs-core -- ROM; Kernel support removed

2012-06-20 Thread Goswin von Brederlow
Alexander Reichle-Schmehl  writes:

> tags 677746 + moreinfo
> thanks
>
> Hi!
>
> * Goswin von Brederlow  [120616 18:53]:
>
>> I've been told that some time ago the ia64 port has dropped the kernel
>> support for 32bit on ia64. So ia32-libs-core is now obsolete.
>
> What about the following:
>
>
>
> Debiaa32-libs: ia32-libs [ia64]
> ia32-libs-gtk: ia32-libs-gtk [ia64]
>
> # Broken Build-Depends:
> ia32-libs: ia32-libs-core
> ia32-libs-gtk: ia32-libs-core
>
>
> Please open sepperate bugs, if they should be removed, too.
>
>
> Best regards,
>   Alexander

ia32-libs in NEW doesn't build ia64 debs anymore. ia32-libs-gtk is
pending some more bug fixes but will follow.

So they should be removed but unlike ia32-libs-core only the ia64 binary
debs, not the source.

MfG
Goswin



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678232: Support IPv6 dual-stack access for Debian's websites

2012-06-20 Thread Peter Palfrader
On Wed, 20 Jun 2012, Guo Yixuan wrote:

>   1. Some Debian machine have IPv6 address, but their public aliases
> don't. For example, lists.debian.org seems to be an alias of
> bendel.debian.org, but:

lists's  record probably just got lost when moving to a new machine
a while back.  Fixed.

>   2. Important sites should have IPv6, such as
> www.debian.org.(www.debian.org had an IPv6 address about one year ago,
> why it's removed?)

www.debian.org is different depending on where in the world you are.

For clients in North America it used to be two webservers, one at
UBC-ECE in Vancouver, and one at MIT in Cambridge, MA.  Only UBC-ECE has
IPv6 but the webserver there died.

When we set up a new one clients in North America should get 
records for www.debian.org again - all other regions already have that.

Cheers,
-- 
   |  .''`.   ** Debian **
  Peter Palfrader  | : :' :  The  universal
 http://www.palfrader.org/ | `. `'  Operating System
   |   `-http://www.debian.org/



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678148: Update

2012-06-20 Thread Nathan Michaels
I narrowed the problem down to the python-pyx package. When I uninstall
it and run scapy, I get this message

INFO: Can't import PyX. Won't be able to use psdump() or pdfdump().

but everything else works. So this bug is actually in either python-pyx
or python.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678277: ITP: eventstat -- kernel event states monitoring tool

2012-06-20 Thread Colin Ian King
Package: wnpp
Severity: wishlist
Owner: Colin Ian King 

* Package name: eventstat
  Version : 0.01.14
  Upstream Author : Colin Ian King 
* URL : http://kernel.ubuntu.com/~cking/eventstat
* License : GPL-2
  Programming Lang: C
  Description : kernel event states monitoring tool

Eventstat periodically dumps out the current kernel event state.
It keeps track of current events and outputs the change in events
on each output update.  The tool requires sudo to run since it
needs to write to /proc/timer_stats to start and stop the event
monitoring.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#665974: Diff between the two libmpc_0.1~r459-X.debian.tar.gz files

2012-06-20 Thread Fabian Greffrath

Am 20.06.2012 11:07, schrieb Han Boetes:

With "CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security"
it fails and with "CFLAGS=-g -O2" it works fine indeed.


1) Could you check if it works with the latest SVN snapshot of libmpc:
svn co http://svn.musepack.net/libmpc

2) Could you provide an example sound file somewhere? I do not have 
one myself.


From then on I'll leave it up to the actual maintainer to further 
investigate this issue. ;)


 - Fabian



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677620: transition: GNOME 3.4: evolution 3.4

2012-06-20 Thread Rene Engelhard
On Wed, Jun 20, 2012 at 07:14:18AM +0200, Michael Biebl wrote:
> libreoffice (Rene is already working on that)

uploaded.

Regards,

Rene



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#675836: suggested fix

2012-06-20 Thread Nicholas Bamber
Jamie,
Based upon the feedback I have received (including #debian-hurd) I am
attaching a new debdiff. Unless I get any more feedback I'll probably
upload it tomorrow with a 2-day delay.
diff -Nru pmacct-0.14.0/debian/changelog pmacct-0.14.0/debian/changelog
--- pmacct-0.14.0/debian/changelog  2012-05-24 08:11:21.0 +0100
+++ pmacct-0.14.0/debian/changelog  2012-06-20 14:29:08.0 +0100
@@ -1,3 +1,11 @@
+pmacct (0.14.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added special include of net/if_dl.h on kfreebsd
+and disabled AF_LINK support on Hurd (Closes: #675836)
+
+ -- Nicholas Bamber   Wed, 20 Jun 2012 11:15:42 +0100
+
 pmacct (0.14.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru pmacct-0.14.0/debian/control pmacct-0.14.0/debian/control
--- pmacct-0.14.0/debian/control2012-02-10 02:33:51.0 +
+++ pmacct-0.14.0/debian/control2012-06-20 10:37:48.0 +0100
@@ -2,7 +2,8 @@
 Section: net
 Priority: optional
 Maintainer: Jamie Wilkinson 
-Build-Depends: debhelper (>= 7), zlib1g-dev, libpcap-dev, libpq-dev, 
libmysqlclient-dev, libsqlite3-dev
+Build-Depends: debhelper (>= 7), zlib1g-dev, libpcap-dev, libpq-dev, 
libmysqlclient-dev, libsqlite3-dev,
+ kfreebsd-kernel-headers[kfreebsd-any]
 Standards-Version: 3.8.3
 
 Package: pmacct
diff -Nru pmacct-0.14.0/debian/patches/kfreebsd.patch 
pmacct-0.14.0/debian/patches/kfreebsd.patch
--- pmacct-0.14.0/debian/patches/kfreebsd.patch 1970-01-01 01:00:00.0 
+0100
+++ pmacct-0.14.0/debian/patches/kfreebsd.patch 2012-06-20 14:34:08.0 
+0100
@@ -0,0 +1,26 @@
+Author: Nicholas Bamber 
+Subject: FTBS on kfreebsd
+Last-Update: 2012-06-20
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=675836
+--- a/src/isis/sockunion.c
 b/src/isis/sockunion.c
+@@ -27,6 +27,10 @@
+ #include "prefix.h"
+ #include "sockunion.h"
+ 
++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
++#include 
++#endif
++
+ const char *
+ inet_sutop (union sockunion *su, char *str)
+ {
+@@ -619,7 +623,7 @@
+   break;
+ #endif /* ENABLE_IPV6 */
+ 
+-#ifdef AF_LINK
++#if defined(AF_LINK) && !defined(__GNU__)
+ case AF_LINK:
+   {
+   struct sockaddr_dl *sdl;
diff -Nru pmacct-0.14.0/debian/patches/series 
pmacct-0.14.0/debian/patches/series
--- pmacct-0.14.0/debian/patches/series 1970-01-01 01:00:00.0 +0100
+++ pmacct-0.14.0/debian/patches/series 2012-06-20 10:44:37.0 +0100
@@ -0,0 +1 @@
+kfreebsd.patch


Bug#678223: goobox: gnome-icon-theme-symbolic dependency

2012-06-20 Thread Helge Kreutzmann
Hello Michael,
On Tue, Jun 19, 2012 at 09:16:20PM -0400, Michael Gilbert wrote:
> package: goobox
> version: 3.0.1-1
> severity: minor
> 
> Hi, if goobox is installed without recommends, it will be missing most
> of its icons; making it a bit hard to use.  This is due to a missing
> gnome-icon-theme-symbolic dependency, which would have been pulled in
> via gnome-media if recommended packages were included.

Thanks for your report. Unfortunately due to time constraints and the
imminent freeze I will investigate it for Wheezy + 1 only.

Greetings

 Helge
-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software "libre": http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#678247: Requested info

2012-06-20 Thread Valerio Passini
Package: clamav-freshclam
Version: 0.97.5+dfsg-2

--- Please enter the report below this line. ---
Proxy information (comments are mine):
# Proxy: http://^B:^B/
#HTTPProxyServer ^B
#HTTPProxyPort ^B


the whole freshclam.conf file content:

DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
# Check for new database 2 times a day
Checks 2
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net
# Proxy: http://^B:^B/
#HTTPProxyServer ^B
#HTTPProxyPort ^B

I'm noting that reportbug-ng is embedding at the end the same information, but 
instead of the "^B" stuff there is an unrecognised character. Maybe it is 
related in some way.

Valerio

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.3.8

Debian Release: wheezy/sid
  990 unstablemi.mirror.garr.it 
  990 unstableftp.uk.debian.org 
  990 unstableftp.it.debian.org 
  500 testing mi.mirror.garr.it 
  500 testing ftp.uk.debian.org 
  100 experimental-snapshots qt-kde.debian.net 
1 experimentalmi.mirror.garr.it 
1 experimentaldebian.fastweb.it 

--- Package information. ---
Depends  (Version) | Installed
==-+-===
debconf  (>= 0.5)  | 1.5.44
 OR debconf-2.0| 
clamav-base (>= 0.97.5+dfsg-2) | 0.97.5+dfsg-2
libc6 (>= 2.7) | 
libclamav6(>= 0.97.5+dfsg) | 
zlib1g(>= 1:1.1.4) | 
ucf| 
logrotate  | 
lsb-base   (>= 3.2-13) | 


Package's Recommends field is empty.

Suggests (Version) | Installed
==-+-===
clamav-docs| 



--- Output from package bug script ---
--- configuration ---
#Automatically Generated by clamav-base postinst
#To reconfigure clamd run #dpkg-reconfigure clamav-base
#Please read /usr/share/doc/clamav-base/README.Debian.gz for details
LocalSocket /var/run/clamav/clamd.ctl
FixStaleSocket true
LocalSocketGroup clamav
LocalSocketMode 666
# TemporaryDirectory is not set to its default /tmp here to make overriding
# the default with environment variables TMPDIR/TMP/TEMP possible
User clamav
AllowSupplementaryGroups true
ScanMail true
ScanArchive true
ArchiveBlockEncrypted false
MaxDirectoryRecursion 15
FollowDirectorySymlinks false
FollowFileSymlinks false
ReadTimeout 180
MaxThreads 12
MaxConnectionQueueLength 15
LogSyslog false
LogFacility LOG_LOCAL6
LogClean false
LogVerbose false
PidFile /var/run/clamav/clamd.pid
DatabaseDirectory /var/lib/clamav
SelfCheck 3600
Foreground false
Debug false
ScanPE true
ScanOLE2 true
ScanHTML true
DetectBrokenExecutables false
ExitOnOOM false
LeaveTemporaryFiles false
AlgorithmicDetection true
ScanELF true
IdleTimeout 30
PhishingSignatures true
PhishingScanURLs true
PhishingAlwaysBlockSSLMismatch false
PhishingAlwaysBlockCloak false
DetectPUA false
ScanPartialMessages false
HeuristicScanPrecedence false
StructuredDataDetection false
CommandReadTimeout 5
SendBufTimeout 200
MaxQueue 100
ExtendedDetectionInfo true
OLE2BlockMacros false
StreamMaxLength 25M
LogFile /var/log/clamav/clamav.log
LogTime true
LogFileUnlock false
LogFileMaxSize 0
Bytecode true
BytecodeSecurity TrustSigned
BytecodeTimeout 6
OfficialDatabaseOnly false
CrossFilesystems true
# Automatically created by the clamav-freshclam postinst
# Comments will get lost when you reconfigure the clamav-freshclam package

DatabaseOwner clamav
UpdateLogFile /var/log/clamav/freshclam.log
LogVerbose false
LogSyslog false
LogFacility LOG_LOCAL6
LogFileMaxSize 0
LogTime true
Foreground false
Debug false
MaxAttempts 5
DatabaseDirectory /var/lib/clamav
DNSDatabaseInfo current.cvd.clamav.net
AllowSupplementaryGroups false
PidFile /var/run/clamav/freshclam.pid
ConnectTimeout 30
ReceiveTimeout 30
TestDatabases yes
ScriptedUpdates yes
CompressLocalDatabase no
Bytecode true
# Check for new database 2 times a day
Checks 2
DatabaseMirror db.local.clamav.net
DatabaseMirror database.clamav.net
# Proxy: http://:/
#HTTPProxyServer 
#HTTPProxyPort 

--- data dir ---
totale 35436
-rw-r--r-- 1 clamav124   302080 giu 19 10:52 bytecode.cld
-rw-r--r-- 1 clamav clamav  5224201 giu 20 10:58 daily.cvd
-rw-r--r-- 1 clamav clamav 30750647 giu 20 10:58 main.cvd
-rw--- 1 clamav124  208 giu 20 16:33 mirrors.dat



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678278: simpleid: refers to html/consent.js, but only html/openid-consent.js exists

2012-06-20 Thread Lionel Elie Mamane
Package: simpleid
Version: 0.8.1-10
Severity: normal

In /usr/share/simpleid/www/page.inc:

$xtpl->assign('javascript', '');

but:

$ ls /usr/share/simpleid/www/html/consent.js
ls: cannot access /usr/share/simpleid/www/html/consent.js: No such file or 
directory

However,

$ ls /usr/share/simpleid/www/html/openid-consent.js
/usr/share/simpleid/www/html/openid-consent.js


Maybe *that* file was meant?

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages simpleid depends on:
ii  apache22.2.16-6+squeeze7 Apache HTTP Server metapackage
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional n
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  libapache2-mod-php55.3.3-7+squeeze8  server-side, HTML-embedded scripti
ii  libjs-jquery   1.7.2-1   JavaScript library for dynamic web
ii  lighttpd [httpd]   1.4.28-2+squeeze1 A fast webserver with minimal memo

simpleid recommends no packages.

simpleid suggests no packages.

-- Configuration Files:
/etc/simpleid/config.inc changed [not included]

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677836: ld: cannot find libncurses.so.5

2012-06-20 Thread Sven Joachim
On 2012-06-20 06:30 +0200, Vladimir K wrote:

> Thanks, I am running upstream GCC 4.7.1 and it appears to be caused
> from it; compiled no problem under 4.4 (Debian).

Do you also use upstream binutils?  The Debian linker should always find
libncurses.so.5.

> It seems following
> can be used as a work-around instead of modifying libncurses.so file:
>
> LIBRARY_PATH=/lib/x86_64-linux-gnu
> export LIBRARY_PATH

You probably should do that, since some -dev packages put their .so
symlinks in /lib/x86_64-linux-gnu rather than /usr/lib/x86_64-linux-gnu.

Cheers,
   Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678279: with newer X, keyboard input does not reset xscreensaver idle timer

2012-06-20 Thread Lionel Elie Mamane
Package: xscreensaver
Version: 5.11-1+b1
Severity: important

Since I upgraded a bunch of things (X, gtk, ...) xscreensaver
sometimes locks my screen when I don't touch the mouse for a few
minutes, even if I use the keyboard constantly. That's rather
annoying, since at that moment I'm typically in the middle of typing a
rather long text.

Keyboard input stops the screensaver and asks for password, though.

Note that the idle timer printed by /usr/bin/xprintidle *is* reset at
each keypress and does not exhibit xscreensaver's bug.

However, some keyboard operations seem to reset the idle timer, and
others don't.

For example:

 - typing in a gnome-terminal: BUG
 - typing in emacs (as an X frame, not in a terminal): OK
 - switching tabs in gnome-terminal (ALT-1, ALT-2, ...): OK


Ah... the bug goes away if I take "X Input Method" instead of "System
(Cedilla)" for the GTK+ (keyboard) input method.

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable'), (400, 'testing'), (300, 'unstable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages xscreensaver depends on:
ii  libatk1.0-02.4.0-2   ATK accessibility toolkit
ii  libc6  2.13-32   Embedded GNU C Library: Shared lib
ii  libcairo2  1.12.2-1  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.9.0-5   generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze4FreeType 2 font engine, shared lib
ii  libglade2-01:2.6.4-1 library to load .glade files at ru
ii  libglib2.0-0   2.32.3-1  GLib library of C routines
ii  libgtk2.0-02.24.10-1 GTK+ graphical user interface libr
ii  libice62:1.0.6-2 X11 Inter-Client Exchange library
ii  libpam0g   1.1.1-6.1+squeeze1Pluggable Authentication Modules l
ii  libpango1.0-0  1.30.0-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libx11-6   2:1.4.99.901-2X11 client-side library
ii  libxext6   2:1.1.2-1 X11 miscellaneous extension librar
ii  libxinerama1   2:1.1-3   X11 Xinerama extension library
ii  libxml22.7.8.dfsg-2+squeeze4 GNOME XML library
ii  libxmu62:1.0.5-2 X11 miscellaneous utility library
ii  libxpm41:3.5.8-1 X11 pixmap library
ii  libxrandr2 2:1.3.0-3 X11 RandR extension library
ii  libxrender11:0.9.6-1 X Rendering Extension client libra
ii  libxt6 1:1.0.7-1 X11 toolkit intrinsics library
ii  libxxf86vm11:1.1.0-2 X11 XFree86 video mode extension l
ii  xscreensaver-data  5.11-1+b1 data files to be shared among scre

Versions of packages xscreensaver recommends:
ii  libjpeg-progs   8b-1 Programs for manipulating JPEG fil
ii  perl [perl5]5.14.2-11Larry Wall's Practical Extraction 
ii  wamerican [wordlist 6-3  American English dictionary words 
ii  wbritish [wordlist] 6-3  British English dictionary words f
ii  xli 1.17.0+20061110-3+b1 command line tool for viewing imag

Versions of packages xscreensaver suggests:
ii  epiphany-browser [www-brows 3.4.2-1  Intuitive GNOME web browser
pn  fortune(no description available)
ii  iceweasel [www-browser] 3.5.16-16Web browser based on Firefox
ii  lynx-cur [www-browser]  2.8.8dev.5-1 Text-mode WWW Browser with NLS sup
pn  qcam | streamer(no description available)
ii  w3m [www-browser]   0.5.2-9  WWW browsable pager with excellent
pn  xdaliclock (no description available)
pn  xfishtank  (no description available)
pn  xscreensaver-gl(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678280: CVE-2012-2652

2012-06-20 Thread Moritz Muehlenhoff
Package: qemu
Severity: grave
Tags: security

Please see https://bugzilla.redhat.com/show_bug.cgi?id=CVE-2012-2652 for
details and a reference to the upstream patch.

Cheers,
Moritz



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#630750: [Adduser-devel] Bug#630750: default NAME_REGEX value in /etc/adduser.conf is incorrect

2012-06-20 Thread Daniel Convissor
I'm writing to confirm this is a bug.  I just ran into it in Ubuntu
12.04 upon uncommenting NAME_REGEX.

The existing regex requres the user name have a dollar sign in it.   The
proposed regex works properly.

-- 
 T H E   A N A L Y S I S   A N D   S O L U T I O N S   C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232  v: 718-854-0335



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678033: clang++ --std=gnu++11 fails to compile

2012-06-20 Thread Sami Liedes
On Mon, Jun 18, 2012 at 09:45:14PM +0300, Sami Liedes wrote:
> $ clang++ test.cpp -o test -std=gnu++11
[...]
> /usr/bin/../lib/gcc/x86_64-linux-gnu/4.7/../../../../include/c++/4.7/type_traits:256:39:
>  error: use of undeclared identifier '__float128'
> struct __is_floating_point_helper<__float128>
>   ^
> 1 error generated.

There's a fix around the interwebs that fixes this issue by patching
the libstdc++ headers to #undef _GLIBCXX_USE_FLOAT128 if __clang__ is
defined:

   
http://old.nabble.com/-google--Hide-all-uses-of-__float128-from-Clang-(issue6195066)-td33821546.html

Sami


signature.asc
Description: Digital signature


Bug#678278: simpleid: refers to html/consent.js, but only html/openid-consent.js exists

2012-06-20 Thread Daniel Pocock



Hi Lionel,

Can you just confirm

- impact of the bug (e.g. security risk?  completely non-functional?)

- workaround attempted (renaming or correcting page.inc)?

- symptoms of the bug - did anything unusual happen that caused you to
notice this?

Thanks for the feedback, I have CC'd Kelvin, the SimpleID upstream

Regards,

Daniel



On 20/06/12 14:27, Lionel Elie Mamane wrote:
> Package: simpleid
> Version: 0.8.1-10
> Severity: normal
> 
> In /usr/share/simpleid/www/page.inc:
> 
> $xtpl->assign('javascript', '');
> 
> but:
> 
> $ ls /usr/share/simpleid/www/html/consent.js
> ls: cannot access /usr/share/simpleid/www/html/consent.js: No such file or 
> directory
> 
> However,
> 
> $ ls /usr/share/simpleid/www/html/openid-consent.js
> /usr/share/simpleid/www/html/openid-consent.js
> 
> 
> Maybe *that* file was meant?
> 
> -- System Information:
> Debian Release: 6.0.4
>   APT prefers stable-updates
>   APT policy: (500, 'stable-updates'), (500, 'stable'), (200, 'unstable')
> Architecture: amd64 (x86_64)
> 
> Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
> Locale: LANG=fr_LU.UTF-8, LC_CTYPE=fr_LU.UTF-8 (charmap=UTF-8)
> Shell: /bin/sh linked to /bin/dash
> 
> Versions of packages simpleid depends on:
> ii  apache22.2.16-6+squeeze7 Apache HTTP Server metapackage
> ii  apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional 
> n
> ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management 
> sy
> ii  libapache2-mod-php55.3.3-7+squeeze8  server-side, HTML-embedded 
> scripti
> ii  libjs-jquery   1.7.2-1   JavaScript library for dynamic 
> web
> ii  lighttpd [httpd]   1.4.28-2+squeeze1 A fast webserver with minimal 
> memo
> 
> simpleid recommends no packages.
> 
> simpleid suggests no packages.
> 
> -- Configuration Files:
> /etc/simpleid/config.inc changed [not included]
> 
> -- no debconf information
> 
> 



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678080: AttributeError: 'module' object has no attribute 'uses_fragment'

2012-06-20 Thread jidanni
> "L" == Ludovic Rousseau  writes:
L> You do not give the Python version
It was visible in the trace...

# su - nobody
No directory, logging in with HOME=/
$ HOME=/tmp plucker-build http://www.example.com > /tmp/zz
Traceback (most recent call last):
  File "/usr/bin/plucker-build", line 39, in 
from PyPlucker import Parser, ConfigFiles, __version__
  File "/usr/lib/python2.7/dist-packages/PyPlucker/Parser.py", line 12, in 

from PyPlucker import TextParser, ImageParser, PluckerDocs, ConversionParser
  File "/usr/lib/python2.7/dist-packages/PyPlucker/TextParser.py", line 66, in 

from PyPlucker import Url
  File "/usr/lib/python2.7/dist-packages/PyPlucker/Url.py", line 22, in 
urlparse.uses_fragment.append ('plucker')
AttributeError: 'module' object has no attribute 'uses_fragment'

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

Kernel: Linux 3.2.0-2-486
Locale: LANG=zh_TW.UTF-8, LC_CTYPE=zh_TW.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages plucker depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-33
ii  libcairo2   1.12.2-2
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libjpeg88d-1
ii  libpango1.0-0   1.30.0-1
ii  python  2.7.3~rc2-1
ii  python-imaging  1.1.7-4
ii  python2.6   2.6.7-4
ii  python2.7   2.7.3-1
ii  zlib1g  1:1.2.7.dfsg-11

plucker recommends no packages.

Versions of packages plucker suggests:
ii  imagemagick8:6.7.7.2-1
ii  libjpeg-progs  8d-1
ii  pilot-link 0.12.5-5

-- no debconf information

Purging python2.6 didn't help either.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678281: ledgersmb -- Errors 'duplicate message definition' in locale/po/es_AR.po

2012-06-20 Thread Robert James Clay
Package: ledgersmb
Version: 1.3.15-2
Severity: Minor
Tags: l10n, upstream

A check of the LedgerSMB application file locale/po/es_AR.po by the
process that the Debian Internationalization Team has [1] found 12 fatal
"duplicate message definition" errors. I ran the command on the upstream
files and was able to confirm that the issue is there.  

---
gettext: locale/po/es_AR.po:2876: duplicate message definition...
locale/po/es_AR.po:347: ...this is the location of the first definition
locale/po/es_AR.po:2880: duplicate message definition...
locale/po/es_AR.po:350: ...this is the location of the first definition
locale/po/es_AR.po:2888: duplicate message definition...
locale/po/es_AR.po:188: ...this is the location of the first definition
locale/po/es_AR.po:2892: duplicate message definition...
locale/po/es_AR.po:200: ...this is the location of the first definition
locale/po/es_AR.po:2900: duplicate message definition...
locale/po/es_AR.po:215: ...this is the location of the first definition
locale/po/es_AR.po:2904: duplicate message definition...
locale/po/es_AR.po:221: ...this is the location of the first definition
locale/po/es_AR.po:2912: duplicate message definition...
locale/po/es_AR.po:1277: ...this is the location of the first definition
locale/po/es_AR.po:2928: duplicate message definition...
locale/po/es_AR.po:239: ...this is the location of the first definition
locale/po/es_AR.po:3078: duplicate message definition...
locale/po/es_AR.po:851: ...this is the location of the first definition
locale/po/es_AR.po:3082: duplicate message definition...
locale/po/es_AR.po:854: ...this is the location of the first definition
locale/po/es_AR.po:3118: duplicate message definition...
locale/po/es_AR.po:1325: ...this is the location of the first definition
locale/po/es_AR.po:3134: duplicate message definition...
locale/po/es_AR.po:1079: ...this is the location of the first definition
msgfmt: found 12 fatal errors

---


RJ Clay
j...@rocasa.us
rjc...@gmail.com

[1] http://i18n.debian.net/l10n-pkg-status/l/ledgersmb.html






-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678282: System.IO.Binary drops binary data when reading to a String

2012-06-20 Thread Joey Hess
Package: libghc-missingh-dev
Version: 1.1.0.3-6+b3
Severity: normal

# cat foo.hs
import System.IO.Binary
import Data.Word

main = do
s <- getBufStr 10 :: IO String
print s

# perl -e 'print "a\xb4a\n"' | runghc foo.hs 
"aa\n"

If it instead reads to a [Word8], the data comes through correctly.

The instance of BinaryConvertable for Char seems to be throwing out
invalid utf-8.

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

Kernel: Linux 3.2.0-2-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libghc-missingh-dev depends on:
ii  ghc [libghc-unix-dev-2.5.1.0-b1af7]7.4.1-3
ii  libc6  2.13-32
ii  libffi53.0.10-3
ii  libghc-array-dev-0.4.0.0-0b32f 
ii  libghc-base-dev-4.5.0.0-c8e71  
ii  libghc-containers-dev-0.4.2.1-7c545
ii  libghc-directory-dev-1.1.0.2-89575 
ii  libghc-filepath-dev-1.3.0.0-674b8  
ii  libghc-hslogger-dev [libghc-hslogger-dev-1.1.4-94350]  1.1.4+dfsg1-2+b3
ii  libghc-hunit-dev [libghc-hunit-dev-1.2.4.2-6a847]  1.2.4.2-2+b1
ii  libghc-mtl-dev [libghc-mtl-dev-2.1.1-ae9b4]2.1.1-1
ii  libghc-network-dev [libghc-network-dev-2.3.0.13-6b330] 2.3.0.13-1+b2
ii  libghc-old-locale-dev-1.0.0.4-29bd5
ii  libghc-old-time-dev-1.1.0.0-681e9  
ii  libghc-parsec3-dev [libghc-parsec-dev-3.1.2-ad4f8] 3.1.2-1+b3
ii  libghc-process-dev-1.1.0.1-91185   
ii  libghc-random-dev [libghc-random-dev-1.0.1.1-3bece]1.0.1.1-1+b1
ii  libghc-regex-compat-dev [libghc-regex-compat-dev-0.95.1-c  0.95.1-2+b1
ii  libgmp10   2:5.0.5+dfsg-1.1

libghc-missingh-dev recommends no packages.

Versions of packages libghc-missingh-dev suggests:
ii  libghc-missingh-doc   1.1.0.3-6
ii  libghc-missingh-prof  1.1.0.3-6+b3

-- no debconf information

-- 
see shy jo


signature.asc
Description: Digital signature


Bug#574235: Your "wims" stable upload

2012-06-20 Thread Georges Khaznadar
Hello Adam,

please accept my apologies, I forgot my obligations too long.

From the list of packages which I maintain, "wims" is the only with a RC
bug, which was raised by Andreas Beckmann. This bug is fixed in testing
and in unstable now, but Andreas raised it again because it is not fixed
in stable.

I proposed, as an update, a backport of the last version of wims to
squeeze with the version number 4.00-4+squeeze1.

This package does not seem to be referenced from
http://ftp-master.debian.org/new.html

I must clear this bug for Debian's version upgrade, and there are two
ways to do it:

- either ask you to accept the new package wims_4.00-4+squeeze1 which
  closes the bug report,
- or ask for removal of the package wims from squeeze, and manually
  close the bug report.

In both cases, the bug #574235 will be cleared, and wims users will be
happy (me too). 

Which is your mind? Would you accept a new submission of the package
wims for squeeze?

Best regards,   Georges.

Adam D. Barratt a écrit :
> On Tue, 2012-03-06 at 15:59 +, Georges Khaznadar wrote:
> > Adam D. Barratt a écrit :
> > > I noticed that you've uploaded "wims" to stable, in order to resolve
> > > #574235.  Was this discussed with any member of the Release Team
> > > beforehand?  If so, please could you point me at that discussion,
> > > because I'm currently unable to find it.
> > 
> > I sent a single e-mail to the Release Team just before uploading the
> > pqckage, so it can be not considered as a discussion.
> 
> Hmmm, when was that?  I still can't find it in my local mail, and it
> doesn't appear to be in the archives on lists.debian.org.
> 
> (In fact, neither of your mails today appear to have made it to the list
> or the archive either...)
> 
> > So here are elements to explain the upload I did:
> > 
> > - the bug #574235 is fixed in unstable: wims 4.03 is pretty installable.
> 
> Okay.  Which is the earliest version in which the affected code was
> either fixed or removed?  Please mark the bug as fixed in that version
> so that it's clearer what's going on.
> 
> >   However the first installation attempt always
> >   aborts when there is no earlier version of the package installed. The
> >   patch sent by Andreas is simple and fixes this bug nicely. The 
> > modification
> >   is just based on a reordering of commands in the post-installation
> >   script. It does not modify the package, it make just its installation
> >   successful at once, as it sould be.
> 
> That's still a modification. :-)
> 
> > > (Looking at the bug log, I can see that you were pointed to
> > > http://www.debian.org/doc/manuals/developers-reference/pkgs.html#upload-stable
> > >  ; this clearly indicates that any uploads to stable should be discussed 
> > > on -release first.)
> > 
> > I must apologize: I thought that only a notification was required. Next 
> > time I shall begin a true discussion before submitting the package.
> 
> Thanks.
> 
> Regards,
> 
> Adam
> 
> 


signature.asc
Description: Digital signature


Bug#678082: Landscape-mode is broken in XeLaTeX

2012-06-20 Thread Hilmar Preusse
On 20.06.12 Juhapekka Tolvanen (juht...@iki.fi) wrote:
> On Wed, 20 Jun 2012, +11:15:34 EEST (UTC +0300),
> Hilmar Preusse  pressed some keys:

Hi,

> > I could compile your TeX input file using xelatex and all pages are
> > in landscape.
> 
> What commands you used? What if you run xelatex-command as seen in
> that file called compileall.sh ?:
> 
Well, I simply called "xelatex filename.tex".

> Maybe this particular bug can be closed.
> 
Please clarify this with the people knowing xdvipdfmx.

Thanks,
  Hilmar
-- 
sigmentation fault



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678254: gamera: FTBFS: fdupes: unrecognized option '--linkhard'

2012-06-20 Thread Touko Korpela
Followup-For: Bug #678254

This happens because:

Changes: 
 fdupes (1.50-PR2-4) unstable; urgency=low
 .
   [ Sandro Tosi ]
   * debian/patches/50_bts284274_hardlinkreplace.dpatch
 - disabled, since it's losing data if files are on different
 - filesystems;
   thanks to Mike Hommey for the report; Closes: #677419



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678283: installation-reports: Successful server install of wheezy

2012-06-20 Thread Tux
Package: installation-reports
Severity: minor

Dear Maintainer,

-- Package-specific info:

Boot method: CD
Image version: Alpha1 
(http://cdimage.debian.org/cdimage/wheezy_di_alpha1/i386/iso-cd/)
Date: 

Machine: Compaq Presairo SR1103WM
Partitions: 
Filesystem Type 1K-blocks  
Used Available Use% Mounted on
rootfs rootfs   117535460  
13181588 104353872  12% /
udev   devtmpfs 10240   
  0 10240   0% /dev
tmpfs  tmpfs76596   
296 76300   1% /run
/dev/disk/by-uuid/5db9bcd8-6b96-4202-b9f6-bf3fdf712924 ext4 117535460  
13181588 104353872  12% /
tmpfs  tmpfs 5120   
  0  5120   0% /run/lock
tmpfs  tmpfs   153188   
820152368   1% /tmp
tmpfs  tmpfs   153188   
  0153188   0% /run/shm
/dev/sdg1  ext2 480720592  
34378908 446341684   8% /data
/dev/sdf1  ext2 961432104 
356674412 604757692  38% /data2
/dev/sda2  ext4 124822936  
60995484  63827452  49% /ubuntu-home
/dev/sda1  ext4  48727792  
12480420  36247372  26% /ubuntu-root

Base System Installation Checklist:
[O] = OK, [E] = Error (please elaborate below), [ ] = didn't try it

Initial boot:   [O]
Detect network card:[O]
Configure network:  [O]
Detect CD:  [O]
Load installer modules: [O]
Detect hard drives: [O]
Partition hard drives:  [O]
Install base system:[O]
Clock/timezone setup:   [O]
User/password setup:[O]
Install tasks:  [O]
Install boot loader:[O]
Overall install:[O]

Comments/Problems:



WPA worked flawlessly. :) (I'm using wireless because I hate wires ;))

Somehow Squeeze doesn't work on it, I need to look further but it could be my 
machine.

-- 

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION="Debian GNU/Linux installer"
DISTRIB_RELEASE="7.0 (wheezy) - installer build 20120508"
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
uname -a: Linux olimar 3.2.0-2-486 #1 Sun Apr 15 16:53:08 UTC 2012 i686 
GNU/Linux
lspci -knn: 00:00.0 Host bridge [0600]: Intel Corporation 
82845G/GL[Brookdale-G]/GE/PE DRAM Controller/Host-Hub Interface [8086:2560] 
(rev 03)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: agpgart-intel
lspci -knn: 00:02.0 Display controller [0380]: Intel Corporation 
82845G/GL[Brookdale-G]/GE Chipset Integrated Graphics Device [8086:2562] (rev 
03)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5778]
lspci -knn: 00:1d.0 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #1 [8086:24c2] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.1 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #2 [8086:24c4] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.2 USB controller [0c03]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) USB UHCI Controller #3 [8086:24c7] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: 00:1d.7 USB controller [0c03]: Intel Corporation 82801DB/DBM 
(ICH4/ICH4-M) USB2 EHCI Controller [8086:24cd] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: 00:1e.0 PCI bridge [0604]: Intel Corporation 82801 PCI Bridge 
[8086:244e] (rev 82)
lspci -knn: 00:1f.0 ISA bridge [0601]: Intel Corporation 82801DB/DBL 
(ICH4/ICH4-L) LPC Interface Bridge [8086:24c0] (rev 02)
lspci -knn: 00:1f.1 IDE interface [0101]: Intel Corporation 82801DB (ICH4) IDE 
Controller [8086:24cb] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: Kernel driver in use: ata_piix
lspci -knn: 00:1f.3 SMBus [0c05]: Intel Corporation 82801DB/DBL/DBM 
(ICH4/ICH4-L/ICH4-M) SMBus Controller [8086:24c3] (rev 02)
lspci -knn: Subsystem: Micro-Star International Co., Ltd. Device [1462:5770]
lspci -knn: 01:09.0 Multimedia audio controller [0401]: Creative Labs CA01

Bug#678285: scilab: Prevents automatic killing of the build

2012-06-20 Thread Kurt Roeckx
Source: scilab
Version: 5.4.0-alpha-20122105-824511b-1~exp1
Severity: serious

Hi,

The scilab build log is full of:
Watcher: Tick.
buildd1342  0.0  0.3  20512 13960 ?SJun11   0:04 /usr/bin/perl 
/usr/bin/sbuild --apt-update --no-apt-upgrade --no-apt-distupgrade --batch 
--stats-dir=/home/buildd/stats --dist=experimental --keyid=24E4F805 
--mail-log-to=l...@buildd.debian.org,buildd-admin --build-dep-resolver=aptitude 
--arch=sparc scilab_5.4.0-alpha-20122105-824511b-1~exp1
buildd1359  0.0  0.2  20032 10696 ?SJun11   0:02 /usr/bin/perl 
/usr/bin/sbuild --apt-update --no-apt-upgrade --no-apt-distupgrade --batch 
--stats-dir=/home/buildd/stats --dist=experimental --keyid=24E4F805 
--mail-log-to=l...@buildd.debian.org,buildd-admin --build-dep-resolver=aptitude 
--arch=sparc scilab_5.4.0-alpha-20122105-824511b-1~exp1
buildd   10140  0.0  0.0   2144   760 ?SJun11   0:02 sh 
debian/watcher.sh 10005 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b
 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/build-stamp
 scilab
buildd   24838  0.0  0.0   3184  1488 ?SJun11   0:00 /bin/bash -c ( 
cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli -ns 
-noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce) || 
exit 1
buildd   24839  0.0  0.0   3192  1032 ?SJun11   0:00 /bin/bash -c ( 
cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli -ns 
-noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce) || 
exit 1
buildd   24840  0.0  0.0   2144   832 ?SJun11   0:00 /bin/sh 
./bin/scilab-cli -ns -noatomsautoload -f 
modules/functions/scripts/buildmacros/buildmacros.sce
buildd   24867 99.9  0.2  73816  8936 ?Sl   Jun11 12911:48 
/build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/.libs/lt-scilab-cli-bin
 -ns -noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce
Watcher: Tick.

Please don't do this.  If you think we kill the build too soon, ask us to 
increase it.  9 days of CPU time clearly isn't acceptable.


Kurt




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678284: src:ruby-trollop: maintainer address bounces

2012-06-20 Thread Ansgar Burchardt
Source: ruby-trollop
Version: 1.16.2-1
X-Debbugs-Cc: Per Andersson , pau...@debian.org

The maintainer address bounces:

 Original Message 
Subject: Mail delivery failed: returning message to sender
Date: Wed, 20 Jun 2012 15:13:52 +
From: Mail Delivery System 
To: envel...@ftp-master.debian.org

This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  pkg-ruby-extras-maintai...@lists.alioth.debian.org
SMTP error from remote mail server after RCPT
TO::
host lists.alioth.debian.org [217.196.43.134]:
550 Unrouteable address

-- This is a copy of the message, including all the headers. --

Return-path: 
Received: from dak by franck.debian.org with local (Exim 4.72)
(envelope-from )
id 1ShMbO-0002ri-2j; Wed, 20 Jun 2012 15:13:50 +
Date: Wed, 20 Jun 2012 15:13:50 +
Message-Id: 
From: Debian FTP Masters 
To: Per Andersson , Debian Ruby Extras Maintainers
, pau...@debian.org
X-DAK: dak process-upload
X-Debian: DAK
X-Debian-Package: ruby-trollop
Precedence: bulk
MIME-Version: 1.0
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Subject: ruby-trollop_1.16.2-2_amd64.changes ACCEPTED into unstable
Sender: Archive Administrator 




Accepted:
libtrollop-ruby_1.16.2-2_all.deb
  to main/r/ruby-trollop/libtrollop-ruby_1.16.2-2_all.deb
ruby-trollop_1.16.2-2.debian.tar.gz
  to main/r/ruby-trollop/ruby-trollop_1.16.2-2.debian.tar.gz
ruby-trollop_1.16.2-2.dsc
  to main/r/ruby-trollop/ruby-trollop_1.16.2-2.dsc
ruby-trollop_1.16.2-2_all.deb
  to main/r/ruby-trollop/ruby-trollop_1.16.2-2_all.deb


Changes:
ruby-trollop (1.16.2-2) unstable; urgency=low
 .
  * Correct binary ruby versions tag.
  * Fix path setup in debian/ruby-tests.rb.
  * Relax conflicts with transitional package to breaks.
  * Change section to ruby.
  * Added watch file.


Override entries for your package:
libtrollop-ruby_1.16.2-2_all.deb - extra oldlibs
ruby-trollop_1.16.2-2.dsc - source devel
ruby-trollop_1.16.2-2_all.deb - extra devel

Announcing to debian-devel-chan...@lists.debian.org


Thank you for your contribution to Debian.


Bug#677419: fdupes: When using -L and traversing filesystems, removes files

2012-06-20 Thread Touko Korpela
Package: fdupes
Followup-For: Bug #677419

It's wrong to remove this useful option, removing causes FTBFS #678254
So -L should be fixed to fail gracefully instead



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677575: Fixed version uploeded to mentors.debian.net

2012-06-20 Thread Philip Rinn
Hi,

as I said here is the fixed package. Sadly I have to wait for my sponsor to 
upload it.

http://mentors.debian.net/package/rawtherapee

The respective dsc file can be found at:
http://mentors.debian.net/debian/pool/main/r/rawtherapee/rawtherapee_4.0.9-3.dsc

Philip



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678285: scilab: Prevents automatic killing of the build

2012-06-20 Thread Sylvestre Ledru
On 20/06/2012 17:54, Kurt Roeckx wrote:
> Source: scilab
> Version: 5.4.0-alpha-20122105-824511b-1~exp1
> Severity: serious
> 
> Hi,
> 
> The scilab build log is full of:
> Watcher: Tick.
> buildd1342  0.0  0.3  20512 13960 ?SJun11   0:04 
> /usr/bin/perl /usr/bin/sbuild --apt-update --no-apt-upgrade 
> --no-apt-distupgrade --batch --stats-dir=/home/buildd/stats 
> --dist=experimental --keyid=24E4F805 
> --mail-log-to=l...@buildd.debian.org,buildd-admin 
> --build-dep-resolver=aptitude --arch=sparc 
> scilab_5.4.0-alpha-20122105-824511b-1~exp1
> buildd1359  0.0  0.2  20032 10696 ?SJun11   0:02 
> /usr/bin/perl /usr/bin/sbuild --apt-update --no-apt-upgrade 
> --no-apt-distupgrade --batch --stats-dir=/home/buildd/stats 
> --dist=experimental --keyid=24E4F805 
> --mail-log-to=l...@buildd.debian.org,buildd-admin 
> --build-dep-resolver=aptitude --arch=sparc 
> scilab_5.4.0-alpha-20122105-824511b-1~exp1
> buildd   10140  0.0  0.0   2144   760 ?SJun11   0:02 sh 
> debian/watcher.sh 10005 
> /build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b
>  
> /build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/build-stamp
>  scilab
> buildd   24838  0.0  0.0   3184  1488 ?SJun11   0:00 /bin/bash -c 
> ( cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
> modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli 
> -ns -noatomsautoload -f 
> modules/functions/scripts/buildmacros/buildmacros.sce) || exit 1
> buildd   24839  0.0  0.0   3192  1032 ?SJun11   0:00 /bin/bash -c 
> ( cd . ; \ echo "./bin/scilab-cli -ns -noatomsautoload -f 
> modules/functions/scripts/buildmacros/buildmacros.sce" ; \ ./bin/scilab-cli 
> -ns -noatomsautoload -f 
> modules/functions/scripts/buildmacros/buildmacros.sce) || exit 1
> buildd   24840  0.0  0.0   2144   832 ?SJun11   0:00 /bin/sh 
> ./bin/scilab-cli -ns -noatomsautoload -f 
> modules/functions/scripts/buildmacros/buildmacros.sce
> buildd   24867 99.9  0.2  73816  8936 ?Sl   Jun11 12911:48 
> /build/buildd-scilab_5.4.0-alpha-20122105-824511b-1~exp1-sparc-MzZIdx/scilab-5.4.0-alpha-20122105-824511b/.libs/lt-scilab-cli-bin
>  -ns -noatomsautoload -f modules/functions/scripts/buildmacros/buildmacros.sce
> Watcher: Tick.
> 
> Please don't do this.  If you think we kill the build too soon, ask us to 
> increase it.  9 days of CPU time clearly isn't acceptable.
Sorry. I fixed that in 5.3.3-10 but I forgot to apply the same modification.
I will fix that today or tomorrow.

Sorry,
Sylvestre




-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#675008: bash: should handle /etc/bashrc.d (or similar) for non-login interactive shell

2012-06-20 Thread Matthijs Kooijman
Hi,

I'm interested in this feature as well (so hopefully bash-completion can
replace its /etc/profile.d/bash_completion.sh with an
/etc/bash.bashrc.d/bash_completion.sh to really work out of the box, see
#678174).

So, I created a patch. It isn't very complicated (pretty much copied the
lines for /etc/profile.d from /etc/profile), but I've tested this and it
works.

I'm not sure what is the best place to document this (if any). If you
have suggestions, I'd be happy to also patch the documentation.

Gr.

Matthijs

=== modified file 'etc.bash.bashrc'
--- etc.bash.bashrc 2011-11-30 11:27:55 +
+++ etc.bash.bashrc 2012-06-20 15:32:58 +
@@ -49,3 +49,13 @@
fi
}
 fi
+
+
+if [ -d /etc/bash.bashrc.d ]; then
+  for i in /etc/bash.bashrc.d/*.sh; do
+if [ -r $i ]; then
+  . $i
+fi
+  done
+  unset i
+fi

=== modified file 'rules'
--- rules   2011-11-30 09:09:57 +
+++ rules   2012-06-20 15:32:57 +
@@ -195,6 +195,7 @@
dh_installdirs -p$(p) \
bin \
etc/skel \
+   etc/bash.bashrc.d \
usr/share/doc/$(p)
dh_installdirs -p$(p_doc) \
usr/share/doc/$(p)


signature.asc
Description: Digital signature


Bug#676371: prepare a new Debian upload of PSPP?

2012-06-20 Thread Ben Pfaff
Hi bojo42.

Would you mind preparing a new package for PSPP that incorporates
the fix to bug #676371 that I recently checked into Git master?

Thanks,

Ben.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678286: python-apt: Belarusian translation

2012-06-20 Thread Viktar Siarhiejczyk
Package: python-apt
Version: 0.8.4
Severity: wishlist
Tags: l10n patch

Please find attached the Belarusian translation for the package.


be.po
Description: Binary data


Bug#678249: mame: Segfaults after upgrading to v0.146

2012-06-20 Thread Alberto Garcia
More info:

I compiled MAME with -O0 and debugging information to try to get a
backtrace but I couldn't make it crash.

Other than the aforementioned differences, I was also using GCC 4.6.3
(not 4.7.0 as in the version compiled by Debian).

Berto



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#639865: Is there time to get an updated audit package into wheezy?

2012-06-20 Thread Andrew Pollock
On Wed, Jun 20, 2012 at 03:41:22AM +0200, Cyril Brulebois wrote:
> Hello Andrew.
> 
> Andrew Pollock  (19/06/2012):
> > I'm wondering if there's still time to update it (properly) before wheezy
> > freezes? It looks like it would involve a small library transition.
> > 
> > Assuming I get the maintainer's blessing to make such an upload, what say
> > the release managers?
> 
> This is horribly late. And knowing about the details would be a must at
> this point anyway (… but well, yes, we remember the libaudit fiasco).

What details would you like to know?
 
> > I believe this has been tried once before by an NMUer, and went horribly
> > wrong. If I understand correctly, this is because they didn't take the
> > library transition into consideration. I won't make that mistake :-)
> 
> As {a,the} maintainer of the X server, I wouldn't enjoy having to deal
> with possible audit-related breakages when trying to polish the X server
> and the X drivers for wheezy.

Would you expect breakage though? If the transition is handled correctly, I
wouldn't have thought this would be a huge deal (but then, this would be a
new experience for me).
 
> All in all, I think “far too late” is likely to be everyone's answer.
> See last paragraph of:
>   https://lists.debian.org/debian-devel-announce/2012/05/msg4.html
> 
> And it's been repeatedly announced we would likely freeze in June…

I completely understand. I just thought I'd ask the question. So would
introducing this into unstable have to wait until after the freeze, or after
the release of wheezy?

regards

Andrew


signature.asc
Description: Digital signature


Bug#678287: Geeqie: Print Window takes a long time because of a hack to get a list of all printers.

2012-06-20 Thread Jens Stimpfle
Package: geeqie
Version: 1:1.0-10.1

When creating a new print window (File->Print...), geeqie spawns an
"lpstat -p" to build a list of configured printers. This has no big
merit (only that geeqie can then show off with a pre-made list of
"custom commands", like

Custom Printer
~~
lpr -P lp@server2
lpr -P np-151@server2
lpr -P np-211@server2
lpr -P np-3ogl@server2
lpr -P logik1@server2
lpr -P logik2@server2
lpr -P cp-3og@server2)

, but the essential regression that this can take 1min or more which is
unacceptable (we are using lpstat from the lprng package).

I suggest altogether removing this feature which seems like a mix of the
worst of both the "Unix" and the "integrated" approaches.

A quick and non-intrusive fix would be like

Index: geeqie-1.0/src/print.c
===
--- geeqie-1.0.orig/src/print.c 2012-06-20 17:24:56.0 +0200
+++ geeqie-1.0/src/print.c  2012-06-20 17:25:14.0 +0200
@@ -33,7 +33,7 @@

 #define PRINT_LPR_COMMAND "lpr"
 #define PRINT_LPR_CUSTOM  "lpr -P %s"
-#define PRINT_LPR_QUERY   "lpstat -p"
+#define PRINT_LPR_QUERY   "true"

 #define PRINT_DLG_WIDTH 600
 #define PRINT_DLG_HEIGHT 400

-Jens Stimpfle



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#661048: tc: htb calculates too small burst sizes

2012-06-20 Thread YANG Zhe
Hi,

I just realized that buffer is converted to time by tc before it's
send to HTB. In the old version of HTB it's the limit of how much data
measured in time can be sent at once(in 1 time unit).  Basicly buffer
value is used as fine control of the speed limiting, which define the
peak rate measured in a smaller unit of time.

So It's still possible just change the kernel code to choose a fine
control time unit and then multiply to calculate the amount of data or
let user pass this value to the kernel (via tc, however). But then the
workaround of "+ mtu" will be a new problem.

2012/6/20 YANG Zhe :
> 2012/6/20 Stephen Hemminger :
>> On Wed, 20 Jun 2012 10:27:37 +0800
>> YANG Zhe  wrote:
>>
>>> Hi Thomas,
>>>
>>> I read the htb code before so I'll show the problem here.
>>>
>>> When tc comes to calculate buffer & cbuffer, it set lookup get_hz()
>>> and set buffer = rate / get_hz() + mtu.
>>>
>>> But nowadays, packet scheduling (sched) in kernel employ hrtimer so
>>> that the old limit of activity only HZ (100) times per second is
>>> removed. Also get_hz() returns 10^9 so that tc pretend that sched
>>> start 10^9 times per second. So buffer would be set to no more than
>>> mtu.
>>>
>>> But hrtimer doesn't work by this way. So every time htb starts, it can
>>> only send about 2 packet and because of sched won't start too
>>> frequently, the desired rate can't be reached.
>>>
>>> I would suggest that buffer should be manually set by user, and
>>> converted to 10ms amount of data by default in future version of tc.
>>>
>>
>> What about backward compatibility with older kernels. Maybe the
>> kernel should just be fixed instead.
>
> Good point. tc communicate to htb by the netlink socket.
> buffer/cbuffer value is set by tc because (old and present version of)
> htb require it. So that for backward compatibility tc should just add
> a few checks for example if get_hz() may return 10^9 or 10^6, fallback
> to 100, which in another word means 10ms.
>
> --
> Sincerely,
>     Yang Zhe



-- 
Sincerely,
    Yang Zhe



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678288: eclipselink: FTBFS with Java7 as default-java

2012-06-20 Thread Niels Thykier
Package: eclipselink
Version: 2.1.3-1
Severity: normal
Tags: patch

Hi,

eclipselink FTBFS with Java7 as default-java due to an API change in
Java's SQL libraries.  Attached is a patch for that problem.  There is
a second problem in that the javadoc is no longer generated due to an
encoding issue in 3 of the Java files (Caveat: the build does not
fail in this case!).
  I would have attached a patch for that, but file(1) does not tell me
what encoding they have[1].  It may be possible to avoid the encoding
issue all together by passing adding a esource="1.5" to the javadoc tag
in debian/build.xml, but I didn't try that.

~Niels

[1] eclipselink/org/eclipse/persistence/config/PersistenceUnitProperties.java: 
Non-ISO extended-ASCII text, with CRLF line terminators
diff --git a/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java b/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
index 44dd8a6..3c3e44a 100644
--- a/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
+++ b/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java
@@ -154,4 +154,10 @@ public class DataSourceImpl implements DataSource {
 return false;
 }
 
+/*
+ * Java7 compat.
+ */
+public java.util.logging.Logger getParentLogger() throws java.sql.SQLFeatureNotSupportedException {
+throw new java.sql.SQLFeatureNotSupportedException();
+}
 }


Bug#631025: cups: change default ErrorPolicy for network printers

2012-06-20 Thread Till Kamppeter
CUPS has the retry-job error policy as default only for Ubuntu and there 
reports like yours never showed up, and also no bug reports for asking 
to return to the original stop-printer by default.


pitti, should we activate the patch to switch to the retry-job error 
policy as default also for Debian?


   Till



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#646842: nmh: solution for stable?

2012-06-20 Thread Curtis Dean Smith
Package: nmh
Version: 1.3-1
Severity: normal

Hello!

This has been mentioned twice before, once for testing and once for Ubuntu,
but the problem still exists in Debian stable (6.0.5).  Is there a chance of
getting this fix incorporated into stable?  I do not want to have to go to
testing to get MH to work.

Thank you!

-- System Information:
Debian Release: 6.0.5
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages nmh depends on:
ii  libc6 2.11.3-3   Embedded GNU C Library: Shared lib
ii  libdb4.7  4.7.25-9   Berkeley v4.7 Database Libraries [
ii  liblockfile1  1.08-4 NFS-safe locking library, includes
ii  libncurses5   5.7+20100313-5 shared libraries for terminal hand
ii  libsasl2-22.1.23.dfsg1-7 Cyrus SASL - authentication abstra
ii  netbase   4.45   Basic TCP/IP networking system

Versions of packages nmh recommends:
pn  metamail   (no description available)
ii  sendmail-bin [mail-transport- 8.14.3-9.4 powerful, efficient, and scalable 

Versions of packages nmh suggests:
ii  exmh  1:2.7.2-18 extensible X user interface for MH
ii  mh-book   200605-1   MH & nmh: Email for Users & Progra
ii  mh-e  8.2-3  Emacs interface to the MH mail sys
pn  xmh(no description available)

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#495542: [pkg-php-pear] dh_auto_install worked with pkg-php-tools woes - Re: Co-maintainers for phpCAS interested ? - Was: Re: Updating the packaging bits for phpCAS 1.3.1

2012-06-20 Thread Mathieu Parent (Debian)
Hi all,

2012/6/14 Thomas Goirand :
[...]
> I have added Mathieu Parent as Cc:, so he will be able to tell why he
> decided to use
> /usr/share/doc/php-/ for storing
> docs. I am suspecting this is to avoid file collision.

I have not! ;-) This is php's fault :-P

See the code [code]:
"doc_dir=/usr/share/doc/".$this->_get_mainpackage(), (aka
doc_dir=/usr/share/doc/).

[code]: 
http://anonscm.debian.org/gitweb/?p=pkg-php/pkg-php-tools.git;a=blob;f=lib/perl/Debian/Debhelper/Buildsystem/phppear.pm;h=3924dfaea4d21459154fc102aaef7bfb62cf053b;hb=HEAD

I agree with you both, the docs should go in
/usr/share/doc/ and not in subdirs. This can be done in
pkg-php-tools by issuing a move after the install (between line 114
and line 115, you can add an if...move).

(Yes, I'm still busy, but have some time to write mails)

Cheers
-- 
Mathieu Parent



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678289: pcmanfm: PCManFM segfaults on some folders opening

2012-06-20 Thread Bob Bib
Package: pcmanfm
Version: 0.9.10-3
Severity: important

Dear Maintainer,

PCManFM segfaults on some folders opening.
Perhaps, it happens when you double-click on the folder and doesn't release the
mouse button, so you kind of dragging that folder icon a little (while the
folder is being opened in file manager).

GDB backtrace attached.



-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.2.0-2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages pcmanfm depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.13-33
ii  libcairo2   1.12.2-1
ii  libfm-gtk-bin   0.1.17-2
ii  libfm-gtk1  0.1.17-2
ii  libfm1  0.1.17-2
ii  libfontconfig1  2.9.0-6
ii  libfreetype62.4.9-1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.32.3-1
ii  libgtk2.0-0 2.24.10-1
ii  libmenu-cache1  0.3.3-1
ii  libpango1.0-0   1.30.0-1
ii  libx11-62:1.4.99.901-2

Versions of packages pcmanfm recommends:
ii  gnome-icon-theme  3.4.0-2
ii  gvfs-backends 1.12.3-1
ii  gvfs-fuse 1.12.3-1
ii  lxde-icon-theme   0.5.0-1

pcmanfm suggests no packages.

-- no debconf information
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/bin/pcmanfm...Reading symbols from 
/usr/lib/debug/.build-id/7b/b1990f171ba106da2ee3c3d26f6df67c4382a4.debug...done.
done.
(gdb) handle SIG33 pass nostop noprint
SignalStop  Print   Pass to program Description
SIG33 NoNo  Yes Real-time event 33
(gdb) set pagination 0
(gdb) run --desktop --profile LXDE
Starting program: /usr/bin/pcmanfm --desktop --profile LXDE
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffef5be700 (LWP 7527)]
[Thread 0x7fffef5be700 (LWP 7527) exited]
[New Thread 0x7fffef5be700 (LWP 7530)]
[New Thread 0x7fffed0b2700 (LWP 7531)]
[Thread 0x7fffed0b2700 (LWP 7531) exited]
[New Thread 0x7fffed0b2700 (LWP 7532)]
[Thread 0x7fffed0b2700 (LWP 7532) exited]
[New Thread 0x7fffed0b2700 (LWP 7533)]
[Thread 0x7fffed0b2700 (LWP 7533) exited]
[New Thread 0x7fffed0b2700 (LWP 7534)]
[Thread 0x7fffed0b2700 (LWP 7534) exited]
[New Thread 0x7fffed0b2700 (LWP 7535)]
[Thread 0x7fffed0b2700 (LWP 7535) exited]
[New Thread 0x7fffed0b2700 (LWP 7536)]
[Thread 0x7fffed0b2700 (LWP 7536) exited]
[New Thread 0x7fffed0b2700 (LWP 7537)]
[Thread 0x7fffed0b2700 (LWP 7537) exited]
[New Thread 0x7fffed0b2700 (LWP 7538)]
[Thread 0x7fffed0b2700 (LWP 7538) exited]
[New Thread 0x7fffed0b2700 (LWP 7539)]
[Thread 0x7fffed0b2700 (LWP 7539) exited]
[New Thread 0x7fffed0b2700 (LWP 7540)]
[Thread 0x7fffed0b2700 (LWP 7540) exited]
[New Thread 0x7fffed0b2700 (LWP 7541)]

Program received signal SIGSEGV, Segmentation fault.
0x7767aec3 in on_drag_motion (dest_widget=, 
drag_context=0x829350, x=49, y=, time=15713719, fv=0x7c6d60) at 
gtk/fm-folder-view.c:456
456 gtk/fm-folder-view.c: No such file or directory.
(gdb) backtrace full
#0  0x7767aec3 in on_drag_motion (dest_widget=, 
drag_context=0x829350, x=49, y=, time=15713719, fv=0x7c6d60) at 
gtk/fm-folder-view.c:456
model = 0x0
dir_path = 
ret = 0
action = 0
target = 0x73
#1  0x77156d14 in _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT 
(closure=0x825d00, return_value=0x7fffdba0, n_param_values=, 
param_values=0x7fffdc50, invocation_hint=, 
marshal_data=) at 
/tmp/buildd/gtk+2.0-2.24.10/gtk/gtkmarshalers.c:413
callback = 0x7767ad90 
cc = 0x825d00
data1 = 0x826060
data2 = 
v_return = 
__PRETTY_FUNCTION__ = "_gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT"
#2  0x74f08724 in g_closure_invoke (closure=0x825d00, 
return_value=0x7fffdba0, n_param_values=5, param_values=0x7fffdc50, 
invocation_hint=0x7fffdbf0) at 
/tmp/buildd/glib2.0-2.32.3/./gobject/gclosure.c:777
marshal = 0x77156c70 <_gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT>
marshal_data = 0x0
in_marshal = 
real_closure = 0x825ce0
__PRETTY_FUNCTION__ = "g_closure_invoke"
#3  0x74f199c6 in signal_emit_unlocked_R (node=node@entry=0x67e200, 
detail=detail@entry=0, instance=instance@entry=0x826060, 
emission_return=emission_return@entry=0x7fffdd70, 
instance_and_params=instance_and_params@entry

Bug#642099: [Pkg-geany-team] Bug#642099: Bug in file selector

2012-06-20 Thread Chow Loong Jin
fixed 642099 1.22+dfsg-1
kthxbye

On 20/06/2012 17:18, Torquil Macdonald Sørensen wrote:
> On 19/06/12 15:07, Jonathan Michalon wrote:
>> You reported this bug against version 0.20 of geany.
>> Version 0.21 is available in testing, can you reproduce
>> the bug with 0.21 ?
> 
> Hi! I just got geany 1.22+dfsg-1 during today's upgrade, and there is no such
> bug there. Is it still important that I try with 0.21?

Nope, it's just as well that we know it's fixed in 1.22. Thanks for testing.

-- 
Kind regards,
Loong Jin



signature.asc
Description: OpenPGP digital signature


Bug#676543: update

2012-06-20 Thread Georgiewskiy Yuriy


seems there is problem with coredump size limit on my system, now i get it:

gdb /usr/lib/GNUstep/Applications/oolite.app/oolite -c /tmp/oolite-2974.core
GNU gdb (GDB) 7.4.1-debian
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/lib/GNUstep/Applications/oolite.app/oolite...(no 
debugging symbols found)...done.
[New LWP 2974]
[New LWP 3039]
[New LWP 3075]
[New LWP 3076]
[New LWP 3087]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
Core was generated by `/usr/lib/GNUstep/Applications/oolite.app/oolite'.
Program terminated with signal 11, Segmentation fault.
#0  0x6edc6395 in objc_msg_lookup () from /usr/lib/i386-linux-gnu/libobjc.so.4
(gdb) bt
#0  0x6edc6395 in objc_msg_lookup () from /usr/lib/i386-linux-gnu/libobjc.so.4
#1  0x080faceb in ?? ()
#2  0x082b1600 in data_start ()
#3  0x080e70a8 in ?? ()
#4  0x080eac15 in ?? ()
#5  0x080ea78d in ?? ()
#6  0x0821a185 in ?? ()
#7  0x081e81de in ?? ()
#8  0x081e7138 in ?? ()
#9  0x6f319f57 in ?? () from /usr/lib/libgnustep-base.so.1.22
#10 0x6f388c88 in ?? () from /usr/lib/libgnustep-base.so.1.22
#11 0x6f35a1bb in ?? () from /usr/lib/libgnustep-base.so.1.22
#12 0x6f3568b4 in ?? () from /usr/lib/libgnustep-base.so.1.22
#13 0x6f3575b4 in ?? () from /usr/lib/libgnustep-base.so.1.22
#14 0x6f356113 in ?? () from /usr/lib/libgnustep-base.so.1.22
#15 0x081e8078 in ?? ()
#16 0x0805dafe in main ()
(gdb)


C ц∙ц≈ц│ц√ц┘ц▌ц┴ц┘ц█   With Best Regards
ц╖ц┘ц▐ц▓ц┤ц┴ц┘ц≈ц⌠ц▀ц┴ц┼ ц═ц▓ц┴ц┼.Georgiewskiy Yuriy
+7 4872 711666+7 4872 711666
ц├ц│ц▀ц⌠ +7 4872 711143   fax +7 4872 711143
ц╚ц▐ц█ц░ц│ц▌ц┴ц▒ ц╞ц╞ц╞ "ц║ц┼ ц╢ц┴ цЁц┘ц▓ц≈ц┴ц⌠"   IT Service Ltd
http://nkoort.ru  http://nkoort.ru
JID: ghh...@icf.org.ruJID: ghh...@icf.org.ru
YG129-RIPEYG129-RIPE

Bug#678249: (no subject)

2012-06-20 Thread Emmanuel Kasper
I have here a debian wheezy system in VirtualBox , and I can't reproduce
this bug.

Could try maybe without a mame.ini file ?
Are all your libraries up to date ?







-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678098: New version is now unstable in double-screen configuration

2012-06-20 Thread Sven Joachim
On 2012-06-19 09:55 +0200, Francesco Paolo Lovergine wrote:

> Package: xserver-xorg-video-nouveau
> Version: 1:0.0.16+git20120614+36d3f8c-1
> Severity: normal
>
> This new version installed yesterday is unstable with xrandr and a double
> screen configuration (LVDS+VGA) at least with:
>
> 01:00.0 VGA compatible controller: NVIDIA Corporation NV34M [GeForce FX 
> Go5200 64M] (rev a1)
>
> It randomly crashes either at resolution switching or desktop switching.

I have just uploaded 1:1.0.1-1 to unstable.  Assuming you can reproduce
these crashes with that version, please report them upstream, see
http://nouveau.freedesktop.org/wiki/Bugs.

You can also try to obtain a backtrace after installing a few debug
packages: xserver-xorg-video-nouveau-dbg, xserver-xorg-core-dbg,
libdrm2-dbg, libc6-dbg.  Please refer to
http://pkg-xorg.alioth.debian.org/howto/use-gdb.html.

> Previous version was perfectly working with the same configuration.

I presume you have libcairo2 held back at 1.10.x?  With 1.12.x the
driver seems to be broken for everyone: http://bugs.debian.org/666468.

Cheers,
   Sven



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676800: [Pkg-octave-devel] Bug#676800: octave-java: completely breaks octave

2012-06-20 Thread John W. Eaton
On 20-Jun-2012, Sébastien Villemot wrote:

| "John W. Eaton"  writes:
| 
| > I'd like to help debug this problem but I need some help.
| 
| Thanks for volunteering!
| 
| > I need to be able to install a debug version of Octave (preferably the
| > current development sources) and build the Java package also with
| > debugging symbols.  I'm using Debian testing.  What packages do I need
| > to install?  After doing
| >
| >   pkg install java-1.2.8.tar.gz
| >
| > apparently successfully, I'm seeing
| >
| >   octave> javaclasspath
| >   warning: timestamp on file 
/usr/lib/jvm/default-java/jre/lib/amd64/client/libjvm.so is in the future
| >   error: java_invoke: 
/usr/lib/jvm/default-java/jre/lib/amd64/client/libjvm.so: failed to load: 
/usr/lib/jvm/default-java/jre/lib/amd64/client/libjvm.so: cannot open shared 
object file: No such file or directory
| >   error: called from:
| >   error:   /home/jwe/octave/java-1.2.8/javaclasspath.m at line 49, column 14
| 
| You need this patch (incorporated in the octave-java package):
| 
|  
http://anonscm.debian.org/gitweb/?p=pkg-octave/octave-java.git;a=blob;f=debian/patches/libjvm.patch;h=cc847293d00ae09ac74e8eca833dbafdd48918a2;hb=19a7fdc2264cb0166f5324677bf2615252fda8e3
| 
| Also, /usr/lib/jvm/default-java points to OpenJDK 6 on my Debian sid
| system. If you want to select OpenJDK 7, you need to set the JAVA_HOME
| variable to:
| 
|  export JAVA_HOME = /usr/lib/jvm/java-7-openjdk-amd64
| 
| (this is done in debian/rules of the octave-java package).

Thanks.  With that, I'm able to build the java package.  Running
Octave with valgrind and executing javaclasspath at the Octave prompt,
I see a lot of messages, starting with:

  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371a7000) (defined)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371a7000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371a7000) (defined)
  ==29404== Warning: set address range perms: large range [0x1371a7000, 
0x234fa7000) (defined)
  ==29404== Warning: set address range perms: large range [0x234fa7000, 
0x332da7000) (defined)
  ==29404== Warning: set address range perms: large range [0x41036a000, 
0x50e16a000) (defined)
  ==29404== Warning: set address range perms: large range [0x50e16a000, 
0x60bf6a000) (defined)
  ==29404== Warning: set address range perms: large range [0x60bf6a000, 
0x709d6a000) (defined)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371a7000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x1371a7000, 
0x234fa7000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x234fa7000, 
0x332da7000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x41036a000, 
0x50e16a000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x50e16a000, 
0x60bf6a000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x60bf6a000, 
0x70220) (noaccess)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371b7000) (defined)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371b7000) (noaccess)
  ==29404== Warning: set address range perms: large range [0x393a7000, 
0x1371c) (defined)
  ==29404== Invalid write of size 4
  ==29404==at 0x163212BD: ???
  ==29404==by 0x16311437: ???
  ==29404==by 0x1554C68D: JavaCalls::call_helper(JavaValue*, methodHandle*, 
JavaCallArguments*, Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1554C134: JavaCalls::call(JavaValue*, methodHandle, 
JavaCallArguments*, Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550ECA0: 
instanceKlass::call_class_initializer_impl(instanceKlassHandle, Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550ED1C: instanceKlass::call_class_initializer(Thread*) 
(in /usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550EEF0: 
instanceKlass::initialize_impl(instanceKlassHandle, Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550F40A: instanceKlass::initialize(Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550F17F: 
instanceKlass::initialize_impl(instanceKlassHandle, Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1550F40A: instanceKlass::initialize(Thread*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x1582E6F5: Threads::create_vm(JavaVMInitArgs*, bool*) (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==by 0x15569D67: JNI_CreateJavaVM (in 
/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/amd64/server/libjvm.so)
  ==29404==  Address 0x7feffd960 

Bug#678290: bip: please provide links to public packaging VCS, if available

2012-06-20 Thread David Bremner
Package: bip
Severity: wishlist


It would be great if "debcheckout bip" did something useful.


-- System Information:
Debian Release: 6.0.4
  APT prefers stable
  APT policy: (900, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-bpo.2-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678291: override: libeventmachine-ruby-doc:oldlibs/extra

2012-06-20 Thread Per Andersson
Package: ftp.debian.org
Severity: normal

Hi!

> libeventmachine-ruby-doc_0.12.10-3_all.deb: package says section is oldlibs, 
> override says doc.
> libeventmachine-ruby-doc_0.12.10-3_all.deb: package says priority is extra, 
> override says optional.

The package libeventmachine-ruby-doc is a transitional package and
should hence have section oldlibs and priority extra.


Thanks,
Per



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678292: override: ruby-trollop:ruby/extra

2012-06-20 Thread Per Andersson
Package: ftp.debian.org
Severity: normal

> ruby-trollop_1.16.2-2_all.deb: package says section is ruby, override says 
> devel.

The package ruby-trollop is a ruby package and should have section ruby.

The section was changed to ruby in the latest upload.


Thanks,
Per



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678293: override: ruby-lockfile:ruby/extra

2012-06-20 Thread Per Andersson
Package: ftp.debian.org
Severity: normal

Hi!

> ruby-lockfile_2.1.0-2_all.deb: package says section is ruby, override says 
> devel.

The package ruby-lockfile is a ruby package and should hence have
section ruby.


Thanks,
Per



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#674267: [debian-mysql] facing upto #674267

2012-06-20 Thread Clint Byrum
Excerpts from Matthias Klose's message of 2012-06-20 02:46:19 -0700:
> On 19.06.2012 17:54, Nicholas Bamber wrote:
> > 1.) compile against gcc-4.5 and g++-4.5
> > 2.) set the magic TAOCRYPT_DISABLE_X86ASM thingy causing SSL connections
> > on those platforms to be slower.
> > 3.) compile against gcc-4.4 and g++-4.4
> > 
> > 
> > Matthias,
> > Any opinion on which short term hack we should adopt? Would you like to
> > ahve a look at the code which is causing us issues?
> 
> this is inline assembler, I won't look at it.  So best disable it if nobody
> wants to maintain it (and the code has comments like "won't work with compiler
> xy at opt level z").  If you still want to look at it, find out which function
> with the inline assembler causes the unexpected behaviour (modify the code to
> build just half of the functions with asm statements, then bisect until you 
> get
> down to one function).
> 
> As a side note, why isn't the package built using the system openssl? It looks
> like everybody except Debian/Ubuntu does do this.
> 

Its been explained to me like this:

* libmysqlclient is GPL, with an exception given to things that are not
  GPL to link to it:

http://www.mysql.com/about/legal/licensing/foss-exception/

* OpenSSL is given an exception, despite being GPL incompatible

* However, now anything that links to *libmysqlclient* must also
  explicitly give OpenSSL an exception since they are effectively
  transitively accepting the OpenSSL license, which is not compatible.

With almost 150 reverse depends on libmysqlclient, it would be a lot of
work to make sure all of those projects gave OpenSSL an exception.



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678294: ITP: innoextract -- a tool for extracting data from an Inno Setup installer

2012-06-20 Thread Lennart
Package: wnpp
Severity: wishlist
Owner: Lennart 


* Package name: innoextract
  Version : 1.2
  Upstream Author : Daniel Scharrer 
* URL : https://github.com/dscharrer/InnoExtract
* License : ZLib
  Programming Lang: C++ 
  Description : a tool for extracting data from an Inno Setup installer

Inno Setup is a tool to create installers for Microsoft Windows applications.
Inno Extracts allows one to extract such installers under non-windows systems
without running the actual installer using wine. Inno Extract currently
supports installers created by Inno Setup 1.2.10 to 5.4.3.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678295: isakmpd: FTBFS with ld --as-needed

2012-06-20 Thread Ilya Barygin
Package: isakmpd
Version: 20041012-7.2
Severity: normal
Tags: upstream patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

isakmpd fails to build when --as-needed linker option is enabled,
because of incorrect order of parameters passed to ld.

make[2]: Entering directory `/tmp/buildd/isakmpd-20041012/apps/certpatch'
cc -I../.. -I../../sysdep/linux -I -Wall -DMP_FLAVOUR=MP_FLAVOUR_GMP
-lcrypto -lssl -lgmp  certpatch.c   -o certpatch
/tmp/cc0iGLqy.o: In function `main':
certpatch.c:(.text+0x19c): undefined reference to
`OPENSSL_add_all_algorithms_noconf'
certpatch.c:(.text+0x1b5): undefined reference to `BIO_s_file'
certpatch.c:(.text+0x1bd): undefined reference to `BIO_new'
certpatch.c:(.text+0x1e5): undefined reference to `BIO_ctrl'
[snip]
certpatch.c:(.text+0x7b8): undefined reference to `PEM_write_bio_X509'
certpatch.c:(.text+0x7c4): undefined reference to `BIO_free'
collect2: error: ld returned 1 exit status
make[2]: *** [certpatch] Error 1
make[2]: Leaving directory `/tmp/buildd/isakmpd-20041012/apps/certpatch'

See also
http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

Patch attached (originally proposed in bug #622051).
Description: fix build with ld --as-needed
 libraries must be placed behind the objects needing them,
 else their symbols will not be registered as needed leading to
 undefined references when compiling with ld --as-needed
 LDFLAGS is placed before the objects, LOADLIBES is the correct
 implicit rule variable for library linking
Author: Julian Taylor 
Index: isakmpd-20041012/apps/certpatch/GNUmakefile
===
--- isakmpd-20041012.orig/apps/certpatch/GNUmakefile	2011-07-14 11:50:28.433075567 +
+++ isakmpd-20041012/apps/certpatch/GNUmakefile	2011-07-14 11:51:24.903075591 +
@@ -39,7 +39,7 @@
 FEATURES!=	awk '/^FEATURES=/ { print $$0 }' ${.CURDIR}/../../Makefile | sed 's/FEATURES=.//'
 .PATH:		${TOPSRC} ${TOPSRC}/sysdep/${OS} ${TOPOBJ}
 CFLAGS+=	-I${TOPSRC} -I${TOPSRC}/sysdep/${OS} -I${TOPOBJ} -Wall
-LDFLAGS+=	-lcrypto -lssl -lgmp
+LOADLIBES+=	-lcrypto -lssl -lgmp
 MAN=		certpatch.8
 
 CFLAGS+=	-DMP_FLAVOUR=MP_FLAVOUR_GMP


Bug#678296: winetricks: should depend wine-bin | wine-bin-unstable instead of wine | wine-unstable

2012-06-20 Thread Michael Gilbert
package: winetricks
severity: normal

Hi,

winetricks currently depends on wine | wine-unstable.  These are
meta-packages that force the user to pull in a lot of unnecessary
additional dependencies.  It would be preferable for winetricks to
depend wine-bin | wine-bin-unstable.  The full set of wine packages
could be a recommends or preferably a suggests.

Thanks,
Mike



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678275: keepass2: Text fields behaving incorrectly, e.g. leading to passwords shown incompletely

2012-06-20 Thread Julian Taylor
sometimes changing font fixes this issues, but it sometimes reappears again.
I'm not sure why.

The font can be changed in Options -> Interface -> Select Password font
I use DejaVu Sans and can currently not reproduce it.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678297: openjdk-6-jdk: ICE on armhf (during eclipse build)

2012-06-20 Thread Niels Thykier
Package: openjdk-6-jdk
Version: 6b24-1.11.1-6
Severity: important

Hi,

OpenJDK-6 just ICE'd while building eclipse on armhf[1].

"""
 [java] checkCompilationResults:
 [java]  [copy] Copying 1 file to 
/build/buildd-eclipse_3.8.0~rc3-4-armhf-koTIXG/eclipse-3.8.0~rc3/build/eclipse-3.8.0-I20120502-2000-src/plugins/org.eclipse.core.variables/@dot
 [java] #
 [java] # A fatal error has been detected by the Java Runtime Environment:
 [java] #
 [java] #  Internal Error (os_linux_zero.cpp:270), pid=14086, tid=1733489776
 [java] #  fatal error: caught unhandled signal 11
 [java] #
 [java] # JRE version: 6.0_24-b24
 [java] # Java VM: OpenJDK Zero VM (20.0-b12 mixed mode linux-arm )
 [java] # Derivative: IcedTea6 1.11.1
 [java] # Distribution: Debian GNU/Linux unstable (sid), package 
6b24-1.11.1-6
 [java] # An error report file with more information is saved as:
 [java] # 
/build/buildd-eclipse_3.8.0~rc3-4-armhf-koTIXG/eclipse-3.8.0~rc3/hs_err_pid14086.log
 [java] #
 [java] # If you would like to submit a bug report, please include
 [java] # instructions how to reproduce the bug and visit:
 [java] #   http://icedtea.classpath.org/bugzilla
 [java] #
"""

~Niels

[1] 
https://buildd.debian.org/status/fetch.php?pkg=eclipse&arch=armhf&ver=3.8.0~rc3-4&stamp=1340212073&file=log



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678298: pavuk: FTBFS with FORTIFY_SOURCE=2

2012-06-20 Thread Ilya Barygin
Package: pavuk
Version: 0.9.35-2.3
Severity: normal
Tags: upstream patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: jaunty

pavuk fails to build with -DFORTIFY_SOURCE=2 flag (which is default in Ubuntu).

if gcc -DHAVE_CONFIG_H -I. -I. -I.. -Wall -g -O2  -D_LARGEFILE64_SOURCE 
-D_FILE_OFFSET_BITS=64  -Wall   -pthread -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/i386-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
-I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/i386-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12   
-DGETTEXT_DEFAULT_CATALOG_DIR="\"/usr/share/locale\"" 
-DDEFAULTRC="\"/etc/pavukrc\""-MT tools.o -MD -MP -MF ".deps/tools.Tpo" -c 
-o tools.o tools.c; \
then mv -f ".deps/tools.Tpo" ".deps/tools.Po"; else rm -f 
".deps/tools.Tpo"; exit 1; fi
In file included from /usr/include/fcntl.h:252:0,
 from config.h:24,
 from tools.c:7:
In function 'open',
inlined from 'tl_save_text_file' at tools.c:1729:10:
/usr/include/i386-linux-gnu/bits/fcntl2.h:51:24: error: call to 
'__open_missing_mode' declared with attribute error: open with O_CREAT in 
second argument needs 3 arguments
make[3]: *** [tools.o] Error 1

The following patch was applied in Ubuntu. Please consider it for its inclusion
in Debian.

--- pavuk-0.9.35.orig/src/tools.c
+++ pavuk-0.9.35/src/tools.c
@@ -1726,7 +1726,7 @@
   if(length < 0)
 length = strlen(content);
 
-  if((fd = open(filename, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC), 0644) < 0)
+  if((fd = open(filename, O_WRONLY | O_BINARY | O_CREAT | O_TRUNC, 0644)) < 0)
   {
 xperror(filename);
 return -1;


See also:
https://launchpad.net/ubuntu/+source/pavuk/0.9.35-2.1ubuntu1
https://wiki.ubuntu.com/ToolChain/CompilerFlags#A-D_FORTIFY_SOURCE.3D2

-- System Information:
Debian Release: wheezy/sid
  APT prefers precise-updates
  APT policy: (500, 'precise-updates'), (500, 'precise-security'), (500, 
'precise-proposed'), (500, 'precise'), (100, 'precise-backports')
Architecture: i386 (i686)

Kernel: Linux 3.2.0-26-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678299: iceweasel (and epiphany) freezes on certain web-sites with javascript enabled

2012-06-20 Thread Olaf Till
Package: iceweasel
Version: 3.5.16-16

Iceweasel freezes on certain web-sites if javascript is enabled,
giving the error message:

ERROR: Couldn't check percent loaded, network problems.

The same happens with epiphany, with the error messages:

** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
** (epiphany-browser:8324): DEBUG: NP_Initialize
** (epiphany-browser:8324): DEBUG: NP_Initialize succeeded
ERROR: Couldn't check percent loaded, network problems.

Note that there seem to be no general "network problems" on the
system while this happens.

I attach a tar-archive with a saved page from youtube. Loading the
main file triggers the problem for me (today) with iceweasel and
epiphany.

I am using squeeze 6.0.5, linux-2.6.32-5-amd64, libc6 2.11.3-3.



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#676543: same with dbg version of libobjc4

2012-06-20 Thread Georgiewskiy Yuriy


gdb /usr/lib/GNUstep/Applications/oolite.app/oolite -c /tmp/oolite-29792.core 
GNU gdb (GDB) 7.4.1-debian

Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later 
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
...
Reading symbols from /usr/lib/GNUstep/Applications/oolite.app/oolite...(no 
debugging symbols found)...done.
[New LWP 29792]
[New LWP 29854]
[New LWP 29869]
[New LWP 29870]
[New LWP 29876]

warning: Can't read pathname for load map: Input/output error.
[Thread debugging using libthread_db enabled]
Using host libthread_db library 
"/lib/i386-linux-gnu/i686/cmov/libthread_db.so.1".
Core was generated by `/usr/lib/GNUstep/Applications/oolite.app/oolite'.
Program terminated with signal 11, Segmentation fault.
#0  0x6ecfe395 in objc_msg_lookup (receiver=0x48dd1300, op=0x82b13b8)
at 
/build/buildd-gcc-4.7_4.7.0-8-i386-Gylh8Y/gcc-4.7-4.7.0/src/libobjc/sendmsg.c:449
449 
/build/buildd-gcc-4.7_4.7.0-8-i386-Gylh8Y/gcc-4.7-4.7.0/src/libobjc/sendmsg.c: 
No such file or directory.
(gdb) bt
#0  0x6ecfe395 in objc_msg_lookup (receiver=0x48dd1300, op=0x82b13b8)
at 
/build/buildd-gcc-4.7_4.7.0-8-i386-Gylh8Y/gcc-4.7-4.7.0/src/libobjc/sendmsg.c:449
#1  0x080faceb in ?? ()
#2  0x082b1600 in data_start ()
#3  0x080e70a8 in ?? ()
#4  0x080eac15 in ?? ()
#5  0x080ea78d in ?? ()
#6  0x0821a185 in ?? ()
#7  0x081e81de in ?? ()
#8  0x081e7138 in ?? ()
#9  0x6f251f57 in ?? () from /usr/lib/libgnustep-base.so.1.22
#10 0x6f2c0c88 in ?? () from /usr/lib/libgnustep-base.so.1.22
#11 0x6f2921bb in ?? () from /usr/lib/libgnustep-base.so.1.22
#12 0x6f28e8b4 in ?? () from /usr/lib/libgnustep-base.so.1.22
#13 0x6f28f5b4 in ?? () from /usr/lib/libgnustep-base.so.1.22
#14 0x6f28e113 in ?? () from /usr/lib/libgnustep-base.so.1.22
#15 0x081e8078 in ?? ()
#16 0x0805dafe in main ()
(gdb) quit


C ц∙ц≈ц│ц√ц┘ц▌ц┴ц┘ц█   With Best Regards
ц╖ц┘ц▐ц▓ц┤ц┴ц┘ц≈ц⌠ц▀ц┴ц┼ ц═ц▓ц┴ц┼.Georgiewskiy Yuriy
+7 4872 711666+7 4872 711666
ц├ц│ц▀ц⌠ +7 4872 711143   fax +7 4872 711143
ц╚ц▐ц█ц░ц│ц▌ц┴ц▒ ц╞ц╞ц╞ "ц║ц┼ ц╢ц┴ цЁц┘ц▓ц≈ц┴ц⌠"   IT Service Ltd
http://nkoort.ru  http://nkoort.ru
JID: ghh...@icf.org.ruJID: ghh...@icf.org.ru
YG129-RIPEYG129-RIPE

Bug#678300: mirror submission for deb-mirror.de

2012-06-20 Thread Kevin Burger
Package: mirrors
Severity: wishlist

Submission-Type: new
Site: deb-mirror.de
Type: leaf
Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 kfreebsd-amd64 
kfreebsd-i386 mips mipsel powerpc s390 s390x sparc 
Archive-ftp: /debian/
Archive-http: /debian/
Backports-ftp: /debian-backports/
Backports-http: /debian-backports/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
IPv6: no
Archive-upstream: ftp2.de.debian.org
Backports-upstream: ftp2.de.debian.org
CDImage-upstream: ftp2.de.debian.org
Updates: push
Maintainer: Kevin Burger 
Country: DE Germany
Location: Frankfurt Optimate-Server
Sponsor: Optimate-Server http://optimate-server.de



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#664681: transition: KDE's 4.8 release of platform, applications and workspace

2012-06-20 Thread Pino Toscano
Hi,

Alle mercoledì 20 giugno 2012, Adam D. Barratt ha scritto:
> On 20.06.2012 11:22, Pino Toscano wrote:
> > Alle giovedì 14 giugno 2012, Adam D. Barratt ha scritto:
> >> Yep.  Scheduled, minus apper/sparc which appears to have built
> >> more recently than the other arches and already picked up the
> >> correct dependency.
> > 
> > Thanks, it seems everywhere binNMUs went fine.
> > Given that kde-workspace is 9/10, would it be possible to let it
> > migrate
> > tonight, hinting temporarly kshutdown and
> > plasma-widget-smooth-tasks out
> > of testing? The former would migrate again on its own in 10 days,
> > the latter... dunno, it would not be a grave loss OTOH.
> 
> As discussed on IRC, after removing kshutdown and p-w-s-t everything
> else looks okay from a kde-workspace perspective.  The tidy up of old
> libraries in testing ends up incomplete however, because kdenetwork
> is only 3/10 and the testing version depends on libkworkspace4 - we
> can either age kdenetwork, or just live with the old library hanging
> around for a few more days; either works for me. :-)

If the old libraries are not a problem for a week, I'd say if you could 
temporarly keep them and wait for the kdenetwork migration (so we're 
double sure it is safe enough).

Thanks,
-- 
Pino Toscano


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


Bug#678301: sslh: Virtual Build-Depends on libconfig8-dev

2012-06-20 Thread Jonathan McCrohan
Package: sslh
Version: 1.13b-1
Severity: normal
Tags: patch

Hi,

sslh 1.13b-1 added a Build-Depends on libconfig8-dev. This is a transitional
package and will be going away. Please Build-Depend on libconfig-dev instead.

Patch attached.

Thanks,
Jon
diff --git a/debian/control b/debian/control
index 0614759..f7e313d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: net
 Priority: extra
 Maintainer: Guillaume Delacour 
 Build-Depends: debhelper (>= 9.0.0), libwrap0-dev, binutils, po-debconf,
-   hardening-wrapper, libio-socket-inet6-perl, libconfig8-dev
+   hardening-wrapper, libio-socket-inet6-perl, libconfig-dev
 Standards-Version: 3.9.3
 Homepage: http://www.rutschle.net/tech/sslh.shtml
 Vcs-Browser: http://git.debian.org/?p=collab-maint/sslh.git


Bug#555168: Unclear license situation for (e)glibc locales provided by you

2012-06-20 Thread Helge Kreutzmann
Hello,
you are listed as contact person/author of the following locale:

nan_TW@latin

This locale comes with a statement

% Distribution and use is free, also
% for commercial purposes.

Thus it does not allow modification; it is unclear, however, if this
statement was meant as a license.

As discussed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168 this
locale could strictly speaking not be part of Debian which would be a
great loss. (Currently it is allowed pending investigation).

To properly resolve this, I would like to ask you the following
question:

Would you be willing to relicense this locale to a proper license,
e.g. (L)GPL v2 or higher or another free software license of your choice?

If you have any questions regarding this issue, do not hesitate to
contact me (via the reply-to address set).

Thanks for helping to resolve this!

Helge

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#555168: Unclear license situation for (e)glibc locales provided by you

2012-06-20 Thread Helge Kreutzmann
Hello,
you are listed as contact person/author of the following locale:

nb_NO

This locale comes with a statement

% Distribution and use is free, also
% for commercial purposes.

Thus it does not allow modification; it is unclear, however, if this
statement was meant as a license.

As discussed in
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168 this
locale could strictly speaking not be part of Debian which would be a
great loss. (Currently it is allowed pending investigation).

To properly resolve this, I would like to ask you the following
question:

Would you be willing to relicense this locale to a proper license,
e.g. (L)GPL v2 or higher or another free software license of your choice?

If you have any questions regarding this issue, do not hesitate to
contact me (via the reply-to address set).

Thanks for helping to resolve this!

Helge

-- 
  Dr. Helge Kreutzmann deb...@helgefjell.de
   Dipl.-Phys.   http://www.helgefjell.de/debian.php
64bit GNU powered gpg signed mail preferred
   Help keep free software libre: http://www.ffii.de/


signature.asc
Description: Digital signature


Bug#678300: Acknowledgement (mirror submission for deb-mirror.de)

2012-06-20 Thread Kevin Burger

Hi,
I only have submit a Mirror for Publik downloading in our Datacenter




The following entries were submitted:

Submission-Type: new

Site: deb-mirror.de
Type: leaf
Archive-architecture: ALL amd64 armel armhf hurd-i386 i386 ia64 
kfreebsd-amd64 kfreebsd-i386 mips mipsel powerpc s390 s390x sparc

Archive-ftp: /debian/
Archive-http: /debian/
Backports-ftp: /debian-backports/
Backports-http: /debian-backports/
CDImage-ftp: /debian-cd/
CDImage-http: /debian-cd/
IPv6: no
Archive-upstream: ftp2.de.debian.org
Backports-upstream: ftp2.de.debian.org
CDImage-upstream: ftp2.de.debian.org
Updates: push
Maintainer: Kevin Burger 
Country: DE Germany
Location: Frankfurt Optimate-Server
Sponsor: Optimate-Server http://optimate-server.de
(Private e-mail recorded: kevinbur...@gmx.net)

If there was an error in your submission, please go back and re-submit 
an update, or mail mirr...@debian.org.


Recording... done.

Recording... done.







Thank you for filing a new Bug report with Debian.

This is an automatically generated reply to let you know your message
has been received.

Your message is being forwarded to the package maintainers and other
interested parties for their attention; they will reply in due course.

Your message has been sent to the package maintainer(s):
  Debian Mirrors Team 

If you wish to submit further information on this problem, please
send it to 678...@bugs.debian.org.

Please do not send mail to ow...@bugs.debian.org unless you wish
to report a problem with the Bug-tracking system.






Bug#621643: geany: program segfaults on start, unable to use, under KDE

2012-06-20 Thread Colomban Wendling
Dr A. J. Trickett wrote on 2011-04-08:
> Reading symbols from
/usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so...(no debugging symbols
found)...done.
> Loaded symbols for /usr/lib/gtk-2.0/2.10.0/engines/liboxygen-gtk.so

Just for the record, I believe it's an Oxygen GTK engine bug as reported
a few times to Geany upstream:

https://sourceforge.net/tracker/index.php?func=detail&aid=3257683&group_id=153444&atid=787791
https://sourceforge.net/tracker/?func=detail&aid=3187097&group_id=153444&atid=787791
https://sourceforge.net/tracker/index.php?func=detail&aid=3300415&group_id=153444&atid=787791
https://sourceforge.net/tracker/index.php?func=detail&aid=3309324&group_id=153444&atid=787791



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#677419: fdupes: When using -L and traversing filesystems, removes files

2012-06-20 Thread Sandro Tosi
On Wed, Jun 20, 2012 at 5:56 PM, Touko Korpela  wrote:
> Package: fdupes
> Followup-For: Bug #677419
>
> It's wrong to remove this useful option, removing causes FTBFS #678254
> So -L should be fixed to fail gracefully instead

This is the quickest thing we could do - if we'll get a working
functionalities again, we'll reintroduce, but we're too close to the
freeze to leave that bug opened.

Regards,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#284274: Patch for the hardlink replacement bug request

2012-06-20 Thread Sandro Tosi
On Mon, Jun 18, 2012 at 7:56 PM, Javier Fernández-Sanguino Peña
 wrote:
> It might not be too difficult to introduce a check in the patch that tries
> the hard link and, if it fails, it restores the file and complains. I'll see
> what I can do.

Having a working -L option would be awesome! I think that the above
algorithm would cause a lot of I/O if the files to link are big (order
of GBs). Maybe we can check if the files are on 2 different FSes and
not trying to hardlink them? I know it can cause a race condition, but
probably better than copying gigs around

Cheers,
-- 
Sandro Tosi (aka morph, morpheus, matrixhasu)
My website: http://matrixhasu.altervista.org/
Me at Debian: http://wiki.debian.org/SandroTosi



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#656899: confirm ioctl issue on kernel 3.2 from squeeze backports

2012-06-20 Thread Carlos Alberto Lopez Perez
Hello,


I have just installed kernel 3.2 from debian-backports
linux-image-3.2.0-0.bpo.2-686-pae (=3.2.18-1~bpo60+1) on a squeeze system

$ uname -r
3.2.0-0.bpo.2-686-pae


And I am started receiving this kind of messages

$ dmesg|tail
[  274.910635] grub-probe: sending ioctl 1261 to a partition!
[  274.910638] grub-probe: sending ioctl 1261 to a partition!
[  274.910967] grub-probe: sending ioctl 1261 to a partition!
[  274.910968] grub-probe: sending ioctl 1261 to a partition!
[  275.294382] grub-probe: sending ioctl 1261 to a partition!
[  275.294385] grub-probe: sending ioctl 1261 to a partition!
[  275.460448] grub-probe: sending ioctl 1261 to a partition!
[  275.460451] grub-probe: sending ioctl 1261 to a partition!
[  275.460881] grub-probe: sending ioctl 1261 to a partition!
[  275.460882] grub-probe: sending ioctl 1261 to a partition!



Is the fix for this issue going to be backported to 3.2 via
sta...@vger.kernel.org ?


-- 
~~~
Carlos Alberto Lopez Perez   http://neutrino.es
Igalia - Free Software Engineeringhttp://www.igalia.com
~~~



signature.asc
Description: OpenPGP digital signature


Bug#678230: sikuli: FTBFS: error: ‘SURF’ was not declared in this scope

2012-06-20 Thread Gilles Filippini
Hi Nobuhiro,

Nobuhiro Iwamatsu a écrit , Le 20/06/2012 06:56:
> Source: sikuli
> Version: 1.0~x~rc3.tesseract3-dfsg1-4
> Severity: important
> Justification: fails to build from source
> 
> Hi,
> 
> sikuli FTBFS on opencv 2.4.
> 
> -
> [ 15%] Building CXX object
> src/main/native/CMakeFiles/VisionProxy.dir/visionJAVA_wrap.cxx.o
> [ 23%] Building CXX object
> src/main/native/CMakeFiles/VisionProxy.dir/TimingBlock.cc.o
> [ 30%] Building CXX object
> src/main/native/CMakeFiles/VisionProxy.dir/cvgui.cpp.o
> /home/iwamatsu/opencv/build-check/build/sikuli/n/sikuli-1.0~x~rc3.tesseract3-dfsg1/sikuli-script/src/main/native/cvgui.cpp:
> In static member function ‘static void cvgui::segmentScreenshot(const
> cv::Mat&, std::vector&, std::vector&)’:
> /home/iwamatsu/opencv/build-check/build/sikuli/n/sikuli-1.0~x~rc3.tesseract3-dfsg1/sikuli-script/src/main/native/cvgui.cpp:1838:10:
> error: ‘SURF’ was not declared in this scope
> /home/iwamatsu/opencv/build-check/build/sikuli/n/sikuli-1.0~x~rc3.tesseract3-dfsg1/sikuli-script/src/main/native/cvgui.cpp:1838:15:
> error: expected ‘;’ before ‘surf_extractor’
> /home/iwamatsu/opencv/build-check/build/sikuli/n/sikuli-1.0~x~rc3.tesseract3-dfsg1/sikuli-script/src/main/native/cvgui.cpp:1842:59:
> error: ‘surf_extractor’ was not declared in this scope
> -
> 
> SURF (and SIFT) move to non-free module from opencv 2.4. Because this
> indicate possible legal issues of using those algorithms in user
> applications.
> And Debian packaage does not include non-free module.
> Please check your package.

Thanks for this report. I've forwaded it to upstream (no ticket yet) to
have their thoughts.

What is the status of opencv 2.4 regarding Wheezy?

Thanks,

_g.



signature.asc
Description: OpenPGP digital signature


Bug#678231: sysv-rc: please log filename of "obsolete init.d script"

2012-06-20 Thread Brian Warner
On 6/20/12 12:00 AM, Roger Leigh wrote:

>> That pinpointed the trouble to three files: bootlogd, stop-bootlogd,
>> and stop-bootlogd-single. I still don't understand what problem
>> they're causing, but I've got more information to go on now.
> 
> They probably lack an LSB header to specify their dependencies? It
> would be good to know if they are truly problematic. If you still have
> the files, if you could attach a copy here that would be great.

Sure (found a copy from a backup). They *do* have "BEGIN INIT INFO"
headers (I grepped for all files in /etc/init.d/ that lacked the
headers, while trying to track down the problem, and they did not appear
on that list). I also remember that the "dpkg-query -W
-f='${Conffiles}\n'" command (in sysv-rc.postinst) did report "obsolete"
for those three... I don't know what criteria that uses, though.

Here's the contents of "bootlogd":

 BEGIN /etc/init.d/bootlogd
#! /bin/sh
### BEGIN INIT INFO
# Provides:  bootlogd
# Required-Start:mountdevsubfs
# X-Start-Before:hostname keymap keyboard-setup procps pcmcia
hwclock hwclockfirst hdparm hibernate-cleanup lvm2
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Start or stop bootlogd.
# Description:   Starts or stops the bootlogd log program
#which logs boot messages.
### END INIT INFO

PATH=/sbin:/bin  # No remote fs at start
DAEMON=/sbin/bootlogd
[ -x "$DAEMON" ] || exit 0
NAME=bootlogd
DESC="boot logger"
BOOTLOGD_OPTS="-r -c"
[ -r /etc/default/bootlogd ] && . /etc/default/bootlogd
. /lib/init/vars.sh

. /lib/lsb/init-functions

# Because bootlogd is broken on some systems, we take the special measure
# of requiring it to be enabled by setting an environment variable.
case "$BOOTLOGD_ENABLE" in
  [Nn]*)
exit 0
;;
esac

# Previously this script was symlinked as "stop-bootlogd" which, when run
# with the "start" argument, should stop bootlogd.  Now stop-bootlogd is
# a distinct script, but for backward compatibility this script continues
# to implement the old behavior.
SCRIPTNAME=${0##*/}
SCRIPTNAME=${SCRIPTNAME#[SK]??}
ACTION="$1"
case "$0" in
  *stop-bootlog*)
[ "$ACTION" = start ] && ACTION=stop
;;
esac

case "$ACTION" in
  start)
# PATH is set above
[ "$VERBOSE" != no ] && log_daemon_msg "Starting $DESC" "$NAME"
if [ -d /proc/1/. ]
then
umask 027
start-stop-daemon --start --quiet --exec $DAEMON -- \
$BOOTLOGD_OPTS
ES=$?
else
$DAEMON $BOOTLOGD_OPTS
ES=$?
fi
[ "$VERBOSE" != no ] && log_end_msg $ES
;;
  stop)
PATH=/bin:/sbin:/usr/bin:/usr/sbin
[ "$VERBOSE" != no ] && log_daemon_msg "Stopping $DESC" "$NAME"
start-stop-daemon --oknodo --stop --quiet --exec $DAEMON
ES=$?
sleep 1
[ "$VERBOSE" != no ] && log_end_msg $ES
if [ -f /var/log/boot ] && [ -f /var/log/boot~ ]
then
[ "$VERBOSE" = no ] || log_action_begin_msg "Moving boot log 
file"
# bootlogd writes to boot, making backup at boot~
cd /var/log && {
chgrp adm boot || :
savelog -q -p -c 5 boot \
&& mv boot.0 boot \
&& mv boot~ boot.0
}
ES=$?
[ "$VERBOSE" = no ] || log_action_end_msg $ES
fi
;;
  restart|force-reload)
/etc/init.d/bootlogd stop
/etc/init.d/bootlogd start
;;
  status)
status_of_proc "$DAEMON" "$NAME" && exit 0 || exit $?
;;
  *)
echo "Usage: $SCRIPTNAME {start|stop|restart|force-reload|status}" >&2
exit 3
;;
esac

:

 END /etc/init.d/bootlogd

The other two files' headers are:

### BEGIN INIT INFO
# Provides:  stop-bootlogd
# Required-Start:$local_fs $all
# Required-Stop:
# Default-Start: 2 3 4 5
# Default-Stop:
# Short-Description: Stop bootlogd
# Description:   See the init.d/bootlogd script
### END INIT INFO

and

### BEGIN INIT INFO
# Provides:  stop-bootlogd-single
# Required-Start:$local_fs $all
# Required-Stop:
# Default-Start: S
# Default-Stop:
# Short-Description: Stop bootlogd in single user mode
# Description:   See the init.d/bootlogd script
### END INIT INFO

Deleting all three cleared up the problem.. my system is now running
with dependency-based boot.

cheers,
 -Brian



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



Bug#678302: tangerine assigns duplicate IDs to tracks newly added to existing database

2012-06-20 Thread Nemo Inis
Package: tangerine
Version: 0.3.4-3

Starting from scratch, tangerine correctly scans and imports all the tracks 
from my library folder.
However, if I quit tangerine, add new tracks (or folders of tracks) to my 
library, and start
tangerine again, the new tracks do not show up or do not play in my clients 
(Rhythmbox and
XBMC). But if I delete  ~/.config/tangerine/tracks.db and start tangerine 
again, the tracks
appear correctly in my clients.
I tracked the problem to some code in daap-sharp/src/Database.cs that results 
in a duplicate
track ID being assigned to any new track being added to an existing tracks 
database.
The attached patch fixes that problem for me.

System: Debian GNU/Linux testing (wheezy)
diff --git a/daap-sharp/src/Database.cs b/daap-sharp/src/Database.cs
index 82aca1b..63bae66 100644
--- a/daap-sharp/src/Database.cs
+++ b/daap-sharp/src/Database.cs
@@ -432,8 +432,7 @@ namespace DAAP {
 }
 
 public void AddTrack (Track track) {
-if (track.Id == 0)
-track.SetId (nextTrackId++);
+track.SetId (nextTrackId++);
 
 tracks.Add (track);
 basePlaylist.AddTrack (track);


Bug#678203: svn-do: Fails with "E: Not in a SVN checkout" after subversion upgrade to 1.7.5

2012-06-20 Thread Daniel Leidert
Am Dienstag, den 19.06.2012, 23:32 +0100 schrieb Neil Williams:
> On Tue, 19 Jun 2012 23:39:32 +0200
> Daniel Leidert  wrote:
>  
> > After the upgrade of subversion to series 1.7 svn-do fails with
> > "E: Not in a SVN checkout" because the new subversion format seems to
> > ship only one .svn directory in the top directory and not in every
> > directory. So a layout _package_/{trunk,tags} will fail in the "trunk"
> > directory ... only _package_/.svn exists. So the check at the beginning
> > of svn-do fails.
> 
> I'd rather just remove svn-do.

Please don't. This tool is very useful for me, especially for creating
patches via quilt. Would you consider applying the attached patch
instead?

Regards, Daniel
--- /usr/bin/svn-do.orig	2010-05-23 17:48:50.0 +0200
+++ /usr/bin/svn-do	2012-06-20 20:12:50.0 +0200
@@ -50,7 +50,7 @@ case "$1" in
 esac
 done
 
-if ! [ -d .svn ]; then
+if ! `svn info > /dev/null 2>&1`; then
 echo "E: Not in a SVN checkout" >&2
 exit 1
 fi


Bug#678303: microcom: FTBFS with ld --as-needed

2012-06-20 Thread Ilya Barygin
Package: microcom
Version: 2012.06.0-2
Severity: normal
Tags: upstream patch
User: debian-...@lists.debian.org
Usertags: ld-as-needed

microcom fails to build when --as-needed linker option is enabled,
because of incorrect order of parameters passed to ld. Here's a log of
failed build in Ubuntu:
https://launchpad.net/ubuntu/+source/microcom/2012.06.0-2/+build/3580821/+files/buildlog_ubuntu-quantal-i386.microcom_2012.06.0-2_FAILEDTOBUILD.txt.gz

See also
http://wiki.debian.org/ToolChain/DSOLinking#Only_link_with_needed_libraries

The following patch was used in Ubuntu to fix the problem.
https://launchpad.net/ubuntu/+source/microcom/2012.06.0-2ubuntu1

--- microcom-2012.06.0.orig/Makefile
+++ microcom-2012.06.0/Makefile
@@ -20,7 +20,7 @@
 #/

 CFLAGS += -Wall -O2 -g
-LDFLAGS+= -lreadline -lpthread
+LDLIBS += -lreadline -lpthread
 CPPFLAGS   += -DPKG_VERSION="\"2012.06.0\"" -DPF_CAN=29 -DAF_CAN=PF_CAN





-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org



  1   2   3   4   >