Bug#672975: dpkg-dev: please modify dpkg-source to allow fuzz in patches

2012-05-15 Thread Bart Martens
Package: dpkg-dev
Version: 1.16.3
Severity: wishlist

Please modify dpkg-source to allow fuzz in patches.

Norbert Preining requested this here:
http://lists.debian.org/debian-devel/2012/05/msg00711.html




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



Bug#672976: debian-handbook: lead - led

2012-05-15 Thread Jim Hill
Package: debian-handbook
Version: 6.0+20120509
Severity: minor

---
 en-US/01_the-debian-project.xml | 4 ++--
 pot/01_the-debian-project.pot   | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/en-US/01_the-debian-project.xml b/en-US/01_the-debian-project.xml
index e33a2ab..ddf5d88 100644
--- a/en-US/01_the-debian-project.xml
+++ b/en-US/01_the-debian-project.xml
@@ -661,7 +661,7 @@
role=distributionSid/emphasis). They are taken from the names
of characters in the Toy Story movie. This animated film entirely
composed of computer graphics was produced by Pixar Studios, with
-   whom Bruce was employed at the time that he lead the Debian
+   whom Bruce was employed at the time that he led the Debian
project. The name “Sid” holds particular status, since it will
eternally be associated with the emphasis
role=distributionUnstable/emphasis branch. In the film, this
@@ -873,7 +873,7 @@
   indextermprimaryMcIntyre, Steve/primary/indexterm
   indextermprimaryZacchiroli, Stefano/primary/indexterm
 
-  paraSince its inception, the project has been successively lead by
+  paraSince its inception, the project has been successively led by
   Ian Murdock, Bruce Perens, Ian Jackson, Wichert Akkerman, Ben
   Collins, Bdale Garbee, Martin Michlmayr, Branden Robinson, Anthony
   Towns, Sam Hocevar, Steve McIntyre and Stefano Zacchiroli./para
diff --git a/pot/01_the-debian-project.pot b/pot/01_the-debian-project.pot
index 89a5bec..5408d52 100644
--- a/pot/01_the-debian-project.pot
+++ b/pot/01_the-debian-project.pot
@@ -824,7 +824,7 @@ msgstr 
 
 #. Tag: para
 #, no-c-format
-msgid Last anecdotal point, it was Bruce who was responsible for inspiring 
the different “codenames” for Debian versions (1.1 — emphasis 
role=\distribution\Rex/emphasis, 1.2 — emphasis 
role=\distribution\Buzz/emphasis, 1.3 — emphasis 
role=\distribution\Bo/emphasis, 2.0 — emphasis 
role=\distribution\Hamm/emphasis, 2.1 — emphasis 
role=\distribution\Slink/emphasis, 2.2 — emphasis 
role=\distribution\Potato/emphasis, 3.0 — emphasis 
role=\distribution\Woody/emphasis, 3.1 — emphasis 
role=\distribution\Sarge/emphasis, 4.0 — emphasis 
role=\distribution\Etch/emphasis, 5.0 — emphasis 
role=\distribution\Lenny/emphasis, 6.0 — emphasis 
role=\distribution\Squeeze/emphasis, emphasis 
role=\distribution\Testing/emphasis — emphasis 
role=\distribution\Wheezy/emphasis, emphasis 
role=\distribution\Unstable/emphasis — emphasis 
role=\distribution\Sid/emphasis). They are taken fro
 m the names of characters in the Toy Story movie. This animated film entirely 
composed of computer graphics was produced by Pixar Studios, with whom Bruce 
was employed at the time that he lead the Debian project. The name “Sid” holds 
particular status, since it will eternally be associated with the emphasis 
role=\distribution\Unstable/emphasis branch. In the film, this character 
was the neighbor child, who was always breaking toys — so beware of getting too 
close to emphasis role=\distribution\Unstable/emphasis. Otherwise, 
emphasis role=\distribution\Sid/emphasis is also an acronym for “Still In 
Development”.
+msgid Last anecdotal point, it was Bruce who was responsible for inspiring 
the different “codenames” for Debian versions (1.1 — emphasis 
role=\distribution\Rex/emphasis, 1.2 — emphasis 
role=\distribution\Buzz/emphasis, 1.3 — emphasis 
role=\distribution\Bo/emphasis, 2.0 — emphasis 
role=\distribution\Hamm/emphasis, 2.1 — emphasis 
role=\distribution\Slink/emphasis, 2.2 — emphasis 
role=\distribution\Potato/emphasis, 3.0 — emphasis 
role=\distribution\Woody/emphasis, 3.1 — emphasis 
role=\distribution\Sarge/emphasis, 4.0 — emphasis 
role=\distribution\Etch/emphasis, 5.0 — emphasis 
role=\distribution\Lenny/emphasis, 6.0 — emphasis 
role=\distribution\Squeeze/emphasis, emphasis 
role=\distribution\Testing/emphasis — emphasis 
role=\distribution\Wheezy/emphasis, emphasis 
role=\distribution\Unstable/emphasis — emphasis 
role=\distribution\Sid/emphasis). They are taken fro
 m the names of characters in the Toy Story movie. This animated film entirely 
composed of computer graphics was produced by Pixar Studios, with whom Bruce 
was employed at the time that he led the Debian project. The name “Sid” holds 
particular status, since it will eternally be associated with the emphasis 
role=\distribution\Unstable/emphasis branch. In the film, this character 
was the neighbor child, who was always breaking toys — so beware of getting too 
close to emphasis role=\distribution\Unstable/emphasis. Otherwise, 
emphasis role=\distribution\Sid/emphasis is also an acronym for “Still In 
Development”.
 msgstr 
 
 #. Tag: title
@@ -1079,7 +1079,7 @@ msgstr 
 
 #. Tag: para
 #, no-c-format
-msgid Since its inception, the project has been successively lead by Ian 
Murdock, Bruce Perens, Ian Jackson, Wichert Akkerman, Ben Collins, Bdale 
Garbee, Martin Michlmayr, Branden Robinson, 

Bug#672977: bzr push fails with uncommitted changes error, but bzr status shows nothing

2012-05-15 Thread Andrew Apted
Package: bzr
Version: 2.1.2-1
Severity: normal

I just had a problem with bzr 2.1.2 where a push failed with this error:

bzr: ERROR: Working tree /home/ajapted/aww/ has uncommitted changes (See bzr 
status). Use --no-strict to force the push.

However using bzr status showed no uncommitted changes at all.
I checked that .bzrignore was not masking any files.

I don't know how to reproduce the problem, the only thing that I did 
differently recently
was to use bzr shelve on a file.  I tried unshelving that file and reverting 
the changes but
the error still occurred.

A workaround was to use bzr commit --unchanged . which committed an apparently
empty commit, but it obviously did something as since the push worked after 
that.

Cheers,
--
Andrew Apted


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

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

Versions of packages bzr depends on:
ii  libc6  2.11.2-7  Embedded GNU C Library: Shared lib
ii  python 2.6.6-3+squeeze4  interactive high-level object-orie
ii  python-central 0.6.16+nmu1   register and build utility for Pyt
ii  python-configobj   4.7.2+ds-1simple but powerful config file re
ii  python-elementtree 1.2.6-14  Light-weight toolkit for XML proce
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

Versions of packages bzr recommends:
pn  bzrtools  none (no description available)
ii  ca-certificates   20090814   Common CA certificates
ii  python-paramiko   1.7.4-0.1  Make ssh v2 connections with pytho

Versions of packages bzr suggests:
pn  bzr-doc   none (no description available)
pn  bzr-gtk   none (no description available)
pn  bzr-svn   none (no description available)
pn  python-kerberos   none (no description available)
pn  python-pycurl none (no description available)
ii  xdg-utils 1.0.2-6.1  desktop integration utilities from

-- 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#672928: libdbi-drivers FTBS against latest MySQL

2012-05-15 Thread Thomas Goirand
On 05/15/2012 06:24 AM, Nicholas Bamber wrote:
 Thomas,
 I attach a patch to enbale libdbi-drivers to build against the
 latest MySQL. I will upload my build with a 15 day delay. Of course
 plese feel free to fix it yourself if you have any issues with my patch.
 
 
 Nicholas

Hi Nicholas,

No problem with this upload, the patch is very simple. You didn't even
need to bother with the delayed queue. If you want to speed-up things,
feel free to do a strait upload without delay.

Thanks for taking care of this,
Cheers,

Thomas



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



Bug#332413: CAN-2005-3151: Bufferoverflow in blenderplayer arg parsing

2012-05-15 Thread Dan McGrath
Well, I did some testing (on Ubuntu 12.04, but with multiple versions
of blenderplayer) and thought I would add to the report a bit.

Personally, I think this might be gone, but I will leave this up to
you guys. Here is what I found in some tests with the exploit code.

Looking at the shell code, it seems to ultimately end in /bin/sh, so
I would assume it give me a shell upon successful invocation. While I
was never able to get a sh shell, I did notice some versions would
give telltale output.


blender-2.37a-linux-glibc2.2.5-i386-static gave:

snip
Loading garbage /bin/sh failed: No error
snip

(gdb reports: warning: Selected architecture i386 is not compatible
with reported target architecture i386:x86-64)


blender-2.60a-linux-glibc27-x86_64/blenderplayer gave:

Loading /home/dan/blender-build/build/linux/bin/garbage charsfailed:
Error: Unable to open
blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer:
Not a directory.
snip
Bus error (core dumped)



blender-2.61-linux-glibc27-x86_64 gives

Loading /home/dan/blender-build/build/linux/bin/garbagefailed:
Error: Unable to open
blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer/blenderplayer:
Not a directory.
snip
Bus error (core dumped)



So it seems that despite not being able to get an sh shell (cpu NX
protection perhaps?), the suspicious errors (no error in 2.37a, and
core dumps in the others), that the problem seems to be gone (no core
dumps or buss errors) in 2.62 release and up (including the latest svn
revision).

If need be, I can probably poke around and try find the revisions this
was fixed, if you need to cheery pick the patch for this bug for the
package. Anyways, hope this helps save some investigation time. o/



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



Bug#672954: git-buildpackage: Move spawn_dch from gbp.scripts.dch to gbp.deb.changelog.ChangeLog

2012-05-15 Thread Daniel Dehennin
Tags: patch
#secure method=pgpmime mode=sign
Hello,

I made a new version of the patch which include methods documentations
and avoid passing all the options to ChangeLog.add_section().

Following are:

- diff to previous version: git diff 
dad/move-spawn_dch-to-ChangeLog..dad/move-spawn_dch-to-ChangeLog-1
- pull request
- patch for review: full patch of the new version

Regards.

Diff to previous version:
=

diff --git a/gbp/deb/changelog.py b/gbp/deb/changelog.py
index 3ab259d..7ad2804 100644
--- a/gbp/deb/changelog.py
+++ b/gbp/deb/changelog.py
@@ -156,12 +156,21 @@ class ChangeLog(object):
 Spawn dch
 
 @param author: committers name
+@type author: C{str}
 @param email: committers email
+@type email: C{str}
 @param newversion: start a new version
+@type newversion: C{bool}
 @param version: the verion to use
+@type version: C{str}
 @param release: finalize changelog for releaze
+@type release: C{bool}
 @param distribution: distribution to use
+@type distribution: C{str}
 @param dch_options: options passed verbatim to dch
+@type dch_options: C{list}
+@return: return code of dch subprocess
+@rtype: C{int}
 
 distopt = 
 versionopt = 
@@ -191,7 +200,7 @@ class ChangeLog(object):
 args.append('[[[insert-git-dch-commit-message-here]]]')
 else:
 args.append('')
-dch = Command('dch', args, shell=True, extra_env=env)
+dch = Command('dch', args, extra_env=env)
 dch.call([])
 if msg:
 old_cl = open(debian/changelog, r)
@@ -205,15 +214,47 @@ class ChangeLog(object):
 print  new_cl, line,
 os.rename(debian/changelog.bak, debian/changelog)
 
-def add_entry(self, msg, author, email, dch_options):
-Add a single changelog entry
+def add_entry(self, msg, author=None, email=None, dch_options=[]):
+Add a single changelog entry
+
+@param msg: log message to add
+@type msg: C{str}
+@param author: name of the author of the log message
+@type author: C{str}
+@param email: email of the author of the log message
+@type email: C{str}
+@param dch_options: options passed verbatim to dch
+@type dch_options: C{list}
+@return: return code of dch subprocess
+@rtype: C{int}
+
 self.spawn_dch(msg=msg, author=author, email=email, 
dch_options=dch_options)
 
-def add_section(self, msg, distribution, repo, options,
-author=None, email=None, version={}, dch_options=''):
-Add a new section to the changelog
+def add_section(self, msg, distribution, repo, upstream_tag_format='',
+author=None, email=None, version={}, dch_options=[]):
+Add a new section to the changelog
+
+@param msg: log message to add
+@type msg: C{str}
+@param distribution: distribution to set for the new changelog entry
+@type distribution: C{str}
+@param repo: git repository we are operating on
+@type repo: C{gbp.deb.git.DebianRepository}
+@param upstream_tag_format: format use to find upstream tag
+@type upstream_tag_format: C{str}
+@param author: name of the author of the log message
+@type author: C{str}
+@param email: email of the author of the log message
+@type email: C{str}
+@param version: version to set for the new changelog entry
+@param version: C{dict}
+@param dch_options: options passed verbatim to dch
+@type dch_options: C{list}
+@return: return code of dch subprocess
+@rtype: C{int}
+
 if not version and not self.is_native():
-v = repo.guess_version_from_upstream(options.upstream_tag, self)
+v = repo.guess_version_from_upstream(upstream_tag_format, self)
 if v:
 version['version'] = v
 self.spawn_dch(msg=msg, newversion=True, version=version, 
author=author,
diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
index 4eb32ed..ee1c075 100644
--- a/gbp/scripts/dch.py
+++ b/gbp/scripts/dch.py
@@ -391,7 +391,7 @@ def main(argv):
email=commit_email,
dch_options=dch_options,
repo=repo,
-   options=options)
+   upstream_tag_format=options.upstream_tag)
 # Adding a section only needs to happen once.
 add_section = False
 else:
@@ -410,7 +410,7 @@ def main(argv):
version=version_change,
dch_options=dch_options,
repo=repo,
-   options=options)
+   

Bug#672978: apt-listbugs: w fails due to /dev/tty: No such device or address

2012-05-15 Thread Antti-Juhani Kaijanaho
Package: apt-listbugs
Version: 0.1.6
Severity: normal

$ LC_ALL=C sudo aptitude
Retrieving bug reports... Done
Parsing Found/Fixed information... Done
critical bugs of netbase (4.47 - 5.0) unfixed
 #672862 - Package is not installable in unstable since depends on experimental 
ifupdown
   Merged with: 672851
Summary:
 netbase(1 bug)
Are you sure you want to install/upgrade the above packages? [Y/n/?/...] w
bash: /dev/tty: No such device or address
W: Failed to invoke browser.
 su ajk -c /usr/bin/sensible-browser /tmp/apt-listbugs7676.0.html  /dev/tty
Are you sure you want to install/upgrade the above packages? [Y/n/?/...] 


-- 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 3.2.17-ibid-1 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=fi_FI.utf8, LC_CTYPE=fi_FI.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages apt-listbugs depends on:
ii  apt0.9.3
ii  libdpkg-ruby1.80.3.8
ii  libgettext-ruby1.8 2.1.0-2.1
ii  libruby1.8 [libzlib-ruby1.8]   1.8.7.358-2
ii  ruby-debian [libdpkg-ruby1.8]  0.3.8+b1
ii  ruby-httpclient2.2.4-1
ii  ruby-xmlparser 0.7.2-1
ii  ruby1.81.8.7.358-2

apt-listbugs recommends no packages.

Versions of packages apt-listbugs suggests:
ii  chromium [www-browser]  18.0.1025.168~r134367-1
ii  debianutils 4.3
ii  elinks [www-browser]0.12~pre5-7
ii  epiphany-browser [www-browser]  3.4.1-1
ii  iceweasel [www-browser] 10.0.4esr-2
ii  links2 [www-browser]2.6-1
ii  lynx-cur [www-browser]  2.8.8dev.12-2
ii  reportbug   6.3.1
ii  w3m [www-browser]   0.5.3-7

-- 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#662796: NMU for mujltiarch Qt transition

2012-05-15 Thread Scott Kitterman
Fixing this bug doesn't need all the changes that are in Experimental, so I'll 
upload the attached diff shortly to delay/2 in order to minimize impact on 
the Qt 4.8 transition.  If you'd prefer I delay it further, please let me 
know.

Scott Kdiff -Nru uim-1.7.3/debian/changelog uim-1.7.3/debian/changelog
--- uim-1.7.3/debian/changelog	2012-03-10 02:32:26.0 -0500
+++ uim-1.7.3/debian/changelog	2012-05-15 01:29:59.0 -0400
@@ -1,3 +1,11 @@
+uim (1:1.7.3-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS against multiarch Qt 4.8 (Closes: #662796)
+- Thanks to Felix Geyer for the fix
+
+ -- Scott Kitterman sc...@kitterman.com  Tue, 15 May 2012 01:28:54 -0400
+
 uim (1:1.7.3-2) unstable; urgency=low
 
   [ HIGUCHI Daisuke (VDR dai) ]
diff -Nru uim-1.7.3/debian/control uim-1.7.3/debian/control
--- uim-1.7.3/debian/control	2012-03-10 02:30:01.0 -0500
+++ uim-1.7.3/debian/control	2012-05-15 01:28:17.0 -0400
@@ -9,7 +9,7 @@
  libgtk2.0-dev (= 2.10.1), libpango1.0-dev, libfreetype6-dev, libatk1.0-dev,
  libxml-perl, libx11-dev, libxft-dev, libxext-dev, x11proto-core-dev,
  libcanna1g-dev, libanthy-dev, libncurses5-dev, libm17n-dev, m17n-db, prime,
- libqt4-dev, librsvg2-bin, libedit-dev, libgcroots-dev, kdelibs5-dev,
+ libqt4-dev (= 4:4.8.0), librsvg2-bin, libedit-dev, libgcroots-dev, kdelibs5-dev,
  libexpat1-dev, cmake, libgtk-3-dev, libpanel-applet-4-dev
 Standards-Version: 3.9.3
 Homepage: http://code.google.com/p/uim/
diff -Nru uim-1.7.3/debian/uim-qt.install uim-1.7.3/debian/uim-qt.install
--- uim-1.7.3/debian/uim-qt.install	2012-01-11 21:18:28.0 -0500
+++ uim-1.7.3/debian/uim-qt.install	2012-05-15 01:28:17.0 -0400
@@ -4,4 +4,4 @@
 usr/bin/uim-chardict-qt4
 usr/bin/uim-toolbar-qt4
 usr/share/locale/ja/LC_MESSAGES/uim-chardict-qt4.mo
-usr/lib/qt4/plugins/inputmethods/libuiminputcontextplugin.so
+usr/lib/*/qt4/plugins/inputmethods/libuiminputcontextplugin.so


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


Bug#658275: blender: SIGSEGV when running: blender -E help

2012-05-15 Thread Dan McGrath
Hey,

I ran into this the other week myself actually. I recall mentioning it
on irc, but I don't think anything became of it though.

Currently, even the latest svn revision still has the problem, so 2.62
testing probably wont help much here.

Anyways, I made an upstream bug report as well, since the devs tend to
pay close attention to their own tracker, and referenced this report
in it:

  
https://projects.blender.org/tracker/index.php?func=detailaid=31464group_id=9atid=498

I will try touch base with you guys when the problem gets fixed. Happy blending!



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



Bug#672972: Wheezy: VLC player can't play videos

2012-05-15 Thread Rémi Denis-Courmont
On Mon, 14 May 2012 22:15:06 -0700 (PDT), T Elcor tel...@yahoo.com
wrote:
 Package: vlc 
 Version: 2.0.1-4+b1
 
 For some reason VLC player refuses to play video files. It starts up,
 shows the first frame of the video but doesn't play it further. What's
 strange, KDE DragonPlayer plays the same videos fine and I believe
 DragonPlayer relies on VLC libraries to play videos. 
 
 $ vlc --ffmpeg-threads 1  file:///some/file/name.mp4
 VLC media player 2.0.1 Twoflower (revision 2.0.1-0-gf432547)
 [0x21ab108] main libvlc: Running vlc with the default interface. Use
 'cvlc' to use vlc without interface.
 [0x263a7d8] xcb_xv vout display error: no available XVideo adaptor
 [0x7f8b90d94d28] freetype spu text error: Breaking unbreakable line 

It looks like:
- You have forced the XVideo video output in the preferences,
- Your system does not support XVideo.

Not much VLC can do then. Reset the VLC video output to default, or get a
better X.org display driver.

-- 
Rémi Denis-Courmont
Sent from my collocated server



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



Bug#573549: Re pdns-backend-ldap: Missing newer RR types (SPF, [DNS]KEY, etc.)

2012-05-15 Thread Marc Haber
On Mon, Jul 19, 2010 at 07:55:28AM +0200, Matthijs Mohlmann wrote:
 This is a plain new bug, forgot to include a required ldap schema file.

Does this still apply to PowerDNS 3.1?

Greetings
Marc

-- 
-
Marc Haber | I don't trust Computers. They | Mailadresse im Header
Mannheim, Germany  |  lose things.Winona Ryder | Fon: *49 621 31958061
Nordisch by Nature |  How to make an American Quilt | Fax: *49 621 31958062



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



Bug#672971: [Pkg-samba-maint] Bug#672971: samba-doc: htmldocs do not include images

2012-05-15 Thread Christian PERRIER
tags 672971 upstream
thanks

Quoting Pixie (debb...@kepibu.org):
 Package: samba-doc
 Version: 2:3.5.6~dfsg-3squeeze8
 Severity: normal
 
 
 The samba-doc package in squeeze does not include images for the HTML
 docs.  This makes it difficult to view referenced illustrations.
 
 Images /did/ exist in lenny, so not really sure why they've disappeared.


From what I see, images are no longer in upstream's tarball so that is
very likely to be a not-yet-noticed upstream issue. It is still
present in wheezy's 3.6.5 by the way.

images are indeed in docs-xml/Samba3-HOWTO, for instance, but not in 
docs/htmldocs/Samba3-HOWTO

So this bug is worth reporting upstream for them to copy the images/
director{y|ies} in docs/htmldocs/ over when building releases.

I'll do that as soon as possible.

We could cheat and copy over images/ directories to the relevant
directories in the Debian package but I'd rather not and have upstream
fix this.

Thanks for reporting.




signature.asc
Description: Digital signature


Bug#662775: NMU for Qt 4.8 FTBFS

2012-05-15 Thread Scott Kitterman
I know you said you were going to upload this, but the bug's been RC for 10 
days without maintainer response, so I assume you're busy at the moment.  I'll
upload the attached diff shortly to delay/2 in order to minimize impact on the 
Qt 4.8 transition.  If you'd prefer I delay it further, please let me know.

Scott Kdiff -Nru ibus-qt-1.3.1/debian/changelog ibus-qt-1.3.1/debian/changelog
--- ibus-qt-1.3.1/debian/changelog	2011-09-04 21:27:33.0 -0400
+++ ibus-qt-1.3.1/debian/changelog	2012-05-15 02:46:59.0 -0400
@@ -1,3 +1,11 @@
+ibus-qt (1.3.1-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS with Qt 4.8 (multiarch) by updating ibus-qt4.install to use
+multiarch paths (Closes: #662775)
+
+ -- Scott Kitterman sc...@kitterman.com  Tue, 15 May 2012 02:44:44 -0400
+
 ibus-qt (1.3.1-2) unstable; urgency=low
 
   * Fix FTBFS: FTBFS on latest unstable.
diff -Nru ibus-qt-1.3.1/debian/control ibus-qt-1.3.1/debian/control
--- ibus-qt-1.3.1/debian/control	2011-09-04 22:22:34.0 -0400
+++ ibus-qt-1.3.1/debian/control	2012-05-15 02:44:37.0 -0400
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: IME Packaging Team pkg-ime-de...@lists.alioth.debian.org
 Uploaders: LI Daobing lidaob...@debian.org, Asias He asias.he...@gmail.com
-Build-Depends: debhelper (= 7.0.50~), cmake, pkg-config, libqt4-dev,
+Build-Depends: debhelper (= 7.0.50~), cmake, pkg-config, libqt4-dev (= 4:4.8.0~),
  libdbus-1-dev, libx11-dev, libicu-dev, libibus-1.0-dev, doxygen
 Standards-Version: 3.9.2
 Homepage: http://code.google.com/p/ibus
diff -Nru ibus-qt-1.3.1/debian/ibus-qt4.install ibus-qt-1.3.1/debian/ibus-qt4.install
--- ibus-qt-1.3.1/debian/ibus-qt4.install	2011-09-04 22:18:47.0 -0400
+++ ibus-qt-1.3.1/debian/ibus-qt4.install	2012-05-15 02:44:37.0 -0400
@@ -1,3 +1,3 @@
-debian/tmp/usr/lib/qt4/*
+debian/tmp/usr/lib/*/qt4/*
 debian/tmp/usr/share/doc/ibus-qt-*/README
 debian/tmp/usr/share/doc/ibus-qt-*/AUTHORS


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


Bug#660843: Patch for the l10n upload of ckermit

2012-05-15 Thread Christian PERRIER
Quoting Ian Beckwith (i...@erislabs.net):
 [ cc:'ed to Jonathan Lane as he was asking something along these lines ]
 
 Hi,
 
 On Mon, May 14, 2012 at 07:10:28AM +0200, Christian PERRIER wrote:
   That time has come.
  Ping?
 
 I'm in work deadline crunch mode for at least the next couple of days.


Fine, no problem at all! I was just doing my ping after one week
standard process. Will try to avoid bothering you again in one
week..:-)

There's no urgency at all for the l10n issues, yet (that may change
during the freeze in one month or so, only).




signature.asc
Description: Digital signature


Bug#662300: Patch to fix left-up movement bug

2012-05-15 Thread Kalle Olavi Niemitalo
Martin Erik Werner martinerikwer...@gmail.com writes:

 Here is a patch which fixes this issue for me, it is based on a
 suggestion at
 http://egoboo.sourceforge.net/phpBB3/viewtopic.php?f=3t=1177p=61333#p61333, 
 see the DEP-3 header for more information.

That patch adds casts to two control_is_pressed subtractions in
set_one_player_latch.  However, the bug also occurs in three
statements in camera_move.  IIRC, this causes sprites to
disappear when you try to rotate the camera.  Instead of adding
casts to each of those calls, I recommend changing
control_is_pressed so it returns int.

In https://egoboo.svn.sourceforge.net/svnroot/egoboo/branches/2.8.x/,
control_is_pressed has been renamed to input_device_control_active,
and game/camera.c and game/game.c no longer do arithmetic with its
return values.


pgpJYAtwvkiJg.pgp
Description: PGP signature


Bug#669102: Sanlock - How to proceed

2012-05-15 Thread David Weber
 Hi,
 thanks for your work on the package. Some more comments below:
 
 On Mon, May 14, 2012 at 12:14:12PM +, David Weber wrote:
   On Mon, May 14, 2012 at 11:31:44AM +, David Weber wrote:
I merged the upstream release 2.2 into mentors.
The freeze for Wheezy gets closer, so I ask if anybody
has further comments or issues.
If not, can any developer do the merge by himself or should
I ask for a sponsorship on mentors?
   
   You upstream tarball isn't clean. It contains a debian dir and shared
   objects. Could you fix that?
  
  I've no idea how this could happen but it's now fixed (2.2-2)
 
 This looks wired in debian/copyright:
 
   The current Debian maintainer is YOUR NAME your@email.address
 
 Are you going to maintain the package?

I'm not an official Debian Maintainer so far, so I guess I would first
have to apply to become one, right? Or can I maintain a package with
an sponsor? I would prefer the second way when possible.

 The usual practice is to indent
 debian/control with spaces not tab but both should work.

I'll fix that

 
 I'd recommend to also post your next versions to
 debian-ment...@lists.debian.org since there are more reviewers there.
 (pleae keep me in cc: since I'll try to find the time to have another
 look too).

I'll do that.

 
 BTW where did you fetch the orig tarball from?

There aren't any official tarballs, so I downloaded it via gitweb, 
extracted it, renamed the folder and packaged it again. I guess that's 
rather problematic because the md5 sum most likely changes sometimes
for no reason.

David


To: a...@sigxcpu.org
Cc: 669...@bugs.debian.org
gdahl...@hotmail.com
bren...@zionetrix.net





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



Bug#670492: linux-image-2.6.32-5-amd64: RTL8111/8168B Wake on LAN does not work

2012-05-15 Thread Andreas Wirooks

Thank you very much for answering to my report.

Please excuse my late answer. I did't had much time to test.


 It works on my own system with one of these chips, but only from
 soft-off (S5) and not suspend-to-disk (S4).  Which are you testing?

 Does this work in Linux 3.2 from testing/unstable or squeeze-backports?

I tried suspend-to-ram and suspend-to-disk and never tried from shutdown.
The  included 8169 driver from kernel 2.6.32 and from 3.2bpo does not wake
up from both suspend-modes. In very rare cases (only one time with 2.6.32)
it worked from suspend-to-ram. But since then even repeating to send the
magic packet 20 times does not help.

I tried the r8168 driver with kernel 2.6.32 and 3.2bpo and wake on lan
works perfect from both suspend-modes. In very rare cases  the system
does not wake up correctly from suspend-to-ram and hangs. Then it looks
like the system is off (led is off). When i press the button i hear the fans
starting and then going off. The led is blinking like in suspend-to-ram mode.
Pressing the button again the fans start again, but the screen stays black
and the system hangs completly.

 Also, there are many variants of the chip and this might be a relevant
 detail.  Can you provide the initial kernel log messages from the r8169
 driver (try running 'grep r8169 /var/log/dmesg')?

This is a log from kernel 2.6.32 (woken up by button):
Apr 19 20:17:02 andreas2 kernel: [0.756319] r8169 Gigabit Ethernet driver 
2.3LK-NAPI loaded
Apr 19 20:17:02 andreas2 kernel: [0.756390] r8169 :04:00.0: PCI INT A 
- GSI 17 (level, low) - IRQ 17
Apr 19 20:17:02 andreas2 kernel: [0.756459] r8169 :04:00.0: setting 
latency timer to 64
Apr 19 20:17:02 andreas2 kernel: [0.756555] r8169 :04:00.0: irq 28 for 
MSI/MSI-X
Apr 19 20:17:02 andreas2 kernel: [0.757408] r8169 :04:00.0: eth0: 
RTL8168b/8111b at 0xc9662000, 00:08:54:6d:5a:77, XID 1800 IRQ 28
Apr 19 20:17:02 andreas2 kernel: [  112.463057] r8169 :04:00.0: eth0: link 
down
Apr 19 20:17:02 andreas2 kernel: [  112.463073] r8169 :04:00.0: eth0: link 
down
Apr 19 20:17:02 andreas2 kernel: [  114.024234] r8169 :04:00.0: eth0: link 
up
Apr 22 17:30:16 andreas2 kernel: [ 5383.189109] r8169 :04:00.0: eth0: link 
down
Apr 22 17:30:16 andreas2 kernel: [ 5383.189121] r8169 :04:00.0: eth0: link 
down
Apr 22 17:30:18 andreas2 kernel: [ 5384.781997] r8169 :04:00.0: eth0: link 
up
Apr 23 17:34:13 andreas2 kernel: [55187.548694] r8169 :04:00.0: PME# enabled
Apr 23 17:34:13 andreas2 kernel: [55187.870550] r8169 :04:00.0: restoring 
config space at offset 0xf (was 0x100, writing 0x10b)
Apr 23 17:34:13 andreas2 kernel: [55187.870571] r8169 :04:00.0: restoring 
config space at offset 0x6 (was 0x4, writing 0xd034)
Apr 23 17:34:13 andreas2 kernel: [55187.870580] r8169 :04:00.0: restoring 
config space at offset 0x4 (was 0x1, writing 0x5001)
Apr 23 17:34:13 andreas2 kernel: [55187.870587] r8169 :04:00.0: restoring 
config space at offset 0x3 (was 0x0, writing 0x20)
Apr 23 17:34:13 andreas2 kernel: [55187.870595] r8169 :04:00.0: restoring 
config space at offset 0x1 (was 0x10, writing 0x100547)
Apr 23 17:34:13 andreas2 kernel: [55187.944106] r8169 :04:00.0: PME# 
disabled
Apr 23 17:34:13 andreas2 kernel: [55193.744409] r8169 :04:00.0: eth0: link 
down
Apr 23 17:34:13 andreas2 kernel: [55193.744422] r8169 :04:00.0: eth0: link 
down
Apr 23 17:34:15 andreas2 kernel: [55195.337224] r8169 :04:00.0: eth0: link 
up

This is log from kernel 3.2bpo (woken up by button):
May  9 19:12:05 andreas2 kernel: [1.006535] r8169 Gigabit Ethernet driver 
2.3LK-NAPI loaded
May  9 19:12:05 andreas2 kernel: [1.006572] r8169 :04:00.0: PCI INT A 
- GSI 17 (level, low) - IRQ 17
May  9 19:12:05 andreas2 kernel: [1.006614] r8169 :04:00.0: setting 
latency timer to 64
May  9 19:12:05 andreas2 kernel: [1.006703] r8169 :04:00.0: irq 44 for 
MSI/MSI-X
May  9 19:12:05 andreas2 kernel: [1.007379] r8169 :04:00.0: eth0: 
RTL8168b/8111b at 0xc966c000, 00:08:54:6d:5a:77, XID 1800 IRQ 44
May  9 19:12:05 andreas2 kernel: [1.007384] r8169 :04:00.0: eth0: jumbo 
features [frames: 4080 bytes, tx checksumming: ko]
May  9 19:12:05 andreas2 kernel: [   46.096271] r8169 :04:00.0: eth0: link 
down
May  9 19:12:05 andreas2 kernel: [   46.096301] r8169 :04:00.0: eth0: link 
down
May  9 19:12:05 andreas2 kernel: [   47.689509] r8169 :04:00.0: eth0: link 
up
May  9 19:49:17 andreas2 kernel: [0.967675] r8169 Gigabit Ethernet driver 
2.3LK-NAPI loaded
May  9 19:49:17 andreas2 kernel: [0.967709] r8169 :04:00.0: PCI INT A 
- GSI 17 (level, low) - IRQ 17
May  9 19:49:17 andreas2 kernel: [0.967749] r8169 :04:00.0: setting 
latency timer to 64
May  9 19:49:17 andreas2 kernel: [0.967837] r8169 :04:00.0: irq 44 for 
MSI/MSI-X
May  9 19:49:17 andreas2 kernel: [1.028195] r8169 :04:00.0: eth0: 
RTL8168b/8111b at 

Bug#671675: libcpl-dev: uninstallable in sid

2012-05-15 Thread Ole Streicher
The cause is just that I accidently removed the libcext-dev section from
the debian/control file. Simply re-inserting does the job (already done
in the git repository; not uploaded yet because of the unresolved FTBS).




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



Bug#671853: libcpl-dev: uninstallable in sid

2012-05-15 Thread Ole Streicher
The cause is just that I accidently removed the libcext-dev section from
the debian/control file. Simply re-inserting does the job (already done
in the git repository; not uploaded yet because of the unresolved FTBS).




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



Bug#671975: Gorm segfaults

2012-05-15 Thread Riccardo Mottola

I can confirm the same bug on debian unstable, but x86-32

uname -s -m -o
Linux i686 GNU/Linux


Program received signal SIGSEGV, Segmentation fault.
0xb75c972e in objc_hash_value_for_key ()
   from /usr/lib/i386-linux-gnu/libobjc.so.4

(gdb) bt
#0  0xb75c972e in objc_hash_value_for_key ()
   from /usr/lib/i386-linux-gnu/libobjc.so.4
#1  0xb733e6bc in sel_get_typed_uid ()
   from /usr/lib/i386-linux-gnu/libobjc.so.3
#2  0xb784cc46 in GSSelectorFromNameAndTypes ()
   from /usr/lib/libgnustep-base.so.1.22
#3  0xb784bab6 in ?? () from /usr/lib/libgnustep-base.so.1.22
#4  0xb702c2ab in ?? () from /usr/lib/i386-linux-gnu/libffi.so.5
#5  0xb702c646 in ?? () from /usr/lib/i386-linux-gnu/libffi.so.5
#6  0xb772f1cd in ?? () from /usr/lib/libgnustep-base.so.1.22
#7  0xb772e1a8 in ?? () from /usr/lib/libgnustep-base.so.1.22
#8  0xb772da51 in ?? () from /usr/lib/libgnustep-base.so.1.22
#9  0x0804c478 in _start ()




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



Bug#662512: Would like to get this uploaded

2012-05-15 Thread Scott Kitterman
This is the last bug open for the Qt 4.8 transition, so I'd appreciate getting 
it uploaded.  I'm glad to NMU it if you don't have the time/interest or 
sponsor an upload as you prefer.

Thanks

Scott K

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


Bug#671853: Wrong Bug Nr.

2012-05-15 Thread Ole Streicher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Sorry, this was meant for Bug #671675.
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iQIcBAEBAgAGBQJPsgIjAAoJEHEVr9B3ENz3HjQQAMJqLHIVdStXMTvLyBHrYUq6
8Ci/beU1UzP8bE0RL007W1ZGhRH6BmXsX/OL92N4dLbGXKgpPBk2yO7ejj8+ZQQ4
lSxWZNPsiTHphXQqB9tyIbPykhdZOtHs2fJMbc/FILNvuvNRHvCTPHNcN3Zh535i
60IUgdq7TUwF5IOK1KitN85A7b6od/LqiiSGWznyvBJml7nhYqI/yD+4PafG/Q73
L3Noe4m2QHYc18dzkzPgqkjuz4Eiuo3w4/S91FAYaj4PVOTFn/I4A/7KzznadD1x
Gk39YSI6JbaG+JH6PdDCqbSEKtBEdzDmIsH4q0SqsGR+RtpGePNjZCn5GNlJjCdZ
G/zf2HfeLUOBZYwM/F6D0AS3c4ao/1eAii3CSujKnc2T/M13VraSTvHcmB7e/Xjy
l/htZQkkjAM2u3y+qtT9ffozZiif23mQT8q7gCGr+Bi3/aaP37oNcHpGWDNaBqKl
xluzPcqpTprlmaUyJqHJVB1bj88kQzzVTwpe28qS9RKTpNRK4rzHPHCzCwhmU0VY
g6BeL9WGZFF1+CIPZ8D/BkpkuyL5t7N+lbRDtt97BO2RfSDjDzz58OtiLSa5DBX9
HLCTj0iH86j4BD3XyYtmf68jBqjx27H9FZ1laQxJqn+OeM1HGVAuoZpfP8J+EqNM
9bvN4lkqOo2guEVgMJN6
=+KzI
-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#672968: VTK 5.8 for Wheezy

2012-05-15 Thread Mathieu Malaterre
tagging confirmed :)



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



Bug#672871: apt-cacher: libcurl thread uses too much CPU time

2012-05-15 Thread Mark Hindley
On Mon, May 14, 2012 at 03:52:32PM +0100, Mark Hindley wrote:
 The select-can_read() timeout of 0.1 was the result of lots of 
 testing in bug #533830. Reducing the timeout may reduce your throughput 
 (which may not bother you ;)!) I am not sure why you see such high CPU 
 usage with 0.1. What hardware is it running on? What is your 
 upstream bandwidth/connection?
 
 There are conflicting issues of CPU usage and throughput here, so I 
 think I might just make the value configurable as there may not be a 
 right value for everybody.

Just thinking about this some more -- I have one instance of apt-cacher 
running on an old AMD K6 400 and it never takes more than 10% of the 
CPU, so there is something different in your case. I wonder if the 
timeout of 0.1 is just too small for your system. What version of 
perl and IO::Select do you have?

strace on the libcurl process on my system shows:

select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)
poll([{fd=2, events=POLLIN|POLLPRI}], 1, 0) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 68106232}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 68133052}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 68160152}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 68186692}) = 0
select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)
poll([{fd=2, events=POLLIN|POLLPRI}], 1, 0) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 69133499}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 69160599}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 69189654}) = 0
clock_gettime(CLOCK_MONOTONIC, {567815, 69216754}) = 0
select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)

The obvious significant difference from your strace are the calls to 
clock_gettime. It looks to me as if select() on your system is not 
observing the 10us timeout, but I don't know why. Can you test what is 
the smallest timeout value that is observed? 

Mark



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



Bug#669643: ITP: bugzilla4 -- web-based bug tracking system

2012-05-15 Thread Faidon Liambotis
On Thu, May 03, 2012 at 10:47:31AM -0400, Mark A. Hershberger wrote:
  Have you checked why bugzilla3 used to be in Debian, and got removed
  (see #638705).
 
 Thanks for  the info.  I was not aware of that.  I did wonder why it
 wasn't being packaged.
 
 It looks like the main thing to  be addressed is finding a
 co-maintainer.

As discussed in private with Mark (he's a coworker), I will serve as his
comaintainer  sponsor for this package.

Moreover, I'm adding the security team to the loop, since bugzilla3 was
removed per their request.

We know that bugzilla has had a troubled history in Debian, so we'll be
careful. One area in particular that was problematic was a strained
relationship with upstream (aiui, the result of having an unmaintained
vulnerable package in Debian for some time); Mark has already been in
some contact with them.

If you still have reservations, feel free to raise them — before we
upload this (soonish) would work better :) 

Thanks,
Faidon



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



Bug#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-15 Thread Michel Dänzer
On Mon, 2012-05-14 at 21:19 +0200, Josip Rodin wrote: 
 On Mon, May 14, 2012 at 12:33:08PM +0200, Michel Dänzer wrote:
  On Mon, 2012-05-14 at 10:56 +0200, Josip Rodin wrote: 
   On Sun, May 13, 2012 at 11:00:46PM +0200, Julien Cristau wrote:
 In any case, I rebooted using SysRq+S+U+B (I think, at least - 
 couldn't see
 anything) and installed firmware-linux-nonfree, rebooted once again 
 for good
 measure, and tried startx again, and now it just aborts X saying:
 
 [   137.038] (EE) RADEON(0): [dri] RADEONDRIGetVersion failed because 
 of a version mismatch.
 [dri] This chipset requires a kernel module version of 1.17.0,
 [dri] but the kernel reports a version of 2.12.0.
 [dri] Make sure your module is loaded prior to starting X, and
 [dri] that this driver was built with support for KMS.
 [dri] Aborting.
  
  I'm afraid that's as good as it gets. When using a display manager, it
  should automatically try starting the X server again, which should
  succeed.
 
 What about the first upgrade issue, the lack of firmware?

It's hard to say anything about that without seeing at least the dmesg
output and Xorg.0.log corresponding to the problem.


Means your radeon kernel module is not being properly loaded by udev.
You need to figure out why.
   
   There's nothing strange about it, at least none that I can see.
   You can see in the attached dmesg output that it worked fine.
  
  dmesg can't tell you why the kernel module wasn't loaded by udev.
 
 But it *was* loaded by udev.

If it was, there wouldn't have been a problem.

 I don't run 'modprobe radeon' at any point between the two tests.
 After the broken startx, it's loaded, which is why
 it is in the dmesg output I sent you.

It's loaded by the X driver on demand, which is necessary for UMS. The
problem is it's too late for KMS.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#650571: xbubble: FTBFS: loadpng.c:77:8: error: dereferencing pointer to incomplete type

2012-05-15 Thread Martin Quinson
On Tue, May 15, 2012 at 07:45:24AM +0900, Nobuhiro Iwamatsu wrote:
 
 I created a patch which revise this problem.
 Please check and apply this?

Hello,

as upstream author, I'd say that this patch looks very good. Uwe, do
you need any help to upload an updated version of xbubble?

Thanks for your work,
Mt.

-- 
Some Monthy Python sketches are far more logical than this paper.
 -- Bastard Reviewer From Hell



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



Bug#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-15 Thread Michel Dänzer
On Mon, 2012-05-14 at 23:53 +0200, Josip Rodin wrote: 
 On Mon, May 14, 2012 at 11:46:45PM +0200, Josip Rodin wrote:
  On Mon, May 14, 2012 at 09:46:43PM +0200, Julien Cristau wrote:
   On Mon, May 14, 2012 at 21:33:21 +0200, Josip Rodin wrote:
So it looks like when it's missing, X gets it loaded, but not fast
enough to apply to the same session...?
   
   Correct.  Closing as not a bug.
  
  Uhh, what? a) we know that users will be screwed and yet we'll declare the
  screwage not a bug?!

How will they be 'screwed'? It seems like most people are making similar
upgrades without issues.

  b) you didn't notice my earlier message where I found it's an open
  bug upstream (with several submitters)? 
 
 I see now that Michel also marked that one resolved wontfix.
 
 Well, that's a great way to treat four bug submitters - nobody cares for
 your problem, and that's not all - your reports are so worthless to us
 that we also want to make an extra effort to publicly act like complete
 assholes towards you.

Watch your tone. You're barking up the wrong tree.

I did point out this problem a long time ago, but according to Dave
Airlie it's not really possible to make the X driver reliably detect
that KMS will be enabled in this scenario. In order to alleviate the
problem, I made the X driver bail. Previously, it would start up in UMS
mode, resulting in the kernel and X drivers both accessing the hardware
behind each other's backs. I hope you can see the potential for fun
there.

Feel free to prove Dave wrong, but I just don't think it's worth it for
a corner case caused by broken configuration.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#628436: Please disallow tclsh8.4 as an alternative for the tclsh command

2012-05-15 Thread Jonathan Nieder
Hi,

Sergei Golovan wrote:

[...]
 in which case the only
 symlinks to tclsh and wish would be in the tcl and tk packages.

Sounds excellent to me. :)  A smooth way to transition would be to
remove the alternatives from each tcl8.x and tk8.x package, the goal
being to get to a point with alternatives still in place but
tclsh-default and wish-default as the only providers.  Then the
alternatives could be replaced with plain symlinks in the release
after.

[...]
  And I
 don't know what to do with extensions which work with any Tcl/Tk
 version (so, I don't want them to require 'tcl'), but come with
 examples with #! /usr/bin/tclsh.

Could you give an example?

[...]
 On Sun, May 29, 2011 at 2:20 AM, Jonathan Nieder jrnie...@gmail.com wrote:

 My only worry would be that some package might be using Depends:
 tcl8.4 and expecting the tclsh command to work, when they should have
[...]
 It's fairly simple to look through the archive and find if there's
 such packages. It's not too late to fix them.

antennavis: ok
aolserver4: affected? (tests/new/all.tcl at build time)
blt: affected (demos)
bookview: ok (the corresponding issue for wish probably affects it, though)
deal: ok
emacspeak: ok
epic5: ok
exmh: affected (postinst, corresponding issue for wish throughout)
gcl: affected (configure at build time)
gclcvs: likewise
gnat-gps: ok
gpsmanshp: ok
grass: affected (GRASS_TCLSH)
gtkwave: ok
hfsutils: ok
hping3: ok
ibutils: affected (at build time)
isdnutils: ok
ace: affected (templates/wb26wrproject.mpd)
idzebra: affected (at build time)
memchan: ok? (uses TEA to find tcl for doc processing at build time)
snack: ok
sqlite: affected (speedtest.tcl etc)
ruby1.8: ok
ruby1.9: ok
gnu-smalltalk: ok
tktable2.9: ok (uses TEA)
tcludp: ok (uses TEA)
magnus: affected (copier.tcl)
mozart: ok
mysqltcl: ok (uses TEA)
nam: ok (only affects examples installed to doc)
ns2: ok (ModelGen is not installed)
openmsx: ok
otcl: ok
[... to be continued ...]

Build-time issues can be softened by making tcl8.4-dev depend on tcl
during a transition period.

(Remaining packages to check: page-crush paraview pcb-common pfm rat
rrdtool-tcl sauce tcl tcl8.4-dev tclcsound timidity-interfaces-extra
tk707 tk8.4 tkgate ttt tttprove tttview timidity-interfaces-extra
vigor vim vkeybd weechat-plugins wzdftpd-mod-tcl xchat-gnome xcircuit
xdeview xotcl xotcl-shells libyaz4-dev)

Good night,
Jonathan



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



Bug#510318:

2012-05-15 Thread Mathieu Malaterre
severity 510318 grave
tags 510318 help
thanks

setpnp is pretty much useless with newer kernel. I gave a quick look
at the code but I do not know how to update the code to use the /sys
path...

We should either remove setpnp completely or fix it for newer kernel.



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



Bug#670704: Fwd: Accepted mupen64plus-core 1.99.5-3 (source all amd64)

2012-05-15 Thread Sven Eckelmann
reopen 670704
thanks

Sry, send the -done mail to the wrong bug.

Kind regards,
Sven

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


Bug#672979: override: libnspr4-0d:oldlibs/extra

2012-05-15 Thread Mike Hommey
Package: ftp.debian.org
Severity: normal

libnspr4-0d is now a transitional package, which makes it oldlibs/extra instead 
of libs/optional.



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



Bug#622083: bug#622083 Consider running bundled tests during building

2012-05-15 Thread Dmitry Shachnev
noowner 622083
tags 622083 + upstream
forwarded 622083
http://code.google.com/p/gdata-python-client/issues/detail?id=617
thanks

Despite the issue with non-working test, there is a bigger problem:
the testing script prints to stderr even if all tests were successful
(I've reported it as
http://code.google.com/p/gdata-python-client/issues/detail?id=617).

I don't believe this will be fixed any time soon because Google
doesn't respond to any my bugs/patches, so I'm unassigning this bug
from myself until that's properly fixed.

--
Dmitry Shachnev



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



Bug#672972: Wheezy: VLC player can't play videos

2012-05-15 Thread T Elcor
--- On Mon, 5/14/12, Rémi Denis-Courmont r...@remlab.net wrote:

 It looks like:
 - You have forced the XVideo video output in the
 preferences,

Maybe, though I don't remember when or how it was done and am not sure what 
preferences you refer to.

 - Your system does not support XVideo.
 
 Not much VLC can do then. Reset the VLC video output to
 default,

How? In Tools|Preferences|Video settings the Output is already set to Default 
and I unchecked Accelerated video output just to be sure. Same result.

Thanks

# aptitude show vlc
Package: vlc 
State: installed
Automatically installed: no
Version: 2.0.1-4+b1
Priority: optional
Section: video
Maintainer: Debian Multimedia Maintainers 
pkg-multimedia-maintain...@lists.alioth.debian.org
Architecture: amd64
Uncompressed Size: 3,546 k
Depends: ttf-freefont, vlc-nox (= 2.0.1-4+b1), libaa1 (= 1.4p5), libavcodec53 
(= 5:0.8-2~) | libavcodec-extra-53
 (= 5:0.8-2~), libavutil51 (= 5:0.8-2~), libc6 (= 2.8), libfreetype6 
(= 2.2.1), libfribidi0 (=
 0.19.2), libgcc1 (= 1:4.1.1), libgl1-mesa-glx | libgl1, libice6 (= 
1:1.0.0), libqtcore4 (=
 4:4.7.0~beta1), libqtgui4 (= 4:4.7.0~beta1), libsdl-image1.2 (= 
1.2.10), libsdl1.2debian (= 1.2.11),
 libsm6, libstdc++6 (= 4.6), libtar0, libva-x11-1 ( 1.0.15~), libva1 
( 1.0.15~), libvlccore5 (= 2.0.0),
 libx11-6, libxcb-composite0, libxcb-keysyms1 (= 0.3.8), libxcb-randr0 
(= 1.1), libxcb-render0,
 libxcb-shape0, libxcb-shm0, libxcb-xfixes0, libxcb-xv0 (= 1.2), 
libxcb1 (= 1.6), libxext6, libxinerama1,
 libxpm4, zlib1g (= 1:1.2.3.3)
Recommends: vlc-plugin-notify (= 2.0.1-4+b1), vlc-plugin-pulse (= 2.0.1-4+b1), 
xdg-utils
Suggests: videolan-doc
Breaks: vlc-data ( 1.1.5), vlc-nox ( 1.1.5)
Replaces: vlc-data ( 1.1.5), vlc-nox ( 1.1.5)
Provides: mp3-decoder
Description: multimedia player and streamer
 
Homepage: http://www.videolan.org/vlc/




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



Bug#672936: lsh-server: does not respect umask

2012-05-15 Thread Niels Möller
Sam Geeraerts sam...@elmundolibre.be writes:

 The default umask on a Squeeze system is 0022. However, when I
 connect via ssh to lsh-server on my Squeeze system the umask
 in the session is . It would make more sense to also have
 0022 there.

I think traditionally, setting up the default umask was a job for the
login shell, typicallly configured in /etc/profile.

From a quick look, it seems umask is no longer set up i /etc/profile,
but by some PAM module, configured via /etc/login.defs. Not sure exactly
where, though. The documentation says its pam_umask, but no such
module is mentioned in any file under /etc/pam.d/*, as far as I can see.

And now enter lshd, which is *not* PAMified.

I'm not sure what the status of PAM is in debian. Does policy say that
all login-like services must use PAM, and if you don't use PAM, you're
on your own? Or is there some recommended way for non-PAM-services to
get this right on Debian?

One possible workaround might be to add a script to /etc/profile.d which
does something like

  while read key value rest_of_line ; do
if [ $key = UMASK ] ; then
umask $value
fi
  done  EOF
  `cat /etc/login.defs`
  EOF

Regards,
/Niels

-- 
Niels Möller. PGP-encrypted email is preferred. Keyid C0B98E26.
Internet email is subject to wholesale government surveillance.



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



Bug#672980: gdm3: relogin after logout not possible - displays go into standby (very large 2x 24)

2012-05-15 Thread Joachim Schmidt
Package: gdm3
Version: 2.30.5-6squeeze4
Severity: normal

I use ATI grafik with 2 Displays. If I try to login as other user  that is not
possible. Login works but after that the displays go into standby mode. Using
console I can restart gdm3, but the same appears. I have to reboot.



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

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

Versions of packages gdm3 depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  debconf [debconf-2 1.5.36.1  Debian configuration management sy
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-session [x-s 2.30.2-3  The GNOME Session Manager - GNOME 
ii  gnome-session-bin  2.30.2-3  The GNOME Session Manager - Minima
ii  gnome-terminal [x- 2.30.2-1  The GNOME terminal emulator applic
ii  libart-2.0-2   2.3.21-1  Library of functions for 2D graphi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libattr1   1:2.4.44-2Extended attribute shared library
ii  libaudit0  1.7.13-1+b2   Dynamic library for security audit
ii  libbonobo2-0   2.24.3-1  Bonobo CORBA interfaces library
ii  libbonoboui2-0 2.24.3-1  The Bonobo UI library
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libcairo2  1.8.10-6  The Cairo 2D vector graphics libra
ii  libcanberra-gtk0   0.24-1Gtk+ helper for playing widget eve
ii  libcanberra0   0.24-1a simple abstract interface for pl
ii  libdbus-1-31.2.24-4+squeeze1 simple interprocess messaging syst
ii  libdbus-glib-1-2   0.88-2.1  simple interprocess messaging syst
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.2-2.1+squeeze4FreeType 2 font engine, shared lib
ii  libgconf2-42.28.1-6  GNOME configuration database syste
ii  libglib2.0-0   2.24.2-1  The GLib library of C routines
ii  libgnome2-02.30.0-1  The GNOME library - runtime files
ii  libgnomecanvas2-0  2.30.1-1  A powerful object-oriented display
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  liborbit2  1:2.14.18-0.1 libraries for ORBit2 - a CORBA ORB
ii  libpam-modules 1.1.1-6.1+squeeze1Pluggable Authentication Modules f
ii  libpam-runtime 1.1.1-6.1+squeeze1Runtime support for the PAM librar
ii  libpam0g   1.1.1-6.1+squeeze1Pluggable Authentication Modules l
ii  libpanel-applet2-0 2.30.2-2  library for GNOME Panel applets
ii  libpango1.0-0  1.28.3-1+squeeze2 Layout and rendering of internatio
ii  libpolkit-gobject- 0.96-4+squeeze2   PolicyKit Authorization API
ii  libpolkit-gtk-1-0  0.96-3PolicyKit GTK+ API
ii  libpopt0   1.16-1lib for parsing cmdline parameters
ii  librsvg2-common2.26.3-1  SAX-based renderer library for SVG
ii  libselinux12.0.96-1  SELinux runtime shared libraries
ii  libupower-glib10.9.5-5   abstraction for power management -
ii  libwrap0   7.6.q-19  Wietse Venema's TCP wrappers libra
ii  libx11-6   2:1.3.3-4 X11 client-side library
ii  libxau61:1.0.6-1 X11 authorisation library
ii  libxdmcp6  1:1.0.3-2 X11 Display Manager Control Protoc
ii  libxklavier16  5.0-2 X Keyboard Extension high-level AP
ii  libxml22.7.8.dfsg-2+squeeze3 GNOME XML library
ii  lsb-base   3.2-23.2squeeze1  Linux Standard Base 3.2 init scrip
ii  metacity [x-window 1:2.30.1-3lightweight GTK+ window manager
ii  policykit-1-gnome  0.96-3GNOME authentication agent for Pol
ii  twm [x-window-mana 1:1.0.4-2 Tab window manager
ii  upower 0.9.5-5   abstraction for power management
ii  xterm [x-terminal- 261-1 X terminal emulator
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages gdm3 recommends:
ii  at-spi 1.30.1-3  Assistive Technology Service Provi
ii  desktop-base   6.0.5squeeze1 common files for the Debian Deskto
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  gnome-power-manager2.32.0-2  power management tool for the GNOM
ii  gnome-settings-daemon  2.30.2-2+squeeze1 daemon handling the GNOME session 
ii  x11-xkb-utils  7.5+5 X11 XKB utilities
ii  

Bug#672588: [php-maint] Bug#672588: investigating

2012-05-15 Thread Ondřej Surý
Hi Nicholas,

On Tue, May 15, 2012 at 7:51 AM, Nicholas Bamber nicho...@periapt.co.uk wrote:
 Adding '--nodefaults' to the definition of mysqladmin in
 debian/setup-mysql.sh gets round the issue of the invalid option. However
 when I resume with fakeroot debian/rules binary all the tests fail.
 Perhaps the build is in a confused state by that point.

Well, I haven't tried it before, so I would say that it could be confused.

It looks like this is more a problem of buildd machines (some
configuration cruft leftovers),
because I can build the package just fine in a clean cow/pbuilder.

Anyway thanks for the hint, I will build package with a workaround
right now and upload
when the build is finished.

Ondrej
-- 
Ondřej Surý ond...@sury.org



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



Bug#672954: git-buildpackage: Move spawn_dch from gbp.scripts.dch to gbp.deb.changelog.ChangeLog

2012-05-15 Thread Guido Günther
Hi,
On Tue, May 15, 2012 at 08:21:30AM +0200, Daniel Dehennin wrote:
 Tags: patch
 #secure method=pgpmime mode=sign
 Hello,
 
 I made a new version of the patch which include methods documentations
 and avoid passing all the options to ChangeLog.add_section().
 
 Following are:
 
 - diff to previous version: git diff 
 dad/move-spawn_dch-to-ChangeLog..dad/move-spawn_dch-to-ChangeLog-1
 - pull request
 - patch for review: full patch of the new version

Thanks!  Please don't stack patches that fixup previous versions but
send a new version instead since it makes reviewing things much harder
otherwise.
Cheers,
 -- Guido

 
 Regards.
 
 Diff to previous version:
 =
 
 diff --git a/gbp/deb/changelog.py b/gbp/deb/changelog.py
 index 3ab259d..7ad2804 100644
 --- a/gbp/deb/changelog.py
 +++ b/gbp/deb/changelog.py
 @@ -156,12 +156,21 @@ class ChangeLog(object):
  Spawn dch
  
  @param author: committers name
 +@type author: C{str}
  @param email: committers email
 +@type email: C{str}
  @param newversion: start a new version
 +@type newversion: C{bool}
  @param version: the verion to use
 +@type version: C{str}
  @param release: finalize changelog for releaze
 +@type release: C{bool}
  @param distribution: distribution to use
 +@type distribution: C{str}
  @param dch_options: options passed verbatim to dch
 +@type dch_options: C{list}
 +@return: return code of dch subprocess
 +@rtype: C{int}
  
  distopt = 
  versionopt = 
 @@ -191,7 +200,7 @@ class ChangeLog(object):
  args.append('[[[insert-git-dch-commit-message-here]]]')
  else:
  args.append('')
 -dch = Command('dch', args, shell=True, extra_env=env)
 +dch = Command('dch', args, extra_env=env)
  dch.call([])
  if msg:
  old_cl = open(debian/changelog, r)
 @@ -205,15 +214,47 @@ class ChangeLog(object):
  print  new_cl, line,
  os.rename(debian/changelog.bak, debian/changelog)
  
 -def add_entry(self, msg, author, email, dch_options):
 -Add a single changelog entry
 +def add_entry(self, msg, author=None, email=None, dch_options=[]):
 +Add a single changelog entry
 +
 +@param msg: log message to add
 +@type msg: C{str}
 +@param author: name of the author of the log message
 +@type author: C{str}
 +@param email: email of the author of the log message
 +@type email: C{str}
 +@param dch_options: options passed verbatim to dch
 +@type dch_options: C{list}
 +@return: return code of dch subprocess
 +@rtype: C{int}
 +
  self.spawn_dch(msg=msg, author=author, email=email, 
 dch_options=dch_options)
  
 -def add_section(self, msg, distribution, repo, options,
 -author=None, email=None, version={}, dch_options=''):
 -Add a new section to the changelog
 +def add_section(self, msg, distribution, repo, upstream_tag_format='',
 +author=None, email=None, version={}, dch_options=[]):
 +Add a new section to the changelog
 +
 +@param msg: log message to add
 +@type msg: C{str}
 +@param distribution: distribution to set for the new changelog entry
 +@type distribution: C{str}
 +@param repo: git repository we are operating on
 +@type repo: C{gbp.deb.git.DebianRepository}
 +@param upstream_tag_format: format use to find upstream tag
 +@type upstream_tag_format: C{str}
 +@param author: name of the author of the log message
 +@type author: C{str}
 +@param email: email of the author of the log message
 +@type email: C{str}
 +@param version: version to set for the new changelog entry
 +@param version: C{dict}
 +@param dch_options: options passed verbatim to dch
 +@type dch_options: C{list}
 +@return: return code of dch subprocess
 +@rtype: C{int}
 +
  if not version and not self.is_native():
 -v = repo.guess_version_from_upstream(options.upstream_tag, self)
 +v = repo.guess_version_from_upstream(upstream_tag_format, self)
  if v:
  version['version'] = v
  self.spawn_dch(msg=msg, newversion=True, version=version, 
 author=author,
 diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
 index 4eb32ed..ee1c075 100644
 --- a/gbp/scripts/dch.py
 +++ b/gbp/scripts/dch.py
 @@ -391,7 +391,7 @@ def main(argv):
 email=commit_email,
 dch_options=dch_options,
 repo=repo,
 -   options=options)
 +   upstream_tag_format=options.upstream_tag)
  # 

Bug#672981: RFS: eiskaltdcpp/2.2.6-5 (updated) -- Direct Connect and Advanced Direct Connect client

2012-05-15 Thread Boris Pek
Package: sponsorship-requests
Severity: normal

Dear mentors,

My regular sponsor is very busy now. And I am looking for a sponsor for my
package eiskaltdcpp which is already available in Debian.

Source package already has DMUA flag in Debian unstable and testing branches.
But new binary packages were added, so the package should go through NEW queue.

Changes in the package:
  * Added new packages:
- eiskaltdcpp-qt-mini and eiskaltdcpp-qt-mini-dbg
- eiskaltdcpp-gtk3 and eiskaltdcpp-gtk3-dbg
- eiskaltdcpp-cli and libeiskaltdcpp2.2-dev
(all related files were updated)

The package is lintian-clean. I always check [1] using:
  lintian -ivIE --pedantic *.changes

You can look at package rules here:
  https://github.com/tehnick/eiskaltdcpp-debian/tree/master/debian/

Further information about this package can be found here:
  http://mentors.debian.net/package/eiskaltdcpp

Direct link for download:
  
http://mentors.debian.net/debian/pool/main/e/eiskaltdcpp/eiskaltdcpp_2.2.6-5.dsc

I would be glad if someone uploaded this package for me.

Best regards,
Boris

[1] 
https://github.com/tehnick/deb_packages/blob/master/Debian/updating_packages#L105



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



Bug#672983: qtcreator: QtCreator crashes when creating new project

2012-05-15 Thread Sam Cranford
Package: qtcreator
Version: 1.3.1-3
Severity: important

Dear Maintainer,

On two different debian systems (one wheezy i386, one Crunchbang amd64), when I
try to create a new project (choosing new GUI project), when I click the Ok
button, the program crashes with the following error message.

QSharedPointer: pointer 0x26d28b0 already has reference counting
Aborted




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

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

Versions of packages qtcreator depends on:
ii  libc6  2.13-32
ii  libgcc11:4.7.0-7
ii  libqt4-help4:4.8.1-1
ii  libqt4-network 4:4.8.1-1
ii  libqt4-sql-sqlite  4:4.8.1-1
ii  libqtcore4 4:4.8.1-1
ii  libqtgui4  4:4.8.1-1
ii  libstdc++6 4.7.0-7

Versions of packages qtcreator recommends:
ii  gdb   7.4.1-1
ii  guake [x-terminal-emulator]   0.4.2-8
ii  make  3.81-8.2
ii  qt4-demos 4:4.8.1-1
ii  qt4-dev-tools 4:4.8.1-1
ii  qt4-doc   4:4.8.1-1
ii  qtcreator-doc 1.3.1-3
ii  terminator [x-terminal-emulator]  0.95-1
ii  xfce4-terminal [x-terminal-emulator]  0.4.8-1+b1
ii  xterm [x-terminal-emulator]   278-1

Versions of packages qtcreator suggests:
ii  cmake   none
ii  git [git-core]  1:1.7.10-1
ii  subversion  1.6.17dfsg-3

-- 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#672982: graphicsmagick: Upgrade to new upstream release

2012-05-15 Thread Nobuhiro Iwamatsu
Package: graphicsmagick
Version: 1.3.12-1.1
Severity: wishlist

Please upgrade graphicsmagick to new upstream release (1.3.15).

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6



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



Bug#348856: dumpasn1: doesn't properly display localized BMPString

2012-05-15 Thread Mathieu Malaterre
Peter,

On Mon, May 14, 2012 at 4:41 PM, Peter Gutmann
pgut...@cs.auckland.ac.nz wrote:
 Note though that the dumpasn1 version that's referenced there seems to be
 several years out of date, the code hasn't used wprintf() for awhile.

Here is what I am doing:

$ wget http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c
$ gcc -DDEBIAN dumpasn1.c -o dummy
$ ./dummy bmp_cert.der | grep -1 BMPString
 50   3:   OBJECT IDENTIFIER localityName (2 5 4 7)

 55  10:   BMPString '..rhus'
   :   }
0 warnings, 0 errors.
--
 94   3:   OBJECT IDENTIFIER organizationalUnitName (2 5 4 11)
 99  30:   BMPString 'Testing .. ..'
   :   }
--
201   3:   OBJECT IDENTIFIER localityName (2 5 4 7)
206  10:   BMPString '..rhus'
   :   }
--
263   3:   OBJECT IDENTIFIER surname (2 5 4 4)
268  14:   BMPString 'N..rg..rd'
   :   }
--
288   3:   OBJECT IDENTIFIER givenName (2 5 4 42)
293  24:   BMPString '..se ..blegr..d'
   :   }

$ ./dummy
DumpASN1 - ASN.1 object dump/syntax check program.
Copyright Peter Gutmann 1997 - 2012.  Last updated 1 May 2012.


Please note that my system is a

$ echo $LANG
en_US.utf8


I believe the issue is still there at least on utf-8

-- 
Mathieu



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



Bug#669171: git-buildpackage: Create changelog if it does not exist

2012-05-15 Thread Guido Günther
On Mon, May 14, 2012 at 10:46:52PM +0200, Daniel Dehennin wrote:

 +cp = klass(filename=debian/changelog)
 +cp.first = True
 +return cp

It's better to have a:

cp.is_empty()

method here. You can simply stat the file and check it's length to
implement this until we have the ChangeLog class parsing the changelog
for real.
Cheers,
 -- Guido


 diff --git a/gbp/scripts/dch.py b/gbp/scripts/dch.py
 index 14dff29..0309aa4 100644
 --- a/gbp/scripts/dch.py
 +++ b/gbp/scripts/dch.py
 @@ -112,6 +112,8 @@ def guess_version_from_upstream(repo, 
 upstream_tag_format, cp):
  version = repo.tag_to_version(tag, upstream_tag_format)
  if version:
  gbp.log.debug(Found upstream version %s. % version)
 +if cp == None:
 +return %s-1 % version
  if cp.has_epoch():
  version = %s:%s % (cp.epoch, version)
  if compare_versions(version, cp.version)  0:
 @@ -357,6 +359,8 @@ def main(argv):
  parser.add_option_group(custom_group)
  
  parser.add_boolean_config_file_option(option_name = ignore-branch, 
 dest=ignore_branch)
 +naming_group.add_config_file_option(option_name=upstream-tree, 
 dest=upstream_tree)
 +naming_group.add_config_file_option(option_name=upstream-branch, 
 dest=upstream_branch)
  naming_group.add_config_file_option(option_name=debian-branch, 
 dest=debian_branch)
  naming_group.add_config_file_option(option_name=upstream-tag, 
 dest=upstream_tag)
  naming_group.add_config_file_option(option_name=debian-tag, 
 dest=debian_tag)
 @@ -423,13 +427,17 @@ def main(argv):
  gbp.log.err(You are not on branch '%s' but on '%s' % 
 (options.debian_branch, branch))
  raise GbpError, Use --ignore-branch to ignore or 
 --debian-branch to set the branch name.
  
 -cp = ChangeLog(filename=changelog)
 +try:
 +cp = ChangeLog(filename=changelog)
 +except NoChangeLogError, e:
 +gbp.log.debug(No debian/changelog: create a new one)
 +cp = ChangeLog.create(repo, version=options.new_version, 
 upstream_tag_format=options.upstream_tag)
  
  if options.since:
  since = options.since
  else:
  since = ''
 -if options.auto:
 +if options.auto or hasattr(cp, 'first') and cp.first:
  since = guess_snapshot_commit(cp, repo, options)
  if since:
  gbp.log.info(Continuing from commit '%s' % since)
 @@ -437,7 +445,22 @@ def main(argv):
  else:
  gbp.log.info(Couldn't find snapshot header, using 
 version info)
  if not since:
 -since = repo.find_version(options.debian_tag, cp['Version'])
 +# Take care of newly created debian/changelog
 +if hasattr(cp, 'first') and cp.first:
 +pattern = options.upstream_tag % dict(version='*')
 +try:
 +upstream = repo.find_tag('HEAD', pattern=pattern)
 +except GitRepositoryError:
 +gbp.debug('No upstream tag found')
 +upstream = options.upstream_branch
 +if options.upstream_tree == 'branch':
 +upstream = options.upstream_branch
 +since = repo.get_merge_base('HEAD', upstream)
 +if since and options.snapshot:
 +# Snapshot can not be guessed
 +found_snapshot_header = True
 +else:
 +since = repo.find_version(options.debian_tag, 
 cp['Version'])
  if not since:
  raise GbpError, Version %s not found % cp['Version']
  
 diff --git a/tests/11_test_changelog_create.py 
 b/tests/11_test_changelog_create.py
 new file mode 100644
 index 000..270bdf1
 --- /dev/null
 +++ b/tests/11_test_changelog_create.py
 @@ -0,0 +1,159 @@
 +# vim: set fileencoding=utf-8 :
 +
 +Test L{Changelog}'s create
 +
 +import unittest
 +
 +from testutils import DebianGitTestRepo
 +
 +from gbp.scripts import dch
 +from gbp.deb.changelog import ChangeLog
 +
 +import os
 +import re
 +
 +snap_header = 
 r'^test-package\s\(1.0-1~1\.gbp([0-9a-f]{6})\)\sUNRELEASED;\surgency=low'
 +snap_mark = r'\s{2}\*{2}\sSNAPSHOT\sbuild\s@'
 +
 +class TestScriptDch(DebianGitTestRepo):
 +Test git-dch
 +
 +def setUp(self):
 +DebianGitTestRepo.setUp(self)
 +self.add_file(foo, bar)
 +self.repo.create_tag(upstream/1.0, msg=upstream version 1.0)
 +self.repo.create_branch(debian)
 +self.repo.set_branch(debian)
 +self.upstream_tag = upstream/%(version)s
 +self.top = os.path.abspath(os.path.curdir)
 +os.mkdir(os.path.join(self.repo.path, debian))
 +os.chdir(self.repo.path)
 +self.add_file(debian/control, Source: 

Bug#672984: please add a logrotate file

2012-05-15 Thread Ana Guerrero
Package: sssd
Version: 1.8.1-1
Severity: wishlist

The logs from sssd can get quite big, specially if you use a high level
of verbosity. Please add a logorotate file.

Thanks!
Ana



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



Bug#672935: zsnes: audio not working on amd64; i386 version works fine in chroot

2012-05-15 Thread Etienne Millon
Hi,

Thanks for this bug report.

Amd64 support for zsnes is fairly new, so it's not too surprising that
such bugs arise...

I uploaded a new version a few days ago, do you confirm that both the
versions in testing and unstable are affected ?

Also, what about other audio outputs (-ad alsa or -ad oss) : do
they work ?

 I installed the i386 equivalent in a multiarch (amd64  i386) chroot; sound 
 works
 fine when no other application (e.g. vlc, flash, ...) uses audio output.

What do you mean by multiarch chroot ? You should be able to run
zsnes:amd64 in a pure amd64 system, without manually installing i386
packages.

-- 
Etienne Millon



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



Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread shawn
Source: eina
Version: 1.2.0
Severity: serious
Tags: upstream patch
Justification: fails to build from source (but built successfully in the past)

This package makes a few assumptions which prevent it from being built on 
architectures
which have an unsigned char.

I am attaching a patch to fix one of these, but this second one, I am not 
positive what
is being attempted. This test is failing on the cast from a 
EINA_VALUE_TYPE_TIMEVAL
to EINA_VALUE_TYPE_CHAR:

START_TEST(eina_value_test_timeval)
{
   Eina_Value *value, other;
   struct timeval itv, otv;
   char c;
   char *str;

   eina_init();

   value = eina_value_new(EINA_VALUE_TYPE_TIMEVAL);
   fail_unless(value != NULL);



   fail_unless(eina_value_setup(other, EINA_VALUE_TYPE_CHAR));
   fail_unless(eina_value_convert(value, other));
   fail_unless(eina_value_get(other, c));
   fail_unless(c == 2);
   eina_value_flush(other);


-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable-grip
  APT policy: (200, 'unstable-grip'), (101, 'unstable'), (100, 'experimental')
Architecture: armel (armv5tel)

Kernel: Linux 3.4.0-rc4-tomoyo-2-gf203d42 (PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
From 63d5cd4b044b834f0e01cc4224a54655629c8555 Mon Sep 17 00:00:00 2001
From: Shawn Landen shawnland...@gmail.com
Date: Tue, 15 May 2012 01:35:30 -0700
Subject: [PATCH] fix signed char assumption in test suite

---
 src/tests/eina_test_value.c |2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/tests/eina_test_value.c b/src/tests/eina_test_value.c
index d369208..4b6aef0 100644
--- a/src/tests/eina_test_value.c
+++ b/src/tests/eina_test_value.c
@@ -142,7 +142,7 @@ START_TEST(eina_value_test_compare)
fail_unless(eina_value_set(a, 123));
fail_unless(eina_value_set(b, 123));
fail_unless(eina_value_compare(a, b) == 0);
-   fail_unless(eina_value_set(a, -10));
+   fail_unless(eina_value_set(a, 10));
fail_unless(eina_value_set(b, 123));
fail_unless(eina_value_compare(a, b)  0);
fail_unless(eina_value_set(a, 123));
-- 
1.7.10



Bug#672928: [debian-mysql] libdbi-drivers FTBS against latest MySQL

2012-05-15 Thread Olaf van der Spek
On Tue, May 15, 2012 at 12:24 AM, Nicholas Bamber
nicho...@periapt.co.uk wrote:
 Thomas,
        I attach a patch to enbale libdbi-drivers to build against the latest

Are you sure this is right?
Shouldn't the headers and libs still be found automatically?

Olaf



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



Bug#661426: [ti...@alioth.debian.org: r10868 - trunk/packages/embassy-domalign/trunk/debian]

2012-05-15 Thread Andreas Tille
Hi Charles,

I tried to squash #661426 and stumbled upon the new upstream version -
gr, same file name :-(((.  It seems the patch you applied was regarded
upstream somehow but when trying to build I ended up with

  allversusall.c
  allversusall.c:44:20: fatal error: emboss.h: No such file or directory

I assume this all is connected to new emboss upstream and thus I will
wait for further actions of yours.  Just want to make sure we wil do our
duty on RC bugs but it does not seem to be reasonable to try without
having latest EMBOSS version first.

Kind regards

Andreas.

- Forwarded message from Andreas Tille ti...@alioth.debian.org -

Date: Tue, 15 May 2012 08:22:27 +
From: Andreas Tille ti...@alioth.debian.org
To: debian-med-com...@lists.alioth.debian.org
Subject: r10868 - trunk/packages/embassy-domalign/trunk/debian
X-Spam_score: -2.3

Author: tille
Date: 2012-05-15 08:22:27 + (Tue, 15 May 2012)
New Revision: 10868

Modified:
   trunk/packages/embassy-domalign/trunk/debian/changelog
   trunk/packages/embassy-domalign/trunk/debian/control
Log:
Huh, is anybody able to teach upstream about proper versioning?  Applying the 
same version string to the file name which only differentiates the file date is 
... h - what should I expect from this code at all ...


Modified: trunk/packages/embassy-domalign/trunk/debian/changelog
===
--- trunk/packages/embassy-domalign/trunk/debian/changelog  2012-05-15 
07:56:06 UTC (rev 10867)
+++ trunk/packages/embassy-domalign/trunk/debian/changelog  2012-05-15 
08:22:27 UTC (rev 10868)
@@ -1,3 +1,9 @@
+embassy-domalign (0.1.0+20110714-1) UNRELEASED; urgency=low
+
+  * New upstream version
+
+ -- Andreas Tille ti...@debian.org  Tue, 15 May 2012 10:17:55 +0200
+
 embassy-domalign (0.1.0+20100721-3) unstable; urgency=low
 
   * Set RPATH with “-Wl,--rpath” as GCC 4.6 does not accept “-R” 
anymore.

Modified: trunk/packages/embassy-domalign/trunk/debian/control
===
--- trunk/packages/embassy-domalign/trunk/debian/control2012-05-15 
07:56:06 UTC (rev 10867)
+++ trunk/packages/embassy-domalign/trunk/debian/control2012-05-15 
08:22:27 UTC (rev 10868)
@@ -15,7 +15,8 @@
 # automake is necessary as long as src/Makefile.am is patched.
 Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
 DM-Upload-Allowed: yes
-Uploaders: Charles Plessy ple...@debian.org
+Uploaders: Charles Plessy ple...@debian.org,
+ Andreas Tille ti...@debian.org
 Vcs-Browser: 
http://svn.debian.org/wsvn/debian-med/trunk/packages/embassy-domalign/trunk/
 Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/embassy-domalign/trunk/
 Standards-Version: 3.9.2


___
debian-med-commit mailing list
debian-med-com...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

- End forwarded message -

-- 
http://fam-tille.de



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



Bug#672985: [Pkg-e-devel] Bug#672985: FTBFS: test suite makes assumptions of signed char

2012-05-15 Thread Albin Tonnerre
On Tue, May 15, 2012 at 10:47 AM, shawn sh...@jengr.tk wrote:
 Source: eina
 Version: 1.2.0
 Severity: serious
 Tags: upstream patch
 Justification: fails to build from source (but built successfully in the past)

 This package makes a few assumptions which prevent it from being built on 
 architectures
 which have an unsigned char.

Thanks! I spotted the first issue yesterday too, but I'm not sure either about
what happens in the second case. I'll try to have a closer look in the next few
days. Thanks for the patch, by the way.

Cheers,
-- 
Albin



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



Bug#672986: gnustep-gui-runtime: Multiple libobjc.so version linked due to mix of dependencies

2012-05-15 Thread Riccardo Mottola
Package: gnustep-gui-runtime
Version: 0.20.0-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

gnustep-base, gnustep-gui and gnustep-back depend on different version
of libobjc (libobjc.so.3 and libobjc.so.4 of gcc 4.6 and gcc 4.7
respectively).

Since several GNUstep applications do crash, I suppose all recently
compiled applications (self-compiled ones but also Gorm, which got
recently updated and for which a separate bug is pending).

checking with ldd, if libobjc.so.3 comes before .so.4 (old app) the
app will work, if .so.4 comes before, the applicationwill crash.
I think it is not a good idea that gnustep-core packages
(base,gui,back) depend on different libobjc runtimes.

I have installed:
gnustep-back0.20-cairo   0.20.1-2+b1
libgnustep-base1.22  1.22.1-2+b1
libgnustep-gui0.20   0.20.0-3

it appears that only gui was updated to newer libobjc.

This makes gnustep unusable for any new package and for any
self-compiled apps for development.

A ldd output of a working application:
linux-gate.so.1 =  (0xb76fe000)
libGNUMail.so.1 = /usr/lib/gnumail.app/libGNUMail.so.1 (0xb75b4000)
libgnustep-gui.so.0.20 = /usr/lib/libgnustep-gui.so.0.20 (0xb7153000)
libgnustep-base.so.1.22 = /usr/lib/libgnustep-base.so.1.22 (0xb6ce7000)
libobjc.so.3 = /usr/lib/i386-linux-gnu/libobjc.so.3 (0xb6cc7000)
libc.so.6 = /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb6b6a000)
libPantomime.so.1.2 = /usr/lib/libPantomime.so.1.2 (0xb6aca000)
libAddresses.so.0 = /usr/lib/libAddresses.so.0 (0xb6a9b000)
libAddressView.so.0 = /usr/lib/libAddressView.so.0 (0xb6a6e000)
libm.so.6 = /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb6a48000)
libgcc_s.so.1 = /lib/i386-linux-gnu/libgcc_s.so.1 (0xb6a2b000)
libpng12.so.0 = /lib/i386-linux-gnu/libpng12.so.0 (0xb6a0)
libgif.so.4 = /usr/lib/libgif.so.4 (0xb69f7000)
libtiff.so.4 = /usr/lib/i386-linux-gnu/libtiff.so.4 (0xb6991000)
libjpeg.so.8 = /usr/lib/i386-linux-gnu/libjpeg.so.8 (0xb6958000)
libobjc.so.4 = /usr/lib/i386-linux-gnu/libobjc.so.4 (0xb694)
libpthread.so.0 = /lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb692

output of a broken application:
  linux-gate.so.1 =  (0xb777b000)
libgnustep-gui.so.0.20 = /usr/lib/libgnustep-gui.so.0.20 (0xb7318000)
libgnustep-base.so.1.22 = /usr/lib/libgnustep-base.so.1.22 (0xb6eac000)
libpthread.so.0 =
/lib/i386-linux-gnu/i686/cmov/libpthread.so.0 (0xb6e93000)
libobjc.so.4 = /usr/lib/i386-linux-gnu/libobjc.so.4 (0xb6e7b000)
libm.so.6 = /lib/i386-linux-gnu/i686/cmov/libm.so.6 (0xb6e55000)
libgcc_s.so.1 = /lib/i386-linux-gnu/libgcc_s.so.1 (0xb6e37000)
libc.so.6 = /lib/i386-linux-gnu/i686/cmov/libc.so.6 (0xb6cda000)
libpng12.so.0 = /lib/i386-linux-gnu/libpng12.so.0 (0xb6cb)
libgif.so.4 = /usr/lib/libgif.so.4 (0xb6ca7000)
libtiff.so.4 = /usr/lib/i386-linux-gnu/libtiff.so.4 (0xb6c41000)
libjpeg.so.8 = /usr/lib/i386-linux-gnu/libjpeg.so.8 (0xb6c07000)
libobjc.so.3 = /usr/lib/i386-linux-gnu/libobjc.so.3 (0xb6be7000)
libavahi-common.so.3 =
/usr/lib/i386-linux-gnu/libavahi-common.so.3 (0xb6bd9000)
libavahi-client.so.3 =
/usr/lib/i386-linux-gnu/libavahi-client.so.3 (0xb6bc6000)
libgnutls.so.26 = /usr/lib/i386-linux-gnu/libgnutls.so.26 (0xb6afd000)


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

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

Versions of packages gnustep-gui-runtime depends on:
ii  gnustep-base-runtime   1.22.1-2+b1
ii  gnustep-common [gnustep-fslayout-fhs]  2.6.2-2
ii  gnustep-gui-common 0.20.0-3
ii  libao4 1.1.0-1.1+b1
ii  libaspell150.60.7~20110707-1
ii  libc6  2.13-32
ii  libcups2   1.5.2-11
ii  libflite1  1.4-release-4
ii  libgcc11:4.7.0-8
ii  libgnustep-base1.221.22.1-2+b1
ii  libgnustep-gui0.20 0.20.0-3
ii  libobjc4   4.7.0-8
ii  libsndfile11.0.25-4

gnustep-gui-runtime recommends no packages.

gnustep-gui-runtime 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#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-15 Thread Josip Rodin
On Tue, May 15, 2012 at 09:32:14AM +0200, Michel Dänzer wrote:
 In order to alleviate the problem, I made the X driver bail.
 
 I just don't think it's worth it for a corner case caused by broken
 configuration.

But if you can guess the parameters of the problem, why not tell the user
in the error message to check those parameters, rather than have an error
message that talks of something seemingly different and misleads them.
Simply integrate the existing C comment into the message. For example:

/* Looks like we're trying to start in UMS mode on a KMS kernel.
 * This can happen if the radeon kernel module wasn't loaded before
 * X starts.
 */
xf86DrvMsg(pScrn-scrnIndex, X_ERROR,
[dri] RADEONDRIGetVersion failed because of a version mismatch.\n
[dri] In the UMS code path, this chipset requires a kernel module 
version\n
[dri] of %d.%d.%d, but the kernel reports a version of 
%d.%d.%d.\n,
info-dri-pKernelDRMVersion-version_major,
info-dri-pKernelDRMVersion-version_minor,
info-dri-pKernelDRMVersion-version_patchlevel);
if (info-dri-pKernelDRMVersion-version_major  1) /* or something? */
  xf86DrvMsg(pScrn-scrnIndex, X_ERROR,
[dri] If you actually want to use KMS rather than UMS, make sure 
the radeon\n
[dri] kernel module is loaded prior to starting X (make sure it's 
not blacklisted),\n
[dri] and that this driver was built with support for KMS.\n
[dri] Aborting.\n);

When we know that we have users who didn't cause this to themselves through
a PEBCAK, rather, other packages caused it and then left their conffiles to
persist with the damage even after the user did everything ages ago, we
shouldn't dismiss those user complaints.

Heck, in this kind of a case where the potential for breakage is high,
I don't think anyone would actually mind if the package also declared:

Conflicts: fglrx-driver
Breaks: fglrx-driver

and did this in its postinst script:

if test -f /etc/modprobe.d/fglrx-driver  
  grep -q ^blacklist\ radeon /etc/modprobe.d/fglrx-driver; then
  mv /etc/modprobe.d/fglrx-driver /etc/modprobe.d/fglrx-driver.breaks.radeon;
  display critical priority debconf message saying run modprobe radeon
  or reboot before (re)starting the X server again, or else
fi

-- 
 2. That which causes joy or happiness.



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



Bug#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-15 Thread Josip Rodin
On Tue, May 15, 2012 at 09:31:26AM +0200, Michel Dänzer wrote:
  What about the first upgrade issue, the lack of firmware?
 
 It's hard to say anything about that without seeing at least the dmesg
 output and Xorg.0.log corresponding to the problem.

(I think I've lost that through the log rotation, I'll try to reproduce
the problem.)

-- 
 2. That which causes joy or happiness.



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



Bug#661426: [Debian-med-packaging] Bug#661426: [ti...@alioth.debian.org: r10868 - trunk/packages/embassy-domalign/trunk/debian]

2012-05-15 Thread Charles Plessy
Le Tue, May 15, 2012 at 10:49:31AM +0200, Andreas Tille a écrit :
 
 I tried to squash #661426 and stumbled upon the new upstream version -
 gr, same file name :-(((.  It seems the patch you applied was regarded
 upstream somehow but when trying to build I ended up with
 
   allversusall.c
   allversusall.c:44:20: fatal error: emboss.h: No such file or directory
 
 I assume this all is connected to new emboss upstream and thus I will
 wait for further actions of yours.  Just want to make sure we wil do our
 duty on RC bugs but it does not seem to be reasonable to try without
 having latest EMBOSS version first.

Hi Andreas,

the embassy packages are tied to the release cycle of EMBOSS, and we are one
version behind.  We need first to upload emboss 6.4, and then the embassy
packages.

As you have seen on the commit list I have started to work on emboss last week.
But when trying to modernise debian/rules, I have messed with it, and I have
just realised that the package fails to build on Sid.

Your help is welcome, and emboss needs to go before embassy.

Cheers,

-- 
Charles Plessy
Debian Med packaging team,
http://www.debian.org/devel/debian-med
Tsurumi, Kanagawa, Japan



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



Bug#672987: transcode: tcdemux stops on zero-filled blocks

2012-05-15 Thread Philipp Marek
Package: transcode
Version: 4:1.1.7-0.4
Severity: normal

JFI: the package I'm using is from debian-multimedia.org.

When tcdemux encounters a zero-filled block (eg. because dvdbackup couldn't
read a sector) it spits out a warning and stops, cutting any transformation:

[demuxer.c] warning: (pid=1854) '0x' not yet supported


An strace shows this:
  execve(/usr/bin/tcdemux, [tcdemux, -a, 0, -x,
ac3, -S, 0, -M, 1, -d, 0], [/* 47 vars */]) = 0
  ...
  read(0, 
\0\0\1\272DGL\205\245y\1\211\303\370\0\0\1\340\7\354\201\0\0004\1\370\10K(\17\266\3...,
 2048) = 2048
  read(0, 
\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0..., 2048) = 
2048
  write(2, [\33[31;1mdemuxer.c\33[0m]\33[33;1m wa..., 85)  = 85
  exit_group(0) = ?


Input is coming from a tccat command here.


tcdemux should ignore zero-filled blocks (like vlc, mplayer, and others do),
and do its best to continue.


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

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

Versions of packages transcode depends on:
ii  gawk   1:4.0.1+dfsg-1
ii  konsole [x-terminal-emulator]  4:4.7.4-2
ii  liba52-0.7.4   0.7.4-16
ii  libasound2 1.0.25-2
ii  libavcodec53   7:0.10.3-dmo1
ii  libavformat53  7:0.10.3-dmo1
ii  libc6  2.13-32
ii  libdv4 1.0.0-4
ii  libdvdread44.2.0-1
ii  libfreetype6   2.4.9-1
ii  libgomp1   4.7.0-7
ii  libice62:1.0.8-2
ii  libjpeg8   8d-1
ii  liblzo2-2  2.06-1
ii  libmagickcore5 8:6.7.4.0-5
ii  libmagickwand5 8:6.7.4.0-5
ii  libmjpegtools-2.0-01:2.0.0-dmo1
ii  libmp3lame01:3.99.5-dmo1
ii  libmpeg2-4 0.4.1-3
ii  libogg01.2.2~dfsg-1
ii  libpostproc52  7:0.10.3-dmo1
ii  libquicktime2  2:1.2.4-2
ii  libsdl1.2debian1.2.15-3
ii  libsm6 2:1.2.1-2
ii  libtheora0 1.1.1+dfsg.1-3
ii  libvorbis0a1.3.2-1.2
ii  libvorbisfile3 1.3.2-1.2
ii  libx11-6   2:1.4.99.901-2
ii  libxaw72:1.0.10-2
ii  libxext6   2:1.3.1-2
ii  libxml22.7.8.dfsg-9
ii  libxpm41:3.5.10-1
ii  libxt6 1:1.1.3-1
ii  libxv1 2:1.0.7-1
ii  xterm [x-terminal-emulator]278-1
ii  zlib1g 1:1.2.7.dfsg-1

Versions of packages transcode recommends:
ii  mjpegtools 1:2.0.0-dmo1
ii  sox14.3.2-3
ii  transcode-doc  4:1.1.7-0.4
ii  twolame0.3.13-1

transcode 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#672472: linux-image-3.2.0-2-686-pae: Load of Linux 3.2-2 are very slow and brings plenty errors

2012-05-15 Thread MERLIN Philippe
Hello,
I found a solution to this problem.
Searching with google udev requires a mounted sysfs not started failed i 
found a paper saying to look at mountkernfs.
I look at the date of the mountkernfs on the system  on errors : 4 February 
2009.
I open a mountkernfs installed on a much recent system and i observe its were 
very differents. So i copy the much recent mountkernfs on this system and i 
reboot.
Now there is no  problem.
So i can say it's Solved.
But why the script in /etc/init.d/mountkernfs whas never upgraded from 2009 ?
I think its a Bug .
Thanks for your help.



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



Bug#671801: please backport the 3.3 wacom driver to 3.2 [afterthought]

2012-05-15 Thread Toni Mueller


Hi Jonathan,

On Mon, May 14, 2012 at 04:54:50PM -0500, Jonathan Nieder wrote:
 Toni Mueller wrote:
 (using a patched kernel)
  in the meantime, I was able to perform an upgrade, and the tablet
  appears to work now: I can use the stylus, including the button that it
  has, with the new 0.12 X driver.
 Excellent.  Thanks for the update.
 
 Kernel maintainers: please consider the 25-patch series from [1] for
 sid.  It adds support for various new wacom tablets to the input
 subsystem, most notably the Bamboo PenTouch gen3.

it occurred to me that I saw no obvious way to configure the tablet, so
the only operating mode is to have the small, approximately A5-sized
sensitive area represent the whole screen. Which makes using the tablet
sort of difficult if you have a large screen resolution because the
cursor jumps at every small move. It's sort of like a mouse with high
accelleration.

So while it technically works, I'm a bit doubtful about the usefulness
of it - but then, I have no expectations.


Kind regards,
--Toni++



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



Bug#646389: [pidgin-sipe]

2012-05-15 Thread Mònica Ramírez Arceda
retitle 646389 New upstream version available (1.13.1)
thanks

A newer upstream version 1.13.1 is available:
http://sourceforge.net/projects/sipe/files/sipe/pidgin-sipe-1.13.1/

This package is packaged in mentors.debian.net:
http://mentors.debian.net/package/pidgin-sipe


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


Bug#672804: cupt update fails when no download manager is present

2012-05-15 Thread Manuel A. Fernandez Montecelo
2012/5/15 Jonathan Nieder jrnie...@gmail.com:
 The relevant package is libcupt2-0, and I don't think many people read
 its package description, but that information could go in the cupt
 description anyway.  How about this?

I think that the patch to the source file that you mentioned before
explaining the problem is the best way.

There is not handler for blah... please install one of these packages
[ ... ] or provide your own.

Or Depend (not Suggest) on one of those packages, and let the people
who want to play around with cupt change the control file to depend on
other download methods.

Anyway, I just wanted to bring the issue to your attention, you know
better than me how to fix it :)

Cheers.



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



Bug#672988: debhelper: man page for dh_link should mention that linking removes files automatically

2012-05-15 Thread Jan Dittberner
Package: debhelper
Version: 9.20120419
Severity: wishlist

Dear Maintainer,

today a fellow DD made me aware of a feature of dh_link that is not
documented in its man page. I wanted to replace a bunch of duplicate
files in a package with symlinks. I therefore added some lines of
shell code to debian/rules to remove the files that should be replaced
by symlinks. Obviously this is not required as dh_link takes care of
removing these files itself.

It would be nice if the man page for dh_link would document this
behaviour.


Best regards and a lot of thanks for debhelper
Jan Dittberner

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

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

Versions of packages debhelper depends on:
ii  binutils2.22-6
ii  dpkg-dev1.16.3
ii  file5.11-1
ii  html2text   1.3.2a-15
ii  man-db  2.6.1-2
ii  perl5.14.2-9
ii  po-debconf  1.0.16+nmu2

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make  0.60

-- no debconf information

-- 
Jan Dittberner - Debian Developer
GPG-key: 4096R/558FB8DD 2009-05-10
 B2FF 1D95 CE8F 7A22 DF4C  F09B A73E 0055 558F B8DD
http://ddportfolio.debian.net/ - http://people.debian.org/~jandd/


signature.asc
Description: Digital signature


Bug#672989: Multiple security issues

2012-05-15 Thread Moritz Muehlenhoff
Package: connman
Severity: grave
Tags: security


CVE-2012-2320:  Conman doesn't check for the origin of netlink messages (from
https://bugzilla.novell.com/show_bug.cgi?id=715172#c4)
http://git.kernel.org/?p=network/connman/connman.git;a=commit;h=c1b968984212b46bea1330f5ae029507b9bfded9
http://git.kernel.org/?p=network/connman/connman.git;a=commit;h=b0ec6eb4466acc57a9ea8be52c17b674b6ea0618

CVE-2012-2321: Check hostname validity prior setting the hostname in loopback 
plug-in: (from
https://bugzilla.novell.com/show_bug.cgi?id=715172#c4)
http://git.kernel.org/?p=network/connman/connman.git;a=commit;h=26ace5c59f790bce0f1988b88874c6f2c480fd5a
http://git.kernel.org/?p=network/connman/connman.git;a=commit;h=a5f540db7354b76bcabd0a05d8eb8ba2bff4e911

CVE-2012-2322: DHCPv6 option parsing vulnerable to DoS (endless loop): (from
https://bugzilla.novell.com/show_bug.cgi?id=715172#c9)
http://lists.connman.net/pipermail/connman/2012-May/009473.html

Since this package is effectively unmaintained (no upload later than 2010 and 
wy behind
upstream I suggest to simply remove it for Wheezy?)

Cheers,
Moritz



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



Bug#672990: icinga-cgi: downtimes and comments JSON listings are sometimes invalid

2012-05-15 Thread Damien Degois
Package: icinga-cgi
Version: 1.6.1-3~bpo60+1
Severity: normal
Tags: upstream

Hello,


When there are no host related comments or downtimes but services has,
the first element of the JSON extinfo = comments or extinfo = downtimes array 
is null.

You can find more info here https://dev.icinga.org/issues/2343

This issue is resolved in 1.7.0-dev which will be released soon (matter of 
days).

Regards,
Damien

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

Kernel: Linux 2.6.32-5-openvz-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 icinga-cgi depends on:
ii  adduser3.112+nmu2add and remove users and groups
ii  apache2-utils  2.2.16-6+squeeze7 utility programs for webservers
ii  coreutils  8.5-1 GNU core utilities
ii  debconf [debconf-2.0]  1.5.36.1  Debian configuration management sy
ii  icinga-common  1.6.1-3~bpo60+1   host and network monitoring system
ii  libc6  2.11.3-3  Embedded GNU C Library: Shared lib
ii  libgd2-noxpm   2.0.36~rc1~dfsg-5 GD Graphics Library version 2 (wit
ii  libjpeg62  6b1-1 The Independent JPEG Group's JPEG 
ii  libjs-jquery   1.6.4-1~bpo60+1   JavaScript library for dynamic web
ii  libpng12-0 1.2.44-1+squeeze4 PNG library - runtime
ii  ucf3.0025+nmu1   Update Configuration File: preserv
ii  zlib1g 1:1.2.3.4.dfsg-3  compression library - runtime

Versions of packages icinga-cgi recommends:
ii  apache2-mpm-prefork [h 2.2.16-6+squeeze7 Apache HTTP Server - traditional n
ii  nagios-images  0.7   Collection of images and icons for

icinga-cgi suggests no packages.

-- Configuration Files:
/etc/icinga/cgi.cfg 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#670398: Deadlock in hid_reset when Dell iDRAC is reset

2012-05-15 Thread Sven Hoexter
On Tue, May 01, 2012 at 10:15:37AM +0530, shyam_i...@dell.com wrote:

Hi,

 Was the usb reset issue found while resetting the iDRAC ?
 
 Resetting the iDRAC is an out of band process and has to be issued via a 
 separate management network to the iDRAC.

I found the time to test this issue in several OS-Hardware combinations:

R210 Squeeze - hangs
R210 Ubuntu 10.04 - recovers (to my surprise)

R210 II Squeeze - hangs
R210 II Ubuntu 10.04 - hangs
R210 II CentOS 6.1 - hangs (expected, just tried that to be sure)

R710 Squeeze - not effected

Sven





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



Bug#672480: first version of prooftree in git

2012-05-15 Thread Hendrik Tews
Hi,

the DOM git repository contains the first version of the
prooftree package, see
http://git.debian.org/?p=pkg-ocaml-maint/packages/prooftree.git


Comments are welcome. I would of course be happy if I could find
a sponsor for prooftree.

Bye,

Hendrik



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



Bug#672971: [Pkg-samba-maint] Bug#672971: samba-doc: htmldocs do not include images

2012-05-15 Thread Pixie
Good news, everyone!  An upstream bug already exists, #7562.
  https://bugzilla.samba.org/show_bug.cgi?id=7562
So there's no need to worry about reporting it.

(The bad news: 2010.  So not high on the priority list.)




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



Bug#662854: strace

2012-05-15 Thread Luca Falavigna
I tried to reproduce it myself, but I wasn't able to trigger the crash.
I tried connecting a second client to the RDP session forcing remmina
disconnection, and also to remove network cable from the RDP server,
Remmina didn't crash.

Could you please try again with xfreerdp application shipped in
freerdp package to see whether this happens with xfreerdp too?



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



Bug#670066: Bug #670066 python-openturns is unusable

2012-05-15 Thread trophime
On Tue, 2012-05-15 at 01:43 +0200, D. Barbier wrote:
 On 2012/5/14 Aron Xu wrote:
  The test build failed on amd64 and i386, at the same place. Attached
  is my change to your git tree and the build log produced on amd64.
 
 Hello,
 
 Here is an updated status; I did not encounter your problems because
 my upstream tarball was buggy, we should now be in sync:
   * a patch is needed to build with g++ 4.7
   * few runtime tests fail with g++ 4.7, this is why it now
 Build-Depends: g++-4.6
   * add Build-Depends: bc, it is needed by a single test
   * fix handling of the rotRPackage R package during tests
 
 It builds fine in pbuilder, but I did not yet check upgrade path from
 openturns 0.15.  I believe that it could be uploaded in experimental
 or unstable when this is done.
 
 Denis

Hi,
I had to explicitly specify python version in debian/rules to avoid an
FTBS when python 3.2 is installed. Please find attached the patch.

Best
C.

 
 
 

From b7aded72dc6e5fe29ee0200c01e07f70a079ef95 Mon Sep 17 00:00:00 2001
From: Christophe Trophime christophe.troph...@grenoble.cnrs.fr
Date: Tue, 15 May 2012 11:32:55 +0200
Subject: [PATCH] Specify python version in debian/rules Fix lintian warnings


Signed-off-by: Christophe Trophime christophe.troph...@grenoble.cnrs.fr
---
 debian/changelog |   12 +++-
 debian/control   |1 +
 debian/copyright |2 +-
 debian/rules |5 -
 4 files changed, 17 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 110e3a8..9c81ecc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,14 @@
-openturns (1.0-1) experimental-UNRELEASED; urgency=low
+openturns (1.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules:
+  explicit python version in override_dh_auto_configure target
+  * debian/copyright:
+  fix lintian warning 
+
+ -- Christophe Trophime christophe.troph...@lncmi.cnrs.fr  Tue, 15 May 2012 11:16:00 +0200
+
+openturns (1.0-1) unstable; urgency=low
 
   [ Denis Barbier ]
   * New upstream release (Closes: #669425).
diff --git a/debian/control b/debian/control
index 8154be9..57c7a66 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Standards-Version: 3.9.3
 Homepage: http://trac.openturns.org/
 Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/openturns/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/openturns/trunk
+X-Python-Version: current
 
 Package: libopenturns0.1
 Section: libs
diff --git a/debian/copyright b/debian/copyright
index 1768772..e7e990b 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -53,7 +53,7 @@ License version 2.1 can be found in `/usr/share/common-licenses/LGPL-2.1'.
 
 The Debian packaging is (C) 2008, Christophe Prud'homme
 prudh...@debian.org and is licensed under the GPL, see
-`/usr/share/common-licenses/GPL'.
+`/usr/share/common-licenses/GPL-2'.
 
 =
 lib/COPYING.MuParser
diff --git a/debian/rules b/debian/rules
index 6b8d49a..26d07a8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,10 @@ override_dh_auto_configure: debian/tmp/usr/lib/R/site-library/rotRPackage
 -DOPENTURNS_LIBRARY_PATH:PATH=lib \
 -DOPENTURNS_SYSCONFIG_PATH:PATH=/etc \
 -DOPENTURNS_SYSTEM_INSTALL:BOOL=ON \
--DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/tmp
+-DINSTALL_DESTDIR:PATH=$(CURDIR)/debian/tmp \
+	-DPYTHON_EXECUTABLE:FILEPATH=/usr/bin/python \
+	-DPYTHON_INCLUDE_DIR:PATH=/usr/include/python$(PYVER) \
+	-DPYTHON_LIBRARY:PATH=/usr/lib/python$(PYVERS)/config/libpython$(PYVER).so
 
 override_dh_auto_install: debian/tmp/usr/lib/R/site-library/rotRPackage
 	dh_auto_install
-- 
1.7.10



Bug#672991: mupen64plus-core: FTBFS on any-i386

2012-05-15 Thread Samuel Thibault
Package: mupen64plus-core
Version: 1.99.5-3
Severity: serious
Justification: FTBFS

Hello,

mupen64plus-core currently FTBFS on any-i386, see for instance

https://buildd.debian.org/status/fetch.php?pkg=mupen64plus-corearch=i386ver=1.99.5-3stamp=1337068211

/usr/lib/i386-linux-gnu/libc_nonshared.a(elf-init.oS): In function 
`__libc_csu_init':
(.text+0x2b): undefined reference to `__init_array_end'
/usr/bin/ld: /usr/lib/i386-linux-gnu/libc_nonshared.a(elf-init.oS): relocation 
R_386_GOTOFF against undefined hidden symbol `__init_array_end' can not be used 
when making a shared object

this might actually be a bug in eglibc, thus cc-ing

Samuel

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

Kernel: Linux 3.0.4 (SMP w/8 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
+#if defined(__alpha__)  defined(CONFIG_PCI)
+   /*
+* The meaning of life, the universe, and everything. Plus
+* this makes the year come out right.
+*/
+   year -= 42;
+#endif
(From the patch for 1.3.2: (kernel/time.c), submitted by Marcus Meissner)



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



Bug#672992: kmail: Mailing lists are not resolved

2012-05-15 Thread Michael Singer
Package: kmail
Version: 4:4.4.11.1+l10n-1
Severity: normal

Dear Maintainer,

If I want to use a mailing list the email from the SMTP server of the provider 
again sent back to me,
because an unknown email address is entered in the To field. In the To 
field is not used the email
addresses of the mail hub, but the name of the mail hub.

example:
Friendlist includes: michael...@domain-one.de and andrea...@domain-two.de

Note the error of the SMTP server includes in the To box the following:
Friendlist@myhostname

The mail delivery to individual email addresses work correctly. All my scale 
mailing return the same error.
I can reproduce the error on multiple systems in kmail.

If you need further information I can supply you with more.

Regards
Michael Singer


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

Kernel: Linux 3.3-6.slh.1-aptosid-amd64 (SMP w/2 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages kmail depends on:
ii  kdebase-runtime 4:4.7.4-2
ii  kdepim-runtime  4:4.4.11.1-3
ii  kdepimlibs-kio-plugins  4:4.7.4-3
ii  libakonadi-contact4 4:4.7.4-3
ii  libakonadi-kde4 4:4.7.4-3
ii  libc6   2.13-32
ii  libgcc1 1:4.7.0-8
ii  libgpgme++2 4:4.7.4-3
ii  libkabc44:4.7.4-3
ii  libkcal44:4.7.4-3
ii  libkcmutils44:4.7.4-5
ii  libkde3support4 4:4.7.4-5
ii  libkdecore5 4:4.7.4-5
ii  libkdepim4  4:4.4.11.1+l10n-1
ii  libkdeui5   4:4.7.4-5
ii  libkhtml5   4:4.7.4-5
ii  libkimap4   4:4.7.4-3
ii  libkio5 4:4.7.4-5
ii  libkldap4   4:4.7.4-3
ii  libkleo44:4.4.11.1+l10n-1
ii  libkmime4   4:4.7.4-3
ii  libknotifyconfig4   4:4.7.4-5
ii  libkontactinterface44:4.7.4-3
ii  libkparts4  4:4.7.4-5
ii  libkpgp44:4.4.11.1+l10n-1
ii  libkpimidentities4  4:4.7.4-3
ii  libkpimtextedit44:4.7.4-3
ii  libkpimutils4   4:4.7.4-3
ii  libkresources4  4:4.7.4-3
ii  libksieve4  4:4.4.11.1+l10n-1
ii  libktnef4   4:4.7.4-3
ii  libmailtransport4   4:4.7.4-3
ii  libmessagecore4 4:4.4.11.1+l10n-1
ii  libmessagelist4 4:4.4.11.1+l10n-1
ii  libmimelib4 4:4.4.11.1+l10n-1
ii  libnepomuk4 4:4.7.4-5
ii  libphonon4  4:4.6.0.0-2
ii  libqt4-dbus 4:4.8.1-1
ii  libqt4-network  4:4.8.1-1
ii  libqt4-qt3support   4:4.8.1-1
ii  libqt4-xml  4:4.8.1-1
ii  libqtcore4  4:4.8.1-1
ii  libqtgui4   4:4.8.1-1
ii  libstdc++6  4.7.0-8
ii  libthreadweaver44:4.7.4-5
ii  perl5.14.2-10
ii  phonon  4:4.6.0.0-2

Versions of packages kmail recommends:
ii  gnupg-agent  2.0.19-1
ii  gnupg2   2.0.19-1
ii  pinentry-qt4 [pinentry-x11]  0.8.1-1

Versions of packages kmail suggests:
pn  bogofilter 1.2.2+dfsg1-1+b1
pn  clamav | f-prot-installer  none
pn  kaddressbook   4:4.4.11.1+l10n-1
pn  kleopatra  4:4.4.11.1+l10n-1
pn  procmail   none

-- 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#672607: #672607: pidgin-sipe 1.11 does not use NTLM type authentication and does not connect to Lync server

2012-05-15 Thread Mònica Ramírez Arceda
El dl 14 de 05 de 2012 a les 11:25 +0200, en/na Domenico Andreoli va
escriure:
 Hi,
 
   same problem here, I confirm the severity. Workaround: downgrade 
 pidgin-sipe to 1.11.2-1.
 

Could you test if it works with 1.11.2-1.1? Maybe last upload broke
something :(

BTW, I think the best solution is to update this package to the new
upstream version (it is packaged in mentors [0]). I've just updated the
related bug [1].

Thanks for reporting!

[0] http://mentors.debian.net/package/pidgin-sipe
[1] http://bugs.debian.org/646389



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


Bug#672644: X on Mobility Radeon HD 3400 Series (Lenovo T400) broken after wheezy upgrade

2012-05-15 Thread Michel Dänzer
On Die, 2012-05-15 at 11:04 +0200, Josip Rodin wrote: 
 On Tue, May 15, 2012 at 09:32:14AM +0200, Michel Dänzer wrote:
  In order to alleviate the problem, I made the X driver bail.
  
  I just don't think it's worth it for a corner case caused by broken
  configuration.
 
 But if you can guess the parameters of the problem, why not tell the user
 in the error message to check those parameters, rather than have an error
 message that talks of something seemingly different and misleads them.
 Simply integrate the existing C comment into the message.

Patches welcome on the xorg-driver-...@lists.x.org list.


-- 
Earthling Michel Dänzer   |   http://www.amd.com
Libre software enthusiast |  Debian, X and DRI developer



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



Bug#672911: git-dpm: /usr/share/doc/git-dpm/manpage.html is not verbatim correct

2012-05-15 Thread Bernhard R. Link
* Paul Elliott pelli...@blackpatchpanel.com [120514 18:09]:
 If you look at /usr/share/doc/git-dpm/manpage.html with a browser
 and copy some commands to the clipboard, then copy the same to a 
 command window, the result will not work.
 
 The commands in the web page contains invisible difference that
 look right to the human eye but are not. There are characters that
 look like hyphens but do not fuction as hyphens to a program.
 There are also invisible characters that mess up the shell or git-dpm.

Oh, that seems to get messy. Actually what is needed is hyphen-minus,
the hyphen itself will not work either. In troff - is hyphen and \- is
minus.

U+2010 ‐ hyphen
U+002D - hyphen-minus
U+2212 − minus sign

I'll investigate how to solve this. Perhaps that needs some fix in
groff's html output to add a way to get hypen-minus.

Thanks for reporting this,
Bernhard R. Link



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



Bug#672973: devscripts: stopped updating the time stamps of the changelog

2012-05-15 Thread James McCoy
On Tue, May 15, 2012 at 02:23:36PM +0900, Norbert Preining wrote:
 in former times a 
   dch -a -c .../path/to/changelog
 did indeed update the name and date footer. Now it doesn't anymore.

Because that's just noise except in the case of creating a new changelog
stanza or preparing the changelog for release.  dch -r will update the
footer appropriately.

 Why has this change happened? I don't see any NEWS item concerning this?
 The only NEWS item is about release heuristic if nothing is given, but
 I definitely pass options onto dch.

The changelog heuristic automatically enables --mainttrailer/-t.

 Please restore the old behaviour, or at least explain how to fix it,
 because I couldn't find it. dch -t didn't work either.

Use --nomainttrailer or put DEBCHANGE_MAINTTRAILER=no in your
configuration file.

-- 
James
GPG Key: 4096R/331BA3DB 2011-12-05 James McCoy james...@debian.org


signature.asc
Description: Digital signature


Bug#670331: iotop: UnicodeEncodeError in ui.py

2012-05-15 Thread paul . szabo
Seems that my previously proposed patch is not sufficient. I had iotop
running successfully for a few weeks, but then it died with:

Traceback (most recent call last):
  File /usr/bin/iotop, line 16, in module
main()
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 556, in main
main_loop()
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 546, in lambda
main_loop = lambda: run_iotop(options)
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 451, in run_iotop
return run_iotop_window(None, options)
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 446, in run_iotop_window
ui.run()
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 126, in run
self.process_list.duration)
  File /usr/lib/pymodules/python2.6/iotop/ui.py, line 405, in refresh_display
print l
UnicodeEncodeError: 'ascii' codec can't encode character u'\u221e' in position 
204: ordinal not in range(128)

I have not yet tried the backports version.

Cheers, Paul

Paul Szabo   p...@maths.usyd.edu.au   http://www.maths.usyd.edu.au/u/psz/
School of Mathematics and Statistics   University of SydneyAustralia



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



Bug#628436: [Pkg-tcltk-devel] Bug#628436: Please disallow tclsh8.4 as an alternative for the tclsh command

2012-05-15 Thread Sergei Golovan
On Tue, May 15, 2012 at 11:42 AM, Jonathan Nieder jrnie...@gmail.com wrote:
 Hi,

 Sergei Golovan wrote:

 [...]
                                                 in which case the only
 symlinks to tclsh and wish would be in the tcl and tk packages.

 Sounds excellent to me. :)  A smooth way to transition would be to
 remove the alternatives from each tcl8.x and tk8.x package, the goal
 being to get to a point with alternatives still in place but
 tclsh-default and wish-default as the only providers.  Then the
 alternatives could be replaced with plain symlinks in the release
 after.

I think it's a bit late to do this transition before wheezy release
(as the freeze
is approaching), but we'll do it immediately after.


 [...]
                                                              And I
 don't know what to do with extensions which work with any Tcl/Tk
 version (so, I don't want them to require 'tcl'), but come with
 examples with #! /usr/bin/tclsh.

 Could you give an example?

A few examples in tcl-tls package
(/usr/share/doc/tcl-tls/examples/simpleClient.tcl).
Tcl-tls itself works with any Tcl/Tk version (from 8.3 to 8.6). So,
it'd be too restrictive
to make it depend on the tcl package (in my opinion).


 [...]
 On Sun, May 29, 2011 at 2:20 AM, Jonathan Nieder jrnie...@gmail.com wrote:

 My only worry would be that some package might be using Depends:
 tcl8.4 and expecting the tclsh command to work, when they should have
 [...]
 It's fairly simple to look through the archive and find if there's
 such packages. It's not too late to fix them.

 antennavis: ok
 aolserver4: affected? (tests/new/all.tcl at build time)
 blt: affected (demos)
 bookview: ok (the corresponding issue for wish probably affects it, though)
 deal: ok
 emacspeak: ok
 epic5: ok
 exmh: affected (postinst, corresponding issue for wish throughout)
 gcl: affected (configure at build time)
 gclcvs: likewise
 gnat-gps: ok
 gpsmanshp: ok
 grass: affected (GRASS_TCLSH)
 gtkwave: ok
 hfsutils: ok
 hping3: ok
 ibutils: affected (at build time)
 isdnutils: ok
 ace: affected (templates/wb26wrproject.mpd)
 idzebra: affected (at build time)
 memchan: ok? (uses TEA to find tcl for doc processing at build time)
 snack: ok
 sqlite: affected (speedtest.tcl etc)
 ruby1.8: ok
 ruby1.9: ok
 gnu-smalltalk: ok
 tktable2.9: ok (uses TEA)
 tcludp: ok (uses TEA)
 magnus: affected (copier.tcl)
 mozart: ok
 mysqltcl: ok (uses TEA)
 nam: ok (only affects examples installed to doc)
 ns2: ok (ModelGen is not installed)
 openmsx: ok
 otcl: ok
 [... to be continued ...]

 Build-time issues can be softened by making tcl8.4-dev depend on tcl
 during a transition period.

 (Remaining packages to check: page-crush paraview pcb-common pfm rat
 rrdtool-tcl sauce tcl tcl8.4-dev tclcsound timidity-interfaces-extra
 tk707 tk8.4 tkgate ttt tttprove tttview timidity-interfaces-extra
 vigor vim vkeybd weechat-plugins wzdftpd-mod-tcl xchat-gnome xcircuit
 xdeview xotcl xotcl-shells libyaz4-dev)

Less than 20 packages are affected. I suspect that the most of them are easy
to port to 8.5 (but again, freeze is coming).

Cheers!
-- 
Sergei Golovan



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



Bug#672607: #672607: pidgin-sipe 1.11 does not use NTLM type authentication and does not connect to Lync server

2012-05-15 Thread Ritesh Raj Sarraf
On Tuesday 15 May 2012 03:23 PM, Mònica Ramírez Arceda wrote:
 BTW, I think the best solution is to update this package to the new
 upstream version (it is packaged in mentors [0]). I've just updated the
 related bug [1].


So does this not have a maintainer?
This is an important package for many users.

 Thanks for reporting!
 
 [0] http://mentors.debian.net/package/pidgin-sipe
 [1] http://bugs.debian.org/646389


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#672993: openssh-server: sshd should AcceptEnv EDITOR

2012-05-15 Thread Sylvain Beucler
Package: openssh-server
Version: 1:5.9p1-5
Severity: wishlist

Dear Maintainer,

When several fellow hackers are maintaining a server, but have
different tastes when it comes to editing tools, they may start
unending flame wars and even come to blows.

To bring peace in such a work environment, I suggest applying one
minor yet essential change in /etc/ssh/sshd_config from:
  AcceptEnv LANG LC_*
to
  AcceptEnv LANG LC_* EDITOR

What do you think?

Regards,
Sylvain

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

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

Versions of packages openssh-server depends on:
ii  adduser3.113+nmu1
ii  debconf [debconf-2.0]  1.5.42
ii  dpkg   1.16.2
ii  libc6  2.13-27
ii  libcomerr2 1.42.2-2
ii  libgssapi-krb5-2   1.10+dfsg~beta1-2
ii  libkrb5-3  1.10+dfsg~beta1-2
ii  libpam-modules 1.1.3-7
ii  libpam-runtime 1.1.3-7
ii  libpam0g   1.1.3-7
ii  libselinux12.1.9-2
ii  libssl1.0.01.0.1-4
ii  libwrap0   7.6.q-23
ii  lsb-base   4.1+Debian0
ii  openssh-client 1:5.9p1-5
ii  procps 1:3.3.2-3
ii  zlib1g 1:1.2.6.dfsg-2

Versions of packages openssh-server recommends:
ii  openssh-blacklist0.4.1
ii  openssh-blacklist-extra  none
ii  xauth1:1.0.6-1

Versions of packages openssh-server suggests:
pn  molly-guard   none
pn  monkeysphere  none
pn  rssh  none
pn  ssh-askpass   none
pn  ufw   none

-- 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#672607: #672607: pidgin-sipe 1.11 does not use NTLM type authentication and does not connect to Lync server

2012-05-15 Thread Ritesh Raj Sarraf
CCing Anibal Avelar

On Tuesday 15 May 2012 03:43 PM, Ritesh Raj Sarraf wrote:
 BTW, I think the best solution is to update this package to the new
  upstream version (it is packaged in mentors [0]). I've just updated the
  related bug [1].
 
 So does this not have a maintainer?
 This is an important package for many users.
 

Ah!! I see you sponsored it last. :-)
I rely on this package regularly. I can offer co-maintain it if there is
a need.


-- 
Ritesh Raj Sarraf | http://people.debian.org/~rrs
Debian - The Universal Operating System



signature.asc
Description: OpenPGP digital signature


Bug#662300: Patch to fix left-up movement bug

2012-05-15 Thread Martin Erik Werner
On Tue, 2012-05-15 at 10:11 +0300, Kalle Olavi Niemitalo wrote:
 Martin Erik Werner martinerikwer...@gmail.com writes:
 
  Here is a patch which fixes this issue for me, it is based on a
  suggestion at
  http://egoboo.sourceforge.net/phpBB3/viewtopic.php?f=3t=1177p=61333#p61333,
   see the DEP-3 header for more information.
 
 That patch adds casts to two control_is_pressed subtractions in
 set_one_player_latch.  However, the bug also occurs in three
 statements in camera_move.  IIRC, this causes sprites to
 disappear when you try to rotate the camera.  Instead of adding
 casts to each of those calls, I recommend changing
 control_is_pressed so it returns int.
 
 In https://egoboo.svn.sourceforge.net/svnroot/egoboo/branches/2.8.x/,
 control_is_pressed has been renamed to input_device_control_active,
 and game/camera.c and game/game.c no longer do arithmetic with its
 return values.

Ah, a good idea, I was not aware of the other issues, I've modified the
patch to change the function to return ints instead. I've played through
a level with it and afaict it works as it should.

-- 
Martin Erik Werner martinerikwer...@gmail.com
Description: fix up/left movement bug
 Change control_is_pressed() function to returning ints, this allows
 doing math on the return value, and fixes the issue of the player
 not being able to move up or left.
Forwarded: not-needed
Bug-Debian: http://bugs.debian.org/662300
Author: Martin Erik Werner martinerikwer...@gmail.com
Last-Update: 2012-05-15

diff --git a/src/game/input.c b/src/game/input.c
index d1dca4d..e56b874 100755
--- a/src/game/input.c
+++ b/src/game/input.c
@@ -405,7 +405,7 @@ Uint32 input_get_buttonmask( Uint32 idevice )
 }
 
 //
-bool_t control_is_pressed( Uint32 idevice, Uint8 icontrol )
+int control_is_pressed( Uint32 idevice, Uint8 icontrol )
 {
 /// @details ZZ@ This function returns btrue if the given icontrol is cursor_pressed...
 
@@ -430,7 +430,7 @@ bool_t control_is_pressed( Uint32 idevice, Uint8 icontrol )
 retval = ( input_get_buttonmask( idevice ) == pcontrol-tag );
 }
 
-return retval;
+return (int)retval;
 }
 
 //
diff --git a/src/game/input.h b/src/game/input.h
index 28c6a99..9499e94 100755
--- a/src/game/input.h
+++ b/src/game/input.h
@@ -144,7 +144,7 @@ void   input_read();
 
 Uint32 input_get_buttonmask( Uint32 idevice );
 
-bool_t control_is_pressed( Uint32 idevice, Uint8 icontrol );
+int control_is_pressed( Uint32 idevice, Uint8 icontrol );
 
 void   cursor_reset();
 void   cursor_finish_wheel_event();
-- 
1.7.10



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


Bug#672607: #672607: pidgin-sipe 1.11 does not use NTLM type authentication and does not connect to Lync server

2012-05-15 Thread Domenico Andreoli
notfound 672607 1.11.2-1.1
thanks

On Tue, May 15, 2012 at 11:53 AM, Mònica Ramírez mon...@debian.org wrote:
 El dl 14 de 05 de 2012 a les 11:25 +0200, en/na Domenico Andreoli va escriure:
 Hi,

   same problem here, I confirm the severity. Workaround: downgrade 
 pidgin-sipe to 1.11.2-1.


 Could you test if it works with 1.11.2-1.1? Maybe last upload broke
 something :(

yes, 1.11.2-1.1 works.

cheers,
Domenico



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



Bug#671922: magit: Does not autoload extensions

2012-05-15 Thread Timo Juhani Lindfors
Rémi Vanicat remi.vani...@gmail.com writes:
 There is the org-install.el file of org-mode (I don't know if it is used
 by the Debian package, but I know that this file play a similar role
 than 50magit.el, and is generated in similar way).

The org-mode debian package has 

;; -*-emacs-lisp-*-
;;
;; Emacs startup file, e.g.  /etc/emacs/site-start.d/50org-mode.el
;; for the Debian org-mode package
;;
;; Originally contributed by Nils Naumann naum...@unileoben.ac.at
;; Modified by Dirk Eddelbuettel e...@debian.org
;; Adapted for dh-make by Jim Van Zandt j...@debian.org

;; The org-mode package follows the Debian/GNU Linux 'emacsen' policy and
;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
;; xemacs19, emacs20, xemacs20...).  The compiled code is then
;; installed in a subdirectory of the respective site-lisp directory.
;; We have to add this to the load-path:
(let ((package-dir (concat /usr/share/
   (symbol-name debian-emacs-flavor)
   /site-lisp/org-mode)))

;; If package-dir does not exist, the org-mode package must have
;; removed but not purged, and we should skip the setup.
  (when (file-directory-p package-dir)
(debian-pkg-add-load-path-item package-dir)
(require 'org-install)
(add-to-list 'auto-mode-alist '(\\.org\\(-mode\\)?$ . org-mode))
(setq org-ditaa-jar-path /usr/bin/ditaa)))





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



Bug#672994: CVE-2012-0219: buffer overflow

2012-05-15 Thread Moritz Muehlenhoff
Package: socat
Severity: grave
Tags: security

Please see http://www.dest-unreach.org/socat/contrib/socat-secadv3.html

Cheers,
Moritz



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



Bug#670066: Bug #670066 python-openturns is unusable

2012-05-15 Thread D. Barbier
On 2012/5/15 trophime wrote:
 On Tue, 2012-05-15 at 01:43 +0200, D. Barbier wrote:
 On 2012/5/14 Aron Xu wrote:
  The test build failed on amd64 and i386, at the same place. Attached
  is my change to your git tree and the build log produced on amd64.

 Hello,

 Here is an updated status; I did not encounter your problems because
 my upstream tarball was buggy, we should now be in sync:
   * a patch is needed to build with g++ 4.7
   * few runtime tests fail with g++ 4.7, this is why it now
 Build-Depends: g++-4.6
   * add Build-Depends: bc, it is needed by a single test
   * fix handling of the rotRPackage R package during tests

 It builds fine in pbuilder, but I did not yet check upgrade path from
 openturns 0.15.  I believe that it could be uploaded in experimental
 or unstable when this is done.

 Denis

 Hi,
 I had to explicitly specify python version in debian/rules to avoid an
 FTBS when python 3.2 is installed. Please find attached the patch.

Thanks Christophe,

Patch applied.

Denis



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



Bug#672995: RFP: flowblade -- Multitrack non-linear video editor

2012-05-15 Thread Janne Liljeblad
Package: wnpp
Severity: wishlist

Name: flowblade
Version: 0.6.0
Upstream Author: Janne Liljeblad janne.liljeb...@gmail.com
URL: http://code.google.com/p/flowblade/
License: GPL-3+
Description: Multitrack non-linear video editor.
 Main features:
  * Film style insert/trim editing paradigm
  * 2 move modes and 2 trim modes
  * Image compositing with 5 compositors
  * 19 blends
  * 41 pattern wipes
  * 46 image filters
  * 29 audio filters
  * Supports most common video and audio formats
  * JPEG, PNG images and SVG vector graphics
  * Output encoding to multiple formats

Copyright:
Files: all (except ones separately listed below)
Copyright: 2012 Janne Liljeblad janne.liljeb...@gmail.com
License: GPL-3+

Files: bi-linear_x.pgm bi-linear_y.pgm burtst.pgm
checkerboard_small.pgm cloud.pgm radial-bars.pgm spiral.pgm
spiral2.pgm square.pgm square2.pgm square2-bars.pgm
symmetric_clock.pgm
Copyright: 2012 (Files are from Kdenlive. http://www.kdenlive.org.
Project AUTHORS file contents are presumed to be copyright holders)
Jean-Baptiste Mardelle
Marco Gittler
Dan Dennedy
Simon A. Eugster
Till Theato
Alberto Villa
Jean-Michel Poure
Ray Lehtiniemi
Jason Wood
License: GPL-2+

Files: blinds_in_to_out.pgm blinds_in_to_out_big.pgm
blinds_sliding.pgm circle_in_to_out.svg circle_out_to_in.svg
clock_left_to_right.pgm clock_right_to_left.pgm fractal1.pgm
fractal4.pgm fractal5.pgm fractal7.pgm hatched_1.png hatched_2.png
mountains.png rectangle_in_to_out.pgm rectangle_out_to_in.pgm sand.svg
sphere.png spiral_abstract_1.png spiral_big.png spiral_medium.pgm
spiral_small.pgm spots.png vertical_blinds_in_to_out.pgm
vertical_blinds_in_to_out_big.pgm wipe_bottom_to_top.svg
wipe_diagonal_1.png wipe_diagonal_2.png wipe_diagonal_3.png
wipe_diagonal_4.png wipe_left_toright.svg wipe_right_to_left.svg
wipe_top_to_bottom.svg
Copyright:  (Files are from Openshot. http://www.openshot.org.
Copyright holders from .deb package copyright file)
   2010, Jonathan Thomas jonathan.oo...@gmail.com
   2010, Andy Finch we.rocked.i...@gmail.com
   2010, TJ ubu...@tjworld.net
   2010, Olivier Girard eolin...@gmail.com
   2010, Helen McCall wildnf...@blueyonder.co.uk
   2010, Mael Lavault moim...@neuf.fr
   2010, itomailg itoma...@gmail.com
   2011, Francesco Fantoni france...@hv-a.com
   2011, Emil Berg emil_ber...@hotmail.com
License: GPL-3+



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



Bug#672996: libstdc++6-4.6-dev: Static linking of C++ runtime fails due to relocation problems, recompiling with -fPIC needed.

2012-05-15 Thread Flynn Marquardt
Package: libstdc++6-4.6-dev
Version: 4.6.3-1
Severity: normal

Dear Maintainer,

trying to link the C++-runtime statically with the option -static-libstdc++
fails for me with following error:

/usr/bin/ld: /usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.a(ctype.o):
relocation R_X86_64_32S against `vtable for std::ctypewchar_t' can not
be used when making a shared object; recompile with -fPIC
/usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.a: could not read symbols:
Bad value

Please consider building /usr/lib/gcc/x86_64-linux-gnu/4.6/libstdc++.a
with the Option -fPIC,
maybe other version of gcc from version 4.5 (introducing the option
-static-libstdc++) too.

Flynn


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

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

Versions of packages libstdc++6-4.6-dev depends on:
ii  g++-4.6   4.6.3-1
ii  gcc-4.6-base  4.6.3-1
ii  libc6-dev 2.13-32
ii  libstdc++64.7.0-7

libstdc++6-4.6-dev recommends no packages.

Versions of packages libstdc++6-4.6-dev suggests:
pn  libstdc++6-4.6-doc  none

-- 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#670309: [PATCH] migemo: Helping to update to packaging format 3.0

2012-05-15 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Thanks jari,

Because I don't have enough time to spare, please go your NMU ahead.
But as far as I can see, your patch doesn't include
02-new-file-migemo.rb.patch.

At Tue, 24 Apr 2012 22:32:40 +0300,
jari.aa...@cante.net wrote:
 Package: migemo
 Severity: wishlist
 Tags: patch
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQIcBAEBCgAGBQJPsjMYAAoJEB0hyD3EUuD8fpcP/A41EQTAOliUk4Yb2AJglATk
bMva8oETfbkkaSHrWDmq/3uOiXT1vn91kDSfOkCzWmHTsHsYwM4OHfJjD91iu595
UQHOBPvdVIxDtpp3B85waeIE79KOPKgZOmSQfA0qLkMq0pCib2uaosPSpxdjMEAy
DpDpjgxiPvE5PpAa2zmreKSEzROW6KCxeqAzCNsY8cjAQdEUJMqi24rP1aRS8+Y+
qNoAH8HXf32bCM5G9TUAbc+FNE/OVqX2aNbmzgXepPRDsxCh+iWRsmECytqs5G4S
Ynk+s1f4bqZpPZ9+ATR/+LVR6sPjl7pGfV0AiJWZkdnNnGlK71UvRSzl9ME75tVw
GQzN0/JGneb1/97TJaowaCVBW3EAu9DG7kYHfuMj0+VhfxaMztK9h2gFtz6eHvRu
rf5t5B+vGbyWeVXsBs0r052+/s3LuROxyAbCUQVTYinqO42UvntgOOSAW6ND6Htf
gPQUrvWa8htULlFmy0EDxhsZaA1Vtzdx2KtfG24toEuUAOfCzR6IzjPzWCZ45acu
U1HCfaSENdNJPjuFYHcpnMMdW1KazfTP9eAyt0KWRDG8THfOO5cjuq503aBsTVq4
94C++ho5/Fkoo1V4yf9X3cleC/64pSxOaisdCYxCjG3Hcv2SMKIV06RJTadjaZTG
x5XQ8FGhE+YQof6eyLG4
=5KnF
-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#672919: Fix some compile warnings

2012-05-15 Thread Michael Vogt
On Mon, May 14, 2012 at 09:10:38PM +0400, Sergey Alyoshin wrote:
 Package: synaptic
 Version: 0.75.10
 Priority: wishlist
 Tags: patch

Thanks for your bugreport and your patch! I merged it into trunk and
it will be part of the next upload.

Cheers,
 Michael




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



Bug#664527: pidgin: diff for NMU version 2.10.4-1.1

2012-05-15 Thread Laurent Bigonville


Dear maintainer,

I've prepared an NMU for pidgin (versioned as 2.10.4-1.1). The diff
is attached to this message.

Regards.
diff -Nru pidgin-2.10.4/debian/changelog pidgin-2.10.4/debian/changelog
--- pidgin-2.10.4/debian/changelog  2012-05-08 02:17:58.0 +0200
+++ pidgin-2.10.4/debian/changelog  2012-05-15 12:37:03.0 +0200
@@ -1,3 +1,11 @@
+pidgin (2.10.4-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Build-depends against libfarstream-0.1-dev instead of
+libgstfarsight0.10-dev (Closes: #664527)
+
+ -- Laurent Bigonville bi...@debian.org  Tue, 15 May 2012 12:37:02 +0200
+
 pidgin (2.10.4-1) unstable; urgency=low
 
   * Imported Upstream version 2.10.4
diff -Nru pidgin-2.10.4/debian/control pidgin-2.10.4/debian/control
--- pidgin-2.10.4/debian/control2012-05-08 02:17:49.0 +0200
+++ pidgin-2.10.4/debian/control2012-05-15 12:36:58.0 +0200
@@ -11,7 +11,7 @@
  libdbus-glib-1-dev, dbus, python (= 2.4), libavahi-client-dev,
  libavahi-glib-dev, libxml-parser-perl, libncursesw5-dev, libsasl2-dev,
  libgadu-dev (= 1:1.11.0-2),
- xsltproc, doxygen, libgstfarsight0.10-dev (= 0.0.9),
+ xsltproc, doxygen, libfarstream-0.1-dev,
  libgstreamer-plugins-base0.10-dev,
  network-manager-dev (= 0.9.0) [linux-any],
  libsqlite3-dev (= 3.3), libidn11-dev, ca-certificates



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



Bug#670272: [PATCH] docdiff: Helping to update to packaging format 3.0

2012-05-15 Thread Kenshi Muto
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Thanks jari,

Because I don't have enough time to spare, please go your NMU ahead.

At Tue, 24 Apr 2012 18:56:02 +0300,
jari.aa...@cante.net wrote:
 Package: docdiff
 Severity: wishlist
 Tags: patch
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Processed by Mailcrypt 3.5.9 http://mailcrypt.sourceforge.net/

iQIcBAEBCgAGBQJPsjQCAAoJEB0hyD3EUuD8CFkP/iFL+UsVsDyr+Pm6X/Y2mLdh
pxlHrjqefY19kvcMU8AzJtm8qZRW9yphBgYOwHOotu08H/WNPeOZvNraxP355KvV
CNXDdoSvmldstLA6kgQL/DFtaE+sOf0gVCNWY1W4J1STlR1i00uEM5y+Edub+TS4
RFnQlzoKBDkJEGGsuJ1P4T6100bIden6+6ludoV4Pg7zllIHqSksUP8NzoDado6I
zkZH4YqJ1Y+Jn9eO0TIxOchrDWkwQVwgZfsgnWsy5DhKjivevJgClJO2Vqv67PIH
gfGqYaIJpTmpGk3CftOSz40CI6XyWEoNt3K72c8VjlME2yvcieuk/fAIhDBznS/f
Dow7CMHiZk/rUfRTMsNMlOJm3j4bGZ5cbwfXiEQLJghg4Nn+Xb9uG/7srfuOWEid
9aDlCYn2iHpRHhesWRzYJQLWgMt5LkeGnlyW1n4yInA0eznAZFtPZ0t8dcJp9dFb
12KFe9nJX79AuCrSBdjmfOYPZu3x479srWfPFKLHqkjhsh8Vp7zX76ZjXiiW42M2
dkNt953Ns7l60R06/u60J+8vGBVWqxOdgpXCIrduAZ79WL0bI6ykSQ47NEkCPjbU
mJkF+4n/VUeLvVY4cC3kKEc3mer2a3RPCxao2iqNotFNwmhhnYNYKcy3rlocKhWB
wURXoEV6SkFYkiRREQRr
=DnfA
-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#670961: Help/Contents is missed in localization

2012-05-15 Thread Michael Vogt
On Mon, Apr 30, 2012 at 11:09:40PM +0400, Sergey Alyoshin wrote:
 Package: synaptic
 Version: 0.75.9
 Version: 0.75.10
 Priority: wishlist
 Tags: l10n patch

Thanks for your bugreport and your patch. I merged it into trunk and
it will be part of the next upload.

Cheers,
 Michael




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



Bug#672997: [numlockx] prevents X session to be loaded

2012-05-15 Thread Rainer Schwarzbach

Package: numlockx
Version: 1.2-3
Severity: important

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

Hello,

today I upgraded numlockx to version 1.2-3. After a reboot, the X 
session would not start. A quick check of ~/.xsession-errors revealed a 
syntax error in /etc/X11/Xsession.d/55numlockx (case $NUMLOCK instead 
of case $NUMLOCK in).

The session started after I inserted in as follows:

$ diff -Naur Xsession.d_55numlockx.dpkg Xsession.d_55numlockx.new
--- Xsession.d_55numlockx.dpkg  2012-05-14 11:45:22.0 +0200
+++ Xsession.d_55numlockx.new   2012-05-15 12:21:29.783698569 +0200
@@ -10,7 +10,7 @@

 # Toggle numlock if we're not removed
 if [ -x /usr/bin/numlockx ] ; then
-case $NUMLOCK
+case $NUMLOCK in
 off|on)
 SET=1
 ;;


Kind Regards
Rainer

--- System information. ---
Architecture: i386
Kernel:   Linux 3.2.0-2-686-pae

Debian Release: wheezy/sid
  500 unstableftp.de.debian.org
  500 testing ftp.de.debian.org

--- Package information. ---
Depends   (Version) | Installed
===-+-===
libc6  (= 2.0) | 2.13-32
libx11-6| 2:1.4.99.901-2
libxext6| 2:1.3.1-2
libxtst6| 2:1.2.1-1


Package's Recommends field is empty.

Suggests   (Version) | Installed
-+-===
x-display-manager|



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



Bug#672993: openssh-server: sshd should AcceptEnv EDITOR

2012-05-15 Thread Colin Watson
On Tue, May 15, 2012 at 12:17:45PM +0200, Sylvain Beucler wrote:
 When several fellow hackers are maintaining a server, but have
 different tastes when it comes to editing tools, they may start
 unending flame wars and even come to blows.
 
 To bring peace in such a work environment, I suggest applying one
 minor yet essential change in /etc/ssh/sshd_config from:
   AcceptEnv LANG LC_*
 to
   AcceptEnv LANG LC_* EDITOR

Why not just make that change locally?  It's a configuration file for a
reason.  I added the locale variables there because some programs
misbehave if they're unset or don't match the terminal, but I'm
reluctant to start adding more variables with lower impact; I think it
would get out of hand very quickly.

Regards,

-- 
Colin Watson   [cjwat...@debian.org]



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



Bug#672871: apt-cacher: libcurl thread uses too much CPU time

2012-05-15 Thread Alfredo Finelli
Mark Hindley:
 Thanks for this.

 The select-can_read() timeout of 0.1 was the result of lots of
 testing in bug #533830. Reducing the timeout may reduce your throughput
 (which may not bother you ;)!) I am not sure why you see such high CPU
 usage with 0.1. What hardware is it running on? What is your
 upstream bandwidth/connection?

 There are conflicting issues of CPU usage and throughput here, so I
 think I might just make the value configurable as there may not be a
 right value for everybody.


The CPU is a dual core, 2 threads per core, Intel Core i5 2.40GHz.

I have done some tests to have a better global picture.

- TEST 1: curl binary from shell command line, no proxy.

$ curl -o xulrunner-10.0-dbg_10.0.4esr-2_amd64.deb  
'ftp://ftp.de.debian.org/debian/pool/main/i/iceweasel/xulrunner-10.0-dbg_10.0.4esr-2_amd64.deb'
  % Total% Received % Xferd  Average Speed   TimeTime Time  Current
 Dload  Upload   Total   SpentLeft  Speed
100  156M  100  156M0 0   536k  0  0:04:57  0:04:57 --:--:--  621k


  Three minutes of CPU usage:

  09:29:30 AM   PID%usr %system  %guest%CPU   CPU  Command
  09:29:31 AM  42040.002.000.002.00 0  curl
  ...
  Average: 42040.381.210.001.59 -  curl




- TEST 2: aptitude download with original apt-cacher proxy.

  # aptitude download xulrunner-10.0-dbg
  Get: 1 http://ftp.de.debian.org/debian/ testing/main xulrunner-10.0-dbg amd64 
10.0.4esr-2 [164 MB]
  Fetched 164 MB in 4min 30s (606 kB/s)

  It is the same file from the same mirror, it seems aptitude uses decimal MB.

  As before, three minutes:

  09:39:51 AM   PID%usr %system  %guest%CPU   CPU  Command
  09:39:52 AM  4489   84.005.000.00   89.00 2  /usr/sbin/apt-c
  ...
  Average: 4489   92.442.840.00   95.29 -  /usr/sbin/apt-c




- Test 3: same as test 2 but using patched apt-cacher with select-can_read()
  timeout of 0.01.

  aptitude download xulrunner-10.0-dbg
  Get: 1 http://ftp.de.debian.org/debian/ testing/main xulrunner-10.0-dbg amd64 
10.0.4esr-2 [164 MB]
  Fetched 164 MB in 4min 22s (624 kB/s)

  Usual three minutes average:

  09:53:00 AM   PID%usr %system  %guest%CPU   CPU  Command
  09:53:01 AM  47281.000.000.001.00 0  /usr/sbin/apt-c
  ...
  Average: 47281.910.370.002.28 -  /usr/sbin/apt-c




- Wonderful emacs org-mode table :-) for a summary of average values:

  | Program   | time (s) | speed (Mbit/s) | cpu % |
  |---+--++---|
  | Curl binary, no proxy |  297 |  4.407 |  1.59 |
  | apt-cacher, standard  |  270 |  4.848 | 95.29 |
  | apt-cacher, 0.01  |  262 |  4.996 |  2.28 |
  |---+--++---|



 I wonder if the timeout of 0.1 is just too small for your
 system. What version of perl and IO::Select do you have?

perl   5.14.2-9
perl-base  5.14.2-9

 strace on the libcurl process on my system shows:

 select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)
 poll([{fd=2, events=POLLIN|POLLPRI}], 1, 0) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 68106232}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 68133052}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 68160152}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 68186692}) = 0
 select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)
 poll([{fd=2, events=POLLIN|POLLPRI}], 1, 0) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 69133499}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 69160599}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 69189654}) = 0
 clock_gettime(CLOCK_MONOTONIC, {567815, 69216754}) = 0
 select(8, [0], NULL, NULL, {0, 10}) = 0 (Timeout)

 The obvious significant difference from your strace are the calls to
 clock_gettime. It looks to me as if select() on your system is not
 observing the 10us timeout, but I don't know why. Can you test what is
 the smallest timeout value that is observed?

I have now a 35MB complete trace for the full running time and I can
affirm that it contains not even one call to clock_gettime.  The first
200 lines are in the attached file , the rest is very similar except at
the end, after the download is finished.

The developer manpages for system calls also contain a tutorial for
select(), the page is called 'select_tut'.  Not wishing to criticize
anyone I quote from it:

 Many people who try to use select() come across behavior that is
 difficult to understand and produces nonportable or borderline
 results.

 It is easy to introduce subtle errors that will remove the
 advantage of using select(), so here is a list of essentials to
 watch for when using select().

 1.  You should always 

Bug#672370: [pkg-mono-group] Bug#672370: mono-runtime: cannot run program: Method is too complex

2012-05-15 Thread Jo Shields
On Thu, 2012-05-10 at 14:50 +0200, Michal Suchanek wrote:
 Package: mono-runtime
 Version: 2.10.8.1-3
 Severity: normal
 
 Hello,
 
 I tried to run a .NET program from 
 http://www.dobberisms.com/download.php?project=sr4cgid=25 with Mono 2.6
 
 This would give huge amount of terminal output and not run the program
 so I tried to upgrade to 2.10
 
 now the output is way tidier but the program still ode not run:
 
 $ ./SR4CharGen.exe 

Realistically, this isn't something that can be dealt with downstream
(i.e. in Debian) - it's a problem with Mono itself.

I'd recommend filing a bug in the upstream bug tracker at
bugzilla.xamarin.com, then link that bug here. It'll be much easier to
get the bug fixed if you can explain the issue to the developers
directly, rather than via middle-men with no direct experience of the
issue.

Once the bug is fixed upstream, we can pull the fix down into Debian.




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



Bug#672998: nginx-naxsi: Stub Status -module is not working

2012-05-15 Thread Johannes Brummer
Package: nginx-naxsi
Version: 1.1.19-1
Severity: normal

Dear Maintainer,

nginx-naxsi -package is compiled without --with-http_stub_status_module,
and is not working. My experiences so far:

# aptitude install nginx-naxsi
The following NEW packages will be installed:
  nginx-naxsi{b}
0 packages upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 358 kB of archives. After unpacking 705 kB will be used.
The following packages have unmet dependencies:
 nginx-full : Conflicts: nginx-naxsi but 1.1.19-1 is to be installed.
 nginx-naxsi : Conflicts: nginx-full but 1.1.19-1 is installed.
The following actions will resolve these dependencies:

 Remove the following packages:
1) nginx
2) nginx-full



Accept this solution? [Y/n/q/?] y
The following NEW packages will be installed:
  nginx-naxsi
The following packages will be REMOVED:
  nginx{a} nginx-full{a}
0 packages upgraded, 1 newly installed, 2 to remove and 0 not upgraded.
Need to get 358 kB of archives. After unpacking 282 kB will be freed.
Do you want to continue? [Y/n/?] y
Get: 1 http://ftp.fi.debian.org/debian/ wheezy/main nginx-naxsi i386 1.1.19-1 
[358 kB]
Fetched 358 kB in 0s (1,200 kB/s)
(Reading database ... 42644 files and directories currently installed.)
Removing nginx ...
Removing nginx-full ...
Stopping nginx: nginx.
Selecting previously unselected package nginx-naxsi.
(Reading database ... 42632 files and directories currently installed.)
Unpacking nginx-naxsi (from .../nginx-naxsi_1.1.19-1_i386.deb) ...
Setting up nginx-naxsi (1.1.19-1) ...

# nano -w /etc/nginx/sites-enabled/default

insert following to the server-block
location /nginx_status {
stub_status on;
access_log   off;
allow 127.0.0.1;
deny all;
}


# service nginx restart
Restarting nginx: nginx: [emerg] unknown directive stub_status in 
/etc/nginx/sites-enabled/default:82
nginx: configuration file /etc/nginx/nginx.conf test failed


How i fixed the situation?

apt-get source nginx, open debian/rules, search config.status.naxsi
-
add  --with-http_stub_status_module \ to the configuration options before 
$(CONFIGURE_OPTS) $@

after recompiling with dpkg-buildpackage -rfakeroot:
# dpkg -i ../nginx-naxsi_1.1.19-1_i386.deb
(Reading database ... 46518 files and directories currently installed.)
Preparing to replace nginx-naxsi 1.1.19-1 (using 
.../nginx-naxsi_1.1.19-1_i386.deb) ...
Unpacking replacement nginx-naxsi ...
Setting up nginx-naxsi (1.1.19-1) ...
# service nginx restart
Restarting nginx: nginx.
# lynx -dump http://127.0.0.1/nginx_status
Active connections: 1
server accepts handled requests
 1 1 1
Reading: 0 Writing: 1 Waiting: 0


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

Kernel: Linux 3.2.0-2-686-pae (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 nginx-naxsi depends on:
ii  libc6 2.13-32
ii  libpcre3  1:8.30-5
ii  libssl1.0.0   1.0.1c-1
ii  nginx-common  1.1.19-1
ii  zlib1g1:1.2.7.dfsg-1

nginx-naxsi recommends no packages.

nginx-naxsi 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#672607: #672607: pidgin-sipe 1.11 does not use NTLM type authentication and does not connect to Lync server

2012-05-15 Thread Mònica Ramírez Arceda
El dt 15 de 05 de 2012 a les 15:46 +0530, en/na Ritesh Raj Sarraf va
escriure:
 CCing Anibal Avelar
 
 On Tuesday 15 May 2012 03:43 PM, Ritesh Raj Sarraf wrote:
  BTW, I think the best solution is to update this package to the new
   upstream version (it is packaged in mentors [0]). I've just updated the
   related bug [1].
  
  So does this not have a maintainer?
  This is an important package for many users.
  
 
 Ah!! I see you sponsored it last. :-)
 I rely on this package regularly. I can offer co-maintain it if there is
 a need.

We can wait for Anibal's answer. If no answer, you could sponsor mentors
package. With it, all debian upstream patches can be removed as it seems
everything is fixed in upstream.

At a first glance, it looks good, but if you are a usual user maybe you
could review it better :-)


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


Bug#661426: Bug#661426: [ti...@alioth.debian.org: r10868 - trunk/packages/embassy-domalign/trunk/debian]

2012-05-15 Thread Andreas Tille
Hi Charles,

On Tue, May 15, 2012 at 06:09:33PM +0900, Charles Plessy wrote:
 
 the embassy packages are tied to the release cycle of EMBOSS, and we are one
 version behind.  We need first to upload emboss 6.4, and then the embassy
 packages.

This is what became obvious to me when trying to build the package.
 
 As you have seen on the commit list I have started to work on emboss last 
 week.
 But when trying to modernise debian/rules, I have messed with it, and I have
 just realised that the package fails to build on Sid.
 
 Your help is welcome, and emboss needs to go before embassy.

Yes.  I can not say that I could spend a larger amount of time on this
but if you specify in more detail what needs to be done I can have a
look.  I just want to avoid working in parallel and thus left emboss to
you.

BTW, my next plan is to resolve the name space pollution issue for all
Debian Med (or rather all Blends) packages.  The last both commits from
paml package will show the direction.  I'll explain my plan soonish on
the list.

Kind regards

 Andreas.

-- 
http://fam-tille.de



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



Bug#672947: fcmatch.c:548: IA__FcFontMatch: Assertion `result != ((void *)0)' failed.

2012-05-15 Thread Alex Wilk
Package: mplayer2
Version: 2.0-542-gbb90802-1
Followup-For: Bug #672947

Dear Maintainer,

 Does the symptom disappear when mplayer is called with the option 
 -nofontconfig?

 mplayer -nofontconfig $somevideo

Yes, with the option -nofontconfig it works.

 Does downgrading to fontconfig 2.8 change anything?

A downgrade to fontconfig-config/libfontconfig1 2.8.0-3.1 is successful.

Thank you for your help!


-- System Information:
Versions of packages mplayer2 depends on:
ii  libaa11.4p5-39
ii  libasound21.0.25-2
ii  libass4   0.10.0-3
ii  libavcodec53  5:0.8.1-4
ii  libavformat53 5:0.8.1-4
ii  libavutil51   5:0.8.1-4
ii  libbluray11:0.2.2-1
ii  libc6 2.13-32
ii  libcaca0  0.99.beta18-1
ii  libcdio-cdda0 0.81-5
ii  libcdio-paranoia0 0.81-5
ii  libcdio10 0.81-5
ii  libdca0   0.0.5-5
ii  libdirectfb-1.2-9 1.2.10.0-4.3
ii  libdvdnav44.2.0-1
ii  libdvdread4   4.2.0-1
ii  libenca0  1.13-4
ii  libfaad2  2.7-8
ii  libfontconfig12.8.0-3.1
ii  libfreetype6  2.4.9-1
ii  libfribidi0   0.19.2-3
ii  libgif4   4.1.6-9
ii  libgl1-mesa-glx [libgl1]  7.11.2-1
ii  libjack-jackd2-0 [libjack-0.116]  1.9.8~dfsg.3+20120418gitf82ec715-6
ii  libjpeg8  8d-1
ii  liblircclient00.9.0~pre1-1
ii  libncurses5   5.9-7
ii  libogg0   1.2.2~dfsg-1
ii  libpng12-01.2.49-1
ii  libpostproc52 5:0.8.1-4
ii  libpulse0 1.1-3.2
ii  libsdl1.2debian   1.2.15-3
ii  libsmbclient  2:3.6.5-1
ii  libspeex1 1.2~rc1-3
ii  libswscale2   5:0.8.1-4
ii  libtheora01.1.1+dfsg.1-3
ii  libtinfo5 5.9-7
ii  libvdpau1 0.4.1-5
ii  libvorbis0a   1.3.2-1.2
ii  libx11-6  2:1.4.99.901-2
ii  libxext6  2:1.3.1-2
ii  libxinerama1  2:1.1.2-1
ii  libxv12:1.0.7-1
ii  libxvidcore4  2:1.3.2-9
ii  libxxf86dga1  2:1.1.2-1
ii  libxxf86vm1   1:1.1.2-1
ii  zlib1g1:1.2.7.dfsg-1



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



Bug#672999: RFS: tomoyo-tools/2.5.0-20120414-0.1 [RC, NMU]

2012-05-15 Thread KURASHIKI Satoru
Package: sponsorship-requests
Severity: important

Dear mentors,

I am looking for a sponsor for my package tomoyo-tools

 * Package name: tomoyo-tools
   Version : 2.5.0-20120414-0.1
   Upstream Author : Tetsuo Handa penguin-kernel _at_ I-love.SAKURA.ne.jp
 Toshiharu Harada harad...@gmail.com
 * URL : http://tomoyo.sourceforge.jp/
 * License : GPL-2

It builds those binary packages:

  libtomoyotools2 - Lightweight and easy-use Mandatory Access Control for Linux 
(shar
  tomoyo-tools - Lightweight and easy-use Mandatory Access Control for Linux

To access further information about this package, please visit the following 
URL:

  http://mentors.debian.net/package/tomoyo-tools

Alternatively, one can download the package with dget using this command:

  dget -x 
http://mentors.debian.net/debian/pool/main/t/tomoyo-tools/tomoyo-tools_2.5.0-20120414-0.1.dsc

tomoyo-tools (2.5.0-20120414-0.1) unstable; urgency=low

  * Non-Maintainer Upload.
  * New Upstream Release. (Closes: #662938)

This is a minimal change to fix the RC bug (version difference
between kernel module and admin utilities). I've untouched
other than above.

regards,
--
KURASHIKI Satoru



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



Bug#662796: NMU for mujltiarch Qt transition

2012-05-15 Thread dai
Hi,

On Tue, May 15, 2012 at 02:37:41AM -0400, Scott Kitterman wrote:
 Fixing this bug doesn't need all the changes that are in Experimental, so 
 I'll 
 upload the attached diff shortly to delay/2 in order to minimize impact on 
 the Qt 4.8 transition.  If you'd prefer I delay it further, please let me 
 know.

Thank you for your work.
I am sorry to have bothered you. You are welcome to this NMU.

P.S. I am waiting to start transition libuim*.
I want uim 1.8.x (in experimental) to go to Wheezy.

transition: libuim7
http://bugs.debian.org/671138
-- 
Regards,
dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E


signature.asc
Description: Digital signature


Bug#673000: lvm2: Please build with dm-thin option

2012-05-15 Thread Bernhard Schmidt
Package: lvm2
Version: 2.02.95-3
Severity: normal
Tags: patch

LVM supports the dm-thin thin provisioning target starting in vesion 2.02.89, 
but it needs
to be enabled at compile time. Please add --with-thin=internal 

Before: 
root@svr03:~# lvcreate -i 1 -I 64 -c 256 -L100M -T raid1/pool -V 1T --name 
thin_lv  
  WARNING: Unrecognised segment type thin
  Unable to create LV with unknown segment type thin.
  Run `lvcreate --help' for more information.

After:
root@svr03:~# lvcreate -i 1 -I 64 -c 256 -L100M -T raid1/pool -V 1T --name 
thin_lv
  Ignoring stripesize argument with single stripe
  Rounding up size to full physical extent 4,00 MiB
  Logical volume thin_lv created


--- a/debian/rules
+++ b/debian/rules
@@ -77,6 +77,7 @@ $(STAMPS_DIR)/setup_deb: $(STAMPS_DIR)/source
--with-optimisation=$(CFLAGS_OPT_DEB) \
--with-clvmd=cman,corosync,openais \
--with-cluster=internal \
+   --with-thin=internal \
--with-device-uid=0 \
--with-device-gid=6 \
--with-device-mode=0660 \



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