Bug#729132: patch: FTBFS due to ed check, with solution

2014-06-09 Thread GCS
On Mon, Jun 9, 2014 at 3:23 PM, Thorsten Glaser t...@mirbsd.de wrote:
 László Böszörményi dixit:
 Tested it on four machines: 2x Sid/amd64, Jessie/amd64 and kFreeBSD/i386 .

 This is very… limited ;)
 But have some variations. Package list of Sid and Jessie,
architectures of amd64 and i386, Linux and kFreeBSD toolchain.

Please prove somehow this FTBFS first that set it to severity serious.

 While this is indeed not “serious” – FTBFS on debian-ports.org archi-
 tectures aren’t – it is a valid problem, for which I provided a valid
 fix (just run it through uniq). Please apply that fix.
 OK, my next upload will contain that fix. Still, do you know what's
cause this on those architectures?

Thanks,
Laszlo/GCS


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



Bug#751032: Please enable -fstack-protector on arm64 now that toolchain supports it

2014-06-09 Thread Adam Conrad
On Mon, Jun 09, 2014 at 08:17:21PM +0200, Guillem Jover wrote:
  -if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa|arm64)$/ or $arch eq 'arm') 
  {
  -   # Stack protector disabled on ia64, alpha, arm64, mips, mipsel, hppa.
  +if ($cpu =~ /^(ia64|alpha|mips|mipsel|hppa)$/ or $arch eq 'arm') {
  +   # Stack protector disabled on ia64, alpha, mips, mipsel, hppa.
 
 Thanks, applied locally, will be included in 1.17.11, which I think
 I'll be releasing earlier than anticipated.

Awesome, thanks.  I noticed after sending it that my patch was against
1.17.9, and that regex changed in 1.17.10, but I assume you sorted that
out when it failed to apply cleanly. :P

... Adam


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



Bug#750953: flash-kernel: Add support for SolidRun Cubox-i Dual/Quad.

2014-06-09 Thread Ian Campbell
On Mon, 2014-06-09 at 09:36 -0700, Vagrant Cascadian wrote:
 On Mon, Jun 09, 2014 at 08:39:24AM +0100, Ian Campbell wrote:
  On Sun, 2014-06-08 at 14:27 -0700, Vagrant Cascadian wrote:
   It works with the default u-boot environment in the u-boot package in 
   Jessie.
   It requires /etc/default/flash-kernel to define root= in 
   LINUX_KERNEL_CMDLINE,
  
  Are you sure about
  that? /usr/share/initramfs-tools/hooks/flash_kernel_set_root should be
  setting a fallback root in the initrd, so if the command line doesn't
  have root= I think things should still work.
 
 As long as / is defined in /etc/fstab...

Ah yes, true.

   It only supports booting off of mmc, though in theory booting off of eSATA
   might be possible.
  
  When that comes homefully we can upgrade in a backwards compatible way.
  I suppose/home it might be as simple as:
  if test -z ${device} ; then
  setenv device mmc
  fi
  instead of the unconditional setenv. That assumes that the uboot env
  would then set $device to scsi, but that seems pretty conventional
  nowadays.
 
 Need to quote the tested variable:
 
 if test -z ${device} ; then
   setenv device mmc
 fi
 
 Sounds good to me, though ${partition} would need to have an appropriate value
 set in this case as well, as it currently uses ${mmcdev}:${mmcpart}. Not sure
 how complicated it's worth making it...

I think it is OK as it was, I just wanted to check we weren't painting
ourselves into a corner wrt future changes, I think I'm convinced we are
not.

 Also looks like Bootloader-Sets-Incorrect-Root: no can be dropped entirely.

Yes.

Do you have push rights to this repo or would you like me to pickup the
patch?

Ian.


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



Bug#711833: [supp...@mentors.debian.net: postr uploaded to mentors.debian.net]

2014-06-09 Thread Yoann Gauthier
Hello,

I fixed the desktop-entry-lacks-keywords-entry as asked.
Find attached the patch. I used quilt to create my patch :
04-fix_desktop_keywords.patch and then git format to create patch file.


Regards,

PS : have access (push request) to your repository will be easier for me.

Yoann


2014-06-03 22:50 GMT+02:00 Alexander Alemayhu alexan...@bitraf.no:

 On Tue, Jun 03, 2014 at 11:45:27AM +0200, Yoann Gauthier wrote:
  Hi Alexander,
 
  What are the next tasks I can do to help for the packaging ?
 

 You could look at the desktop-entry-lacks-keywords-entry[0] lintian tag
 and try
 to fix it. I was planning on fixing it but wanted to prioritize the
 autotools
 warnings. Hopefully we can get some advice from David.

 It looks like you would need to create a debian patch file to modify
 data/postr.desktop.in.in. If you are unfamiliar with quilt, take a look
 at this
 introduction[1].

 PS: Remember to fetch the latest changes, before making new changes. It
 might
 help in avoiding merge conflicts.

 PPS: desktop-entry-lacks-keywords-entry only occurs when using `lintian
 -EvIL
 +pedantic` on my machine.

 [0]:
 http://lintian.debian.org/tags/desktop-entry-lacks-keywords-entry.html
 [1]:

 http://raphaelhertzog.com/2012/08/08/how-to-use-quilt-to-manage-patches-in-debian-packages/

  Regards,
 
  Yoann
 
 
  2014-06-02 21:26 GMT+02:00 Alexander Alemayhu alexan...@bitraf.no:
 
   On Mon, Jun 02, 2014 at 10:30:40AM +0200, Yoann Gauthier wrote:
Hi,
   
For man page license, I propose to distribute it under GNU GLP (v3).
 Do
   you
agree ?
   
  
   I am no license expert, but I think it is okay assuming you mean GNU
 GPL.
  
Okay for the maintener part, I will set the maintainer to Python
Applications Packaging Team.
   
Regards,
   
Yoann
   
   
2014-06-01 18:26 GMT+02:00 Alexander Alemayhu alexan...@bitraf.no:
   
 On Sun, Jun 01, 2014 at 03:50:27PM +0200, Yoann Gauthier wrote:
  Le 31 mai 2014 20:00, Alexander Alemayhu alexan...@bitraf.no
 a
 écrit :
  
   On Sat, May 31, 2014 at 03:29:16PM +0200, Yoann Gauthier wrote:
Hello,
   
  
   Hei,
  
I wrote the man page (attachment). I have no access to the
   repository
today, I will upload the page to repository tomorrow.
   
  
   Nice. I decided to use github as the Vcs-* since collab-maint
   seems to
 be
  for
   people packing together with DDs. Maybe we should ask for
 access
   and
 push
  our
   changes there?
 
  I don't understand Vcs, what is it ?

 A akronym for Version Control System[0].

   I think you have a typo 'MAINTENERS' should be 'MAINTAINERS'.
 It
   could
 be
  a
   good idea to ask for others to review the man page. Which
 license
   do
 you
  want
   to distribute the man page with? we have to mention the
 license in
   debian/copyright.
 
  Agree for the typo, this evening I will read again the man page
 and
   add
  more information maybe. Okay for the license, i will think.
  

 In order to stay consistent with the debian/control file we should
 set
   the
 maintainer to Python Applications Packaging Team
 python-apps-t...@lists.alioth.debian.org

Regards,
   
Yoann
   

 [0]: http://en.wikipedia.org/wiki/Version_control

   
2014-05-30 12:36 GMT+02:00 Yoann Gauthier 
   yoann.gauthi...@gmail.com
 :
   
 Hi Alexander,

 Yes, I am going to write the man page. It will be finished
   today or
 tomorrow.
 Okay for the RFS.

 Regards,

 Yoann


 2014-05-30 10:43 GMT+02:00 Alexander Alemayhu 
   alexan...@bitraf.no
 :

 Hei Yoann,

 below is a message I recived after reuploading to
 mentors.debian.net.
 The warnings I mentioned earlier are visible in the
 package
   page.
 Are you going to write a man page? I would like to send a
 RFS
 after
  fixing
 some more of the warnings to the PAPT list.

 - Forwarded message from mentors.debian.net 
 supp...@mentors.debian.net -

 Date: Wed, 28 May 2014 21:33:31 + (UTC)
 From: mentors.debian.net supp...@mentors.debian.net
 To: alexan...@bitraf.no
 Subject: postr uploaded to mentors.debian.net

 Hi.

 Your upload of the package 'postr' to mentors.debian.net
 was
 successful. Others can now see it. The URL of your
 package is:
 http://mentors.debian.net/package/postr

 The respective dsc file can be found at:


 http://mentors.debian.net/debian/pool/main/p/postr/postr_0.13-1.dsc

 If you do not yet have a sponsor for your package you may
   want to
 go
  to
 

Bug#729132: patch: FTBFS due to ed check, with solution

2014-06-09 Thread Thorsten Glaser
László Böszörményi dixit:

 OK, my next upload will contain that fix. Still, do you know what's
cause this on those architectures?

Yes: difference in compiler optimisations. Basically, you use the
string ed in the source at least two times; with some compiler
versions and architectures, this is optimised into one string in
the executable, with some it isn’t (for example because PC-relative
addressing can only go so far, and the alternative is computationally
more expensive).

bye,
//mirabilos
-- 
„Cool, /usr/share/doc/mksh/examples/uhr.gz ist ja ein Grund,
mksh auf jedem System zu installieren.“
-- XTaran auf der OpenRheinRuhr, ganz begeistert
(EN: “[…]uhr.gz is a reason to install mksh on every system.”)


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



Bug#750703: make-kpkg fails completely to build a current kernel image

2014-06-09 Thread Manoj Srivastava
On Fri, Jun 06 2014, Klaus Ethgen wrote:

 For your information, Version 13.007 builds well.

I have looked at the diff between 13.007 and 13.013, and I can't
 see anything that could contribute to this. Most of the changes were
 about adding kernel-common, and adjusting dependencies a bit; and
 nothing that would lead to the errors exhibited.

I am continuing to research this issue.

manoj
-- 
To the systems programmer, users and applications serve only to provide
a test load.
Manoj Srivastava sriva...@acm.org http://www.golden-gryphon.com/  
4096R/C5779A1C E37E 5EC5 2A01 DA25 AD20  05B6 CF48 9438 C577 9A1C


signature.asc
Description: PGP signature


Bug#751034: roboptim-core: FTBFS - whitespace difference makes tests fails

2014-06-09 Thread Michael Tautschnig
Package: roboptim-core
Version: 2.0-6
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
Running 1 test case...
Numeric quadratic function
  A = [5,5]((1.1,1.2,1.3,1.4,1.5), (1.2,2.2,2.3,2.4,2.5), 
(1.3,2.3,3.3,3.4,3.5), (1.4,2.4,3.4,4.4,4.5), (1.5,2.5,3.5,4.5,5.5))
  B = [5](2.1,4.3,6.5,8.7,  0)
f(x) = [1](304.234)
J(x) = [1,5]((18.15,31.76,44.29,54.75,51.25))
G(x) = [5](18.15,31.76,44.29,54.75,51.25)
H(x) = [5,5]((1.1,1.2,1.3,1.4,1.5), (1.2,2.2,2.3,2.4,2.5), 
(1.3,2.3,3.3,3.4,3.5), (1.4,2.4,3.4,4.4,4.5), (1.5,2.5,3.5,4.5,5.5))

/srv/jenkins-slave/workspace/sid-goto-cc-roboptim-core/roboptim-core-2.0/tests/numeric-quadratic-function.cc(71):
 error in numeric_quadratic_function: check output-match_pattern () failed. 
Mismatch at position 180
...  0)
...
...0)
f(...

*** 1 failure detected in test suite Master Test Suite

Further test suite failures follow. In all cases it seems there are differences
in whitespace only. The full build log is attached.

Best,
Michael



roboptim-core-build-log.txt.gz
Description: application/gunzip


pgpRrU9D6isLh.pgp
Description: PGP signature


Bug#751035: ruby-rack-google-analytics: FTBFS - undefined method `_run_suite' for class `Test::Unit::Runner' (NameError)

2014-06-09 Thread Michael Tautschnig
Package: ruby-rack-google-analytics
Version: 1.1.0-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
  Entering dh_ruby --install
Running tests for ruby2.1 using debian/ruby-tests.rb...
Warning: you should require 'minitest/autorun' instead.
Warning: or add 'gem minitest' before 'require minitest/autorun'
From:
  /usr/lib/ruby/2.1.0/test/unit.rb:1:in `top (required)'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-rack-google-analytics/ruby-rack-google-analytics-1.1.0/test/helper.rb:2:in
 `top (required)'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-rack-google-analytics/ruby-rack-google-analytics-1.1.0/test/test_rack-google-analytics.rb:1:in
 `top (required)'
  debian/ruby-tests.rb:2:in `main'
MiniTest::Unit::TestCase is now Minitest::Test. From 
/usr/lib/ruby/2.1.0/test/unit/testcase.rb:8:in `module:Unit'
/usr/lib/ruby/2.1.0/test/unit.rb:676:in `class:Runner': undefined method 
`_run_suite' for class `Test::Unit::Runner' (NameError)
  from /usr/lib/ruby/2.1.0/test/unit.rb:261:in `module:Unit'
  from /usr/lib/ruby/2.1.0/test/unit.rb:15:in `module:Test'
  from /usr/lib/ruby/2.1.0/test/unit.rb:7:in `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from 
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-rack-google-analytics/ruby-rack-google-analytics-1.1.0/test/helper.rb:2:in
 `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from 
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-rack-google-analytics/ruby-rack-google-analytics-1.1.0/test/test_rack-google-analytics.rb:1:in
 `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from debian/ruby-tests.rb:2:in `main'
ERROR: Test ruby2.1 failed. Exiting.

The full build log is attached.

Best,
Michael




ruby-rack-google-analytics-build-log.txt.gz
Description: application/gunzip


pgpzwHJ_HcMjT.pgp
Description: PGP signature


Bug#751036: ruby-factory-girl: FTBFS - cannot load such file -- spec_helper (LoadError)

2014-06-09 Thread Michael Tautschnig
Package: ruby-factory-girl
Version: 4.2.0-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
  Entering dh_ruby --install
Running tests for ruby2.1 using debian/ruby-tests.rb...
/usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require': cannot 
load such file -- spec_helper (LoadError)
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from 
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-factory-girl/ruby-factory-girl-4.2.0/spec/factory_girl/aliases_spec.rb:1:in
 `top (required)'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from /usr/lib/ruby/2.1.0/rubygems/core_ext/kernel_require.rb:55:in `require'
  from debian/ruby-tests.rb:7:in `block in main'
  from debian/ruby-tests.rb:7:in `each'
  from debian/ruby-tests.rb:7:in `main'
ERROR: Test ruby2.1 failed. Exiting.

The full build log is attached.

Best,
Michael



ruby-factory-girl-build-log.txt.gz
Description: application/gunzip


pgpbbpqgCsTVL.pgp
Description: PGP signature


Bug#751037: ruby-excon: FTBFS - Protocol not available - setsockopt(2) (Errno::ENOPROTOOPT) (Excon::Errors::SocketError)

2014-06-09 Thread Michael Tautschnig
Package: ruby-excon
Version: 0.33.0-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
Excon basics (reusable local port)
Protocol not available - setsockopt(2) (Errno::ENOPROTOOPT) 
(Excon::Errors::SocketError)
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/socket.rb:195:in
 `setsockopt'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/socket.rb:195:in
 `block in connect'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/socket.rb:183:in
 `each'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/socket.rb:183:in
 `connect'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/socket.rb:28:in
 `initialize'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/connection.rb:418:in
 `new'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/connection.rb:418:in
 `socket'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/connection.rb:126:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/middlewares/mock.rb:42:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/middlewares/instrumentor.rb:22:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/middlewares/base.rb:15:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/middlewares/base.rb:15:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/middlewares/base.rb:15:in
 `request_call'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/connection.rb:269:in
 `request'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/lib/excon/connection.rb:333:in
 `get'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/tests/basic_tests.rb:164:in
 `block (2 levels) in top (required)'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/tests/test_helper.rb:251:in
 `with_rackup'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/tests/basic_tests.rb:159:in
 `block in top (required)'
  /usr/lib/ruby/vendor_ruby/shindo.rb:79:in `instance_eval'
  /usr/lib/ruby/vendor_ruby/shindo.rb:79:in `tests'
  /usr/lib/ruby/vendor_ruby/shindo.rb:38:in `initialize'
  /usr/lib/ruby/vendor_ruby/shindo.rb:13:in `new'
  /usr/lib/ruby/vendor_ruby/shindo.rb:13:in `tests'
  
/srv/jenkins-slave/workspace/sid-goto-cc-ruby-excon/ruby-excon-0.33.0/tests/basic_tests.rb:123:in
 `top (required)'
  /usr/lib/ruby/vendor_ruby/shindo/bin.rb:61:in `load'
  /usr/lib/ruby/vendor_ruby/shindo/bin.rb:61:in `block (2 levels) in 
run_in_thread'
  /usr/lib/ruby/vendor_ruby/shindo/bin.rb:58:in `each'
  /usr/lib/ruby/vendor_ruby/shindo/bin.rb:58:in `block in run_in_thread'
An error occurred outside of a test
rake aborted!

-e:1:in `main'
Tasks: TOP = default = tests
(See full trace by running task with --trace)
ERROR: Test ruby2.1 failed. Exiting.

The full build log is attached - but please do let me know if there are any
specifics of the build environment that might be causing the problem here.

Best,
Michael



ruby-excon-build-log.txt.gz
Description: application/gunzip


pgpEVY67Py4G_.pgp
Description: PGP signature


Bug#697121: vlc: sudden very loud sound to cause hearing demage

2014-06-09 Thread Felipe Sateler
On Sat, Jun 7, 2014 at 1:18 AM, Rémi Denis-Courmont r...@remlab.net wrote:
 Le vendredi 6 juin 2014, 19:32:30 Felipe Sateler a écrit :
  Unfortunately, VLC cannot get the PulseAudio volume until after audio
  playback starts. There is no way to fix this on VLC side: there is no API
  in libpulse to get the volume of an application until after a sink
  input/stream is created.
 What about pa_context_get_sink_info_by_name? With that you can get the
 volume of the default sink by specifying NULL as the sink name.

 That will only work the first time you use a media player ever. Afterward,
 PulseAudio will remember a volume for the media player role, that is distinct
 from the default sink volume - with default settings.

 In other words, this does not work.

OK, thanks for explaining. I see that vlc creates the stream when it
starts playback and destroys it when stopped (although not pause).

This leaves the following options:

1. Pulseaudio could add a function to get the volume an output/input
sink/source stream would get if it were created.
2. VLC could create the stream on startup and destroy it on exit. This
is what Clementine seems to do.
3. VLC could, at startup, create a stream, get the volume and destroy
the stream.

Are there problems with going with option 2? This option has the added
benefit the volume can potentially be controlled by another program
before starting playback.


-- 

Saludos,
Felipe Sateler


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



Bug#751038: residualvm: FTBFS - Makefile:87: *** You need to run ./configure before you can run make.

2014-06-09 Thread Michael Tautschnig
Package: residualvm
Version: 0.1.1+dfsg-2
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
dh clean --parallel --max-parallel=4 --with autotools_dev
   dh_testdir -O--parallel -O--max-parallel=4
   dh_auto_clean -O--parallel -O--max-parallel=4
make[1]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-residualvm/residualvm-0.1.1+dfsg'
Makefile:87: *** You need to run ./configure before you can run make. Check 
./configure --help for a list of parameters.  Stop.
make[1]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-residualvm/residualvm-0.1.1+dfsg'
dh_auto_clean: make -j1 distclean returned exit code 2
debian/rules:7: recipe for target 'clean' failed
make: *** [clean] Error 2

The full build log is attached.

Best,
Michael



residualvm-build-log.txt.gz
Description: application/gunzip


pgpRAATzgFRTj.pgp
Description: PGP signature


Bug#751040: rss2irc: FTBFS - build-dep libghc-http-client-dev ( 0.2.3) is no longer satisfiable in unstable

2014-06-09 Thread Michael Tautschnig
Package: rss2irc
Version: 1.0.6-2
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
 - Attempting to parse the build-deps 
 - Considering build-dep haskell-devscripts (= 0.8.13)
   - Trying haskell-devscripts
 - Considering build-dep cdbs
   - Trying cdbs
 - Considering build-dep debhelper (= 9)
   - Trying debhelper
 - Considering build-dep ghc
   - Trying ghc
 - Considering build-dep ghc-prof
   - Trying ghc-prof
 - Considering build-dep ghc-ghci
   - Trying ghc-ghci
 - Considering build-dep libghc-cabal-file-th-dev
   - Trying libghc-cabal-file-th-dev
 - Considering build-dep libghc-cmdargs-dev
   - Trying libghc-cmdargs-dev
 - Considering build-dep libghc-irc-dev ( 0.5)
   - Trying libghc-irc-dev
 - Considering build-dep libghc-irc-dev ( 0.6)
   - Trying libghc-irc-dev
 - Considering build-dep libghc-feed-dev (= 0.3.9)
   - Trying libghc-feed-dev
 - Considering build-dep libghc-feed-dev ( 0.4.10)
   - Trying libghc-feed-dev
 - Considering build-dep libghc-http-client-dev ( 0.2.1)
   - Trying libghc-http-client-dev
 - Considering build-dep libghc-http-client-dev ( 0.2.3)
  Tried versions: 0.3.3-2
   - Does not satisfy version, not trying
E: Could not satisfy build-dependency.

As unstable has haskell-http-client (and thus libghc-http-client-dev) version
0.3.3-2 since a couple of days, there appears to be a need for an update.

Best,
Michael



pgpJzYrSWuBaG.pgp
Description: PGP signature


Bug#741804: Patch for FTBFS error: unknown type name 'GtkActionGroup'

2014-06-09 Thread Domenico Iezzi
Hello,
newer version of GTK+ 3 deprecated some header files, such as
gtkactiongroup.h which is needed to build this package. This FTBFS can
be fixed by just removing options -DGTK_DISABLE_DEPRECATED
in src/Makefile.am. I'm pretty new in the Debian world, I added the
patch as attachment, hoping it is not bad-written.

Regards,
Domenico Iezzi.
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,7 +12,6 @@
 	-DINDICATOR_ICONS_DIR=\$(INDICATORICONSDIR)\ \
 	-DINDICATOR_APPLET \
 	-DGDK_DISABLE_DEPRECATED \
-	-DGTK_DISABLE_DEPRECATED \
 	-I$(srcdir)/.. \
 	$(APPLET_CFLAGS)
 
@@ -33,7 +32,6 @@
 	-DINDICATOR_ICONS_DIR=\$(INDICATORICONSDIR)\ \
 	-DINDICATOR_APPLET_APPMENU \
 	-DGDK_DISABLE_DEPRECATED \
-	-DGTK_DISABLE_DEPRECATED \
 	-I$(srcdir)/.. \
 	$(APPLET_CFLAGS)
 
@@ -54,7 +52,6 @@
 	-DINDICATOR_ICONS_DIR=\$(INDICATORICONSDIR)\ \
 	-DINDICATOR_APPLET_SESSION \
 	-DGDK_DISABLE_DEPRECATED \
-	-DGTK_DISABLE_DEPRECATED \
 	-I$(srcdir)/.. \
 	$(APPLET_CFLAGS)
 
@@ -75,7 +72,6 @@
 	-DINDICATOR_ICONS_DIR=\$(INDICATORICONSDIR)\ \
 	-DINDICATOR_APPLET_COMPLETE \
 	-DGDK_DISABLE_DEPRECATED \
-	-DGTK_DISABLE_DEPRECATED \
 	-I$(srcdir)/.. \
 	$(APPLET_CFLAGS)
 


Bug#751039: quake: FTBFS - WARNING **: Object with id=layer-quake-24 was not found in the document. Nothing exported.

2014-06-09 Thread Michael Tautschnig
Package: quake
Version: 7
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
install -d build/24
inkscape \
  --export-area=0:0:24:24 \
  --export-width=24 \
  --export-height=24 \
  --export-id=layer-quake-24 \
  --export-id-only \
  --export-png=build/24/quake-armagon.png \
  build/tmp-armagon.svg

** (inkscape:42937): WARNING **: Object with id=layer-quake-24 was not found 
in the document. Nothing exported.
install -d build/24
inkscape \
  --export-area=0:0:24:24 \
  --export-width=24 \
  --export-height=24 \
  --export-id=layer-quake-24 \
  --export-id-only \
  --export-png=build/24/quake-dissolution.png \
  build/tmp-dissolution.svg

** (inkscape:42939): WARNING **: Object with id=layer-quake-24 was not found 
in the document. Nothing exported.
install -d build/24
[...]
   dh_install
dh_install: quake missing files (build/24/quake-*.png), aborting
debian/rules:4: recipe for target 'binary' failed

The full build log is attached - I'm not sure whether this is an issue with
inkscape or with the image data.

Best,
Michael



quake-build-log.txt.gz
Description: application/gunzip


pgpKVyorg4Dpe.pgp
Description: PGP signature


Bug#751041: include config file to use OpenSC as Java Security Provider

2014-06-09 Thread Hans-Christoph Steiner
Package: opensc
Version: 0.13.0-5
Severity: wishlist
Tags: patch

This is a complete patch that can be applied with `git am` that provides a
config file that Java uses to make OpenSC a Java Security Provider.  This
makes it easy to use OpenSC in Java code, keytool, and jarsigner.  That means
you can then use an HSM via OpenSC for signing jars, Android APKs, etc.

From 7bdb045adfa863f65b6ff59d940b6ec0dab78bba Mon Sep 17 00:00:00 2001
From: Hans-Christoph Steiner h...@eds.org
Date: Mon, 9 Jun 2014 14:51:45 -0400
Subject: [PATCH 1/1] add config file for using OpenSC with Java

This config file configures a Java security provider based on OpenSC.
---
 debian/opensc-java.cfg | 15 +++
 debian/rules   |  2 ++
 2 files changed, 17 insertions(+)
 create mode 100644 debian/opensc-java.cfg

diff --git a/debian/opensc-java.cfg b/debian/opensc-java.cfg
new file mode 100644
index 000..390d97b
--- /dev/null
+++ b/debian/opensc-java.cfg
@@ -0,0 +1,15 @@
+# This config file configures a Java security provider based on OpenSC.  Load
+# this file in Java code, or in command line options in keytool and jarsigner.
+# Or add this to the Java config by adding a line to
+# /etc/java-7-openjdk/security/java.security:
+#
+#  security.provider.10=sun.security.pkcs11.SunPKCS11 /etc/opensc/opensc-java.cfg
+#
+# For more info:
+# https://guardianproject.info/2014/03/28/security-in-a-thumb-drive-the-promise-and-pain-of-hardware-security-modules-take-one/
+name = OpenSC
+description = SunPKCS11 w/ OpenSC Smart card Framework
+library = /usr/lib/opensc-pkcs11.so
+# you can find your slots by running:
+#  pkcs11-tool --module /usr/lib/opensc-pkcs11.so --list-slots
+slotListIndex = 1 # I think this is the same as --auth-id in opensc
diff --git a/debian/rules b/debian/rules
index a3e3707..52adab4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ override_dh_auto_configure:
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp
+	sed 's,/usr/lib,/usr/lib/$(DEB_HOST_MULTIARCH),g' debian/opensc-java.cfg \
+		 debian/tmp/etc/opensc/opensc-java.cfg
 
 override_dh_installdocs:
 	dh_installdocs -A README NEWS
-- 
1.9.1



signature.asc
Description: OpenPGP digital signature


Bug#751042: Differing results on an L-function on i386 vs amd64

2014-06-09 Thread Julien Puydt

Package: pari-gp
Version: 2.7.1-1

While investigating the problem in comment #70 on the sage ticket to 
update to a recent pari ( http://trac.sagemath.org/ticket/15767 ), I 
extracted from a log file the attached problem.gp example (I attach 
computel.gp from sage too for convenience), which gives a different 
result on an amd64 box and an i386 box using debian's 2.7.1-1 pari-gp 
package.


I hope that helps,

Snark on #debian-science


computel.gp
Description: application/gnuplot


problem.gp
Description: application/gnuplot


Bug#751033: Clarification

2014-06-09 Thread Stephen Mahood
The Language Java should be I think javascript...but there are many
components involved, including freeswitch, groovy, tomcat to name a few.

~mv
-- 
mayfirst.org leadership committee/support-team/member



signature.asc
Description: OpenPGP digital signature


Bug#697121: vlc: sudden very loud sound to cause hearing demage

2014-06-09 Thread Rémi Denis-Courmont
Le lundi 9 juin 2014, 14:51:53 Felipe Sateler a écrit :
 OK, thanks for explaining. I see that vlc creates the stream when it
 starts playback and destroys it when stopped (although not pause).
 
 This leaves the following options:
 
 1. Pulseaudio could add a function to get the volume an output/input
 sink/source stream would get if it were created.

PulseAudio does not really have a notion of inactive session, as Windows 
does... I don't really see how that would work with the current architecture 
(not that I'm that familiar with it though).

 2. VLC could create the stream on startup and destroy it on exit. This
 is what Clementine seems to do.

That is not possible since VLC may play different formats at successive times. 
Also...

 3. VLC could, at startup, create a stream, get the volume and destroy
 the stream.

Because of flat volumes, doing that would potentially cause spurious changes to 
the master volume and glitches in mixer UIs.

Furthermore, all options 1 and 2 fail if another process creates a stream with 
the same role (or whatever matching criteria) in the mean time, and change the 
volume.

 Are there problems with going with option 2? This option has the added
 benefit the volume can potentially be controlled by another program
 before starting playback.

Ultimately, the problem is simple. On the one hand, PulseAudio developers 
consider that audio applications shall not show volume UI. Only the dedicated 
mixer application(s) and the session process grabbing the volume media keys 
shall be concerned with the volume. On the other hand, VLC GUI developers want 
to have a volume control.

The two perspectives are incompatible. That is not a technical problem; and 
thus it won't be solved by code.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


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



Bug#751043: pexpect: FTBFS - tests make assumptions about build environment

2014-06-09 Thread Michael Tautschnig
Package: pexpect
Version: 3.2-1
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
==
FAIL: test_run (test_run.RunUnicodeFuncTestCase)
--
Traceback (most recent call last):
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pexpect/pexpect-3.2/tests/test_run.py,
 line 56, in test_run
self.assertEqual(self.prep_subprocess_out(the_old_way), the_new_way)
AssertionError: u'total 4532\n-rwxr-xr-x 27 root root 1016920 Apr 16 21:23 
bash\n-rwxr-xr-x 81 r [truncated]... != u'total 4532\n-rwxr-xr-x 26 root root 
1016920 Apr 16 21:23 bash\n-rwxr-xr-x 78 r [truncated]...
Diff is 11783 characters long. Set self.maxDiff to None to see it.

--
Ran 113 tests in 128.470s

FAILED (failures=1)
debian/rules:17: recipe for target 'test-python2.7' failed


So the difference in the output lies in the number of hard links being reported
- this indeed is caused by ongoing concurrent builds that share the base
environment via cowdancer. I am thus leaving the severity untouched, but would
still ask to adjust the tests such that those differences are not taken into
account.

(The full build log is attached, just in case.)

Best,
Michael



pexpect-build-log.txt.gz
Description: application/gunzip


pgpx48YSz90BC.pgp
Description: PGP signature


Bug#751044: packaging-tutorial: FTBFS - File `bxcjkjatype.sty' not found.

2014-06-09 Thread Michael Tautschnig
Package: packaging-tutorial
Version: 0.12
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
Running: 'pdflatex' '--interaction' 'errorstopmode' '--jobname' 
'packaging-tutorial.ja' 
'\RequirePackage[extension=.pdf]{texdepends}\input{packaging-tutorial.ja.tex}'
*
Building packaging-tutorial.ja.pdf fails
*
Here are the last lines of the log file
If this is not enought, try to
call 'make' with 'VERB=verbose' option
*
== Last lines in packaging-tutorial.ja.log ==
Package: aecompl 1998/07/23 0.9 T1 Complements for AE fonts (D. Roegel)
))
Package hyperref Info: Option `unicode' set `true' on input line 6.

(/usr/share/texlive/texmf-dist/tex/latex/hyperref/puenc.def
File: puenc.def 2012/11/06 v6.83m Hyperref: PDF Unicode definition (HO)
Now handling font encoding PU ...
... no UTF-8 mapping file for font encoding PU
)

! LaTeX Error: File `bxcjkjatype.sty' not found.


It seems some build dependencies might need updating. The full build log is
attached.

Best,
Michael



packaging-tutorial-build-log.txt.gz
Description: application/gunzip


pgpYFSdqUk35a.pgp
Description: PGP signature


Bug#751045: patsy: FTBFS - AttributeError: 'IPythonInputSplitter' object has no attribute 'source_raw_reset'

2014-06-09 Thread Michael Tautschnig
Package: patsy
Version: 0.2.1-3
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
building [html]: targets for 13 source files that are out of date
updating environment: 13 added, 0 changed, 0 removed
reading sources... [  7%] API-reference

Exception occurred:
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-patsy/patsy-0.2.1/doc/sphinxext/ipython_directive.py,
 line 257, in process_input_line
source_raw = splitter.source_raw_reset()[1]
AttributeError: 'IPythonInputSplitter' object has no attribute 
'source_raw_reset'
The full traceback has been saved in /tmp/sphinx-err-lrRFso.log, if you want to 
report the issue to the developers.
Please also report this if it was a user error, so that a better error message 
can be provided next time.
A bug report can be filed in the tracker at 
https://bitbucket.org/birkenfeld/sphinx/issues/. Thanks!
Makefile:33: recipe for target 'html' failed
make[2]: *** [html] Error 1


The full build log is attached.

Best,
Michael



patsy-build-log.txt.gz
Description: application/gunzip


pgpIXGYLxi4Of.pgp
Description: PGP signature


Bug#751046: php-doc: FTBFS - no error reported

2014-06-09 Thread Michael Tautschnig
Package: php-doc
Version: 20140201-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
touch configure-stamp
dh_testdir
# Add here commands to compile the package.
#/usr/bin/make
rm -rf PhD/PhD-*/phpdotnet/phd/Package
cp -rp PhD-Generic/PhD_Generic-*/phpdotnet/phd/Package/ PhD/PhD-*/phpdotnet/phd/
php PhD/PhD-*/render.php --docbook doc-base/.manual.xml --format xhtml
[01;32m[19:02:48 - Heads up  ][m Creating output directory..
[01;32m[19:02:48 - Rendering Style   ][m Running full build
[01;32m[19:02:48 - Indexing  ][m Indexing...
[01;32m[19:03:32 - Indexing  ][m Indexing done
[01;32m[19:03:32 - Rendering Style   ][m Running full build
[01;32m[19:03:32 - Rendering Format  ][m Starting Chunked-XHTML rendering
[01;32m[19:04:53 - Rendering Format  ][m Finished rendering
debian/rules:20: recipe for target 'build-stamp' failed
make: *** [build-stamp] Error 255


So I'm pretty clueless here - it seems that no error is being reported, yet the
php command apparently exits with a non-zero status. Please do let me know if
this turns out to be unreproducible (in which case I shall try to investigate
further), but otherwise I'd ask that there be an improvement in error reporting
here as well.

The full build log is attached.

Best,
Michael



php-doc-build-log.txt.gz
Description: application/gunzip


pgpyk8VtJhMoe.pgp
Description: PGP signature


Bug#744328: notmuch-web: config doesn't match docs, and appears to be root-only

2014-06-09 Thread Daniel Kahn Gillmor
Package: notmuch-web
Version: 0.2.0-4+b1
Followup-For: Bug #744328

I think debian/patches/config-in-etc should be dropped, and the
notmuch-web package shouldn't be treated as a system service (at least
not on its own).  Please provide the current /etc/notmuch-web/
directory instead in someplace like
/usr/share/doc/notmuch-web/example-config/ -- this will make README.md
more correct, as well.

fwiw, the settings.yml is technically invalid because the package
*has* been patched from upstream, but there is still this stanza:

  # AGPLv3 requires a link to the source code on every page.  If you have not 
changed the
  # source, you can leave it linked to my bitbucket page.
  source-link: https://bitbucket.org/wuzzeb/notmuch-web/src


If you want to provide a way for people who want to run notmuch-web as
a system service, i recommend making an example systemd .service file
that people can edit to tune to suit, and can place in the right place
within /etc/systemd/

   --dkg

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: powerpc (ppc)

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

Versions of packages notmuch-web depends on:
ii  libc62.19-1
ii  libffi6  3.1-2
ii  libgmp10 2:6.0.0+dfsg-4
ii  libicu52 52.1-3
ii  libyaml-0-2  0.1.4-3.2
ii  notmuch  0.18-3+b1
ii  zlib1g   1:1.2.8.dfsg-1

notmuch-web recommends no packages.

notmuch-web 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#751047: nss-pam-ldapd: [INTL:pt] Portuguese translation for debconf messages

2014-06-09 Thread Américo Monteiro
Package: nss-pam-ldapd
version: 0.9.4-1
Tags: l10n, patch
Severity: wishlist

Updated Portuguese translation for nss-pam-ldapd's debconf messages.
Translator: Américo Monteiro a_monte...@gmx.com
Feel free to use it.

For translation updates please contact 'Last Translator' or the
Portuguese Translation Team traduz at debianpt.org.

-- 
Melhores cumprimentos/Best regards,

Américo Monteiro


nss-pam-ldapd_0.9.4-1_pt.po.gz
Description: GNU Zip compressed data


Bug#703456: [Pkg-fonts-devel] Please add Nafees Nastaleeq

2014-06-09 Thread Gunnar Hjalmarsson
2014-06-09 07:16, Christian PERRIER wrote:
 From our package naming policy, the source package name should be
 something like fonts-crulp-nafeesnastaleeq (we should probably then
 rename the existign fonts-nafees package to fonts-crulp-nafeeswebnaskh.

It looks like CRULP is CLE nowadays = fonts-cle-nafeesnastaleeq

2014-06-09 16:43, Nicolas Spalinger wrote:
 BTW, if you haven't noticed yet, there are significant issues with the
 licensing of this font that still need fixing (it's sadly a non-standard
 mishmash of licenses with little coherence, legal validity or practical
 use cases:
 http://www.cle.org.pk/software/license/Nafees_Nastaleeq_License.html So
 I would expect our ftpmasters to seriously frown on this and reject
 it!).

Well, please let me remind of the fact that another font with the very
same license is packaged in fonts-nafees and has been in the Debian
archive for 8 years. Consequently it would be pretty inconsistent to
reject a request to add Nafees Nastaleeq, wouldn't it?

There are other Nastaleeq fonts. For instance, from the discussion at
the related Ubuntu bug I understand that some Urdu users would prefer
Jameel Noori Nastaleeq over Nafees Nastaleeq.

http://www.ffonts.net/Jameel-Noori-Nastaleeq.font

The ttf files included in the zip that can be downloaded from there have
this embedded copyright notice:

This Font Is Free Of Charge For Urdu Lovers

Suppose that wouldn't make the ftpmasters feel more comfortable. ;)

I get the impression that the FOSS concept isn't well established in
Pakistan. Let's not be too picky about licenses while trying to change that.

-- 
Gunnar Hjalmarsson
https://launchpad.net/~gunnarhj


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



Bug#748648: systemd-logind polluting dmesg

2014-06-09 Thread Michael Biebl
Am 19.05.2014 11:10, schrieb Erwan David:
 Package: systemd
 Version: 204-8
 Severity: normal
 
 systemd-logind writes logs in dmesg, making it rapidly unusable to get
 boot messages.
 
 logs should be sent elsewhere.

They are sent elsewhere, namely the journal. The kernel ring buffer is
only a fallback.
So I assume you are not using systemd as PID 1.
It's not clear if a standalone logind will work in the future which
would require substantial changes to systemd-shim.
That means this bug report will become obsolete then (or rather is
already with 208-1).

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



signature.asc
Description: OpenPGP digital signature


Bug#751048: RFS: fizsh/1.0.6-1 (already in Debian)

2014-06-09 Thread Guido van Steen
Package: sponsorship-requests
Severity: normal

Dear mentors,

I am looking for a sponsor for my package fizsh.

 * Package name: fizsh
   Version : 1.0.6-1
   Upstream Author : Guido van Steen (myself)
 * URL : http://sourceforge.net/projects/fizsh/
 * License : Modified BSD License
   Section : shells

It builds those binary packages:

* fizsh - Friendly Interactive ZSHell

The Fizsh packages provides an easy interface to Zsh. To access further
information about this package, please visit the following URL:

 https://mentors.debian.net/package/fizsh

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

 dget -x
http://mentors.debian.net/debian/pool/main/f/fizsh/fizsh_1.0.6-1.dsc

Changes since the last upload:

  * New upstream version
  * Increased standards-version to 3.9.5. This yielded 2 warnings:
  syntax-error-in-dep5-copyright and debian-watch-may-check-gpg-signature
  * Corrected the dep5 syntax errors in ./debian/copyright
  * Upgraded from dep5 to copyright-format 1.0
  * Updated the years in ./debian/copyright
  * Added the option pgpsigurlmangle to ./debian/watch
  * Added ./debian/upstream/signing-key.asc
  * Added ./debian/README with information on how to debianize a new version
  of fizsh
  * Increased debian/compat to '9'
  * Increased the Build-depend on debhelper to '(= 9)'
  * Added a build-depend on perl in order to enable the use of pod2man
  * Added override_dh_auto_configure. Without this override ./configure is
  called with unknown parameters
  * Added override_dh_install. dh_install copies some scripts to both
  debian/fizsh/etc/fizsh and debian/fizsh/usr/share/fizsh.
override_dh_install
  removes them from debian/fizsh/usr/share/fizsh again
  * Added override_dh_installman. This override causes pod2man to create the
  manpage. It also takes care of some cleaning
  * Removed debian/fizsh.manpages because it is not needed anymore.
  override_dh_installman takes care of creating the man page
  * Added override_dh_builddeb. This override removes a file called
man/fizsh.1
  which is created during the debian building process
  * Removed the ./debian/patches directory and ./debian/source/options.
  Upstream corrected the issue, which the patch was addressing

The package appears to be lintian clean.

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

Best wishes

Guido van Steen


Bug#750733: Processed: bumping severity

2014-06-09 Thread Sven Joachim
On 2014-06-09 21:22 +0200, Thomas Dickey wrote:

 On Mon, Jun 09, 2014 at 07:12:11PM +, Debian Bug Tracking System wrote:
 Processing commands for cont...@bugs.debian.org:
 
  # Not sure if the problem happens with more readable fonts than 5x8,
  # but better keep this xterm version out of testing
  severity 750733 serious
 Bug #750733 [xterm] Newest version sets the foreground to the background 
 color in some cases
 Severity set to 'serious' from 'normal'
  thanks
 Stopping processing here.

 fwiw, there's a fix for this in

   ftp://invisible-island.net/temp/xterm-306a.patch.gz

Thanks, this fixes the problem with the bold text.  However, when
running 16colors.sh I see that text which is supposed to be underlined
is not, still a regression from xterm 304.

Cheers,
   Sven


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



Bug#751049: proofgeneral: FTBFS - pdfetex (file cm-super-t1.enc): cannot open encoding file for reading

2014-06-09 Thread Michael Tautschnig
Package: proofgeneral
Version: 4.3~pre130510-1.1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
texi2pdf ProofGeneral.texi 
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian) 
(preloaded format=pdfetex)
 restricted \write18 enabled.
entering extended mode
(./ProofGeneral.texi (/usr/share/texmf/tex/texinfo/texinfo.tex
Loading texinfo [version 2013-09-11.11]: pdf, fonts, markup, glyphs,
page headings, tables, conditionals, indexing, sectioning, toc, environments,
defuns, macros, cross references, insertions,
(/usr/share/texlive/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 14 February 2011
) localization, formatting, and turning on texinfo input format.) ./ProofGener
al-image.jpg [1{/usr/share/texlive/texmf-dist/fonts/map/pdftex/updmap/pdftex.m
ap}] [2] (Preface) Cross reference values unknown; you must run TeX again.
[1] [2] Chapter 1 [3] [4] [5] [6] [7] Chapter 2 [8] [9] [10] [11] [12] [13]
[14] [15] [16] [17]
Underfull \hbox (badness 1) in paragraph at lines 1683--1687
 []@textsl warning[]@textrm : this com-mand risks spoil-ing syn-chro-niza-tion 
if the test
[18] Chapter 3 [19] [20] [21] [22] [23] [24] [25] Chapter 4 [26] [27] [28]
[29] [30] Chapter 5 [31] [32] [33] [34] Chapter 6 [35] [36] Chapter 7 [37]
[38] [39] Chapter 8 [40] [41] [42] [43] [44] [45]
Underfull \hbox (badness 1) in paragraph at lines 3654--3657
 []@textrm This op-tion is com-pat-i-ble with `@texttt proof-prog-name-ask[][]@
textrm '[]. No ef-fect if
[46] [47] [48] Chapter 9 [49] [50] [51] [52] Chapter 10 [53] [54] Chapter 11
[55] [56] [57] [58] [59] [60]
Underfull \hbox (badness 1) in paragraph at lines 4656--4658
 []@textrm After the sub-sti-tu-tion the com-mand can be changed in the mini-bu
f-fer if

Underfull \hbox (badness 1) in paragraph at lines 4666--4668
 []@textrm This op-tion can be set/reset via menu `@texttt Coq - Settings - C
onfirm External
[61] [62] [63] Chapter 12 [64] [65] [66] Chapter 13 [67] [68] Chapter 14
[69] [70] Appendix A [71] [72] [73] Appendix B [74] (References) [75] [76]
(History of Proof General) [77] [78] [79] [80] [81]
(Function and Command Index) [82] (Variable and User Option Index) [83]
[84] (Keystroke Index) [85] [86] (Concept Index) [87] [88] [89] [90]
(./ProofGeneral.toc [-1] [-2]) [-3] [-4] (./ProofGeneral.toc)
(./ProofGeneral.toc) )
(see the transcript file for additional information)
!pdfTeX error: pdfetex (file cm-super-t1.enc): cannot open encoding file for re
ading
 == Fatal error occurred, no output PDF file produced!
/usr/bin/texi2dvi: pdfetex exited with bad status, quitting.
Makefile.doc:50: recipe for target 'ProofGeneral.pdf' failed


It may be the case that build dependencies require updating. The full build log
is attached.

Best,
Michael

PS.: A similar issue will be filed against the pycode-browser package.



proofgeneral-build-log.txt.gz
Description: application/gunzip


pgpHIClg9_CPg.pgp
Description: PGP signature


Bug#751050: pycode-browser: FTBFS - pdflatex (file cm-super-t1.enc): cannot open encoding file for reading

2014-06-09 Thread Michael Tautschnig
Package: pycode-browser
Version: 20120614+git+b041dd2-6
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
pdflatex mapy.tex
This is pdfTeX, Version 3.14159265-2.6-1.40.15 (TeX Live 2014/Debian) 
(preloaded format=pdflatex)
 restricted \write18 enabled.
entering extended mode
[...]

LaTeX Warning: There were undefined references.


LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right.

 )
(see the transcript file for additional information)
!pdfTeX error: pdflatex (file cm-super-t1.enc): cannot open encoding file for r
eading
 == Fatal error occurred, no output PDF file produced!
Makefile:17: recipe for target 'mapy.pdf' failed


This may be an issue of build dependencies. The full build log is attached.

Best,
Michael

PS.: A similar issue will be filed against the proofgeneral package.



pycode-browser-build-log.txt.gz
Description: application/gunzip


pgpCJ4SpsZ9IO.pgp
Description: PGP signature


Bug#751051: pxsl-tools: FTBFS - build-dep on non-existent package libghc-containers-dev

2014-06-09 Thread Michael Tautschnig
Package: pxsl-tools
Version: 1.0-5.2
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
 - Attempting to parse the build-deps 
 - Considering build-dep cdbs
   - Trying cdbs
 - Considering build-dep debhelper (= 6)
   - Trying debhelper
 - Considering build-dep ghc
   - Trying ghc
 - Considering build-dep libghc-mtl-dev (= 1.0)
   - Trying libghc-mtl-dev
 - Considering build-dep libghc-parsec3-dev
   - Trying libghc-parsec3-dev
 - Considering build-dep libghc-containers-dev
   - Trying libghc-containers-dev
   - Cannot install libghc-containers-dev; apt errors follow:
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libghc-containers-dev


I'm not sure whether libghc-containers-dev existed until recently, but it
certainly isn't in the archive right now. (Is it in NEW?)

I'm CC'ing Joachim as he uploaded the last two versions.

Best,
Michael



pgpG_PAQ06l6R.pgp
Description: PGP signature


Bug#750733: Processed: bumping severity

2014-06-09 Thread Thomas Dickey
- Original Message -
| From: Sven Joachim svenj...@gmx.de
| To: Thomas Dickey dic...@his.com
| Cc: 750...@bugs.debian.org, Klaus Ethgen kl...@ethgen.ch
| Sent: Monday, June 9, 2014 3:43:20 PM
| Subject: Re: Bug#750733: Processed: bumping severity
| 
| On 2014-06-09 21:22 +0200, Thomas Dickey wrote:
| 
|  On Mon, Jun 09, 2014 at 07:12:11PM +, Debian Bug Tracking
|  System wrote:
|  Processing commands for cont...@bugs.debian.org:
|  
|   # Not sure if the problem happens with more readable fonts than
|   5x8,
|   # but better keep this xterm version out of testing
|   severity 750733 serious
|  Bug #750733 [xterm] Newest version sets the foreground to the
|  background color in some cases
|  Severity set to 'serious' from 'normal'
|   thanks
|  Stopping processing here.
| 
|  fwiw, there's a fix for this in
| 
|  ftp://invisible-island.net/temp/xterm-306a.patch.gz
| 
| Thanks, this fixes the problem with the bold text.  However, when
| running 16colors.sh I see that text which is supposed to be
| underlined
| is not, still a regression from xterm 304.
| 

thanks (I had not noticed that).  I will work on that next...

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


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



Bug#750953: flash-kernel: Add support for SolidRun Cubox-i Dual/Quad.

2014-06-09 Thread Vagrant Cascadian
On Mon, Jun 09, 2014 at 07:27:30PM +0100, Ian Campbell wrote:
 I think it is OK as it was, I just wanted to check we weren't painting
 ourselves into a corner wrt future changes, I think I'm convinced we are
 not.

ok.


 Do you have push rights to this repo or would you like me to pickup the
 patch?

I don't, so plase go ahead and push them.


live well,
  vagrant


signature.asc
Description: Digital signature


Bug#751052: RM: iproute2 -- ROM; Deprecated by src:iproute2

2014-06-09 Thread Hector Oron
Package: ftp.debian.org
Severity: normal

Hello ftp-master,

  Apparently src:iproute is to be removed from experimental/unstable/testing 
suites, as it has been deprecated by src:iproute2.

  Andreas, maintainer of the package, concurs on this action.
  (see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741797#27)

Best regards


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



Bug#697121: vlc: sudden very loud sound to cause hearing demage

2014-06-09 Thread Felipe Sateler
On Mon, Jun 9, 2014 at 3:20 PM, Rémi Denis-Courmont r...@remlab.net wrote:
 Le lundi 9 juin 2014, 14:51:53 Felipe Sateler a écrit :
 OK, thanks for explaining. I see that vlc creates the stream when it
 starts playback and destroys it when stopped (although not pause).

 This leaves the following options:

 1. Pulseaudio could add a function to get the volume an output/input
 sink/source stream would get if it were created.

 PulseAudio does not really have a notion of inactive session, as Windows
 does... I don't really see how that would work with the current architecture
 (not that I'm that familiar with it though).

But isn't an uncorked stream an inactive stream? I'm not sure of
what you mean by that.


 2. VLC could create the stream on startup and destroy it on exit. This
 is what Clementine seems to do.

 That is not possible since VLC may play different formats at successive times.
 Also...

OK. So that rules out permanent streams. BTW, out of curiosity, why is
this the case? I thought VLC did their own decoding (and thus output a
single stream format).

Also, semi-permanent streams might be the option then: reuse streams
as long as the format doesn't change. This may well be more work than
this problem merits, though.


 3. VLC could, at startup, create a stream, get the volume and destroy
 the stream.

 Because of flat volumes, doing that would potentially cause spurious changes 
 to
 the master volume and glitches in mixer UIs.

Is this really correct? If pa_stream_connect_playback is set with a
NULL cvolume parameter, PA should set a reasonable volume for the
stream.


 Furthermore, all options 1 and 2 fail if another process creates a stream with
 the same role (or whatever matching criteria) in the mean time, and change the
 volume.

I don't think roles are used for this purpose. Streams have
independent volumes, AFAICT.

 Are there problems with going with option 2? This option has the added
 benefit the volume can potentially be controlled by another program
 before starting playback.

 Ultimately, the problem is simple. On the one hand, PulseAudio developers
 consider that audio applications shall not show volume UI. Only the dedicated
 mixer application(s) and the session process grabbing the volume media keys
 shall be concerned with the volume. On the other hand, VLC GUI developers want
 to have a volume control.

Indeed, it seems PA devs have convinced many people. Several media
players now no longer come with volume UIs, or at least don't show
them until playback has started.


 The two perspectives are incompatible. That is not a technical problem; and
 thus it won't be solved by code.

It doesn't mean it is impossible to work around.

-- 

Saludos,
Felipe Sateler


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



Bug#751051: pxsl-tools: FTBFS - build-dep on non-existent package libghc-containers-dev

2014-06-09 Thread Joachim Breitner
Control: reassign -1 ghc
Control: retitle -1 Provides got lost

This is a mistake in my last GHC update, thanks for spotting.

Am Montag, den 09.06.2014, 20:54 +0100 schrieb Michael Tautschnig:
 Package: pxsl-tools
 Version: 1.0-5.2
 Severity: serious
 Usertags: goto-cc
 
 During a rebuild of all Debian packages in a clean sid chroot (using 
 cowbuilder
 and pbuilder) the build failed with the following error.
 
 [...]
  - Attempting to parse the build-deps 
  - Considering build-dep cdbs
- Trying cdbs
  - Considering build-dep debhelper (= 6)
- Trying debhelper
  - Considering build-dep ghc
- Trying ghc
  - Considering build-dep libghc-mtl-dev (= 1.0)
- Trying libghc-mtl-dev
  - Considering build-dep libghc-parsec3-dev
- Trying libghc-parsec3-dev
  - Considering build-dep libghc-containers-dev
- Trying libghc-containers-dev
- Cannot install libghc-containers-dev; apt errors follow:
 Reading package lists...
 Building dependency tree...
 Reading state information...
 E: Unable to locate package libghc-containers-dev
 
 
 I'm not sure whether libghc-containers-dev existed until recently, but it
 certainly isn't in the archive right now. (Is it in NEW?)
 
 I'm CC'ing Joachim as he uploaded the last two versions.
 
 Best,
 Michael
 

-- 
Joachim nomeata Breitner
Debian Developer
  nome...@debian.org | ICQ# 74513189 | GPG-Keyid: F0FBF51F
  JID: nome...@joachim-breitner.de | http://people.debian.org/~nomeata



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


Bug#751053: [fdroidserver] fdroid init can't find config.sample.py

2014-06-09 Thread Diane Trout
Package: fdroidserver
Version: 0.1-2
Severity: normal

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

Hello,

I tried running fdroid init and got an error:

Traceback (most recent call last):
  File /usr/bin/fdroid, line 66, in module
main()
  File /usr/bin/fdroid, line 62, in main
mod.main()
  File /usr/lib/python2.7/dist-packages/fdroidserver/init.py, line 111, in 
main
shutil.copyfile(os.path.join(examplesdir, 'config.sample.py'), 
'config.py')
  File /usr/lib/python2.7/shutil.py, line 82, in copyfile
with open(src, 'rb') as fsrc:
IOError: [Errno 2] No such file or directory: 
'/usr/share/doc/fdroidserver/examples/config.sample.py'

Looking in /usr/share/doc/fdroidserver/examples/ it looks like the config file 
got compressed. 

Do you think its reasonable to either not compress the sample config file, or 
to modify the init step to extract it?

Diane

--- System information. ---
Architecture: amd64
Kernel:   Linux 3.12-1-amd64

Debian Release: jessie/sid
  500 testing ftp.us.debian.org 
  500 stable-updates  ftp.us.debian.org 
  500 stable  security.debian.org 
  500 stable  ftp.us.debian.org 
  110 unstableftp.us.debian.org 
  110 unstablecdn.debian.net 
1 experimentalftp.us.debian.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
python   (= 2.7) | 2.7.6-2
python   ( 2.8) | 2.7.6-2
python-magic  | 1:5.18-1
python-imaging| 2.3.0-2


Recommends   (Version) | Installed
==-+-===
default-jre| 2:1.7-52
default-jdk| 2:1.7-52
rsync  | 3.1.0-3
wget   | 1.15-1


Suggests(Version) | Installed
=-+-===
bzr   | 2.6.0+bzr6595-1
git   | 1:2.0.0-1
gradle| 
maven | 3.0.5-1
mercurial | 3.0-1
php5  | 
ruby  | 1:2.1.0.1
subversion| 1.8.9-1
vagrant   | 1:1.6.2
virtualbox| 


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



Bug#697121: vlc: sudden very loud sound to cause hearing demage

2014-06-09 Thread Rémi Denis-Courmont
Le lundi 9 juin 2014, 15:56:44 Felipe Sateler a écrit :
 But isn't an uncorked stream an inactive stream? I'm not sure of
 what you mean by that.

I never wrote anything about inactive streams. Inactive sessions is a WASAPI 
notion, that the -in that respect inferior- PulseAudio design lacks.

  2. VLC could create the stream on startup and destroy it on exit. This
  is what Clementine seems to do.
  
  That is not possible since VLC may play different formats at successive
  times. Also...
 
 OK. So that rules out permanent streams. BTW, out of curiosity, why is
 this the case? I thought VLC did their own decoding (and thus output a
 single stream format).

VLC decodes (and PulseAudio does not) but the sample rates and channels maps 
may vary, not to mention pass-through.

 Also, semi-permanent streams might be the option then: reuse streams
 as long as the format doesn't change. This may well be more work than
 this problem merits, though.
 
  3. VLC could, at startup, create a stream, get the volume and destroy
  the stream.
  
  Because of flat volumes, doing that would potentially cause spurious
  changes to the master volume and glitches in mixer UIs.
 
 Is this really correct? If pa_stream_connect_playback is set with a
 NULL cvolume parameter, PA should set a reasonable volume for the
 stream.

Yes, and...?

  Furthermore, all options 1 and 2 fail if another process creates a stream
  with the same role (or whatever matching criteria) in the mean time, and
  change the volume.
 
 I don't think roles are used for this purpose. Streams have
 independent volumes, AFAICT.

Active streams have independent volumes. But the whole point is what to do 
without an active stream. By *default*, PulseAudio restores volumes by stream 
role.

-- 
Rémi Denis-Courmont
http://www.remlab.net/


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



Bug#751054: krb5-multidev: use #ifdef rather than #if in gssapi.h

2014-06-09 Thread Michael Tautschnig
Package: krb5-multidev
Version: 1.12.1+dfsg-2
Affects: pidgin-sipe

Trying to build pidgin-sipe failed with the following error:

[...]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 -Werror 
-Wall -Wextra -Waggregate-return -Wcast-align -Wdeclaration-after-statement 
-Wdeprecated-declarations -Winit-self -Wmaybe-uninitialized 
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs -Wpointer-arith 
-Wundef -Wunused-but-set-variable -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -DLOCALEDIR=\/usr/share/locale\ 
-I./../api -I/usr/include/mit-krb5 -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -c sip-sec-gssapi.c  
-fPIC -DPIC -o .libs/libsipe_core_la-sip-sec-gssapi.o
In file included from sip-sec-gssapi.c:42:0:
/usr/include/mit-krb5/gssapi/gssapi.h:47:5: error: TARGET_OS_MAC is not 
defined [-Werror=undef]
 #if TARGET_OS_MAC
 ^
In file included from sip-sec-gssapi.c:42:0:
/usr/include/mit-krb5/gssapi/gssapi.h:821:5: error: TARGET_OS_MAC is not 
defined [-Werror=undef]
 #if TARGET_OS_MAC
 ^
In file included from /usr/include/mit-krb5/krb5.h:8:0,
 from /usr/include/mit-krb5/gssapi/gssapi_krb5.h:32,
 from sip-sec-gssapi.c:46:
/usr/include/mit-krb5/krb5/krb5.h:111:5: error: TARGET_OS_MAC is not defined 
[-Werror=undef]
 #if TARGET_OS_MAC
 ^
/usr/include/mit-krb5/krb5/krb5.h:8185:5: error: TARGET_OS_MAC is not defined 
[-Werror=undef]
 #if TARGET_OS_MAC
 ^
cc1: all warnings being treated as errors


But really it seems weird that an unrelated package would have to define all
sorts of macros to a 0 value just in order to build. I believe that using #ifdef
rather than #if should solve this problem.

Best,
Michael

PS.: This might actually have higher severity as it breaks the build of an
unrelated package.



pgpojiCpJTOIW.pgp
Description: PGP signature


Bug#751055: python-csa: FTBFS - ImportError: cannot import name _tkagg

2014-06-09 Thread Michael Tautschnig
Package: python-csa
Version: 0.1.0-1.1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
dh_auto_clean
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
Traceback (most recent call last):
  File setup.py, line 4, in module
from csa.version import __version__
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-python-csa/python-csa-0.1.0/csa/__init__.py,
 line 28, in module
from plot import *
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-python-csa/python-csa-0.1.0/csa/plot.py,
 line 21, in module
import matplotlib.pyplot as _plt
  File /usr/lib/pymodules/python2.7/matplotlib/pyplot.py, line 98, in module
_backend_mod, new_figure_manager, draw_if_interactive, _show = pylab_setup()
  File /usr/lib/pymodules/python2.7/matplotlib/backends/__init__.py, line 28, 
in pylab_setup
globals(),locals(),[backend_name],0)
  File /usr/lib/pymodules/python2.7/matplotlib/backends/backend_tkagg.py, 
line 11, in module
import matplotlib.backends.tkagg as tkagg
  File /usr/lib/pymodules/python2.7/matplotlib/backends/tkagg.py, line 2, in 
module
from matplotlib.backends import _tkagg
ImportError: cannot import name _tkagg
dh_auto_clean: python setup.py clean -a returned exit code 1
debian/rules:9: recipe for target 'override_dh_auto_clean' failed


The full build log is attached.

Best,
Michael



python-csa-build-log.txt.gz
Description: application/gunzip


pgpql9SYUgLJD.pgp
Description: PGP signature


Bug#751056: python-babel: FTBFS - rm: cannot remove 'debian/python-babel/usr/share/pyshared/babel/localedata/*.dat': No such file or directory

2014-06-09 Thread Michael Tautschnig
Package: python-babel
Version: 1.3+dfsg.1-3
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
make[1]: Entering directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-python-babel/python-babel-1.3+dfsg.1'
pyversions: missing X(S)-Python-Version in control file, fall back to 
debian/pyversions
pyversions: missing debian/pyversions file, fall back to supported versions
py3versions: no X-Python3-Version in control file, using supported versions
dh_python2 -O--buildsystem=python_distutils
set -e  for pyvers in 2.7; do \
  rm 
debian/python-babel/usr/lib/python$pyvers/dist-packages/babel/localedata/*.dat 
; \
  rmdir 
debian/python-babel/usr/lib/python$pyvers/dist-packages/babel/localedata ; \
  ln -s ../../../../share/python-babel-localedata/localedata 
debian/python-babel/usr/lib/python$pyvers/dist-packages/babel/localedata ; \
  rm debian/python-babel/usr/lib/python$pyvers/dist-packages/babel/global.dat ; 
\
  ln -s ../../../../share/python-babel-localedata/global.dat 
debian/python-babel/usr/lib/python$pyvers/dist-packages/babel/global.dat ; \
done
rm debian/python-babel/usr/share/pyshared/babel/localedata/*.dat
rm: cannot remove 
'debian/python-babel/usr/share/pyshared/babel/localedata/*.dat': No such file 
or directory
debian/rules:32: recipe for target 'override_dh_python2' failed
make[1]: *** [override_dh_python2] Error 1
make[1]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-python-babel/python-babel-1.3+dfsg.1'
debian/rules:7: recipe for target 'binary' failed


The full build log is attached.

Best,
Michael



python-babel-build-log.txt.gz
Description: application/gunzip


pgpy6T0QULsYE.pgp
Description: PGP signature


Bug#751057: pyqwt3d: FTBFS - SIP failed to generate the C++ code.

2014-06-09 Thread Michael Tautschnig
Package: pyqwt3d
Version: 0.1.7~cvs20090625-12
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
sip invokation:
'/usr/bin/sip -I /usr/share/sip/PyQt4 -b tmp-Qwt3D_Qt4/qwt3d.sbf -c 
tmp-Qwt3D_Qt4   -x VendorID -t WS_X11 -x PyQt_NoPrintRangeBug -t Qt_4_8_6 -x 
Py_v3 -g -I ../sip -x HAS_QT3 -x HAS_NUMARRAY -x HAS_NUMERIC 
../sip/Qwt3D_Qt4_Module.sip'

SIP failed to generate the C++ code.


The full build log is attached - but the output here seems hardly useful. Please
do let me know if this happens to be unreproducible, in which case I shall try
to investigate further. But a somewhat more elaborate error reporting would
definitively be useful.

Best,
Michael



pyqwt3d-build-logs.txt.gz
Description: application/gunzip


pgpLeEx9uUXXZ.pgp
Description: PGP signature


Bug#751058: pychef: FTBFS - URLError: urlopen error [Errno -2] Name or service not known

2014-06-09 Thread Michael Tautschnig
Package: pychef
Version: 0.2.3-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
==
ERROR: test_create_bag (chef.tests.test_data_bag.DataBagTestCase)
--
Traceback (most recent call last):
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pychef/pychef-0.2.3/chef/tests/__init__.py,
 line 52, in tearDown
obj.delete()
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pychef/pychef-0.2.3/chef/base.py, 
line 117, in delete
api.api_request('DELETE', self.url)
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pychef/pychef-0.2.3/chef/api.py, 
line 225, in api_request
response = self.request(method, path, headers, data)
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pychef/pychef-0.2.3/chef/api.py, 
line 208, in request
response = self._request(method, self.url+path, data, dict((k.capitalize(), 
v) for k, v in request_headers.iteritems()))
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-pychef/pychef-0.2.3/chef/api.py, 
line 195, in _request
return urllib2.urlopen(request).read()
  File /usr/lib/python2.7/urllib2.py, line 127, in urlopen
return _opener.open(url, data, timeout)
  File /usr/lib/python2.7/urllib2.py, line 404, in open
response = self._open(req, data)
  File /usr/lib/python2.7/urllib2.py, line 422, in _open
'_open', req)
  File /usr/lib/python2.7/urllib2.py, line 382, in _call_chain
result = func(*args)
  File /usr/lib/python2.7/urllib2.py, line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
  File /usr/lib/python2.7/urllib2.py, line 1184, in do_open
raise URLError(err)
URLError: urlopen error [Errno -2] Name or service not known

--
Ran 71 tests in 59.780s

FAILED (errors=1, skipped=2)
{}
{1: 2}
debian/rules:10: recipe for target 'override_dh_auto_test' failed


I'm not sure whether this test expects any network connectivity!? The full build
log is attached, but please do let me know if the problem happens to be
unreproducible.

Best,
Michael



pychef-build-log.txt.gz
Description: application/gunzip


pgpIW3SvZ60F2.pgp
Description: PGP signature


Bug#751059: pycurl: FTBFS - conflicting (transitive) build dependencies

2014-06-09 Thread Michael Tautschnig
Package: pycurl
Version: 7.19.3.1-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
 - Attempting to parse the build-deps 
 - Considering build-dep debhelper (= 7.0.50~)
   - Trying debhelper
 - Considering build-dep python-all-dev (= 2.6.6-3~)
   - Trying python-all-dev
 - Considering build-dep python-all-dbg
   - Trying python-all-dbg
 - Considering build-dep python3-all-dev
   - Trying python3-all-dev
 - Considering build-dep python3-all-dbg
   - Trying python3-all-dbg
 - Considering build-dep dh-python
   - Trying dh-python
 - Considering build-dep libcurl4-gnutls-dev (= 7.19.0)
   - Trying libcurl4-gnutls-dev
 - Considering build-dep librtmp-dev
   - Trying librtmp-dev
 - Considering build-dep libssh2-1-dev
   - Trying libssh2-1-dev
   - Cannot install libssh2-1-dev; apt errors follow:
Reading package lists...
Building dependency tree...
Reading state information...
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 librtmp-dev : Depends: libgnutls-dev but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
E: Could not satisfy build-dependency.


A further investigation suggests that the problem is

- librtmp-dev --depends-- libgnutls-dev --depends-- libgcrypt11-dev
- libssh2-1-dev --depends-- libgcrypt20-dev --conflicts-- libgcrypt11-dev

Hence you may wish to reassign this bug report in case there is a chance for
libgnutls-dev's build dependencies can be bumped to seemingly newer libgcrypt20.
As is, however, the pycurl package cannot be built.

Best,
Michael



pgphkLz5zBsP5.pgp
Description: PGP signature


Bug#751054: krb5-multidev: use #ifdef rather than #if in gssapi.h

2014-06-09 Thread Russ Allbery
Michael Tautschnig m...@debian.org writes:

 libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
 -Werror -Wall -Wextra -Waggregate-return -Wcast-align 
 -Wdeclaration-after-statement -Wdeprecated-declarations -Winit-self 
 -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes 
 -Wnested-externs -Wpointer-arith -Wundef -Wunused-but-set-variable 
 -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
 -DLOCALEDIR=\/usr/share/locale\ -I./../api -I/usr/include/mit-krb5 -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -c sip-sec-gssapi.c  -fPIC -DPIC -o .libs/libsipe_core_la-sip-sec-gssapi.o
 In file included from sip-sec-gssapi.c:42:0:
 /usr/include/mit-krb5/gssapi/gssapi.h:47:5: error: TARGET_OS_MAC is not 
 defined [-Werror=undef]
  #if TARGET_OS_MAC
  ^

-Werror=undef is not really a sane compiler flag to try to build with if
you use random third-party headers.  Most software does not have -Wundef
cleanliness as an explicit goal, and the machinations that you have to go
through to achieve this are often not trivial.

In this specific case, it would probably be fine for the MIT Kerberos code
base to change this line to instead be:

#if !defined(TARGET_OS_MAC)

but it would surprise me if this is the last problem that you run into
along these lines.  I would instead remove either -Werror or -Wundef from
your compiler flags or otherwise make -Wundef warnings not a fatal error.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#751012: [flash-kernel] Flash-kernel should fail with exit 0 under debrootstrap

2014-06-09 Thread Bastien ROUCARIES
On Mon, Jun 9, 2014 at 8:19 PM, Ian Campbell
ian.james.campb...@gmail.com wrote:
 On Mon, 2014-06-09 at 17:54 +0200, Bastien ROUCARIES wrote:
 On Mon, Jun 9, 2014 at 5:21 PM, Karsten Merker mer...@debian.org wrote:
  On Mon, Jun 09, 2014 at 03:48:11PM +, bastien ROUCARIES wrote:
 
  Package: flash-kernel
  Severity: important
 
  Flash-kernel should detect it run under debrootstrap and fail gracefully/
 
  Install message:
 
  Processing triggers for libc-bin (2.18-7) ...
  Processing triggers for initramfs-tools (0.115) ...
  update-initramfs: Generating /boot/initrd.img-3.14-1-kirkwood
  /bin/df: Warning: cannot read table of mounted file systems: No such file 
  or directory
  warning: failed to read mtab
  ^Cdpkg: error processing package initramfs-tools (--configure):
   subprocess installed post-installation script was interrupted
  Errors were encountered while processing:
   initramfs-tools
  E: Sub-process /usr/bin/dpkg returned an error code (1)
 
  Hello,
 
  I am trying to understand which problem exactly you have
  encountered, but I am a bit confused: you have filed a bug
  against flash-kernel but in the log you have provided, it is not
  flash-kernel that shows an error message, but initramfs-tools.  I
  also cannot see in which context that has happened and how it
  relates to debootstrap - by default debootstrap does neither
  install a kernel image nor flash-kernel.  From your log, it looks
  like you have manually interrupted the update-initramfs process,
  resulting in the error message above:

 No I have not interupted.

 What is the ^C in the output from? Was it produced verbatim by the
 process?
No it is a left over

 I have installed te kirkwood kernel and flash-kernel on my chroot.

 Out of interest, why?

Because I wand to add support for dns-320 and thus I am creating an image.

 The problem is that flash-kernel is run by 
 initramfs/post-update.d/flash-kernel

 I have added an exit 0 at the beginning of this file and everything is ok

 The best think is to exit 0 if we are under a debootstrap.

 If you want to install flash-kernel in a chroot/debootstrap etc then you
 should set FK_MACHINE=none in the environment or write none to
 $chroot/etc/flash-kernel/machine, either of which will cause
 flash-kernel to become a nop.

Is it documented somewhere ?

Bastien

 Alternatively if you want f-k to behave as if it was installing on a
 particular piece of h/w you can use the appropriate DB Machine name,
 although YMMV if that machine requires writing to specific partitions
 etc.

 Ian.




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



Bug#751054: krb5-multidev: use #ifdef rather than #if in gssapi.h

2014-06-09 Thread Michael Tautschnig
Control: clone 751054 -2
Control: reassign -2 pidgin-sipe 1.18.1-1
Control: severity -2 serious
Control: retitle -2 pidgin-sip: FTBFS - uses -Werror -Wundef with third-party 
headers

 Michael Tautschnig m...@debian.org writes:
 
  libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -D_FORTIFY_SOURCE=2 
  -Werror -Wall -Wextra -Waggregate-return -Wcast-align 
  -Wdeclaration-after-statement -Wdeprecated-declarations -Winit-self 
  -Wmaybe-uninitialized -Wmissing-declarations -Wmissing-prototypes 
  -Wnested-externs -Wpointer-arith -Wundef -Wunused-but-set-variable 
  -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
  -DLOCALEDIR=\/usr/share/locale\ -I./../api -I/usr/include/mit-krb5 -g -O2 
  -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -c sip-sec-gssapi.c  -fPIC -DPIC -o 
  .libs/libsipe_core_la-sip-sec-gssapi.o
  In file included from sip-sec-gssapi.c:42:0:
  /usr/include/mit-krb5/gssapi/gssapi.h:47:5: error: TARGET_OS_MAC is not 
  defined [-Werror=undef]
   #if TARGET_OS_MAC
   ^
 
 -Werror=undef is not really a sane compiler flag to try to build with if
 you use random third-party headers.  Most software does not have -Wundef
 cleanliness as an explicit goal, and the machinations that you have to go
 through to achieve this are often not trivial.


I tend to agree, hence cloned the bug to get pidgin-sipe to change (as well).

 In this specific case, it would probably be fine for the MIT Kerberos code
 base to change this line to instead be:
 
 #if !defined(TARGET_OS_MAC)
  ^ (Sure? I don't think negation is due here.)

 
 but it would surprise me if this is the last problem that you run into
 along these lines.  I would instead remove either -Werror or -Wundef from
 your compiler flags or otherwise make -Wundef warnings not a fatal error.
 

So I do believe that

^\s*#\s*if\s+[a-zA-Z_][a-zA-Z0-9_]*\s*$

is almost always wrong as those should really be #ifdef ... or #if defined(...),
but there may be more complex expressions that are wrong as well. Fixing this
appears to be a worthwhile (but indeed possibly non-trivial) goal.

Best,
Michael



pgpgs6VDMPyIS.pgp
Description: PGP signature


Bug#751012: [flash-kernel] Flash-kernel should fail with exit 0 under debrootstrap

2014-06-09 Thread Bastien ROUCARIES
On Mon, Jun 9, 2014 at 8:08 PM, Karsten Merker mer...@debian.org wrote:
 On Mon, Jun 09, 2014 at 05:54:35PM +0200, Bastien ROUCARIES wrote:
 On Mon, Jun 9, 2014 at 5:21 PM, Karsten Merker mer...@debian.org wrote:
  On Mon, Jun 09, 2014 at 03:48:11PM +, bastien ROUCARIES wrote:
 
  Package: flash-kernel
  Severity: important
 
  Flash-kernel should detect it run under debrootstrap and fail gracefully/
 
  Install message:
 
  Processing triggers for libc-bin (2.18-7) ...
  Processing triggers for initramfs-tools (0.115) ...
  update-initramfs: Generating /boot/initrd.img-3.14-1-kirkwood
  /bin/df: Warning: cannot read table of mounted file systems: No such file 
  or directory
  warning: failed to read mtab
  ^Cdpkg: error processing package initramfs-tools (--configure):
   subprocess installed post-installation script was interrupted
  Errors were encountered while processing:
   initramfs-tools
  E: Sub-process /usr/bin/dpkg returned an error code (1)
 
  Hello,
 
  I am trying to understand which problem exactly you have
  encountered, but I am a bit confused: you have filed a bug
  against flash-kernel but in the log you have provided, it is not
  flash-kernel that shows an error message, but initramfs-tools.  I
  also cannot see in which context that has happened and how it
  relates to debootstrap - by default debootstrap does neither
  install a kernel image nor flash-kernel.  From your log, it looks
  like you have manually interrupted the update-initramfs process,
  resulting in the error message above:

 No I have not interupted.

 I have installed te kirkwood kernel and flash-kernel on my chroot.

 Hello,

 I unfortunately cannot yet reproduce your problem. Due to the
 kernel version (3.14-1) I assume that you are debootstrapping
 jessie or sid.  I have just debootstrapped a sid/armel chroot
 that included flash-kernel and linux-image-3.14-1-kirkwood on
 a sid/armhf system without problems:

 # debootstrap --arch=armel --include=flash-kernel,linux-image-kirkwood sid 
 armel-sid-chroot http://ftp.de.debian.org/debian
 I: Retrieving Release
 I: Retrieving Release.gpg
 I: Checking Release signature
 I: Valid Release signature (key id A1BD8E9D78F7FE5C3E65D8AF8B48AD6246925553)
 [...]
 I: Configuring linux-image-3.14-1-kirkwood...
 I: Configuring flash-kernel...
 I: Configuring libgnutls-openssl27:armel...
 I: Configuring wget...
 I: Configuring libcwidget3:armel...
 I: Configuring aptitude...
 I: Configuring linux-image-kirkwood...
 I: Configuring iputils-ping...
 I: Configuring tasksel...
 I: Configuring tasksel-data...
 I: Configuring perl-modules...
 I: Configuring perl...
 I: Configuring init-system-helpers...
 I: Configuring cron...
 I: Configuring rsyslog...
 I: Configuring logrotate...
 I: Configuring libc-bin...
 I: Configuring initramfs-tools...
 I: Base system installed successfully.
 #

 Just to be sure: On which kind of hardware (kirkwood or
 non-kirkwood system) and in which Debian release (wheezy, jessie
 or sid) are you running the debootstrap command and which release
 are you bootstrapping with debootstrap (jessie or sid)?

jessie.

 Have you created your chroot like I did above, i.e. with the
 --include parameter, or have you first run debootstrap without it
 and later on manually installed linux-image-3.14-1-kirkwood and
 flash-kernel in the already-created chroot?

I have first run deboostrap using command line here:
http://jamie.lentin.co.uk/devices/dlink-dns325/keeping-original-firmware/
then installed the kernel
then installed flash-kernel
then installed systemd. It fail during postconfigure of systemd

Bastien

 Please provide a full log of the whole process starting with the
 invocation of debootstrap up to the point where flash-kernel runs
 but should not.


 Regards,
 Karsten
 --
 Gem. Par. 28 Abs. 4 Bundesdatenschutzgesetz widerspreche ich der Nutzung
 sowie der Weitergabe meiner personenbezogenen Daten für Zwecke der
 Werbung sowie der Markt- oder Meinungsforschung.


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



Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2014-06-09 Thread Aron Xu
On Mon, Jun 9, 2014 at 10:11 PM, Aurelien Jarno aurel...@aurel32.net wrote:
 On Thu, Jun 05, 2014 at 11:34:37PM +0800, Yunqiang Su wrote:
 Hi, as I asked that guys, they insist on using /usr/lib but not /usr/libo32. 
 :-(

 Who are the guys? What is the argument on using /usr/lib instead of
 /usr/libo32?


See https://lists.debian.org/debian-mips/2014/05/msg00050.html

I guess the standard he refers means the MIPS N32 ABI Handbook.


Regards,
Aron Xu


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



Bug#751061: puredata: Conflicting declarations of function canvas_properties

2014-06-09 Thread Michael Tautschnig
Package: puredata
Version: 0.45.4-2
Usertags: goto-cc

Thank you very much for the previous bugfix. Yet during another rebuild of all
Debian packages in a clean sid chroot (using cowbuilder and pbuilder) the build
failed with a further error. Please note that we use our research compiler
tool-chain (using tools from the cbmc package), which permits extended reporting
on type inconsistencies at link time.

[...]
libtool: link: gcc -DPD -DINSTALL_PREFIX=\/usr\ -DUSEAPI_ALSA -DUSEAPI_JACK 
-DJACK_XRUN -DUSEAPI_OSS -DUSEAPI_PORTAUDIO -O3 -funroll-loops 
-fomit-frame-pointer -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -Wl,-z -Wl,relro -Wl,--as-needed -o pd 
pd-g_canvas.o pd-g_graph.o pd-g_text.o pd-g_rtext.o pd-g_array.o 
pd-g_template.o pd-g_io.o pd-g_scalar.o pd-g_traversal.o pd-g_guiconnect.o 
pd-g_readwrite.o pd-g_editor.o pd-g_all_guis.o pd-g_bang.o pd-g_hdial.o 
pd-g_hslider.o pd-g_mycanvas.o pd-g_numbox.o pd-g_toggle.o pd-g_vdial.o 
pd-g_vslider.o pd-g_vumeter.o pd-m_pd.o pd-m_class.o pd-m_obj.o pd-m_atom.o 
pd-m_memory.o pd-m_binbuf.o pd-m_conf.o pd-m_glob.o pd-m_sched.o pd-s_main.o 
pd-s_inter.o pd-s_file.o pd-s_print.o pd-s_loader.o pd-s_path.o pd-s_entry.o 
pd-s_audio.o pd-s_midi.o pd-s_utf8.o pd-d_ugen.o pd-d_ctl.o pd-d_arithmetic.o 
pd-d_osc.o pd-d_filter.o pd-d_dac.o pd-d_misc.o pd-d_math.o pd-d_fft.o 
pd-d_array.o pd-d_global.o pd-d_delay.o pd-d_resample.o pd-d_soundfile.o 
pd-x_arithmetic.o pd-x_connective.o pd-x_interface.o pd-x_midi.o pd-x_misc.o 
pd-x_time.o pd-x_acoustics.o pd-x_net.o pd-x_text.o pd-x_gui.o pd-x_list.o 
pd-x_array.o pd-x_scalar.o pd-s_audio_alsa.o pd-s_audio_alsamm.o 
pd-s_midi_alsa.o pd-d_fft_mayer.o pd-d_fftroutine.o pd-s_audio_jack.o 
pd-s_audio_oss.o pd-s_midi_oss.o pd-s_audio_pa.o pd-s_audio_paring.o 
-Wl,--export-dynamic  -lm -lasound -ljack -lportaudio -lpthread -ldl -lrt

error: conflicting function declarations canvas_properties
old definition in module g_canvas file g_canvas.c line 1532
void (struct _gobj *)
new definition in module g_editor file g_editor.c line 1045
void (struct _glist *x)

reason for conflict in types listed below (struct/struct):
composite type component counts differ (2/47)
struct _gobj {
  struct _class * g_pd;
  struct _gobj * g_next;
}
struct _glist {
  struct _text gl_obj;
  struct _gobj * gl_list;
  struct _gstub * gl_stub;
  signed int gl_valid;
  unsigned int $pad0;
  struct _glist * gl_owner;
  signed int gl_pixwidth;
  signed int gl_pixheight;
  float gl_x1;
  float gl_y1;
  float gl_x2;
  float gl_y2;
  signed int gl_screenx1;
  signed int gl_screeny1;
  signed int gl_screenx2;
  signed int gl_screeny2;
  signed int gl_xmargin;
  signed int gl_ymargin;
  struct _tick gl_xtick;
  signed int gl_nxlabels;
  struct _symbol ** gl_xlabel;
  float gl_xlabely;
  struct _tick gl_ytick;
  signed int gl_nylabels;
  unsigned int $pad1;
  struct _symbol ** gl_ylabel;
  float gl_ylabelx;
  unsigned int $pad2;
  struct _editor * gl_editor;
  struct _symbol * gl_name;
  signed int gl_font;
  unsigned int $pad3;
  struct _glist * gl_next;
  struct _canvasenvironment * gl_env;
  unsigned int gl_havewindow;
  unsigned int gl_mapped;
  unsigned int gl_dirty;
  unsigned int gl_loading;
  unsigned int gl_willvis;
  unsigned int gl_edit;
  unsigned int gl_isdeleting;
  unsigned int gl_goprect;
  unsigned int gl_isgraph;
  unsigned int gl_hidetext;
  unsigned int gl_private;
  unsigned __CPROVER_bitvector[5] $bit_field_pad0;
  unsigned __CPROVER_bitvector[48] $pad4;
}
Makefile:671: recipe for target 'pd' failed
make[3]: *** [pd] Error 64
make[3]: Leaving directory 
'/srv/jenkins-slave/workspace/sid-goto-cc-puredata/puredata-0.45.4/src'
Makefile:903: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1

So canvas_properties is defined here:

http://sources.debian.net/src/puredata/0.45.4-2/src/g_editor.c?hl=1045#L1045

and as described above the declaration here

http://sources.debian.net/src/puredata/0.45.4-2/src/g_canvas.c?hl=1532#L1532

conflicts. What is possibly more worrying, however, is the use here:

http://sources.debian.net/src/puredata/0.45.4-2/src/g_canvas.c?hl=1607#L1607

as a t_propertiesfn really takes two arguments, one being a t_gobj and the other
being a struct _glist (so combine the conflicting declaration to get that!?):

http://sources.debian.net/src/puredata/0.45.4-2/src/m_pd.h?hl=479#L479

Consequently I'm not sure whether fixing the declaration only will do the trick
here.

Best,
Michael




pgpA3_Lx8fRkJ.pgp
Description: PGP signature


Bug#750160: [Aptitude-devel] Bug#750160: RFS: aptitude/0.6.11-1 [RC]

2014-06-09 Thread Axel Beckert
Control: tag -1 + pending

Hi Daniel,

Daniel Hartwig wrote:
* debian/control: New Build-Depends on libxapian-dev,
  replacing libept-dev.
 
  Thanks.
 
 Uploaded (mentors.d.n).

Thanks. Will upload soon.

One remark though about something I didn't notice with the previous
version:

aptitude doesn't seem to cleanly build twice in a row. After a
non-chrooted build with debuild and debclean afterwards,
pdebuild for the chrooted build initially failed as follows:

$ pdebuild
dpkg-buildpackage: source version 0.6.11-1
dpkg-buildpackage: source distribution unstable
dpkg-buildpackage: source changed by Daniel Hartwig mand...@gmail.com
 dpkg-source --before-build aptitude-0.6.11
 fakeroot debian/rules clean
dh clean --parallel --builddirectory=build-arch --dbg-package=aptitude-dbg
   dh_testdir -O--parallel -O--builddirectory=build-arch 
-O--dbg-package=aptitude-dbg
   dh_auto_clean -O--parallel -O--builddirectory=build-arch 
-O--dbg-package=aptitude-dbg
   dh_clean -O--parallel -O--builddirectory=build-arch 
-O--dbg-package=aptitude-dbg
 dpkg-source -b aptitude-0.6.11
dpkg-source: info: using source format `3.0 (quilt)'
dpkg-source: info: building aptitude using existing 
./aptitude_0.6.11.orig.tar.xz
dpkg-source: info: local changes detected, the modified files are:
 aptitude-0.6.11/doc/de/aptitude.xml
 aptitude-0.6.11/doc/de/manpage.xml
 aptitude-0.6.11/doc/es/aptitude.xml
 aptitude-0.6.11/doc/es/manpage.xml
 aptitude-0.6.11/doc/fr/aptitude.xml
 aptitude-0.6.11/doc/fr/manpage.xml
 aptitude-0.6.11/doc/it/aptitude.xml
 aptitude-0.6.11/doc/it/manpage.xml
 aptitude-0.6.11/doc/ja/aptitude.xml
 aptitude-0.6.11/doc/ja/manpage.xml
 aptitude-0.6.11/doc/pl/aptitude.xml
 aptitude-0.6.11/doc/pl/manpage.xml
 aptitude-0.6.11/doc/ru/aptitude.xml
 aptitude-0.6.11/doc/ru/manpage.xml
dpkg-source: error: aborting due to unexpected upstream changes, see 
/tmp/aptitude_0.6.11-1.diff.7en63G
dpkg-source: info: you can integrate the local changes with dpkg-source --commit
dpkg-buildpackage: error: dpkg-source -b aptitude-0.6.11 gave error exit status 
2

The mentioned diff shows that these files are new files. So they
should be cleaned up in the clean target.

Maybe adding

doc/??/aptitude.xml
doc/??/manpage.xml

to debian/clean helps -- unless the source files are matched by this, too.

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


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



Bug#751054: krb5-multidev: use #ifdef rather than #if in gssapi.h

2014-06-09 Thread Russ Allbery
Michael Tautschnig m...@debian.org writes:

 In this specific case, it would probably be fine for the MIT Kerberos code
 base to change this line to instead be:
 
 #if !defined(TARGET_OS_MAC)
   ^ (Sure? I don't think negation is due here.)

Ack, you're correct.  I reversed the sense.

 So I do believe that

 ^\s*#\s*if\s+[a-zA-Z_][a-zA-Z0-9_]*\s*$

 is almost always wrong as those should really be #ifdef ... or #if
 defined(...), but there may be more complex expressions that are wrong
 as well. Fixing this appears to be a worthwhile (but indeed possibly
 non-trivial) goal.

There used to be a coding style that recommended #if over #ifdef for stuff
like this, but I forget why.

I'm not sure if you can use #ifdef with #elif.  I've always avoided doing
so, but have to admit having not looked it up in the C standard.

I generally agree with you that it would be better to write -Wundef-clean
code, but a lot of examples from, say, Autoconf are not -Wundef-clean, so
I suspect there's a lot of this out there.  And since behavior of an
undefined variable in preprocessor directives is well-defined by the
standard, you'll probably get pushback against making it a rule.

-- 
Russ Allbery (r...@debian.org)   http://www.eyrie.org/~eagle/


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



Bug#750849: nouveau: gnome3 starts in legacy mode with nouveau and geforce gtx 650

2014-06-09 Thread Julien Cristau
Control: tag -1 moreinfo

On Sat, Jun  7, 2014 at 11:01:02 -0400, Gregory Derecho wrote:

 Package: libgl1-mesa-dri
 Version: 8.0.5-4+deb7u2
 Severity: important
 File: nouveau
 
 Dear Maintainer,
 
 I'm not sure if this is the right package to file this bug under, but I
 can't get the gnome-shell to start under the nouveau driver with a gtx
 650.
 
Please include X, kernel and gnome session logs.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2014-06-09 Thread Aron Xu
On Mon, Jun 9, 2014 at 10:38 PM, Aurelien Jarno aurel...@aurel32.net wrote:
 On Mon, Jun 09, 2014 at 09:02:04PM +0800, Sphinx Jiang wrote:
 I refreshed this patch with 2.19-1.

 Tested on mips64el device, build successfully.


 Sphinx


 I have just merged the non-controversial parts, that is everything but
 multlib. I am still opposed to having the o32 libraries in /lib and I am
 waiting for arguments about why it can't be for example in /libo32.

 Anyway I do wonder if we want multilib support at all on a new port, we
 now have multiarch to address this, so one can just install the
 libc6:mips on a mipsn32 or mips64 system, or libc6:mipsel on a
 mipsn32el or mips64el system to get o32 support.


Multilib is still nice-to-have, so that we don't miss anything might
be useful for users, and related code/configuration does not change
from time to time so there should be maintainability burdens.

Aron


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



Bug#751054: krb5-multidev: use #ifdef rather than #if in gssapi.h

2014-06-09 Thread Michael Tautschnig
Control: severity -1 wishlist

[...]
 I'm not sure if you can use #ifdef with #elif.  I've always avoided doing
 so, but have to admit having not looked it up in the C standard.
 

Just for the record, here's what it says:

Preprocessing directives of the forms

#ifdef identifier new-line groupopt
#ifndef identifier new-line groupopt

check whether the identifier is or is not currently defined as a macro name.
Their conditions are equivalent to #if defined identifier and #if !defined
identifier respectively.

So, yes, mixing #ifdef with #elif is fine. But using #if defined(...) will
definitively remove any doubts.

 I generally agree with you that it would be better to write -Wundef-clean
 code, but a lot of examples from, say, Autoconf are not -Wundef-clean, so
 I suspect there's a lot of this out there.  And since behavior of an
 undefined variable in preprocessor directives is well-defined by the
 standard, you'll probably get pushback against making it a rule.
 

Yes, indeed, this case is explicitly covered. So maybe the rule should rather be
use -Wundef with your own header files only.

I've adjusted the severity to wishlist, but feel free to tag it wontfix.

Best,
Michael



pgp_yG7O4qlFn.pgp
Description: PGP signature


Bug#747309: [xml/sgml-pkgs] Bug#747309: CVE-2014-0191

2014-06-09 Thread Aron Xu
Hi,

On Mon, Jun 9, 2014 at 11:22 PM, Salvatore Bonaccorso car...@debian.org wrote:
 Hi,

 Not looked in detail, but if applying this patch, it would also need a
 followup patch to fix a  regression.

 See: https://bugs.launchpad.net/ubuntu/+source/libxml2/+bug/1321869
 and http://www.ubuntu.com/usn/usn-2214-2/


I tried to update the package when the first USN comes out and noticed
there's action from Ubuntu Security team for regression, so the update
was held back. Now I'll try to deal with the update as soon as
possible.


Regards,
Aron Xu


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



Bug#751033: the jdk note

2014-06-09 Thread Stephen Mahood
Just to note, the reference is that bbb can use openjdk whereas
openmeeting require sun/oracle jdk. BBB does have some dependence on openjdk

~mv
-- 
cyberunions.org co-host/activist



signature.asc
Description: OpenPGP digital signature


Bug#751012: [flash-kernel] Flash-kernel should fail with exit 0 under debrootstrap

2014-06-09 Thread Ian Campbell
On Mon, 2014-06-09 at 22:49 +0200, Bastien ROUCARIES wrote:
 On Mon, Jun 9, 2014 at 8:19 PM, Ian Campbell
 ian.james.campb...@gmail.com wrote:
  On Mon, 2014-06-09 at 17:54 +0200, Bastien ROUCARIES wrote:
  On Mon, Jun 9, 2014 at 5:21 PM, Karsten Merker mer...@debian.org wrote:
   On Mon, Jun 09, 2014 at 03:48:11PM +, bastien ROUCARIES wrote:
  
   Package: flash-kernel
   Severity: important
  
   Flash-kernel should detect it run under debrootstrap and fail 
   gracefully/
  
   Install message:
  
   Processing triggers for libc-bin (2.18-7) ...
   Processing triggers for initramfs-tools (0.115) ...
   update-initramfs: Generating /boot/initrd.img-3.14-1-kirkwood
   /bin/df: Warning: cannot read table of mounted file systems: No such 
   file or directory
   warning: failed to read mtab
   ^Cdpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script was interrupted
   Errors were encountered while processing:
initramfs-tools
   E: Sub-process /usr/bin/dpkg returned an error code (1)
  
   Hello,
  
   I am trying to understand which problem exactly you have
   encountered, but I am a bit confused: you have filed a bug
   against flash-kernel but in the log you have provided, it is not
   flash-kernel that shows an error message, but initramfs-tools.  I
   also cannot see in which context that has happened and how it
   relates to debootstrap - by default debootstrap does neither
   install a kernel image nor flash-kernel.  From your log, it looks
   like you have manually interrupted the update-initramfs process,
   resulting in the error message above:
 
  No I have not interupted.
 
  What is the ^C in the output from? Was it produced verbatim by the
  process?
 No it is a left over

From what?

  I have installed te kirkwood kernel and flash-kernel on my chroot.
 
  Out of interest, why?
 
 Because I wand to add support for dns-320 and thus I am creating an image.

If this is to do with
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724891 then you don't
need to create an image for that AFAIK.

  The problem is that flash-kernel is run by 
  initramfs/post-update.d/flash-kernel
 
  I have added an exit 0 at the beginning of this file and everything is ok
 
  The best think is to exit 0 if we are under a debootstrap.
 
  If you want to install flash-kernel in a chroot/debootstrap etc then you
  should set FK_MACHINE=none in the environment or write none to
  $chroot/etc/flash-kernel/machine, either of which will cause
  flash-kernel to become a nop.
 
 Is it documented somewhere ?

Apart from in the flash-kernel changelog, no.

Ian.


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



Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2014-06-09 Thread Aurelien Jarno
On Tue, Jun 10, 2014 at 05:01:45AM +0800, Aron Xu wrote:
 On Mon, Jun 9, 2014 at 10:11 PM, Aurelien Jarno aurel...@aurel32.net wrote:
  On Thu, Jun 05, 2014 at 11:34:37PM +0800, Yunqiang Su wrote:
  Hi, as I asked that guys, they insist on using /usr/lib but not 
  /usr/libo32. :-(
 
  Who are the guys? What is the argument on using /usr/lib instead of
  /usr/libo32?
 
 
 See https://lists.debian.org/debian-mips/2014/05/msg00050.html
 
 I guess the standard he refers means the MIPS N32 ABI Handbook.

Debian doesn't follow the standard already by putting the 64-bit
libraries in /lib instead of /lib64, so I don't consider the argument
that we should follow the standard for o32 libraries as valid.

-- 
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#715038: add mips64(el) mipsn32(el) support to eglibc

2014-06-09 Thread Aurelien Jarno
On Tue, Jun 10, 2014 at 05:06:03AM +0800, Aron Xu wrote:
 On Mon, Jun 9, 2014 at 10:38 PM, Aurelien Jarno aurel...@aurel32.net wrote:
  On Mon, Jun 09, 2014 at 09:02:04PM +0800, Sphinx Jiang wrote:
  I refreshed this patch with 2.19-1.
 
  Tested on mips64el device, build successfully.
 
 
  Sphinx
 
 
  I have just merged the non-controversial parts, that is everything but
  multlib. I am still opposed to having the o32 libraries in /lib and I am
  waiting for arguments about why it can't be for example in /libo32.
 
  Anyway I do wonder if we want multilib support at all on a new port, we
  now have multiarch to address this, so one can just install the
  libc6:mips on a mipsn32 or mips64 system, or libc6:mipsel on a
  mipsn32el or mips64el system to get o32 support.
 
 
 Multilib is still nice-to-have, so that we don't miss anything might
 be useful for users, and related code/configuration does not change
 from time to time so there should be maintainability burdens.

With my glibc maintainer hat, multilib is a huge pain to maintain and
doesn't play well with multiarch, so I would be more than happy to not
have it for a new architecture.

-- 
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#724891: [debian-installer] debian-installer: Build firmware for the DNS-320/DNS-325

2014-06-09 Thread Bastien ROUCARIES
On Mon, Mar 3, 2014 at 5:49 AM, Ian Campbell i...@hellion.org.uk wrote:
 On Mon, 2014-03-03 at 03:48 +0100, Cyril Brulebois wrote:
 Control: reassign -1 flash-kernel

 Ben Hutchings b...@decadent.org.uk (2014-03-03):
  On Mon, 2014-03-03 at 02:25 +, Ben Hutchings wrote:
   I found these pages:
  
   http://jamie.lentin.co.uk/devices/dlink-dns325/
 
  Oh, that's exactly what Bastien linked to.  Well anyway, I hope I
  extracted the most useful information below.

 Certainly, thanks!

   http://jamie.lentin.co.uk/devices/dlink-dns325/keeping-original-firmware/
  
   They say that these models use a Kirkwood SoC (so the kirkwood kernel
   and installer flavours should be used) and that they are supported by
   the standard kernel package in wheezy-backports but not wheezy.
  
   Given that the instructions include writing a custom kernel install
   hook, I would assume that flash-kernel doesn't support these models and
   therefore this bug should be reassigned to flash-kernel.  But there may
   be other changes needed elsewhere.

 Punting that to flash-kernel for the time being. Ian will likely know
 what to do with it. ;)

 Please can someone with access to the system provide a flash-kernel
 stanza for the system. After installing the flash-kernel
 package /usr/share/doc/flash-kernel/README.gz will contain documentation
 for (most of) the possible stanza entries
 and /usr/share/flash-kernel/db/all.db will have plenty of examples. For
 testing a stanza can be added to /etc/flash-kernel/db.

 From
 http://jamie.lentin.co.uk/devices/dlink-dns325/keeping-original-firmware/ it 
 looks like you can boot from both NAND and the regular disk/MMC, I'd be 
 inclined to go with installing to NAND by default, which would mean using the 
 Mtd-Kernel/Initrd style of entries.

ok the existing mtd partition are too small :S See bellow. How can I
do ? I have more space but I need to change partition table and likely
change uboot...

I have used the following config:
Machine: D-Link DNS-320 NAS (Rev A1)
Kernel-Flavors: kirkwood
DTB-Id: kirkwood-dns320.dtb
DTB-Append: Yes
Mtd-Kernel: uImage
Mtd-Initrd: ramdisk
U-Boot-Kernel-Address: 0xa0
U-Boot-Initrd-Address: 0xf0
Required-Packages: u-boot-tools
Bootloader-Sets-Incorrect-Root: yes

the mdtdinfo is:
Count of MTD devices:   6
Present MTD devices:mtd0, mtd1, mtd2, mtd3, mtd4, mtd5
Sysfs interface supported:  yes

mtd0
Name:   u-boot
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  8 (1048576 bytes, 1024.0 KiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:0
Bad blocks are allowed: true
Device is writable: false

mtd1
Name:   uImage
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  40 (5242880 bytes, 5.0 MiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:2
Bad blocks are allowed: true
Device is writable: true

mtd2
Name:   ramdisk
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  40 (5242880 bytes, 5.0 MiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:4
Bad blocks are allowed: true
Device is writable: true

mtd3
Name:   image
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  816 (106954752 bytes, 102.0 MiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:6
Bad blocks are allowed: true
Device is writable: true

mtd4
Name:   mini firmware
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  80 (10485760 bytes, 10.0 MiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:8
Bad blocks are allowed: true
Device is writable: true

mtd5
Name:   config
Type:   nand
Eraseblock size:131072 bytes, 128.0 KiB
Amount of eraseblocks:  40 (5242880 bytes, 5.0 MiB)
Minimum input/output unit size: 2048 bytes
Sub-page size:  512 bytes
OOB size:   64 bytes
Character device major/minor:   90:10
Bad blocks are allowed:

Bug#724466: mrpt: FTBFS: libdc1394 error: Failed to initialize libdc1394, followed by a SIGSEGV

2014-06-09 Thread Jose Luis Blanco
Hi Olly, and thanks for following up.

Actually the error from libdc1394 is, I'm almost 100% sure, not
related to the crash: that error message comes from initialization
code in OpenCV (libopencv-dev), which MRPT links against, and during
some range of versions it was always shown at start-up and was
annoying, but not critical.

About the urandom error: I have no clue...

I'm trying to catch up with this package, so will try to reproduce the
error, and if I feel swamped would consider orphan it.

Best,
JL


On Mon, Jun 9, 2014 at 6:29 AM, Olly Betts o...@survex.com wrote:
 Jose - this RC bug has now been open for 8.5 months without any comment
 from the maintainer.  Are you still interested in maintaining mrpt in
 Debian?  If not, it would be better to orphan the package so that others
 who are interested in maintaining it can more easily take over.

 On Tue, Sep 24, 2013 at 07:46:12AM +0300, Damyan Ivanov wrote:
 mrpt seems to fail to build in a clean current sid pbuilder chroot:

 [100%] Generating performance HTML pages
 /tmp/buildd/mrpt-1.0.2/bin/mrpt-perfdata2html 
 /tmp/buildd/mrpt-1.0.2/doc/perf-data/
 libdc1394 error: Failed to initialize libdc1394
 *FATAL*: Signal SIGSEGV caught!
 make[4]: *** [doc/CMakeFiles/documentation_performance_html] Aborted

 Using sbuild, I also get a FTBFS, but with a different error - perhaps
 this helps:

 | [100%] Generating performance HTML pages
 | /«PKGBUILDDIR»/bin/mrpt-perfdata2html /«PKGBUILDDIR»/doc/perf-data/
 | Fatal: can't open /dev/urandom: Bad address
 | make[4]: *** [doc/CMakeFiles/documentation_performance_html] Aborted

 There's been a new upstream release of libdc1394-22 packaged since dam's
 report, so perhaps the different message is due to that rather than
 sbuild vs pbuilder:

 http://metadata.ftp-master.debian.org/changelogs//main/libd/libdc1394-22/libdc1394-22_2.2.2-1_changelog

 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#751062: python-greenlet: FTBFS - FAIL: test_threaded_adv_leak (tests.test_leaks.ArgRefcountTests)

2014-06-09 Thread Michael Tautschnig
Package: python-greenlet
Version: 0.4.2-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
==
FAIL: test_threaded_adv_leak (tests.test_leaks.ArgRefcountTests)
--
Traceback (most recent call last):
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-python-greenlet/python-greenlet-0.4.2/tests/test_leaks.py,
 line 62, in test_threaded_adv_leak
self.assertTrue(g() is None)
AssertionError: False is not true

--
Ran 61 tests in 0.424s

FAILED (failures=1)
debian/rules:36: recipe for target 'test-2.7-stamp' failed
make[1]: *** [test-2.7-stamp] Error 1


The full build log is attached - please do let me know if the build failure
turns out to be unreproducible, in which case I shall try to provide further
information.

Best,
Michael



python-greenlet-build-log.txt.gz
Description: application/gunzip


pgpXsfkqHvhyM.pgp
Description: PGP signature


Bug#751012: [flash-kernel] Flash-kernel should fail with exit 0 under debrootstrap

2014-06-09 Thread Bastien ROUCARIES
On Mon, Jun 9, 2014 at 11:15 PM, Ian Campbell
ian.james.campb...@gmail.com wrote:
 On Mon, 2014-06-09 at 22:49 +0200, Bastien ROUCARIES wrote:
 On Mon, Jun 9, 2014 at 8:19 PM, Ian Campbell
 ian.james.campb...@gmail.com wrote:
  On Mon, 2014-06-09 at 17:54 +0200, Bastien ROUCARIES wrote:
  On Mon, Jun 9, 2014 at 5:21 PM, Karsten Merker mer...@debian.org wrote:
   On Mon, Jun 09, 2014 at 03:48:11PM +, bastien ROUCARIES wrote:
  
   Package: flash-kernel
   Severity: important
  
   Flash-kernel should detect it run under debrootstrap and fail 
   gracefully/
  
   Install message:
  
   Processing triggers for libc-bin (2.18-7) ...
   Processing triggers for initramfs-tools (0.115) ...
   update-initramfs: Generating /boot/initrd.img-3.14-1-kirkwood
   /bin/df: Warning: cannot read table of mounted file systems: No such 
   file or directory
   warning: failed to read mtab
   ^Cdpkg: error processing package initramfs-tools (--configure):
subprocess installed post-installation script was interrupted
   Errors were encountered while processing:
initramfs-tools
   E: Sub-process /usr/bin/dpkg returned an error code (1)
  
   Hello,
  
   I am trying to understand which problem exactly you have
   encountered, but I am a bit confused: you have filed a bug
   against flash-kernel but in the log you have provided, it is not
   flash-kernel that shows an error message, but initramfs-tools.  I
   also cannot see in which context that has happened and how it
   relates to debootstrap - by default debootstrap does neither
   install a kernel image nor flash-kernel.  From your log, it looks
   like you have manually interrupted the update-initramfs process,
   resulting in the error message above:
 
  No I have not interupted.
 
  What is the ^C in the output from? Was it produced verbatim by the
  process?
 No it is a left over

 From what?

  I have installed te kirkwood kernel and flash-kernel on my chroot.
 
  Out of interest, why?

 Because I wand to add support for dns-320 and thus I am creating an image.

 If this is to do with
 https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724891 then you don't
 need to create an image for that AFAIK.

Yes it is for it. Itis a chicken and egg problem. I boot from usb key
and I have created a usb image

  The problem is that flash-kernel is run by 
  initramfs/post-update.d/flash-kernel
 
  I have added an exit 0 at the beginning of this file and everything is ok
 
  The best think is to exit 0 if we are under a debootstrap.
 
  If you want to install flash-kernel in a chroot/debootstrap etc then you
  should set FK_MACHINE=none in the environment or write none to
  $chroot/etc/flash-kernel/machine, either of which will cause
  flash-kernel to become a nop.

 Is it documented somewhere ?

 Apart from in the flash-kernel changelog, no.

Could be mentioned in the man page ?

Bastien

 Ian.



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



Bug#715038: add mips64(el) mipsn32(el) support to eglibc

2014-06-09 Thread Aurelien Jarno
On Mon, Jun 09, 2014 at 11:21:30PM +0200, Aurelien Jarno wrote:
 On Tue, Jun 10, 2014 at 05:01:45AM +0800, Aron Xu wrote:
  On Mon, Jun 9, 2014 at 10:11 PM, Aurelien Jarno aurel...@aurel32.net 
  wrote:
   On Thu, Jun 05, 2014 at 11:34:37PM +0800, Yunqiang Su wrote:
   Hi, as I asked that guys, they insist on using /usr/lib but not 
   /usr/libo32. :-(
  
   Who are the guys? What is the argument on using /usr/lib instead of
   /usr/libo32?
  
  
  See https://lists.debian.org/debian-mips/2014/05/msg00050.html
  
  I guess the standard he refers means the MIPS N32 ABI Handbook.
 
 Debian doesn't follow the standard already by putting the 64-bit
 libraries in /lib instead of /lib64, so I don't consider the argument
 that we should follow the standard for o32 libraries as valid.

Oh, and I forgot to add we are talking about a quite limited set of
packages which will have to use /libo32, and that list will probably
get even smaller with jessie. It's basically packages built from
either gcc-4.X, eglibc, ncurses, readline6 and zlib.

All other o32 packages installed through multiarch will go to
(/usr)/lib/mipsel-linux-gnu.

-- 
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#751063: python-keystoneclient: FTBFS - MismatchError: type 'list' != type 'tuple'

2014-06-09 Thread Michael Tautschnig
Package: python-keystoneclient
Version: 1:0.7.1-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
Traceback (most recent call last):
  File /usr/lib/python2.7/dist-packages/httpretty/core.py, line 1013, in 
wrapper
return test(*args, **kw)
  File 
/srv/jenkins-slave/workspace/sid-goto-cc-python-keystoneclient/python-keystoneclient-0.7.1/keystoneclient/tests/test_session.py,
 line 238, in test_history_matches_requests
self.assertEqual(type(req_resp.history), type(ses_resp.history))
  File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 321, in 
assertEqual
self.assertThat(observed, matcher, message)
  File /usr/lib/python2.7/dist-packages/testtools/testcase.py, line 406, in 
assertThat
raise mismatch_error
MismatchError: type 'list' != type 'tuple'


==
FAIL: process-returncode
process-returncode
--
_StringException: Binary content:
  traceback (test/plain; charset=utf8)


--
Ran 642 tests in 6.000s

FAILED (failures=2, skipped=6)
debian/rules:11: recipe for target 'override_dh_auto_test' failed
make[1]: *** [override_dh_auto_test] Error 1


The full build log is attached.

Best,
Michael



python-keystoneclient-build-log.txt.gz
Description: application/gunzip


pgpJnLjziY_dD.pgp
Description: PGP signature


Bug#751064: RM: haskell-http-client-multipart -- ROM; Merged into haskell-http-client

2014-06-09 Thread Joachim Breitner
Package: ftp.debian.org
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Dear FTP-Team,

haskell-http-client-multipart is obsolete and merged into
haskell-http-client, please remove it from the archive.

dak complains about a broken build-depends in haskell-http-conduit, but
that packages FTBFS for other reasons anyways and will be fixed with a
newer version, which will remove the dependency on 
haskell-http-client-multipart.

Thanks,
Joachim

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iEYEARECAAYFAlOWKgMACgkQ9ijrk0dDIGxDQACgk/zzaeLIIPXYIsiUzVI4ht2D
svsAnjQzObUE6eemGflofjnvwV+tER4h
=TIVb
-END PGP SIGNATURE-


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



Bug#751065: python-pyface: FTBFS - find: `/srv/jenkins-slave/workspace/sid-goto-cc-python-pyface/python-pyface-4.4.0/debian/python-pyface//usr/share/pyshared': No such file or directory

2014-06-09 Thread Michael Tautschnig
Package: python-pyface
Version: 4.4.0-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
dh_shlibdeps -ppython-pyface
find 
/srv/jenkins-slave/workspace/sid-goto-cc-python-pyface/python-pyface-4.4.0/debian/python-pyface//usr/share/pyshared
 -type f | xargs chmod 644
find: 
`/srv/jenkins-slave/workspace/sid-goto-cc-python-pyface/python-pyface-4.4.0/debian/python-pyface//usr/share/pyshared':
 No such file or directory
chmod: missing operand after '644'
Try 'chmod --help' for more information.
debian/rules:14: recipe for target 'binary-predeb/python-pyface' failed
make: *** [binary-predeb/python-pyface] Error 123


The full build log is attached - I'm wondering whether there might have been
changes to some python build tool as #751056 also has an issue with
usr/share/pyshared.

Best,
Michael



python-pyface-build-log.txt.gz
Description: application/gunzip


pgpHHrXodmKim.pgp
Description: PGP signature


Bug#751066: flash-kernel: debconf database not purged on package purge

2014-06-09 Thread Vagrant Cascadian
Package: flash-kernel
Version: 3.20
Severity: normal
Tags: patch

I think the debconf database needs to be purged when flash-kernel is purged,
but it appears to leave the questions in tact after purge:

  # dpkg -l flash-kernel
  ...
  ii  flash-kernel   3.20 armhfutility to make certain embedded

  ~# debconf-show flash-kernel
  * flash-kernel/linux_cmdline: root=/dev/mmcblk0p1 console=ttymxc0,115200

  ~# apt-get --purge remove flash-kernel
  Reading package lists... Done
  ...
  Removing flash-kernel (3.20) ...
  Purging configuration files for flash-kernel (3.20) ...
  dpkg: warning: while removing flash-kernel, directory 
'/usr/share/flash-kernel/bootscript' not empty so not removed

  ~# debconf-show flash-kernel
  * flash-kernel/linux_cmdline: root=/dev/mmcblk0p1 console=ttymxc0,115200


The following patch fixes this:

diff --git a/debian/flash-kernel.postrm b/debian/flash-kernel.postrm
index 1eddd4d..48ae0d9 100644
--- a/debian/flash-kernel.postrm
+++ b/debian/flash-kernel.postrm
@@ -21,3 +21,5 @@ case $1 in
exit 1
;;
 esac
+
+#DEBHELPER#


live well,
  vagrant


signature.asc
Description: Digital signature


Bug#747609: give-backs on armhf for ruby-fftw3 and ruby-yajl

2014-06-09 Thread Christian Hofstaedtler
Dear wanna-build team,

I've tried to reproduce the build failures on armhf of ruby-fftw3
and ruby-yajl, but couldn't see anything wrong on harris.d.o.

Please try a g-b for them:

  gb ruby-yajl_1.2.0-2.dsc . armhf
  gb ruby-fftw3_0.4-6.dsc . armhf

Thank you,
-- 
 ,''`.  Christian Hofstaedtler z...@debian.org
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-



signature.asc
Description: Digital signature


Bug#750846: wheezy-pu: package clamav/0.98.1+dfsg-1+deb7u3

2014-06-09 Thread Adam D. Barratt
Control: tags -1 + confirmed

On Sat, 2014-06-07 at 10:05 -0400, Scott Kitterman wrote:
 This is a small, low risk change cherry-picked from upstream that fixes a
 significant issue reported by a Debian Wheezy user.  We had intended to wait
 for the final 0.98.4 release and just fix this with the next package update,
 but that release has been unaccountably delayed, so I think it makes sense to
 go ahead and fix this issue while we wait for upstream to get 0.98.4 out the
 door.

Please go ahead; thanks.

Regards,

Adam


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



Bug#750026: transition: qtbase-opensource-src

2014-06-09 Thread Lisandro Damián Nicanor Pérez Meyer
On Wednesday 04 June 2014 18:51:51 Emilio Pozuelo Monfort wrote:
 Control: forwarded -1
 https://release.debian.org/transitions/html/qtbase-abi-5-3-0.html Control:
 tags -1 confirmed
 
 On 31/05/14 22:20, Lisandro Damián Nicanor Pérez Meyer wrote:
  Package: release.debian.org
  Severity: normal
  User: release.debian@packages.debian.org
  Usertags: transition
  
  Hi Release Team! We are ready to go with the private stuff transition for
  Qt 5.3.0.

qtcreator and pyqt5 got sourcefull uploads.

fcitx-qt5 can be binNMUed on all archs now.

For gammaray we need to wait a little longer.

Kinds regards, Lisandro.

-- 
Passwords are like underwear. You shouldn’t leave them out where people can
see them. You should change them regularly. And you shouldn’t loan them out
to strangers.
  Anonymous

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#523413: It won't fix

2014-06-09 Thread Lisandro Damián Nicanor Pérez Meyer
tag 523413 wontfix
thanks

Hi! This particular bug will not be fixed in Qt4 because it is deprecated by 
upstream, only bug fixes can happen (this is considered as a feature request).

You can try building your app with Qt5.

Kinds regards, Lisandro.

-- 
If little green men land in your back yard, hide any little green women
you've got in the house.
  Mike Harding, The Armchair Anarchist's Almanac

Lisandro Damián Nicanor Pérez Meyer
http://perezmeyer.com.ar/
http://perezmeyer.blogspot.com/


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


Bug#750846: wheezy-pu: package clamav/0.98.1+dfsg-1+deb7u3

2014-06-09 Thread Scott Kitterman
On Monday, June 09, 2014 23:05:21 Adam D. Barratt wrote:
 Control: tags -1 + confirmed
 
 On Sat, 2014-06-07 at 10:05 -0400, Scott Kitterman wrote:
  This is a small, low risk change cherry-picked from upstream that fixes a
  significant issue reported by a Debian Wheezy user.  We had intended to
  wait for the final 0.98.4 release and just fix this with the next package
  update, but that release has been unaccountably delayed, so I think it
  makes sense to go ahead and fix this issue while we wait for upstream to
  get 0.98.4 out the door.
 
 Please go ahead; thanks.

clamav/0.98.1+dfsg-1+deb7u4 uploaded.

Thanks,

Scott K


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



Bug#750026: transition: qtbase-opensource-src

2014-06-09 Thread Emilio Pozuelo Monfort
On 10/06/14 00:10, Lisandro Damián Nicanor Pérez Meyer wrote:
 fcitx-qt5 can be binNMUed on all archs now.

Scheduled.

Emilio


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



Bug#747609: give-backs on armhf for ruby-fftw3 and ruby-yajl

2014-06-09 Thread Emilio Pozuelo Monfort
On 10/06/14 00:05, Christian Hofstaedtler wrote:
   gb ruby-yajl_1.2.0-2.dsc . armhf
   gb ruby-fftw3_0.4-6.dsc . armhf

Scheduled.

Emilio


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



Bug#748561: GNU Health autoremove from testing

2014-06-09 Thread Emilien Klein
Hi team, read below for an important announcement regarding the GNU
Health package in  Debian.

2014-06-02 23:28 GMT+02:00 Emilien Klein emil...@klein.st:
 Piuparts identified this bug in March, and I haven't taken the time to
 fully address the issue that only happens in certain locales it seems
 (I've not encountered it in all my installations)

 The solution will be either to:
 - review the encoding of the database (`psql -l` to check it)

The encoding of the database is already Unicode, nothing to change
there (I already had the assumption that dbconfig-common does the
right thing)

 - only initialize a limited number of GNU Health Tryton modules, point 2 in 
 [0].

That doesn't work, since the bug in not in a GNU Health provided
file, but in the initializing of the ir module, which is provided by
Tryton upstream.

Since the Tryton Debian package isn't creating a database as part of
their packaging efforts, they never hit this issue (which, as I've
explained, I've never seen myself, but piuparts somehow does). Based
on the various discussions with the Tryton Debian maintainer, I don't
expect the Tryton package will start creating its own database anytime
soon, and as such they will not see/fix this bug. I will mention this
one more time for good measure.

In order to pass piuparts, the only solution is to not initialize the
database at all.
Tryton will not recognize an empty (as in, not Tryton-initialized)
Postgres database. Thus, there is no need anymore to create the
database using dbconfig-common for the gnuhealth-server package.
Creating, but more importantly upgrading and backing up the database
was the main driver for the existence of the gnuhealth-server package.

The gnuhealth-client package was created as a shell to allow for easy
and user-friendly (including creation of a Tryton profile which links
to the specific GNU Health Tryton server, a .desktop file with an icon
that end users [nurses, doctors, etc.] could just double-click). But
since there is no ready-to-use database anymore, the need for this
client package also dissapears.

Starting with version 2.4.1-3 of the GNU Health package in Debian,
there will thus only be one binary package (`gnuhealth`) produced,
which will contain the server-side components (Tryton modules) and
nothing else.

I am a bit sad to remove what I still consider to be a functional and
user-friendly packaging:
Just apt-get install gnuhealth, enter your chosen password and you're
ready to go with a database that will be upgraded and backed up
automatically for you, should you forget to do so (you obviously had
the option to respond no when prompted if the package should
maintain the database for you, and you are always free/encouraged to
run your own backups of your databases)

With the new GNU Health package, you will have to:
- set up your Tryton server manually (see the lengthy manual steps at
[0], which among other things includes having to modify your
PostgreSQL config files manually),
- create your database (granted, not too difficult since it can be
done in the Tryton client)
- more worryingly, make sure that each user has to apply the
upstream-provided scripts and back their database up (don't tell me
all the users will do that without ever missing a step...)

But on the other hand I'm not that sad, since:
- it was a very interesting learning project, allowing me to
understand dbconfig-common
- it's not like it's a super-used package: popcon had an all-time
record of 3 installs (and that's including 2 on my test and devel
boxes, I assume)
- it will still help the user a little bit by not having to download,
unpack and install new tarballs, and uninstalling a Debian package is
much easier than a PIP-installed sofware ;)

Should anyone in the future want to see how the user-friendly package
used to work, please look at the Debian-med subversion repository
prior to revision 17092 [1].

The new version 2.4.1-3 is pushed to Subversion. Could one of the
Debian-med DDs please upload it to unstable? (will close the Serious
bug #748561 which, if left open, would mean the complete removal of
gnuhealth in sid in less than 2 weeks).

The packages gnuhealth-server and gnuhealth-client will have to be
removed from sid (and from testing once the new package migrates to
testing). I'd appreciate a pointer to understand who I should ask that
to.

Thanks everybody for your input and help on this package!
   +Emilien

[0] 
http://anonscm.debian.org/gitweb/?p=tryton/tryton-server.git;a=blob_plain;f=debian/tryton-server.README.Debian;hb=HEAD
[1] http://anonscm.debian.org/viewvc/debian-med?view=revisionrevision=17092


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



Bug#750026: transition: qtbase-opensource-src

2014-06-09 Thread Emilio Pozuelo Monfort
On 10/06/14 00:24, Emilio Pozuelo Monfort wrote:
 On 10/06/14 00:10, Lisandro Damián Nicanor Pérez Meyer wrote:
 fcitx-qt5 can be binNMUed on all archs now.
 
 Scheduled.

BTW I just saw this. Is there anything we need to do here?

https://release.debian.org/transitions/html/auto-qtdeclarative-opensource-src.html

Emilio


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



Bug#749989: [libraw1394] Bootstrap using Build-Depends-Indep

2014-06-09 Thread Peter Pentchev
On Mon, Jun 09, 2014 at 12:50:17AM +0300, Peter Pentchev wrote:
 Hi,
 
 Here's another take on the build dependency loop issue involving
 libraw1394 and (through a long dependency list) docbook-utils.
 
 What do you think of the attached very simple patch that only moves
 docbook-utils and docbook-xml from Build-Depends to Build-Depends-Indep
 instead?

And of course, it would all have been so much easier if I had actually
attached the patch...

G'luck,
Peter

-- 
Peter Pentchev  r...@ringlet.net r...@freebsd.org p.penc...@storpool.com
PGP key:http://people.FreeBSD.org/~roam/roam.key.asc
Key fingerprint 2EE7 A7A5 17FC 124C F115  C354 651E EFB0 2527 DF13
From ee6a71a9857421c93a620ec43adf164934009ce2 Mon Sep 17 00:00:00 2001
From: Peter Pentchev r...@ringlet.net
Date: Mon, 9 Jun 2014 00:37:07 +0300
Subject: [PATCH] Move the docbook packages to Build-Depends-Indep.

Since the programs from docbook-utils are only needed when building
the arch:all libraw1394-doc package, this dependency (and the related
dependency on docbook-xml) may safely be moved to Build-Depends-Indep.

Among other benefits, this breaks a circular build dependency and makes
it possible to bootstrap the build of libraw1394 without having built
jadetex, libcupsfilters1, librsvg2-bin, libproxy1 and kdelibs5-dev
first.
---
 debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index f54f3ca..11d4ba1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,8 @@
 Source: libraw1394
 Priority: optional
 Maintainer: Guus Sliepen g...@debian.org
-Build-Depends: debhelper (= 9), autotools-dev, docbook-utils, docbook-xml, 
dpkg-dev (= 1.16.1~)
+Build-Depends: debhelper (= 9), autotools-dev, dpkg-dev (= 1.16.1~)
+Build-Depends-Indep: docbook-utils, docbook-xml
 Standards-Version: 3.9.3
 Section: libs
 Homepage: https://ieee1394.wiki.kernel.org/
-- 
2.0.0



signature.asc
Description: Digital signature


Bug#751067: python-pyramid: Bump upstream version

2014-06-09 Thread Thomi Richards
Package: python-pyramid
Severity: normal

Dear Maintainer,


Please release the new version of the python-pyramid upstream code, version 
1.5.1. See attached diff for the packaging changes I believe are necessary.


-- System Information:
Debian Release: jessie/sid
  APT prefers trusty-updates
  APT policy: (500, 'trusty-updates'), (500, 'trusty-security'), (500, 
'trusty'), (100, 'trusty-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13.0-29-generic (SMP w/8 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Index: debian/changelog
===
--- debian/changelog	(revision 29279)
+++ debian/changelog	(working copy)
@@ -1,3 +1,11 @@
+python-pyramid (1.5.1-1) unstable; urgency=low
+
+  * New upstream release
+  * Note: +dfsg was dropped from the version number since upstream version is now
+compatible with the DFSG.
+
+ -- Thomi Richards thomi.richa...@canonical.com  Tue, 10 Jun 2014 10:12:32 +1200
+
 python-pyramid (1.4.5+dfsg-1) unstable; urgency=low
 
   * New upstream release
Index: debian/rules
===
--- debian/rules	(revision 29279)
+++ debian/rules	(working copy)
@@ -10,5 +10,4 @@
 		$(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/models.py
 #		$(CURDIR)/debian/python-pyramid/usr/share/pyshared/pyramid/scaffolds/alchemy/+package+/__init__.py_tmpl \
 
-# zcat pyramid-1.3a1.tar.gz | tar --wildcards  --delete  '*/docs' | gzip  a.tgz
 


Bug#751048: Sponsorship of newer Fizsh package

2014-06-09 Thread Axel Beckert
Hi Guido,

TL;DR: Most stuff is fine, but for an upload, I'd like to have at least
debian/copright to be streamlined. Fixes for the remaining remarks are
of course appreciated, too. Details see below.

(And if you don't mind that it there will be a slightly different
package in Debian than on SourceForge, I'd prefer that package to have
the version 1.0.6-1, too.)

On Sun, Jun 08, 2014 at 11:21:03AM +0200, Guido van Steen wrote:
 I have just uploaded a new version of Fizsh to Sourceforge. This is version
 1.0.6. I have also uploaded the corresponding Debian source package to
 Debian Mentors. This package is availabe at
 http://mentors.debian.net/debian/pool/main/f/fizsh
 
 Could you please review the package? I looking forward to reading your
 review.

So far I noticed the following things:


debian/copyright:

* The licenses BSD-3-clause~zsh-history-substring-search-contributors,
  BSD-3-clause~fizsh and
  BSD-3-clause~zsh-syntax-highlighting-contributors seem to be
  identical word-wise. In that case the license only needs to be
  spelled out respectively defined once.

  Of course they differ in the copyright holders, but those are
  already listed in the Files: starting paragraphs and should only
  be listed there.

* The License: starting paragraphs only define the license text and
  do not need verbatim formatting. They should be word-wrapped if
  lines are longer than 80 columns. Comments signs from licenses
  copied from source code headers can and should be dropped.


debian/README: This file should be probably better named
debian/README.source.


debian/rules:

* lintian warning script-not-executable

  # the scripts in the ./scripts/ directory of the source package are
  # copied to both ./debian/usr/bin/ and ./debian/etc/fizsh/. they
  # are also copied to ./debian/fizsh/usr/share/fizsh/, but they are
  # not meant to be copied there. moreover they end up there without the
  # executable bit, which causes lintian to complain about
  # script-not-executable. therefore they are explicitly removed after
  # dh_install.

  While it is good to not have the files in the package twice, this
  maybe a case where it may have been better to override the lintian
  warning as the files are meant to be sourced (if it works without
  them being executables). This not seldom with shell-related
  packages.

  So just decided if you want them user-modifiable or not and put them
  in either /etc/fizsh or /usr/share/fizsh and override the above
  mentioned lintian warning.

  Another way to get rid of that lintian warning would be to remove the
  shebang lines from those scripts. They're not needed anyway if the
  scripts are just sourced.

* A general remark on lines like the following:

  [ -d foo ]  rm -rf foo || true

  Just using rm -rf foo should suffice and is easier to read:

  * If the directory doesn't exist, it does nothing
  * It does exit with return code 0 even if the file does not exist.

* Warnings from configure:

  # without the following override the ./configure script would be called with 
two
  # unrecognized options: --disable-maintainer-mode, 
--disable-dependency-tracking
  override_dh_auto_configure:
./configure \
--prefix=/usr \
--includedir=\${prefix}/include \
--mandir=\${prefix}/share/man \
--infodir=\${prefix}/share/info \
--sysconfdir=/etc \
--localstatedir=/var

  I think those warnings can be safely ignored and hence the override
  could be dropped. I'm though fine if you are annoyed by the warnings
  and prefer to keep the override. (I'd be rather annoyed by such a
  long override. :-)

debian/changelog:

* While it is acceptable, I find the style with a blank line between
  each item hard to read.

* I'd also indent any line not starting wit * by two blanks.


debian/watch and .sig files:

* The .sig files mentioned in the context of pgpsigurlmangle are meant
  to be signature files, not public key files as on [1]. See the
  documentation for gpg --sign for details. The public key file goes
  into debian/upstream/signing-key.asc as done correctly with the
  package.

  [1] http://sourceforge.net/projects/fizsh/files/

  I'd be nice if you could fix that at upstream.


Feel free to ask if my explanations weren't clear enough or too short.


To not only mention negative stuff I noticed, I was also positively
surprised that the package is indeed lintian clean, even with
--pedantic and --experimental!

Yay! :-)

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


signature.asc
Description: Digital signature


Bug#724891: [debian-installer] debian-installer: Build firmware for the DNS-320/DNS-325

2014-06-09 Thread Martin Michlmayr
* Bastien ROUCARIES roucaries.bast...@gmail.com [2014-06-09 23:26]:
 flash-kernel: deferring update (trigger activated)
 Processing triggers for flash-kernel (3.19) ...
 Installing kirkwood-dns320.dtb 3.14-1-kirkwood into /boot
 flash-kernel: installing version 3.14-1-kirkwood
 Not enough space in MTD ramdisk (need 8695959 but is actually 5242880).

Debian installer sets MODULES=dep, which makes the ramdisk much
smaller.  Try putting that in /etc/initramfs-tools/initramfs.conf
-- 
Martin Michlmayr
http://www.cyrius.com/


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



Bug#703456: [Pkg-fonts-devel] Bug#703456: Bug#703456: Bug#703456: Bug#703456: Please add Nafees Nastaleeq

2014-06-09 Thread Paul Wise
On Mon, Jun 9, 2014 at 10:43 PM, Nicolas Spalinger wrote:
 On 09/06/14 09:07, Paul Wise wrote:

 I'm not sure what all this
 means in terms of the DFSG but it is probably OK.

 May I suggest helping upstream to come up with reproducible buildpath
 instead of creating a Debian-specific one ? A much better long-term strategy
 for everyone.

That would be great but since upstream are using Microsoft Windows I'm
not sure they would appreciate us telling them to completely switch
around their workflows and or platform without clear arguments about
the benefits from their PoV. Personally I don't know enough about the
upstream side of font production to be able to provide those
arguments.

 You can look into libfont-ttf-scripts-perl (and newer repository version)
 which contain the volt2ttf and related utilities and can work with
 text-based representations of the smart features. (vtp files).

 Type designers are increasingly moving towards using the .fea features files
 format.

Thanks for the info, I wasn't aware these existed. It would be great
to add some info about the various upstream font technologies,
non-standard sfnt tables and how to work with them in Debian to the
wiki page or a sub-page of the wiki page.

https://wiki.debian.org/Fonts

 BTW, if you haven't noticed yet, there are significant issues with the
 licensing of this font that still need fixing (it's sadly a non-standard
 mishmash of licenses with little coherence, legal validity or practical use
 cases: http://www.cle.org.pk/software/license/Nafees_Nastaleeq_License.html
 So I would expect our ftpmasters to seriously frown on this and reject it!).
 TTBOMK various people (including Mozilla) are in touch with upstream to get
 them to re-release under a community-approved license.

I did notice the custom license but didn't analyse it for DFSG issues.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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



Bug#750733: Processed: bumping severity

2014-06-09 Thread Thomas Dickey
On Mon, Jun 09, 2014 at 03:49:39PM -0400, Thomas Dickey wrote:
 - Original Message -
 | From: Sven Joachim svenj...@gmx.de
 | To: Thomas Dickey dic...@his.com
 | Cc: 750...@bugs.debian.org, Klaus Ethgen kl...@ethgen.ch
 | Sent: Monday, June 9, 2014 3:43:20 PM
 | Subject: Re: Bug#750733: Processed: bumping severity
 | 
 | On 2014-06-09 21:22 +0200, Thomas Dickey wrote:
 | 
 |  On Mon, Jun 09, 2014 at 07:12:11PM +, Debian Bug Tracking
 |  System wrote:
 |  Processing commands for cont...@bugs.debian.org:
 |  
 |   # Not sure if the problem happens with more readable fonts than
 |   5x8,
 |   # but better keep this xterm version out of testing
 |   severity 750733 serious
 |  Bug #750733 [xterm] Newest version sets the foreground to the
 |  background color in some cases
 |  Severity set to 'serious' from 'normal'
 |   thanks
 |  Stopping processing here.
 | 
 |  fwiw, there's a fix for this in
 | 
 |ftp://invisible-island.net/temp/xterm-306a.patch.gz
 | 
 | Thanks, this fixes the problem with the bold text.  However, when
 | running 16colors.sh I see that text which is supposed to be
 | underlined
 | is not, still a regression from xterm 304.
 | 
 
 thanks (I had not noticed that).  I will work on that next...

fixed in

ftp://invisible-island.net/temp/xterm-306b.patch.gz

-- 
Thomas E. Dickey dic...@invisible-island.net
http://invisible-island.net
ftp://invisible-island.net


signature.asc
Description: Digital signature


Bug#750817: ITP: x265 -- x265 HEVC Encoder

2014-06-09 Thread Reinhard Tartler
On Sun, Jun 8, 2014 at 4:25 AM, Andrei POPESCU andreimpope...@gmail.com wrote:
 Control: reassign -1 wnpp

 On Sb, 07 iun 14, 08:47:41, Rico Tzschichholz wrote:
 Package: x265
 Severity: wishlist

 Package: wnpp
 Severity: wishlist


 Package name: x265
 URL : https://bitbucket.org/multicoreware/x265/wiki/Home
 License : GPL2, BSD
 Description : free library for encoding H265/HEVC video streams.

This package is going to be maintained under the pkg-multimedia umbrella.

Since this package is probably going to be similar to x264, I guess
it's easiest to track the github mirror of the upstream mercurial
repo.

It seems that there is no upstream mailing list, nor other way to
contact the upstream devs at this point. Luca, can you confirm or
correct this?

I took a first look at the package, and it builds a shared library by
default (good). Unfortunately, it doesn't provide a proper SONAME:

$ objdump -p libx265.so | grep SONAME
  SONAME   libx265.so

This makes me wonder if it's worth building it as shared library in
debian as this point, or if we wouldn't be better of with a static
library only. I wonder what is upstream's take on this?


-- 
regards,
Reinhard


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



Bug#748595: irqbalance: MSI interrupts found in /proc/interrupts but none found in sysfs (kernel version mismatch)

2014-06-09 Thread Ben Hutchings
Neil, I just ran into the issue of irqbalance being broken in Debian 7
'wheezy'.  I don't know why the Debian maintainer upgraded to this
incompatible version, but downgrading would be pretty hard now.

At https://github.com/Irqbalance/irqbalance/issues/6 you referred to
the commit that added msi_irqs in sysfs, which looks like it should be
easy to cherry-pick (as we are on 3.2 and it went into 3.3), but also
you mentioned subsequent bug fixes.  Was there anything other than this
one:

commit 424eb391596a38ddf422bee1617e4b9dea60126f
Author: Neil Horman nhor...@tuxdriver.com
Date:   Tue Jan 3 10:29:54 2012 -0500

PCI: msi: fix imbalanced refcount of msi irq sysfs objects

?

The other interesting change I see is this one:

commit 1c51b50c2995f543d145d3bce78029ac9f8ca6b3
Author: Greg Kroah-Hartman gre...@linuxfoundation.org
Date:   Thu Dec 19 12:30:17 2013 -0800

PCI/MSI: Export MSI mode using attributes, not kobjects

Does the current irqbalance work with both versions of the sysfs
interface?

Ben.

-- 
Ben Hutchings
DNRC Motto:  I can please only one person per day.
Today is not your day.  Tomorrow isn't looking good either.


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


Bug#738493: bumped severity

2014-06-09 Thread Antoine Beaupré
Control: severity -1 critical

I bumped the severity of this bug because it basically breaks all the
authentication of TLS certificates in Perl, so it affects other software
(for example Ikiwiki):

http://ikiwiki.info/bugs/openid_login_fails_wirth_Could_not_determine_ID_provider_from_URL/

See also:

http://www.jwz.org/blog/2014/03/apple-broke-lwp-in-a-new-and-exciting-way-on-10-9-2/

I have also filed a related bug here:

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

A.
-- 
Government is the Entertainment division of the military-industrial
complex.
- Frank Zappa


pgp4c1Y_OH_dP.pgp
Description: PGP signature


Bug#751068: ocsmanager packages

2014-06-09 Thread Jelmer Vernooij
Source: openchange
Severity: wishlist

The ocsmanager python package still needs to be packaged. This will
require some apache integration code in mapiproxy, and possibly some
upstream fixes (upstream doesn't install ocsmanager by default).


-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (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_GB.UTF-8, LC_CTYPE=en_GB.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#749942: taskcoach: segfault on quit

2014-06-09 Thread Nicolas Boulenguez
Package: taskcoach
Followup-For: Bug #749942

Hello.
An upstream author is investigating the issue, but has been unable to
reproduce the problem so far.

Would you please attach the contents of this file?
~/.config/Task Coach/TaskCoach.ini
In case you have activated the synchronization with an iPhone, be sure
to remove your password from these contents.

Quite unrelated, running
# python -mtrace —trace /usr/bin/taskcoach  log.txt 21
then attaching the content of log.txt would be very useful.
Thanks.


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



Bug#751069: csound: Does not recognize STK opcodes even though libstk is installed

2014-06-09 Thread Forrest Cahoon
Package: csound
Version: 1:6.03.2~dfsg-1
Severity: normal

Dear Maintainer,

Every time I render a csd file, the following warning appears near the top of
csound's output:

WARNING: could not open library '/usr/lib/csound/plugins64-6.0/libstk.so'
(/usr/lib/x86_64-linux-gnu/libstk.so.0: undefined symbol:
_ZN7RtAudio10openStreamEPNS_16StreamParametersES1_mjPjPFiPvS3_jdjS3_ES3_PNS_13StreamOptionsEPFvN7RtError4TypeERKSsE)

If I don't try to use STK opcodes, it's just a harmless warning. But if I try
to use an STK opcode, I get an error like this:

error: syntax error, unexpected T_IDENT  (token STKTubeBell) from file
helloSTKTubeBell.csd (1)
 line 20:
aOut STKTubeBell 
Unexpected untyped word aOut when expecting a variable
Parsing failed due to invalid input!

This looks to me like csound failed to recognize STKTubeBell as an opcode,
which is consistent with the warning which appears to say the STK opcodes
weren't loaded.

Here are the STK packages I have installed:
root@makemake:~# dpkg -l | grep stk
ii  libstk0-dev:amd644.4.4-4   amd64 Sound
Synthesis Toolkit (development files)
ii  libstk0c2a:amd64 4.4.4-4   amd64 Sound
Synthesis Toolkit
ii  stk  4.4.4-4   amd64 Sound
Synthesis Toolkit (example applications)
ii  stk-doc  4.4.4-4   all   Sound
Synthesis Toolkit (documentation)



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

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

Versions of packages csound depends on:
ii  libc62.19-1
ii  libcsound64-6.0  1:6.03.2~dfsg-1
ii  libgcc1  1:4.9.0-5
ii  libgomp1 4.9.0-5
ii  libstdc++6   4.9.0-5

Versions of packages csound recommends:
ii  csound-utils  1:6.03.2~dfsg-1

csound 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#751070: python-setuptools: FTBFS - python3.3: Command not found

2014-06-09 Thread Michael Tautschnig
Package: python-setuptools
Version: 3.6-1
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
touch build-python2.7
python3.3 setup.py build
make: python3.3: Command not found
debian/rules:43: recipe for target 'build-python3.3' failed
make: *** [build-python3.3] Error 127
dpkg-buildpackage: error: debian/rules build gave error exit status 2


It seems build dependencies need to be tightened down as (see attached, full
build log) python3.4 is being installed.

Best,
Michael



python-setuptools-build-log.txt.gz
Description: application/gunzip


pgposQjyeLuuF.pgp
Description: PGP signature


Bug#750993: developers-reference: Please mention more lint-style tools

2014-06-09 Thread Paul Wise
On Mon, 2014-06-09 at 13:06 +0200, Guillem Jover wrote:

 To the list of generic lint-style tools, I'd add:
 
   scan-build (clang)
 
 and I got a (most probably outdated) list of tools here:
 
   https://www.hadrons.org/~guillem/docs/source-analyzers.txt

Thanks, added most of these and more to the TODO lists in c-a-t-t.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


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


Bug#750925: make deb-pkg produces a non-installable package on the s390x architecture

2014-06-09 Thread Stephen Powell
On Sun, 08 Jun 2014 09:59:47 -0400 (EDT), maximilian attems wrote:
 
 see scripts/package/builddeb:
 s390*)
 debarch=s390 ;;
 
 this debarch setting very likely predates s390x

Thanks for the tip.  While looking at this file, I discovered
a circumvention.  Use the make variable

   KBUILD_DEBARCH=s390x

This works, even with an unmodified builddeb script.  In my test case,
I set CONFIG_LOCALVERSION to -1custom01-s390x during kernel configuration
(under General Setup).  I also set CONFIG_DEBUG_INFO off.   (This is under
Kernel Hacking.)  Then I issued

   make KDEB_PKGVERSION=3.14.4-1 KBUILD_PKG_ROOTCMD=fakeroot \
   INSTALL_MOD_STRIP=1 KBUILD_DEBARCH=s390x deb-pkg

as a non-root user.  It built a kernel image package just the way I wanted it.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


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



Bug#751071: qscintilla2: FTBFS - qscintilla2-2.8.1/debian/libqt5scintilla2-11/usr/include/qt5/Qsci/*.h: No such file or directory

2014-06-09 Thread Michael Tautschnig
Package: qscintilla2
Version: 2.8.1-4
Severity: serious
Usertags: goto-cc

During a rebuild of all Debian packages in a clean sid chroot (using cowbuilder
and pbuilder) the build failed with the following error.

[...]
mv 
/srv/jenkins-slave/workspace/sid-goto-cc-qscintilla2/qscintilla2-2.8.1/debian/libqt5scintilla2-11/usr/include/qt5/Qsci/*.h
 
/srv/jenkins-slave/workspace/sid-goto-cc-qscintilla2/qscintilla2-2.8.1/debian/libqt5scintilla2-dev/usr/include/qt5/Qsci/
mv: cannot stat 
'/srv/jenkins-slave/workspace/sid-goto-cc-qscintilla2/qscintilla2-2.8.1/debian/libqt5scintilla2-11/usr/include/qt5/Qsci/*.h':
 No such file or directory
debian/rules:123: recipe for target 'install' failed
make: *** [install] Error 1
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

The full build log is attached; yet the same failures are also observed on the
buildds with the most recent rebuild.

Best,
Michael



qscintilla2-build-log.txt.gz
Description: application/gunzip


pgpTI5W6QihaU.pgp
Description: PGP signature


Bug#709053: pbuilder + /dev/shm workaround

2014-06-09 Thread anarcat
I have found that putting:

USERUNSHM=no

in my pbuilderrc works around this problem.

a.

-- 
We will create a civilization of the Mind in Cyberspace. May it be
more humane and fair than the world your governments have made
before.
 - John Perry Barlow


signature.asc
Description: Digital signature


Bug#751069: csound: Does not recognize STK opcodes even though libstk is installed

2014-06-09 Thread Felipe Sateler
Control: reassign -1 librtaudio4 4.1.1~ds0-1
Control: retitle -1 rtaudio: breaks ABI without SONAME bump
Control: severity -1 serious
Control: affects -1 csound

Hi Forrest,

On Mon, Jun 9, 2014 at 8:58 PM, Forrest Cahoon forrest.cah...@gmail.com wrote:
 Package: csound
 Version: 1:6.03.2~dfsg-1
 Severity: normal

 Dear Maintainer,

 Every time I render a csd file, the following warning appears near the top of
 csound's output:

 WARNING: could not open library '/usr/lib/csound/plugins64-6.0/libstk.so'
 (/usr/lib/x86_64-linux-gnu/libstk.so.0: undefined symbol:
 _ZN7RtAudio10openStreamEPNS_16StreamParametersES1_mjPjPFiPvS3_jdjS3_ES3_PNS_13StreamOptionsEPFvN7RtError4TypeERKSsE)

 If I don't try to use STK opcodes, it's just a harmless warning. But if I try
 to use an STK opcode, I get an error like this:

 error: syntax error, unexpected T_IDENT  (token STKTubeBell) from file
 helloSTKTubeBell.csd (1)
  line 20:
aOut STKTubeBell 
 Unexpected untyped word aOut when expecting a variable
 Parsing failed due to invalid input!

 This looks to me like csound failed to recognize STKTubeBell as an opcode,
 which is consistent with the warning which appears to say the STK opcodes
 weren't loaded.

The problem is that rtaudio changed with the last version, and the
SONAME was not bumped.

The gibberish undefined symbol you quote above translates to the
following function:

RtAudio::openStream(RtAudio::StreamParameters*,
RtAudio::StreamParameters*, unsigned long, unsigned int, unsigned
int*, int (*)(void*, void*, unsigned int, double, unsigned int,
void*), void*, RtAudio::StreamOptions*, void (*)(RtError::Type,
std::basic_stringchar, std::char_traitschar, std::allocatorchar 
const))

And unfortunately RtError no longer exists, as it was replaced by RtAudioError.

This requires a SONAME bump in RtAudio, and a rebuild of all reverse deps.

-- 

Saludos,
Felipe Sateler


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



Bug#750160: RFS: aptitude/0.6.11-1 [RC]

2014-06-09 Thread Daniel Hartwig
On 10 June 2014 04:58, Axel Beckert a...@debian.org wrote:
 One remark though about something I didn't notice with the previous
 version:

 aptitude doesn't seem to cleanly build twice in a row. After a
 non-chrooted build with debuild and debclean afterwards,
 pdebuild for the chrooted build initially failed as follows:

[…]
  aptitude-0.6.11/doc/ru/aptitude.xml
  aptitude-0.6.11/doc/ru/manpage.xml
 dpkg-source: error: aborting due to unexpected upstream changes, see 
 /tmp/aptitude_0.6.11-1.diff.7en63G
 dpkg-source: info: you can integrate the local changes with dpkg-source 
 --commit
 dpkg-buildpackage: error: dpkg-source -b aptitude-0.6.11 gave error exit 
 status 2

 The mentioned diff shows that these files are new files. So they
 should be cleaned up in the clean target.


Yes, this issue has been around for some time.

 Maybe adding

 doc/??/aptitude.xml
 doc/??/manpage.xml

 to debian/clean helps -- unless the source files are matched by this, too.

The source are doc/en/aptitude.xml.  Anyway, this is simple enough to fix.

Thanks


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



Bug#741294: ITP: wxastrocapture -- acquisition of astronomical images with web cams

2014-06-09 Thread Olly Betts
On Mon, Mar 10, 2014 at 09:59:36PM +0100, Steffen Möller wrote:
 * Package name: wxastrocapture
 * URL : http://arnholm.org/astro/software/wxAstroCapture/
 * License : GPL-2+
   Programming Lang: C++
   Description : acquisition of astronomical images with web cams

I see from the NEW queue that this uses wxwidgets2.8:

https://ftp-master.debian.org/new/wxastrocapture_1.8.1+git20140303+dfsg-2.html

We're in the middle of a transition to eliminate wxwidgets2.8 from the
archive, so it's not helpful to be adding new packages which depend on
it:

https://release.debian.org/transitions/html/wxwidgets3.0.html

Have you tried building wxastrocapture against wxwidgets3.0?

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#750604: No Support in kernel-package for s390x architecture

2014-06-09 Thread Stephen Powell
On Mon, 09 Jun 2014 02:00:37 -0400 (EDT), Manoj Srivastava wrote:
 
 I have not tried building kernels for 3390x, and don't really
 have an idea of what it needs to build a kernel (basic configuration,
 vmlinux/vmlinuz, etc).  Do you have an idea what would be required?  If
 not, I'll take a stab later of looking at the official images to see
 what they do.

s390x is very similar to s390, except that it has a 64-bit user space.
s390 has a 64-bit kernel space and a 32-bit user space.  s390x has a
64-bit kernel space and a 64-bit user space.

wheezy is the last Debian release to support s390.  It is also the first
release to support s390x.  wheezy is the only release that supports both.
Starting with jessie, only s390x is supported.

I don't know enough about the internals to know what needs to be done,
or I'd write a patch and send it to you myself.

See Debian bug number 750925 for a related bug in make deb-pkg.
make deb-pkg can be made to work with a small patch or by explicitly
specifying a make variable.

If you don't have access to an s390x server for testing purposes, here's
how to simulate one:

   http://users.wowway.com/~zlinuxman/hercules.htm

It will be slow compared to a real mainframe.  It may take days to compile
a kernel, depending on how fast your host system is.  But it does work.

-- 
  .''`. Stephen Powell
 : :'  :
 `. `'`
   `-


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