Bug#591456: Further effects of missing hotplugpath.sh [Re: squeeze: xen 4.0.1-2 + drbd8-utils: block-drbd script does no longer work?!]

2011-02-10 Thread Henrik Langos
FYI: This bug also breaks user supplied scripts (/etc/xen/scripts/block-*)
that are needed to handle block device mounting other than phy: and file:
disks.

See attached email from debian-user mailing list.

cheers
-henrik

---BeginMessage---
Just upgraded from Lenny to Squeeze and ran into the same problem 
with my block-iscsi script:

 # xm create foo.example.com.cfg
 Using config file /etc/xen/foo.example.com.cfg.
 Error: Device 2049 (vbd) could not be connected. Hotplug scripts not working.

I tried to call my script directly in order to figure out what was going wrong:

xenhost04:/etc/xen/scripts# ./block-iscsi
./xen-hotplug-common.sh: line 20: ./hotplugpath.sh: No such file or directory

Apparently /etc/xen/scripts/block-common.sh includes 

 dir=$(dirname $0)
 . $dir/xen-hotplug-common.sh

and xen-hotplug-common.sh is to blame.

There is no hotplugpath.sh int /etc/xen/scripts or anywhere else on the system.

Where in xen-utils-common-3.2.0-2_all.deb it contained these lines:

 
 dir=$(dirname $0)
 . $dir/logging.sh
 . $dir/xen-script-common.sh
 . $dir/locking.sh


now in 4.0.0-1 it contains:


dir=$(dirname $0)
. $dir/hotplugpath.sh
. $dir/logging.sh
. $dir/xen-script-common.sh
. $dir/locking.sh


Apparently hotplugpath.sh has been omited during packaging and it seems 
that block device helper scripts are not the only victim.
There already is a bug about the impact on routing:

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

Does anybody care to add this information and upgrade that 
bug's severity?

cheers
-henrik


---End Message---


Bug#612718: ITP: libanyevent-dbd-pg-perl -- AnyEvent interface to DBD::Pg's async interface

2011-02-10 Thread Dmitry E. Oboukhov
Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov un...@debian.org

* Package name: libanyevent-dbd-pg-perl
  Version : 0.03
  Upstream Author : Mons Anderson, m...@cpan.org
* URL : 
http://search.cpan.org/~mons/AnyEvent-DBD-Pg/lib/AnyEvent/DBD/Pg.pm
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : AnyEvent interface to DBD::Pg's async interface

This perl-module can be used inside AnyEvent application to
access postgresql database in non-blocking mode.



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



Bug#612376: flash-kernel: please include efikamx support

2011-02-10 Thread Martin Michlmayr
* Christian PERRIER bubu...@debian.org [2011-02-08 06:37]:
 I just diff'ed that file with the one we have in the current
 flash-kernel package and the diff isgiant (bigger than the file,
 actually).

Yeah, you'd think that Clint would know how to submit a proper patch.

I'm not planning to take a look at this since it's heavily forked.

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



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



Bug#612719: Package description outdated

2011-02-10 Thread Martin Eberhard Schauer

Package: libregexp-assemble-perl
Version: 0.34-5
Severity: wishlist
Tags: patch

Dear Xavier,
translating the package description to German I found the description still
talking about perl 5.10 as something in the future. But 5.10 ist part of 
Debian since Lenny.


The attached patch for debian/control fixes the issue.

I built the package on lenny with

ii  debhelper  8.0.0~bpo50+2  helper programs for debian/rules

and checked it with

ii  lintian2.4.3~bpo50+1  Debian package checker.

Kind regards
  Martin

--- control.orig	2010-06-08 11:04:51.0 +0200
+++ control	2011-02-10 08:44:07.0 +0100
@@ -4,7 +4,7 @@
 Build-Depends: debhelper (= 7)
 Build-Depends-Indep: perl (= 5.6.10-12)
 Maintainer: Xavier Guimard x.guim...@free.fr
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
 DM-Upload-Allowed: yes
 Homepage: http://search.cpan.org/dist/Regexp-Assemble/
 
@@ -28,8 +28,7 @@
  You should realise that large numbers of alternations are processed
  in perl's regular expression engine in O(n) time, not O(1). If you
  are still having performance problems, you should look at using a
- trie. Note that Perl's own regular expression engine will implement
- trie optimisations in perl 5.10 (they are already available in
- perl 5.9.3 if you want to try them out). Regexp::Assemble will
- do the right thing when it knows it's running on a trie'd perl.
+ trie. Note that Perl's own regular expression engine implements
+ trie optimisations since perl 5.10. Regexp::Assemble will do the
+ right thing when it knows it's running on a trie'd perl.
  (At least in some version after this one).


Bug#610379: git-import-dsc: copes poorly with missing 'upstream' branch

2011-02-10 Thread Guido Günther
Hi Jonathan,
On Wed, Feb 09, 2011 at 04:36:46PM -0600, Jonathan Nieder wrote:
 Hi Guido,
 
 Guido Günther wrote:
  On Mon, Jan 17, 2011 at 10:01:46PM -0600, Jonathan Nieder wrote:
 
   1) the error message from rev-parse --verify is not so useful.
   2) it's not clear to me why git-buildpackage wants the
  'upstream' rev in the first place.  Couldn't it create
  the branch itself?
 
  I've added a --create-missing-branches option to git to cope with
  another case: importing via git-import-dscs an archive that switches
  from Debian only to upstream + debian .diff.gz. I think that should help
  with your issue too.
 
 Sounds interesting.  I don't think that would work here, since that
 makes the upstream branch branch from current HEAD, no?

Yes, since this is what's needed when switching from debian native to
upstream + debian.

 I suspect this particular bug (user confusion trying import-dsc for
 the first time) might be better solved with something like the following.
 The help string is stolen from git-import-orig.  Probably the message
 should go in a module to simplify maintenance but I'm not sure which
 one --- gbp.config, maybe?

gbp.config fits nicely. 
 -- Guido

 
 Thanks for a reminder.
 ---
 diff --git a/git-import-dsc b/git-import-dsc
 index d537ad6..f248046 100755
 --- a/git-import-dsc
 +++ b/git-import-dsc
 @@ -275,6 +275,14 @@ def main(argv):
  if not repo.has_branch(branch) and 
 options.create_missing_branches:
  gbp.log.info(Creating missing branch '%s' % branch)
  repo.create_branch(branch)
 +if not repo.has_branch(branch):
 +gbp.log.err(
 +Repository does not have branch '%s' for upstream sources. If there is none 
 see
 +file:///usr/share/doc/git-buildpackage/manual-html/gbp.import.html#GBP.IMPORT.CONVERT
 +on howto create it otherwise use --upstream-branch to specify it.
 +  % branch)
 +raise GbpError
 +
  commit = repo.commit_dir(unpack_dir,
   Imported %s % msg,
   branch)
 
 



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



Bug#612720: gnome-core: clicking a link doesn't bring up preffered browser

2011-02-10 Thread macarthur
Package: gnome-core
Version: 1:2.30+7
Severity: normal

Upon clicking a link in pidgin the browser opened is seemingly taken at random.
At first it was chromium(not my default nor preffered) then once i uninstalled
that, it was ephiphany, after i uninstalled that it was iceweasle. It is as if
it cannot run the command i told it to open up firefox as it should but it
won't for whatever reason work with me.



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

Kernel: Linux 2.6.32-5-amd64 (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 gnome-core depends on:
ii  desktop-base 6.0.5   common files for the Debian Deskto
ii  dmz-cursor-theme 0.4.3   Style neutral, scalable cursor the
ii  eog  2.30.2-1Eye of GNOME graphics viewer progr
ii  evince   2.30.3-2Document (PostScript, PDF) viewer
ii  evolution2.30.3-5groupware suite with mail client a
ii  evolution-data-server2.30.3-2evolution database backend server
ii  file-roller  2.30.2-2an archive manager for GNOME
ii  gedit2.30.4-2official text editor of the GNOME 
ii  gnome-about  2.30.2-2The GNOME about box
ii  gnome-applets2.30.0-3Various applets for the GNOME pane
ii  gnome-control-center 1:2.30.1-2  utilities to configure the GNOME d
ii  gnome-disk-utility   2.30.1-2manage and configure disk drives a
ii  gnome-icon-theme 2.30.3-2GNOME Desktop icon theme
ii  gnome-keyring2.30.3-5GNOME keyring services (daemon and
ii  gnome-menus  2.30.3-1an implementation of the freedeskt
ii  gnome-panel  2.30.2-3launcher and docking facility for 
ii  gnome-power-manager  2.32.0-2power management tool for the GNOM
ii  gnome-screensaver2.30.0-3GNOME screen saver and locker
ii  gnome-session2.30.2-3The GNOME Session Manager - GNOME 
ii  gnome-settings-daemon2.30.2-2daemon handling the GNOME session 
ii  gnome-terminal   2.30.2-1The GNOME terminal emulator applic
ii  gnome-themes 2.30.2-1official themes for the GNOME desk
ii  gnome-user-guide 2.30.1-1GNOME user's guide
ii  gstreamer0.10-alsa   0.10.30-1   GStreamer plugin for ALSA
ii  gstreamer0.10-plugins-ba 0.10.30-1   GStreamer plugins from the base 
ii  gstreamer0.10-plugins-go 0.10.24-1   GStreamer plugins from the good 
ii  gtk2-engines 1:2.20.1-1  theme engines for GTK+ 2.x
ii  gvfs 1.6.4-3 userspace virtual filesystem - ser
ii  gvfs-backends1.6.4-3 userspace virtual filesystem - bac
ii  iceweasel [gnome-www-bro 3.5.16-4Web browser based on Firefox
ii  metacity 1:2.30.1-3  lightweight GTK+ window manager
ii  nautilus 2.30.1-2file manager and graphical shell f
ii  policykit-1-gnome0.96-3  GNOME authentication agent for Pol
ii  totem2.30.2-6A simple media player for the GNOM
ii  yelp 2.30.1+webkit-1 Help browser for GNOME

gnome-core recommends no packages.

Versions of packages gnome-core suggests:
pn  gnome-desktop-environment none (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#612721: please provide logcheck filters

2011-02-10 Thread martin f krafft
Package: iodine
Version: 0.6.0~rc1-2
Severity: wishlist
Tags: patch

Please install the file /etc/logcheck/ignore.d.server/iodined with
the following contents:

^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ iodined: accepted version for user 
#[[:digit:]]+ from [.[:digit:]]{7,15}$
^\w{3} [ :[:digit:]]{11} [._[:alnum:]-]+ iodined: accepted password from user 
#[[:digit:]]+, given IP [.[:digit:]]{7,15}$

Thanks,

-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages iodine depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debconf [debconf-2.0]   1.5.38   Debian configuration management sy
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  udev164-4/dev/ and hotplug management daemo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

iodine recommends no packages.

Versions of packages iodine suggests:
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
ii  fping2.4b2-to-ipv6-16.1  sends ICMP ECHO_REQUEST packets to
ii  gawk 1:3.1.7.dfsg-5  GNU awk, a pattern scanning and pr
ii  ipcalc   0.41-2  parameter calculator for IPv4 addr
ii  iproute  20100519-3  networking and traffic control too

-- debconf information excluded


-- 
 .''`.   martin f. krafft madduck@d.o  Related projects:
: :'  :  proud Debian developer   http://debiansystem.info
`. `'`   http://people.debian.org/~madduckhttp://vcs-pkg.org
  `-  Debian - when you have better things to do than fixing systems


digital_signature_gpg.asc
Description: Digital signature (see http://martin-krafft.net/gpg/sig-policy/999bbcc4/current)


Bug#612722: ITP: liblib-abs-perl - converts relative path to absolute

2011-02-10 Thread Dmitry E. Oboukhov
Package: wnpp
Severity: wishlist
Owner: Dmitry E. Oboukhov un...@debian.org

* Package name: liblib-abs-perl
  Version : 0.92
  Upstream Author : Mons Anderson, m...@cpan.org
* URL : http://search.cpan.org/~mons/lib-abs/lib/lib/abs.pm
* License : Artistic or GPL-1+
  Programming Lang: Perl
  Description : converts relative path to absolute

 The main reason of this library is transformate relative paths to
 absolute at the BEGIN stage, and push transformed to @INC. Relative
 path basis is not the current working directory, but the location of
 file, where the statement is (caller file).
-- 
... mpd is off

. ''`.   Dmitry E. Oboukhov
: :’  :   email: un...@debian.org jabber://un...@uvw.ru
`. `~’  GPGKey: 1024D / F8E26537 2006-11-21
  `- 1B23 D4F8 8EC0 D902 0555  E438 AB8C 00CF F8E2 6537


signature.asc
Description: Digital signature


Bug#612678: Not a bug

2011-02-10 Thread Florian Haas
This is not a bug, it's the intended behavior.

The advised 60 is the minimum timeout that the STONITH agent author
has suggested to use for this STONITH resource type. These suggested
minimum timeouts differ widely across agents.

The default timeout 20 is the default-action-timeout cluster property
which is normally set at 20 seconds.

The warning is a reminder to users that they should either set a longer
timeout on this specific STONITH resource, or define a longer
default-action-timeout.





signature.asc
Description: OpenPGP digital signature


Bug#612723: iodine overwrites /etc/default/iodine during upgrade with a sourced version of that file

2011-02-10 Thread Debian bug at v.nix.is
Package: iodine
Version: 0.6.0~rc1-4
Severity: serious

When I upgrade iodine it'll overwrite my changes in
/etc/default/iodine. This appears to be done by this bit in
debian/postinst:

db_get iodine/start_daemon
START_IODINED=$RET
db_get iodine/daemon_options
IODINED_ARGS=$RET
db_get iodine/daemon_password
IODINED_PASSWORD=$RET
cat EOF  /etc/default/iodine
# Default settings for iodine. This file is sourced from
# /etc/init.d/iodined
START_IODINED=$START_IODINED
IODINED_ARGS=$IODINED_ARGS
IODINED_PASSWORD=$IODINED_PASSWORD
EOF

Since it sources the file it'll be changed like this after upgrade:

$ sudo git diff default/iodine
diff --git a/default/iodine b/default/iodine
index 4132933..b9384c4 100644
--- a/default/iodine
+++ b/default/iodine
@@ -2,4 +2,4 @@
 # /etc/init.d/iodined
 START_IODINED=true
 IODINED_ARGS=-c -p 5252 172.31.255.1/27 MY-HOSTNAME
-IODINED_PASSWORD=$(cat /etc/iodine/passwd/iodine)
+IODINED_PASSWORD=my seekrt password

Where my seekrt password is the contents of
/etc/iodine/passwd/iodine. There's two things wrong with this:

 * /etc/default/iodine is sourced as a shell file, and due to
   constructs like $() you can't source it and write out the relevant
   variables again without making changes like these.

 * /etc/default/iodine is a configuration file. You should ask before
   modifying it as most Debian packages do (per policy) for their
   configuration files. The iodine package isn't doing this, hence
   marking this bug as serious.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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

Versions of packages iodine depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  makedev 2.3.1-89 creates device files in /dev
ii  udev164-3/dev/ and hotplug management daemo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

iodine recommends no packages.

Versions of packages iodine suggests:
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
pn  fpingnone  (no description available)
ii  gawk 1:3.1.7.dfsg-5  GNU awk, a pattern scanning and pr
pn  ipcalc   none  (no description available)
ii  iproute  20100519-3  networking and traffic control too

-- 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#612724: devscripts: with an svn-buildpackage setup, debsign debrelease cannot find .changes while debi can

2011-02-10 Thread Paul Wise
Package: devscripts
Version: 2.10.70
Severity: wishlist

I'm using svn-buildpackage and when I type sudo debi, it knows that it
can find the binary packages in ../build-area/ by looking in the
deb-layout file in the .svn directory. debi uses the following code to
read the file and use the correct directory, it would be great if that
could be added to debsign, debrelease and anything else that has to
automatically find the changes file to do something.

if (-e .svn/deb-layout) {
# Cope with format of svn-buildpackage tree
my $fh;
open($fh, , .svn/deb-layout) || die Can't open .svn/deb-layout: 
$!\n;
my($build_area) = grep /^buildArea=/, $fh;
close($fh);
if (defined($build_area) and not $opt_debsdir) {
chomp($build_area);
$build_area =~ s/^buildArea=//;
$debsdir = $build_area if -d $build_area;
}
}

--- ~/.devscripts ---
export DEBUILD_DPKG_BUILDPACKAGE_OPTS=-j2 -us -uc -i -ICVS -I.svn
export DEBUILD_LINTIAN_OPTS=--info --display-info --display-experimental 
--pedantic --show-overrides --checksums --color auto
export DEBUILD_LINTIAN=yes
export DEBSIGN_KEYID=6BE3C423
export DEBEMAIL=p...@debian.org
export DEBCHANGE_RELEASE_HEURISTIC=changelog
export DEBCHANGE_MULTIMAINT_MERGE=yes
export RMADISON_DEFAULT_URL=ubuntu,debian
export RMADISON_URL_MAP_SHORTHAND=ubuntu,debian

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (700, 'testing'), (600, 'unstable'), (550, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages devscripts depends on:
ii  dpkg-dev  1.15.8.10  Debian package development tools
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 

Versions of packages devscripts recommends:
ii  at 3.1.12-1  Delayed job execution and batch pr
ii  bsd-mailx [mailx]  8.1.2-0.20100314cvs-1 simple mail user agent
ii  bzr2.1.2-1   easy to use distributed version co
ii  curl   7.21.3-1  Get a file from an HTTP, HTTPS or 
ii  cvs1:1.12.13-12  Concurrent Versions System
ii  darcs  2.4.4-3   a distributed, interactive, smart 
ii  dctrl-tools2.14.5Command-line tools to process Debi
ii  debian-keyring [de 2011.01.24GnuPG keys of Debian Developers
ii  dput   0.9.6.1   Debian package upload tool
ii  dupload2.6.6 utility to upload Debian packages
ii  elinks [www-browse 0.12~pre5-2   advanced text-mode WWW browser
ii  epiphany-browser [ 2.30.6-1  Intuitive GNOME web browser
ii  equivs 2.0.8 Circumvent Debian package dependen
ii  fakeroot   1.14.5-1  Gives a fake root environment
ii  galeon [www-browse 2.0.7-2.1+b1  GNOME web browser for advanced use
ii  git [git-core] 1:1.7.2.3-2.2 fast, scalable, distributed revisi
ii  git-core   1:1.7.2.3-2.2 fast, scalable, distributed revisi
ii  gnupg  1.4.10-4  GNU privacy guard - a free PGP rep
ii  iceweasel [www-bro 3.5.16-4  Web browser based on Firefox
ii  konqueror [www-bro 4:4.4.5-2 advanced file manager, web browser
pn  libauthen-sasl-per none(no description available)
ii  libcrypt-ssleay-pe 0.57-2Support for https protocol in LWP
ii  libjson-perl   2.27-1Perl module to parse and convert t
ii  libparse-debcontro 2.005-2   Easy OO parsing of Debian control-
ii  libsoap-lite-perl  0.712-2   Perl implementation of a SOAP clie
ii  libterm-size-perl  0.2-4+b1  Perl extension for retrieving term
ii  libtimedate-perl   1.2000-1  collection of modules to manipulat
ii  liburi-perl1.58-1module to manipulate and access UR
ii  libwww-perl5.837-1   simple and consistent interface to
ii  libyaml-syck-perl  1.17-1Perl module providing a fast, ligh
ii  lintian2.4.3 Debian package checker
ii  lsb-release3.2-27Linux Standard Base version report
ii  lzma   4.43-14   Compression method of 7z format in
ii  man-db 2.5.7-8   on-line manual pager
ii  mercurial  1.6.4-1   scalable distributed version contr
ii  midori [www-browse 0.2.4-3   fast, lightweight graphical web br
ii  netsurf-gtk [www-b 2.1-2.1   Small portable web browser with CS
ii  netsurf-linuxfb [w 2.1-2.1   Small portable web browser with CS
ii  

Bug#612668: evince-gtk: crashes with Segfault

2011-02-10 Thread Mike Dornberger
Hi,

On Wed, Feb 09, 2011 at 09:49:43PM +0100, Mike Dornberger wrote:
 Lenny's evince segfaults on

I forgot to mention that the document gets rendered with Lenny's xpdf
(3.02-1.4+lenny3) without a crash:

/tmp/x$ xpdf 289587.pdf
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
Error: Illegal entry in bfchar block in ToUnicode CMap
XtUngrabButton(drawArea,3,0)
Warning: Attempt to remove nonexistent passive grab

(The last two lines I get on every document with xpdf on closing the
viewer.)

Greetings,
 Mike Dornberger



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



Bug#612725: radiotray: missing dependency

2011-02-10 Thread Stefan Pavlov
Package: radiotray
Version: 0.6-2
Severity: important

Radiotray application can't start without having gstreamer0.10-plugins-base 
packet installed.
I have minimal kde-plasma-desktop installation.
It ends with this error:

PLS playlist decoder
M3U playlist decoder
ASX-familiy playlist decoder
XSPF playlist decoder
ASF playlist decoder
RAM playlist decoder
Traceback (most recent call last):
  File /usr/bin/radiotray, line 15, in module
radiotray.main(sys.argv[1:])
  File /usr/lib/pymodules/python2.6/radiotray/radiotray.py, line 33, in main
RadioTray()
  File /usr/lib/pymodules/python2.6/radiotray/RadioTray.py, line 58, in 
__init__
self.audio = AudioPlayerGStreamer(self.mediator, self.log)
  File /usr/lib/pymodules/python2.6/radiotray/AudioPlayerGStreamer.py, line 
36, in __init__
self.player = gst.element_factory_make(playbin2, player)
gst.ElementNotFoundError: playbin2






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

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

Versions of packages radiotray depends on:
ii  python2.6.6-3+squeeze5   interactive high-level object-orie
ii  python-dbus   0.83.1-1   simple interprocess messaging syst
ii  python-gobject2.21.4+is.2.21.3-1 Python bindings for the GObject li
ii  python-gst0.100.10.19-1  generic media-playing framework (P
ii  python-gtk2   2.17.0-4   Python bindings for the GTK+ widge
ii  python-lxml   2.2.8-2pythonic binding for the libxml2 a
ii  python-notify 0.1.1-2+b2 Python bindings for libnotify
ii  python-support1.0.10 automated rebuilding support for P
ii  python-xdg0.19-2 Python library to access freedeskt

radiotray recommends no packages.

radiotray suggests no packages.

-- 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#612726: linux-base: drbd module out of sync with userland

2011-02-10 Thread Dominik Dingel
Package: linux-base
Version: 2.6.32-30
Severity: normal

The drbd-utils package got upgrade and does not match anymore the kernel
module. Please backport the current drbd version or update the kernel.

Thanks
Dominik

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (900, 'testing'), (600, 'unstable'), (300, 'experimental'), (300, 
'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-openvz-amd64 (SMP w/8 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 linux-base depends on:
ii  debconf [debconf-2.0] 1.5.38 Debian configuration management sy
ii  libuuid-perl  0.02-4 Perl extension for using UUID inte
ii  udev  164-3  /dev/ and hotplug management daemo
ii  util-linux2.17.2-9   Miscellaneous system utilities

linux-base recommends no packages.

linux-base suggests no packages.

-- debconf information:
* linux-base/disk-id-manual-boot-loader:
  linux-base/disk-id-update-failed:
* linux-base/disk-id-manual:
  linux-base/disk-id-convert-plan-no-relabel: true
* linux-base/disk-id-convert-auto: true
  linux-base/do-bootloader-default-changed:
  linux-base/disk-id-convert-plan: true



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



Bug#580486: openoffice.org: Printing DL envelopes on my Epson R800 comes out wrongly positioned

2011-02-10 Thread Lawrence D'Oliveiro
I just tried LibreOffice 3.3, and the address looks to be in the right
place now.



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



Bug#612727: env-preseed: mirror/http/proxy= in kernel parameters via PXE doesn't work

2011-02-10 Thread Samuel Thibault
Package: env-preseed
Version: 1.48
Severity: normal

Hello,

Giving mirror/http/proxy= on the PXE kernel command line (i.e. giving an
empty value) doesn't seem to be feeding debconf: the question is still
getting asked. We also tried mirror/http/proxy= with the same result.

More precisely, the pxe configuration is

APPEND ramdisk_size=14984 locale=fr_FR.UTF-8 
console-keymaps-at/keymap=fr-latin9 console-setup/layoutcode=fr 
netcfg/get_hostname=inrescuemode netcfg/get_domain=ens-lyon.fr 
mirror/country=fr mirror/http/hostname=ftp.fr.debian.org 
mirror/http/directory=debian vga=normal 
initrd=debian/squeeze/i386/debian-installer/i386/initrd.gz rescue/enable=true --

Samuel

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

Kernel: Linux 2.6.37 (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/bash

-- 
Samuel Thibault samuel.thiba...@fnac.net
   La  fonction  memfrob() crypte les n premiers octets de la
   zone de mémoire  s  en  effectuant  un  OU-exclusif  entre
   chaque  octet  et le nombre 42.
(extrait de la page de man de memfrob -- Manuel du programmeur Linux)



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



Bug#605090: Updated patch

2011-02-10 Thread Bastian Blank
On Wed, Jan 26, 2011 at 09:56:35PM +0100, Yves-Alexis Perez wrote:
 On mer., 2011-01-26 at 14:54 +0100, Bastian Blank wrote: 
  On Wed, Jan 26, 2011 at 01:29:14PM +0100, Yves-Alexis Perez wrote:
   On mer., 2011-01-26 at 08:25 +0100, Bastian Blank wrote:
On Tue, Jan 18, 2011 at 06:32:50PM +0100, Yves-Alexis Perez wrote:
 +++ debian/config/amd64/grsec/config  (revision 0)
Remove, no real settings here.
   What do you mean by “real” settings? PAX_PER_CPU_PGD is enabled by
   UDEREF and TASK_SIZE_MAX_SHIFT is set to 42 on amd64 because of how it
   has been implemented without segmentation.
  Real settings can be modified by the user, this two can't.
 I still don't get it.

Use menuconfig. Try to modify the values.

  You will need a git repository in the future. So please start with it.
 I was kind-of waiting for the git linux-2.6 transition. I contacted Ben
 Hutchings about his linux-2.6 tree on git.debian.org but he told me to
 rather directly request to join the alioth project and don't wait for
 the transition to happen. 

Please start with it. I don't want random code drops _right_ _now_.

   As I already pointed out on the first mail, Brad Sprengler has already
   said he wasn't interested in upstreaming stuff.
  What Brad wants or don't want is irrelevant here. While the patch policy
  for the main kernel is rather strict, other featuresets can incorporate
  more changes. However this is no free ticket to push anything into it.

Okay. Then I set the rules:
* The patch must be minimal. This means:
  - Arbitrary fixes must go to mainline.
  - No style changes in random code.

Bastian

-- 
Violence in reality is quite different from theory.
-- Spock, The Cloud Minders, stardate 5818.4



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



Bug#612728: mpd upgrade invalidates database

2011-02-10 Thread Kevin van der Vlist
Package: mpd
Version: 0.16.1-1

An upgrade from mpd 0.15.x to 0.16.x that happend last week didn't
work flawless on my server. The database version between the two
versions apparently isn't compatible. The upgrade went fine, but when
dpkg attempted to start the daemon, it quit with an error. I'm not 100
% sure, but I thought it was Database format mismatch, discarding
database file. Removing the old database (in my case default;
/var/lib/mpd/tag_cache), and creating a new one (touch
/var/lib/mpd/tag_cache; chown mpd:audio /var/lib/mpd/tag_cache) fixed
the issue, I could start mpd again, and order it to update it's
database.

I think it would be better to at least provide the user with the
message that the former steps need to be done. Perhaps it can even be
done by default, since the config files are compatible anyway.
Regenerating the database shouldn't be that much of an issue.

dpkg.log entry:
2011-02-04 15:19:39 upgrade mpd 0.15.15-2 0.16.1-1

Current installed version:
ii  mpd0.16.1-1
   Music Player Daemon

Kevin van der Vlist



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



Bug#612639: cannot create sid chroot

2011-02-10 Thread Holger Levsen
Hi,

On Mittwoch, 9. Februar 2011, Cyril Brulebois wrote:
 Holger Levsen deb...@layer-acht.org (09/02/2011):
  I actually don't know if this is debootstraps fault or something
  else. Please reassign accordingly. Thanks!
 What about (reading and) attaching your debootstrap log?

doh, thanks for that hint!

Even though Denis has already attached his, here is mine. I couldnt figure out 
what the exact cause is, but I suspect it's somewhere here:

Setting up debian-archive-keyring (2010.08.28) ...
gpg: keyring `/etc/apt/trusted.gpg' created
gpg: fatal: /root/.gnupg: directory does not exist!
secmem usage: 1408/1408 bytes in 2/2 blocks of pool 1408/32768
dpkg: error processing debian-archive-keyring (--configure):
 subprocess installed post-installation script returned error exit status 2
dpkg: dependency problems prevent configuration of apt:
 apt depends on debian-archive-keyring; however:
  Package debian-archive-keyring is not configured yet.
dpkg: error processing apt (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of aptitude:
 aptitude depends on libapt-pkg4.10; however:
  Package libapt-pkg4.10 is not installed.
  Package apt which provides libapt-pkg4.10 is not configured yet.
dpkg: error processing aptitude (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of libept1:
 libept1 depends on libapt-pkg4.10; however:
  Package libapt-pkg4.10 is not installed.
  Package apt which provides libapt-pkg4.10 is not configured yet.
dpkg: error processing libept1 (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of apt-utils:
 apt-utils depends on apt (= 0.8.11); however:
  Package apt is not configured yet.
 apt-utils depends on libapt-pkg4.10; however:
  Package libapt-pkg4.10 is not installed.
  Package apt which provides libapt-pkg4.10 is not configured yet.
dpkg: error processing apt-utils (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tasksel:
 tasksel depends on aptitude (= 0.2.15-1); however:
  Package aptitude is not configured yet.
dpkg: error processing tasksel (--configure):
 dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of tasksel-data:
 tasksel-data depends on tasksel; however:
  Package tasksel is not configured yet.
dpkg: error processing tasksel-data (--configure):
 dependency problems - leaving unconfigured
Errors were encountered while processing:
 debian-archive-keyring
 apt
 aptitude
 libept1
 apt-utils
 tasksel
 tasksel-data


cheers,
Holger
warning, in file '/var/lib/dpkg/status' near line 3 package 'dpkg':
 missing description
warning, in file '/var/lib/dpkg/status' near line 3 package 'dpkg':
 missing maintainer
Selecting previously deselected package base-files.
dpkg: regarding .../base-files_6.1_i386.deb containing base-files, pre-dependency problem:
 base-files pre-depends on awk
  awk is not installed.
dpkg: warning: ignoring pre-dependency problem!
(Reading database ... 0 files and directories currently installed.)
Unpacking base-files (from .../base-files_6.1_i386.deb) ...
Selecting previously deselected package base-passwd.
Unpacking base-passwd (from .../base-passwd_3.5.22_i386.deb) ...
dpkg: base-passwd: dependency problems, but configuring anyway as you requested:
 base-passwd depends on libc6 (= 2.1); however:
  Package libc6 is not installed.
Setting up base-passwd (3.5.22) ...
dpkg: base-files: dependency problems, but configuring anyway as you requested:
 base-files depends on awk; however:
  Package awk is not installed.
Setting up base-files (6.1) ...
warning, in file '/var/lib/dpkg/status' near line 44 package 'dpkg':
 missing description
warning, in file '/var/lib/dpkg/status' near line 44 package 'dpkg':
 missing maintainer
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libbz2-1.0
  libbz2-1.0 is not installed.
dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libc6 (= 2.6)
dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on libselinux1 (= 1.32)
dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on zlib1g (= 1:1.1.4)
dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on coreutils (= 5.93-1)
dpkg: warning: ignoring pre-dependency problem!
dpkg: regarding .../dpkg_1.15.8.10_i386.deb containing dpkg, pre-dependency problem:
 dpkg pre-depends on xz-utils
  xz-utils is not installed.
dpkg: warning: ignoring pre-dependency problem!

Bug#612349: Patch that mentions release notes

2011-02-10 Thread Andrei Popescu
On Mi, 09 feb 11, 19:48:11, Karl O. Pinc wrote:
 Hi,
 
 Attached is a patch that mentions installing firmware.
 
 I've not verified that apt-file is usable or installable
 at this point in the upgrade process, but I'm not sure what
 else to recommend.   

AFAICT all firmware packages mention the files in the description, which 
means apt-cache should find the correct package.

Regards,
Andrei
-- 
Offtopic discussions among Debian users and developers:
http://lists.alioth.debian.org/mailman/listinfo/d-community-offtopic


signature.asc
Description: Digital signature


Bug#612695: Squeeze installer freeze while detecting hardware (hw-detect)

2011-02-10 Thread Ettore Del Negro
I've tried the i386 image
(http://cdimage.debian.org/debian-cd/6.0.0/i386/iso-cd/debian-6.0.0-i386-netinst.iso)
and it works.
This problem only affects amd64 installer.



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



Bug#419180: gs-esp fails while processing a file prepared for printing

2011-02-10 Thread Jonathan Nieder
Hi Alexei,

Three years ago, you wrote:

 I can't print an openoffice document on a cups printer. Some
 investigation shows that the problem occurs when gs-esp processes a
 postscript file prepared for printing The situation may be modelled with
 the following command:

 $ cat prt.ps | /usr/bin/gs-esp -dQUIET -dDEBUG -dPARANOIDSAFER\
 -dNOPAUSE -dBATCH -dNOMEDIAATTRS -sDEVICE=cups -sstdout=%stderr\
 -sOUTPUTFILE=%stdout -c - prt.out 21
 Segmentation fault

 Files prt.ps and prt.out may be taken at
 https://208.195-224-87.telenet.ru:4445/.

Sorry for the long delay in responding; naturally I am interested to
see if this still happens.  Is the prt.ps in question available
somewhere?  Have you tried with recent ghostscript and cups?

Bastien, this might be another manifestation of
http://bugs.debian.org/422712

Thanks for reporting and sorry for the trouble,
Jonathan



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



Bug#612729: freedict-kur-deu: FTBFS: dictd2dic: command not found

2011-02-10 Thread Jakub Wilk

Source: freedict-kur-deu
Version: 0.1-1
Severity: serious
Justification: fails to build from source

freedict-kur-deu FTBFS in a clean sid+experimental chroot. The 
interesting part of the build log:


| make[1]: Leaving directory 
`/build/sbuild-freedict-kur-deu_0.1-1-i386-7VpSj_/freedict-kur-deu-0.1'
| FREEDICTDIR=freedict-tools/mk dictname=kur-deu \
|   xsldir=/usr/share/freedict-tools/tools/xsl \
|   supported_phonetics= 
XDF2TEI=/usr/share/freedict-tools/scripts/xdf2tei.pl /usr/bin/make stardict
| make[1]: Entering directory 
`/build/sbuild-freedict-kur-deu_0.1-1-i386-7VpSj_/freedict-kur-deu-0.1'
| echo -n   kur-deu.idxhead
| dictd2dic kur-deu dictd2dic.out
| bash: dictd2dic: command not found
| make[1]: *** [dictd_www.dict.org_kur-deu.idx] Error 127

--
Jakub Wilk



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



Bug#612730: wackamole: It is not possible to specify custom config file

2011-02-10 Thread Ondrej Jombik
Package: wackamole
Version: 2.1.1-3.1+b1
Severity: normal


You can edit /etc/default/wackamole to specify custom config file:

# Options
OPTIONS=-c /etc/spread/wackamole.conf

However this is not working due to default options in /etc/init.d/wackamole
file:

DOPTIONS=-c /etc/wackamole.conf

After /etc/init.d/wackamole restart wackamole is not running.

I wish I could have ability to define custom config file for wackamole.
It is very important for our environment, and we do not want to use custom
changes.


-- System Information:
Debian Release: 6.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=sk_SK (charmap=ISO-8859-2)
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#612731: freedict-kur-eng: FTBFS: dictd2dic: command not found

2011-02-10 Thread Jakub Wilk

Source: freedict-kur-eng
Version: 0.1-1
Severity: serious
Justification: fails to build from source

freedict-kur-eng FTBFS in a clean sid+experimental chroot. The interesting part
of the build log:

| make[1]: Leaving directory 
`/build/sbuild-freedict-kur-eng_0.1-1-i386-kz4o6R/freedict-kur-eng-0.1'
| FREEDICTDIR=freedict-tools/mk dictname=kur-eng \
|   xsldir=/usr/share/freedict-tools/tools/xsl \
|   supported_phonetics= 
XDF2TEI=/usr/share/freedict-tools/scripts/xdf2tei.pl /usr/bin/make stardict
| make[1]: Entering directory 
`/build/sbuild-freedict-kur-eng_0.1-1-i386-kz4o6R/freedict-kur-eng-0.1'
| echo -n   kur-eng.idxhead
| dictd2dic kur-eng dictd2dic.out
| bash: dictd2dic: command not found
| make[1]: *** [dictd_www.dict.org_kur-eng.idx] Error 127

--
Jakub Wilk



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



Bug#537678: zsh: after putting a job in background, line edition does not work

2011-02-10 Thread Axel Beckert
tags 537678 + moreinfo
kthxbye

Hi,

Erwan David wrote:
 Package: zsh
 Version: 4.3.6-6
 Severity: normal
 
 After putting a job in background (^Z then bg) line edition does not
 work and control characters appear as if ^V was pressed before them.

I remember having seen this then and when after I ^Zetted man. But I
can't reproduce neither the behaviour I remembered (without the bg)
nor the one you described (with bg) on Debian Lenny with either cat or
man. Can't reproduce it on Sid either.

Can you tell us, with which program you can reproduce this? And maybe
your .zshrc if you have one?

 after the first command is processed by the shell, everything works fine.

In my case pressing just enter already sufficed to get rid of the
issue, so it was never annoying enough that even thought about a bug
report. :-)

Regards, Axel
-- 
 ,''`.  |  Axel Beckert a...@debian.org, http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5



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



Bug#612732: freedict-kur-tur: FTBFS: dictd2dic: command not found

2011-02-10 Thread Jakub Wilk

Source: freedict-kur-tur
Version: 0.1-1
Severity: serious
Justification: fails to build from source

freedict-kur-tur FTBFS in a clean sid+experimental chroot. The interesting part
of the build log:

| make[1]: Leaving directory 
`/build/sbuild-freedict-kur-tur_0.1-1-i386-oRnahM/freedict-kur-tur-0.1'
| FREEDICTDIR=freedict-tools/mk dictname=kur-tur \
|   xsldir=/usr/share/freedict-tools/tools/xsl \
|   supported_phonetics= 
XDF2TEI=/usr/share/freedict-tools/scripts/xdf2tei.pl /usr/bin/make stardict
| make[1]: Entering directory 
`/build/sbuild-freedict-kur-tur_0.1-1-i386-oRnahM/freedict-kur-tur-0.1'
| echo -n   kur-tur.idxhead
| dictd2dic kur-tur dictd2dic.out
| bash: dictd2dic: command not found
| make[1]: *** [dictd_www.dict.org_kur-tur.idx] Error 127

--
Jakub Wilk



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



Bug#612733: libfreerdp0: remmina can not connect to RDPv5 Server (VirtualBox vrdp)

2011-02-10 Thread Ivaylo Mateev
Package: libfreerdp0
Version: 0.7.4-1
Severity: important

Remmina can not be used to manage vRDP servers. Since almost all of the servers
I use are running in a VM with vrdp this is really annoying,



-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-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 libfreerdp0 depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libssl0.9.8   0.9.8o-4   SSL shared libraries

libfreerdp0 recommends no packages.

Versions of packages libfreerdp0 suggests:
pn  xfreerdp  none (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#612734: O: policyd-weight -- a Perl policy daemon for the Postfix MTA

2011-02-10 Thread Jan Wagner
Package: wnpp
Severity: normal
X-Debbugs-CC: debian-de...@lists.debian.org

I intend to orphan the policyd-weight package. I no longer use policyd-weight 
and active upstream development stoped. Anyways, upstream is responsive and is 
acting on bugs.

policyd-weight (0.1.15.1-3) unstable; urgency=low

  * Orphan the package.
  * Add 03_cacherejectmsg.dpatch, to have a more verbose reject message on
cache hit, thanks Martin F. Krafft (Closes: #598844)
  * Updating standards version to 3.9.1
- use dh_prep instead of dh_clean -k
  * Update to debhelper 7

 -- Jan Wagner w...@cyconet.org  Thu, 10 Feb 2011 10:38:35 +0100

The package description is:
 Its intended to eliminate forged envelope senders and HELOs (i.e. in bogus 
 mails). It allows you to score DNSBLs (RBL/RHSBL), HELO, MAIL FROM and client 
 IP addresses before any queuing is done. It allows you to REJECT messages 
 which have a score higher than allowed, providing improved blocking of spam 
 and virus mails. policyd-weight caches the most frequent client/sender 
 combinations (SPAM as well as HAM) to reduce the number of DNS queries. 


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


Bug#609476: installation-reports: Insufficient care in pre-install script risks bricking Linkstation

2011-02-10 Thread John Bytheway
On 09/02/11 22:58, Miguel Figueiredo wrote:
 A Domingo 09 Janeiro 2011 19:05:54 John Bytheway você escreveu:
 Package: installation-reports
 Severity: critical
 Tags: patch
 Justification: breaks the whole system

 I attempted to install Debian squeeze on my Buffalo Linkstation Live
 (LS-CHLv2), as per guidance at
 http://buffalo.nas-central.org/wiki/Install_Debian_on_the_Linkstation_Pro/
 Live. Ultimately I failed, but this report concerns one serious issue
 encountered on the way.

 The daily snapshots linked from
 http://www.debian.org/devel/debian-installer/ include this script:
 http://people.debian.org/~joeyh/d-i/armel/images/daily/orion5x/network-con
 sole/buffalo/lspro/config-debian intended to prepare the system for reboot
 into the Debian kernel.

snip

 The script's URL is not found.

Indeed it seems to have been removed in the latest daily snapshots,
although you can still see it in some older versions, e.g.

http://people.debian.org/~joeyh/d-i/armel/images/20101231-23:22/orion5x/network-console/buffalo/lspro/config-debian

Perhaps this means Debian no longer tries to support this platform?
That's a shame, but I guess it does resolve the bug I reported.

John Bytheway



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



Bug#612735: imvirt misses pciutils dependency

2011-02-10 Thread Stefan Bühler

Package: imvirt
Version: 0.9.0-2

Without pciutils i got the following error on a xen guest:

# imvirt
Can't exec lspci: No such file or directory at 
/usr/share/perl5/ImVirt/Utils/pcidevs.pm line 68.

Error loading ImVirt::VMD::KVM: Cannot exec lspci: No such file or directory
Compilation failed in require at /usr/share/perl5/ImVirt/VMD/KVM.pm line 35.
BEGIN failed--compilation aborted at /usr/share/perl5/ImVirt/VMD/KVM.pm 
line 35.

Compilation failed in require at (eval 16) line 1.
BEGIN failed--compilation aborted at (eval 16) line 1.

Compilation failed in require at /usr/bin/imvirt line 31.
BEGIN failed--compilation aborted at /usr/bin/imvirt line 31.
Xen PV 3.2


So either it shouldn't handle missing lspci or depend on pciutils.

- stefan



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



Bug#612736: ijs should include the changes made in the ghostscript tree

2011-02-10 Thread Roger Leigh
Package: ijs
Version: 0.35-7
Severity: normal

Hi,

ijs was included in the ghostscript tree as a static library, and
accumulated some bugfixes and/or improvements over the years.
Now that gs is using the external ijs, the changes made to the gs
copy should ideally be reviewed and incorporated into the ijs
sources.


Thanks,
Roger

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

Kernel: Linux 2.6.37-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (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#578496: can be closed?

2011-02-10 Thread Kenyon Ralph
Looks like this bug can be closed now. I don't see any conflicts, and
the submitter's versions of libdirectfb aren't in squeeze.

-- 
Kenyon Ralph


signature.asc
Description: Digital signature


Bug#612728: mpd upgrade invalidates database

2011-02-10 Thread Max Kellermann
On 2011/02/10 10:53, Kevin van der Vlist ke...@kevinvandervlist.nl wrote:
 The upgrade went fine, but when
 dpkg attempted to start the daemon, it quit with an error. I'm not 100
 % sure, but I thought it was Database format mismatch, discarding
 database file.

That is not an error.  Upon the first start after the upgrade to 0.16,
MPD discards the old database file and creates a new one.  This
message just informs you that this is happening.

 I think it would be better to at least provide the user with the
 message that the former steps need to be done. Perhaps it can even be
 done by default

No manual steps need to be done, no action is required, the user is
provided with a message about what is happening, everything that needs
to be done is done by default.

Whatever caused the quit with an error, it is not obvious that the
informational message you cited has something to do with it.



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



Bug#595519: jack-rack: refuses to install with jackd2

2011-02-10 Thread Alessio Treglia
Version: 1.4.7-1

No way to reproduce this with jack-rack = 1.4.7

Closing for now.

Regards,

-- 
Alessio Treglia          | www.alessiotreglia.com
Debian Developer         | ales...@debian.org
Ubuntu Core Developer    | quadris...@ubuntu.com
0FEC 59A5 E18E E04F 6D40 593B 45D4 8C7C DCFC 3FD0



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



Bug#611314: SunFire V120 and sym53c8xx (was Re: Unofficial Squeeze installer image available)

2011-02-10 Thread Richard Mortimer

[Cc'd to 611...@bugs.debian.org]

On 10/02/2011 08:36, Jurij Smakov wrote:

On Wed, Feb 09, 2011 at 11:07:49PM +, Richard Mortimer wrote:

On 09/02/2011 21:43, Jurij Smakov wrote:

... snip ...


http://www.wooyd.org/debian/squeeze/


...


Sure, I have just uploaded a netboot image to the same location.


If you have encountered problems during Squeeze installation, please
test this image and report the results, as a positive confirmation of
fixes on a variety of different systems is essential for getting all
these fixes into the first Squeeze point release.


I did spot a couple of issues with the installer when I gave squeeze
a try a couple of weeks back. I only got chance to file an
installation report about one of them
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=611314
Its not a massive show stopper and has an easy workaround but if
that can be fixed then it will make others lives easier.


Yeah, this bug was pointed out to me just yesterday. I don't know
what's going on there yet, it appears that the PCI IDs of your
card match the ones which are supported by the driver, so if module is
not loaded at all there is probably something wrong with udev. At a
point where it says it cannot detect the disks, can you drop back to
shell and see whether the driver actually isn't loaded (as opposed to
being loaded but failing to find the disks anyway)? Maybe there is
something relevant showing up in dmesg or /var/log/messages?

If not, I'll try to come up with some udev debugging commands to try
and understand why this detection is failing.


I tested with your netboot image and it exhibits the same behaviour as 
the official installer. The sym53c8xx driver does get loaded 
automatically. I'm pretty sure that this is a timing issue. I confirmed 
that all of the /dev/sd* files were present along with /dev/disk/* entries.


Looking at the dmesg output I can see a 7 second delay whilst the 
driver/scsi subsystem settles itself down. (I also see a similar issue 
when I boot after install with raid/lvm setup - but both rootdelay  the 
scsi probe sync option fixes that). After dropping to the installer 
shell I can re-enter the Detect disks screen and it find them without 
problem.


Regards

Richard


Full console output below just in case it is useful.



BusyBox v1.17.1 (Debian 1:1.17.1-8) built-in shell (ash)
Enter 'help' for a list of built-in commands.

~ #
~ # lsmod
Module  Size  Used by
sd_mod 31548  0
crc_t10dif  1292  1 sd_mod
ata_generic 3199  0
libata147511  1 ata_generic
sym53c8xx  71569  0
scsi_transport_spi 20705  1 sym53c8xx
alim15x34002  0
usb_storage41983  0
scsi_mod  132037  5 
sd_mod,libata,sym53c8xx,scsi_transport_spi,usb_storage

ohci_hcd   18603  0
uhci_hcd   20343  0
ehci_hcd   33777  0
sungem 25663  0
usbcore   117062  5 usb_storage,ohci_hcd,uhci_hcd,ehci_hcd
nls_base6649  1 usbcore
sungem_phy  9430  1 sungem
~ #
~ # ls /dev
block   shm tty42
bsg stderr  tty43
bus stdin   tty44
charstdout  tty45
console tty tty46
coretty0tty47
cpu_dma_latency tty1tty48
disktty10   tty49
fd  tty11   tty5
fulltty12   tty50
input   tty13   tty51
kmsgtty14   tty52
log tty15   tty53
loop0   tty16   tty54
mdesc   tty17   tty55
mem tty18   tty56
net tty19   tty57
network_latency tty2tty58
network_throughput  tty20   tty59
nulltty21   tty6
openpromtty22   tty60
porttty23   tty61
ppp tty24   tty62
psaux   tty25   tty63
ptmxtty26   tty7
pts tty27   tty8
random  tty28   tty9
rtc0tty29   ttyS0
sda tty3ttyS1
sda1tty30   urandom
sda2tty31   vcs
sda3tty32   vcs1
sda7tty33   vcs2
sdb tty34   vcs3
sdb1tty35   vcs4
sdb2tty36   vcsa
sdb3tty37   vcsa1
sdb4tty38   vcsa2
sdb5tty39   vcsa3
sdb6tty4vcsa4
sdb7tty40   

Bug#612608: openafs-client: Support -nosuid in init script

2011-02-10 Thread Dominic Hargreaves
retitle 612608 Update documentation to reflect change in default suid behaviour
thanks

On Wed, Feb 09, 2011 at 12:51:09PM -0800, Russ Allbery wrote:
 Dominic Hargreaves d...@earth.li writes:
 
  It would be nice to configure a system's home cell to be set nosuid
  (as per http://docs.openafs.org/AdminGuide/ch10s07.html).
 
  We accomplish this with the following patch to the init script. I suppose
  ideally there would be a debconf question asking whether to set the home
  cell to be SUID and then populating /etc/openafs/afs.conf.client
  accordingly.
 
 The reason why I don't have something like this is in the package is
 because all current versions of OpenAFS set all cells to nosetuid by
 default and have since 1.4.2-6.  Are you seeing something different from
 that, or were you misled by out-of-date documentation?  (The documentation
 sadly tends not to keep pace with changes like this.)

The latter. I've just verified that the suid status is set appropriately
(ie set nosuid) on the home cell without that patch applied.

Cheers,
Dominic.

-- 
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)



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



Bug#612481: fai-client: diversion of /etc/init.d/nis during install breaks boot order and autofs

2011-02-10 Thread Holger Levsen
On Mittwoch, 9. Februar 2011, Michael Tautschnig wrote:
 Which means that it breaks unrelated software (in a non-obvious way, i.e.,
 the installation finishes just fine), which has a well-defined severity
 level. I have no idea why the severity was downgraded (and not upgraded).
 No kidding.

 Usually I don't care much about severities, and bugs don't get fixed by
 such non-contributions such as this message of mine, but in this case the
 bug might warrant an upload to stable-proposed-updates, which a bug of
 severity normal clearly doesn't deserve.

my thoughts exactly.


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


Bug#612737: nagios3-cgi.config includes unused code referencing an undefined variable

2011-02-10 Thread Sebastian Harl
Package: nagios3-cgi
Version: 3.2.3-1
Severity: minor

Hi,

the function 'wc_httpd_installed' in nagios3-cgi.config references
$wc_httpd_supported which is not defined in that context. This part of
the code should be removed anyway, as it's not used in the script ;-)

Cheers,
Sebastian

-- 
Sebastian tokkee Harl +++ GnuPG-ID: 0x8501C7FC +++ http://tokkee.org/

Those who would give up Essential Liberty to purchase a little Temporary
Safety, deserve neither Liberty nor Safety. -- Benjamin Franklin



signature.asc
Description: Digital signature


Bug#612611: [Pkg-xfce-devel] Bug#612611: xfce4-power-manager: Does not work with DBus activated HAL

2011-02-10 Thread Luca Niccoli
On 9 February 2011 16:27, Yves-Alexis Perez cor...@debian.org wrote:

 In the meantime, remember that unstable is supposed to be unstable,
 especially after a release, so it might make sense to stay on testing
 for now.

Someone has to take the bullet for people using testing =), and I can
live with the problems, so it's no big deal, but consider that this
bug will hit testing too, when hal migrates.
As a workaround if someone gets bitten, you can use dbus-send to
activate hal, for instance running
bus-send --system  --dest=org.freedesktop.Hal
/org/freedesktop/Hal/devices/computer org.freedesktop.Hal
in autostart.
Cheers,

Luca



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



Bug#612676: IPsec-tunnel is standing.

2011-02-10 Thread Mats Erik Andersson
A quick update. Using RSA signatures and endpoints in GNU/kFreeBSD
and OpenBSD, an IPv4 point-to-point ESP-tunnel has been successfully
established. Both interfaces enc0 report authentic and confidential
encapsulation, as well as decrypted ping request and ping echo.

I will deposit experimental packages at Alioth for in-depth testing.
One interested part with solid experience of IPsec has already let
his willingness be known for conducting tests on GNU/kFreeBSD systems.


More result will be communicated later on.

  Mats Erik Andersson, DM



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



Bug#612734: O: policyd-weight -- a Perl policy daemon for the Postfix MTA

2011-02-10 Thread Chris Butler
retitle 612734 ITA: policyd-weight -- a Perl policy daemon for the Postfix MTA
thanks

On Thu, Feb 10, 2011 at 11:15:19AM +0100, Jan Wagner wrote:
 I intend to orphan the policyd-weight package. I no longer use policyd-weight 
 and active upstream development stoped. Anyways, upstream is responsive and 
 is 
 acting on bugs.

I still use policyd-weight on my box; I'd be happy to take it over.

-- 
Chris Butler chr...@debian.org
  GnuPG Key ID: 4096R/49E3ACD3



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



Bug#612542: /usr/lib/libhunspell-1.2.so.0: Still crashing in evolution with libhunspell-1.2-0 1.2.14-3

2011-02-10 Thread Ian Campbell
Package: libhunspell-1.2-0
Version: 1.2.14-3
Severity: normal
File: /usr/lib/libhunspell-1.2.so.0

I seeing a very similar crash when right clicking a misspelled word in the
evolution composer window. I have hunspell 1.2.14-3.

gdb says:

#0  0x7fffcc4f0eaf in mkallcap(char*, cs_info const*) () from 
/usr/lib/libhunspell-1.2.so.0
#1  0x7fffcc4ff7e5 in SuggestMgr::ngsuggest(char**, char*, int, HashMgr**, 
int) () from /usr/lib/libhunspell-1.2.so.0
#2  0x7fffcc4fa1e1 in Hunspell::suggest(char***, char const*) () from 
/usr/lib/libhunspell-1.2.so.0
#3  0x7fffcc72af47 in MySpellChecker::suggestWord(char const*, unsigned 
long, unsigned long*) () from /usr/lib/enchant/libenchant_myspell.so
#4  0x734730bd in enchant_dict_suggest () from /usr/lib/libenchant.so.1
#5  0x75b64f85 in gtkhtml_spell_checker_get_suggestions () from 
/usr/lib/libgtkhtml-editor.so.0
#6  0x75b5b1c8 in gtkhtml_editor_update_context () from 
/usr/lib/libgtkhtml-editor.so.0
#7  0x75b58237 in ?? () from /usr/lib/libgtkhtml-editor.so.0
#8  0x75b585a3 in ?? () from /usr/lib/libgtkhtml-editor.so.0
#9  0x71004c78 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#10 0x7fffeefa214e in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0
#11 0x7fffeefba657 in ?? () from /usr/lib/libgobject-2.0.so.0
#12 0x7fffeefbbb1d in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#13 0x7fffeefbc223 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#14 0x7111af7f in ?? () from /usr/lib/libgtk-x11-2.0.so.0
#15 0x70ffd163 in gtk_propagate_event () from 
/usr/lib/libgtk-x11-2.0.so.0
#16 0x70ffe21b in gtk_main_do_event () from /usr/lib/libgtk-x11-2.0.so.0
#17 0x70c723cc in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#18 0x7fffee6dc2e2 in g_main_context_dispatch () from /lib/libglib-2.0.so.0
#19 0x7fffee6e09a8 in ?? () from /lib/libglib-2.0.so.0
#20 0x7fffee6e0eb5 in g_main_loop_run () from /lib/libglib-2.0.so.0
#21 0x70ffe6b7 in gtk_main () from /usr/lib/libgtk-x11-2.0.so.0
#22 0x004027d4 in main (argc=1, argv=0x7fffe238) at main.c:639

Thanks,
Ian.

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

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

Versions of packages libhunspell-1.2-0 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-10 GCC support library
ii  libstdc++64.4.5-10   The GNU Standard C++ Library v3

Versions of packages libhunspell-1.2-0 recommends:
ii  myspell-en-gb [myspell-dictio 1:3.3.0-2  English_british dictionary for mys
ii  myspell-en-us [myspell-dictio 1:3.3.0-2  English_american dictionary for my

libhunspell-1.2-0 suggests no packages.

-- 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#612633: initramfs-tools: mkinitramfs creates non working initramfs

2011-02-10 Thread maximilian attems
On Thu, Feb 10, 2011 at 11:48:57AM +0100, Benedikt Spranger wrote:
 
 Just to clarify. The libgcc_s.so.1 is working. The Bug-Report is about
 the library search path. mkinitramfs copies libgcc_s.so.1
 from /usr/local/lib to /usr/local/lib in the generated initramfs, which
 is not in the library search path. Therefor lvm stops working. The
 solution is very easy. Ignore /usr/local at all, or put /usr/local/lib
 it into the library search path. eglibc did this per default.
 
 for the files:
  lsinitramfs /boot/path_to_broken_initramfs
[snipp]
 usr/local/lib
 usr/local/lib/libgcc_s.so.1

If you had take time to properly formulate your report, aboves would
have been clearer from message 1.

Please test belows untested patch, adding the lib search path for
homebrewn stuff and running full ldconfig on initramfs:

thank you.

diff --git a/mkinitramfs b/mkinitramfs
index 3a46a10..414a330 100755
--- a/mkinitramfs
+++ b/mkinitramfs
@@ -164,6 +164,11 @@ if [ ! -e ${MODULESDIR}/modules.dep ]; then
depmod ${version}
 fi
 
+# make sure that library links are correct and up to date
+cp -ar /etc/ld.so.conf* $DESTDIR/etc
+ldconfig -r $DESTDIR || [[ $UID != 0 ]]  \
+   echo ldconfig might need uid=0 (root) for chroot() 2
+
 DESTDIR=$(mktemp -d ${TMPDIR:-/tmp}/mkinitramfs_XX) || exit 1
 chmod 755 ${DESTDIR}
 






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



Bug#612695: Squeeze installer freeze while detecting hardware (hw-detect)

2011-02-10 Thread Ettore Del Negro
After some further investigation i found the problem was OS version
selection in VirtualBox: by selecting Debian (64 bit) instead of
Debian the reported problem disappeared.

So this report can be removed/closed.




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



Bug#612738: eclipse-platform: Cannot Install Eclipse in Sid (Dependencies)

2011-02-10 Thread Martin Gallant
Package: eclipse-platform
Version: 3.5.2-8
Severity: important
Tags: sid



 eclipse-platform : Depends: sat4j ( 2.2.1) but 2.2.3-1 is to be installed



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

Kernel: Linux 2.6.32-5-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 eclipse-platform depends on:
ii  ant   1.8.0-4Java based build tool like make
pn  ant-optional  none (no description available)
pn  eclipse-platform-data none (no description available)
pn  eclipse-rcp   none (no description available)
ii  java-common   0.40   Base of all Java packages
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
pn  libcommons-codec-java none (no description available)
pn  libcommons-el-javanone (no description available)
pn  libcommons-httpclient-javanone (no description available)
pn  libcommons-logging-java   none (no description available)
pn  libjasper-javanone (no description available)
pn  libjetty-java none (no description available)
pn  libjsch-java  none (no description available)
pn  liblucene2-java   none (no description available)
pn  libservlet2.5-javanone (no description available)
ii  perl  5.10.1-17  Larry Wall's Practical Extraction 
ii  sat4j 2.2.3-1Efficient library of SAT solvers i
ii  sun-java6-jre [java6-runtime] 6.23-1 Sun Java(TM) Runtime Environment (

eclipse-platform recommends no packages.

Versions of packages eclipse-platform suggests:
pn  eclipse-jdt   none (no description available)
pn  eclipse-pde   none (no description available)



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



Bug#612735: imvirt misses pciutils dependency

2011-02-10 Thread Thomas Liske

Hi,

On 02/10/2011 11:29 AM, Stefan Bühler wrote:

Package: imvirt
Version: 0.9.0-2

Without pciutils i got the following error on a xen guest:

# imvirt
Can't exec lspci: No such file or directory at
/usr/share/perl5/ImVirt/Utils/pcidevs.pm line 68.
Error loading ImVirt::VMD::KVM: Cannot exec lspci: No such file or
directory
Compilation failed in require at /usr/share/perl5/ImVirt/VMD/KVM.pm line
35.
BEGIN failed--compilation aborted at /usr/share/perl5/ImVirt/VMD/KVM.pm
line 35.
Compilation failed in require at (eval 16) line 1.
BEGIN failed--compilation aborted at (eval 16) line 1.

Compilation failed in require at /usr/bin/imvirt line 31.
BEGIN failed--compilation aborted at /usr/bin/imvirt line 31.
Xen PV 3.2


So either it shouldn't handle missing lspci or depend on pciutils.


IMHO imvirt should not depend on pciutils (I would prefer a Suggests or 
Recommends) as this might be useless for some virtualization containers. 
The upstream fix is:


Index: perl/lib/ImVirt/Utils/pcidevs.pm
===
--- perl/lib/ImVirt/Utils/pcidevs.pm(revision 521)
+++ perl/lib/ImVirt/Utils/pcidevs.pm(working copy)
@@ -67,7 +67,7 @@

 exec('lspci', '-m');

-die(Cannot exec lspci: $!\n);
+exit;
 }

 sub pcidevs_get() {


HTH,
Thomas


- stefan






--
supp...@ibh.de  Tel. +49 351 477 77 30
www.ibh.de  Fax  +49 351 477 77 39

---
Dipl.-Ing. Thomas Liske
Netzwerk- und System-Design


IBH IT-Service GmbH Amtsgericht Dresden
Gostritzer Str. 67a HRB 13626
D-01217 Dresden GF: Prof. Dr. Thomas Horn
Germany VAT DE182302907
---
Ihr Partner für: LAN, WAN IP-Quality, Security, VoIP, SAN, Backup, USV
---
   professioneller IT-Service - kompetent und zuverlässig
---



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



Bug#612735: imvirt misses pciutils dependency

2011-02-10 Thread Stefan Bühler

On 02/10/2011 12:16 PM, Thomas Liske wrote:

Hi,

IMHO imvirt should not depend on pciutils (I would prefer a Suggests or
Recommends) as this might be useless for some virtualization containers.


I am not sure what the goal of the project is; but if you already know 
which container you are on (and therefore don't install some packages 
needed for some detections), the detection is not that useful.




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



Bug#612740: aptitude: Cannot download the changelog any longer: 404 Not Found

2011-02-10 Thread Vincent Lefevre
Package: aptitude
Version: 0.6.3-3.2
Severity: normal

When I want to download the changelog with 'C', I now get the error,
e.g. for xorg:

Failed to download the changelog of xorg: 404  Not Found [IP: 194.177.211.202
80]

Every package seems to be affected.

I don't know whether this is a temporary problem or something has
changed...

-- Package-specific info:
aptitude 0.6.3 compiled at Oct 16 2010 18:18:04
Compiler: g++ 4.4.5
Compiled against:
  apt version 4.10.1
  NCurses version 5.7
  libsigc++ version: 2.2.4.2
  Ept support enabled.
  Gtk+ support disabled.

Current library versions:
  NCurses version: ncurses 5.7.20100313
  cwidget version: 0.5.16
  Apt version: 4.10.1
linux-vdso.so.1 =  (0x7fff18fff000)
libapt-pkg.so.4.10 = /usr/lib/libapt-pkg.so.4.10 (0x7f3f01381000)
libncursesw.so.5 = /lib64/libncursesw.so.5 (0x7f3f0112e000)
libsigc-2.0.so.0 = /usr/lib/libsigc-2.0.so.0 (0x7f3f00f28000)
libcwidget.so.3 = /usr/lib/libcwidget.so.3 (0x7f3f00c5c000)
libept.so.1 = /usr/lib/libept.so.1 (0x7f3f00a08000)
libxapian.so.22 = /usr/lib/libxapian.so.22 (0x7f3f00603000)
libz.so.1 = /usr/lib/libz.so.1 (0x7f3f003ec000)
libsqlite3.so.0 = /usr/lib/libsqlite3.so.0 (0x7f3f00151000)
libboost_iostreams.so.1.42.0 = /usr/lib/libboost_iostreams.so.1.42.0 
(0x7f3efff35000)
libpthread.so.0 = /lib64/libpthread.so.0 (0x7f3effd19000)
libstdc++.so.6 = /usr/lib/libstdc++.so.6 (0x7f3effa05000)
libm.so.6 = /lib64/libm.so.6 (0x7f3eff782000)
libgcc_s.so.1 = /lib64/libgcc_s.so.1 (0x7f3eff56c000)
libc.so.6 = /lib64/libc.so.6 (0x7f3eff20b000)
libutil.so.1 = /lib64/libutil.so.1 (0x7f3eff007000)
libdl.so.2 = /lib64/libdl.so.2 (0x7f3efee03000)
libuuid.so.1 = /lib64/libuuid.so.1 (0x7f3efebfe000)
libbz2.so.1.0 = /lib64/libbz2.so.1.0 (0x7f3efe9ee000)
librt.so.1 = /lib64/librt.so.1 (0x7f3efe7e6000)
/lib64/ld-linux-x86-64.so.2 (0x7f3f016aa000)
Terminal: xterm-color
$DISPLAY is set.
`which aptitude`: /usr/bin/aptitude
aptitude version information:

aptitude linkage:

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=POSIX, LC_CTYPE=en_US.ISO8859-1 (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/dash

Versions of packages aptitude depends on:
ii  apt [libapt-pkg4.10]0.8.11.1 Advanced front-end for dpkg
ii  libboost-iostreams1.42. 1.42.0-4 Boost.Iostreams Library
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcwidget3 0.5.16-3 high-level terminal interface libr
ii  libept1 1.0.4High-level library for managing De
ii  libgcc1 1:4.4.5-10   GCC support library
ii  libncursesw55.7+20100313-5   shared libraries for terminal hand
ii  libsigc++-2.0-0c2a  2.2.4.2-1type-safe Signal Framework for C++
ii  libsqlite3-03.7.4-2  SQLite 3 shared library
ii  libstdc++6  4.4.5-10 The GNU Standard C++ Library v3
ii  libxapian22 1.2.4-1  Search engine library
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages aptitude recommends:
ii  apt-xapian-index  0.41   maintenance and search tools for a
ii  aptitude-doc-en [aptitude-doc 0.6.3-3.2  English manual for aptitude, a ter
ii  libparse-debianchangelog-perl 1.1.1-2.1  parse Debian changelogs and output
ii  sensible-utils0.0.6  Utilities for sensible alternative

Versions of packages aptitude suggests:
pn  debtags   none (no description available)
ii  tasksel   2.89   Tool for selecting tasks for insta

-- 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#495598: [ghostscript] opentypefont

2011-02-10 Thread Fabian Greffrath
I have minimized my proposed debdiff and updated against the current 
package version in unstable.


diff -u gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/changelog
@@ -1,3 +1,10 @@
+gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2fab1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add Truetype transformations of the ghostscript fonts (Closes: #496059).
+
+ -- Fabian Greffrath fabian+deb...@greffrath.com  Thu, 10 Feb 2011 10:18:19 +0100
+
 gsfonts (1:8.11+urwcyr1.0.7~pre44-4.2) unstable; urgency=high
 
   * Non-maintainer upload.
diff -u gsfonts-8.11+urwcyr1.0.7~pre44/debian/dirs gsfonts-8.11+urwcyr1.0.7~pre44/debian/dirs
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/dirs
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/dirs
@@ -2,0 +3 @@
+usr/share/fonts/truetype/gsfonts
diff -u gsfonts-8.11+urwcyr1.0.7~pre44/debian/control gsfonts-8.11+urwcyr1.0.7~pre44/debian/control
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/control
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/control
@@ -3,6 +3,7 @@
 Priority: optional
 Maintainer: Masayuki Hatta (mhatta) mha...@debian.org
 Build-Depends: debhelper (= 4.0.0), sharutils
+Build-Depends-Indep: fontforge-nox | fontforge
 Standards-Version: 3.8.0
 Uploaders: Torsten Landschoff tors...@debian.org
 Homepage: http://www.ghostscript.com/
diff -u gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules
--- gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/rules
@@ -37,12 +37,14 @@
 	#$(MAKE)
 	#/usr/bin/docbook-to-man debian/gsfonts.sgml  gsfonts.1
 
+	fontforge -script debian/convert.pe --format .ttf *.pfb
+
 	touch build-stamp
 
 clean:
 	dh_testdir
 	dh_testroot
-	rm -f debian/*.pfb
+	rm -f debian/*.pfb *.ttf
 	rm -f build-stamp configure-stamp
 
 	# Add here commands to clean up after the build process.
@@ -61,6 +63,7 @@
 	install -m 644 $(CURDIR)/*.afm $(CURDIR)/debian/gsfonts/usr/share/fonts/type1/gsfonts
 	install -m 644 $(CURDIR)/*.pfb $(CURDIR)/debian/gsfonts/usr/share/fonts/type1/gsfonts
 	install -m 644 $(CURDIR)/*.pfm $(CURDIR)/debian/gsfonts/usr/share/fonts/type1/gsfonts
+	install -m 644 $(CURDIR)/*.ttf $(CURDIR)/debian/gsfonts/usr/share/fonts/truetype/gsfonts
 #	cd debian  uudecode *.uue
 #	install -m 644 debian/*.afm $(CURDIR)/debian/gsfonts/usr/share/fonts/type1/gsfonts
 #	install -m 644 debian/*.pfb $(CURDIR)/debian/gsfonts/usr/share/fonts/type1/gsfonts
only in patch2:
unchanged:
--- gsfonts-8.11+urwcyr1.0.7~pre44.orig/debian/convert.pe
+++ gsfonts-8.11+urwcyr1.0.7~pre44/debian/convert.pe
@@ -0,0 +1,58 @@
+#!/usr/bin/fontforge
+#
+# This script is taken from:
+# http://fontforge.sourceforge.net/scripting-tutorial.html
+#
+# Copyright (C) 2000-2006 George Williams
+#
+# Redistribution and use in source and binary forms, with or without
+# modification, are permitted provided that the following conditions are met:
+#
+# Redistributions of source code must retain the above copyright notice, this
+# list of conditions and the following disclaimer.
+#
+# Redistributions in binary form must reproduce the above copyright notice, this
+# list of conditions and the following disclaimer in the documentation and/or
+# other materials provided with the distribution.
+#
+# The name of the author may not be used to endorse or promote products derived
+# from this software without specific prior written permission.
+#
+# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
+# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
+# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
+# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+# BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER
+# IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+# POSSIBILITY OF SUCH DAMAGE.
+
+i=1
+format=.ttf
+while ( i$argc )
+  if ( $argv[i]==-format || $argv[i]==--format )
+i=i+1
+if ( i$argc )
+  format = $argv[i]
+  if ( format!=.ttf  format!=.otf  \
+	  format!=.pfb  format!=.svg )
+	Error( Expected one of '.ttf', '.otf', '.pfb' or '.svg' for format )
+  endif
+endif
+  else
+Open($argv[i])
+if ( $order==2  (format==.otf || format==.pfb ))
+  SetFontOrder(3)
+  SelectAll()
+  Simplify(128+32+8,1.5)
+  ScaleToEm(1000)
+elseif ( $order==3  format==.ttf )
+  ScaleToEm(2048)
+  RoundToInt()
+endif
+Generate($argv[i]:r + format)
+  endif
+  i = i+1
+endloop


Bug#612741: cksfv: hangs on some paths passed to -g

2011-02-10 Thread Ricardo Mones
Package: cksfv
Version: 1.3.14-1
Severity: normal

  Hi Sebastien,

  The manual page specifies the -g argument is a path, should say it's a
  filename. Additionally a strange behaviour can be observed on some paths.
  The ^C means you have to stop it because it hangs there forever:

$ cksfv -g .
--( Verifying: . )--
^C
$ cksfv -g ./
--( Verifying: ./ )-
^C
$ cksfv -g /
--( Verifying: / )--
cksfv: : No such file or directory
$ cksfv -g /home/
--( Verifying: /home/ )-
^C
$ cksfv -g /home
--( Verifying: /home )--
cksfv: : No such file or directory

  If the parameter is wrong I'd expect all of these to fail with the
  No such file or directory message (though is also a bit misleading :)

  regards,

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

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

Versions of packages cksfv depends on:
ii  libc6 2.11.2-7   Embedded GNU C Library: Shared lib

cksfv recommends no packages.

cksfv suggests no packages.

-- 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#612738: eclipse-platform: Cannot Install Eclipse in Sid (Dependencies)

2011-02-10 Thread Niels Thykier
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

severity 612738 serious
tags 612738 + confirmed
thanks

On 2011-02-10 12:12, Martin Gallant wrote:
 Package: eclipse-platform
 Version: 3.5.2-8
 Severity: important
 Tags: sid
 
 
 
  eclipse-platform : Depends: sat4j ( 2.2.1) but 2.2.3-1 is to be installed
 

Yupe and that avoids #587657 for people with eclipse already installed.
You can pull sat4j from testing, which will work with eclipse 3.5.2-8 or
wait until we get eclipse updated to run with sat4j 2.2.3.
  Sorry for the inconvenience, but in our experience it is easier to
handle than the silent breakage caused by #587657.

 
 [...]


~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNU8rtAAoJEAVLu599gGRCNowQALJIVrobDKZncAoD7Hbpym9L
mtrp8j9MMT8j5lAUrtTwNBKnF+5bqwVjGOk3vX+tStsYlxYc187vQTwIjO+DROF5
7phHyM3UsEWPcs+1SpNVoaIxnAEO7cQjbBR7StSmIJ1RpVR5FQZnhBIxg4SbDl0E
V4P/lAjYxmwdcoe/4F3Dg05oGQ1T34Lq32Y4rto4r8Ufefj3h/Irav2pftanGF8c
IY6eqo95Dd66Uqc7I43TLSFM4qsor8q1xSnm8svWoZlXVoWnls6y0oAbVXdzAu9l
LwvJGf9S6IjJ9TL6YbJL+TiXCEov2nEfjeM3/vRzQv2fHwC4b8PhQw13DgD6mMR5
5WI0v0Lrq2w3W5omDuudxBEVS4BSFQd/U1f3MUUtPk+lCgx+XiAYo8ceZBa6PM4e
4zU/x2mFFb/MdJ0fc6K0KcNwod19gQMcbeO4Z3mEJHNXhAKV0n8JWGSE6P/DMeCd
3enaQw2YBbHaH+hde71Wjn2QLZOM78OnDsurxsmPkQVSI1aaP8BIrX4DbH0pe5Md
qbQaRIIqrmp8tH7+29RzPplarcql9hEebL3oYrMOv9D/P2WnCFtXkPcVzaWdigO2
LAtVdkwB8LA3Pn2Gi2354zfT+r4hSxVsAznavW4AxBgKiH1qUsptNA5Gw0kb7Ya0
13BowVQX4/tu1fAKLBje
=ecJR
-END PGP SIGNATURE-



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



Bug#612743: php5: PHP is compiled with LFS support, but this can not be detected by extensions

2011-02-10 Thread Derick Rethans
Package: php5
Severity: normal
Tags: lfs

Hi!

I'm the author of several PHP extensions, and a user asked me to compile a
binary for him.

I've compiled the extension using a stock PHP install, and noticed that
though the extension loaded fine on Debian and Ubuntu, it did not actually
work. The exact same source code compiled on the Debian and Ubuntu systems
worked fine.

I've tracked this down to issues with reading files through PHP's
streams layer. What I strongly suspect here is that Debian's LFS patch changes
the size of the php_stream structure in a subtle way. However, from a compiled
binary I have no way of detecting whether the LFS patch was actually applied.
This makes it close to impossible to reject my extension from being loaded
and/or tell them to use a LFS-compiled version that I obviously can also 
provide. 

If you, as Debian PHP Maintainer, find it necessary to break PHP's default
ABI/API compatibility; could you at least reflect this in the API number so
that your pre-compiled PHP refuses to load an extension compiled with the
standard/a different ABI? You already add +lfs to the extension dir's default,
so it should be easy enough. For example, something like:

--- Zend/zend_build.h.orig  2011-02-10 11:26:12.0 +
+++ Zend/zend_build.h   2011-02-10 11:27:03.0 +
@@ -41,6 +41,10 @@
 #endif
 
 /* for private applications */
+#if _FILE_OFFSET_BITS = 64
+#define ZEND_BUILD_EXTRA ,LFS
+#else
 #define ZEND_BUILD_EXTRA 
+#endif
 
 #endif

cheers,
Derick

-- System Information:
Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
'maverick')
Architecture: i386 (i686)

Kernel: Linux 2.6.35-25-virtual (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



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



Bug#612742: Fix FTBS for file-5.04 on GNU/Hurd

2011-02-10 Thread Svante Signell
Package: file
Version: 5.04-6
Severity: important
Tags: patch, upstream
User: debian-h...@lists.debian.org
Usertags: hurd

Attached is a patch to make file-5.04 build from source under GNU/Hurd.
Build tested on both GNU/Hurd and GNU/Linux. Might be applicable also
for upstream?

Thanks,
Svante Signell
diff -ur file-5.04.orig/configure file-5.04/configure
--- file-5.04.orig/configure2010-01-22 22:09:26.0 +0100
+++ file-5.04/configure 2011-02-10 11:56:22.0 +0100
@@ -23588,7 +23588,7 @@
 
 
 
-for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof
+for ac_func in mmap strerror strndup strtoul mbrtowc mkstemp utimes utime wcwidth strtof getline
 do
 as_ac_var=`echo ac_cv_func_$ac_func | $as_tr_sh`
 { echo $as_me:$LINENO: checking for $ac_func 5
diff -ur file-5.04.orig/src/apprentice.c file-5.04/src/apprentice.c
--- file-5.04.orig/src/apprentice.c	2009-10-19 15:10:20.0 +0200
+++ file-5.04/src/apprentice.c	2011-02-10 10:43:08.0 +0100
@@ -72,10 +72,6 @@
 #define MAP_FILE 0
 #endif
 
-#ifndef MAXPATHLEN
-#define MAXPATHLEN	1024
-#endif
-
 struct magic_entry {
 	struct magic *mp;	
 	uint32_t cont_count;
@@ -708,7 +704,7 @@
 	struct magic_entry *marray;
 	uint32_t marraycount, i, mentrycount = 0, starttest;
 	size_t slen, files = 0, maxfiles = 0;
-	char subfn[MAXPATHLEN], **filearr = NULL, *mfn;
+	char * subfn, **filearr = NULL, *mfn;
 	struct stat st;
 	DIR *dir;
 	struct dirent *d;
@@ -735,8 +731,7 @@
 			goto out;
 		}
 		while ((d = readdir(dir)) != NULL) {
-			(void)snprintf(subfn, sizeof(subfn), %s/%s,
-			fn, d-d_name);
+		  (void)asprintf (subfn, %s/%s, fn, d-d_name);
 			if (stat(subfn, st) == -1 || !S_ISREG(st.st_mode))
 continue;
 			if ((mfn = strdup(subfn)) == NULL) {
@@ -757,6 +752,7 @@
 			}
 			filearr[files++] = mfn;
 		}
+		free (subfn);
 		closedir(dir);
 		qsort(filearr, files, sizeof(*filearr), cmpstrp);
 		for (i = 0; i  files; i++) {
diff -ur file-5.04.orig/src/file.c file-5.04/src/file.c
--- file-5.04.orig/src/file.c	2009-12-14 18:08:02.0 +0100
+++ file-5.04/src/file.c	2011-02-10 10:11:28.0 +0100
@@ -85,10 +85,6 @@
%s -C [-m magicfiles]\n \
%s [--help]\n
 
-#ifndef MAXPATHLEN
-#define	MAXPATHLEN	1024
-#endif
-
 private int 		/* Global command-line options 		*/
 	bflag = 0,	/* brief output format	 		*/
 	nopad = 0,	/* Don't pad output			*/
@@ -358,7 +354,13 @@
 private int
 unwrap(struct magic_set *ms, const char *fn)
 {
-	char buf[MAXPATHLEN];
+#if defined(__GLIBC__) || defined(HAVE_GETLINE)
+  static char * buf;
+  size_t dummy = 0;
+#else
+  char buf[MAXPATHLEN];
+#endif
+
 	FILE *f;
 	int wid = 0, cwid;
 	int e = 0;
@@ -372,8 +374,11 @@
 			progname, fn, strerror(errno));
 			return 1;
 		}
-
+#if defined(__GLIBC__) || defined(HAVE_GETLINE)
+		while (getline(buf, dummy, f) != -1) {
+#else
 		while (fgets(buf, sizeof(buf), f) != NULL) {
+#endif
 			buf[strcspn(buf, \n)] = '\0';
 			cwid = file_mbswidth(buf);
 			if (cwid  wid)
@@ -383,7 +388,11 @@
 		rewind(f);
 	}
 
+#if defined(__GLIBC__) || defined(HAVE_GETLINE)
+	while (getline(buf, dummy, f) != -1) {
+#else
 	while (fgets(buf, sizeof(buf), f) != NULL) {
+#endif
 		buf[strcspn(buf, \n)] = '\0';
 		e |= process(ms, buf, wid);
 		if(nobuffer)
@@ -391,6 +400,9 @@
 	}
 
 	(void)fclose(f);
+#if defined(__GLIBC__) || defined(HAVE_GETLINE)
+	free(buf);
+#endif
 	return e;
 }
 
diff -ur file-5.04.orig/src/file.h file-5.04/src/file.h
--- file-5.04.orig/src/file.h	2010-01-20 02:32:39.0 +0100
+++ file-5.04/src/file.h	2011-02-10 10:24:58.0 +0100
@@ -51,7 +51,13 @@
 #endif
 #include regex.h
 #include sys/types.h
+
+#ifdef __GNU__
+#include features.h
+#else
 #include sys/param.h
+#endif
+
 /* Do this here and now, because struct stat gets re-defined on solaris */
 #include sys/stat.h
 #include stdarg.h
diff -ur file-5.04.orig/src/magic.c file-5.04/src/magic.c
--- file-5.04.orig/src/magic.c	2009-09-14 19:50:38.0 +0200
+++ file-5.04/src/magic.c	2011-02-10 10:50:59.0 +0100
@@ -85,22 +85,20 @@
 get_default_magic(void)
 {
 	static const char hmagic[] = /.magic;
-	static char default_magic[2 * MAXPATHLEN + 2];
+	static char * default_magic;
 	char *home;
-	char hmagicpath[MAXPATHLEN + 1];
+	char * hmagicpath;
 
 	if ((home = getenv(HOME)) == NULL)
 		return MAGIC;
 
-	(void)snprintf(hmagicpath, sizeof(hmagicpath), %s%s, home, hmagic);
-
+	(void)asprintf(hmagicpath, %s%s, home, hmagic);
 	if (access(hmagicpath, R_OK) == -1)
 		return MAGIC;
-
-	(void)snprintf(default_magic, sizeof(default_magic), %s:%s,
-	hmagicpath, MAGIC);
-
+	(void)asprintf(default_magic, %s:%s, hmagicpath, MAGIC);
 	return default_magic;
+	free (hmagicpath);
+	free (default_magic);
 }
 
 public const char *


Bug#599703: sort_order=time in ~/.mc/panels.ini must be changed to sort_order=mtime

2011-02-10 Thread NN_il_Confusionario
Package: mc
Version: 3:4.7.0.1-1
Followup-For: Bug #599703

(really, any 4.7.x version, either upstram o debian. Installed in any debian 
version)

In lenny and before, I had sort_order=time in ~/.mc/ini

I dicovered that the equivalent in squeeze (and generally in mc 4.7.x) is
sort_order=mtime in ~/.mc/panels.ini

The migration from the lenny (or before) version to a 4.7.x version puts instead
the *incorrect* line sort_order=time in ~/.mc/panels.ini

At least this happens with auto_save_setup=0 and
auto_save_setup_panels=0 (or no directive for auto_save_setup_panels) in
~/.mc/panels.ini 

The migration is instead correct when one has auto_save_setup=0 and
auto_save_setup_panels=1 in ~/.mc/panels.ini ; I have not tried
auto_save_setup=1

So the bug I possibly still here, but a workaround is clear and clean.

-- System Information:
Debian Release: 5.0.8
Architecture: powerpc (ppc)

Kernel: Linux 2.6.22.19-ck1-udf250
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash

Versions of packages mc depends on:
ii  libc6   2.7-18lenny7 GNU C Library: Shared libraries
ii  libglib2.0-02.16.6-3 The GLib library of C routines
ii  libgpm2 1.20.4-3.1   General Purpose Mouse - shared lib
ii  libslang2   2.1.3-3  The S-Lang programming library - r

Versions of packages mc recommends:
ii  mime-support  3.44-1 MIME files 'mime.types'  'mailcap

Versions of packages mc suggests:
pn  arj none   (no description available)
ii  bzip2   1.0.5-1+lenny1   high-quality block-sorting file co
pn  catdvi  none   (no description available)
pn  dbview  none   (no description available)
ii  djvulibre-bin   3.5.20-8+lenny1  Utilities for the DjVu image forma
ii  file4.26-1   Determines file type using magic
ii  gv [pdf-viewer] 1:3.6.5-2PostScript and PDF viewer for X
ii  imagemagick 7:6.3.7.9.dfsg2-1~lenny4 image manipulation programs
ii  lynx2.8.7dev9-2.1Text-mode WWW Browser (transitiona
pn  odt2txt none   (no description available)
ii  perl5.10.0-19lenny3  Larry Wall's Practical Extraction 
ii  python  2.5.2-3  An interactive high-level object-o
pn  python-boto none   (no description available)
pn  python-tz   none   (no description available)
ii  unzip   5.52-12  De-archiver for .zip files
ii  w3m 0.5.2-2+lenny1   WWW browsable pager with excellent
ii  xpdf-reader [pd 3.02-1.4+lenny3  Portable Document Format (PDF) sui
ii  xpdf-utils [pdf 3.02-1.4+lenny3  Portable Document Format (PDF) sui
ii  zip 2.32-1   Archiver for .zip files

-- no debconf information

-- 
Chi usa software non libero avvelena anche te. Digli di smettere.
Informatica=arsenico: minime dosi in rari casi patologici, altrimenti letale.
Informatica=bomba: intelligente solo per gli stupidi che ci credono.



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



Bug#612542: libhunspell-1.2-0 crashing

2011-02-10 Thread Paul Millar
Package: libhunspell-1.2-0
Version: 1.2.14-3
Severity: normal

The problem is still present with with current sid (libhunspell-1.2-0
1.2.14-3)

Also, I am seeing the problem with kopete and kmail.

Here is the stack-trace for a kopete crash:

#6  0xab2cc516 in mkallcap(char*, cs_info const*) () from
/usr/lib/libhunspell-1.2.so.0
#7  0xab2dd160 in SuggestMgr::ngsuggest(char**, char*, int, HashMgr**, int) ()
from /usr/lib/libhunspell-1.2.so.0
#8  0xab2d6e7e in Hunspell::suggest(char***, char const*) () from
/usr/lib/libhunspell-1.2.so.0
#9  0xb01218ac in MySpellChecker::suggestWord(char const*, unsigned int,
unsigned int*) () from /usr/lib/enchant/libenchant_myspell.so
#10 0xb0121a54 in ?? () from /usr/lib/enchant/libenchant_myspell.so
#11 0xb012e59e in enchant_dict_suggest () from /usr/lib/libenchant.so.1
#12 0xb0135533 in QSpellEnchantDict::suggest (this=0xaf5bb18, word=...) at
.../../../../sonnet/plugins/enchant/enchantdict.cpp:63
#13 0xb6dcf069 in Sonnet::Speller::suggest (this=0xa98ca98, word=...) at
.../../kdecore/sonnet/speller.cpp:126
#14 0xb7127ee3 in Sonnet::Highlighter::suggestionsForWord (this=0xa96f9e0,
word=..., max=10) at ../../kdeui/sonnet/highlighter.cpp:431
#15 0xb71d2a32 in KTextEdit::contextMenuEvent (this=0xaee78b8,
event=0xbfd8407c) at ../../kdeui/widgets/ktextedit.cpp:624
#16 0xb6091f08 in QWidget::event (this=0xaee78b8, event=0xbfd8407c) at
kernel/qwidget.cpp:8211
#17 0xb648b8d3 in QFrame::event (this=0xaee78b8, e=0xbfd8407c) at
widgets/qframe.cpp:557
#18 0xb6526092 in QAbstractScrollArea::viewportEvent (this=0x0, e=0xdb) at
widgets/qabstractscrollarea.cpp:1036
#19 0xb6528a65 in viewportEvent (this=0xaeef6b0, o=0xaee79c8, e=0xbfd8407c) at
widgets/qabstractscrollarea_p.h:100
#20 QAbstractScrollAreaFilter::eventFilter (this=0xaeef6b0, o=0xaee79c8,
e=0xbfd8407c) at widgets/qabstractscrollarea_p.h:116
#21 0xb6b6176a in QCoreApplicationPrivate::sendThroughObjectEventFilters
(this=0x9962550, receiver=0xaee79c8, event=0xbfd8407c) at
kernel/qcoreapplication.cpp:841
#22 0xb60335a9 in QApplicationPrivate::notify_helper (this=0x9962550,
receiver=0xaee79c8, e=0xbfd8407c) at kernel/qapplication.cpp:4298
#23 0xb603a570 in QApplication::notify (this=0xbfd84834, receiver=0xaee79c8,
e=0xbfd8407c) at kernel/qapplication.cpp:3946
#24 0xb70b1bfa in KApplication::notify (this=0xbfd84834, receiver=0xaee79c8,
event=0xbfd8407c) at ../../kdeui/kernel/kapplication.cpp:302
#25 0xb6b624cb in QCoreApplication::notifyInternal (this=0xbfd84834,
receiver=0xaee79c8, event=0xbfd8407c) at kernel/qcoreapplication.cpp:726
#26 0xb60ca88e in QCoreApplication::sendSpontaneousEvent (receiver=0xaee79c8,
event=0xdb) at
.../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:218
#27 0xb60c4db2 in QETWidget::translateMouseEvent (this=0xab21d30,
event=0xbfd844a0) at kernel/qapplication_x11.cpp:4385
#28 0xb60c4253 in QApplication::x11ProcessEvent (this=0xbfd84834,
event=0xbfd844a0) at kernel/qapplication_x11.cpp:3391
#29 0xb60f2372 in x11EventSourceDispatch (s=0x9959d40, callback=0,
user_data=0x0) at kernel/qguieventdispatcher_glib.cpp:146
#30 0xb5258305 in g_main_dispatch (context=0x9959800) at /build/buildd-
glib2.0_2.24.2-1-i386-AScyie/glib2.0-2.24.2/glib/gmain.c:1960
#31 IA__g_main_context_dispatch (context=0x9959800) at /build/buildd-
glib2.0_2.24.2-1-i386-AScyie/glib2.0-2.24.2/glib/gmain.c:2513
#32 0xb525bfe8 in g_main_context_iterate (context=0x9959800, block=value
optimized out, dispatch=1, self=0x994fb20) at /build/buildd-
glib2.0_2.24.2-1-i386-AScyie/glib2.0-2.24.2/glib/gmain.c:2591
#33 0xb525c1c8 in IA__g_main_context_iteration (context=0x9959800, may_block=1)
at /build/buildd-glib2.0_2.24.2-1-i386-AScyie/glib2.0-2.24.2/glib/gmain.c:2654
#34 0xb6b8e075 in QEventDispatcherGlib::processEvents (this=0x9915668,
flags=...) at kernel/qeventdispatcher_glib.cpp:412
#35 0xb60f1ed5 in QGuiEventDispatcherGlib::processEvents (this=0x9915668,
flags=...) at kernel/qguieventdispatcher_glib.cpp:204
#36 0xb6b60ae9 in QEventLoop::processEvents (this=0xbfd84794, flags=) at
kernel/qeventloop.cpp:149
#37 0xb6b60f3a in QEventLoop::exec (this=0xbfd84794, flags=...) at
kernel/qeventloop.cpp:201
#38 0xb6b6616f in QCoreApplication::exec () at kernel/qcoreapplication.cpp:1003
#39 0xb6033667 in QApplication::exec () at kernel/qapplication.cpp:3581
#40 0x08059a2e in _start ()

[I've omitted the other two threads to save space]

This problem really is important: it makes applications like kopete and kmail
very much less useful.

Cheers,

Paul.



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

Kernel: Linux 2.6.35.2 (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/bash

Versions of packages libhunspell-1.2-0 depends on:
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.5-10 GCC 

Bug#612735: imvirt misses pciutils dependency

2011-02-10 Thread Thomas Liske

Re,

On 02/10/2011 12:21 PM, Stefan Bühler wrote:

On 02/10/2011 12:16 PM, Thomas Liske wrote:

Hi,

IMHO imvirt should not depend on pciutils (I would prefer a Suggests or
Recommends) as this might be useless for some virtualization containers.


I am not sure what the goal of the project is; but if you already know
which container you are on (and therefore don't install some packages
needed for some detections), the detection is not that useful.



imvirt is to be used on (large scale) setups with (Debian) hosts running 
on virtual and physical machines. With apt-dater + imvirt you are able 
to filter the hosts by virtualization containers and do special actions 
on them. Other software might use it to behave different depending on 
the container.


There are also some metaphysic aspects as in Stanislaw Lem's short story 
Professor Corcorana’s Boxes, The Matrix and others - it tells you if you 
should get a red pill ;-)



Regards,
Thomas

--
supp...@ibh.de  Tel. +49 351 477 77 30
www.ibh.de  Fax  +49 351 477 77 39

---
Dipl.-Ing. Thomas Liske
Netzwerk- und System-Design


IBH IT-Service GmbH Amtsgericht Dresden
Gostritzer Str. 67a HRB 13626
D-01217 Dresden GF: Prof. Dr. Thomas Horn
Germany VAT DE182302907
---
Ihr Partner für: LAN, WAN IP-Quality, Security, VoIP, SAN, Backup, USV
---
   professioneller IT-Service - kompetent und zuverlässig
---



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



Bug#612542: /usr/lib/libhunspell-1.2.so.0: Still crashing in evolution with libhunspell-1.2-0 1.2.14-3

2011-02-10 Thread Rene Engelhard
reopen 612542
tag 612542 + moreinfo
thanks

On Thu, Feb 10, 2011 at 10:46:48AM +, Ian Campbell wrote:
 I seeing a very similar crash when right clicking a misspelled word in the
 evolution composer window. I have hunspell 1.2.14-3.
 
 gdb says:
 
 #0  0x7fffcc4f0eaf in mkallcap(char*, cs_info const*) () from 
 /usr/lib/libhunspell-1.2.so.0
 #1  0x7fffcc4ff7e5 in SuggestMgr::ngsuggest(char**, char*, int, 
 HashMgr**, int) () from /usr/lib/libhunspell-1.2.so.0
 #2  0x7fffcc4fa1e1 in Hunspell::suggest(char***, char const*) () from 
 /usr/lib/libhunspell-1.2.so.0
[...]

Hmm, ok. Looks like I only backported the fix for one part and not the other
where the same problem is present..

Do the packages from http://zyklop.dyndns.org/~rene/hunspell/ work for you?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#602812: Suhosin setting

2011-02-10 Thread Derick Rethans
Hi!

this is probably caused by one of the Suhosin settings: 
http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_array_depth

regards,
Derick
-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug



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



Bug#612738: eclipse-platform: Cannot Install Eclipse in Sid (Dependencies)

2011-02-10 Thread snowbird
Downgrading to sat4j=2.2.0-3 did the trick.

Thanks for the quick workaround.

--
Marty

-Original Message-
From: Niels Thykier [mailto:ni...@thykier.net] 
Sent: Thursday, February 10, 2011 5:25 AM
To: Martin Gallant; 612...@bugs.debian.org
Subject: Re: Bug#612738: eclipse-platform: Cannot Install Eclipse in Sid
(Dependencies)

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

severity 612738 serious
tags 612738 + confirmed
thanks

On 2011-02-10 12:12, Martin Gallant wrote:
 Package: eclipse-platform
 Version: 3.5.2-8
 Severity: important
 Tags: sid
 
 
 
  eclipse-platform : Depends: sat4j ( 2.2.1) but 2.2.3-1 is to be
installed
 

Yupe and that avoids #587657 for people with eclipse already installed.
You can pull sat4j from testing, which will work with eclipse 3.5.2-8 or
wait until we get eclipse updated to run with sat4j 2.2.3.
  Sorry for the inconvenience, but in our experience it is easier to
handle than the silent breakage caused by #587657.

 
 [...]


~Niels

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBCAAGBQJNU8rtAAoJEAVLu599gGRCNowQALJIVrobDKZncAoD7Hbpym9L
mtrp8j9MMT8j5lAUrtTwNBKnF+5bqwVjGOk3vX+tStsYlxYc187vQTwIjO+DROF5
7phHyM3UsEWPcs+1SpNVoaIxnAEO7cQjbBR7StSmIJ1RpVR5FQZnhBIxg4SbDl0E
V4P/lAjYxmwdcoe/4F3Dg05oGQ1T34Lq32Y4rto4r8Ufefj3h/Irav2pftanGF8c
IY6eqo95Dd66Uqc7I43TLSFM4qsor8q1xSnm8svWoZlXVoWnls6y0oAbVXdzAu9l
LwvJGf9S6IjJ9TL6YbJL+TiXCEov2nEfjeM3/vRzQv2fHwC4b8PhQw13DgD6mMR5
5WI0v0Lrq2w3W5omDuudxBEVS4BSFQd/U1f3MUUtPk+lCgx+XiAYo8ceZBa6PM4e
4zU/x2mFFb/MdJ0fc6K0KcNwod19gQMcbeO4Z3mEJHNXhAKV0n8JWGSE6P/DMeCd
3enaQw2YBbHaH+hde71Wjn2QLZOM78OnDsurxsmPkQVSI1aaP8BIrX4DbH0pe5Md
qbQaRIIqrmp8tH7+29RzPplarcql9hEebL3oYrMOv9D/P2WnCFtXkPcVzaWdigO2
LAtVdkwB8LA3Pn2Gi2354zfT+r4hSxVsAznavW4AxBgKiH1qUsptNA5Gw0kb7Ya0
13BowVQX4/tu1fAKLBje
=ecJR
-END PGP SIGNATURE-




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



Bug#612542: libhunspell-1.2-0 crashing

2011-02-10 Thread Rene Engelhard
On Thu, Feb 10, 2011 at 12:20:21PM +0100, Paul Millar wrote:
 The problem is still present with with current sid (libhunspell-1.2-0
 1.2.14-3)
 
 Also, I am seeing the problem with kopete and kmail.
 
 Here is the stack-trace for a kopete crash:
 
 #6  0xab2cc516 in mkallcap(char*, cs_info const*) () from
 /usr/lib/libhunspell-1.2.so.0
 #7  0xab2dd160 in SuggestMgr::ngsuggest(char**, char*, int, HashMgr**, int) ()
 from /usr/lib/libhunspell-1.2.so.0
 #8  0xab2d6e7e in Hunspell::suggest(char***, char const*) () from
 /usr/lib/libhunspell-1.2.so.0

See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612542#43

 This problem really is important: it makes applications like kopete and kmail
 very much less useful.

Ah, seriously?

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#612747: emacs23-common: gdb-setup-windows is unreliable, the *gud-...* window will often disappear

2011-02-10 Thread Friedrich Delgado
Package: emacs23-common
Version: 23.2+1-7
Severity: minor

with gdb-many-windows t, gdb-ui.el runs gdb-setup-windows which sets
up a hardcoded split layout.

This function is unreliable, the resulting layout will often omit the
*gud-...* comint buffer. If I single-step the function via
edebug-defun, I always get the correct result.

This happens with emacs23-gtk and emacs23-lucid.

I notice that ecb uses a more dynamic approach for storing and
restoring window layouts, so maybe this should be taken upstream, if
there are no debian modifications involved.

-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'karmic'), (500, 'unstable'), (500, 
'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages emacs23-common depends on:
ii  dpkg  1.15.8.10  Debian package management system
ii  emacsen-common1.4.22 Common facilities for all emacsen
ii  install-info  4.13a.dfsg.1-6 Manage installed documentation in 

emacs23-common recommends no packages.

Versions of packages emacs23-common suggests:
ii  emacs23-common-non-dfsg   23.2+1-1   GNU Emacs shared, architecture ind
ii  emacs23-el23.2+1-7   GNU Emacs LISP (.el) files

-- no debconf information

-- 
Dipl.-Inform. Friedrich Delgado delg...@pre-sense.de
PRESENSE Technologies GmbH, USt-IdNr.: DE263765024, AG Hamburg, HRB 107844
Sachsenstr. 5, 20097 Hamburg,  Geschäftsführer/Managing Directors:
Till Dörges  Jürgen Sander  Axel Theilmann



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



Bug#612656: installation-report: ext3, c'mon it's 2011

2011-02-10 Thread Fabian Greffrath

Am 10.02.2011 06:01, schrieb Christian PERRIER:

ext4 has been activated for the first time in squeeze. As we're not
crazy, nobody in the team imagined a single second to make it the
default. This may change for wheezy.


Ahem, http://wiki.debian.org/DebianInstaller/SqueezeGoals.

I don't expect anyone to be crazy, but two years of upstream 
stabilization is a long time, even in terms of Debian. ;) IIRC, even 
RHEL 6 has ext4 as default file system.


 - Fabian



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



Bug#612656: installation-report: ext3, c'mon it's 2011

2011-02-10 Thread Fabian Greffrath

Am 10.02.2011 09:27, schrieb Fabian Greffrath:

Ahem, http://wiki.debian.org/DebianInstaller/SqueezeGoals.


Sorry, please forget about it. I've read it three more times and 
realized I must have misinterpreted ext4 support as ext4 by default.


 - Fabian



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



Bug#612658: Apt Bug

2011-02-10 Thread Benjamin Rozell
Good to know thanks. I didn't edit /etc/apt/sources.list by hand I used
'Software Sources' and unchecked it when I was online. I was not aware
that volatile was no longer being used by Squeeze.




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



Bug#609769: libpam-krb5: kerberos authentication against Active Directory server fails after upgrade to squeeze

2011-02-10 Thread Christian Salzmann

I'm fairly mystified by this problem, unfortunately.  I have a similar
UNIX and AD cross-realm setup here and configured a UNIX server to have
its primary realm be the AD realm


I might add that we use a Win 2008R2 domain controller. Did your setup 
comprisea w2k8r2 dc?

cC




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



Bug#469458: Any update on this issue?

2011-02-10 Thread Michael Prokop
* Richard Hartmann richih.mailingl...@gmail.com [Die Dez 30, 2008 at 12:25:13 
+0100]:

 does the issue you reported [1] still exist? If yes, please
 follow send us the output of
   stty -a
 [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=469458

I can't reproduce this issue, are there any news from any bug
reporters? Otherwise I'd tend to close this issue.

regards,
-mika-


signature.asc
Description: Digital signature


Bug#612542: libhunspell-1.2-0 crashing

2011-02-10 Thread Paul Millar
On Thursday 10 February 2011 12:58:41 Rene Engelhard wrote:
 See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612542#43

OK.

Do you have 32-bit binaries; or the source package I could build from?


  This problem really is important: it makes applications like kopete and
  kmail very much less useful.
 
 Ah, seriously?

Yes, seriously!

I'm dyslexic.  I rely on online checking of every email, on-line form and 
Jabber message to try and keep my rather wayward spelling in check.

Every time I have something misspelt, I can't right-click on the word because 
that crashes the application.  If I forgot and right-click, I potentially 
loose everything I've been editing.

So, it is kinda serious, at least for me :-)

Cheers,

Paul.



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



Bug#495598: [ghostscript] opentypefont

2011-02-10 Thread Bastien ROUCARIES
Thanks but I will prefer to have the source...

Bastien

On Thu, Feb 10, 2011 at 11:11 AM, Fabian Greffrath fab...@greffrath.com wrote:
 I have minimized my proposed debdiff and updated against the current package
 version in unstable.





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



Bug#605196: salome-dev: fails to install: solved for me

2011-02-10 Thread Winfried Boxleitner

salome-dev: fails to install

hi!

following the error message of dpkg --configure salome-dev, I corrected a 
typo in file:
/usr/share/salome/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_TEST.py
(see enclosed patch).
with this patch the package configures without problems on my system (amd64, 
debian/squeeze).

cheers,

winfried

--- /usr/share/salome/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_TEST.py.vimorg	2010-11-22 06:27:22.0 +0100
+++ /usr/share/salome/HXX2SALOME_GENERIC_CLASS_NAME_SRC/src/HXX2SALOME_GENERIC_CLASS_NAME_I/HXX2SALOME_GENERIC_CLASS_NAME_TEST.py	2011-02-10 12:53:16.0 +0100
@@ -16,7 +16,7 @@
 #
 #  See http://www.salome-platform.org/ or email : webmaster.sal...@opencascade.com
 #
-mport salome
+import salome
 import HXX2SALOME_GENERIC_CLASS_NAME_ORB
 myHXX2SALOME_GENERIC_CLASS_NAME = salome.lcc.FindOrLoadComponent(FactoryServer, HXX2SALOME_GENERIC_CLASS_NAME)
 #


Bug#612743: [php-maint] Bug#612743: php5: PHP is compiled with LFS support, but this can not be detected by extensions

2011-02-10 Thread Ondřej Surý
forcemerge 402181 612743
thank you

Hi Derick,

there is no guarantee at all to keep same ABI between different
distributions. That doesn't only apply to LFS, but also to different
shared libraries used, etc.

The only safe way is to compile the extension using the development
files provided by the distribution.

Also the /usr/bin/php5-config script on Debian has an option --phpapi
which prints the version. Also you can provide .deb packages with
correct dependencies. It's just not reasonable to expect that
non-static binary will work across different systems.

O.

On Thu, Feb 10, 2011 at 12:29, Derick Rethans deb...@derickrethans.nl wrote:
 Package: php5
 Severity: normal
 Tags: lfs

 Hi!

 I'm the author of several PHP extensions, and a user asked me to compile a
 binary for him.

 I've compiled the extension using a stock PHP install, and noticed that
 though the extension loaded fine on Debian and Ubuntu, it did not actually
 work. The exact same source code compiled on the Debian and Ubuntu systems
 worked fine.

 I've tracked this down to issues with reading files through PHP's
 streams layer. What I strongly suspect here is that Debian's LFS patch changes
 the size of the php_stream structure in a subtle way. However, from a compiled
 binary I have no way of detecting whether the LFS patch was actually applied.
 This makes it close to impossible to reject my extension from being loaded
 and/or tell them to use a LFS-compiled version that I obviously can also
 provide.

 If you, as Debian PHP Maintainer, find it necessary to break PHP's default
 ABI/API compatibility; could you at least reflect this in the API number so
 that your pre-compiled PHP refuses to load an extension compiled with the
 standard/a different ABI? You already add +lfs to the extension dir's default,
 so it should be easy enough. For example, something like:

 --- Zend/zend_build.h.orig      2011-02-10 11:26:12.0 +
 +++ Zend/zend_build.h   2011-02-10 11:27:03.0 +
 @@ -41,6 +41,10 @@
  #endif

  /* for private applications */
 +#if _FILE_OFFSET_BITS = 64
 +#define ZEND_BUILD_EXTRA ,LFS
 +#else
  #define ZEND_BUILD_EXTRA
 +#endif

  #endif

 cheers,
 Derick

 -- System Information:
 Debian Release: squeeze/sid
  APT prefers maverick-updates
  APT policy: (500, 'maverick-updates'), (500, 'maverick-security'), (500, 
 'maverick')
 Architecture: i386 (i686)

 Kernel: Linux 2.6.35-25-virtual (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



 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint




-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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




Bug#612748: Fails to start if $OPENSSL_CONF is set

2011-02-10 Thread Ben Hutchings
Package: bind9
Version: 1:9.7.2.dfsg.P3-1.1
Severity: normal

I'm not sure whether this is a bug or my own configuration error.

In interactive shells, I set $OPENSSL_CONF to point to the configuration
file for my local CA.  BIND should not use this, and indeed does not have
permission to access it.  However some part of OpenSSL initialisation
(used for DNSSEC now?) honours it and fails due to the permission error.
This is not logged anywhere; I had to use strace to work out where it
failed.

System log messages:

Feb 10 11:58:30 shadbolt named[24623]: starting BIND 9.7.2-P3 -u bind
Feb 10 11:58:30 shadbolt named[24623]: built with '--prefix=/usr' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' 
'--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' 
'--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' 
'--with-gnu-ld' '--with-dlz-postgres=no' '--with-dlz-mysql=no' 
'--with-dlz-bdb=yes' '--with-dlz-filesystem=yes' '--with-dlz-ldap=yes' 
'--with-dlz-stub=yes' '--with-geoip=/usr' '--enable-ipv6' 
'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 'LDFLAGS=' 'CPPFLAGS='
Feb 10 11:58:30 shadbolt named[24623]: adjusted limit on open files from 1024 
to 1048576
Feb 10 11:58:30 shadbolt named[24623]: found 1 CPU, using 1 worker thread
Feb 10 11:58:30 shadbolt named[24623]: using up to 4096 sockets

strace output:

[...]
24623 open(/home/ben/decadent-ca/openssl.cnf, O_RDONLY|O_LARGEFILE) = -1 
EACCES (Permission denied)
24623 brk(0xb82e1000)   = 0xb82e1000
24623 write(2, Auto configuration failed\n, 26) = 26
24623 write(2, 3067479776:error:0200100D:system..., 128) = 128
24623 write(2, 3067479776:error:2006D002:BIO ro..., 79) = 79
24623 write(2, 3067479776:error:0E078002:config..., 90) = 90
24623 exit_group(1) = ?

Ben.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'squeeze-updates'), (100, 'unstable')
Architecture: i386 (i686)

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

Versions of packages bind9 depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  bind9utils   1:9.7.2.dfsg.P3-1.1 Utilities for BIND
ii  debconf [debconf-2.0 1.5.36.1Debian configuration management sy
ii  libbind9-60  1:9.7.2.dfsg.P3-1.1 BIND9 Shared Library used by BIND
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libcap2  1:2.19-3support for getting/setting POSIX.
ii  libdb4.8 4.8.30-2Berkeley v4.8 Database Libraries [
ii  libdns69 1:9.7.2.dfsg.P3-1.1 DNS Shared Library used by BIND
ii  libgssapi-krb5-2 1.8.3+dfsg-4MIT Kerberos runtime libraries - k
ii  libisc62 1:9.7.2.dfsg.P3-1.1 ISC Shared Library used by BIND
ii  libisccc60   1:9.7.2.dfsg.P3-1.1 Command Channel Library used by BI
ii  libisccfg62  1:9.7.2.dfsg.P3-1.1 Config File Handling Library used 
ii  libldap-2.4-22.4.23-7OpenLDAP libraries
ii  liblwres60   1:9.7.2.dfsg.P3-1.1 Lightweight Resolver Library used 
ii  libssl0.9.8  0.9.8o-4SSL shared libraries
ii  libxml2  2.7.8.dfsg-2GNOME XML library
ii  lsb-base 3.2-23.2squeeze1Linux Standard Base 3.2 init scrip
ii  net-tools1.60-23 The NET-3 networking toolkit
ii  netbase  4.45Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
ii  bind9-doc1:9.7.2.dfsg.P3-1.1 Documentation for BIND
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
pn  resolvconf   none  (no description available)
pn  ufw  none  (no description available)

-- Configuration Files:
/etc/bind/named.conf changed [not included]

-- 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#612542: /usr/lib/libhunspell-1.2.so.0: Still crashing in evolution with libhunspell-1.2-0 1.2.14-3

2011-02-10 Thread Ian Campbell
On Thu, 2011-02-10 at 12:53 +0100, Rene Engelhard wrote:
 reopen 612542
 tag 612542 + moreinfo
 thanks
 
 On Thu, Feb 10, 2011 at 10:46:48AM +, Ian Campbell wrote:
  I seeing a very similar crash when right clicking a misspelled word in the
  evolution composer window. I have hunspell 1.2.14-3.
  
  gdb says:
  
  #0  0x7fffcc4f0eaf in mkallcap(char*, cs_info const*) () from 
  /usr/lib/libhunspell-1.2.so.0
  #1  0x7fffcc4ff7e5 in SuggestMgr::ngsuggest(char**, char*, int, 
  HashMgr**, int) () from /usr/lib/libhunspell-1.2.so.0
  #2  0x7fffcc4fa1e1 in Hunspell::suggest(char***, char const*) () from 
  /usr/lib/libhunspell-1.2.so.0
 [...]
 
 Hmm, ok. Looks like I only backported the fix for one part and not the other
 where the same problem is present..

I was having a similar problem with pidgin which went away with -3,
which ties into that theory.

 Do the packages from http://zyklop.dyndns.org/~rene/hunspell/ work for you?

Yes. I downloaded and installed libhunspell-1.2-0_1.2.14-4_amd64.deb and
all appears to be well in evolution.

Thank you!

Ian.
-- 
Ian Campbell

Prices subject to change without notice.




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



Bug#612749: dose2: FTBFS on architectures without native ocaml support

2011-02-10 Thread Ralf Treinen
Package: dose2
Version: 1.4.2-2
Severity: serious
Tags: pending

dh_install: libdose2-ocaml-dev missing files (*/*.cmxa), aborting

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
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#603503: numerous infelicities in git completion

2011-02-10 Thread Michael Prokop
tags 603503 +moreinfo
thanks

* Joey Hess jo...@debian.org [Sun Nov 14, 2010 at 03:47:28PM -0400]:
 Clint Adams wrote:
  On Sat, Nov 13, 2010 at 01:00:09PM -0400, Joey Hess wrote:
   1. git log completes only branches, but not filenames. I try to do
  `git log Foo/Bartab` all the time.
   2. git diff ditto
   3. git annetab doesn't complete git annex, despite git-annex
  being in path and that being a valid subcommand here.
   4. git annex add tab doesn't complete anything. I think that if zsh is 
  unfamiliar with the parameters taken by a subcommand, it should
  complete filenames.

  I'm going to punt on #1 and #2 due to lack of time.

 I seem to have been wrong about #2 btw. #1 is highly annoying.

Joey, can you still reproduce this behaviour with current Zsh
version (=4.3.11-1)?

AFAICS I get the behaviour you'd like to see:

  http://grml.org/screeni/gkrellShoot_11-02-10_132734.png

Is this what you'd like to get?

regards,
-mika-


signature.asc
Description: Digital signature


Bug#612743: [php-maint] Bug#612743: php5: PHP is compiled with LFS support, but this can not be detected by extensions

2011-02-10 Thread Derick Rethans
Hi,

On Thu, 10 Feb 2011, Ondřej Surý wrote:

 there is no guarantee at all to keep same ABI between different
 distributions. That doesn't only apply to LFS, but also to different
 shared libraries used, etc.
 
 The only safe way is to compile the extension using the development
 files provided by the distribution.
 
 Also the /usr/bin/php5-config script on Debian has an option --phpapi
 which prints the version. Also you can provide .deb packages with
 correct dependencies. It's just not reasonable to expect that
 non-static binary will work across different systems.

I know it doesn't; I was asking for making it detectable. Perhaps 
instead of LFS, you could use DEBIAN as ZEND_BUILD_EXTRA 
instead then? Or perhaps include flags with that, that show all the 
different Debian flags/options/or perhaps a debian specific version nr 
as well; such as DEBIAN1, DEBIAN2 etc...

cheers,
Derick

-- 
http://derickrethans.nl | http://xdebug.org
Like Xdebug? Consider a donation: http://xdebug.org/donate.php
twitter: @derickr and @xdebug

Bug#612750: gstreamer0.10-ffmpeg: Please rely on ffmpeg's shlibs info and add breaks against d-m.o's ffmpeg libs instead

2011-02-10 Thread Fabian Greffrath
Package: gstreamer0.10-ffmpeg
Version: 0.10.11-3
Severity: normal

Hi,

I don't understand why you override gstreamer0.10-ffmpeg's shlibs:Depends by a
hand-crafted dependency on libavcodec. This procedure may need to be updated
regularly and is error-prone, as your upload of -4 proves.

I see that you want to avoid gstreamer0.10-ffmpeg to be run with the unofficial
ffmpeg libraries of d-m.o. So who don't you just do it the other way round and
add Breaks: libavcodec52 (= 5:0) instead of overriding the shlibs:Depends? The
shlibs information of Debian's ffmpeg packages is well maintained, it does
already cover the libfoo-extra cases and it is there for a reason. ;)

 - Fabian



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

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

Versions of packages gstreamer0.10-ffmpeg depends on:
ii  libavcodec52  4:0.6.1-4  FFmpeg codec library
ii  libavformat52 4:0.6.1-4  FFmpeg file format library
ii  libavutil50   4:0.6.1-4  FFmpeg utility library
ii  libc6 2.11.2-11  Embedded GNU C Library: Shared lib
ii  libglib2.0-0  2.27.91-1  The GLib library of C routines
ii  libgstreamer-plugins-base0.10 0.10.32-1  GStreamer libraries from the base
ii  libgstreamer0.10-00.10.32-1  Core GStreamer libraries and eleme
ii  liborc-0.4-0  1:0.4.11-2 Library of Optimized Inner Loops R
ii  libpostproc51 4:0.6.1-4  FFmpeg video postprocessing librar
ii  libswscale0   4:0.6.1-4  Ffmpeg video scaling library

gstreamer0.10-ffmpeg recommends no packages.

gstreamer0.10-ffmpeg suggests no packages.

-- 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#602812: [php-maint] Bug#602812: Suhosin setting

2011-02-10 Thread Ondřej Surý
php5-suhosin is not installed by default, so I don't think so. It has
happened in some of the patches we pulled from upstream, but I didn't
have a proper time to bisect where it was introduced.

O.

On Thu, Feb 10, 2011 at 12:46, Derick Rethans der...@php.net wrote:
 Hi!

 this is probably caused by one of the Suhosin settings:
 http://www.hardened-php.net/suhosin/configuration.html#suhosin.post.max_array_depth

 regards,
 Derick
 --
 http://derickrethans.nl | http://xdebug.org
 Like Xdebug? Consider a donation: http://xdebug.org/donate.php
 twitter: @derickr and @xdebug



 ___
 pkg-php-maint mailing list
 pkg-php-ma...@lists.alioth.debian.org
 http://lists.alioth.debian.org/mailman/listinfo/pkg-php-maint




-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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



Bug#612743: [php-maint] Bug#612743: php5: PHP is compiled with LFS support, but this can not be detected by extensions

2011-02-10 Thread Ondřej Surý
 I know it doesn't; I was asking for making it detectable. Perhaps
 instead of LFS, you could use DEBIAN as ZEND_BUILD_EXTRA
 instead then? Or perhaps include flags with that, that show all the
 different Debian flags/options/or perhaps a debian specific version nr
 as well; such as DEBIAN1, DEBIAN2 etc...

Seems reasonable to me, but I am not sure if we don't break other
stuff by introducing this. But right now it's a right time to do it,
since the new development cycle has just started.

Ondrej
-- 
Ondřej Surý ond...@sury.org
http://blog.rfc1925.org/



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



Bug#612751: dose2: priority should be extra

2011-02-10 Thread Ralf Treinen
Package: dose2
Version: 1.4.2-2
Severity: normal
Tags: pending

since it Depends on librpm-dev which is extra (policy 2.5).

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

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.utf8)
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#612752: Fails to start if $OPENSSL_CONF is set

2011-02-10 Thread Ben Hutchings
Package: bind9
Version: 1:9.7.2.dfsg.P3-1.1
Severity: normal

I'm not sure whether this is a bug or my own configuration error.

In interactive shells, I set $OPENSSL_CONF to point to the configuration
file for my local CA.  BIND should not use this, and indeed does not have
permission to access it.  However some part of OpenSSL initialisation
(used for DNSSEC now?) honours it and fails due to the permission error.
This is not logged anywhere; I had to use strace to work out where it
failed.

System log messages:

Feb 10 11:58:30 shadbolt named[24623]: starting BIND 9.7.2-P3 -u bind
Feb 10 11:58:30 shadbolt named[24623]: built with '--prefix=/usr' 
'--mandir=/usr/share/man' '--infodir=/usr/share/info' '--sysconfdir=/etc/bind' 
'--localstatedir=/var' '--enable-threads' '--enable-largefile' '--with-libtool' 
'--enable-shared' '--enable-static' '--with-openssl=/usr' '--with-gssapi=/usr' 
'--with-gnu-ld' '--with-dlz-postgres=no' '--with-dlz-mysql=no' 
'--with-dlz-bdb=yes' '--with-dlz-filesystem=yes' '--with-dlz-ldap=yes' 
'--with-dlz-stub=yes' '--with-geoip=/usr' '--enable-ipv6' 
'CFLAGS=-fno-strict-aliasing -DDIG_SIGCHASE -O2' 'LDFLAGS=' 'CPPFLAGS='
Feb 10 11:58:30 shadbolt named[24623]: adjusted limit on open files from 1024 
to 1048576
Feb 10 11:58:30 shadbolt named[24623]: found 1 CPU, using 1 worker thread
Feb 10 11:58:30 shadbolt named[24623]: using up to 4096 sockets

strace output:

[...]
24623 open(/home/ben/decadent-ca/openssl.cnf, O_RDONLY|O_LARGEFILE) = -1 
EACCES (Permission denied)
24623 brk(0xb82e1000)   = 0xb82e1000
24623 write(2, Auto configuration failed\n, 26) = 26
24623 write(2, 3067479776:error:0200100D:system..., 128) = 128
24623 write(2, 3067479776:error:2006D002:BIO ro..., 79) = 79
24623 write(2, 3067479776:error:0E078002:config..., 90) = 90
24623 exit_group(1) = ?

Ben.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'squeeze-updates'), (100, 'unstable')
Architecture: i386 (i686)

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

Versions of packages bind9 depends on:
ii  adduser  3.112+nmu2  add and remove users and groups
ii  bind9utils   1:9.7.2.dfsg.P3-1.1 Utilities for BIND
ii  debconf [debconf-2.0 1.5.36.1Debian configuration management sy
ii  libbind9-60  1:9.7.2.dfsg.P3-1.1 BIND9 Shared Library used by BIND
ii  libc62.11.2-10   Embedded GNU C Library: Shared lib
ii  libcap2  1:2.19-3support for getting/setting POSIX.
ii  libdb4.8 4.8.30-2Berkeley v4.8 Database Libraries [
ii  libdns69 1:9.7.2.dfsg.P3-1.1 DNS Shared Library used by BIND
ii  libgssapi-krb5-2 1.8.3+dfsg-4MIT Kerberos runtime libraries - k
ii  libisc62 1:9.7.2.dfsg.P3-1.1 ISC Shared Library used by BIND
ii  libisccc60   1:9.7.2.dfsg.P3-1.1 Command Channel Library used by BI
ii  libisccfg62  1:9.7.2.dfsg.P3-1.1 Config File Handling Library used 
ii  libldap-2.4-22.4.23-7OpenLDAP libraries
ii  liblwres60   1:9.7.2.dfsg.P3-1.1 Lightweight Resolver Library used 
ii  libssl0.9.8  0.9.8o-4SSL shared libraries
ii  libxml2  2.7.8.dfsg-2GNOME XML library
ii  lsb-base 3.2-23.2squeeze1Linux Standard Base 3.2 init scrip
ii  net-tools1.60-23 The NET-3 networking toolkit
ii  netbase  4.45Basic TCP/IP networking system

bind9 recommends no packages.

Versions of packages bind9 suggests:
ii  bind9-doc1:9.7.2.dfsg.P3-1.1 Documentation for BIND
ii  dnsutils 1:9.7.2.dfsg.P3-1.1 Clients provided with BIND
pn  resolvconf   none  (no description available)
pn  ufw  none  (no description available)

-- Configuration Files:
/etc/bind/named.conf changed [not included]

-- debconf information excluded


-- 
Ben Hutchings
Once a job is fouled up, anything done to improve it makes it worse.


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


Bug#610366: [pkg-cryptsetup-devel] Hello and bug 610366

2011-02-10 Thread Jonas Meurer
Hello Rodolfo,

On 10/02/2011 Rodolfo kix Garcia wrote:
 my name is Rodolfo (AKA kix) and I am new in the mail list. I would
 like to help with the bugs, but I do not have much time.

all help is appreciated. thanks a lot.

 About the bug 610366,... the problem seems to be in the function
 _action_luksAddKey_useMK, because the first and second ifs returns a
 value to r, and this value must be 0 to continue. But in the
 fourth if (_readk_mk(opt...), if the if fails, then the program
 flow goes to the out label and r continues with the value 0 from
 the second if, therefore, the returns in the out section returns
 0. This is the code:

unfortunately this bug already has been fixed by Milan upstream in the
meantime. see the svn commit #421 at
http://code.google.com/p/cryptsetup/source/detail?r=421

i even added the patch to the debian package in the packaging svn
repository. see
http://svn.debian.org/wsvn/pkg-cryptsetup/cryptsetup/trunk/?rev=848sc=1
and
http://svn.debian.org/wsvn/pkg-cryptsetup/cryptsetup/trunk/debian/patches/01_luksAddKey_return_code.patch?rev=848sc=1


i'm really sorry that your first attempt to help was somehow redundant.
my fault to not mention the fix in the buglog of bug #610366. that's
due to the reason that I maintained the package alone in the last years.
thus no immediate communication of applied fixes etc. was necessary.

to prevent this in future, i'll try to mention fixes in the buglog from
now on.

in order to reproduce bugs, i suggest to install virtual testsystems
(xen, kvm, virtualbox, vmware, ...). that way you can test several
different setups without messing with your main system.

and i suggest you to follow the svn repository at
svn://svn.debian.org/svn/pkg-cryptsetup/cryptsetup/trunk

the following two bugs should be easy to reproduce, but I didn't find
time to write a fix yet:

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

and the following two bugs ask for implementation of a new feature,
patches would be great:

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

greetings,
 jonas


signature.asc
Description: Digital signature


Bug#612734: O: policyd-weight -- a Perl policy daemon for the Postfix MTA

2011-02-10 Thread Jan Wagner
Hi Chris,

On Thursday 10 February 2011 11:56:17 Chris Butler wrote:
 retitle 612734 ITA: policyd-weight -- a Perl policy daemon for the Postfix
 MTA thanks
 
 On Thu, Feb 10, 2011 at 11:15:19AM +0100, Jan Wagner wrote:
  I intend to orphan the policyd-weight package. I no longer use
  policyd-weight and active upstream development stoped. Anyways, upstream
  is responsive and is acting on bugs.
 
 I still use policyd-weight on my box; I'd be happy to take it over.


Cool! Please go ahead. If you need anything from my side, feel free to ask.

Thanks and with kind regards, Jan.
-- 
Never write mail to w...@spamfalle.info, you have been warned!
-BEGIN GEEK CODE BLOCK-
Version: 3.12
GIT d-- s+: a C+++ UL P+ L+++ E--- W+++ N+++ o++ K++ w--- O M V- PS PE Y++
PGP++ t-- 5 X R tv- b+ DI D+ G++ e++ h r+++ y 
--END GEEK CODE BLOCK--


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


Bug#469458:

2011-02-10 Thread raphael
hello
there is no more problem for me now, in stable or unstable



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



Bug#612660: CVE-2010-4476 Trivial DoS when parsing strings into Java Double objects

2011-02-10 Thread Gilles Sadowski
Package: openjdk-6-jre
Version: 6b18-1.8.5-1
Severity: important

Hello.

I just wanted to mention that the bug is not limited to remote access. It is
triggered by any attempt to parse the decimal representation of the
problematic numbers. In particular, when such a representation appears in
source code, the compilation will run forever.

Best,
Gilles


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

Kernel: Linux 2.6.32-5-amd64 (SMP w/4 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 openjdk-6-jre depends on:
ii  libaccess-bridge-java-j 1.26.2-5 Java Access Bridge for GNOME (jni 
ii  libasound2  1.0.23-2.1   shared library for ALSA applicatio
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libgif4 4.1.6-9  library for GIF images (library)
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  libpulse0   0.9.21-3+b1  PulseAudio client libraries
ii  libx11-62:1.4.1-4X11 client-side library
ii  libxext62:1.2.0-2X11 miscellaneous extension librar
ii  libxi6  2:1.4.1-1X11 Input extension library
ii  libxrender1 1:0.9.6-1X Rendering Extension client libra
ii  libxtst62:1.2.0-1X11 Testing -- Record extension li
ii  openjdk-6-jre-headless  6b18-1.8.5-1 OpenJDK Java runtime, using Hotspo
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages openjdk-6-jre recommends:
ii  ttf-dejavu-extra  2.32-1 Vera font family derivate with add

Versions of packages openjdk-6-jre suggests:
pn  icedtea6-plugin   none (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#612753: luakit not in update-alternatives for gnome-www-browser

2011-02-10 Thread Nicolas Évrard
Package: luakit
Version: 2010.12.25-3
Severity: wishlist


luakit is not in the alternatives for gnome-www-browser

mnms:~% update-alternatives --list gnome-www-browser  #8683
/usr/bin/chromium-browser
mnms:~% update-alternatives --list x-www-browser  #8684
/usr/bin/chromium-browser
/usr/bin/luakit
/usr/bin/uzbl-browser

Note that I did not even know there was an alternative to 
x-www-browser before I had noticed that.

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

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

Versions of packages luakit depends on:
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-11 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-2  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1 FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.28.0-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  liblua5.1-05.1.4-5   Simple, extensible, embeddable pro
ii  liblua5.1-filesystem0  1.4.2-3   luafilesystem library for the Lua 
ii  libpango1.0-0  1.28.3-1+squeeze1 Layout and rendering of internatio
ii  libsoup2.4-1   2.30.2-1  an HTTP library implementation in 
ii  libwebkit-1.0-21.2.6-2   Web content engine library for Gtk

luakit recommends no packages.

luakit suggests no packages.

-- 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#516183: BZR gone? Status of this ITP?

2011-02-10 Thread Michael Fladischer
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

As the BZR branch at [0] is empty, I'd like to ask on what status this
ITP is in?
If no one is willing to work on it, I'd offer to take a look at it on
behalf of the PMPT/PAPT.

[0] http://bzr.daniel-watkins.co.uk/debian/python-django-cms/
- -- 
Michael Fladischer
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk1T4NAACgkQeJ3z1zFMUGaKUACeIPX5RAGfzOHtGOgcLPQieOoi
LG4AnAosUlWYP35w/SOaIhW27lL2siAA
=vNz9
-END PGP SIGNATURE-



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



Bug#612754: h5utils: please build-depend on libmatheval-dev

2011-02-10 Thread Julian Taylor
Package: h5utils
Version: 1.12.1-1+b1
Severity: normal

Dear maintainer
libmatheval has recently dropped the versioning of the -dev package name as the
api of this library is very stable.
The new name of the package is libmatheval-dev.

You package should now depend on libmatheval-dev this instead or
libmatheval1-dev. The contents of the package remains the same.

Regards,
Julian Taylor



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

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

Versions of packages h5utils depends on:
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libhdf4-0   4.2r4-11 The Hierarchical Data Format libra
ii  libhdf5-serial-1.8.4 [l 1.8.4-patch1-2   Hierarchical Data Format 5 (HDF5) 
ii  libjpeg62   6b1-1The Independent JPEG Group's JPEG 
ii  libmatheval11.1.7-1+nmu1 GNU library for evaluating symboli
ii  libpng12-0  1.2.44-1 PNG library - runtime
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

Versions of packages h5utils recommends:
ii  hdf5-tools1.8.4-patch1-2 Hierarchical Data Format 5 (HDF5) 

h5utils suggests no packages.

-- 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#575624: grub-pc: framebuffer vesafb broken with gfxpayload=keep

2011-02-10 Thread Andrei POPESCU
Package: grub-pc
Version: 1.99~rc1-2
Severity: normal

Hi,

If this is the same issue I'm experiencing then I found an interesting 
workaround:

At the grub menu press 'e' (like edit entry) and then press ESC and boot your 
usual entry (or just press Ctrl+x).

This keeps the console usable, reproducible on two different laptops, both with 
nVidia chipsets and the nvidia proprietary driver..

Hope this helps fix this bug.

Regards,
Andrei


-- Package-specific info:

*** BEGIN /proc/mounts
/dev/disk/by-uuid/dff9280e-3948-4edd-a64d-e33aa0384ccf / ext3 
rw,noatime,errors=remount-ro,barrier=0,data=ordered 0 0
/dev/sda2 /home ext3 rw,noatime,errors=continue,barrier=0,data=ordered 0 0
/dev/sda8 /home/amp/big xfs rw,noatime,attr2,noquota 0 0
/dev/sda7 /var ext3 rw,noatime,errors=continue,barrier=0,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
(hd0)   /dev/disk/by-id/ata-WDC_WD1600BEVS-08RST2_WD-WXC108008260
*** END /boot/grub/device.map

*** BEGIN /boot/grub/grub.cfg
#
# DO NOT EDIT THIS FILE
#
# It is automatically generated by grub-mkconfig using templates
# from /etc/grub.d and settings from /etc/default/grub
#

### BEGIN /etc/grub.d/00_header ###
if [ -s $prefix/grubenv ]; then
  load_env
fi
set default=0
if [ ${prev_saved_entry} ]; then
  set saved_entry=${prev_saved_entry}
  save_env saved_entry
  set prev_saved_entry=
  save_env prev_saved_entry
  set boot_once=true
fi

function savedefault {
  if [ -z ${boot_once} ]; then
saved_entry=${chosen}
save_env saved_entry
  fi
}

function load_video {
  insmod vbe
  insmod vga
  insmod video_bochs
  insmod video_cirrus
}

insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root dff9280e-3948-4edd-a64d-e33aa0384ccf
if loadfont /usr/share/grub/unicode.pf2 ; then
  set gfxmode=1680x1050
  load_video
  insmod gfxterm
fi
terminal_output gfxterm
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root dff9280e-3948-4edd-a64d-e33aa0384ccf
set locale_dir=($root)/boot/grub/locale
set lang=ro_RO
insmod gettext
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root dff9280e-3948-4edd-a64d-e33aa0384ccf
insmod png
if background_image /usr/share/images/desktop-base/spacefun-grub.png; then
  set color_normal=light-gray/black
  set color_highlight=white/black
else
  set menu_color_normal=cyan/blue
  set menu_color_highlight=white/blue
fi
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry 'Debian GNU/Linux, with Linux 2.6.36-trunk-amd64' --class debian 
--class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
dff9280e-3948-4edd-a64d-e33aa0384ccf
echo'Loading Linux 2.6.36-trunk-amd64 ...'
linux   /boot/vmlinuz-2.6.36-trunk-amd64 
root=UUID=dff9280e-3948-4edd-a64d-e33aa0384ccf ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.36-trunk-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.36-trunk-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
dff9280e-3948-4edd-a64d-e33aa0384ccf
echo'Loading Linux 2.6.36-trunk-amd64 ...'
linux   /boot/vmlinuz-2.6.36-trunk-amd64 
root=UUID=dff9280e-3948-4edd-a64d-e33aa0384ccf ro single 
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.36-trunk-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35-trunk-amd64' --class debian 
--class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
dff9280e-3948-4edd-a64d-e33aa0384ccf
echo'Loading Linux 2.6.35-trunk-amd64 ...'
linux   /boot/vmlinuz-2.6.35-trunk-amd64 
root=UUID=dff9280e-3948-4edd-a64d-e33aa0384ccf ro  quiet
echo'Loading initial ramdisk ...'
initrd  /boot/initrd.img-2.6.35-trunk-amd64
}
menuentry 'Debian GNU/Linux, with Linux 2.6.35-trunk-amd64 (recovery mode)' 
--class debian --class gnu-linux --class gnu --class os {
load_video
set gfxpayload=keep
insmod part_msdos
insmod ext2
set root='(hd0,msdos6)'
search --no-floppy --fs-uuid --set=root 
dff9280e-3948-4edd-a64d-e33aa0384ccf
echo'Loading Linux 2.6.35-trunk-amd64 ...'
linux   /boot/vmlinuz-2.6.35-trunk-amd64 

Bug#595124: workaround and more info about resume troubles on ATI Radeon RV250

2011-02-10 Thread Holger Levsen
reassign 595124 linux-2.6
forwarded 595124 https://bugzilla.kernel.org/show_bug.cgi?id=16140
found 595124 2.6.37-1~experimental.1
found 595124 2.6.32-30
thanks

Hi,

I've also seen this bug, also with pm-suspend.

~$ lspci -nn|grep VG
01:00.0 VGA compatible controller [0300]: ATI Technologies Inc Radeon RV250 
[Mobility FireGL 9000] [1002:4c66] (rev 02)

And with these two kernel images:

ii  linux-image-2.6.32-5-686 2.6.32-30Linux 
2.6.32 for modern PCs
ii  linux-image-2.6.37-trunk-686 2.6.37-1~experimental.1   
Linux 2.6.37 for modern PC

But there is a workaround which makes resume work for ~90% of the cases: 
turning agpmode off. To achieve that, I've put the following into
/etc/modprobe.d/radeon-kms.conf

options radeon modeset=1 agpmode=-1

Now resume usually works. Sometimes resume doesnt work  correctly (the screen
stays black, ssh still works, but the machine has to be rebooted to get X 
working again), in this case dmesg output is like this:

[  434.090204] PM: resume of devices complete after 3393.753 msecs
[  434.090352] PM: Finishing wakeup.
[  434.090355] Restarting tasks ... done.
[  434.119551] video LNXVIDEO:00: Restoring backlight state
[  434.172064] radeon :01:00.0: GPU lockup CP stall for more than 158388msec
[  434.172070] [ cut here ]
[  434.172104] WARNING: at 
/build/buildd-linux-2.6_2.6.37-1~experimental.1-i386-rePuD0/linux-2.6-2.6.37/debian/
build/source_i386_none/drivers/gpu/drm/radeon/radeon_fence.c:244 
radeon_fence_wait+0x1e9/0x26f [radeon]()
[  434.172110] Hardware name: 18299MG
[  434.172112] GPU lockup (waiting for 0x51D7 last fence id 0x51D4)
[  434.172115] Modules linked in: acpi_cpufreq mperf cpufreq_userspace 
cpufreq_stats cpufreq_conservative cpufr
eq_powersave ppdev lp sco bridge stp bnep rfcomm l2cap crc16 bluetooth 
binfmt_misc uinput fuse firewire_sbp2 lo
op radeon snd_intel8x0m ttm thinkpad_acpi snd_intel8x0 snd_ac97_codec ac97_bus 
pcmcia drm_kms_helper drm i2c_al
go_bit i2c_i801 ipw2200 snd_pcm_oss snd_mixer_oss snd_pcm yenta_socket 
pcmcia_rsrc tpm_tis pcmcia_core joydev l
ibipw snd_seq_midi pcspkr tpm rng_core i2c_core battery ac snd_rawmidi tpm_bios 
parport_pc power_supply nsc_irc
c evdev nvram parport snd_seq_midi_event processor snd_seq cfg80211 video 
output snd_timer snd_seq_device serio
_raw psmouse snd rfkill lib80211 soundcore snd_page_alloc button irda shpchp 
pci_hotplug crc_ccitt ext3 jbd mbc
ache sg sr_mod sd_mod cdrom crc_t10dif ata_generic ata_piix libata uhci_hcd 
ehci_hcd scsi_mod usbcore firewire_
ohci thermal e1000 firewire_core floppy thermal_sys crc_itu_t nls_base [last 
unloaded: scsi_wait_scan]
[  434.172205] Pid: 1330, comm: Xorg Not tainted 2.6.37-trunk-686 #1
[  434.172208] Call Trace:
[  434.172218]  [c102f0c1] ? warn_slowpath_common+0x6a/0x7b
[  434.172236]  [f8efe51d] ? radeon_fence_wait+0x1e9/0x26f [radeon]
[  434.172241]  [c102f138] ? warn_slowpath_fmt+0x28/0x2c
[  434.172259]  [f8efe51d] ? radeon_fence_wait+0x1e9/0x26f [radeon]
[  434.172265]  [c10442e6] ? autoremove_wake_function+0x0/0x29
[  434.172274]  [f8dca5a0] ? ttm_bo_wait+0xaa/0x132 [ttm]
[  434.172293]  [f8f0eb10] ? radeon_bo_wait+0x59/0x71 [radeon]
[  434.172312]  [f8f0eb4f] ? radeon_gem_wait_idle_ioctl+0x27/0x50 [radeon]
[  434.172326]  [f8c5a3d5] ? drm_ioctl+0x224/0x2d7 [drm]
[  434.172344]  [f8f0eb28] ? radeon_gem_wait_idle_ioctl+0x0/0x50 [radeon]
[  434.172350]  [c1001eaf] ? __switch_to+0xb0/0xe2
[  434.172360]  [f8c5a1b1] ? drm_ioctl+0x0/0x2d7 [drm]
[  434.172365]  [c10c47cd] ? do_vfs_ioctl+0x49e/0x4e9
[  434.172372]  [c10a475c] ? remove_vma+0x43/0x48
[  434.172376]  [c10c485c] ? sys_ioctl+0x44/0x64
[  434.172379]  [c1002f9f] ? sysenter_do_call+0x12/0x28
[  434.172383] ---[ end trace dc067470c0ec9148 ]---
[  434.420737] Failed to wait GUI idle while programming pipes. Bad things 
might happen.
[  434.421746] radeon :01:00.0: (r100_asic_reset:2036) 
RBBM_STATUS=0x80010140
[  434.922771] radeon :01:00.0: (r100_asic_reset:2057) 
RBBM_STATUS=0x80010140
[  435.419809] radeon :01:00.0: (r100_asic_reset:2065) 
RBBM_STATUS=0x0140
[  435.419830] radeon :01:00.0: restoring config space at offset 0x1 (was 
0x2b00383, writing 0x2b00387)
[  435.419842] radeon :01:00.0: GPU reset succeed
[  435.419845] radeon :01:00.0: GPU reset succeed
[  435.452058] radeon :01:00.0: WB enabled
[  435.452136] [drm] radeon: ring at 0xC0001000
[  435.452157] [drm] ring test succeeded in 1 usecs
[  435.452171] [drm] ib test succeeded in 2 usecs
[  435.658037] ADDRCONF(NETDEV_UP): eth0: link is not ready
[  435.660398] e1000: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: 
RX/TX
[  435.660833] ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[  435.661351] ADDRCONF(NETDEV_UP): wlan0: link is not ready
[  446.368040] eth0: no IPv6 routers present

Just for completeness: with 2.6.32 (using agp) glxgears showed 2421 frames/s, 
with 2.6.37 using agp 2685 FPS and 

Bug#612755: O: wackamole

2011-02-10 Thread Michael Mende
Package: wnpp
Severity: normal

I intend to orphan the wackamole package.

The package description is:
 Wackamole is an application that helps with making a cluster highly
 available. It manages a bunch of virtual IPs, that should be
 available to the outside world at all times. Wackamole ensures that a
 single machine within a cluster is listening on each virtual IP
 address that Wackamole manages. If it discovers that particular
 machines within the cluster are not alive, it will almost immediately
 ensure that other machines acquire these public IPs. At no time will
 more than one machine listen on any virtual IP. Wackamole also works
 toward achieving a balanced distribution of number IPs on the machine
 within the cluster it manages.

--
Kind Regards,

Michael Mende
http://www.failover.de/



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



Bug#612756: O: spread -- The Spread messaging daemon

2011-02-10 Thread Michael Mende
Package: wnpp
Severity: normal

I intend to orphan the spread package.

The package description is:
 Spread is a toolkit that provides a high performance messaging
 service that is resilient to faults across external or internal
 networks. Spread functions as a unified message bus for distributed
 applications, and provides highly tuned application-level multicast
 and group communication support. Spread services range from reliable
 message passing to fully ordered messages with delivery guarantees,
 even in case of computer failures and network partitions. Spread is
 designed to encapsulate the challenging aspects of asynchronous
 networks and enable the construction of scalable distributed
 applications, allowing application builders to focus on the
 differentiating components of their application.

--
Kind Regards,

Michael Mende
http://www.failover.de/



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



Bug#606121: Reopening; doesn't work at all

2011-02-10 Thread Didier 'OdyX' Raboud
found 606121 1.6.6-2
reopen 606121
thanks

Hi Ludovic,

I'm sorry to reopen this bug now, but I must confess that I hadn't retried the 
pcsc-lite versions from experimental. Now that you uploaded pcsc-lite to 
unstable, I'm using this again, and it fails to work.

For reasons I can't explain, I completely fail to access my smartcard, be it 
for 
GPG or SSH keys (for both of which I'm using gpg-agent).

So for now I downgraded libpcsclite1 and pcscd to 1.5.5-4 and libccid to 
1.3.11-2 (which then works). I noticed that it also fails to work if I upgrade 
only libccid to 1.4.1-2. (Therefor, I'm tempted to rise the severity of this 
bug 
to serious (aka above RC) to avoid testing migration, but I'll let you decide.)

Please ask for any details you might need !

Cheers, 

OdyX
-- 
Didier Raboud, proud Debian Developer.
CH-1020 Renens
o...@debian.org


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


Bug#612757: cifs-utils: mount.cifs not longer usable

2011-02-10 Thread schorsch
Package: cifs-utils
Version: 2:4.5-2
Severity: grave
Tags: squeeze
Justification: renders package unusable

It is the very nature of a network to be highly dynamic. So a user must be able
to mount network shares dynamically, i. e. mount with different user IDs (on
the target host), mount to different mountpoints (at least beyond his home
directory), mount short dated or short termed shares.

It is the very nature of /etc/fstab, to be highly static. So any mounting tool
used to mount shares from a windows network, which requires static entries in
/etc/fstab, which hence requires root rights, is absolutely useless.

In former versions of smbfs resp. cifs-utils found in Debian a user was able to
dynamically mount windows shares. Since Squeeze, mount.cifs requires static
entries in fstab.

Now the user must not only be given the right, to manipulate /etc/fstab at his
will. It's worse: The Windows password must be entered in clear text into fstab
(or at least in a credentials file), it must be written to a file on harddrive.





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

Kernel: Linux 2.6.32-5-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages cifs-utils depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libkeyutils1  1.4-1  Linux Key Management Utilities (li
ii  libkrb5-3 1.8.3+dfsg-4   MIT Kerberos runtime libraries
ii  libtalloc22.0.1-1hierarchical pool based memory all
ii  samba-common  2:3.5.6~dfsg-3 common files used by both the Samb

cifs-utils recommends no packages.

Versions of packages cifs-utils suggests:
ii  smbclient 2:3.5.6~dfsg-3 command-line SMB/CIFS clients for 

-- 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#612758: science-mathematics-dev: please depend on libmatheval-dev

2011-02-10 Thread Julian Taylor
Package: science-mathematics-dev
Severity: normal

Dear maintainer
libmatheval has recently dropped the versioning of the -dev package name as the
api of this library is very stable.
The new name of the package is libmatheval-dev.

Your package should now depend on libmatheval-dev instead of libmatheval1-dev.
The contents of the package remains the same.

Regards,
Julian Taylor



-- System Information:
Debian Release: 6.0
  APT prefers testing
  APT policy: (500, 'testing'), (200, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/1 CPU core)
Locale: LANG=en_AU.utf8, LC_CTYPE=en_AU.utf8 (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#513685: closed by James Vega james...@debian.org (Bug#513685: fixed in devscripts 2.10.70)

2011-02-10 Thread Paul Wise
found 513685 2.10.70
thanks

On Wed, 2011-02-09 at 08:39 +, Debian Bug Tracking System wrote:

 #513685: [rmadison] Please use the return code more

This fix didn't actually fix what the original bug report was about,
reopening it due to the following cases being broken:

pabs@chianamo:~$ rmadison foo ; echo $?
0
pabs@chianamo:~$ echo 127.0.0.1 qa.debian.org | sudo tee -a /etc/hosts
[sudo] password for pabs: 
127.0.0.1 qa.debian.org
pabs@chianamo:~$ rmadison foo ; echo $?
curl: (7) couldn't connect to host
1
pabs@chianamo:~$ rmadison nsis ; echo $?
curl: (7) couldn't connect to host
1

I would expect the following:

pabs@chianamo:~$ rmadison foo ; echo $?
1
pabs@chianamo:~$ echo 127.0.0.1 qa.debian.org | sudo tee -a /etc/hosts
[sudo] password for pabs: 
127.0.0.1 qa.debian.org
pabs@chianamo:~$ rmadison foo ; echo $?
curl: (7) couldn't connect to host
2
pabs@chianamo:~$ rmadison nsis ; echo $?
curl: (7) couldn't connect to host
2

  Please make rmadison give a sensible return value. Currently it only
  returns success, even when it couldn't contact the qa script. IMO the
  only of the following situations where it should return success is the
  second one. I think it should also differentiate between not being able
  to contact the server and not finding the requested package. See below
  for suggested return values in various scenarios.
  
  pabs@chianamo:~$ rmadison foo ; echo $?
  0
  
  I suggest returning 1 instead.
  
  pabs@chianamo:~$ rmadison nsis ; echo $?
nsis | 2.19-3 | etch-m68k | source, m68k
nsis | 2.19-3 |stable | source, alpha, amd64, hppa, i386, 
  ia64, mips, mipsel, powerpc, s390, sparc
nsis | 2.37-3 |   testing | source, amd64, i386
nsis | 2.37-3 |  unstable | source, amd64, i386
nsis | 2.39-1 |  experimental | source, amd64, i386
  0
  
  Returning success here makes sense.
  
  pabs@chianamo:~$ rmadison foo ; echo $?
  curl: (6) Couldn't resolve host 'qa.debian.org'
  0
  
  I suggest returning 2 instead.
  
  pabs@chianamo:~$ rmadison nsis ; echo $?
  curl: (6) Couldn't resolve host 'qa.debian.org'
  0
  
  I suggest returning 2 instead.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#587544: basket: cant copy and paste notes

2011-02-10 Thread Matteo Cypriani
severity 587544 grave
retitle 587544 basket: [data loss] cannot cut/copy and paste notes
thanks

Hello,

The same thing happens with cut  paste, which causes data loss, since Basket 
does not have a cancel feature and saves immediately any modification.

Regards,

  Matteo

-- 
Ma clef GPG est disponible sur keyserver.veridis.com
My GPG key is available on keyserver.veridis.com


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


Bug#612542: libhunspell-1.2-0 crashing

2011-02-10 Thread Rene Engelhard
On Thu, Feb 10, 2011 at 01:08:41PM +0100, Paul Millar wrote:
 On Thursday 10 February 2011 12:58:41 Rene Engelhard wrote:
  See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=612542#43
 
 OK.
 
 Do you have 32-bit binaries; or the source package I could build from?

eh? The source package is there. You should have actually looked on
the URL.

  Ah, seriously?
 
 Yes, seriously!

Oh, come one, Buy a new scarcasm detector. *Of course' it's important.
You don't need to tell me that, if it wasn't I would have reacted during
work time (and now again) on this bug but waited for coming home.

Anyway, Ian confirmed it fixes it:

Yes. I downloaded and installed libhunspell-1.2-0_1.2.14-4_amd64.deb and
all appears to be well in evolution.

Grüße/Regards,

René
-- 
 .''`.  René Engelhard -- Debian GNU/Linux Developer
 : :' : http://www.debian.org | http://people.debian.org/~rene/
 `. `'  r...@debian.org | GnuPG-Key ID: D03E3E70
   `-   Fingerprint: E12D EA46 7506 70CF A960 801D 0AA0 4571 D03E 3E70



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



Bug#612510: [buildd-tools-devel] Bug#612510: Bug#612510: build issue with boost 1.46

2011-02-10 Thread Roger Leigh
On Tue, Feb 08, 2011 at 02:56:44PM -0800, Zach Carter wrote:
 On Tuesday, February 08, 2011 02:49:01 pm Roger Leigh wrote:
   sbuild-chroot-config.cc: In member function 'void 
   sbuild::chroot_config::add_config_directory(const string, const
   string)': sbuild-chroot-config.cc:170:49: error: no matching function
   for call to
   'std::basic_stringchar::basic_string(boost::filesystem3::path)'
  
  OK, they must have removed the explicit cast to string.  A little
  annoying, since a filename is just a string.
  
  I'll add a configure check.
  
  Would you be OK to test a prerelease tarball once I've done that, since
  I can't test it myself yet?  It'll probably be the weekend at the
  earliest, given that I'm supported to be writing my PhD thesis, and
  not coding ;-)
 
 Sure, just let me know where to get it when it's ready.  I'm in no hurry, as 
 we already have a good Fedora build with my current patch.

OK, it proved not to require a configure check, just a conditional to
check the provided filesystem version.  Could you try the attached
patch and see if it builds correctly for you?


Thanks,
Roger

-- 
  .''`.  Roger Leigh
 : :' :  Debian GNU/Linux http://people.debian.org/~rleigh/
 `. `'   Printing on GNU/Linux?   http://gutenprint.sourceforge.net/
   `-GPG Public Key: 0x25BFB848   Please GPG sign your mail.
diff --git a/sbuild/sbuild-chroot-config.cc b/sbuild/sbuild-chroot-config.cc
index ed33e76..fe549f8 100644
--- a/sbuild/sbuild-chroot-config.cc
+++ b/sbuild/sbuild-chroot-config.cc
@@ -174,7 +174,11 @@ chroot_config::add_config_directory (std::string const chroot_namespace,
dirent != end_iter;
++dirent)
 {
+#if !defined(BOOST_FILESYSTEM_VERSION) || BOOST_FILESYSTEM_VERSION == 2
   std::string name(dirent-leaf());
+#else
+  std::string name(dirent-path().filename().string());
+#endif
 
   // Skip common directories.
   if (name == . || name == ..)
diff --git a/sbuild/sbuild-run-parts.cc b/sbuild/sbuild-run-parts.cc
index e9fb10d..d23a76d 100644
--- a/sbuild/sbuild-run-parts.cc
+++ b/sbuild/sbuild-run-parts.cc
@@ -81,7 +81,11 @@ run_parts::run_parts (std::string const directory,
dirent != end_iter;
++dirent)
 {
+#if !defined(BOOST_FILESYSTEM_VERSION) || BOOST_FILESYSTEM_VERSION == 2
   std::string name(dirent-leaf());
+#else
+  std::string name(dirent-path().filename().string());
+#endif
 
   // Skip common directories.
   if (name == . || name == ..)


signature.asc
Description: Digital signature


Bug#612759: udev sets wrong permissions for cdrom drive: cannot mount

2011-02-10 Thread Ivan
Package: udev
Version: 165-1
Severity: important

Dear all,

I cannot mount my cdrom drive. The drive has permissions
brw--- 1 root root 11, 0 Fev 10 08:03 /dev/sr0

and everytime I try to mount the cdrom, via KDE automount or manually via CLI
I get permission denied. Changing the udev rules or even removing does nothing. 

cat /etc/fstab:
/dev/sr0   /media/cdrom0   udf,iso9660 user,noauto 0   0


I'm member of the cdrom and plugdev rule.

What are the correct udev rules/symlinks and/or the correct fstab?  
Thank you.

-- System Information:
Debian Release: wheezy/sid
  APT prefers proposed-updates
  APT policy: (500, 'proposed-updates'), (500, 'oldstable'), (500, 'unstable'), 
(500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-ispm (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=pt_BR.UTF-8, LC_CTYPE=pt_BR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages udev depends on:
ii  debconf [debconf-2.0]1.5.38  Debian configuration management sy
ii  libc62.11.2-11   Embedded GNU C Library: Shared lib
ii  libselinux1  2.0.96-1SELinux runtime shared libraries
ii  libudev0 165-1   libudev shared library
ii  libusb-0.1-4 2:0.1.12-17 userspace USB programming library
ii  lsb-base 3.2-27  Linux Standard Base 3.2 init scrip
ii  util-linux   2.17.2-9Miscellaneous system utilities

Versions of packages udev recommends:
ii  pciutils  1:3.1.7-6  Linux PCI Utilities
ii  usbutils  1:001-1Linux USB utilities

udev suggests no packages.

-- debconf information:
  udev/new_kernel_needed: false
  udev/title/upgrade:
  udev/reboot_needed:
  udev/sysfs_deprecated_incompatibility:



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