Bug#555120: aptitude-gtk doesn't start (GThread-ERROR **: GThread system may only be initialized once. aborting...)

2009-12-12 Thread George Danchev
 On Sat, Dec 05, 2009 at 10:46:16PM +0200, George Danchev danc...@spnet.net 
was heard to say:
  Hi, the following patch fixes that crash on amd64.
 
  --- src/gtk/gui.cc.orig 2009-12-05 22:43:21.0 +0200
  +++ src/gtk/gui.cc  2009-12-05 22:43:40.0 +0200
  @@ -1769,7 +1769,7 @@
   if(!gtk_init_check(argc, argv))
 return false;
 
  -Glib::init();
  +//Glib::init();
 
   Odd, so Glib::init invokes thread_init, but only on amd64?  The docs
 don't suggest this at all.  thread_init's documentation shows how to
 check whether it's already been called, though, so maybe I can just do
 that.

My impression is that Glib::thread_init() invokes Glib::init() on all arches, 
but calling them both is only fatal on certain ones, which does not mean it is 
correct to call both Glib::init() and Glib::thread_init() on arches where it 
is not fatal. I forgot to clarify that the above patch (which only invokes 
Glib:thread_init() ) works for me on x86 too and amd64.

[1] only thread_init() is called, which should be enough:
http://library.gnome.org/devel/glibmm/stable/thread_2thread_8cc-
example.html#a11
-- 
pub 4096R/0E4BD0AB people.fccf.net/danchev/key pgp.mit.edu



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



Bug#560762: totem: Totem 'movie player' stopped playing .avi movies

2009-12-12 Thread Sebastian Dröge
Am Freitag, den 11.12.2009, 18:48 -0500 schrieb Dominique Brazziel:
 Package: totem
 Version: 2.26.3-1
 Severity: grave
 Justification: renders package unusable
 
  Some recent upgrade rendered totem useless as far as playing .avi
 movies,
 also .mov movies don't play (see bug #548137 - my symptoms are exactly
 the
 same for .avi movies).  The 'Playing' elapsed time stays at 00:00, no
 picture,
 no sound.  Mplayer plays the same files with no problem.

Do you have ffmpeg (libavcodec52) installed from debian-multimedia?
Which version of gstreamer0.10-ffmpeg do you have installed?


signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil


Bug#560632: t/99_pmv.t test failure with new Perl::MinimumVersion 1.22

2009-12-12 Thread Salvatore Bonaccorso
Hi

First of all, I agree that this is a failure of build when activating
author tests. We in Debian Perl Group try to activate any test which is
possible to quarantee best quality. During such a rebuild of package for
Archive::Zip it fails to build. There was an update in
Perl::MinimumVersion:

1.22 Wed  25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for version numbers like v1.1.1 (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
  Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found imcompatibility in 02_main.t with 5.5 (Alexandr 
Ciornii)

Now Archive::Zip fails with:
 make[2]: Entering directory 
 `/build/user-libarchive-zip-perl_1.30-1-amd64-53Luyj/libarchive-zip-perl-1.30'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'blib/lib', 'blib/arch') t/*.t
 t/01_compile.t  ok
 t/02_main.t ... ok
 t/03_ex.t . ok
 t/04_readmember.t . ok
 t/05_tree.t ... ok
 t/06_update.t . ok
 t/07_filenames_of_0.t . ok
 t/08_readmember_record_sep.t .. ok
 t/09_output_record_sep.t .. ok
 t/10_chmod.t .. ok
 t/11_explorer.t ... ok
 t/12_bug_47223.t .. skipped: Only required on Win32.
 t/97_meta.t ... ok
 t/98_pod.t  ok
 
 #   Failed test 't/10_chmod.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/10_chmod.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _three_argument_open 
 
 #   Failed test 't/09_output_record_sep.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/09_output_record_sep.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _three_argument_open 
 # Looks like you failed 2 tests of 29.
 Failed 1/15 test programs. 2/256 subtests failed.
 t/99_pmv.t  
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/29 subtests 
 
 Test Summary Report
 ---
 t/99_pmv.t  (Wstat: 512 Tests: 29 Failed: 2)
   Failed tests:  18, 27
   Non-zero exit status: 2
 Files=15, Tests=256, 13 wallclock secs ( 0.08 usr  0.03 sys + 13.00 cusr  
 0.32 csys = 13.43 CPU)
 Result: FAIL
 make[2]: *** [test_dynamic] Error 2

The full Bugreport is located at http://bugs.debian.org/560632

The problem is that in the tests there are used syntax not matching the
required version in META.yml.

Many thanks for considering looking into it,
Bests
Salvatore


signature.asc
Description: Digital signature


Processed: tagging 560632

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 560632 + confirmed
Bug #560632 [src:libarchive-zip-perl] libarchive-zip-perl: FTBFS: tests failed
Added tag(s) confirmed.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Bug#560253 marked as pending

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 560253 pending
Bug #560253 [navit] [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: severity of 560253 is serious

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 560253 serious
Bug #560253 [navit] [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Severity set to 'serious' from 'wishlist'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: bug 560632 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=52696

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 forwarded 560632 http://rt.cpan.org/Public/Bug/Display.html?id=52696
Bug #560632 [src:libarchive-zip-perl] libarchive-zip-perl: FTBFS: tests failed
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=52696'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560253: marked as pending

2009-12-12 Thread Bernd Zeimetz
tag 560253 pending
thanks

Hello,

Bug #560253 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/navit.git;a=commitdiff;h=50fbb0c

---
commit 50fbb0c7770deda66200d21e53879e37055b00a1
Author: Bernd Zeimetz be...@bzed.de
Date:   Sat Dec 12 09:39:45 2009 +0100

Update changelog.

diff --git a/debian/changelog b/debian/changelog
index c577a4e..cd952e2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,6 @@
 navit (0.2.0~svn2865+dfsg.1-1) UNRELEASED; urgency=low
 
+  [ Gilles Filippini ]
   * New upstream snapshot:
 + Default GUI switched to gui_internal
 + gui_internal:
@@ -20,7 +21,12 @@ navit (0.2.0~svn2865+dfsg.1-1) UNRELEASED; urgency=low
 + remove-ttf-liberation 
 + remove-support 
 
- -- Gilles Filippini p...@debian.org  Fri, 11 Dec 2009 07:54:50 +0100
+  [ Bernd Zeimetz ]
+  * Add a patch to support the new libgps (= 2.90)
+- Also bump the build-dependency on libgps-dev for that.
+- Closes: #560253
+
+ -- Bernd Zeimetz b...@debian.org  Sat, 12 Dec 2009 09:38:01 +0100
 
 navit (0.2.0~svn2755+dfsg.1-1) unstable; urgency=low
 



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



Bug#560647: t/99_pmv.t test failure with new Perl::MinimumVersion 1.22

2009-12-12 Thread Salvatore Bonaccorso
Hi

First of all, I agree that this is a failure of build when activating
author tests. We in Debian Perl Group try to activate any test which is
possible to quarantee best quality. During such a rebuild of package for
CPAN::Inject it fails to build. There was an update in
Perl::MinimumVersion:

1.22 Wed  25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for version numbers like v1.1.1 (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
  Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found imcompatibility in 02_main.t with 5.5 (Alexandr 
Ciornii)

Now CPAN::Inject fails with:
 make[2]: Entering directory
 `/build/user-libcpan-inject-perl_0.11-1-amd64-3nDW4x/libcpan-inject-perl-0.11'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/01_compile.t
 t/9*.t
 t/01_compile.t .. ok
 t/98_pod.t .. ok
 
 #   Failed test 't/02_main.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/02_main.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 # Looks like you failed 1 test of 6.
 t/99_pmv.t .. 
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/6 subtests 
 
 Test Summary Report
 ---
 t/99_pmv.t(Wstat: 256 Tests: 6 Failed: 1)
   Failed test:  3
   Non-zero exit status: 1
 Files=3, Tests=11,  3 wallclock secs ( 0.03 usr  0.01 sys +  1.26
 cusr  0.08 csys =  1.38 CPU)
 Result: FAIL
 Failed 1/3 test programs. 1/11 subtests failed.
 make[2]: *** [test_dynamic] Error 1

The full Bugreport is located at http://bugs.debian.org/560647

The problem is that in the tests there are used syntax not matching the
required version in META.yml.

Many thanks for considering looking into it,
Bests
Salvatore


signature.asc
Description: Digital signature


Processed: tagging 560647, bug 560647 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=52697

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 560647 + confirmed
Bug #560647 [src:libcpan-inject-perl] libcpan-inject-perl: FTBFS: tests failed
Added tag(s) confirmed.
 forwarded 560647 http://rt.cpan.org/Public/Bug/Display.html?id=52697
Bug #560647 [src:libcpan-inject-perl] libcpan-inject-perl: FTBFS: tests failed
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=52697'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: tagging 560615, bug 560615 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=52698

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 560615 + confirmed
Bug #560615 [src:libfile-remove-perl] libfile-remove-perl: FTBFS: tests failed
Added tag(s) confirmed.
 forwarded 560615 http://rt.cpan.org/Public/Bug/Display.html?id=52698
Bug #560615 [src:libfile-remove-perl] libfile-remove-perl: FTBFS: tests failed
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=52698'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560615: t/99_pmv.t test failure with new Perl::MinimumVersion 1.22

2009-12-12 Thread Salvatore Bonaccorso
Hi

First of all, I agree that this is a failure of build when activating
author tests. We in Debian Perl Group try to activate any test which is
possible to quarantee best quality. During such a rebuild of package for
File::Remove it fails to build. There was an update in
Perl::MinimumVersion:

1.22 Wed  25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for version numbers like v1.1.1 (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
  Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found imcompatibility in 02_main.t with 5.5 (Alexandr 
Ciornii)

Now File::Remove fails with:
 make[1]: Entering directory 
 `/build/user-libfile-remove-perl_1.42-2-amd64-naaHXS/libfile-remove-perl-1.42'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/*.t
 t/01_compile.t  ok
 t/02_directories.t  ok
 t/03_deep_readonly.t .. ok
 t/04_can_delete.t . ok
 t/05_links.t .. ok
 t/06_curly.t .. ok
 t/97_meta.t ... ok
 t/98_pod.t  ok
 
 #   Failed test 't/06_curly.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/06_curly.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 
 #   Failed test 't/03_deep_readonly.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/03_deep_readonly.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 
 #   Failed test 't/04_can_delete.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/04_can_delete.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 
 #   Failed test 't/02_directories.t'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # t/02_directories.t requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 # Looks like you failed 4 tests of 11.
 Failed 1/9 test programs. 4/206 subtests failed.
 t/99_pmv.t  
 Dubious, test returned 4 (wstat 1024, 0x400)
 Failed 4/11 subtests 
 
 Test Summary Report
 ---
 t/99_pmv.t  (Wstat: 1024 Tests: 11 Failed: 4)
   Failed tests:  3-4, 9-10
   Non-zero exit status: 4
 Files=9, Tests=206,  2 wallclock secs ( 0.04 usr  0.02 sys +  1.69 cusr  0.07 
 csys =  1.82 CPU)
 Result: FAIL
 make[1]: *** [test_dynamic] Error 4

The full Bugreport is located at http://bugs.debian.org/560615

The problem is that in the tests there are used syntax not matching the
required version in META.yml.

Many thanks for considering looking into it,
Bests
Salvatore


signature.asc
Description: Digital signature


Bug#560626: t/99_pmv.t test failure with new Perl::MinimumVersion 1.22

2009-12-12 Thread Salvatore Bonaccorso
Hi

First of all, I agree that this is a failure of build when activating
author tests. We in Debian Perl Group try to activate any test which is
possible to quarantee best quality. During such a rebuild of package for
Module::Install it fails to build. There was an update in
Perl::MinimumVersion:

1.22 Wed  25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for version numbers like v1.1.1 (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
  Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found imcompatibility in 02_main.t with 5.5 (Alexandr 
Ciornii)

Now Module::Install fails with:
 make[1]: Entering directory 
 `/build/user-libmodule-install-perl_0.91-1-amd64-sefl0P/libmodule-install-perl-0.91'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/*.t t/recursive/*.t
 t/01_compile.t ... ok
 t/02_mymeta.t  ok
 t/03_autoinstall.t ... skipped: Skipping dangerous test
 t/04_version.t ... ok
 t/05_share.t . ok
 t/06_ppport.t  ok
 t/07_perl_version.t .. ok
 t/08_dsl.t ... ok
 t/09_read.t .. ok
 t/10_test.t .. ok
 t/11_extraction.t  ok
 t/97_meta.t .. ok
 t/98_pod.t ... ok
 
 #   Failed test 'lib/Module/Install.pm'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # lib/Module/Install.pm requires 5.006 due to syntax
 # version markers for 5.006:
 # - _three_argument_open 
 
 #   Failed test 'lib/Module/Install/Bundle.pm'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # lib/Module/Install/Bundle.pm requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 
 #   Failed test 'lib/Module/Install/Admin/Bundle.pm'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # lib/Module/Install/Admin/Bundle.pm requires 5.006 due to syntax
 # version markers for 5.006:
 # - _mkdir_1_arg 
 # Looks like you failed 3 tests of 52.
 t/99_pmv.t ... 
 Dubious, test returned 3 (wstat 768, 0x300)
 Failed 3/52 subtests 
 Failed 1/15 test programs. 3/243 subtests failed.
 t/recursive/test.t ... ok
 
 Test Summary Report
 ---
 t/99_pmv.t (Wstat: 768 Tests: 52 Failed: 3)
   Failed tests:  2, 11, 26
   Non-zero exit status: 3
 Files=15, Tests=243, 12 wallclock secs ( 0.09 usr  0.03 sys + 10.66 cusr  
 0.89 csys = 11.67 CPU)
 Result: FAIL
 make[1]: *** [test_dynamic] Error 255

The full Bugreport is located at http://bugs.debian.org/560626

The problem is that in the tests there are used syntax not matching the
required version in META.yml.

Many thanks for considering looking into it,
Bests
Salvatore


signature.asc
Description: Digital signature


Processed: tagging 560626, bug 560626 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=52699

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 560626 + confirmed
Bug #560626 [src:libmodule-install-perl] libmodule-install-perl: FTBFS: tests 
failed
Added tag(s) confirmed.
 forwarded 560626 http://rt.cpan.org/Public/Bug/Display.html?id=52699
Bug #560626 [src:libmodule-install-perl] libmodule-install-perl: FTBFS: tests 
failed
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=52699'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560616: t/99_pmv.t test failure with new Perl::MinimumVersion 1.22

2009-12-12 Thread Salvatore Bonaccorso
Hi

First of all, I agree that this is a failure of build when activating
author tests. We in Debian Perl Group try to activate any test which is
possible to quarantee best quality. During such a rebuild of package for
pip it fails to build. There was an update in
Perl::MinimumVersion:

1.22 Wed  25 Nov 2009
- Negative length in 'splice' requires perl 5.5 (Alexandr Ciornii)
- 'mkdir' with one argument requires perl 5.6 (Alexandr Ciornii)
- 'substr' will not be checked if it is a method name (Alexandr Ciornii)
- better tests and fix for 3-arg 'open' (Alexandr Ciornii)

1.21 Tue  24 Nov 2009
- Add 'bytes' to 5.6 pragma (Alexandr Ciornii)
- Add support for version numbers like v1.1.1 (Alexandr Ciornii)
- Reimplement _three_argument_open, more tests (Alexandr Ciornii)
  Now check for 3-arg open is working.
- Check 4-arg substr that requires perl 5.5 (Alexandr Ciornii)
- Postfix foreach requires perl 5.004.05 (Alexandr Ciornii)
- Scalar::Util::weaken requires perl 5.006 (Alexandr Ciornii)
- P::MV itself found imcompatibility in 02_main.t with 5.5 (Alexandr 
Ciornii)

Now pip fails with:
 make[2]: Entering directory `/build/user-pip_0.13-1-amd64-kZOP5n/pip-0.13'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/01_compile.t t/9*.t
 t/01_compile.t .. ok
 t/98_pod.t .. ok
 
 #   Failed test 'lib/Module/Plan/Base.pm'
 #   at /usr/share/perl5/Test/MinimumVersion.pm line 150.
 # lib/Module/Plan/Base.pm requires 5.006 due to syntax
 # version markers for 5.006:
 # - _three_argument_open 
 # Looks like you failed 1 test of 12.
 Failed 1/3 test programs. 1/26 subtests failed.
 t/99_pmv.t .. 
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/12 subtests 
 
 Test Summary Report
 ---
 t/99_pmv.t(Wstat: 256 Tests: 12 Failed: 1)
   Failed test:  5
   Non-zero exit status: 1
 Files=3, Tests=26,  2 wallclock secs ( 0.01 usr  0.02 sys +  2.24 cusr  0.13 
 csys =  2.40 CPU)
 Result: FAIL
 make[2]: *** [test_dynamic] Error 1

The full Bugreport is located at http://bugs.debian.org/560616

The problem is that in the tests there are used syntax not matching the
required version in META.yml. (Furthermore then lib/Module/Plan/Base.pm
has use 5.005.)

Many thanks for considering looking into it,
Bests
Salvatore


signature.asc
Description: Digital signature


Processed: tagging 560616, bug 560616 is forwarded to http://rt.cpan.org/Public/Bug/Display.html?id=52700

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 560616 + confirmed
Bug #560616 [src:pip] pip: FTBFS: tests failed
Added tag(s) confirmed.
 forwarded 560616 http://rt.cpan.org/Public/Bug/Display.html?id=52700
Bug #560616 [src:pip] pip: FTBFS: tests failed
Set Bug forwarded-to-address to 
'http://rt.cpan.org/Public/Bug/Display.html?id=52700'.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#559106: closed by Luk Claes l...@debian.org (Re: Processed: severity of 559106 is serious)

2009-12-12 Thread Ps
Hi,

OK I've tried it again. Here are the changes I'd done:

mail-notification-evolution needs these additional dependencies to
compile (like you can see from the compiler output):

libgtkhtml3.14-19
libgtkhtml3.14-dev
libgtkhtml-editor0
libgtkhtml-editor-dev
libebook1.2-dev

Patch for /usr/lib/pkgconfig/evolution-plugin.pc (I'm not sure if this
is the really right position, but it works)

--- evolution-plugin.pc.old 2009-12-11 18:55:07.056001003 +0100
+++ evolution-plugin.pc 2009-12-12 10:33:31.144477029 +0100
@@ -15,6 +15,6 @@
 Name: evolution-plugin
 Description: libraries needed for Evolution plugin development
 Version: 2.28.1
-Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 = 2.4.2
camel-provider-1.2 libxml-2.0
+Requires: libgnome-2.0 libgnomeui-2.0 libbonoboui-2.0 = 2.4.2
camel-provider-1.2 libxml-2.0 libgtkhtml-3.14 gtkhtml-editor
 Libs: -L${privlibdir} -leutil -Wl,-R${privlibdir}
 Cflags: -I${privincludedir}

After that, the compilation should work. If not, then please let me
know. I've compiled it on x86 and x86_64.

Cheers
Patrick

Am Donnerstag, den 10.12.2009, 21:33 +0100 schrieb Luk Claes:
 Ps wrote:
  Hi,
  
  when is the binNMU running? Was it successful (if it already run)
 
 https://buildd.debian.org/~luk/status/package.php?p=mail-notificationsuite=unstable
 
 So apparently not.
 
 Cheers
 
 Luk





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



Bug#556822: marked as done (generatorrunner: FTBFS: Could not find module FindApiExtractor.cmake or a configuration file for package ApiExtractor.)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 10:02:27 +
with message-id e1njonz-0002oy...@ries.debian.org
and subject line Bug#556822: fixed in apiextractor 0.3.2-1
has caused the Debian Bug report #556822,
regarding generatorrunner: FTBFS:   Could not find module 
FindApiExtractor.cmake or a configuration file for package ApiExtractor.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
556822: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=556822
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: generatorrunner
Version: 0.3.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091117 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh --with=quilt --buildsystem=cmake clean
dh_testdir --buildsystem=cmake
dh_auto_clean --buildsystem=cmake
dh_quilt_unpatch --buildsystem=cmake
 No patch removed
dh_clean --buildsystem=cmake
  dpkg-source -b generatorrunner-0.3.1
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building generatorrunner using existing 
 generatorrunner_0.3.1.orig.tar.gz
 dpkg-source: info: building generatorrunner in generatorrunner_0.3.1-1.diff.gz
 dpkg-source: info: building generatorrunner in generatorrunner_0.3.1-1.dsc
  debian/rules build
 dh --with=quilt --buildsystem=cmake build
dh_testdir --buildsystem=cmake
dh_quilt_patch --buildsystem=cmake
 Applying patch fix_manpages.patch
 patching file generatorrunner.1
 
 Now at patch fix_manpages.patch
dh_auto_configure --buildsystem=cmake
 -- The C compiler identification is GNU
 -- The CXX compiler identification is GNU
 -- Check for working C compiler: /usr/bin/gcc
 -- Check for working C compiler: /usr/bin/gcc -- works
 -- Detecting C compiler ABI info
 -- Detecting C compiler ABI info - done
 -- Check for working CXX compiler: /usr/bin/c++
 -- Check for working CXX compiler: /usr/bin/c++ -- works
 -- Detecting CXX compiler ABI info
 -- Detecting CXX compiler ABI info - done
 -- Looking for Q_WS_X11
 -- Looking for Q_WS_X11 - found
 -- Looking for Q_WS_WIN
 -- Looking for Q_WS_WIN - not found.
 -- Looking for Q_WS_QWS
 -- Looking for Q_WS_QWS - not found.
 -- Looking for Q_WS_MAC
 -- Looking for Q_WS_MAC - not found.
 -- Found Qt-Version 4.5.3 (using /usr/bin/qmake)
 -- Looking for _POSIX_TIMERS
 -- Looking for _POSIX_TIMERS - found
 CMake Error at CMakeLists.txt:6 (find_package):
   Could not find module FindApiExtractor.cmake or a configuration file for
   package ApiExtractor.
 
   Adjust CMAKE_MODULE_PATH to find FindApiExtractor.cmake or set
   ApiExtractor_DIR to the directory containing a CMake configuration file for
   ApiExtractor.  The file will have one of the following names:
 
 ApiExtractorConfig.cmake
 apiextractor-config.cmake
 
 
 
 -- Configuring incomplete, errors occurred!
 dh_auto_configure: cmake returned exit code 1
 make: *** [build] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/11/17/generatorrunner_0.3.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: apiextractor
Source-Version: 0.3.2-1

We believe that the bug you reported is fixed in the latest version of
apiextractor, which is due to be installed in the Debian FTP archive:

apiextractor_0.3.2-1.diff.gz
  to main/a/apiextractor/apiextractor_0.3.2-1.diff.gz
apiextractor_0.3.2-1.dsc
  to main/a/apiextractor/apiextractor_0.3.2-1.dsc
apiextractor_0.3.2.orig.tar.gz
  to main/a/apiextractor/apiextractor_0.3.2.orig.tar.gz
libapiextractor-dbg_0.3.2-1_amd64.deb
  to main/a/apiextractor/libapiextractor-dbg_0.3.2-1_amd64.deb
libapiextractor-dev_0.3.2-1_amd64.deb
  to main/a/apiextractor/libapiextractor-dev_0.3.2-1_amd64.deb
libapiextractor0_0.3.2-1_amd64.deb
  to main/a/apiextractor/libapiextractor0_0.3.2-1_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 

Bug#548434: Also reported in Suse

2009-12-12 Thread ael
Just a note for anyone who comes across this report: it seems that
the problem is also occurs on SuSE, 10.3-11.2 -
Any kernel at or above 2.6.28 fails to fdformat a floppy.

That has been reported on the fdutils list and now there is a thread on 
the kernel mailing list.

ael




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



Bug#560746: marked as done (FTBFS: make[1]: *** No rule to make target `distclean'. Stop.)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 10:04:31 +
with message-id e1njopz-0003si...@ries.debian.org
and subject line Bug#560746: fixed in libflorist 2009-2
has caused the Debian Bug report #560746,
regarding FTBFS:  make[1]: *** No rule to make target `distclean'.  Stop.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560746: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560746
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libflorist
Version: 2009-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all archs:
| /usr/bin/make distclean
| make[1]: *** No rule to make target `distclean'.  Stop.
| make: *** [clean] Error 2

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstablep=libflorist

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: libflorist
Source-Version: 2009-2

We believe that the bug you reported is fixed in the latest version of
libflorist, which is due to be installed in the Debian FTP archive:

libflorist-dbg_2009-2_amd64.deb
  to main/libf/libflorist/libflorist-dbg_2009-2_amd64.deb
libflorist2009-dev_2009-2_amd64.deb
  to main/libf/libflorist/libflorist2009-dev_2009-2_amd64.deb
libflorist2009_2009-2_amd64.deb
  to main/libf/libflorist/libflorist2009_2009-2_amd64.deb
libflorist_2009-2.diff.gz
  to main/libf/libflorist/libflorist_2009-2.diff.gz
libflorist_2009-2.dsc
  to main/libf/libflorist/libflorist_2009-2.dsc



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Brenta lbre...@debian.org (supplier of updated libflorist package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 10:18:26 +0100
Source: libflorist
Binary: libflorist2009-dev libflorist2009 libflorist-dbg
Architecture: source amd64
Version: 2009-2
Distribution: unstable
Urgency: low
Maintainer: Ludovic Brenta lbre...@debian.org
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 libflorist-dbg - POSIX.5 Ada interface to operating system services
 libflorist2009 - POSIX.5 Ada interface to operating system services
 libflorist2009-dev - POSIX.5 Ada interface to operating system services
Closes: 560746
Changes: 
 libflorist (2009-2) unstable; urgency=low
 .
   * debian/rules (clean): call make distclean only if Makefile exists.
 Closes: #560746.
Checksums-Sha1: 
 b5e30f6e30df9652f81d2abb73013ddbe71bfc05 1099 libflorist_2009-2.dsc
 ad8a0d876e4db032f3c80124fc2d1c18ff1b6a19 5813 libflorist_2009-2.diff.gz
 eb4b5a2aa0591729347c50349bae1fd46b1648ec 1010450 
libflorist2009-dev_2009-2_amd64.deb
 01426060246a97992fcfaf70b6430410db89d7b5 123654 libflorist2009_2009-2_amd64.deb
 ab93bf69cc49d45c61e4dcb4a1eef4991f0d4093 323294 libflorist-dbg_2009-2_amd64.deb
Checksums-Sha256: 
 008e47fa5f4eec86bc8e8898d5ac89b4f68b68b6b6e2ca0b6389509475705987 1099 
libflorist_2009-2.dsc
 c195776612612d198d8330495eede4c3813966e7a22b4f3d079ec0d899dfb5c0 5813 
libflorist_2009-2.diff.gz
 9763dfb082914f4efd46c1d486090803c78bc761266175071ee4b946eabc4b46 1010450 
libflorist2009-dev_2009-2_amd64.deb
 4b6024a4161415e33f1f8a2cc9d90e154e0f39eee01293f0974b3598f3cd9d3b 123654 
libflorist2009_2009-2_amd64.deb
 d0f181b07369406c71ca0ff47be919c7ea7e88bd9c2ca51aca292c2eb3e464d4 323294 
libflorist-dbg_2009-2_amd64.deb
Files: 
 9435af0f5189a812ec229f4aee614ec3 1099 libs optional libflorist_2009-2.dsc
 bad606d3a24278683ec583cb6c2355a7 5813 libs optional libflorist_2009-2.diff.gz
 a217ac3c438f198c2120e0ab9f190793 1010450 libdevel optional 
libflorist2009-dev_2009-2_amd64.deb
 517dd7467cf30ea0e66f6cf5880a6432 123654 libs optional 
libflorist2009_2009-2_amd64.deb
 f5693af4eb5f86b5cc4a2c0cf6f04cb5 323294 debug extra 
libflorist-dbg_2009-2_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iD8DBQFLI2P/x9kwJZ3/qtQRAoMTAJ9SZwLKLVIn2oG85qVqhA6EYi05VwCfdZv3
3jX9hp5pPPzRE8Bu+BoX9HQ=
=tE8O
-END PGP SIGNATURE-


---End Message---


Bug#558762: marked as done (Placeholder bug to avoid testing migration)

2009-12-12 Thread Luk Claes
 Subject:
 Placeholder bug to avoid testing migration
 From:
 Daniel Baumann dan...@debian.org
 Date:
 Mon, 30 Nov 2009 12:45:26 +0100
 To:
 Debian Bug Tracking System sub...@bugs.debian.org
 
 To:
 Debian Bug Tracking System sub...@bugs.debian.org
 
 
 Package: live-helper
 Severity: serious

No Version header so applicable to all versions. So not considered as a
new RC bug in unstable, hence no blocker for testing migration...

 There are a few incompatible changes in live-helper 2.x compared to 1.x
 which requires that lh config is automatically handling the updates of
 the config trees. Until this has been implemented, we'd like to keep lh
 2.x out of testing.

 To:
 558762-d...@bugs.debian.org
 
 
 Release team screwed it up, arg!

Not in this case...

Cheers

Luk



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



Processed: Re: Bug#560788: openoffice.org-base: native connection to mysql: error couldn't load library libmysqlclient_r.so

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 560788 openoffice.org-mysql-connector
Bug #560788 [openoffice.org-base] openoffice.org-base: native connection to 
mysql: error couldn't load library libmysqlclient_r.so
Bug reassigned from package 'openoffice.org-base' to 
'openoffice.org-mysql-connector'.
Bug No longer marked as found in versions openoffice.org/1:3.1.1-9.
 severity 560788 serious
Bug #560788 [openoffice.org-mysql-connector] openoffice.org-base: native 
connection to mysql: error couldn't load library libmysqlclient_r.so
Severity set to 'serious' from 'normal'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: found 560788 in 1.0.0+OOo3.1.1-9

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 560788 1.0.0+OOo3.1.1-9
Bug #560788 [openoffice.org-mysql-connector] openoffice.org-base: native 
connection to mysql: error couldn't load library libmysqlclient_r.so
Bug Marked as found in versions openoffice.org/1:3.1.1-9.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560788: Another followup, to be clear

2009-12-12 Thread Tim Richardson
Sorry, just to be clear: I did already have the package  libmysqlclient16 
installed. The error goes away only after installing package  

libmysqlclient-dev (5.1.41-3)




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



Bug#560796: hplip: FTBFS on kfreebsd-*

2009-12-12 Thread Cyril Brulebois
Package: hplip
Version: 3.9.10-3
Severity: serious
Tags: patch
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package is no longer building on kfreebsd-*, which is RC since they
are release architectures. Your package hasn't even been tried (since
they are in BD-Uninstallable state) because the BD: libudev-dev is
unconditional, while it only exists on Linux architectures.

Please exclude it on non-Linux ports. Once the attached patch applied,
your package builds fine at least on kfreebsd-i386. There might be
installation issues due to udev rules or so, but that's another story.

I guess passing --enable-udev-acl-rules to ./configure could be made
conditional, only when DEB_HOST_ARCH_OS matches 'linux', too.

Mraw,
KiBi.
--- hplip-3.9.10/debian/control
+++ hplip-3.9.10/debian/control
@@ -7,7 +7,7 @@
  debhelper (= 5.0.37.2), autotools-dev, dpatch (= 2), autoconf, automake, libtool, cups (= 1.4.0) | cupsddk,
  patch (= 2.5.9-3bpo1), findutils (= 4.2.28), 
  python-dev, python-qt4, pyqt4-dev-tools, python-support (= 0.3),
- python-dbus (= 0.80), python-qt4-dbus, libdbus-1-dev, libudev-dev, policykit-1
+ python-dbus (= 0.80), python-qt4-dbus, libdbus-1-dev, libudev-dev [!hurd-i386 !kfreebsd-amd64 !kfreebsd-i386], policykit-1
 Standards-Version: 3.8.0
 Homepage: http://hplip.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/pkg-hpijs/hplip/trunk/
--- hplip-3.9.10.orig/prnt/hpcups/ErnieFilter.cpp
+++ hplip-3.9.10/prnt/hpcups/ErnieFilter.cpp
@@ -50,7 +50,7 @@
 #include ErnieFilter.h
 
 
-#if defined(__APPLE__) || defined(__linux)
+#if defined(__APPLE__) || defined(__linux) || defined(__GLIBC__)
 #include math.h
 #endif
 


Bug#559747: zita-convolver: must not use -march=native (was FTBFS: unrecognized, command line option -march=native)

2009-12-12 Thread peter green
a new version of makefile.patch which removes the use of -march=native 
is attatched.



Patch is applied because autotools are not used by upstream author. Patch setting prefix=/usr and fix install commands.

Index: zita-convolver/libs/Makefile
===
--- zita-convolver.orig/libs/Makefile	2009-12-05 18:25:01.0 +0100
+++ zita-convolver/libs/Makefile	2009-12-05 18:28:56.0 +0100
@@ -17,9 +17,10 @@
 
 # Modify as required.
 #
-PREFIX = /usr/local
+DESTDIR=
+PREFIX = /usr
 SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/')
-LIBDIR = lib$(SUFFIX)
+LIBDIR = lib
 
 
 MAJVERS = 2
@@ -29,8 +30,7 @@
 
 
 CPPFLAGS += -Wall -I. -fPIC -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -O3
-CPPFLAGS += -mmmx -msse -mfpmath=sse -ffast-math -funroll-loops -fpermissive
-CPPFLAGS += -march=i686
+CPPFLAGS += -ffast-math -funroll-loops
 #CPPFLAGS += -DVECTORIZE 
 
 LDLFAGS += 
@@ -50,12 +51,12 @@
 
 
 install:	$(ZITA-CONVOLVER_MIN)
-	install -d $(PREFIX)/include
-	install -d $(PREFIX)/$(LIBDIR)
-	install -m 644 $(ZITA-CONVOLVER_H) $(PREFIX)/include
-	install -m 755 $(ZITA-CONVOLVER_MIN) $(PREFIX)/$(LIBDIR)
-	ldconfig
-	ln -sf $(ZITA-CONVOLVER_MIN) $(PREFIX)/$(LIBDIR)/$(ZITA-CONVOLVER_SO)
+	install -d $(DESTDIR)$(PREFIX)/include
+	install -d $(DESTDIR)$(PREFIX)/$(LIBDIR)
+	install -m 644 $(ZITA-CONVOLVER_H) $(DESTDIR)$(PREFIX)/include
+	install -m 755 $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)
+	/sbin/ldconfig -n $(DESTDIR)$(PREFIX)/$(LIBDIR)
+	ln -sf $(ZITA-CONVOLVER_MIN) $(DESTDIR)$(PREFIX)/$(LIBDIR)/$(ZITA-CONVOLVER_SO)
 
 
 clean:


Bug#560644: clxclient: FTBFS: dpkg-gensymbols fails

2009-12-12 Thread Emilio Pozuelo Monfort
Jaromír Mikeš wrote:
 Od: Lucas Nussbaum lu...@lucas-nussbaum.net
 dpkg-gensymbols: warning: some symbols disappeared in the symbols file: see
 diff output below
 dpkg-gensymbols: warning: debian/libclxclient3/DEBIAN/symbols doesn't match
 completely debian/libclxclient3.symbols.amd64
 --- debian/libclxclient3.symbols.amd64 (libclxclient3 amd64)
 +++ dpkg-gensymbolsSsW4JM   2009-12-11 01:06:08.491202125 +0100
 @@ -296,7 +296,7 @@
   _znk8x_window12x_set_attribemp20xsetwindowattribu...@base 3.6.1-1~
   _znk8x_window17x_set_bit_gravit...@base 3.6.1-1~
   _znk8x_window17x_set_win_gravit...@base 3.6.1-1~
 - _znk8x_window5x_ma...@base 3.6.1-1~
 +#MISSING: 3.6.1-1# _znk8x_window5x_ma...@base 3.6.1-1~
   _znk8x_window6x_move...@base 3.6.1-1~
   _znk8x_window8x_resize...@base 3.6.1-1~
   _zti10x_callb...@base 3.6.1-1~
 dh_makeshlibs: dpkg-gensymbols -plibclxclient3
 -Idebian/libclxclient3.symbols.amd64 -Pdebian/libclxclient3 returned exit 
 code
 1
 make: *** [binary-fixup/libclxclient3] Error 9
 
 Hi,
 
 It is strange ...
 As it seen in diff output process is complaining about 
 _znk8x_window5x_ma...@base 3.6.1-1~ line and wants to replaced by totally
 same string.

Not really... the new line has MISSING at the beginning, which means the symbol
was not found in the rebuild, so it failed.

Cheers,
Emilio



signature.asc
Description: OpenPGP digital signature


Processed: Re: [Debian-med-packaging] Bug#560438: seaview: FTBFS: use_mase_files.cxx:1437: error: invalid conversion from 'const char*' to 'char*'

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 560438 1:4.2-1
Bug #560438 [src:seaview] seaview: FTBFS: use_mase_files.cxx:1437: error: 
invalid conversion from 'const char*' to 'char*'
Bug Marked as found in versions seaview/1:4.2-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560438: [Debian-med-packaging] Bug#560438: seaview: FTBFS: use_mase_files.cxx:1437: error: invalid conversion from 'const char*' to 'char*'

2009-12-12 Thread Charles Plessy
found 560438 1:4.2-1
thanks

Le Fri, Dec 11, 2009 at 09:09:03AM +0100, Lucas Nussbaum a écrit :
 Source: seaview
 Version: 1:3.2-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091210 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Thanks Lucas.

It is a bit strange that despite using Sid, your rebuild system used the lower
version from Squeeze. Seaview has migration problems because it has no been
picked by the armel, ia64, mips, mipsel and powerpc non-free autobuilders yet,
but on amd64 its version in Sid is 1:4.2-1.

Anyway, the bug is there in 1:4.2-1 as well.

Do not hesitate to let me know if the GCC 4.4 error is trivial to fix, because
for the moment I do not have a solution other than forwarding Upstream.

 Relevant part:
  g++ -c -Dunix -DFLTK1 -g -O2 -Wall -O2 
  -I/Users/mgouy/Documents/fltk/fltk-1.1.9 -I. -I/usr/X11R6/include  
  -DDEFAULT_HELPFILE=\/usr/share/seaview/seaview.help\ -U__APPLE__ -DNO_PDF 
  use_mase_files.cxx
  use_mase_files.cxx: In function 'void save_regions(list_regions*, FILE*)':
  use_mase_files.cxx:802: warning: comparison between signed and unsigned 
  integer expressions
  use_mase_files.cxx: In function 'void inform_prog_dir(const char*)':
  use_mase_files.cxx:1437: error: invalid conversion from 'const char*' to 
  'char*'
  make[1]: *** [use_mase_files.o] Error 1

Have a nice day,

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



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



Processed: re: zita-convolver: must not use -march=native (was FTBFS: unrecognized, command line option -march=native)

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 559747 +patch
Bug #559747 [zita-convolver] zita-convolver: must not use -march=native
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560788: Another followup, to be clear

2009-12-12 Thread Rene Engelhard
Hi,

On Sat, Dec 12, 2009 at 10:19:17PM +1100, Tim Richardson wrote:
 Sorry, just to be clear: I did already have the package  libmysqlclient16 
 installed. The error goes away only after installing package  
 
 libmysqlclient-dev (5.1.41-3)

Ah, I see. Upstream strikes again by looking for .so instead of .so.X
Which of course requires -dev to be installed...

(Anyway, the dependency to libmysqlclient16 is also missing either way)

Grüße/Regards,

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



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



Bug#560788: (no subject)

2009-12-12 Thread Tim Richardson
The file is in the package
libmysqlclient-dev (5.1.41-3)
which I did not have installed and was not a dependency (I suppose it 
shouldn't be, being a -dev).

I filed against openoffice.org-base because Base is where I saw the bug, and I 
assumed it may be related to the efforts of fix the last bug report I filed 
regarding trying to use the native connector in Base.




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



Bug#560788: your mail

2009-12-12 Thread Rene Engelhard
Hi,

On Sat, Dec 12, 2009 at 10:14:05PM +1100, Tim Richardson wrote:
 The file is in the package
 libmysqlclient-dev (5.1.41-3)
 which I did not have installed and was not a dependency (I suppose it 
 shouldn't be, being a -dev).

Yeah, as said in the other mail upstrema has the habit of relying on .so
instead of so.X...

Will fix that, although this will cause some headaches for the lenny backport;
ah well..

 I filed against openoffice.org-base because Base is where I saw the bug, and 
 I 
 assumed it may be related to the efforts of fix the last bug report I filed 
 regarding trying to use the native connector in Base.

And those were only affecting -mysql-connector, too because *that* had the bug
not Base. Base has no native mysql support without -mysql-connector.

Grüße/Regards,

Rene



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



Bug#560567: marked as done (testresources: FTBFS: ValueError: setup was not called)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 12:49:41 +
with message-id e1njrpp-00059s...@ries.debian.org
and subject line Bug#560567: fixed in testresources 0.2.1-1
has caused the Debian Bug report #560567,
regarding testresources: FTBFS: ValueError: setup was not called
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560567: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560567
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: testresources
Version: 0.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-testresources_0.2-1-amd64-e4TvF4/testresources-0.2'
 PYTHONPATH=/build/user-testresources_0.2-1-amd64-e4TvF4/testresources-0.2/lib:
  python ./test_all.py 
 testresources.tests.test_test_loader.TestTestLoader.testSuiteType ... ok
 testresources.tests.test_test_resource.TestTestResource.testDefaultCosts ... 
 ok
 testresources.tests.test_test_resource.TestTestResource.testDefaultResetMethodPreservesCleanResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testDefaultResetMethodRecreatesDirtyResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testDirtiedSetsDirty 
 ... ok
 testresources.tests.test_test_resource.TestTestResource.testDirtyingResourceTriggersCleanOnGet
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testDirtyingWhenUnused
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedActivityForResourceWithExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedActivityForResourceWithoutExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedWithCallsCleanResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedWithCallsCleanResourceOnceOnly
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedWithDecrementsUses
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedWithMarksNonDirty
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testFinishedWithResetsCurrentResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetActivityForResourceWithExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetActivityForResourceWithoutExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceCallsMakeResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceDoesntDirty
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceIncrementsUses
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceResetsUsedResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceReturnsMakeResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceSetsCurrentResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testGetResourceTwiceReturnsIdenticalResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testInitiallyNoCurrentResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testInitiallyNotDirty 
 ... ok
 testresources.tests.test_test_resource.TestTestResource.testInitiallyUnused 
 ... ok
 testresources.tests.test_test_resource.TestTestResource.testIsDirty ... ok
 testresources.tests.test_test_resource.TestTestResource.testIsDirtyIsTrueIfDependenciesAreDirty
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testIsDirtyIsTrueIfDependenciesChanged
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testRepeatedGetResourceCallsMakeResourceOnceOnly
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testResetActivityForResourceWithExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testResetActivityForResourceWithoutExtensions
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testResourceAvailableBetweenFinishedWithCalls
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testUnimplementedGetResource
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testUsedResourceResetBetweenUses
  ... ok
 testresources.tests.test_test_resource.TestTestResource.testUsingTwiceMakesAndCleansTwice
  ... ok
 

Bug#560570: console-setup: FTBFS: Couldn't open ckb/rules/xorg.xml

2009-12-12 Thread Anton Zinoviev
tags 560570 unreproducible
thank you

On Fri, Dec 11, 2009 at 09:54:15AM +0100, Lucas Nussbaum wrote:
 Source: console-setup
 Version: 1.50
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091210 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.

Can you test this again?  Maybe there was something wrong with your 
build environment?

  ./xmlreader KeyboardNames.pl
  Couldn't open ckb/rules/xorg.xml:
  No such file or directory at ./xmlreader line 67

The file ckb/rules/xorg.xml exists in the source package and it is a 
static file - nothing removes or changes it.

Anton Zinoviev



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



Bug#526677: marked as done (FTBFS with GCC 4.4: dereferencing pointer breaks strict-aliasing rules)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 13:19:32 +
with message-id e1njrsi-px...@ries.debian.org
and subject line Bug#526677: fixed in x86info 1.25-1
has caused the Debian Bug report #526677,
regarding FTBFS with GCC 4.4: dereferencing pointer breaks strict-aliasing rules
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
526677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=526677
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: x86info
Version: 1.24-1
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.4

Your package fails to build with GCC 4.4.  You can reproduce this problem
with gcc-4.4/g++-4.4 from unstable.

 Automatic build of x86info_1.24-1 on em64t by sbuild/amd64 0.53
...
 gcc -g -O2 -Werror -Wall -Wshadow -Wextra -Wmissing-declarations 
 -Wdeclaration-after-statement -Wredundant-decls -MMD -o cpuid.o -c cpuid.c
 cc1: warnings being treated as errors
 cpuid.c: In function 'cpuid':
 cpuid.c:174: error: dereferencing type-punned pointer will break 
 strict-aliasing rules
 make[1]: *** [cpuid.o] Error 1
 make[1]: Leaving directory `/build/tbm/x86info-1.24'

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


---End Message---
---BeginMessage---
Source: x86info
Source-Version: 1.25-1

We believe that the bug you reported is fixed in the latest version of
x86info, which is due to be installed in the Debian FTP archive:

x86info_1.25-1.diff.gz
  to main/x/x86info/x86info_1.25-1.diff.gz
x86info_1.25-1.dsc
  to main/x/x86info/x86info_1.25-1.dsc
x86info_1.25-1_amd64.deb
  to main/x/x86info/x86info_1.25-1_amd64.deb
x86info_1.25.orig.tar.gz
  to main/x/x86info/x86info_1.25.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 526...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mark Brown broo...@debian.org (supplier of updated x86info package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 12:59:47 +
Source: x86info
Binary: x86info
Architecture: source amd64
Version: 1.25-1
Distribution: unstable
Urgency: low
Maintainer: Mark Brown broo...@debian.org
Changed-By: Mark Brown broo...@debian.org
Description: 
 x86info- Display diagnostic information about i386 compatible CPUs
Closes: 526677
Changes: 
 x86info (1.25-1) unstable; urgency=low
 .
   * New upstream release (closes: #526677).
   * Use debhelper 6.
   * Policy 3.8.3 (no changes).
Checksums-Sha1: 
 4b257b194eb16663151cca831ba2e54119a1279b 1062 x86info_1.25-1.dsc
 3d307310b0323f314583297745efc4296e7dbe5d 80716 x86info_1.25.orig.tar.gz
 8e29706f7d87312337ea39b14d88711c9f2363d3 3649 x86info_1.25-1.diff.gz
 c3eb17a970ee1877c777be0d25ddb549a1301c26 40858 x86info_1.25-1_amd64.deb
Checksums-Sha256: 
 5c187d6e3204699a923065910d44dae00bf06bd273855aa201bb7f852947bb64 1062 
x86info_1.25-1.dsc
 4e7c9c25252142550e68a7c347bf41192fd282e30b5c0b2a1138a2465c4f7690 80716 
x86info_1.25.orig.tar.gz
 66bb04ab2d8dc872d3d134f6eb1c642e7f3a69f530ecb27871e8dcb38b5f2656 3649 
x86info_1.25-1.diff.gz
 b6e3cfdebd09dfcc52d3fecd0c677a2bdec2c4150b772955bb2de4cf2a99ca56 40858 
x86info_1.25-1_amd64.deb
Files: 
 3eb23bda5b3bd265e12987eb1ef03889 1062 admin extra x86info_1.25-1.dsc
 29143559c611272ec2045361a6ffd813 80716 admin extra x86info_1.25.orig.tar.gz
 741cf534695cad5ba554e59e9b0c34ad 3649 admin extra x86info_1.25-1.diff.gz
 96eadd4f452ccbd84b581baed9a4b998 40858 admin extra x86info_1.25-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAksjlUoACgkQJ2Vo11xhU63njgCg98wXzSlN9NX+yJI6weKcgc3x
LB8AnAooh1gjgjpuO/0NTgdF4AYj6MTp
=TD24
-END PGP SIGNATURE-


---End Message---


Bug#560668: marked as done (xpad: FTBFS: sh: wmf2eps: not found)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 13:19:47 +
with message-id e1njrsx-rl...@ries.debian.org
and subject line Bug#560668: fixed in xpad 4.0-2
has caused the Debian Bug report #560668,
regarding xpad: FTBFS: sh: wmf2eps: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560668: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560668
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xpad
Version: 4.0-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory `/build/user-xpad_4.0-1-amd64-b0kgfb/xpad-4.0'
 make[1]: *** No rule to make target `distclean'.
 make[1]: Leaving directory `/build/user-xpad_4.0-1-amd64-b0kgfb/xpad-4.0'
 make: [makefile-clean] Error 2 (ignored)
 rm -f debian/stamp-makefile-build
 rm -f xpad.xpm
 dh_clean 
 rm -f debian/stamp-autotools-files
 cd .  \
 rm -f intltool-extract intltool-merge intltool-update 
 po/.intltool-merge-cache; \
 if test -d doc; then find doc -name '*.omf.out' -exec rm -f \{\} \; ; 
 fi; \
 if test -d help; then find help -name '*.omf.out' -exec rm -f \{\} \; 
 ; fi
 [ ! -e xpad.desktop.d-r-orig ] || mv xpad.desktop.d-r-orig xpad.desktop
 [ ! -e po/xpad.pot.d-r-orig ] || mv po/xpad.pot.d-r-orig po/xpad.pot
  dpkg-source -b xpad-4.0
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building xpad using existing xpad_4.0.orig.tar.gz
 dpkg-source: info: building xpad in xpad_4.0-1.diff.gz
 dpkg-source: info: building xpad in xpad_4.0-1.dsc
  debian/rules build
 test -x debian/rules
 mkdir -p .
 [ -e xpad.xpm ] || \
   convert -resize 32x32 images/hicolor/scalable/apps/xpad.svg xpad.xpm
 sh: wmf2eps: not found
 convert: Delegate failed `wmf2eps -o %o %i' @ 
 delegate.c/InvokeDelegate/1060.
 convert: unable to open image `/tmp/magick-XXfCSNVO': No such file or 
 directory @ blob.c/OpenBlob/2480.
 convert: unable to open file `/tmp/magick-XXfCSNVO': No such file or 
 directory @ constitute.c/ReadImage/569.
 convert: missing an image filename `xpad.xpm' @ 
 convert.c/ConvertImageCommand/2838.
 make: *** [update-config] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/12/10/xpad_4.0-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: xpad
Source-Version: 4.0-2

We believe that the bug you reported is fixed in the latest version of
xpad, which is due to be installed in the Debian FTP archive:

xpad_4.0-2.diff.gz
  to main/x/xpad/xpad_4.0-2.diff.gz
xpad_4.0-2.dsc
  to main/x/xpad/xpad_4.0-2.dsc
xpad_4.0-2_amd64.deb
  to main/x/xpad/xpad_4.0-2_amd64.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bart Martens ba...@debian.org (supplier of updated xpad package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 14:04:17 +0100
Source: xpad
Binary: xpad
Architecture: source amd64
Version: 4.0-2
Distribution: unstable
Urgency: low
Maintainer: Bart Martens ba...@debian.org
Changed-By: Bart Martens ba...@debian.org
Description: 
 xpad   - sticky note application for X
Closes: 560668
Changes: 
 xpad (4.0-2) unstable; urgency=low
 .
   * Build-Depends: libmagickcore2-extra.  Fixes FTBFS.  Closes: #560668.
Checksums-Sha1: 
 fbf43357aaaffb327561cabecf051842a35c259e 1676 xpad_4.0-2.dsc
 a8c0af35718ee289a0bca684240d7f130c701ae3 5192 xpad_4.0-2.diff.gz
 56ac86ac90ee0620da157be4bb1663efe88a3168 105162 xpad_4.0-2_amd64.deb
Checksums-Sha256: 
 f3807b20f52d4b5026bb0aa89aa86435a7e3ebf2c9876da1d1a720f2685d4df8 

Processed (with 1 errors): Re: navit: FTBFS: vehicle_gpsd.c:111: error: 'struct gps_data_t' has no member named 'satellites'

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 560253 560536
Bug#560253: [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Bug#560536: navit: FTBFS: vehicle_gpsd.c:111: error: 'struct gps_data_t' has no 
member named 'satellites'
Mismatch - only Bugs in the same package can be forcibly merged:
Bug 560536 is not in the same package as 560253
 tag 560536 + upstream
Bug #560536 [src:navit] navit: FTBFS: vehicle_gpsd.c:111: error: 'struct 
gps_data_t' has no member named 'satellites'
Added tag(s) upstream.
 forwarded 560536 http://trac.navit-project.org/ticket/518
Bug #560536 [src:navit] navit: FTBFS: vehicle_gpsd.c:111: error: 'struct 
gps_data_t' has no member named 'satellites'
Set Bug forwarded-to-address to 'http://trac.navit-project.org/ticket/518'.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560536: navit: FTBFS: vehicle_gpsd.c:111: error: 'struct gps_data_t' has no member named 'satellites'

2009-12-12 Thread Gilles Filippini
forcemerge 560253 560536
tag 560536 + upstream
forwarded 560536 http://trac.navit-project.org/ticket/518
thanks

Joop Boonen a écrit , Le -10/01/-28163 20:59:
 This issue is probably related to gpsd 2.90?

Indeed, it is a duplicate of #560253. Merging.

 Bug report http://trac.navit-project.org/ticket/518 has been created.

Patch attached to upstream's ticket.

Thanks,

_Gilles.



signature.asc
Description: OpenPGP digital signature


Bug#560623: marked as done (mlton: FTBFS: compilation aborted: parseAndElaborate reported errors)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 13:47:46 +
with message-id e1njsk2-0003pm...@ries.debian.org
and subject line Bug#560623: fixed in mlton 20091212~svn-r7383
has caused the Debian Bug report #560623,
regarding mlton: FTBFS: compilation aborted: parseAndElaborate reported errors
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560623: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560623
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: mlton
Version: 20091107
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[5]: Entering directory 
 `/build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/smlnj-lib'
 rm -rf smlnj-lib
 gzip -dc smlnj-lib.tgz | tar xf -
 chmod -R a+r smlnj-lib
 chmod -R g-s smlnj-lib
 rm -f smlnj-lib/HTML/.cvsignore
 patch -s -p0  smlnj-lib.patch
 mv smlnj-lib/LICENSE ../../doc/license/SMLNJ-LIB-LICENSE
 make[5]: Leaving directory 
 `/build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/smlnj-lib'
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/cml/. 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/cml
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/ckit-lib/ckit/. 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/ckit-lib
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/mlnlffi-lib/. 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/mlnlffi-lib
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/mlrisc-lib/MLRISC/.
  
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/mlrisc-lib
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/mlyacc-lib/. 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/mlyacc-lib
 /bin/cp -fpR 
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/lib/smlnj-lib/smlnj-lib/.
  
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml/smlnj-lib
 find /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml 
 -type d -name .cm | xargs rm -rf
 find /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml 
 -type d -name .svn | xargs rm -rf
 find /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/lib/sml 
 -type f -name .ignore | xargs rm -rf
 make[4]: Leaving directory 
 `/build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107'
 for f in ckit-lib cml mlnlffi-lib mlrisc-lib mlyacc-lib smlnj-lib; do 
 \
   echo Type checking $f library.;   \
   
 /build/user-mlton_20091107-amd64-iRNeyX/mlton-20091107/build/bin/mlton 
 -disable-ann deadCode  \
   -stop tc\
   '$(SML_LIB)/'$f/$f.mlb\
   /dev/null; \
   done
 Type checking ckit-lib library.
 Error: string 1.1.
   File $(SML_LIB)/ckit-lib/ckit-lib.mlb does not exist.
 compilation aborted: parseAndElaborate reported errors
 Type checking cml library.
 Type checking mlnlffi-lib library.
 Type checking mlrisc-lib library.
 Error: string 1.1.
   File $(SML_LIB)/mlrisc-lib/mlrisc-lib.mlb does not exist.
 compilation aborted: parseAndElaborate reported errors
 Type checking mlyacc-lib library.
 Type checking smlnj-lib library.
 Error: string 1.1.
   File $(SML_LIB)/smlnj-lib/smlnj-lib.mlb does not exist.
 compilation aborted: parseAndElaborate reported errors
 make[3]: *** [libraries] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/mlton_20091107_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: mlton
Source-Version: 20091212~svn-r7383

We believe that the bug you reported is fixed in the latest version of
mlton, which is due to be installed in the Debian FTP archive:

mlton_20091212~svn-r7383.diff.gz
  to main/m/mlton

Processed: Merge 560253 560536

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 560253 src:navit
Bug #560253 [navit] [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Bug reassigned from package 'navit' to 'src:navit'.
 tag 560253 + upstream
Bug #560253 [src:navit] [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Added tag(s) upstream.
 tag 560536 + pending
Bug #560536 [src:navit] navit: FTBFS: vehicle_gpsd.c:111: error: 'struct 
gps_data_t' has no member named 'satellites'
Added tag(s) pending.
 forwarded 560253 http://trac.navit-project.org/ticket/518
Bug #560253 [src:navit] [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Set Bug forwarded-to-address to 'http://trac.navit-project.org/ticket/518'.
 merge 560253 560536
Bug#560253: [Fwd: gpsd 2.90 will be uploaded to unstable soon]
Bug#560536: navit: FTBFS: vehicle_gpsd.c:111: error: 'struct gps_data_t' has no 
member named 'satellites'
Merged 560253 560536.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560570: console-setup: FTBFS: Couldn't open ckb/rules/xorg.xml

2009-12-12 Thread Lucas Nussbaum
On 12/12/09 at 14:58 +0200, Anton Zinoviev wrote:
 tags 560570 unreproducible
 thank you
 
 On Fri, Dec 11, 2009 at 09:54:15AM +0100, Lucas Nussbaum wrote:
  Source: console-setup
  Version: 1.50
  Severity: serious
  User: debian...@lists.debian.org
  Usertags: qa-ftbfs-20091210 qa-ftbfs
  Justification: FTBFS on amd64
  
  Hi,
  
  During a rebuild of all packages in sid, your package failed to build on
  amd64.
 
 Can you test this again?  Maybe there was something wrong with your 
 build environment?
 
   ./xmlreader KeyboardNames.pl
   Couldn't open ckb/rules/xorg.xml:
   No such file or directory at ./xmlreader line 67
 
 The file ckb/rules/xorg.xml exists in the source package and it is a 
 static file - nothing removes or changes it.

Please post your build log (including dependencies installation) so we
can diff it with mine.
-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |



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



Bug#560815: xserver-xorg-input-evdev: automatic discovery of input devices broken

2009-12-12 Thread Micha Feigin
Package: xserver-xorg-input-evdev
Version: 1:2.3.1-1
Severity: grave
Justification: renders package unusable


the xserver stopped automatically detecting input devices. On my laptop for 
some reason touchpad still works but keyboard, external keyboard and external 
mice don't work. This makes X unusable.

setting
Option  AllowEmptyInput   false

Allows defining these manually which allows bypassing the problem for now but 
this shouldn't be needed with new X

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Nov  3 23:12 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1869472 Oct  4 16:12 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4834 Dec 12 15:28 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder58)  Tue Oct 20 21:25:04 
PDT 2009

# Covers both trackpoint and external mice
#Section Monitor
#Identifier Monitor0
#VendorName Unknown
#ModelName  Unknown
#HorizSync   30.0 - 110.0
#VertRefresh 50.0 - 150.0
#Option DPMS
#EndSection

Section ServerLayout

#   InputDevice Keyboard
#   InputDevice Touchpad
#   InputDevice Mouse
Identifier Layout
Screen  0  Screen 0 0
InputDeviceKeyboard
InputDeviceTouchpad
EndSection

Section ServerFlags

#   Option  Xinerama  false
Option BlankTime 0
Option StandbyTime 300
Option SuspendTime 0
Option OffTime 0
Option  AllowEmptyInput   false
EndSection

Section InputDevice
Identifier Keyboard
Driver kbd
Option CoreKeyboard
Option XkbRules xorg
#   Option  XkbModel  pc104
Option XkbModel thinkpad60
Option XkbLayout us,il
Option XkbVariant ,lyx
Option XkbOptions grp:alt_shift_toggle
EndSection

Section InputDevice
Identifier Touchpad
Driver synaptics
Option CorePointer
Option SHMConfig
Option Device /dev/input/mouse0
Option Protocol auto-dev
Option UpDownScrolling 1
Option CircularScrolling 1
Option CircScrollTrigger 2
#   Option  Buttons   0
Option VertTwoFingerScroll true
EndSection

Section InputDevice
Identifier Mouse
Driver mouse
Option Protocol IMPS/2
Option Device /dev/input/mice
Option EmulateWheel on
Option EmulateWheelButton 2
Option EmulateWheelTimeOut 300
Option Buttons 7
Option HWHEELRelativeAxisButtons 7 6
Option XAxisMapping 6 7
Option YAxisMapping 4 5
Option ZAxisMapping 4 5
#   Option  SendCoreEvents
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device

# Add support for 1024x768 resolution?
#   Option  PixmapCacheSize   250
#   Option  AddARGBGLXVisuals True
#   Option  TripleBuffer  True # Experimental
#   Option  BackingStore  True # Experimental
#   Option  UseEvents True
#   Option  Coolbits  1
#   Option  OnDemandVBlankInterrupts  True

# Allows the driver to enable VBlank interrupt generation only when it is 
required
# Saves power, as there are less wakeups
# DAMAGE to only update regions of the screen which actually changed. 
# Also activating BackingStore which keeps pixel data for occluded window 
regions
# and activating TripleBuffer. ARGBGLXVisuals are now enabled by default 
# this will reserve about 5 MB of video memory for pixmaps 
# If some applications (e.g. xchat) need SHM Pixmaps then remove the second line
# Set InitialPixmapPlacement to 2 and GlyphCache to 1 for massive performance 
gains
Identifier VideoCard
Driver nvidia
VendorName NVIDIA Corporation
BoardName  Quadro NVS 140M
EndSection

Section Screen
Identifier Screen
Device VideoCard
MonitorMonitor0
Option AddARGBGLXVisuals True
# pixmap speedups since 177.* driver version 
Option 

Processed: limit source to pyxplot, tagging 560651

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 #pyxplot (0.7.1+1-1) unstable; urgency=low
 #
 #  * Add build-depends on libmagickcore2-extra since imagemagick has 
 reorganised
 #the plugin packages (closes: #560651).
 #
 limit source pyxplot
Limiting to bugs with field 'source' containing at least one of 'pyxplot'
Limit currently set to 'source':'pyxplot'

 tags 560651 + pending
Bug #560651 [src:pyxplot] pyxplot: FTBFS: sh: wmf2eps: not found
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560815: xserver-xorg-input-evdev: automatic discovery of input devices broken

2009-12-12 Thread Brice Goglin
tags 560815 +pending
thank you


Micha Feigin wrote:
 Package: xserver-xorg-input-evdev
 Version: 1:2.3.1-1
 Severity: grave
 Justification: renders package unusable


 the xserver stopped automatically detecting input devices. On my laptop for 
 some reason touchpad still works but keyboard, external keyboard and external 
 mice don't work. This makes X unusable.

 setting
 OptionAllowEmptyInput   false

 Allows defining these manually which allows bypassing the problem for now but 
 this shouldn't be needed with new X
   

There are several reasons for this:
* latest xserver-xorg-core experimental packages are not built for amd64 yet
* evdev needs
http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-evdev.git;a=commitdiff;h=3eddc02011d7805d8f959b6ca626df33d1f6a90b;hp=7656675298b512645a06a34a7994dfbde9796ae4

Once we upload all Xorg 7.5 packages to unstable, it should work fine.

Brice




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



Processed: tagging 560594, retitle 560594 to Does not work with locale de_AT.UTF-8 because of libgcj10 error.

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 560594 + confirmed
Bug #560594 [pdftk] pdftk: Version 1.41+dfsg-5 gives error: 
java.lang.ArrayIndexOutOfBoundsException: 11
Added tag(s) confirmed.
 retitle 560594 Does not work with locale de_AT.UTF-8 because of libgcj10 
 error.
Bug #560594 [pdftk] pdftk: Version 1.41+dfsg-5 gives error: 
java.lang.ArrayIndexOutOfBoundsException: 11
Changed Bug title to 'Does not work with locale de_AT.UTF-8 because of libgcj10 
error.' from 'pdftk: Version 1.41+dfsg-5 gives error: 
java.lang.ArrayIndexOutOfBoundsException: 11'

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#560815: xserver-xorg-input-evdev: automatic discovery of input devices broken

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 560815 +pending
Bug #560815 [xserver-xorg-input-evdev] xserver-xorg-input-evdev: automatic 
discovery of input devices broken
Added tag(s) pending.
 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560042: scilab-sivp: FTBFS (Scilab cannot create Scilab Java Main-Class)

2009-12-12 Thread Sylvestre Ledru
 make[2]: Entering directory `/tmp/sivp-0.5.0/src'
 scilab -nw -nb -f builder.sce
 Could not access to the Main Scilab Class:
 Exception in thread main java.lang.ExceptionInInitializerError
 at java.lang.System.getenv(System.java:849)
 at org.scilab.modules.jvm.Scilab.clinit(Unknown Source)
 Caused by: java.lang.ArrayIndexOutOfBoundsException: 151
 at java.lang.ProcessEnvironment.environ(Native Method)
 at java.lang.ProcessEnvironment.clinit(ProcessEnvironment.java:70)
 ... 2 more
 
It seems to be a (weird) problem with Scilab itself and not sivp itself.
However, I just uploaded sivp_0.5.0-6 with the opencv 2.0 migration.
Could you check if the problem still occurs ? 

Sylvestre





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



Bug#560594: pdftk: Version 1.41+dfsg-5 gives error: java.lang.ArrayIndexOutOfBoundsException: 11

2009-12-12 Thread Johann Felix Soden
Hi Johannes,

thank you very much for the report. 

After long trying, I can reproduce the bug now. 
The bug occurs only with locale de_AT.UTF-8.
Maybe other locales are affected, too.
With locales de_DE.UTF-8 or C, I found no problems.

The error seems not to be in pdftk itself but in the java library
libgcj10.

To circumvent the bug, you can switch the locale for pdftk, e.g.
  LANG=C pdftk someinputfile.pdf cat output theoutputfile.pdf 

Can you try something like this and inform me if it works?

Best wishes
 Johann Felix Soden





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



Bug#548669: FTBFS: Could not run xml2-config

2009-12-12 Thread Nima Talebi
Hi Cyril,

I've duploaded v3.10.7-2, which has the dependency of libxml2-dev added.

Is there anything I can do? or should do?

Nima

On Mon, Dec 7, 2009 at 6:17 AM, Cyril Brulebois k...@debian.org wrote:

 tag 548669 patch pending
 thanks

 Nima Talebi n...@it.net.au (28/09/2009):
  The problem was not specifically to do with those architectures,
  rather that I'd missed 2 dependencies for libxml2.
 
  I've duploaded release 2 which closes that bug.

 Hi,

 I don't see your package in unstable? I've prepared an NMU with the
 attached patch, uploaded to DELAYED/5. During the next 5 days, I can
 cancel this NMU if you need more time, sponsor a package of yours
 fixing this bug in an MU, or move it to DELAYED/0 if you think it's OK
 to have it uploaded in unstable without waiting.

 Mraw,
 KiBi.

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (GNU/Linux)

 iEYEARECAAYFAkscA1IACgkQeGfVPHR5Nd1WaQCgmzaMcxr9W0WvimFgIoPr02y3
 PA8AnRpUxUTH4YzqUZui1fTTidfgpOhx
 =6lM/
 -END PGP SIGNATURE-




-- 
Nima Talebi
web: http://ai.autonomy.net.au/People/Nima
gpg: B51D 1F18 D8E2 B702 B027 23A4 E06B DAC1 BE70 ADC0


Processed: merge 560794 and 559428

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 559428 epiphany-browser
Bug #559428 [epiphany-webkit] epiphany crashes whenever a link on a toolbar is 
pressed
Bug reassigned from package 'epiphany-webkit' to 'epiphany-browser'.
Bug No longer marked as found in versions epiphany-browser/2.29.3-1.
 forcemerge 559428 560794
Bug#559428: epiphany crashes whenever a link on a toolbar is pressed
Bug#560794: epiphany-browser: Crash when middle-clicking bookmarks
Forcibly Merged 559428 560794.

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#549973: marked as done (kvm: kvm-source package no longer necessary)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 16:18:02 +0100
with message-id 20091212151802.ga29...@bogon.sigxcpu.org
and subject line kvm is a development snapshot
has caused the Debian Bug report #549973,
regarding kvm: kvm-source package no longer necessary
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
549973: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=549973
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: kvm
version: 85+dfsg-4
severity: serious
tags: security

since the kvm kernel module has been accepted into the mainline linux
code tree, it is no longer necessary to provide a separate kvm-source
package anymore.  this is also problematic because any security issue
in the kvm module will need to be fixed in both the kernel and kvm
packages; leading to more work for the security team.  see bug #548975.

marking as serious since #548975 is still unaddressed.

thanks,
mike


---End Message---
---BeginMessage---
Version: 88+dfsg-2
Package: kvm

Hi,
since kvm is a development snapshot the kernel package is still
necessary. So marking this as fixed in experimental since this is where
kvm will live in the future. qemu-kvm is the stable version for sid and
testing.
Cheers,
 -- Guido

---End Message---


Bug#560823: grub-ieee1275: Error Memory Address not Alligned when trying to boot any menu entry

2009-12-12 Thread Axel Beckert
Package: grub-ieee1275
Version: 1.97+20091210-1
Severity: grave

Hi,

this is basically a followup bug to #550160. I haven't updated much on
the box since then (except grub2 itself of course and replaced
2.6.30-1 by 2.6.31-1) and the box is still offline since I only can
boot it from CD over serial console currently.

So I copied the package information at the end of the bug report from
#550160, just added the recently appeared double slashes at path
beginnings in in grub.cfg and updated the grub-common version
manually.

If you think, even small changes in there could be the source of the
bug, feel free to tell me, and I'll try to get current data or update
some other packages if you think it could help.

Since #550160 has been fixed, the grub menu appears, I can edit the
entries on the console, etc.

But as soon as I want to boot one entry, I get the error message
Memory Address not Alligned and I'm back to the boot prompt ok of
OpenPROM/OpenBoot.

This didn't help:

* update-grub
* update-initramfs -u -k all
* Removing one of the two slashes at path beginning
* Removing the backslashes from set root=...
* Replacing linux with linux16, linux32 or other variants with
  numbers. (They don't seem to be present on Sparc as they are on
  i386.)

The installed and tried kernels are 2.6.31, 2.6.30, both from
sid/squeeze, and 2.6.26 from lenny). 2.6.30 and 2.6.26 did work fine
before with SILO.

So the box still can't boot normally again.

-- Package-specific info:

*** BEGIN /proc/mounts
/dev/hdc /cdrom iso9660 ro 0 0
/dev/vg0/root / ext2 rw 0 0
/dev/mapper/vg0-usr /usr ext3 rw,data=ordered 0 0
/dev/mapper/vg0-tmp /tmp ext3 rw,data=ordered 0 0
/dev/mapper/vg0-var /var ext3 rw,data=ordered 0 0
/dev/hda1 /boot ext3 rw,data=ordered 0 0
/dev/mapper/vg0-home /home ext3 rw,data=ordered 0 0
*** END /proc/mounts

*** BEGIN /boot/grub/device.map
()  /dev/fd0
(/p...@1f\,0/p...@1\,1/i...@3/d...@0)   /dev/hda
*** END /boot/grub/device.map

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

### BEGIN /etc/grub.d/00_header ###
set default=0
set timeout=5
### END /etc/grub.d/00_header ###

### BEGIN /etc/grub.d/05_debian_theme ###
set menu_color_normal=cyan/blue
set menu_color_highlight=white/blue
### END /etc/grub.d/05_debian_theme ###

### BEGIN /etc/grub.d/10_linux ###
menuentry Debian GNU/Linux, Linux 2.6.30-2-sparc64 {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.30-2-sparc64 root=/dev/mapper/vg0-root ro  
initrd  //initrd.img-2.6.30-2-sparc64
}
menuentry Debian GNU/Linux, Linux 2.6.30-2-sparc64 (recovery mode) {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.30-2-sparc64 root=/dev/mapper/vg0-root ro single 
initrd  //initrd.img-2.6.30-2-sparc64
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-sparc64 {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.30-1-sparc64 root=/dev/mapper/vg0-root ro  
initrd  //initrd.img-2.6.30-1-sparc64
}
menuentry Debian GNU/Linux, Linux 2.6.30-1-sparc64 (recovery mode) {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.30-1-sparc64 root=/dev/mapper/vg0-root ro single 
initrd  //initrd.img-2.6.30-1-sparc64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-sparc64 {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.26-2-sparc64 root=/dev/mapper/vg0-root ro  
initrd  //initrd.img-2.6.26-2-sparc64
}
menuentry Debian GNU/Linux, Linux 2.6.26-2-sparc64 (recovery mode) {
insmod ext2
set root=(/p...@1f\,0/p...@1\,1/i...@3/d...@0,1)
search --no-floppy --fs-uuid --set 1c7c095d-32f5-4701-b443-a0047fd24221
linux   //vmlinuz-2.6.26-2-sparc64 root=/dev/mapper/vg0-root ro single 
initrd  //initrd.img-2.6.26-2-sparc64
}
### END /etc/grub.d/10_linux ###

### BEGIN /etc/grub.d/30_os-prober ###
### END /etc/grub.d/30_os-prober ###

### BEGIN /etc/grub.d/40_custom ###
# This file provides an easy way to add custom menu entries.  Simply type the
# menu entries you want to add after this comment.  Be careful not to change
# the 'exec tail' line above.
### END /etc/grub.d/40_custom ###
*** END 

Bug#560146: Still an issue with kvm 88

2009-12-12 Thread Guido Günther
Hi,
could you check if this is still an issue with kvm 88 in experimental?
Cheers,
 -- Guido



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



Bug#537569: marked as done (kvm: -no-shutdown exits KVM on guest shutdown)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 16:25:45 +0100
with message-id 20091212152545.ga32...@bogon.sigxcpu.org
and subject line Works with kvm 88
has caused the Debian Bug report #537569,
regarding kvm: -no-shutdown exits KVM on guest shutdown
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
537569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=537569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kvm
Version: 85+dfsg-4
Severity: critical
Justification: causes serious data loss

The kvm program is described in its manpage and everywhere else as
being based on QEMU.  kvm(1) points to kvm-qemu(1) for instructions on
invocation.  kvm-qemu(1) says:

   -no-shutdown
   Don’t exit QEMU on guest shutdown, but instead only stop
   the emulation.  This allows for instance switching to
   monitor to commit changes to the disk image.

On my system, this does not seem to actually do anything.

Test set of arguments:

  $ kvm -drive media=disk,index=0,format=qcow2,file=foo.qcow \
  -boot c -m 256 -no-shutdown -snapshot

with foo.qcow, in my case, being a bootable image of Debian lenny for
AMD64 architecture (same as my host architecture).  Creating some
files inside the guest, and then running shutdown -h from the guest,
causes KVM to exit without giving me any chance to commit the disk
changes as the manual page said it would.  The disk changes are now
apparently gone forever; starting the virtual machine again does not
show them.

My original command line contained some additional arguments for kvm,
namely  -no-quit -monitor stdio -net nic,vlan=0 -net user,vlan=0 ,
but this does not appear to affect the results.  Switching the order
of the -snapshot and -no-shutdown arguments does not appear to affect
the results.

I believe that causing written pieces of a virtual disk to disappear
when the user expects to be able to input a commit command next
constitutes serious loss of user data, which justifies the critical
severity at which I am reporting this.

Thanks in advance for any attention.

   --- Drake Wilson

-- Package-specific info:


selected information from lshal(1):



/proc/cpuinfo:

processor   : 0
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 75
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping: 2
cpu MHz : 2209.855
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 0
cpu cores   : 2
apicid  : 0
initial apicid  : 0
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 
3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips: 4419.71
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc

processor   : 1
vendor_id   : AuthenticAMD
cpu family  : 15
model   : 75
model name  : AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
stepping: 2
cpu MHz : 2209.855
cache size  : 512 KB
physical id : 0
siblings: 2
core id : 1
cpu cores   : 2
apicid  : 1
initial apicid  : 1
fpu : yes
fpu_exception   : yes
cpuid level : 1
wp  : yes
flags   : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov 
pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt rdtscp lm 
3dnowext 3dnow rep_good pni cx16 lahf_lm cmp_legacy svm extapic cr8_legacy
bogomips: 4420.30
TLB size: 1024 4K pages
clflush size: 64
cache_alignment : 64
address sizes   : 40 bits physical, 48 bits virtual
power management: ts fid vid ttp tm stc




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

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

Versions of packages kvm depends on:
ii  adduser3.110 add and remove users and groups
ii  bridge-utils   1.4-5 Utilities for configuring the Linu
ii  iproute20090324-1networking and traffic control too
ii  libasound2 1.0.20-2  shared library for ALSA applicatio
ii  

Bug#560475: marked as done (abiword: FTBFS: AbiGOffice.cpp:95: error: invalid conversion from 'void (*)(GOCmdContext*, gfloat)' to 'void (*)(GOCmdContext*, double)')

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 15:33:28 +
with message-id e1njtyk-00065f...@ries.debian.org
and subject line Bug#560475: fixed in abiword 2.8.1-2
has caused the Debian Bug report #560475,
regarding abiword: FTBFS: AbiGOffice.cpp:95: error: invalid conversion from 
'void (*)(GOCmdContext*, gfloat)' to 'void (*)(GOCmdContext*, double)'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560475: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560475
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: abiword
Version: 2.8.1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[5]: Entering directory 
 `/build/user-abiword_2.8.1-1-amd64-UGeMwz/abiword-2.8.1/plugins/goffice/unix'
   CXX   AbiGOffice.o
   CXX   AbiGOChart.o
   CXX   ie_imp_GOChart.o
   CXX   AbiGOComponent.o
   CXX   ie_imp_GOComponent.o
 ie_imp_GOComponent.cpp:69:2: warning: #warning should return PERFECT only 
 when priority is high
 AbiGOffice.cpp: In function 'void abi_cmd_context_init(GOCmdContextClass*)':
 AbiGOffice.cpp:95: error: invalid conversion from 'void (*)(GOCmdContext*, 
 gfloat)' to 'void (*)(GOCmdContext*, double)'
 make[5]: *** [AbiGOffice.lo] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/abiword_2.8.1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: abiword
Source-Version: 2.8.1-2

We believe that the bug you reported is fixed in the latest version of
abiword, which is due to be installed in the Debian FTP archive:

abiword-common_2.8.1-2_all.deb
  to main/a/abiword/abiword-common_2.8.1-2_all.deb
abiword-plugin-grammar_2.8.1-2_i386.deb
  to main/a/abiword/abiword-plugin-grammar_2.8.1-2_i386.deb
abiword-plugin-mathview_2.8.1-2_i386.deb
  to main/a/abiword/abiword-plugin-mathview_2.8.1-2_i386.deb
abiword_2.8.1-2.diff.gz
  to main/a/abiword/abiword_2.8.1-2.diff.gz
abiword_2.8.1-2.dsc
  to main/a/abiword/abiword_2.8.1-2.dsc
abiword_2.8.1-2_i386.deb
  to main/a/abiword/abiword_2.8.1-2_i386.deb
libabiword-2.8-dev_2.8.1-2_i386.deb
  to main/a/abiword/libabiword-2.8-dev_2.8.1-2_i386.deb
libabiword-2.8_2.8.1-2_i386.deb
  to main/a/abiword/libabiword-2.8_2.8.1-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Patrik Fimml pat...@fimml.at (supplier of updated abiword package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 02:28:44 +0100
Source: abiword
Binary: abiword-common abiword abiword-plugin-grammar abiword-plugin-mathview 
libabiword-2.8 libabiword-2.8-dev
Architecture: source all i386
Version: 2.8.1-2
Distribution: unstable
Urgency: low
Maintainer: Patrik Fimml pat...@fimml.at
Changed-By: Patrik Fimml pat...@fimml.at
Description: 
 abiword- efficient, featureful word processor with collaboration
 abiword-common - efficient, featureful word processor with collaboration -- 
common
 abiword-plugin-grammar - grammar checking plugin for AbiWord
 abiword-plugin-mathview - equation editor plugin for AbiWord
 libabiword-2.8 - efficient, featureful word processor with collaboration -- 
shared
 libabiword-2.8-dev - efficient, featureful word processor with collaboration 
-- develo
Closes: 537988 556746 557021 557037 560475
Changes: 
 abiword (2.8.1-2) unstable; urgency=low
 .
   * Ship abiword.pc (closes: #557021)
   * Tighten libasio-dev build-dependency (closes: #557037)
   * Fix goffice interface function signature mismatch (closes: #560475)
   * Build without gucharmap (buggy, dropped in trunk; closes: 

Bug#546356: marked as done (adonthell: FTBFS due to invalid const char* conversion)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 15:33:47 +
with message-id e1njtyd-000676...@ries.debian.org
and subject line Bug#546356: fixed in adonthell 0.3.5-3
has caused the Debian Bug report #546356,
regarding adonthell: FTBFS due to invalid const char* conversion
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
546356: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=546356
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: adonthell
Version: 0.3.5-1
Severity: important
Tags: patch
Justification: fails to build from source
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu karmic ubuntu-patch

In Ubuntu, we've applied the attached patch to achieve the following:

  * Fix FTBFS with gcc-4.4 (const char* conversion), patch backported
from upstream (LP: #428270).

We thought you might be interested in doing the same. 


-- System Information:
Debian Release: 5.0
  APT prefers jaunty-updates
  APT policy: (500, 'jaunty-updates'), (500, 'jaunty-security'), (500, 
'jaunty-proposed'), (500, 'jaunty-backports'), (500, 'jaunty')
Architecture: i386 (i686)

Kernel: Linux 2.6.28-15-generic (SMP w/2 CPU cores)
Locale: LANG=ru_RU.UTF-8, LC_CTYPE=ru_RU.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dashdiff -u adonthell-0.3.5/debian/patches/series adonthell-0.3.5/debian/patches/series
--- adonthell-0.3.5/debian/patches/series
+++ adonthell-0.3.5/debian/patches/series
@@ -1,0 +2 @@
+10_ftbfs_with_gcc-4.4.diff
only in patch2:
unchanged:
--- adonthell-0.3.5.orig/debian/patches/10_ftbfs_with_gcc-4.4.diff
+++ adonthell-0.3.5/debian/patches/10_ftbfs_with_gcc-4.4.diff
@@ -0,0 +1,25 @@
+Patch backported from http://github.com/ksterker/adonthell/tree/master,
+commit c620028d36510103d15efe15fed11532a4cd4a71
+Index: adonthell-0.3.5/src/dialog.cc
+===
+--- adonthell-0.3.5.orig/src/dialog.cc	2009-09-12 09:35:25.0 +0400
 adonthell-0.3.5/src/dialog.cc	2009-09-12 09:49:58.0 +0400
+@@ -265,7 +265,8 @@
+ {
+ u_int32 begin, end, len;
+ PyObject *result;
+-char *tmp, *start, *mid, *str = NULL;
++char *tmp, *mid, *str = NULL;
++const char *start;
+ character *the_player = data::the_player;
+ string newstr (s); 
+ 
+@@ -318,7 +319,7 @@
+ 
+ // Error!
+ cout  \n*** Error, unknown macro   start  flush;
+-start[0] = ' ';
++newstr[newstr.length () - strlen (start)] = ' ';
+ }
+ 
+ // execute python functions
---End Message---
---BeginMessage---
Source: adonthell
Source-Version: 0.3.5-3

We believe that the bug you reported is fixed in the latest version of
adonthell, which is due to be installed in the Debian FTP archive:

adonthell_0.3.5-3.diff.gz
  to main/a/adonthell/adonthell_0.3.5-3.diff.gz
adonthell_0.3.5-3.dsc
  to main/a/adonthell/adonthell_0.3.5-3.dsc
adonthell_0.3.5-3_i386.deb
  to main/a/adonthell/adonthell_0.3.5-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 546...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated adonthell package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 09:01:51 -0500
Source: adonthell
Binary: adonthell
Architecture: source i386
Version: 0.3.5-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 adonthell  - A 2D graphical roleplaying game
Closes: 546356
Changes: 
 adonthell (0.3.5-3) unstable; urgency=low
 .
   [ Barry deFreese ]
   * 10_ftbfs_with_gcc-4.4.diff. Fix FTBFS with gcc-4.4. (Closes: #546356).
 + Thanks to Ilya Barygin for the patch!
   * Add README.source for quilt.
   * Bump Standards Version to 3.8.3. (No changes needed).
Checksums-Sha1: 
 2ab84455d2ec9c9708e805105c7eed170c6800c8 1511 adonthell_0.3.5-3.dsc
 a6701e3423108d1f85cda447e9392ede77fea691 6180 adonthell_0.3.5-3.diff.gz
 87db639c469faf5589bb37b83c1366caef1e97d7 274164 adonthell_0.3.5-3_i386.deb
Checksums-Sha256: 
 1a6dd5c27f057f6adba97dbf11b499b551bd87fade8409a9e64ea93f4e6b1444 1511 
adonthell_0.3.5-3.dsc
 

Bug#560566: marked as done (gtg: FTBFS: ImportError: No module named xdg.BaseDirectory)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 15:35:30 +
with message-id e1nju0i-0006qw...@ries.debian.org
and subject line Bug#560566: fixed in gtg 0.2-1
has caused the Debian Bug report #560566,
regarding gtg: FTBFS: ImportError: No module named xdg.BaseDirectory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560566: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560566
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gtg
Version: 0.1.9-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh clean
dh_testdir
dh_auto_clean
 /usr/lib/pymodules/python2.5/gtk-2.0/gtk/__init__.py:57: GtkWarning: could 
 not open display
   warnings.warn(str(e), _gtk.Warning)
 Traceback (most recent call last):
   File setup.py, line 29, in module
 from GTG import info
   File /build/user-gtg_0.1.9-1-amd64-c15xG1/gtg-0.1.9/GTG/__init__.py, line 
 37, in module
 from xdg.BaseDirectory import xdg_data_home, xdg_config_home
 ImportError: No module named xdg.BaseDirectory
 dh_auto_clean: python setup.py clean -a returned exit code 1
 make: *** [clean] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2009/12/10/gtg_0.1.9-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: gtg
Source-Version: 0.2-1

We believe that the bug you reported is fixed in the latest version of
gtg, which is due to be installed in the Debian FTP archive:

gtg_0.2-1.diff.gz
  to main/g/gtg/gtg_0.2-1.diff.gz
gtg_0.2-1.dsc
  to main/g/gtg/gtg_0.2-1.dsc
gtg_0.2-1_all.deb
  to main/g/gtg/gtg_0.2-1_all.deb
gtg_0.2.orig.tar.gz
  to main/g/gtg/gtg_0.2.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Luca Falavigna dktrkr...@debian.org (supplier of updated gtg package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 16:04:44 +0100
Source: gtg
Binary: gtg
Architecture: source all
Version: 0.2-1
Distribution: unstable
Urgency: low
Maintainer: Luca Falavigna dktrkr...@debian.org
Changed-By: Luca Falavigna dktrkr...@debian.org
Description: 
 gtg- organizer for the GNOME desktop environment
Closes: 559498 560566
Changes: 
 gtg (0.2-1) unstable; urgency=low
 .
   * New upstream release.
 - xdg module is no longer required at build time (Closes: #560566).
   * Remove unneeded build-dependencies.
   * Add python-dbus to Depends.
   * Bump dependency on python-gtk2 to be at least 2.14 (Closes: #559498).
Checksums-Sha1: 
 7afa4adf4f70cbe6a6141204fddc1577dc5c34a2 1218 gtg_0.2-1.dsc
 bf32911548637c835d00af8fd178e8502f66ac7e 348103 gtg_0.2.orig.tar.gz
 58a550f6f76afec943f3c9f29f20b9d021f609be 5228 gtg_0.2-1.diff.gz
 d45d1d898fa086881613c3c3b69a0438cb97b693 299230 gtg_0.2-1_all.deb
Checksums-Sha256: 
 62d672db018934517cf6c12dd5bdc8d2740af6771455dc7e6cfc0118459e2a4c 1218 
gtg_0.2-1.dsc
 27075419f695909f7b9fc818914dc1d9d1be9676cb428ea3098754632f704ed7 348103 
gtg_0.2.orig.tar.gz
 a999c1f5e3517e9a792e16b6049cb365ef582d673f1ec797161a074c645a5524 5228 
gtg_0.2-1.diff.gz
 6f4cd4a38d5f270aa608bcfc6f2d70a74db08aa31e7eb2427955b2b7eab15de5 299230 
gtg_0.2-1_all.deb
Files: 
 3845e7f4ec487a7435363e98af31fdf8 1218 gnome optional gtg_0.2-1.dsc
 1a8ba423cab1efe61967f103c1f04935 348103 gnome optional gtg_0.2.orig.tar.gz
 94e8722cc32bb37a7ab672c93543e909 5228 gnome optional gtg_0.2-1.diff.gz
 512e278ce49464903d59ddeb3ca0312c 299230 gnome optional gtg_0.2-1_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)


Bug#560521: marked as done (ceferino: FTBFS: nivel.h:37: error: 'grafico' is not a type)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 15:34:20 +
with message-id e1njtza-0006bm...@ries.debian.org
and subject line Bug#560521: fixed in ceferino 0.97.8-3
has caused the Debian Bug report #560521,
regarding ceferino: FTBFS: nivel.h:37: error: 'grafico' is not a type
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560521: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560521
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ceferino
Version: 0.97.8-2
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I..  
 -DLOCALEDIR=\/usr/share/games/locale\ 
 -DDATADIR=\/usr/share/games/ceferino\-g -O2 -MT barra.o -MD -MP -MF 
 .deps/barra.Tpo -c -o barra.o barra.cc
 In file included from juego.h:31,
  from pelota.h:29,
  from procesos.h:30,
  from barra.cc:30:
 nivel.h:37: error: 'grafico' is not a type
 make[3]: *** [barra.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/ceferino_0.97.8-2_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: ceferino
Source-Version: 0.97.8-3

We believe that the bug you reported is fixed in the latest version of
ceferino, which is due to be installed in the Debian FTP archive:

ceferino-data_0.97.8-3_all.deb
  to main/c/ceferino/ceferino-data_0.97.8-3_all.deb
ceferino_0.97.8-3.diff.gz
  to main/c/ceferino/ceferino_0.97.8-3.diff.gz
ceferino_0.97.8-3.dsc
  to main/c/ceferino/ceferino_0.97.8-3.dsc
ceferino_0.97.8-3_i386.deb
  to main/c/ceferino/ceferino_0.97.8-3_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Barry deFreese bdefre...@debian.org (supplier of updated ceferino package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 10:01:33 -0500
Source: ceferino
Binary: ceferino ceferino-data
Architecture: source all i386
Version: 0.97.8-3
Distribution: unstable
Urgency: low
Maintainer: Debian Games Team pkg-games-de...@lists.alioth.debian.org
Changed-By: Barry deFreese bdefre...@debian.org
Description: 
 ceferino   - action game similar to Super Pang
 ceferino-data - action game similar to Super Pang
Closes: 514727 560521
Changes: 
 ceferino (0.97.8-3) unstable; urgency=low
 .
   [ Roland Clobus rclo...@bigfoot.com ]
   * 03_fix_typo.diff: Contents moved to 03_english_texts.patch
   * 03_english_texts.patch: Change english texts (grammar/spelling)
 (Closes: #514727)
   * 04_align_high_scores.patch: Move high scores a little bit to the left
 .
   [ Gonéri Le Bouder ]
   * Remove myself from uploaders.
   * Drop the versioned build dependency on automake1.10
   * Standards-Version: 3.8.3, add a README.source file
   * 03_fix_typo.diff changes all the .po files to fix the typo (quite/quiet)
   * clean: remove the .gmo files since they are regenerated from the up dated
 .po files
 .
   [ Evgeni Golov ]
   * Update watchfile.
 .
   [ Barry deFreese ]
   * Update my e-mail address.
   * Don't call specific autotools versions in rules if we aren't b-d them.
   * 07_gcc_4.4.patch - Fix FTBFS on gcc-4.4. (Closes: #560521).
Checksums-Sha1: 
 6e2a89b7553bc4457688f646cf24a21f8b9ec5e4 1457 ceferino_0.97.8-3.dsc
 272ad34e79000e90e7d9d3b00ac690c2aec2eb39 23767 ceferino_0.97.8-3.diff.gz
 d7362dbd1d2b519372d6e7962f19007d69f9aafa 2038368 ceferino-data_0.97.8-3_all.deb
 9ea19488ab724e35747fba59acfba3fd70dac21f 61466 ceferino_0.97.8-3_i386.deb
Checksums-Sha256: 
 

Bug#560651: marked as done (pyxplot: FTBFS: sh: wmf2eps: not found)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 15:42:59 +
with message-id e1nju7x-0008ux...@ries.debian.org
and subject line Bug#560651: fixed in pyxplot 0.7.1+1-1
has caused the Debian Bug report #560651,
regarding pyxplot: FTBFS: sh: wmf2eps: not found
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560651: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560651
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pyxplot
Version: 0.7.0+1-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
  /usr/bin/fakeroot debian/rules binary
 dh --with quilt binary
dh_testroot
dh_prep
dh_installdirs
debian/rules override_dh_auto_install
 make[1]: Entering directory 
 `/build/user-pyxplot_0.7.0+1-1-amd64-D6xoBL/pyxplot-0.7.0+1'
 convert -background none debian/docs-tick.svg doc/tick.png
 sh: wmf2eps: not found
 convert: Delegate failed `wmf2eps -o %o %i' @ 
 delegate.c/InvokeDelegate/1060.
 convert: unable to open image `/tmp/magick-XX9pa24S': No such file or 
 directory @ blob.c/OpenBlob/2480.
 convert: unable to open file `/tmp/magick-XX9pa24S': No such file or 
 directory @ constitute.c/ReadImage/569.
 convert: missing an image filename `doc/tick.png' @ 
 convert.c/ConvertImageCommand/2838.
 make[1]: *** [doc] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/pyxplot_0.7.0+1-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: pyxplot
Source-Version: 0.7.1+1-1

We believe that the bug you reported is fixed in the latest version of
pyxplot, which is due to be installed in the Debian FTP archive:

pyxplot_0.7.1+1-1.diff.gz
  to main/p/pyxplot/pyxplot_0.7.1+1-1.diff.gz
pyxplot_0.7.1+1-1.dsc
  to main/p/pyxplot/pyxplot_0.7.1+1-1.dsc
pyxplot_0.7.1+1-1_all.deb
  to main/p/pyxplot/pyxplot_0.7.1+1-1_all.deb
pyxplot_0.7.1+1.orig.tar.gz
  to main/p/pyxplot/pyxplot_0.7.1+1.orig.tar.gz



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Stuart Prescott stuart+deb...@nanonanonano.net (supplier of updated pyxplot 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 00:48:45 +
Source: pyxplot
Binary: pyxplot
Architecture: source all
Version: 0.7.1+1-1
Distribution: unstable
Urgency: low
Maintainer: Stuart Prescott stuart+deb...@nanonanonano.net
Changed-By: Stuart Prescott stuart+deb...@nanonanonano.net
Description: 
 pyxplot- data plotting program producing publication-quality output
Closes: 560651
Changes: 
 pyxplot (0.7.1+1-1) unstable; urgency=low
 .
   * New upstream release
   * Use Debian package for PyX not the pyxplot-modified version.
   * Drop manpage_syntax.patch as it is applied upstream.
   * Add build-depends on libmagickcore2-extra since imagemagick has reorganised
 the plugin packages (closes: #560651).
Checksums-Sha1: 
 aefa7e76eefb920a58d39f3ea42ec2a6cc719dc3 1272 pyxplot_0.7.1+1-1.dsc
 923eb6d399fc53041a9615b29fe0a340f12818f0 668979 pyxplot_0.7.1+1.orig.tar.gz
 3e723fbcef56ba66fde38ab3ceb64713ec81b060 14148 pyxplot_0.7.1+1-1.diff.gz
 4788c23e1689e07764723574a1a653da000cc6df 2891432 pyxplot_0.7.1+1-1_all.deb
Checksums-Sha256: 
 5e868ca9efcdd03c5dd3b6e52815879f912b9124a13f513fbdbae53c9be8eaf6 1272 
pyxplot_0.7.1+1-1.dsc
 dacea5dd6fb589e58982d7632424dbb9f8edd9181423da437dc9375888e9dcdd 668979 
pyxplot_0.7.1+1.orig.tar.gz
 07a2bfbac4dd7b15fadbbd81174c972ae287420329f8a6ebb3259c2138cdcdad 14148 
pyxplot_0.7.1+1-1.diff.gz
 3db2ce8120fe4ca50c094faa26dd73fc9c9d4053310baeb67730e79abb483702 2891432 

Bug#560524: marked as done (patchage: FTBFS: Connection.hpp:43: error: 'uint32_t' has not been declared)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 16:04:50 +
with message-id e1njusg-0002wi...@ries.debian.org
and subject line Bug#560524: fixed in patchage 0.4.4-1
has caused the Debian Bug report #560524,
regarding patchage: FTBFS: Connection.hpp:43: error: 'uint32_t' has not been 
declared
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560524: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560524
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: patchage
Version: 0.4.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 if x86_64-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../config-I.. -I../raul 
 -I../flowcanvas -DDATA_DIR=\/usr/share/patchage\ -pthread 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -D_REENTRANT 
 -I/usr/include/libglademm-2.4 -I/usr/lib/libglademm-2.4/include 
 -I/usr/include/gtkmm-2.4 -I/usr/lib/gtkmm-2.4/include 
 -I/usr/include/libglade-2.0 -I/usr/include/giomm-2.4 
 -I/usr/lib/giomm-2.4/include -I/usr/include/pangomm-1.4 
 -I/usr/lib/pangomm-1.4/include -I/usr/include/gtk-2.0 
 -I/usr/include/gtk-unix-print-2.0 -I/usr/include/atkmm-1.6 
 -I/usr/include/gdkmm-2.4 -I/usr/lib/gdkmm-2.4/include 
 -I/usr/include/glibmm-2.4 -I/usr/lib/glibmm-2.4/include 
 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 
 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/libxml2   
 -D_REENTRANT -I/usr/include/libgnomecanvasmm-2.6 
 -I/usr/lib/libgnomecanvasmm-2.6/include -I/usr/include/gtkmm-2.4 
 -I/usr/lib/gtkmm-2.4/include -I/usr/include/libgnomecanvas-2.0 
 -I/usr/include/giomm-2.4 -I/usr/lib/giomm-2.4/include 
 -I/usr/include/pangomm-1.4 -I/usr/lib/pangomm-1.4/include 
 -I/usr/include/gtk-2.0 -I/usr/include/gtk-unix-print-2.0 
 -I/usr/include/atkmm-1.6 -I/usr/include/gdkmm-2.4 
 -I/usr/lib/gdkmm-2.4/include -I/usr/include/glibmm-2.4 
 -I/usr/lib/glibmm-2.4/include -I/usr/include/glib-2.0 
 -I/usr/lib/glib-2.0/include -I/usr/include/sigc++-2.0 
 -I/usr/lib/sigc++-2.0/include -I/usr/include/cairomm-1.0 
 -I/usr/include/pango-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
 -I/usr/include/freetype2 -I/usr/include/directfb -I/usr/include/libpng12 
 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/gail-1.0 
 -I/usr/include/libart-2.0   -g -O2 -DNDEBUG -ansi -pipe -fmessage-length=999 
 -DCONFIG_H_PATH=\/build/user-patchage_0.4.2-1-amd64-rmAnhA/patchage-0.4.2/config/config.h\
  -MT PatchageCanvas.o -MD -MP -MF .deps/PatchageCanvas.Tpo -c -o 
 PatchageCanvas.o PatchageCanvas.cpp; \
   then mv -f .deps/PatchageCanvas.Tpo .deps/PatchageCanvas.Po; else 
 rm -f .deps/PatchageCanvas.Tpo; exit 1; fi
 In file included from /usr/include/flowcanvas/Canvas.hpp:25,
  from PatchageCanvas.hpp:26,
  from PatchageCanvas.cpp:20:
 /usr/include/flowcanvas/Connection.hpp:43: error: 'uint32_t' has not been 
 declared
 /usr/include/flowcanvas/Connection.hpp:61: error: 'uint32_t' has not been 
 declared
 /usr/include/flowcanvas/Connection.hpp:86: error: 'uint32_t' does not name a 
 type
 make[2]: *** [PatchageCanvas.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/patchage_0.4.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: patchage
Source-Version: 0.4.4-1

We believe that the bug you reported is fixed in the latest version of
patchage, which is due to be installed in the Debian FTP archive:

patchage_0.4.4-1.debian.tar.gz
  to main/p/patchage/patchage_0.4.4-1.debian.tar.gz
patchage_0.4.4-1.dsc
  to main/p/patchage/patchage_0.4.4-1.dsc
patchage_0.4.4-1_i386.deb
  to main/p/patchage/patchage_0.4.4-1_i386.deb
patchage_0.4.4.orig.tar.gz
  to main/p/patchage/patchage_0.4.4.orig.tar.gz



A summary of the 

Bug#492099: marked as done (xserver-xorg-video-glide: glide2 only available on i386.)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 21:42:14 +0530
with message-id 20091212161214.gb3...@radis.liafa.jussieu.fr
and subject line Re: Bug#560678: xserver-xorg-video-glide: FTBFS: Nonexistent 
build-dependency: libglide2-dev
has caused the Debian Bug report #560678,
regarding xserver-xorg-video-glide: glide2 only available on i386.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-video-glide
Version: 1.0.1-1

Hi,

You're build depending on libglide2-dev which is only availableon i386,
and have marked the packages as arch any.  Can't you use libglide3-dev
instead which is available on i386 alpha ia64 amd64?


Kurt



---End Message---
---BeginMessage---
On Fri, Dec 11, 2009 at 13:37:57 +0100, Lucas Nussbaum wrote:

 Source: xserver-xorg-video-glide
 Version: 1.0.2-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091210 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
This package never built on amd64.

Cheers,
Julien

---End Message---


Bug#560678: marked as done (xserver-xorg-video-glide: FTBFS: Nonexistent build-dependency: libglide2-dev)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 21:42:14 +0530
with message-id 20091212161214.gb3...@radis.liafa.jussieu.fr
and subject line Re: Bug#560678: xserver-xorg-video-glide: FTBFS: Nonexistent 
build-dependency: libglide2-dev
has caused the Debian Bug report #560678,
regarding xserver-xorg-video-glide: FTBFS: Nonexistent build-dependency: 
libglide2-dev
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560678
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: xserver-xorg-video-glide
Version: 1.0.2-1
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: debhelper (= 5), pkg-config, quilt, xserver-xorg-dev (= 
 2:1.6), x11proto-core-dev, x11proto-fonts-dev, x11proto-randr-dev, 
 x11proto-render-dev, dpkg-dev (= 1.14.17), automake, autoconf, libtool, 
 xutils-dev (= 1:7.4+4), libglide2-dev
 
 ┌──┐
 │ Install build dependencies  
  │
 └──┘
 
 Checking for already installed source dependencies...
 W: Unable to locate package libglide2-dev
 debhelper: missing
 Using default version 7.4.10
 pkg-config: missing
 quilt: missing
 xserver-xorg-dev: missing
 Using default version 2:1.6.5-1
 x11proto-core-dev: missing
 x11proto-fonts-dev: missing
 x11proto-randr-dev: missing
 x11proto-render-dev: missing
 dpkg-dev: already installed (1.15.5.4 = 1.14.17 is satisfied)
 automake: missing
 autoconf: missing
 libtool: missing
 xutils-dev: missing
 Using default version 1:7.5~1
 libglide2-dev: missing
 Checking for source dependency conflicts...
 E: Couldn't find package libglide2-dev

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/xserver-xorg-video-glide_1.0.2-1_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
On Fri, Dec 11, 2009 at 13:37:57 +0100, Lucas Nussbaum wrote:

 Source: xserver-xorg-video-glide
 Version: 1.0.2-1
 Severity: serious
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20091210 qa-ftbfs
 Justification: FTBFS on amd64
 
 Hi,
 
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
This package never built on amd64.

Cheers,
Julien

---End Message---


Processed: fixed 553590 in 88+dfsg-2

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 553590 88+dfsg-2
Bug #553590 [kvm] CVE-2009-3616: Multiple use-after-free vulnerabilities in 
vnc.c
Bug Marked as fixed in versions kvm/88+dfsg-2.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560648: libx11: FTBFS: dpkg-gensymbols fails

2009-12-12 Thread Julien Cristau
known, fixed in git, related to the new xtrans.

Cheers,
Julien



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



Processed: fixed 559898 in 0.6.0-1

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 559898 0.6.0-1
Bug #559898 [flowcanvas] flowcanvas: FTBFS with g++ 4.4 (missing include)
There is no source info for the package 'flowcanvas' at version '0.6.0-1' with 
architecture ''
Unable to make a source version for version '0.6.0-1'
Bug Marked as fixed in versions 0.6.0-1.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#553590: kvm 88 not affected

2009-12-12 Thread Guido Günther
Hi,
kvm already has:

http://git.savannah.gnu.org/cgit/qemu.git/commit/?id=198a0039c5

So it doesn't look affected to me.
Cheers,
 -- Guido



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



Bug#560759: marked as done (FTBFS: ! Package ifpdf Error: Name clash, \ifpdf is already defined.)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 16:35:34 +
with message-id e1njuwq-0006jm...@ries.debian.org
and subject line Bug#560759: fixed in yaws 1.86-2
has caused the Debian Bug report #560759,
regarding FTBFS: ! Package ifpdf Error: Name clash, \ifpdf is already defined.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560759
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: yaws
Version: 1.86-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS. Log excerpt:
| ! Package ifpdf Error: Name clash, \ifpdf is already defined.
| 
| See the ifpdf package documentation for explanation.
| Type  H return  for immediate help.
|  ...  
|   
| l.148 }
|%
| ? 
| ! Emergency stop.
|  ...  
|   
| l.148 }
|%
| No pages of output.
| Transcript written on yaws.log.
| make[2]: *** [yaws.dvi] Error 1

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstablep=yaws

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: yaws
Source-Version: 1.86-2

We believe that the bug you reported is fixed in the latest version of
yaws, which is due to be installed in the Debian FTP archive:

yaws-chat_1.86-2_all.deb
  to main/y/yaws/yaws-chat_1.86-2_all.deb
yaws-mail_1.86-2_all.deb
  to main/y/yaws/yaws-mail_1.86-2_all.deb
yaws-wiki_1.86-2_all.deb
  to main/y/yaws/yaws-wiki_1.86-2_all.deb
yaws-yapp_1.86-2_all.deb
  to main/y/yaws/yaws-yapp_1.86-2_all.deb
yaws_1.86-2.diff.gz
  to main/y/yaws/yaws_1.86-2.diff.gz
yaws_1.86-2.dsc
  to main/y/yaws/yaws_1.86-2.dsc
yaws_1.86-2_i386.deb
  to main/y/yaws/yaws_1.86-2_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sergei Golovan sgolo...@debian.org (supplier of updated yaws package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 19:19:32 +0300
Source: yaws
Binary: yaws yaws-chat yaws-mail yaws-wiki yaws-yapp
Architecture: source i386 all
Version: 1.86-2
Distribution: unstable
Urgency: low
Maintainer: Debian Erlang Packagers pkg-erlang-de...@lists.alioth.debian.org
Changed-By: Sergei Golovan sgolo...@debian.org
Description: 
 yaws   - High performance HTTP 1.1 webserver written in Erlang
 yaws-chat  - Chat application for Yaws web server
 yaws-mail  - Webmail application for Yaws web server
 yaws-wiki  - Wiki application for Yaws web server
 yaws-yapp  - An easy way to deploy applications for Yaws web server
Closes: 560759
Changes: 
 yaws (1.86-2) unstable; urgency=low
 .
   * Renamed \ifpdf macro to \ifpdfoutput in yaws.tex documentation file because
 it clashes with ifpdf package which is sourced by geometry package in
 TeXLive 2009 (closes: #560759).
   * Added texlive-font-utils to build dependencies because epstopdf script has
 been moved to it from texlive-extra-utils in TeXLive 2009.
Checksums-Sha1: 
 e5f09bbf452ef76e4d5e6f55401d45d164e37bd0 1422 yaws_1.86-2.dsc
 7be9aff6179394e59123a410962598e2cec09b4c 20452 yaws_1.86-2.diff.gz
 a9f2384b13ecc6d7f18596aa9bf5e16481609bcc 1077342 yaws_1.86-2_i386.deb
 03e7a4cf1a6865b746f0f3c5575bfcda5a2de98a 65848 yaws-chat_1.86-2_all.deb
 c2c3b682afb5397b9797e6993c45e5965bc6c30f 159590 yaws-mail_1.86-2_all.deb
 43f88457f134041e59f0ffa759013337497da3e4 200728 yaws-wiki_1.86-2_all.deb
 4a633982b47f9835cbf10c1fd67abec66f4a6b9c 69076 yaws-yapp_1.86-2_all.deb
Checksums-Sha256: 
 f4ff98ff6b4834cd1272e7851fa6e47bd4935d3c20fced128cf2a65269bcfe78 1422 
yaws_1.86-2.dsc
 a83d3d014ddeabe4f5c3f92ef9edb71925d81be07bc024ebadf3afbc7500ff45 20452 
yaws_1.86-2.diff.gz
 ea7130fdb36d76020b2180857754b39ca9a4440ab7bfcf80a3ce8e6a62770815 1077342 
yaws_1.86-2_i386.deb
 5eb40132aab4ff2eca5c819af3c33a36e3d7b6e05014cb66a0b042ce5e887123 65848 
yaws-chat_1.86-2_all.deb
 74f0c026feb656b62ad2749ae33c01513e34b06551b5b658dde6b8d54e07d3d2 159590 
yaws-mail_1.86-2_all.deb
 

Bug#548669: FTBFS: Could not run xml2-config

2009-12-12 Thread Cyril Brulebois
Nima Talebi n...@it.net.au (13/12/2009):
 Hi Cyril,

Hi,

 I've duploaded v3.10.7-2, which has the dependency of libxml2-dev
 added.
 
 Is there anything I can do? or should do?

hmm, my NMU already got accepted yesterday or so, so the bug is fixed
already. You can check it builds fine:

  https://buildd.debian.org/status/package.php?suite=unstablep=python-dmidecode

Mraw,
KiBi.


signature.asc
Description: Digital signature


Bug#560762: libavcodec52, gstreamer-ffmpeg

2009-12-12 Thread Dominique Brazziel
Do you have ffmpeg (libavcodec52) installed from debian-multimedia?

Yes -

ii  libavcodec525:0.5svn20091129-0.0

 

Which version of gstreamer0.10-ffmpeg do you have installed?

ii  gstreamer0.10-ffmpeg0.10.9-2   
FFmpeg plugin for GStreamer


I suspected the multimedia package(s) after some research, and tested totem 
on different machine on the network which is usually not turned on (used for 
backup and
testing in situations like this).  The backup machine was able to play the .avi
movie over the network.  Here is the status of the two packages in question on 
the
backup machine:

ii  gstreamer0.10-ffmpeg   0.10.9-2
FFmpeg plugin for GStreamer
ii  libavcodec52   5:0.5+svn20091101-0.0   
library to encode decode multimedia streams 

I will try and downgrade the libavcodec52 package on the machine having the 
problem and see 
if that fixes things.






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



Bug#559898: marked as done (flowcanvas: FTBFS with g++ 4.4 (missing include))

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 17:19:19 +0100
with message-id 20091212161919.ga30...@cassis.anchorland.local
and subject line [done] flowcanvas: FTBFS with g++ 4.4 (missing include)
has caused the Debian Bug report #559898,
regarding flowcanvas: FTBFS with g++ 4.4 (missing include)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
559898: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559898
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: flowcanvas
Version: 0.5.1-1
Severity: normal
Tags: patch

Hello,

your package flowcanvas failed to build in Ubuntu Lucid with g++ 4.4:
,[ 
http://launchpadlibrarian.net/36472094/buildlog_ubuntu-lucid-i386.flowcanvas_0.5.1-1_FAILEDTOBUILD.txt.gz
 ]-
| In file included from /build/buildd/flowcanvas-0.5.1/flowcanvas/Canvas.hpp:25,
|  from Canvas.cpp:27:
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:43: error: 
'uint32_t' has not been declared
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:61: error: 
'uint32_t' has not been declared
| /build/buildd/flowcanvas-0.5.1/flowcanvas/Connection.hpp:86: error: 
'uint32_t' does not name a type
`
At the end of this mail is a patch to fix it.

Regards,
Michael

--- flowcanvas-0.5.1.orig/flowcanvas/Connection.hpp
+++ flowcanvas-0.5.1/flowcanvas/Connection.hpp
@@ -19,6 +19,7 @@
 #define FLOWCANVAS_CONNECTION_HPP
 
 #include list
+#include stdint.h
 #include boost/weak_ptr.hpp
 #include libgnomecanvasmm.h
 #include libgnomecanvasmm/bpath.h


---End Message---
---BeginMessage---
reported while in 0.6.0-1 NEW, now accepted

---End Message---


Bug#560146: Still an issue with kvm 88

2009-12-12 Thread Drake Wilson
Quoth Guido Günther a...@sigxcpu.org, on 2009-12-12 16:19:08 +0100:
 Hi,
 could you check if this is still an issue with kvm 88 in experimental?

Yes, this still appears to occur with the same symptoms after
installing kvm 88+dfsg-2.  (I assume that is what you meant.)

I do notice now that apparently the resolution the guest OS wants is
larger than any of my host X resolutions, which would explain the
failure to go fullscreen.  The behavior of exiting the emulator rather
than simply failing the fullscreen operation remains.

A glance at the source says sdl.c does exit(1) in several places,
including an inability to resize the screen, but doing the error
propagation in a more robust way probably requires changes elsewhere.

 Cheers,
  -- Guido

   --- Drake Wilson



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



Bug#560815: marked as done (xserver-xorg-input-evdev: automatic discovery of input devices broken)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 18:05:53 +0100
with message-id 4b23cd71.8020...@ens-lyon.org
and subject line Re: Bug#560815: xserver-xorg-input-evdev: automatic discovery 
of input devices broken
has caused the Debian Bug report #560815,
regarding xserver-xorg-input-evdev: automatic discovery of input devices broken
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560815: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560815
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: xserver-xorg-input-evdev
Version: 1:2.3.1-1
Severity: grave
Justification: renders package unusable


the xserver stopped automatically detecting input devices. On my laptop for 
some reason touchpad still works but keyboard, external keyboard and external 
mice don't work. This makes X unusable.

setting
Option  AllowEmptyInput   false

Allows defining these manually which allows bypassing the problem for now but 
this shouldn't be needed with new X

-- Package-specific info:
/var/lib/x11/X.roster does not exist.

/var/lib/x11/X.md5sum does not exist.

X server symlink status:
lrwxrwxrwx 1 root root 13 Nov  3 23:12 /etc/X11/X - /usr/bin/Xorg
-rwxr-xr-x 1 root root 1869472 Oct  4 16:12 /usr/bin/Xorg

/var/lib/x11/xorg.conf.roster does not exist.

VGA-compatible devices on PCI bus:
01:00.0 VGA compatible controller: nVidia Corporation Quadro NVS 140M (rev a1)

/var/lib/x11/xorg.conf.md5sum does not exist.

Xorg X server configuration file status:
-rw-r--r-- 1 root root 4834 Dec 12 15:28 /etc/X11/xorg.conf

Contents of /etc/X11/xorg.conf:
# nvidia-xconfig: X configuration file generated by nvidia-xconfig
# nvidia-xconfig:  version 1.0  (buildmeis...@builder58)  Tue Oct 20 21:25:04 
PDT 2009

# Covers both trackpoint and external mice
#Section Monitor
#Identifier Monitor0
#VendorName Unknown
#ModelName  Unknown
#HorizSync   30.0 - 110.0
#VertRefresh 50.0 - 150.0
#Option DPMS
#EndSection

Section ServerLayout

#   InputDevice Keyboard
#   InputDevice Touchpad
#   InputDevice Mouse
Identifier Layout
Screen  0  Screen 0 0
InputDeviceKeyboard
InputDeviceTouchpad
EndSection

Section ServerFlags

#   Option  Xinerama  false
Option BlankTime 0
Option StandbyTime 300
Option SuspendTime 0
Option OffTime 0
Option  AllowEmptyInput   false
EndSection

Section InputDevice
Identifier Keyboard
Driver kbd
Option CoreKeyboard
Option XkbRules xorg
#   Option  XkbModel  pc104
Option XkbModel thinkpad60
Option XkbLayout us,il
Option XkbVariant ,lyx
Option XkbOptions grp:alt_shift_toggle
EndSection

Section InputDevice
Identifier Touchpad
Driver synaptics
Option CorePointer
Option SHMConfig
Option Device /dev/input/mouse0
Option Protocol auto-dev
Option UpDownScrolling 1
Option CircularScrolling 1
Option CircScrollTrigger 2
#   Option  Buttons   0
Option VertTwoFingerScroll true
EndSection

Section InputDevice
Identifier Mouse
Driver mouse
Option Protocol IMPS/2
Option Device /dev/input/mice
Option EmulateWheel on
Option EmulateWheelButton 2
Option EmulateWheelTimeOut 300
Option Buttons 7
Option HWHEELRelativeAxisButtons 7 6
Option XAxisMapping 6 7
Option YAxisMapping 4 5
Option ZAxisMapping 4 5
#   Option  SendCoreEvents
EndSection

Section Monitor
Identifier Monitor0
VendorName Unknown
ModelName  Unknown
HorizSync   28.0 - 33.0
VertRefresh 43.0 - 72.0
Option DPMS
EndSection

Section Device

# Add support for 1024x768 resolution?
#   Option  PixmapCacheSize   250
#   Option  AddARGBGLXVisuals True
#   Option  TripleBuffer  True # Experimental
#   Option  BackingStore  True # Experimental
#   Option  UseEvents True
#   Option  Coolbits  1
#   Option  OnDemandVBlankInterrupts  True

# Allows the driver to 

Bug#560483: marked as done (hex-a-hop: FTBFS: savestate.h:281: error: invalid conversion from 'const char*' to 'char*')

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 12:13:44 -0500
with message-id 4b23cf48.3020...@debian.org
and subject line Re: hex-a-hop: FTBFS: savestate.h:281: error: invalid 
conversion from 'const char*' to 'char*'
has caused the Debian Bug report #560483,
regarding hex-a-hop: FTBFS: savestate.h:281: error: invalid conversion from 
'const char*' to 'char*'
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560483: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560483
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: hex-a-hop
Version: 0.0.20070315-7
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 g++ -Wall -W -g -DUSE_GETTEXT -O2 -D_VERSION=\1.0.0\ 
 -DDATA_DIR=\/usr/share/games/hex-a-hop\ `sdl-config --cflags`  -c -o 
 hex_puzzzle.o hex_puzzzle.cpp
 In file included from hex_puzzzle.cpp:74:
 state.h: In member function 'void String::fix_backslashes()':
 state.h:75: warning: suggest explicit braces to avoid ambiguous 'else'
 In file included from hex_puzzzle.cpp:448:
 savestate.h: In member function 'LevelSave* SaveState::GetLevel(const char*, 
 bool)':
 savestate.h:281: error: invalid conversion from 'const char*' to 'char*'
 In file included from hex_puzzzle.cpp:449:
 menus.h: In member function 'void HintMessage::Init(const char*)':
 menus.h:195: error: invalid conversion from 'const char*' to 'char*'
 menus.h: In member function 'virtual void OptMenu::Select()':
 menus.h:1250: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'void WorldRenderer::Render(double, 
 bool)':
 hex_puzzzle.cpp:751: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'virtual void 
 LevelSelectRender::Render(RenderObject*, double, bool)':
 hex_puzzzle.cpp:930: warning: suggest explicit braces to avoid ambiguous 
 'else'
 hex_puzzzle.cpp: In member function 'virtual void 
 TileRender::Render(RenderObject*, double, bool)':
 hex_puzzzle.cpp:1014: warning: suggest explicit braces to avoid ambiguous 
 'else'
 hex_puzzzle.cpp: In member function 'virtual void 
 BuildRender::Render(RenderObject*, double, bool)':
 hex_puzzzle.cpp:1286: warning: suggest explicit braces to avoid ambiguous 
 'else'
 hex_puzzzle.cpp: In member function 'virtual int 
 PlayerRender::GetDepth(double)':
 hex_puzzzle.cpp:1350: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'virtual void 
 PlayerRender::Render(RenderObject*, double, bool)':
 hex_puzzzle.cpp:1411: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'int HexPuzzle::GetLevelState(const Pos, 
 int)':
 hex_puzzzle.cpp:2227: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'SDL_Surface* HexPuzzle::Load(const 
 char*, bool)':
 hex_puzzzle.cpp:2503: warning: suggest parentheses around arithmetic in 
 operand of '|'
 hex_puzzzle.cpp:2503: warning: suggest parentheses around arithmetic in 
 operand of '|'
 hex_puzzzle.cpp:2503: warning: suggest parentheses around arithmetic in 
 operand of '|'
 hex_puzzzle.cpp: In member function 'virtual void HexPuzzle::Mouse(int, int, 
 int, int, int, int, int)':
 hex_puzzzle.cpp:2930: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp:2974: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp:2995: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'void HexPuzzle::FireGun(Pos, Dir, bool, 
 double)':
 hex_puzzzle.cpp:3216: warning: suggest parentheses around '' within '||'
 hex_puzzzle.cpp: In member function 'bool HexPuzzle::HandleKey(int, int)':
 hex_puzzzle.cpp:3934: warning: suggest parentheses around '' within '||'
 make[1]: *** [hex_puzzzle.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/hex-a-hop_0.0.20070315-7_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
fixed 560483 0.0.20070315-8

thank you


Processed: Re: hex-a-hop: FTBFS: savestate.h:281: error: invalid conversion from 'const char*' to 'char*'

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 560483 0.0.20070315-8
Bug #560483 [src:hex-a-hop] hex-a-hop: FTBFS: savestate.h:281: error: invalid 
conversion from 'const char*' to 'char*'
Bug Marked as fixed in versions hex-a-hop/0.0.20070315-8.
 thank you
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560762: Downgraded libavcodec52, libavformat52, libavutil50 to 11/01 versions

2009-12-12 Thread Dominique Brazziel
SUCCESS!  Note:  The 11/01 debs were on the backup machine
(in '/var/cache/apt/archives') which hadn't been updated in
awhile, and used the test machine to fetch upgrades via apt-cacher.
I copied the debs over to the test machine then apt-cacher-imported
them after purging the libav* packages from 11/29.  Using
'aptitude' to install the three packages went fetched and 
installed the latest (11/29) versions, so I had to purge again 
and install the debs with 'dpkg'.

Question:  How did you know that libavcodec52, et. al. were
at fault?  Did you deduce anything from the trace, or did
something else give you a clue?  From the trace I saw a lot
of waiting on FUTEX, but had no idea which component was doing
that.




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



Processed: Potential patch to fix this bug

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 560755 + patch
Bug #560755 [python-docutils] python-docutils: insecure use of temporary files
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560755: Potential patch to fix this bug

2009-12-12 Thread Kumar Appaiah
tags 560755 + patch
thanks

Hi!

I have a potential fix for this bug. My approach is based on the
premise that the make-temp-file function provided from Emacs 22
onwards is safe. So, I backport the method to the rst.el file, and
bind it to the symbol rst--make-temp-file as follows:

- If the Emacs version is less than 22, use this custom version. This
  works on Emacs 21, I tested it.
- If the Emacs version is 22 or more, bind rst--make-temp-file to the
  make-temp-fil provided in the Emacs Lisp libraries.

I don't see a solution for removing the temporary files, though.

I am no expert on security or Emacs Lisp, but I hope this patch
provides a start.

HTH, and thanks!

Kumar
-- 
Bigotry tries to keep truth safe in its hand
With a grip that kills it.
- Rabindranath Tagore (Fireflies, 1928)
Description: Patch to fix temporary file vulnerability
 My approach is based on the premise that the make-temp-file function
 provided from Emacs 22 onwards is safe. So, I backport the method to
 the rst.el file, and bind it to the symbol rst--make-temp-file as
 follows:

 - If the Emacs version is less than 22, use this custom version. This
   works on Emacs 21, I tested it.
 - If the Emacs version is 22 or more, bind rst--make-temp-file to the
   make-temp-fil provided in the Emacs Lisp libraries.

 I don't see a solution for removing the temporary files, though.

 I am no expert on security or Emacs Lisp, but I hope this patch
 provides a start.

Author: Kumar Appaiah aku...@debian.org

---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: Kumar Appaiah
Bug: 
Bug-Debian: http://bugs.debian.org/560755
Forwarded:
Reviewed-By: 
Last-Update: 2009-12-12

--- python-docutils-0.6.orig/tools/editors/emacs/rst.el
+++ python-docutils-0.6/tools/editors/emacs/rst.el
@@ -3304,10 +3304,54 @@ of the entire buffer, if the region is n
 (defvar rst-pdf-program xpdf
   Program used to preview PDF files.)
 
+(if ( emacs-major-version 22)
+(defalias 'rst--make-temp-file 'make-temp-file)
+  (defvar temporary-file-directory)
+  (defun rst--make-temp-file (prefix optional dir-flag suffix)
+  Create a temporary file.
+The returned file name (created by appending some random characters at the end
+of PREFIX, and expanding against `temporary-file-directory' if necessary),
+is guaranteed to point to a newly created empty file.
+You can then use `write-region' to write new data into the file.
+
+If DIR-FLAG is non-nil, create a new empty directory instead of a file.
+
+If SUFFIX is non-nil, add that at the end of the file name.
+  (let ((umask (default-file-modes))
+	file)
+(unwind-protect
+	(progn
+	  ;; Create temp files with strict access rights.  It's easy to
+	  ;; loosen them later, whereas it's impossible to close the
+	  ;; time-window of loose permissions otherwise.
+	  (set-default-file-modes ?\700)
+	  (while (condition-case ()
+		 (progn
+		   (setq file
+			 (make-temp-name
+  (if (zerop (length prefix))
+  (file-name-as-directory
+   temporary-file-directory)
+(expand-file-name prefix
+  temporary-file-directory
+		   (if suffix
+			   (setq file (concat file suffix)))
+		   (if dir-flag
+			   (make-directory file)
+			 (write-region  nil file nil 'silent nil 'excl))
+		   nil)
+		   (file-already-exists t))
+	;; the file was somehow created by someone else between
+	;; `make-temp-name' and `write-region', let's try again.
+	nil)
+	  file)
+  ;; Reset the umask.
+  (set-default-file-modes umask)
+
 (defun rst-compile-pdf-preview ()
   Convert the document to a PDF file and launch a preview program.
   (interactive)
-  (let* ((tmp-filename /tmp/out.pdf)
+  (let* ((tmp-filename (rst--make-temp-file rst nil .pdf))
 	 (command (format %s %s %s  %s %s
 			  (cadr (assq 'pdf rst-compile-toolsets))
 			  buffer-file-name tmp-filename
@@ -3323,7 +3367,7 @@ of the entire buffer, if the region is n
 (defun rst-compile-slides-preview ()
   Convert the document to an S5 slide presentation and launch a preview program.
   (interactive)
-  (let* ((tmp-filename /tmp/slides.html)
+  (let* ((tmp-filename (rst--make-temp-file rst nil .html))
 	 (command (format %s %s %s  %s %s
 			  (cadr (assq 's5 rst-compile-toolsets))
 			  buffer-file-name tmp-filename


signature.asc
Description: Digital signature


Bug#524952: marked as done (installation-reports: Lenny apparently does not install compiler (not the 4.1/4.3 issue))

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 18:39:03 +0100
with message-id 20091212173903.ga15...@dedibox.ebzao.info
and subject line Re: Bug#524952: installation-reports: Lenny apparently does 
not install compiler (not the 4.1/4.3 issue)
has caused the Debian Bug report #524952,
regarding installation-reports: Lenny apparently does not install compiler (not 
the 4.1/4.3 issue)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
524952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=524952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-reports
Severity: serious
Justification: no longer builds from source



-- Package-specific info:

Boot method: CD
Image version: 501 netinst x86
Date: April 12 - 2009

Machine: Unknown MB - Phoenix 6.00 PG BIOS / VIA chipset
Partitions: df -Tl will do; the raw partition table is preferred


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

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

Comments/Problems:

This all stems from trying to install an nvidia driver and boils down to 
compiler not installed.  gcc, cc, make all command not found.  No man entries 
either.  No symlink to gcc and can't even find the gcc executable (gcc*).
This also happened with 500 netinst.  I'm puzzled as to why nobody else seems 
to be reporting this.

-- 

Please make sure that the hardware-summary log file, and any other
installation logs that you think would be useful are attached to this
report. Please compress large files using gzip.

Once you have filled out this report, mail it to sub...@bugs.debian.org.

==
Installer lsb-release:
==
DISTRIB_ID=Debian
DISTRIB_DESCRIPTION=Debian GNU/Linux installer
DISTRIB_RELEASE=5.0 (lenny) - installer build 20090123lenny1
X_INSTALLATION_MEDIUM=cdrom

==
Installer hardware-summary:
==
umame -a: Linux subsonic 2.6.26-2-486 #1 Thu Mar 26 00:13:41 UTC 2009 i686 
unknown
lspci -knn: 00:00.0 Host bridge [0600]: VIA Technologies, Inc. VT8377 
[KT400/KT600 AGP] Host Bridge [1106:3189]
lspci -knn: 00:01.0 PCI bridge [0604]: VIA Technologies, Inc. VT8235 PCI Bridge 
[1106:b168]
lspci -knn: 00:10.0 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.1 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.2 USB Controller [0c03]: VIA Technologies, Inc. VT82x 
UHCI USB 1.1 Controller [1106:3038] (rev 80)
lspci -knn: Kernel driver in use: uhci_hcd
lspci -knn: Kernel modules: uhci-hcd
lspci -knn: 00:10.3 USB Controller [0c03]: VIA Technologies, Inc. USB 2.0 
[1106:3104] (rev 82)
lspci -knn: Kernel driver in use: ehci_hcd
lspci -knn: Kernel modules: ehci-hcd
lspci -knn: 00:11.0 ISA bridge [0601]: VIA Technologies, Inc. VT8235 ISA Bridge 
[1106:3177]
lspci -knn: 00:11.1 IDE interface [0101]: VIA Technologies, Inc. 
VT82C586A/B/VT82C686/A/B/VT823x/A/C PIPC Bus Master IDE [1106:0571] (rev 06)
lspci -knn: Kernel driver in use: VIA_IDE
lspci -knn: Kernel modules: via82cxxx
lspci -knn: 00:11.5 Multimedia audio controller [0401]: VIA Technologies, Inc. 
VT8233/A/8235/8237 AC97 Audio Controller [1106:3059] (rev 50)
lspci -knn: 00:12.0 Ethernet controller [0200]: VIA Technologies, Inc. VT6102 
[Rhine-II] [1106:3065] (rev 74)
lspci -knn: Kernel driver in use: via-rhine
lspci -knn: Kernel modules: via-rhine
lspci -knn: 01:00.0 VGA compatible controller [0300]: nVidia Corporation NV17 
[GeForce4 MX 440] [10de:0171] (rev a3)
lsmod: Module  Size  Used by
lsmod: ufs63876  0 
lsmod: qnx47684  0 
lsmod: ntfs  180288  0 
lsmod: dm_mod 45384  0 
lsmod: md_mod 65940  0 
lsmod: xfs   446708  0 
lsmod: reiserfs  186880  0 
lsmod: jfs   

Bug#560762: Ouch - I didn't notice that libav* packages were in the regular Debian repositories

2009-12-12 Thread Dominique Brazziel
I made the downgrade harder than it needed to be because when
I went to search for 'libavcodec52' I misspelled it, and
thought the only place it was available was from the multimedia
repository.  Well, live and learn.  

On a third machine I took multimedia repository out of apt sources
then successfully installed (on a third machine) 'libavcodec52',
'libavformat52' and 'libavformat49' (needed by the codec52 library) from
Debian works fine so far.  I suspect I won't be getting as many
orange ball 'updates available' from update-notifier as well.




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



Bug#560755: Potential patch to fix this bug

2009-12-12 Thread Jakub Wilk

* Kumar Appaiah a.ku...@alumni.iitm.ac.in, 2009-12-12, 11:38:

I have a potential fix for this bug. My approach is based on the
premise that the make-temp-file function provided from Emacs 22
onwards is safe. So, I backport the method to the rst.el file, and
bind it to the symbol rst--make-temp-file as follows:


Thank you very much for your patch!

I think we could avoid backporting code, if we created a temporary 
directory (and then a file with an arbitrary name and proper suffix 
inside it) rather than a temporary file.



I don't see a solution for removing the temporary files, though.


Is it possible to somehow store the name of temporary thing that has 
been created? That way maybe we could re-use it on next invocation of 
the preview function and delete it in some kind of exit hook.


--
Jakub Wilk


signature.asc
Description: Digital signature


Processed: Re: Bug#560771: acpid: CVE-2009-4235: weak permissions on /var/log/acpid

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 560771 important
Bug #560771 [acpid] acpid: CVE-2009-4235: weak permissions on /var/log/acpid
Severity set to 'important' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#560771: acpid: CVE-2009-4235: weak permissions on /var/log/acpid

2009-12-12 Thread Nico Golde
severity 560771 important
thanks

* Raphael Geissert geiss...@debian.org [2009-12-12 13:23]:
 Package: acpid
 Version: 1.0.4-5
 Severity: grave
 Tags: security
 
 Hi,
 the following CVE (Common Vulnerabilities  Exposures) id was
 published for acpid.
 
 CVE-2009-4235[0]:
 | acpid 1.0.4 sets an unrestrictive umask, which might allow local users
 | to leverage weak permissions on /var/log/acpid, and obtain sensitive
 | information by reading this file or cause a denial of service by
 | overwriting this file, a different vulnerability than CVE-2009-4033.
 
 If you fix the vulnerability please also make sure to include the
 CVE id in your changelog entry.
 
 The vulnerability only seems to affect oldstable, but I noticed that none of 
 the versions remove the log file, so the permissions of the file need to be 
 fixed by all the other versions.

Lowering the severity as in a typical use case this file does not carry 
sensitive information and is probably also not used in many scenarios where 
the DoS vector is of great relevance.

Cheers
Nico
-- 
Nico Golde - http://www.ngolde.de - n...@jabber.ccc.de - GPG: 0xA0A0
For security reasons, all text in this mail is double-rot13 encrypted.


pgpJbGJuL3lK7.pgp
Description: PGP signature


Processed: tagging as pending bugs that are closed by packages in NEW

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Sat Dec 12 19:03:17 UTC 2009
 # Tagging as pending bugs that are closed by packages in NEW
 # http://ftp-master.debian.org/new.html
 #
 # Source package in NEW: libdrm
 tags 558786 + pending
Bug #558786 [libdrm2] libdrm2: Please add a libdrm-radeon package for the next 
libdrm release
Added tag(s) pending.
 # Source package in NEW: libdrm
 tags 560434 + pending
Bug #560434 [libdrm] libdrm: new upstream version 2.4.16 available
Added tag(s) pending.
 # Source package in NEW: libdrm
 tags 558443 + pending
Bug #558443 [libdrm] libdrm FTBFS: needs debhelper (= 7.2.7)
Added tag(s) pending.
 # Source package in NEW: nel
 tags 553248 + pending
Bug #553248 [libnel-dev] libnel-dev: missing-dependency-on-libc needed by 
./usr/lib/nel/bnp_make and 28 others   but the package doesn't 
depend on the C library package. Normally   this indicates that 
${shlibs: Depends} was omitted from the   Depends line for this 
package in debian/control.
Added tag(s) pending.
 # Source package in NEW: libenv-path-perl
 tags 560279 + pending
Bug #560279 [wnpp] ITP: libenv-path-perl -- Perl module implementing advanced 
operations on path variables
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#559135: marked as done (gedit-latex-plugin: installation fails)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 19:32:39 +
with message-id e1njxhn-0002kp...@ries.debian.org
and subject line Bug#559135: fixed in gedit-latex-plugin 0.2rc3-2
has caused the Debian Bug report #559135,
regarding gedit-latex-plugin: installation fails
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
559135: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=559135
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gedit-latex-plugin
Version: 0.2rc3-1
Severity: grave
Justification: renders package unusable


Installation of the package fails:

Unpacking gedit-latex-plugin
(from 
.../gedit-latex-plugin_0.2rc/tmp/reportbug-gedit-latex-plugin-20091201-13706-aHlCXB3-1_all.deb)
 ...
Setting up gedit-latex-plugin (0.2rc3-1) ...
/usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/latex/views.py:120:
Warning: 'as' will become a reserved keyword in Python 2.6
WARNING: compile error while trying to
byte-compile /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/latex/views.py:   
File /usr/lib/gedit-2/plugins/GeditLaTeXPlugin/src/latex/views.py, line 120
except GError as s:
   ^
SyntaxError: invalid syntax




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

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

Versions of packages gedit-latex-plugin depends on:
ii  gedit 2.28.2-1   official text editor of the
GNOME 
ii  python2.5.4-2An interactive high-level
object-o
ii  python-dbus   0.83.0-1   simple interprocess
messaging syst
ii  python-poppler0.12.1-1   Poppler Python bindings
ii  python-support1.0.5  automated rebuilding
support for P
ii  rubber1.1-2.2an automated system for
building L

Versions of packages gedit-latex-plugin recommends:
ii  python-enchant 1.5.3-1   spellchecking library for
Python
ii  texlive2007.dfsg.2-4 TeX Live: A decent
selection of th

gedit-latex-plugin suggests no packages.

-- no debconf information




---End Message---
---BeginMessage---
Source: gedit-latex-plugin
Source-Version: 0.2rc3-2

We believe that the bug you reported is fixed in the latest version of
gedit-latex-plugin, which is due to be installed in the Debian FTP archive:

gedit-latex-plugin_0.2rc3-2.diff.gz
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-2.diff.gz
gedit-latex-plugin_0.2rc3-2.dsc
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-2.dsc
gedit-latex-plugin_0.2rc3-2_all.deb
  to main/g/gedit-latex-plugin/gedit-latex-plugin_0.2rc3-2_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 559...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrea Gasparini ga...@yattaweb.it (supplier of updated gedit-latex-plugin 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Wed, 02 Dec 2009 10:51:14 +0100
Source: gedit-latex-plugin
Binary: gedit-latex-plugin
Architecture: source all
Version: 0.2rc3-2
Distribution: unstable
Urgency: low
Maintainer: Andrea Gasparini ga...@yattaweb.it
Changed-By: Andrea Gasparini ga...@yattaweb.it
Description: 
 gedit-latex-plugin - GEdit plugin for composing and compiling LaTeX documents
Closes: 559135 559176
Changes: 
 gedit-latex-plugin (0.2rc3-2) unstable; urgency=low
 .
   * added README.source (mentions standard quilt readme.source)
   * debian/patches: added patch that fix some python2.6-only sintax
 (Closes: #559135)
   * debian/control: added dependency to python-multiprocessing
 (Closes: #559176) and python-glade2
Checksums-Sha1: 
 8f1ab84b356329603ce3b21f9b6d0f03e2568d5e 1221 gedit-latex-plugin_0.2rc3-2.dsc
 14b7bb0d4f4e472542d744c099e2714e1465a445 4232 
gedit-latex-plugin_0.2rc3-2.diff.gz
 f759cfbf051a9340a014d097d33e7f7b93d7fbdc 217354 
gedit-latex-plugin_0.2rc3-2_all.deb
Checksums-Sha256: 
 18fa6e912ab30c8dd492256044377d567de5896f40603bea5dabe5002a8d1c4f 1221 
gedit-latex-plugin_0.2rc3-2.dsc
 

Bug#560762: marked as done (totem: Totem 'movie player' stopped playing .avi movies)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 20:26:33 +0100
with message-id 1260645993.3556.3.ca...@odin.lan
and subject line Re: Bug#560762: libavcodec52, gstreamer-ffmpeg
has caused the Debian Bug report #560762,
regarding totem: Totem 'movie player' stopped playing .avi movies
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560762: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560762
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: totem
Version: 2.26.3-1
Severity: grave
Justification: renders package unusable

 Some recent upgrade rendered totem useless as far as playing .avi movies,
also .mov movies don't play (see bug #548137 - my symptoms are exactly the
same for .avi movies).  The 'Playing' elapsed time stays at 00:00, no picture,
no sound.  Mplayer plays the same files with no problem.

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

Kernel: Linux 2.6.31-trunk-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages totem depends on:
ii  totem-gstreamer   2.26.3-1   A simple media player for the GNOM
ii  totem-plugins 2.26.3-1   Plugins for the Totem media player

totem recommends no packages.

totem suggests no packages.

Versions of packages totem-gstreamer depends on:
ii  gnome-icon-theme   2.28.0-1  GNOME Desktop icon theme
ii  gstreamer0.10-alsa [gs 0.10.25-1 GStreamer plugin for ALSA
ii  gstreamer0.10-plugins- 0.10.17-1 GStreamer plugins from the bad s
ii  gstreamer0.10-plugins- 0.10.25-1 GStreamer plugins from the base 
ii  gstreamer0.10-plugins- 0.10.17-1 GStreamer plugins from the good 
ii  gstreamer0.10-pulseaud 0.10.17-1 GStreamer plugin for PulseAudio
ii  gstreamer0.10-x0.10.25-1 GStreamer plugins for X11 and Pang
ii  iso-codes  3.11.1-1  ISO language, territory, currency,
ii  libatk1.0-01.28.0-1  The ATK accessibility toolkit
ii  libc6  2.10.2-2  GNU C Library: Shared libraries
ii  libcairo2  1.8.8-2   The Cairo 2D vector graphics libra
ii  libdbus-1-31.2.16-2  simple interprocess messaging syst
ii  libdbus-glib-1-2   0.82-2simple interprocess messaging syst
ii  libfontconfig1 2.6.0-4   generic font configuration library
ii  libfreetype6   2.3.11-1  FreeType 2 font engine, shared lib
ii  libgcc11:4.4.2-3 GCC support library
ii  libgconf2-42.28.0-1  GNOME configuration database syste
ii  libglib2.0-0   2.22.3-1  The GLib library of C routines
ii  libgstreamer-plugins-b 0.10.25-1 GStreamer libraries from the base
ii  libgstreamer0.10-0 0.10.25-2 Core GStreamer libraries and eleme
ii  libgtk2.0-02.18.3-1  The GTK+ graphical user interface 
ii  libice62:1.0.6-1 X11 Inter-Client Exchange library
ii  libnautilus-extension1 2.28.1-1  libraries for nautilus components 
ii  libpango1.0-0  1.26.1-1  Layout and rendering of internatio
ii  libsm6 2:1.1.1-1 X11 Session Management library
ii  libstdc++6 4.4.2-3   The GNU Standard C++ Library v3
ii  libtotem-plparser122.28.1-2  Totem Playlist Parser library - ru
ii  libx11-6   2:1.3.2-1 X11 client-side library
ii  libxml22.7.6.dfsg-1  GNOME XML library
ii  libxrandr2 2:1.3.0-2 X11 RandR extension library
ii  libxtst6   2:1.0.3-1 X11 Testing -- Resource extension 
ii  libxxf86vm11:1.0.2-1 X11 XFree86 video mode extension l
ii  python 2.5.4-2   An interactive high-level object-o
ii  python2.5  2.5.4-3   An interactive high-level object-o
ii  totem-common   2.26.3-1  Data files for the Totem media pla
ii  zlib1g 1:1.2.3.3.dfsg-15 compression library - runtime

-- no debconf information


---End Message---
---BeginMessage---
Am Samstag, den 12.12.2009, 11:44 -0500 schrieb Dominique Brazziel:
 Do you have ffmpeg (libavcodec52) installed from debian-multimedia?
 
 Yes -
 
 ii  libavcodec52  5:0.5svn20091129-0.0
 
  
 
 Which version of gstreamer0.10-ffmpeg do 

Bug#549973: closed by Guido Günther(kvm is a development snapshot)

2009-12-12 Thread Michael Gilbert
On Sat, 12 Dec 2009 15:21:05 + Debian Bug Tracking System wrote:
 Hi,
 since kvm is a development snapshot the kernel package is still
 necessary. So marking this as fixed in experimental since this is where
 kvm will live in the future. qemu-kvm is the stable version for sid and
 testing.

should there be a request be sent to the release team to remove kvm
from squeeze and sid then?

mike



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



Bug#549973: closed by Guido Günther(kvm is a development snapshot)

2009-12-12 Thread Guido Günther
On Sat, Dec 12, 2009 at 02:47:23PM -0500, Michael Gilbert wrote:
 On Sat, 12 Dec 2009 15:21:05 + Debian Bug Tracking System wrote:
  Hi,
  since kvm is a development snapshot the kernel package is still
  necessary. So marking this as fixed in experimental since this is where
  kvm will live in the future. qemu-kvm is the stable version for sid and
  testing.
 
 should there be a request be sent to the release team to remove kvm
 from squeeze and sid then?
Yes. We intend to provide a transitional package from kvm to qemu-kvm
first though:
http://git.debian.org/?p=collab-maint/qemu-kvm.git;a=summary
Cheers,
 -- Guido



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



Processed: reopening 492099, severity of 492099 is wishlist

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # I think this shouldn't have been closed and the severity just lowered
 reopen 492099
Bug #492099 {Done: Julien Cristau jcris...@debian.org} 
[src:xserver-xorg-video-glide] xserver-xorg-video-glide: glide2 only available 
on i386.
Bug #560678 {Done: Julien Cristau jcris...@debian.org} 
[src:xserver-xorg-video-glide] xserver-xorg-video-glide: FTBFS: Nonexistent 
build-dependency: libglide2-dev
 severity 492099 wishlist
Bug #492099 [src:xserver-xorg-video-glide] xserver-xorg-video-glide: glide2 
only available on i386.
Bug #560678 [src:xserver-xorg-video-glide] xserver-xorg-video-glide: FTBFS: 
Nonexistent build-dependency: libglide2-dev
Severity set to 'wishlist' from 'serious'

Severity set to 'wishlist' from 'serious'


End of message, stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#559819: closed by Daniel Baumann dan...@debian.org (reply to dan...@debian.org) (Re: CVE-2009-3736 local privilege escalation)

2009-12-12 Thread Michael Gilbert
reopen 559819
thanks

On Sat, 12 Dec 2009 07:15:08 + Debian Bug Tracking System wrote:
 as far as i can see, libextractor in unstable is not affected as it has 
 a recent enough ltdl.c embedded, thus closing.

i've just check 0.5.23+dfsg-3, and the patch is actually not applied.
please make sure to do a sufficient amount of research before closing
security issues. thanks.

mike



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



Processed: Re: Bug#559819 closed by Daniel Baumann dan...@debian.org (reply to dan...@debian.org) (Re: CVE-2009-3736 local privilege escalation)

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 559819
Bug #559819 {Done: Daniel Baumann dan...@debian.org} [libextractor] 
CVE-2009-3736 local privilege escalation
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Processed: Re: Bug#559842 closed by Francesco Paolo Lovergine fran...@debian.org (Bug#559842: fixed in proftpd-dfsg 1.3.2c-1)

2009-12-12 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 559842
Bug #559842 {Done: Francesco Paolo Lovergine fran...@debian.org} 
[proftpd-dfsg] CVE-2009-3736 local privilege escalation
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)


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



Bug#559842: closed by Francesco Paolo Lovergine fran...@debian.org (Bug#559842: fixed in proftpd-dfsg 1.3.2c-1)

2009-12-12 Thread Michael Gilbert
reopen 559842
thanks

On Fri, 11 Dec 2009 10:24:18 + Debian Bug Tracking System wrote:
 This is an automatic notification regarding your Bug report
 which was filed against the proftpd-dfsg package:
 
 #559842: CVE-2009-3736 local privilege escalation

i have just checked the source code for 1.3.2c-1, and the libtool patch
is actually not applied.  please make sure to do sufficient research
before closing security issues.  thank you.

mike



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



Bug#560342: marked as done (jabberd14: FTBFS with g++-4.4)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 21:45:00 +
with message-id e1njzls-uh...@ries.debian.org
and subject line Bug#560342: fixed in jabberd14 1.6.1.1-4
has caused the Debian Bug report #560342,
regarding jabberd14: FTBFS with g++-4.4
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560342: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560342
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: jabberd14
Version: 1.6.1.1-3
Severity: serious
Tags: patch

Please see attached the failed build log with g++-4.4.
Also, please see attached a quick and dirty patch to solve this.

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

Kernel: Linux 2.6.21.7-2.fc8xen-ec2-v1.0 (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 jabberd14 depends on:
ii  adduser   3.111  add and remove users and groups
ii  libc6 2.10.2-2   GNU C Library: Shared libraries
ii  libgcc1   1:4.4.2-4  GCC support library
ii  libidn11  1.15-2 GNU Libidn library, implementation
ii  libjabberd2   1.6.1.1-3  Runtime library for the Jabber/XMP
ii  libmysqlclient16  5.1.41-3   MySQL database client library
ii  libpopt0  1.15-1 lib for parsing cmdline parameters
ii  libpq58.4.1-1PostgreSQL C client library
ii  libpth20  2.0.7-14   The GNU Portable Threads
ii  libstdc++64.4.2-4The GNU Standard C++ Library v3
ii  lsb-base  3.2-23 Linux Standard Base 3.2 init scrip
ii  openssl   0.9.8k-7   Secure Socket Layer (SSL) binary a

jabberd14 recommends no packages.

jabberd14 suggests no packages.

-- no debconf information

-- 
Miguel Landaeta, miguel at miguel.cc
secure email with PGP 0x7D8967E9 available at http://keyserver.pgp.com/
Faith means not wanting to know what is true. -- Nietzsche


jabberd14_1.6.1.1-4_i386.build
Description: Binary data
diff --git a/debian/patches/00list b/debian/patches/00list
index eae1970..a868cc9 100644
--- a/debian/patches/00list
+++ b/debian/patches/00list
@@ -3,3 +3,4 @@ fix_gnutls_api_changes
 fix_dpkg_shlibdeps_warning
 fix_installdir_locales
 fix_getaddrinfo_test
+fix_g++-4.4_ftbfs
diff --git a/debian/patches/fix_g++-4.4_ftbfs.dpatch b/debian/patches/fix_g++-4.4_ftbfs.dpatch
new file mode 100755
index 000..05f591b
--- /dev/null
+++ b/debian/patches/fix_g++-4.4_ftbfs.dpatch
@@ -0,0 +1,62 @@
+#! /bin/sh -e
+## fix_g++-4.4_ftbfs.dpatch by Miguel Landaeta mig...@miguel.cc
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: quick and dirty hack to allow jabberd14 compilation under
+## DP: g++-4.4, a more stricter compiler than previous versions.
+
+
+[ -f debian/patches/00patch-opts ]  . debian/patches/00patch-opts
+patch_opts=${patch_opts:--f --no-backup-if-mismatch}
+
+if [ $# -ne 1 ]; then
+echo 2 `basename $0`: script expects -patch|-unpatch as argument
+exit 1
+fi
+case $1 in
+   -patch) patch $patch_opts -p1  $0;;
+   -unpatch) patch $patch_opts -Rp1  $0;;
+   *)
+  echo 2 `basename $0`: script expects -patch|-unpatch as argument
+  exit 1;;
+esac
+
+exit 0
+...@dpatch@
+diff --git a/jabberd/lib/xmlnode.cc b/jabberd/lib/xmlnode.cc
+index 28ef9fe..d3aa513 100644
+--- a/jabberd/lib/xmlnode.cc
 b/jabberd/lib/xmlnode.cc
+@@ -910,8 +910,8 @@ xmlnode_list_item xmlnode_get_tags(xmlnode context_node, const char *path, xht n
+ }
+ 
+ /* separate this step from the next one, and check for a predicate in this step */
+-start_predicate = strchr(path, '[');
+-next_step = strchr(path, '/');
++start_predicate = strchr((char*)path, '[');
++next_step = strchr((char*)path, '/');
+ if (start_predicate == NULL  next_step == NULL) {
+ 	this_step = pstrdup(p, path);
+ } else if (start_predicate == NULL || start_predicate  next_step  next_step != NULL) {
+@@ -1833,7 +1833,7 @@ xmlnode xmlnode_select_by_lang(xmlnode_list_item nodes, const char* lang) {
+ if (lang != NULL  strchr(lang, '-') != NULL) {
+ 	snprintf(general_lang, sizeof(general_lang), %s, lang);
+ 	if (strchr(lang, '-') != NULL) {
+-	strchr(lang, '-')[0] = 0;
++	strchr((char*)lang, '-')[0] = 0;
+ 	} else {
+ 	general_lang[0] = 0;
+ 	}
+diff --git a/jabberd/log.cc b/jabberd/log.cc
+index 230c7d0..9a7bd13 100644
+--- 

Bug#559819: closed by Daniel Baumann dan...@debian.org (reply to dan...@debian.org) (Re: CVE-2009-3736 local privilege escalation)

2009-12-12 Thread Daniel Baumann

Michael Gilbert wrote:

i've just check 0.5.23+dfsg-3, and the patch is actually not applied.


i've checked the diffs for ltdl.c from libtool 2.2.6a to 2.2.6b and 
found nothing that is applicable.



please make sure to do a sufficient amount of research before closing
security issues. thanks.


if you have a patch for it, you should at least have the decencie to 
share it and attach it to the bug report. everything else is plain 
stupid, error prone, and wasting other peoples time.


thanks for consideration.

--
Address:Daniel Baumann, Burgunderstrasse 3, CH-4562 Biberist
Email:  daniel.baum...@panthera-systems.net
Internet:   http://people.panthera-systems.net/~daniel-baumann/



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



Bug#559819: closed by Daniel Baumann dan...@debian.org (reply to dan...@debian.org) (Re: CVE-2009-3736 local privilege escalation)

2009-12-12 Thread Michael Gilbert
On Sat, 12 Dec 2009 22:45:33 +0100 Daniel Baumann wrote:

 Michael Gilbert wrote:
  i've just check 0.5.23+dfsg-3, and the patch is actually not applied.
 
 i've checked the diffs for ltdl.c from libtool 2.2.6a to 2.2.6b and 
 found nothing that is applicable.
 
  please make sure to do a sufficient amount of research before closing
  security issues. thanks.
 
 if you have a patch for it, you should at least have the decencie to 
 share it and attach it to the bug report. everything else is plain 
 stupid, error prone, and wasting other peoples time.
 
 thanks for consideration.

you can get to it from the mitre link that was included in the initial
report.  the 2.x patch can be found in the redhat bug report [0], 5th
link down.

hope this helps,
mike



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



Bug#560569: marked as done (yarssr: FTBFS: msgfmt: error while opening src/po/de.po for reading: No such file or directory)

2009-12-12 Thread Debian Bug Tracking System
Your message dated Sat, 12 Dec 2009 22:02:01 +
with message-id e1nja2l-0002pa...@ries.debian.org
and subject line Bug#560569: fixed in yarssr 0.2.2-5
has caused the Debian Bug report #560569,
regarding yarssr: FTBFS: msgfmt: error while opening src/po/de.po for 
reading: No such file or directory
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
560569: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=560569
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: yarssr
Version: 0.2.2-4
Severity: serious
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20091210 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
 make[1]: Entering directory 
 `/build/user-yarssr_0.2.2-4-amd64-JrIqU3/yarssr-0.2.2'
 perl -ne 's...@prefix\@!/usr!g ; s...@libdir\@!/usr/share/yarssr!g ; print'  
 src/yarssr  build/yarssr
 mkdir -p build/locale/en/LC_MESSAGES
 msgfmt -o build/locale/en/LC_MESSAGES/yarssr.mo src/po/en.po
 mkdir -p build/locale/de/LC_MESSAGES
 msgfmt -o build/locale/de/LC_MESSAGES/yarssr.mo src/po/de.po
 msgfmt: error while opening src/po/de.po for reading: No such file or 
 directory
 make[1]: *** [yarssr] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2009/12/10/yarssr_0.2.2-4_lsid64.buildlog

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on about 50 AMD64 nodes
of the Grid'5000 platform, using a clean chroot.  Internet was not
accessible from the build systems.

-- 
| Lucas Nussbaum
| lu...@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |


---End Message---
---BeginMessage---
Source: yarssr
Source-Version: 0.2.2-5

We believe that the bug you reported is fixed in the latest version of
yarssr, which is due to be installed in the Debian FTP archive:

yarssr_0.2.2-5.debian.tar.gz
  to main/y/yarssr/yarssr_0.2.2-5.debian.tar.gz
yarssr_0.2.2-5.dsc
  to main/y/yarssr/yarssr_0.2.2-5.dsc
yarssr_0.2.2-5_all.deb
  to main/y/yarssr/yarssr_0.2.2-5_all.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 560...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joachim Breitner nome...@debian.org (supplier of updated yarssr package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 12 Dec 2009 22:28:14 +0100
Source: yarssr
Binary: yarssr
Architecture: source all
Version: 0.2.2-5
Distribution: unstable
Urgency: low
Maintainer: Joachim Breitner nome...@debian.org
Changed-By: Joachim Breitner nome...@debian.org
Description: 
 yarssr - RSS reader for the notification area
Closes: 560569
Changes: 
 yarssr (0.2.2-5) unstable; urgency=low
 .
   * Fix FTBFS: msgfmt: error while opening src/po/de.po for reading:
 No such file or directory by fixing debian/patches by switching to (3.0)
 quilt source format.  (Closes: #560569)
   * Use the tiny debhelper 7 debian/rules file.
   * Bump standards version, no change.
Checksums-Sha1: 
 e63e0c881e3529136988589d75ec6b3cb35a47a9 1002 yarssr_0.2.2-5.dsc
 2526fa2474b75ebfdca41d8d2d528ac7127e8987 4886 yarssr_0.2.2-5.debian.tar.gz
 9ecc5d2d54a5c9a715a6b7f28864319909e0c13f 25694 yarssr_0.2.2-5_all.deb
Checksums-Sha256: 
 f698a4316b986b88a5f890639b3356ebfd64813b7551760f9123a1ba73e6ae11 1002 
yarssr_0.2.2-5.dsc
 53dbcdc1b521bf20a2a2f68325a5ae308c0d8498f2e94db9501ca009ef4ca2a6 4886 
yarssr_0.2.2-5.debian.tar.gz
 44357ae864bfc52cc2fa81cd15fe4e4f68651a374f20bd0d4bfe09c8d24047f8 25694 
yarssr_0.2.2-5_all.deb
Files: 
 466436f5b72165fefcd244f630bd1a41 1002 net optional yarssr_0.2.2-5.dsc
 3682b63278c4f9ef2bd3502bee4b83da 4886 net optional yarssr_0.2.2-5.debian.tar.gz
 2d5c4dfe71caa2bd66822a8bafc5a3b4 25694 net optional yarssr_0.2.2-5_all.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAkskCvwACgkQ9ijrk0dDIGxFMwCeOuNSOlIsoeZlwyogYPPWrR39
5xMAn2vPmyHVuo5XHsIC7Ige0rN4bgpQ
=oh3O
-END PGP SIGNATURE-


---End Message---


Bug#560873: galeon: remote info disclosure via css

2009-12-12 Thread Michael Gilbert
package: galeon
version: 2.0.7-1.1
severity: serious
tags: security

hi,

it has been disclosed that it is possible for any website to query the
user's site viewing history via css.  please see [0].  i have not
personally checked whether this package is vulnerable, but it seems to
be a general css design issue, so all css-supporting browsers are
likely affected. please check, and feel free to close the bug if the
package is not affected.   thanks.

mike

[0]
http://thecoffeedesk.com/news/index.php/2009/08/02/view-remote-browser-history/



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



Bug#560872: epiphany-browser: remote info disclosure via css

2009-12-12 Thread Michael Gilbert
package: epiphany-browser
version: 2.29.3-1
severity: serious
tags: security

hi,

it has been disclosed that it is possible for any website to query the
user's site viewing history via css.  please see [0].  i have not
personally checked whether this package is vulnerable, but it seems to
be a general css design issue, so all css-supporting browsers are
likely affected. please check, and feel free to close the bug if the
package is not affected.   thanks.

mike



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



Bug#560869: FTBFS: failures in jh_manifest

2009-12-12 Thread Cyril Brulebois
Package: libmatthew-java
Version: 0.7.2-2
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all buildds:
|jh_classpath -a
|jh_manifest -a
| Traceback (most recent call last):
|   File /usr/bin/jh_manifest, line 27, in module
| (parsed, notparsed) = getopt.getopt(sys.argv,opts,longopts);
|   File /usr/lib/python2.5/getopt.py, line 91, in getopt
| opts, args = do_shorts(opts, args[0][1:], shortopts, args[1:])
|   File /usr/lib/python2.5/getopt.py, line 191, in do_shorts
| if short_has_arg(opt, shortopts):
|   File /usr/lib/python2.5/getopt.py, line 207, in short_has_arg
| raise GetoptError('option -%s not recognized' % opt, opt)
| getopt.GetoptError: option -a not recognized
| make: *** [binary-arch] Error 1

Build logs at the usual place:
  https://buildd.debian.org/status/package.php?suite=unstablep=libmatthew-java

Mraw,
KiBi.



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



  1   2   3   >