Bug#759193: FileChooser dialog intermixes files and directories

2014-08-24 Thread Andrew Shadura
Package: libgtk-3-0
Version: 3.12.1-1
Severity: important

In file open/file save dialog, files and directories are displayed in a
mixed order, without directories shown first. It seems that for proper
operation org.gtk.Settings.FileChooser sort-directories-first setting
needs to be set to true from now on.

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

Kernel: Linux 3.12-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/mksh

Versions of packages libgtk-3-0 depends on:
ii  libatk-bridge2.0-0   2.10.2-2
ii  libatk1.0-0  2.10.0-2
ii  libc62.17-97
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcolord1   1.0.5-1
ii  libcups2 1.7.3-6
ii  libfontconfig1   2.11.0-2
ii  libfreetype6 2.5.2-1
ii  libgdk-pixbuf2.0-0   2.28.2-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk-3-common  3.12.1-1
ii  libjson-glib-1.0-0   0.14.2-1
ii  libpango-1.0-0   1.32.5-5+b1
ii  libpangocairo-1.0-0  1.32.5-5+b1
ii  libpangoft2-1.0-01.32.5-5+b1
ii  librest-0.7-00.7.12-3
ii  libsoup2.4-1 2.44.1-1
ii  libwayland-client0   1.4.0-1
ii  libwayland-cursor0   1.4.0-1
ii  libx11-6 2:1.4.99.901-2
ii  libxcomposite1   1:0.4.2-1
ii  libxcursor1  1:1.1.10-2
ii  libxdamage1  1:1.1.3-1
ii  libxext6 2:1.2.0-2
ii  libxfixes3   1:4.0.5-1
ii  libxi6   2:1.6.1-1
ii  libxinerama1 2:1.0.3-2
ii  libxkbcommon00.3.1-2
ii  libxml2  2.9.0+dfsg1-4
ii  libxrandr2   2:1.3.0-2
ii  multiarch-support2.13-21
ii  shared-mime-info 0.90-1

Versions of packages libgtk-3-0 recommends:
ii  hicolor-icon-theme  0.10-2
ii  libgtk-3-bin3.12.1-1

Versions of packages libgtk-3-0 suggests:
ii  gvfs 1.12.3-4
ii  librsvg2-common  2.36.1-1

-- no debconf information


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



Bug#759149: dpkg-deb: typos in italian man page

2014-08-24 Thread Guillem Jover
Hi!

On Sun, 2014-08-24 at 22:31:31 +0200, xor wrote:
> Package: dpkg
> Version: 1.17.10
> Severity: minor

> the Italian man page for dpkg-deb lists extraction-realted commands with 
> swapped arguments,
> that is, the first being the second and the second being the first.
> 
> These are the wrong lines with the respective correct translations:
> 
> -x, --extract directory archivio
> should be:
> -x, --extract archivio directory
> 
> -X, --vextract directory archivio
> should be:
> -X, --vextract archivio directory
> 
> -R, --raw-extract directory archivio
> should be:
> -R, --raw-extract archivio directory

Thanks, will update with those changes for 1.17.14.

Regards,
Guillem


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



Bug#758918: RFS: python3-pyelliptic/1.5.3-1 [ITP] -- High level Python 3 wrapper for OpenSSL

2014-08-24 Thread Riley Baird
> 1. d/control: create a VCS to control your debian/ versions. You can
> use github or other. So, add the Vcs-Browser and Vcs-{Git|Svn|Cvs} to
> d/control.

Done (I've used Gitorious).

> 2. d/copyright:
>   - The code is GPL-3, not GPL-3+.
>   - The upstream range years is 2010-2014.

Changed.

> 3. Add a d/watch file and put inside an explanation about the upstream
> not provide versioned downloads.

Okay, done. (A watch file will be able to be made when #395439 is fixed.)


I've just uploaded the new package to mentors.


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



Bug#753421: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Thomas Schmitt
Hi,

i am the upstream programmer.

> Don't hesitate to ask questions if you need help to fix this bug.

Can it be that the linker of that ppc64el installation is insufficient ?

I diffed the build logs of ppc64el and i386. These are suspicious:

< checking whether the gcc linker (/usr/bin/ld -m elf64ppc) supports shared libr
aries... no
---
> checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
[...]
< checking if libtool supports shared libraries... no
< checking whether to build shared libraries... no
---
> checking if libtool supports shared libraries... yes
> checking whether to build shared libraries... yes


The source compilation part of both shows the same warnings
and no errors.
ppc64el finally fails with

 dh_install -a
  dh_install: libburn4 missing files (debian/tmp/usr/lib/libburn.so.4*), 
aborting
  make: *** [binary-arch] Error 2

Well, if the linker cannot create .so libraries, then this is
no wonder.

The logs i compared are:
  
https://buildd.debian.org/status/fetch.php?pkg=libburn&arch=ppc64el&ver=1.3.2-1&stamp=1408406204
  
https://buildd.debian.org/status/fetch.php?pkg=libburn&arch=i386&ver=1.3.2-1&stamp=1378654298

--

PS:
If Debian decides to upgrade libburnia to 1.3.8, please consider
to include a patch for libisofs because of
  
http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/revision/1162/libisofs/fs_image.c


Have a nice day :)

Thomas


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



Bug#754132: libmcrypt: add autoreconf during the build to enable new architectures

2014-08-24 Thread Andreas Barth
* Paulo Flabiano Smorigo (pfsmor...@linux.vnet.ibm.com) [140825 05:57]:
> This is a simple patch that enables the build this package to call
> autoreconf scripts. With this change, the package could be built on
> the new ppc64el architecture. This patch follows the instructions at:
> https://wiki.debian.org/qa.debian.org/FTBFS#A2014-01-21_using_dh-autoreconf_during_the_build

I'd be willing helping to fix this bug by upload a fix to unstable. As
this is blocking build of php5 (and many other packages through
build-dependency-chains) I'd do so tonight unless there is reason not
to.


Andi


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



Bug#750693: libevent: run dh-autoreconf to update config.{sub, guess} and {libtool, aclocal}.m4

2014-08-24 Thread Andreas Barth
* Breno Leitao (bren...@br.ibm.com) [140825 05:54]:
> Currently libevent FTBFS when compiled in new architectures that is not
> supported on the outdated package config files, as shown: 


I'd be willing to help fixing this bug by uploading an NMU. As this is
blocking the build of php5, I'd do so tonight unless there is reason
not to.


Andi


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



Bug#754526: mopidy: General update after the debconf review process

2014-08-24 Thread Christian PERRIER
Dear Debian maintainer,

On Wednesday, July 16, 2014, I sent you a notification about the beginning of a 
review
action on debconf templates for mopidy.

Then, I sent you a bug report with rewritten templates and announcing
the beginning of the second phase of this action: call for translation
updates.

Translators have been working hard and here is now the result of their efforts.

Please consider using it EVEN if you committed files to your
development tree as long as they were reported.

The attached tarball contains:

- debian/changelog with the list of changes
- debian/control with rewrites of packages' descriptions
- debian/ with all the rewritten templates file(s)
- debian/po/*.po with all PO files (existing ones and new ones)

As said, please use *at least* the PO files as provided here,
preferrably over those sent by translators in their bug reports. All
of them have been checked and reformatted. In some cases, formatting
errors have been corrected.

The patch.rfr file contains a patch for the templates and control
file(s) alone.

Please note that this patch applies to the templates and control
file(s) of your package as of Wednesday, July 16, 2014. If your package was 
updated
in the meantime, I may have updated my reference copybut I also
may have missed that. This is indeed why I suggested you do not
modified such files while the review process was running,
remember..:-)

It is now safe to upload a new package version with these changes.

Please notify me of your intents with regards to this. 

There is of course no hurry to update your package but feel free to
contact me in case you would need sponsoring or any other action to
fix this.



-- 




patch.tar.gz
Description: application/gzip
--- mopidy.old/debian/mopidy.templates  2014-07-12 07:22:16.176133080 +0200
+++ mopidy/debian/mopidy.templates  2014-08-04 08:00:20.235178267 +0200
@@ -1,13 +1,22 @@
+# These templates have been reviewed by the debian-l10n-english
+# team
+#
+# If modifications/additions/rewording are needed, please ask
+# debian-l10n-engl...@lists.debian.org for advice.
+#
+# Even minor modifications require translation updates and such
+# changes should be coordinated with translators and reviewers.
+
 Template: mopidy/daemon
 Type: boolean
 Default: false
-_Description: Should the Mopidy server be started at boot?
+_Description: Start the Mopidy server at boot?
  The Mopidy server can be run as a system service, automatically starting
- at boot. It will be listening to MPD connections at port 6600 and HTTP
- connections at port 6680. By default, it will only accept connections from
- localhost.
+ at boot. It will be listening to MPD connections on port 6600 and HTTP
+ connections on port 6680. By default, it will only accept connections from
+ the local machine.
  .
  You have the option of starting the Mopidy server automatically on system
  boot. If in doubt, it is suggested to not start it automatically on boot.
  .
- This setting can be modified later by running 'dpkg-reconfigure mopidy'.
+ This setting can be modified later by running "dpkg-reconfigure mopidy".
--- mopidy.old/debian/control   2014-07-12 07:22:16.176133080 +0200
+++ mopidy/debian/control   2014-07-21 18:31:32.774581489 +0200
@@ -33,10 +33,11 @@
 Suggests:
 mopidy-doc
 Description: music server with support for MPD/HTTP clients
- Mopidy is a music server which can play music both from multiple sources, like
- your local hard drive, radio streams, and from Spotify and SoundCloud.
- Searches combines results from all music sources, and you can mix tracks from
- all sources in your play queue. Your playlists from Spotify or SoundCloud are
+ Mopidy is an extensible music server which can play music from local
+ files, radio streams, and cloud services such as Spotify and SoundCloud.
+ .
+ Searches combine results from all music sources, and tracks can be mixed from
+ all sources in the play queue. Spotify or SoundCloud playlists are
  also available for use.
 
 Package: mopidy-doc
@@ -48,7 +49,7 @@
 Recommends: mopidy
 Replaces: mopidy (<< 0.7.3-2)
 Description: music server with support for MPD/HTTP clients - documentation
- Mopidy is a music server which can play music both from multiple sources, like
- your local hard drive, radio streams, and from Spotify and SoundCloud.
+ Mopidy is an extensible music server which can play music from local
+ files, radio streams, and cloud services such as Spotify and SoundCloud.
  .
- The packages includes documentation for Mopidy.
+ This package provides the documentation for Mopidy.
--- mopidy.old/debian/changelog 2014-07-12 07:22:16.176133080 +0200
+++ mopidy/debian/changelog 2014-08-20 18:53:48.864428514 +0200
@@ -1,3 +1,22 @@
+mopidy (0.18.3-4) UNRELEASED; urgency=low
+
+  * Debconf templates and debian/control reviewed by the debian-l10n-
+english team as part of the Smith review project. Closes: #754526
+  * [Debconf translation updates]
+  * Danish (Joe Hansen).  Closes: #757262
+  * B

Bug#644373: libproxy0 0.3.1-3 doesn't work with automatic proxy configuration

2014-08-24 Thread Petter Reinholdtsen
[Laurent Bigonville]
> On Jessie/unstable, do you have libproxy1-plugin-mozjs or
> libproxy1-plugin-webkit installed?

I didn't initially, but installed first libproxy1-plugin-webkit and it
did not have any effect.  Next I installed libproxy1-plugin-mozjs, and
it did not have any effect either.

As far as I can tell from the strace output and the web server log,
the proxy program do not try to connect to the web server at all.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#754237: RFC: disable SCTP in Debian's kFreeBSD?

2014-08-24 Thread Moritz Muehlenhoff
On Mon, Aug 25, 2014 at 01:27:43AM +0100, Steven Chamberlain wrote:
> On 06/08/14 22:18, Moritz Mühlenhoff wrote:
> > On Wed, Jul 09, 2014 at 01:26:22AM +0100, Steven Chamberlain wrote:
> >> So I'm obviously asking here - could we just drop SCTP from the default
> >> kernel config?  In jessie/sid?  Even in wheezy-security?
> > 
> > We can certainly do this for wheezy-security if the kfreebsd maintainers
> > think it's the best course of action.
> 
> Okay then, thanks.  I propose we drop SCTP support from wheezy kernels,
> via wheezy-security, to address CVE-2014-3953 and other concerns.

Ok, please note that kfreebsd-9 also needs
http://www.freebsd.org/security/advisories/FreeBSD-SA-14:17.kmem.asc
 
> In kfreebsd-10 however, there's been a lot of work on SCTP recently,
> suggesting there's some renewed interest in the protocol.  I'm inclined
> to keep it in the 10.1 kernel config for now.

Ok.

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#759080: qemu-kvm: VM fails to start when a "Filesystem" device is configured

2014-08-24 Thread Michael Tokarev
Control: tag -1 - moreinfo + confirmed upstream
Control: retitle -1 9pfs should report actual init-time errors
Control: severity -1 wishlist

Okay. I see where the problem is.

The problem is that qemu does not report actual errors returned by the
system - in this case, to statfs() syscall which it uses when initing
the local filesystem.  So there's no way to know what problem it had
when it is unable to initialize 9pfs.

In your case it is either "Permission denied" or "No such file or
directory", referring to path /home/stevie/Documents/PWK.  Since
you already instrumented your qemu to print the actual command
line, you can run it with strace and see which syscall fails and
in which way right before it reports the error (the only syscall
in this context is statfs()).

I'm retitling and remarking this bugreport, making it a wishlist
for qemu to report actual errors during init of 9pfs, which is
what it actually about.  I'll ping upstream about this.

Thanks,

/mjt


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



Bug#759192: gcompris 14.07 now available upstream

2014-08-24 Thread shirish शिरीष
Package: gcompris
Version: 14.05-1
Severity: wishlist

Dear Maintainer,
Gcompris 14.07 is now available upstream.

http://gcompris.net/index-en.html

I have no idea if the bug-fixes mentioned therein fixes the issue my
niece and I are facing while trying out gcompris


Release 14.07
2014-08-01
Major fixes

In 'play_rhythm' activity fixed black background issue, this
activity was not usable.

Minor

fixed confusion around translator context in geography fixed
several typo in english
memory*, more appropriate difficulty level
Added new standard desktop file gcompris.appdata

Translation update

Release 14.07
2014-08-01
Major fixes

In 'play_rhythm' activity fixed black background issue, this
activity was not usable.

Minor

fixed confusion around translator context in geography fixed
several typo in english
memory*, more appropriate difficulty level
Added new standard desktop file gcompris.appdata

Translation update

Updated Brazilian Portuguese translation by Rafael Ferreira
Updated Czech translation by Marek Černocký
Updated Scottish Gaelic translation by GunChleoc
Updated Greek translation by Yannis Kaskamanidis

Updated Brazilian Portuguese translation by Rafael Ferreira
Updated Czech translation by Marek Černocký
Updated Scottish Gaelic translation by GunChleoc
Updated Greek translation by Yannis Kaskamanidis

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

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

Versions of packages gcompris depends on:
ii  gcompris-data 14.05-1
ii  gstreamer0.10-alsa [gstreamer0.10-audiosink]  0.10.36-1.1
ii  gstreamer0.10-plugins-bad [gstreamer0.10-audiosink]   0.10.23-7.2+b2
ii  gstreamer0.10-plugins-base0.10.36-1.1
ii  gstreamer0.10-plugins-good [gstreamer0.10-audiosink]  0.10.31-3+nmu3
ii  gstreamer0.10-pulseaudio [gstreamer0.10-audiosink]0.10.31-3+nmu3
ii  libatk1.0-0   2.12.0-1
ii  libc6 2.19-9
ii  libcairo2 1.12.16-2
ii  libfontconfig12.11.0-6
ii  libfreetype6  2.5.2-1.1
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libglib2.0-0  2.40.0-4
ii  libgstreamer0.10-00.10.36-1.3
ii  libgtk2.0-0   2.24.24-1
ii  libpango-1.0-01.36.6-1
ii  libpangocairo-1.0-0   1.36.6-1
ii  libpangoft2-1.0-0 1.36.6-1
ii  libpython2.7  2.7.8-5
ii  librsvg2-22.40.3-1
ii  librsvg2-common   2.40.3-1
ii  libsqlite3-0  3.8.5-2
ii  libx11-6  2:1.6.2-3
ii  libxml2   2.9.1+dfsg1-4
ii  python-cairo  1.8.8-1+b2
ii  python-gtk2   2.24.0-3+b1
ii  python-pysqlite2  2.6.3-3

gcompris recommends no packages.

Versions of packages gcompris suggests:
ii  gnucap1:0.36~20091207-2
ii  gnuchess  6.1.2-1
ii  tuxpaint  1:0.9.21-1.1

-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8


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



Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Daniel Baumann
On 08/25/2014 07:35 AM, Cyril Brulebois wrote:
> [ Again, please keep debian-boot@ in the loop. ]

[ clicking on reply-all in icedove only adds CCs for addresses that were
CCed in the original message. ]

> Because your package is actively dropping features your reverse
> dependencies are using.

there were two (suspected) reverse dependencies: debian-cd and
debian-installer. i filled bugs against both beginning of june. turns
out, debian-cd is not using isohybrid. debian-installer is the only
package using it.

> So please avoid doing so until packages
> have been adapted, uploaded, and possibly migrated to testing.

10 weeks should be enough, even for debian-installer, to add a simple
additional build-depends.

> Patches are always appreciated.

patch attached.

> About using syslinux-utils in build-depends, I don't know yet.
> It'd be nice if someone could take some time to investigate that.

no need to overcomplicate things: debian-installer calls the 'isohybrid'
command which is in bin:syslinux-utils instead of bin:isolinux. adding
syslinux-utils to build-depends as you do for any other packages you are
using during the build is enough.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/
diff -Naurp debian-installer.orig/debian/control debian-installer/debian/control
--- debian-installer.orig/debian/control	2014-08-02 00:09:06.0 +
+++ debian-installer/debian/control	2014-08-25 05:43:42.460472053 +
@@ -93,6 +93,7 @@ Build-Depends:
 #	still called debian-boot..
 	syslinux [i386 amd64],
 	isolinux [i386 amd64],
+	syslinux-utils [i386 amd64],
 	pxelinux [i386 amd64],
 	syslinux-common (>= 3:6) [i386 amd64],
 #		With isohybrid.


Bug#759191: gcompris: get blank screen in gcompris and have to kill the game

2014-08-24 Thread shirish शिरीष
Package: gcompris
Version: 14.05-1
Severity: important

Dear Maintainer,
My niece actually bought this to my notice. She was playing gcompris
and suddenly there was a blank white screen. When this started
happening on a sort of consistent basis I started gcompris from the
CLI and got these messages on the CLI. I dunno if these are related to
the white blank screen or not.

~$ gcompris
** Message: Binary relocation disabled
exec_prefix  = NONE
package_data_dir = /usr/share/gcompris/boards
package_skin_dir = /usr/share/gcompris/boards/skins
package_menu_dir = /usr/share/gcompris/boards
package_locale_dir   = /usr/share/locale
package_plugin_dir   = /usr/lib/x86_64-linux-gnu/gcompris
package_python_plugin_dir= /usr/share/gcompris/python
user_dir = /home/shirish/My GCompris
Infos:
   Config dir '/home/shirish/.config/gcompris'
   Users dir '/home/shirish/My GCompris'
   Database '/home/shirish/.config/gcompris/gcompris_sqlite.db'
/usr/share/gcompris/python/followline.py:93: Warning: Source ID 11892
was not found when attempting to remove it
  gobject.source_remove(self.timeout)
/usr/share/gcompris/python/drawnumber.py:66: Warning: Source ID 13019
was not found when attempting to remove it
  gobject.source_remove(self.timeout)
/usr/share/gcompris/python/drawnumber.py:66: Warning: Source ID 13602
was not found when attempting to remove it
  gobject.source_remove(self.timeout)
/usr/share/gcompris/python/drawnumber.py:66: Warning: Source ID 14297
was not found when attempting to remove it
  gobject.source_remove(self.timeout)
/usr/share/gcompris/python/drawnumber.py:66: Warning: Source ID 15202
was not found when attempting to remove it
  gobject.source_remove(self.timeout)
/usr/share/gcompris/python/drawnumber.py:66: Warning: Source ID 16459
was not found when attempting to remove it
  gobject.source_remove(self.timeout)

Hope this has some clues to whatever is causing the white blank screen
to appear.

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

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

Versions of packages gcompris depends on:
ii  gcompris-data 14.05-1
ii  gstreamer0.10-alsa [gstreamer0.10-audiosink]  0.10.36-1.1
ii  gstreamer0.10-plugins-bad [gstreamer0.10-audiosink]   0.10.23-7.2+b2
ii  gstreamer0.10-plugins-base0.10.36-1.1
ii  gstreamer0.10-plugins-good [gstreamer0.10-audiosink]  0.10.31-3+nmu3
ii  gstreamer0.10-pulseaudio [gstreamer0.10-audiosink]0.10.31-3+nmu3
ii  libatk1.0-0   2.12.0-1
ii  libc6 2.19-9
ii  libcairo2 1.12.16-2
ii  libfontconfig12.11.0-6
ii  libfreetype6  2.5.2-1.1
ii  libgdk-pixbuf2.0-02.30.7-1
ii  libglib2.0-0  2.40.0-4
ii  libgstreamer0.10-00.10.36-1.3
ii  libgtk2.0-0   2.24.24-1
ii  libpango-1.0-01.36.6-1
ii  libpangocairo-1.0-0   1.36.6-1
ii  libpangoft2-1.0-0 1.36.6-1
ii  libpython2.7  2.7.8-5
ii  librsvg2-22.40.3-1
ii  librsvg2-common   2.40.3-1
ii  libsqlite3-0  3.8.5-2
ii  libx11-6  2:1.6.2-3
ii  libxml2   2.9.1+dfsg1-4
ii  python-cairo  1.8.8-1+b2
ii  python-gtk2   2.24.0-3+b1
ii  python-pysqlite2  2.6.3-3

gcompris recommends no packages.

Versions of packages gcompris suggests:
ii  gnucap1:0.36~20091207-2
ii  gnuchess  6.1.2-1
ii  tuxpaint  1:0.9.21-1.1

-- no debconf information


-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
EB80 462B 08E1 A0DE A73A  2C2F 9F3D C7A4 E1C4 D2D8


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



Bug#733517: bug 733517 is forwarded to https://bitbucket.org/cffi/cffi/issue/162/bus-error-on-sparc

2014-08-24 Thread Vincent Bernat
 ❦ 23 août 2014 22:08 +0200, Vincent Bernat  :

> forwarded 733517
> https://bitbucket.org/cffi/cffi/issue/162/bus-error-on-sparc

Hi!

A patch is available here:
 
https://bitbucket.org/cffi/cffi/pull-request/45/use-memcpy-instead-of-unaligned-accesses/diff

It has been merged upstream. Also, I can prepare and do the upload if
you wish.
-- 
panic("floppy: Port bolixed.");
2.2.16 /usr/src/linux/include/asm-sparc/floppy.h


signature.asc
Description: PGP signature


Bug#745662: enchant: use dh-autoreconf instead of autotools-dev to fix FTBFS

2014-08-24 Thread Andreas Barth
Hi,

* Fernando Seiti Furusato (ferse...@br.ibm.com) [140825 05:38]:
> In order for enchant to build on ppc64el, the autoreconf is necessary,
> so it updates the build configuration files accordingly.

I'd be willing to help by uploading this fix in an NMU. As this is a
blocker for building php5 (which in turn is part of a large dependency
chain, involving qt4-x11) I intend to upload this fix to unstable
tonight unless there is a reason not to.


ndi


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



Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Cyril Brulebois
[ Again, please keep debian-boot@ in the loop. ]

Daniel Baumann  (2014-08-25):
> why did you reassign #759189 back to syslinux? do you require a patch
> for #751731? are there any problems adding syslinux-utils to
> debian-installer build-depends?

Because your package is actively dropping features your reverse
dependencies are using. So please avoid doing so until packages
have been adapted, uploaded, and possibly migrated to testing.

Patches are always appreciated.

About using syslinux-utils in build-depends, I don't know yet.
It'd be nice if someone could take some time to investigate that.
Until that has happened, we're back to: please don't actively
break your reverse dependencies. That's why #759189 belongs to
src:syslinux, and why I reassigned it back.


signature.asc
Description: Digital signature


Bug#759016: 759016 O: html2ps -- HTML to PostScript converter

2014-08-24 Thread Trent W. Buck
If you find a good alternative, please let us lurkers know.

Last time I looked, they all[0] emitted fugly output that about as bad
as you'd get from hitting "print to file" in firefox -- not even
letting me force full justification with TeX/libhyphen hyphenation!

I don't have time or the expertise to adopt html2ps.
I could just about manage the perl bits,
but it's actually mostly PS, and my PS-fu is weak.

[0] e.g. https://en.wikipedia.org/wiki/PrinceXML


signature.asc
Description: Digital signature


Bug#759190: csound: The STKSitar opcode can create a buildup of clipped samples as illustrated by the attached csd file

2014-08-24 Thread Forrest Cahoon
Package: csound
Version: 1:6.03.2~dfsg-1
Severity: normal

The following CSD produces unexpected output: this may be a problem with
Csound, or STK, or both -- I'm filing this as a Csound bug because that's the
application I'm using when I experience the problem.

The CSD has two descending tone sequences played with the STKSitar opcode. The
duration of each note is 0.4 seconds and they are played 0.1 seconds apart, so
there should be no more than 4 notes playing simultaneously. Towards the end of
the first descending sequence, the volume shoots up dramatically, creating a
great deal of distortion.

There is a pause of 1.0 seconds before the second descending sequence, which
should be adequate for all notes from the first sequence to complete. Yet when
the second sequence plays, the distortion occurs almost immediately, on notes
which played without issue during the first tone sequence.

It appears that some sort of buffer is building up and not being flushed
adequately, but that's just speculation.




sr=48000
ksmps=1
nchnls=2
0dbfs=1

instr 1 ;STKSitar
iAmpl = 0.2
iFreq = p4
aOut STKSitar iFreq, iAmpl
outs aOut, aOut
endin





i1  0.0 0.4 1024.0
i1  ^+0.1 . 960.0
i1  ^+0.1 . 896.0
i1  ^+0.1 . 853.
i1  ^+0.1 . 768.0
i1  ^+0.1 . 731.4286
i1  ^+0.1 . 716.8
i1  ^+0.1 . 682.6667
i1  ^+0.1 . 640.0
i1  ^+0.1 . 597.
i1  ^+0.1 . 512.0
i1  ^+0.1 . 480.0
i1  ^+0.1 . 448.0
i1  ^+0.1 . 426.6
i1  ^+0.1 . 384.0
i1  ^+0.1 . 365.7143
i1  ^+0.1 . 358.4
i1  ^+0.1 . 341.4
i1  ^+0.1 . 320.0
i1  ^+0.1 . 298.6
i1  ^+0.1 . 256.0
i1  ^+0.1 . 240.0
i1  ^+0.1 . 224.0
i1  ^+0.1 . 213.3
i1  ^+0.1 . 192.0
i1  ^+0.1 . 182.85715
i1  ^+0.1 . 179.2
i1  ^+0.1 . 170.7
i1  ^+0.1 . 160.0
i1  ^+0.1 . 149.3
i1  ^+0.1 . 128.0
i1  ^+0.1 . 120.0
i1  ^+0.1 . 112.0
i1  ^+0.1 . 106.64
i1  ^+0.1 . 96.0
i1  ^+0.1 . 91.42857
i1  ^+0.1 . 89.6
i1  ^+0.1 . 85.36
i1  ^+0.1 . 80.0
i1  ^+0.1 . 74.64
i1  ^+0.1 . 64.0

i1  ^+1.0 . 1024.0
i1  ^+0.1 . 960.0
i1  ^+0.1 . 896.0
i1  ^+0.1 . 853.
i1  ^+0.1 . 768.0
i1  ^+0.1 . 731.4286
i1  ^+0.1 . 716.8
i1  ^+0.1 . 682.6667
i1  ^+0.1 . 640.0
i1  ^+0.1 . 597.
i1  ^+0.1 . 512.0
i1  ^+0.1 . 480.0
i1  ^+0.1 . 448.0
i1  ^+0.1 . 426.6
i1  ^+0.1 . 384.0
i1  ^+0.1 . 365.7143
i1  ^+0.1 . 358.4
i1  ^+0.1 . 341.4
i1  ^+0.1 . 320.0
i1  ^+0.1 . 298.6
i1  ^+0.1 . 256.0
i1  ^+0.1 . 240.0
i1  ^+0.1 . 224.0
i1  ^+0.1 . 213.3
i1  ^+0.1 . 192.0
i1  ^+0.1 . 182.85715
i1  ^+0.1 . 179.2
i1  ^+0.1 . 170.7
i1  ^+0.1 . 160.0
i1  ^+0.1 . 149.3
i1  ^+0.1 . 128.0
i1  ^+0.1 . 120.0
i1  ^+0.1 . 112.0
i1  ^+0.1 . 106.64
i1  ^+0.1 . 96.0
i1  ^+0.1 . 91.42857
i1  ^+0.1 . 89.6
i1  ^+0.1 . 85.36
i1  ^+0.1 . 80.0
i1  ^+0.1 . 74.64
i1  ^+0.1 . 64.0

i1  ^+1.0 . 1024.0
i1  ^+0.1 . 960.0
i1  ^+0.1 . 896.0
i1  ^+0.1 . 853.
i1  ^+0.1 . 768.0
i1  ^+0.1 . 731.4286
i1  ^+0.1 . 716.8
i1  ^+0.1 . 682.6667
i1  ^+0.1 . 640.0
i1  ^+0.1 . 597.
i1  ^+0.1 . 512.0
i1  ^+0.1 . 480.0
i1  ^+0.1 . 448.0
i1  ^+0.1 . 426.6
i1  ^+0.1 . 384.0
i1  ^+0.1 . 365.7143
i1  ^+0.1 . 358.4
i1  ^+0.1 . 341.4
i1  ^+0.1 . 320.0
i1  ^+0.1 . 298.6
i1  ^+0.1 . 256.0
i1  ^+0.1 . 240.0
i1  ^+0.1 . 224.0
i1  ^+0.1 . 213.3
i1  ^+0.1 . 192.0
i1  ^+0.1 . 182.85715
i1  ^+0.1 . 179.2
i1  ^+0.1 . 170.7
i1  ^+0.1 . 160.0
i1  ^+0.1 . 149.3
i1  ^+0.1 . 128.0
i1  ^+0.1 . 120.0
i1  ^+0.1 . 112.0
i1  ^+0.1 . 106.64
i1  ^+0.1 . 96.0
i1  ^+0.1 . 91.42857
i1  ^+0.1 . 89.6
i1  ^+0.1 . 85.36
i1  ^+0.1 . 80.0
i1  ^+0.1 . 74.64
i1  ^+0.1 . 

Bug#741678:

2014-08-24 Thread Francois L
I didn't reopen the bug, I just unarchived it to be able to add a message.

But maybe it should be reopened until it is fixed in both debian-old-3.0 and 
debian? Jessie won't be released until May-June 2015 maybe. Closing the bug 
makes it appear under "Resolved bugs", which is unlikely to grab anyone's 
attention.
  

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



Bug#759155: fuse-exfat: new version 1.1.0 available

2014-08-24 Thread Sven Hoexter
Hi,
Thanks for the ping. Luckily the new release is only a few days old. I'll take 
care of it soon.

Sven


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



Bug#759184: Add mg as alternative for emacs

2014-08-24 Thread Trent W. Buck
This will break packages that rely on actual emacs functionality
(e.g. elisp support), such as w3m-el and debian-el.

What is the benefit of claiming to be an emacs,
rather than just an editor?


signature.asc
Description: Digital signature


Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Daniel Baumann
why did you reassign #759189 back to syslinux? do you require a patch
for #751731? are there any problems adding syslinux-utils to
debian-installer build-depends?

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


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



Bug#759181: Dependant package libxen-4.3 not available in Unstable Repository.

2014-08-24 Thread Marc Bonnor
Hi,

Further investigations;

I downloaded the Debian libvirt=1.2.7-11 source package.

Then did, debuild -uc -us

I then installed this package with Aptitude, no broken package error ...

The locally built libvirt-daemon package dependency is now;

--- libxen-4.4 (>=4.4.0)

The repository libvirt-daemon package dependency is;

--- libxen-4.3 (>=4.3.0) (UNAVAILABLE)

Hope this helps ...

-- 
Regards

Marc


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



Bug#758056: RFS: binwalk/2.0.1-1

2014-08-24 Thread Andrey Rahmatullin
On Mon, Aug 25, 2014 at 12:26:47AM +0100, Gianfranco Costamagna wrote:
> > At least some of the d can be made r, such as mtd-utils.
> I don't fully agree (I don't honestly know the tradeoff between a bad user 
> experience and the amount of the packages that one might be forced to 
> install), but fine, I changed that
I think the main thing to consider is percentage of users that will need
things that require these packages. Note that Recommends are installed by
default anyway (in the default configuration), and now I think that some
packages are maybe even better moved to Suggests (but I'm not 100% sure).
There is also an interesting practice (cf. devscripts) to document what
optional features require optionadditional recommends/suggests.

> > There are several issues with the manpage, 3 of them are reported by
> > lintian and fourth one is the "SEE ALSO" section which is not true.
> they are created with
> help2man binwalk --version-string=v2.0.1 > binwalk.1
For omitting info section there is a -N argument.  Typos are better
corrected in the source, and manpage-has-useless-whatis-entry suggests
passing -n with a proper whatis text to help2man.

> should I file a bug there?
> Sorry but I don't feel good in fixing automatically created files... do you 
> have any advice for this?


> @@ -17,7 +17,6 @@ Architecture: any
>  Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends},
>   python-matplotlib,
>   python-pyqtgraph,
> - mtd-utils,
>   ncompress,
>   bzip2,
>   arj,
At least arj looks optional too, maybe others too.

-- 
WBR, wRAR


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



Bug#752798: yes, please NMU (was: Re: Bug#752798 blocking the ppc64el architecture bootstrap)

2014-08-24 Thread Joost van Baal-Ilić
Hi Aurelien,

On Mon, Aug 25, 2014 at 05:28:04AM +0200, Aurelien Jarno wrote:
> 
> The ppc64el architecture has been added to the Debian archive. Your
> package ticcutils fails to build as reported in bug #752798 and
> the build log is available on [1].
> 
> It would be very nice if you can upload a fixed version of this package.
> Don't hesitate to ask questions if you need help to fix this bug. If
> you lack time for that, I can also proceed with an NMU.
> 
> [1] https://buildd.debian.org/status/logs.php?pkg=ticcutils&arch=ppc64el

Please NMU.  ETA of fix by me would be october 15.

(I plan to convert the ticcutils packaging stuff at alioth from SVN to git and
upload new upstream ticcutils 0.5 soonish.  I believe this means next to
ticcutils, 7 other tightly related packages need to get upgraded to new
upstream, see https://qa.debian.org/developer.php?email=ko.vandersloot%40uvt.nl 
.)

Greetings from DebConf14, Portland

Joost


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



Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Cyril Brulebois
Daniel Baumann  (2014-08-25):
> reassign 759189 debian-installer
> forcemerge 759189 751731
> thanks
> 
> On 08/25/2014 06:27 AM, Cyril Brulebois wrote:
> > once again syslinux is breaking its reverse dependencies. We're now
> > getting this in d-i daily builds:
> 
> please update your package as i've communicated in #751731, thanks.

Please stop breaking packages gratuitously, thanks.

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#759152: prompt line isn't shown as inverted (black-on-white)

2014-08-24 Thread 郭溢譞
Package: less
Version: 458-2
Followup-For: Bug #759152

Hi,

I think this is related to #756353. (downgrading ncurses-bin
from 5.9+20140712-2 to 5.9+20140118-1 and restarting tmux
can restore the previous behaviour.)

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756353

Regards,
Yixuan


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



Bug#759052: closed by Julián Moreno Patiño (Bug#759052: fixed in pyragua 0.2.5-6)

2014-08-24 Thread Olly Betts
On Mon, Aug 25, 2014 at 03:39:10AM +, Debian Bug Tracking System wrote:
> #759052: pyragua: Please update to use wxpython3.0

Thanks for the prompt upload.

>  + Remove wx2.8-doc and wx2.8-examples from Suggest.

Hopefully wx3.0-doc will appear before the freeze (it's only gone
because upstream now ship it as a separate download, and getting
the transitions moving has been my main focus).  But Gianfranco
Costamagna offered to try to sort out packaging them at the weekend.

We do have wx3.0-examples, but as you probably noticed that only has the
C++ examples in, and not the Python ones - that's due to the source
packages being separated in 3.0.  I guess we should package the example
code from wxpython3.0 as a new binary package - I've Cc-ed Gianfranco in
case he wants to look at that too.

Cheers,
Olly


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



Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Daniel Baumann
reassign 759189 debian-installer
forcemerge 759189 751731
thanks

On 08/25/2014 06:27 AM, Cyril Brulebois wrote:
> once again syslinux is breaking its reverse dependencies. We're now
> getting this in d-i daily builds:

please update your package as i've communicated in #751731, thanks.

-- 
Address:Daniel Baumann, Donnerbuehlweg 3, CH-3012 Bern
Email:  daniel.baum...@progress-technologies.net
Internet:   http://people.progress-technologies.net/~daniel.baumann/


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



Bug#734539: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Philipp Kern
On Mon, Aug 25, 2014 at 05:27:30AM +0200, Aurelien Jarno wrote:
> The ppc64el architecture has been added to the Debian archive. Your
> package net6 fails to build as reported in bug #734539 and
> the build log is available on [1].
> 
> It would be very nice if you can upload a fixed version of this package.
> Don't hesitate to ask questions if you need help to fix this bug. If
> you lack time for that, I can also proceed with an NMU.

This package should go away and I'm currently preparing the packages
that make this possible. I don't mind a NMU if it is really blocking
something.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Cyril Brulebois
Cyril Brulebois  (2014-08-25):
> Package: isolinux
> Version: 3:6.03~pre19+dfsg-3
> Severity: serious
> Justification: breaks rdepends
> 
> Hi,
> 
> once again syslinux is breaking its reverse dependencies. We're now
> getting this in d-i daily builds:
> | geniso_hybrid_plus_firmware_partition ./tmp/netboot/mini.iso
> | util/geniso_hybrid_plus_firmware_partition: 26: 
> util/geniso_hybrid_plus_firmware_partition: isohybrid: not found
> | config/x86.cfg:248: recipe for target 'arch_miniiso' failed

Or that was syslinux-common. I lost track of files/packages getting
renamed/moved around.

Please keep debian-boot@ in copy of your replies.


signature.asc
Description: Digital signature


Bug#759189: isolinux: isohybrid dropped, breaking debian-installer builds

2014-08-24 Thread Cyril Brulebois
Package: isolinux
Version: 3:6.03~pre19+dfsg-3
Severity: serious
Justification: breaks rdepends

Hi,

once again syslinux is breaking its reverse dependencies. We're now
getting this in d-i daily builds:
| geniso_hybrid_plus_firmware_partition ./tmp/netboot/mini.iso
| util/geniso_hybrid_plus_firmware_partition: 26: 
util/geniso_hybrid_plus_firmware_partition: isohybrid: not found
| config/x86.cfg:248: recipe for target 'arch_miniiso' failed


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



Bug#739984: mini-dinstall: Won't start: ValueError: invalid literal for int() with base 10: ''

2014-08-24 Thread Christoph Goehre
Hi Sam,

On Mo, Feb 24, 2014 at 04:39:44 +, Sam Morris wrote:
> I am unable to start mini-dinstall. An empty pidfile is created on line
> 45 of the init script:
> 
>   [ ! -f ${PIDFILE} ] && { touch ${PIDFILE} ; }

how do you get this init script? I've never shipped a init script in the
mini-dinstall package.

Cheers,
Chris


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



Bug#759188: bluetoothd: Creates FIFO at /tmp/hogsuspend, not in /run

2014-08-24 Thread Ben Hutchings
Package: bluez
Version: 5.21-2
Severity: serious

There is a FIFO at /tmp/hogsuspend on my system.  It is opened by
bluetoothd, though this doesn't seem to be documented anywhere.

It is apparently a debug feature added this patch (or actually a
later version):
http://www.spinics.net/lists/linux-bluetooth/msg29802.html

This feature should either be disabled by default or changed to put
the FIFO somewhere under /run.

This bug was previously reported against Fedora:
https://bugzilla.redhat.com/show_bug.cgi?id=998133
where it was pointed out that this upsets SELinux.

Ben.

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

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

Versions of packages bluez depends on:
ii  dbus 1.8.6-1
ii  init-system-helpers  1.20
ii  kmod 18-1
ii  libc62.19-7
ii  libdbus-1-3  1.8.6-1
ii  libglib2.0-0 2.40.0-3
ii  libreadline6 6.3-8
ii  libudev1 208-7
ii  lsb-base 4.1+Debian13
ii  udev 208-7

bluez recommends no packages.

bluez 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#758752: Please enable building for arm64 (and armhf?)

2014-08-24 Thread Dimitri John Ledkov
On 24 August 2014 14:42, Steve McIntyre  wrote:
> On Sun, Aug 24, 2014 at 02:28:14PM -0700, Ben Hutchings wrote:
>>On Thu, 2014-08-21 at 19:04 +0200, Cyril Brulebois wrote:
>>> Steve McIntyre  (2014-08-20):
>>> > arm64 is a UEFI architecture, and there are some ARMv7 (i.e.) armhf
>>> > UEFI platforms too. Please add arm64 and armhf to the arch list.
>>>
>>> Since you mentioned on IRC you were more after comments than after
>>> commits/uploads, here's one: you'll need efi-modules for the armhf part
>>> to be useful, since this package is currently uninstallable there.
>>>
>>>   http://d-i.debian.org/edos/graph-unstable-armhf.png
>>
>>These will be added in the next linux upload.
>
> Cool, ta!
>

I guess it would then now also make sense to build edk2 / OVMF package
for armhf and arm64 such that one can test the whole lot in a qemu VM.
Originally, I filed that request in Ubuntu (not BTS) here
https://bugs.launchpad.net/ubuntu/+source/edk2/+bug/1272434.
Adding vorlon to the CC.

-- 
Regards,

Dimitri.


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



Bug#759187: perl: drop libcgi-fast-perl package

2014-08-24 Thread Dominic Hargreaves
Source: perl
Version: 5.20.0-4
Severity: normal
X-Debbugs-CC: pkg-perl-maintain...@lists.alioth.debian.org

As discussed with Niko and gregor, CGI is being split out from the perl
source packages into libcgi-pm-perl. The new libcgi-pm-perl source
package being prepared will produce libcgi-fast-perl, so the perl package
should remove this immediately before the new libcgi-pm-perl is uploaded.

(The new libcgi-pm-perl will break versions of libcgi-fast-perl provided
by the perl source package).

Dominic.


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



Bug#759184: Patch to add emacs alternative.

2014-08-24 Thread Alif M. Ahmad
Previous patch is incomplete. Here is additional patch to get 
the job done. I hope this would be useful.

-
--- a/debian/postinst
+++ b/debian/postinst
@@ -2,5 +2,8 @@
 set -e
 update-alternatives --install /usr/bin/editor editor /usr/bin/mg 30 \
  --slave /usr/share/man/man1/editor.1.gz editor.1.gz 
/usr/share/man/man1/mg.1.gz
+update-alternatives --install /usr/bin/emacs emacs /usr/bin/mg 0 \
+ --slave /usr/share/man/man1/emacs.1.gz emacs.1.gz \
+ /usr/share/man/man1/mg.1.gz
 
 #DEBHELPER#
--- a/debian/prerm
+++ b/debian/prerm
@@ -1,7 +1,9 @@
 #!/bin/sh
 set -e
 if test remove = "$1"
-then update-alternatives --remove editor /usr/bin/mg
+then
+  update-alternatives --remove editor /usr/bin/mg
+  update-alternatives --remove emacs /usr/bin/mg
 fi
 
 #DEBHELPER#
-


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



Bug#759186: debian-policy: please consider adding "nodoc" as a possible value for DEB_BUILD_OPTIONS to policy

2014-08-24 Thread Johannes Schauer
Package: debian-policy
Severity: wishlist

Hi,

please consider adding "nodoc" as a possible DEB_BUILD_OPTIONS value to
§ 4.9.1 [1].

The value "nodoc" or "nodocs" is currently used in 72 source packages
according to [2]. Documenting "nodoc" in policy would avoid the
confusion between the two. The singular should be preferred because
"nocheck" is written in singular as well and because *-doc packages have
the singular as a postfix.

When bootstrapping, a common approach is to do a build without documentation to
be able to drop the build dependencies on documentation building tools. This is
why the build profile name "nodoc" exists which, if enabled, allows
builds without documentation [3]. It would make sense to allow this
value in DEB_BUILD_OPTIONS as well as the build profile "nocheck" was
also borrowed from DEB_BUILD_OPTIONS.

Thanks!

cheers, josch

[1] 
https://www.debian.org/doc/debian-policy/ch-source.html#s-debianrules-options
[2] 
http://codesearch.debian.net/search?prev=&q=(nodoc.*DEB_BUILD_OPTIONS)+path%3Adebian%2Frules&skip=0
[3] https://wiki.debian.org/BuildProfileSpec

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

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


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



Bug#758029: resize2fs should define its 'block' unit during user feedback

2014-08-24 Thread Theodore Ts'o
On Wed, Aug 13, 2014 at 01:53:32PM +, Thibault, Daniel wrote:
> 
>The fix is easy: everywhere resize2fs reports '%llu blocks'
>(there are 4 such string fragments), state the block size used: '%llu
>(%dk) blocks'.

That's a good suggestion, thanks.

>It would also be more reassuring to the user if fractional block
>sizes were not rounded down (in the example above, the final file
>system size was not 450918 blocks but rather 450918.875 blocks or
>450918 and 7/8 blocks).  Maybe the same '+' convention as fdisk
>should be used.

But we *do* round down the file system to whole blocks.  In your
example, the final file system size is 450918 --- and the last 3584
bytes are not used by the file system.  Remember, the file system size
is not necessarly the same as the partition size.

(And in some cases, the due to the minimum size needed for the block
group's inode table, sometimes the file system size can be
substantially smaller --- tens of kilobytes --- smaller than the
partition size.)

Cheers,

- Ted


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



Bug#759185: oasis3: FTBFS: dvipdf: not found

2014-08-24 Thread Aaron M. Ucko
Source: oasis3
Version: 3.mct+dfsg.121022-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of oasis3 in minimal environments (as on the autobuilders) have
been failing:

  cd lib/mct/doc && dvipdf mct_APIs.dvi
  /bin/sh: 1: dvipdf: not found
  make[1]: *** [override_dh_auto_build] Error 127

The package containing dvipdf is ghostscript, which isn't even in
Build-Depends-Indep, though the documentation build is currently
unconditional anyway.

Could you please take a look?

Thanks!


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



Bug#736055: Any updates?

2014-08-24 Thread Hideki Yamane

Maybe just stay RC bug to python-ase package and remove it from
silversearcher-ag is good if no action would be with this bug: 
just allow only silversearcher-ag to get into testing cause
no problem, IMO.

If there is no objection, I'll do so.


On Sun, 24 Aug 2014 15:31:28 +0900
Hideki Yamane  wrote:
> On Mon, 25 Aug 2014 00:04:19 +0200
> Michael Prokop  wrote:
> > any news here? (Found it through #717989 when searching for status
> > of silversearcher-ag, would be nice to have silversearcher-ag in
> > Debian/jessie)
> 
>  Yes, I don't get any news...
>  
> 
> 
> -- 
> Hideki Yamane 


-- 
Hideki Yamane 


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



Bug#759184: Add mg as alternative for emacs

2014-08-24 Thread Alif M. Ahmad
Package: mg
Version: 20110905-1.1

Since mg provides emacs-like editing capabilities, it would be 
better for mg to provide alternative setup for emacs. So that, 
it will be possible to call mg using emacs command provided by 
update-alternatives.

Users can issue "sudo update-alternatives --config emacs" and 
select mg to provide symbolic link for emacs command.

Here is patch to do the job.
--
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Vcs-Browser: https://darcs.debian.org/co
 Package: mg
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: editor
+Provides: editor, emacs
 Description: microscopic GNU Emacs-style editor
  This program is intended to be a small, fast, and portable
  editor for people who can't (or don't want to) run real
--


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



Bug#759183: dolfin: FTBFS on {hurd,kfreebsd}-i386: virtual memory exhausted

2014-08-24 Thread Aaron M. Ucko
Source: dolfin
Version: 1.4.0+dfsg-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of dolfin for hurd-i386 and kfreebsd-i386 both run out of
memory when trying to compile ImplicitDomainMeshGenerator.cpp:

  virtual memory exhausted: Cannot allocate memory
  make[4]: *** 
[dolfin/CMakeFiles/dolfin.dir/generation/ImplicitDomainMeshGenerator.cpp.o] 
Error 1

Could you please take a look?

Thanks!


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



Bug#759182: dolfin: FTBFS on mips(el) and sparc: MPI inconsistency

2014-08-24 Thread Aaron M. Ucko
Source: dolfin
Version: 1.4.0+dfsg-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Builds of dolfin on mips, mipsel, and sparc have all been failing:

  In file included from /usr/lib/petscdir/3.4.2/include/petscsys.h:96:0,
   from /«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/common/types.h:29,
   from 
/«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/function/Function.h:34,
   from 
/«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/ale/MeshDisplacement.h:28,
   from /«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/mesh/Mesh.h:38,
   from /«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/mesh/Cell.h:33,
   from 
/«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/mesh/MeshColoring.cpp:32:
  /usr/lib/openmpi/include/mpi.h:319:37: error: conflicting declaration 
'typedef struct ompi_communicator_t* MPI_Comm'
   typedef struct ompi_communicator_t *MPI_Comm;
   ^
  In file included from 
/«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/common/utils.h:33:0,
   from 
/«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/mesh/MeshColoring.cpp:27:
  /«BUILDDIR»/dolfin-1.4.0+dfsg/dolfin/common/MPI.h:42:13: note: previous 
declaration as 'typedef int MPI_Comm'
   typedef int MPI_Comm;
   ^

In all three cases, debian/rules tries to disable MPI because these
architectures historically used the LAM implementation, but PETSc
proceeds to include real OpenMPI headers, leading to those errors.

Could you please take alook?

Thanks!


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



Bug#759181: Dependant package libxen-4.3 not available in Unstable Repository.

2014-08-24 Thread Marc Bonnor
Package: libvirt-daemon
Version: 1.2.7-11

This package breaks when upgrading libvirt-daemon to latest version
1.2.7-11 using aptitude.

---

 libvirt-daemon depends on libxen-4.3 (>= 4.3.0) [UNAVAILABLE] 

---

The package libxen-4.3 is not available in the Unstable repository.

The previous version (1.2.7-10+b1) of libvirt-daemon was dependent on
libxen-4.4 [ONLY] which is available in the Unstable repositiory.

This latest version of libvirt-daemon is dependent on both libxen-4.3
and libxen-4.4.


Regards

Marc


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



Bug#755234: [Pkg-xfce-devel] Bug#755234: Bug#755234: Bug#755234: a more complete patch for xfce4-power-manager 1.2.0-5, a problem with refreshing of battery status

2014-08-24 Thread Norbert Preining
Hi Yves-Alexis,

> Because 1.3 is a development branch. In case 1.4 is released (and is
> stable enough) before the freeze, that's definitely a plan.

Well, but shipping a broken xfpm is also not a solution.

> > Anything speaking against this one which I haven't seen?
> 
> That's not the way things work.

I am well aware how development works, but one has to balance
the facts. And as long as there is no real working backport/fix
we (Debian) will ship a broken xfpm, which is as bad as shipping
a development version (or even worse).

But anyway, we still have time till release, so let us see what
happens.

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live & Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13



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



Bug#744632: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package mp4v2 fails to build as reported in bug #744632 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=mp4v2&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#737368: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package ctemplate fails to build as reported in bug #737368 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=ctemplate&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#758501: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package gsmlib fails to build as reported in bug #758501 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=gsmlib&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#744618: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libprinterconf fails to build as reported in bug #744618 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libprinterconf&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#748146: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package afnix fails to build as reported in bug #748146 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=afnix&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#748858: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package xdelta fails to build as reported in bug #748858 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=xdelta&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#751810: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package argus-client fails to build as reported in bug #751810 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=argus-client&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#751987: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package gnome-menus2 fails to build as reported in bug #751987 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=gnome-menus2&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#755909: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package pangox-compat fails to build as reported in bug #755909 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=pangox-compat&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736889: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package tse3 fails to build as reported in bug #736889 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=tse3&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#744667: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package tacacs+ fails to build as reported in bug #744667 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=tacacs+&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#738877: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package freehdl fails to build as reported in bug #738877 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=freehdl&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#752798: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package ticcutils fails to build as reported in bug #752798 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=ticcutils&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#744573: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package gauche fails to build as reported in bug #744573 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=gauche&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#748283: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package vifm fails to build as reported in bug #748283 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=vifm&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#752012: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package 4store fails to build as reported in bug #752012 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=4store&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#748292: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libecap fails to build as reported in bug #748292 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libecap&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#744619: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package librep fails to build as reported in bug #744619 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=librep&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#751982: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package opus fails to build as reported in bug #751982 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=opus&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#758120: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package meanwhile fails to build as reported in bug #758120 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=meanwhile&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#735637: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libifp fails to build as reported in bug #735637 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libifp&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734912: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package ssdeep fails to build as reported in bug #734912 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=ssdeep&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#735004: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package geographiclib fails to build as reported in bug #735004 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=geographiclib&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#733477: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package ginac fails to build as reported in bug #733477 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=ginac&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#733708: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package rxp fails to build as reported in bug #733708 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=rxp&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736886: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package treil fails to build as reported in bug #736886 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=treil&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734539: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package net6 fails to build as reported in bug #734539 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=net6&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#733085: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package elk fails to build as reported in bug #733085 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=elk&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#735832: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package wyrd fails to build as reported in bug #735832 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=wyrd&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#735386: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package unmass fails to build as reported in bug #735386 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=unmass&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736695: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package madlib fails to build as reported in bug #736695 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=madlib&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#733207: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package bml fails to build as reported in bug #733207 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=bml&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736753: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package speex fails to build as reported in bug #736753 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=speex&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734029: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libnetfilter-acct fails to build as reported in bug #734029 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libnetfilter-acct&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734685: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package wreport fails to build as reported in bug #734685 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=wreport&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#735379: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package omins fails to build as reported in bug #735379 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=omins&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734682: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libnbio fails to build as reported in bug #734682 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libnbio&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736366: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package openct fails to build as reported in bug #736366 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=openct&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#723964: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package devtodo fails to build as reported in bug #723964 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=devtodo&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#732831: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package pfqueue fails to build as reported in bug #732831 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=pfqueue&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727288: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package cloop fails to build as reported in bug #727288 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=cloop&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727510: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package sqlite fails to build as reported in bug #727510 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=sqlite&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#732927: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package polylib fails to build as reported in bug #732927 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=polylib&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727909: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package juman fails to build as reported in bug #727909 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=juman&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727443: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libucimf fails to build as reported in bug #727443 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=libucimf&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727988: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package transcalc fails to build as reported in bug #727988 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=transcalc&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727384: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package grib-api fails to build as reported in bug #727384 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=grib-api&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#536117: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package fl-cow fails to build as reported in bug #536117 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=fl-cow&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#555544: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package swish-e fails to build as reported in bug #44 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=swish-e&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#572360: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package cconv fails to build as reported in bug #572360 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=cconv&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727391: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package libapache-mod-encoding fails to build as reported in bug #727391 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] 
https://buildd.debian.org/status/logs.php?pkg=libapache-mod-encoding&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#727899: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package hyantesite fails to build as reported in bug #727899 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=hyantesite&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#734568: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package munge fails to build as reported in bug #734568 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=munge&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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



Bug#736387: blocking the ppc64el architecture bootstrap

2014-08-24 Thread Aurelien Jarno
Dear maintainer,

The ppc64el architecture has been added to the Debian archive. Your
package coolkey fails to build as reported in bug #736387 and
the build log is available on [1].

It would be very nice if you can upload a fixed version of this package.
Don't hesitate to ask questions if you need help to fix this bug. If
you lack time for that, I can also proceed with an NMU.

Thanks,
Aurelien

[1] https://buildd.debian.org/status/logs.php?pkg=coolkey&arch=ppc64el

-- 
Aurelien Jarno  GPG: 4096R/1DDD8C9B
aurel...@aurel32.net http://www.aurel32.net


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