Bug#730157: kdepimlibs FTBFS on ia64, linker segfaults.

2013-11-23 Thread Stephan Schreiber

block 730157 by 718047
thanks

This is likely bug#718047. Removing the --as-needed switch from the ld  
invoke is the tentative workaround for that.


Regards
Stephan


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



Bug#729553: shutdown-at-night: Shuts down machines with the user still active

2013-11-23 Thread Petter Reinholdtsen
[Petter Reinholdtsen]
 Here is a proposed patch for the package in Wheezy, backporting the
 relevant part from unstable.  We should check with the stable
 release managers if it is acceptable into wheezy.

I've created URL: http://bugs.debian.org/730251  to ask the release
mangers.  Awaiting their answer.

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#574678: init_acpi_acadapt() returned NOT_SUPPORTED.

2013-11-23 Thread Petter Reinholdtsen

[Antonio Radici 2013-10-21]
 I'll check what's involved in the script conversion ASAP

Thank you.  The package was removed from testing a few days ago, so it
would be great if this bug was fixed soon to get it back into testing.

-- 
Happy hacking
Petter Reinholdtsen


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



Processed (with 1 errors): Perl has nothing to do with the FTBFS

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 merge -1 700406
Bug #707431 [src:radare2-bindings] radare2-bindings: FTBFS: ld: cannot find 
-lperl
Unable to merge bugs because:
package of #700406 is 'radare2-bindings' not 'src:radare2-bindings'
Failed to merge 707431: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x3882b50)', 
'requester', 'Hilko Bengen ben...@debian.org', 'request_addr', 
'707431-sub...@bugs.debian.org', 'request_msgid', 
'87ppprct69@nomad.int.hilluzination.de', 'request_subject', ...) called 
at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', 'merge -1 700406', 
'clonebugs', 'HASH(0x383a1c8)', 'limit', 'HASH(0x383a3f0)', 
'common_control_options', 'ARRAY(0x383a4c8)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1039


-- 
700406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700406
707431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#707431: Perl has nothing to do with the FTBFS

2013-11-23 Thread Hilko Bengen
Control: merge -1 700406

The listed error messages ...

 cc1plus: warning: command line option '-Wstrict-prototypes' is valid for 
 C/ObjC but not for C++ [enabled by default]
  - python: yes
 /usr/bin/ld: cannot find -lperl
 collect2: error: ld returned 1 exit status

... happen in the configure step. The cause for the FTBFS is already
documented in 700406. Merging.

Cheers,
-Hilko


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



Bug#729738: arguments in macro changed

2013-11-23 Thread Andreas B. Mundt
Hi,

the number of arguments in QT4_CREATE_MOC_COMMAND seems to have
changed [1].  I tried to fix this by applying the following patch:

--- tulip-3.7.0dfsg.orig/UseTulip.cmake
+++ tulip-3.7.0dfsg/UseTulip.cmake
@@ -47,7 +47,7 @@ MACRO (TULIP_QT4_WRAP_CPP outfiles )
 GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
 GET_FILENAME_COMPONENT(it ${it} ABSOLUTE)
 SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/moc_${outfile}.cpp)
-QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options})
+QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options} 
${moc_target})
 SET(${outfiles} ${${outfiles}} ${outfile})
   ENDFOREACH(it)
 ENDMACRO (TULIP_QT4_WRAP_CPP)
--- tulip-3.7.0dfsg.orig/FindTULIP3.cmake
+++ tulip-3.7.0dfsg/FindTULIP3.cmake
@@ -228,7 +228,7 @@ MACRO (TULIP_QT4_WRAP_CPP outfiles )
 GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
 GET_FILENAME_COMPONENT(it ${it} ABSOLUTE)
 SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/moc_${outfile}.cpp)
-QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options})
+QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options} 
${moc_target})
 SET(${outfiles} ${${outfiles}} ${outfile})
   ENDFOREACH(it)
 ENDMACRO (TULIP_QT4_WRAP_CPP)

However, the build still fails (perhaps) unrelated, see below.  As I
have no idea about cmake and my machine takes ages to compile the
sources, I stop here for the time being and hope the provided
information is helpful to fix this thoroughly.

Best Regards,

Andi


[1] 
URL:http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff509c4ff27fe861fc5b2080f50897a68c4


8
[ 62%] Building CXX object
library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o
cd /tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/src
 /usr/bin/c++   -DQT_CORE_LIB -DQT_DLL -DQT_GUI_LIB -DQT_NO_DEBUG
-DQT_OPENGL_LIB -DQT_THREAD_SUPPORT -Dtulip_qt4_3_7_EXPORTS -g -O2
-fstack-protector --param=ssp-buffer-size=4 -Wformat
-Werror=format-security -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wunused
-DHAVE_LIBJPEG -DHAVE_LIBPNG -D_LINUX -DQT_ASSISTANT='assistant'
-DI64 -Wno-deprecated -Wno-deprecated-declarations -O2 -g -DNDEBUG
-fPIC -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui
-isystem /usr/include/qt4/QtCore -isystem /usr/include/qt4/QtOpenGL
-I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include
-I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include/tulip
-I/tmp/buildd/tulip-3.7.0dfsg/library/tulip/include
-I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip/include
-I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-ogl/include
-I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/include
-I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/include/tulip
-o CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o -c
/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/MainController.cpp
In file included from
/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/MainController.cpp:51:0:
/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include/tulip/TabWidget.h:33:33:
fatal error: tulip/TabWidgetData.h: No such file or directory
 #include tulip/TabWidgetData.h
 ^
compilation terminated.
make[4]: ***
[library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o]
Error 1
make[4]: Leaving directory
`/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
make[3]: *** [library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/all]
Error 2
make[3]: Leaving directory
`/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
make[2]: *** [all] Error 2
make[2]: Leaving directory
`/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
dh_auto_build: make -j1 returned exit code 2
make[1]: *** [override_dh_auto_build-arch] Error 2
make[1]: Leaving directory `/tmp/buildd/tulip-3.7.0dfsg'
make: *** [binary] Error 2


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



Processed: works fine here

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 729292 normal
Bug #729292 [minitube] minitube: SIGABRT after buffering
Severity set to 'normal' from 'grave'
 tags 729292 unreproducible
Bug #729292 [minitube] minitube: SIGABRT after buffering
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
729292: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729292
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729292: works fine here

2013-11-23 Thread Andreas B. Mundt
severity 729292 normal
tags 729292 unreproducible
thanks

Hi,

minitube works fine here (pure jessie).  So I downgrade this bug for 
now and add the tag 'unreproducible'. 
 
Best regards,

Andi


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



Processed (with 1 errors): Perl has nothing to do with the FTBFS

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 forcemerge -1 700406
Bug #707431 [src:radare2-bindings] radare2-bindings: FTBFS: ld: cannot find 
-lperl
Unable to merge bugs because:
package of #700406 is 'radare2-bindings' not 'src:radare2-bindings'
Failed to forcibly merge 707431: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2867b50)', 
'requester', 'Hilko Bengen ben...@debian.org', 'request_addr', 
'707431-sub...@bugs.debian.org', 'request_msgid', 
'87fvqncmvf@nomad.int.hilluzination.de', 'request_subject', ...) called 
at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', 'forcemerge -1 700406', 
'clonebugs', 'HASH(0x281f1c8)', 'limit', 'HASH(0x281f3f0)', 
'common_control_options', 'ARRAY(0x281f4c8)', 'errors', ...) called at 
/usr/lib/debbugs/process line 1039


-- 
700406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700406
707431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#707431: Perl has nothing to do with the FTBFS

2013-11-23 Thread Hilko Bengen
Control: forcemerge -1 700406

Let's try merging again...


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



Bug#730261: coinor-libsymphony3: fails to upgrade from 'sid' - trying to overwrite /usr/share/man/man1/symphony.1.gz

2013-11-23 Thread Andreas Beckmann
Package: coinor-libsymphony3
Version: 5.5.5-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + coinor-libsymphony-dev

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'sid' to 'experimental'.
It installed fine in 'sid', then the upgrade to 'experimental' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package coinor-libcoinutils3.
  (Reading database ... 6775 files and directories currently installed.)
  Unpacking coinor-libcoinutils3 (from 
.../coinor-libcoinutils3_2.9.4-2_amd64.deb) ...
  Selecting previously unselected package coinor-libosi1.
  Unpacking coinor-libosi1 (from .../coinor-libosi1_0.106.1-2_amd64.deb) ...
  Selecting previously unselected package coinor-libclp1.
  Unpacking coinor-libclp1 (from .../coinor-libclp1_1.15.3-2_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/coinor-libclp1_1.15.3-2_amd64.deb (--unpack):
   trying to overwrite '/usr/share/man/man1/clp.1.gz', which is also in package 
coinor-libclp0 1.12.0-2.1
  Selecting previously unselected package coinor-libcgl1.
  Unpacking coinor-libcgl1 (from .../coinor-libcgl1_0.58.2-1_amd64.deb) ...
  Selecting previously unselected package coinor-libsymphony3.
  Unpacking coinor-libsymphony3 (from 
.../coinor-libsymphony3_5.5.5-1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/coinor-libsymphony3_5.5.5-1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/man/man1/symphony.1.gz', which is also in 
package coinor-libsymphony0 5.2.4-1.2
  Preparing to replace coinor-libsymphony-dev 5.2.4-1.2 (using 
.../coinor-libsymphony-dev_5.5.5-1_amd64.deb) ...
  Unpacking replacement coinor-libsymphony-dev ...
  Errors were encountered while processing:
   /var/cache/apt/archives/coinor-libclp1_1.15.3-2_amd64.deb
   /var/cache/apt/archives/coinor-libsymphony3_5.5.5-1_amd64.deb


cheers,

Andreas


coinor-libsymphony-dev_5.5.5-1.log.gz
Description: GNU Zip compressed data


Processed: coinor-libsymphony3: fails to upgrade from 'sid' - trying to overwrite /usr/share/man/man1/symphony.1.gz

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 affects -1 + coinor-libsymphony-dev
Bug #730261 [coinor-libsymphony3] coinor-libsymphony3: fails to upgrade from 
'sid' - trying to overwrite /usr/share/man/man1/symphony.1.gz
Added indication that 730261 affects coinor-libsymphony-dev

-- 
730261: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730261
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#728675: arguments in macro changed

2013-11-23 Thread Andreas B. Mundt
tags 728675 +patch
thanks


Hi,

the number of arguments in QT4_CREATE_MOC_COMMAND seems to have
changed [1].   By applying the following simple patch the package
builds again:

--- telepathy-qt-0.9.3.orig/cmake/modules/FindQt.cmake
+++ telepathy-qt-0.9.3/cmake/modules/FindQt.cmake
@@ -74,7 +74,7 @@ ENDMACRO(QT_GET_MOC_FLAGS)

 MACRO(QT_CREATE_MOC_COMMAND infile outfile moc_flags moc_options)
   IF(QT_VERSION_MAJOR MATCHES 4)
-QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})
+QT4_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options} ${moc_target})
   ELSE(QT_VERSION_MAJOR MATCHES 4)
 IF(QT_VERSION_MAJOR MATCHES 5)
   QT5_CREATE_MOC_COMMAND(${infile} ${outfile} ${moc_flags} 
${moc_options})

I am no cmake expert, so please check if this is a propper solution.

Best regards,

Andi


[1] 
URL:http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff509c4ff27fe861fc5b2080f50897a68c4


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



Processed: arguments in macro changed

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 728675 +patch
Bug #728675 [src:telepathy-qt] telepathy-qt: FTBFS: QT4_CREATE_MOC_COMMAND 
Macro invoked with incorrect arguments for macro
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
728675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729738: arguments in macro changed

2013-11-23 Thread Yann Dirson
Hi,

I have started to work on tulip 4.x, but the resulting binary from the
4.3 package (source in git on alioth) is completely unusable, and I
have not located the problem yet.  4.4 has been released recently,
I'll update and we'll see...

(that is, don't spend too much time on 3.7 :)

On Sat, Nov 23, 2013 at 12:57:29PM +0100, Andreas B. Mundt wrote:
 Hi,
 
 the number of arguments in QT4_CREATE_MOC_COMMAND seems to have
 changed [1].  I tried to fix this by applying the following patch:
 
 --- tulip-3.7.0dfsg.orig/UseTulip.cmake
 +++ tulip-3.7.0dfsg/UseTulip.cmake
 @@ -47,7 +47,7 @@ MACRO (TULIP_QT4_WRAP_CPP outfiles )
  GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
  GET_FILENAME_COMPONENT(it ${it} ABSOLUTE)
  SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/moc_${outfile}.cpp)
 -QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options})
 +QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options} 
 ${moc_target})
  SET(${outfiles} ${${outfiles}} ${outfile})
ENDFOREACH(it)
  ENDMACRO (TULIP_QT4_WRAP_CPP)
 --- tulip-3.7.0dfsg.orig/FindTULIP3.cmake
 +++ tulip-3.7.0dfsg/FindTULIP3.cmake
 @@ -228,7 +228,7 @@ MACRO (TULIP_QT4_WRAP_CPP outfiles )
  GET_FILENAME_COMPONENT(outfile ${it} NAME_WE)
  GET_FILENAME_COMPONENT(it ${it} ABSOLUTE)
  SET(outfile ${CMAKE_CURRENT_BINARY_DIR}/moc_${outfile}.cpp)
 -QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options})
 +QT4_CREATE_MOC_COMMAND(${it} ${outfile} ${moc_flags} ${moc_options} 
 ${moc_target})
  SET(${outfiles} ${${outfiles}} ${outfile})
ENDFOREACH(it)
  ENDMACRO (TULIP_QT4_WRAP_CPP)
 
 However, the build still fails (perhaps) unrelated, see below.  As I
 have no idea about cmake and my machine takes ages to compile the
 sources, I stop here for the time being and hope the provided
 information is helpful to fix this thoroughly.
 
 Best Regards,
 
 Andi
 
 
 [1] 
 URL:http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=9ce60ff509c4ff27fe861fc5b2080f50897a68c4
 
 
 8
 [ 62%] Building CXX object
 library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o
 cd /tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/src
  /usr/bin/c++   -DQT_CORE_LIB -DQT_DLL -DQT_GUI_LIB -DQT_NO_DEBUG
 -DQT_OPENGL_LIB -DQT_THREAD_SUPPORT -Dtulip_qt4_3_7_EXPORTS -g -O2
 -fstack-protector --param=ssp-buffer-size=4 -Wformat
 -Werror=format-security -D_FORTIFY_SOURCE=2  -Wall -Wextra -Wunused
 -DHAVE_LIBJPEG -DHAVE_LIBPNG -D_LINUX -DQT_ASSISTANT='assistant'
 -DI64 -Wno-deprecated -Wno-deprecated-declarations -O2 -g -DNDEBUG
 -fPIC -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtGui
 -isystem /usr/include/qt4/QtCore -isystem /usr/include/qt4/QtOpenGL
 -I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include
 -I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include/tulip
 -I/tmp/buildd/tulip-3.7.0dfsg/library/tulip/include
 -I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip/include
 -I/tmp/buildd/tulip-3.7.0dfsg/library/tulip-ogl/include
 -I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/include
 -I/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu/library/tulip-qt/include/tulip
 -o CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o -c
 /tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/MainController.cpp
 In file included from
 /tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/MainController.cpp:51:0:
 /tmp/buildd/tulip-3.7.0dfsg/library/tulip-qt/src/../include/tulip/TabWidget.h:33:33:
 fatal error: tulip/TabWidgetData.h: No such file or directory
  #include tulip/TabWidgetData.h
  ^
 compilation terminated.
 make[4]: ***
 [library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/MainController.cpp.o]
 Error 1
 make[4]: Leaving directory
 `/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
 make[3]: *** [library/tulip-qt/src/CMakeFiles/tulip-qt4-3.7.dir/all]
 Error 2
 make[3]: Leaving directory
 `/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
 make[2]: *** [all] Error 2
 make[2]: Leaving directory
 `/tmp/buildd/tulip-3.7.0dfsg/obj-x86_64-linux-gnu'
 dh_auto_build: make -j1 returned exit code 2
 make[1]: *** [override_dh_auto_build-arch] Error 2
 make[1]: Leaving directory `/tmp/buildd/tulip-3.7.0dfsg'
 make: *** [binary] Error 2


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



Processed: Fixed in NMU

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #712339 [src:scm] scm: FTBFS: manuals build fails against textinfo5 because 
some incompatibles changes wrt 4.13 and below (some warnings have turned into 
errors)
Added tag(s) patch.

-- 
712339: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712339
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#730263: pycuda: needs to be rebuilt against nvidia-cuda-toolkit 5.5

2013-11-23 Thread Andreas Beckmann
Source: pycuda
Version: 2013.1.1-1
Severity: serious
Tags: jessie sid

Hi,

pycuda needs to be rebuilt against nvidia-cuda-toolkit 5.5
A binNMU does not work in this case because it would involve non-free
stuff. A test rebuild in sid worked flawless, but I did not test the
packages at all. If you need help, I could do a rebuild-only NMU.


Andreas


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



Bug#730264: starpu-contrib: needs to be rebuilt against nvidia-cuda-toolkit 5.5

2013-11-23 Thread Andreas Beckmann
Source: starpu-contrib
Version: 1.0.5+dfsg-1
Severity: serious
Tags: jessie sid

Hi,

starpu-contrib needs to be rebuilt against nvidia-cuda-toolkit 5.5
A binNMU does not work in this case because it would involve non-free
stuff. A test rebuild in sid worked flawless, but I did not test the
packages at all. If you need help, I could do a rebuild-only NMU.


Andreas


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



Processed: Re: cannot build KDE 4.11 due to this

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # update due to src:kdenetwork split
 affects 728675 src:krdc
Bug #728675 [src:telepathy-qt] telepathy-qt: FTBFS: QT4_CREATE_MOC_COMMAND 
Macro invoked with incorrect arguments for macro
Added indication that 728675 affects src:krdc
 affects 728675 src:krfb
Bug #728675 [src:telepathy-qt] telepathy-qt: FTBFS: QT4_CREATE_MOC_COMMAND 
Macro invoked with incorrect arguments for macro
Added indication that 728675 affects src:krfb
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
728675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed (with 1 errors): Re: Processed (with 1 errors): merging 717613 729551

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 717613 729551
Bug #717613 [src:hal] systemd-udevd failes to execute 
/lib/udev/socket:@/org/freedesktop/hal/udev_event
Bug #705489 [src:hal] Uses deprecated RUN+=socket:
Bug #726374 [src:hal] udev: strange error messages
Unable to merge bugs because:
package of #729551 is 'udev' not 'src:hal'
Failed to forcibly merge 717613: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x2fcb028)', 
'requester', 'Olivier Berger ober...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'87k3fzs021@olivierberger.com', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x2f424e0)', 'limit', 'HASH(0x2f41ec8)', 'common_control_options', 
'ARRAY(0x2f41f10)', 'errors', ...) called at /usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
705489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705489
717613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717613
726374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726374
729551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729551
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#730265: elinks-data: fails to upgrade from 'testing' - trying to overwrite /usr/share/man/man1/elinks.1.gz

2013-11-23 Thread Andreas Beckmann
Package: elinks-data
Version: 0.12~pre6-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'testing'.
It installed fine in 'testing', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package elinks-data.
  Unpacking elinks-data (from .../elinks-data_0.12~pre6-3_all.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/elinks-data_0.12~pre6-3_all.deb (--unpack):
   trying to overwrite '/usr/share/man/man1/elinks.1.gz', which is also in 
package elinks-lite 0.12~pre6-2
  Errors were encountered while processing:
   /var/cache/apt/archives/elinks-data_0.12~pre6-3_all.deb


cheers,

Andreas


elinks-lite=0.12~pre6-2_elinks-data=0.12~pre6-3.log.gz
Description: GNU Zip compressed data


Bug#729698: libc0.1: wait6 is broken on 9.2+

2013-11-23 Thread Dmitrijs Ledkovs
The fix for this issue has been committed upstream:
http://svnweb.freebsd.org/base?view=revisionrevision=258281

Can this be cherry picked into 9.2 kernel? Should this also be
included in the 10  11 kernels, or do those stay in experimental /
tracking svn head?

I can prepare the debdiffs.

Regards,

Dmitrijs.


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



Processed (with 5 errors): Re: Bug #724223: rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class YAML::Parser' has no member named 'GetNextDocument'

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 724223 +patch
Bug #724223 [src:rivet] rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class 
YAML::Parser' has no member named 'GetNextDocument'
Added tag(s) patch.
 tags 724223 +pending
Bug #724223 [src:rivet] rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class 
YAML::Parser' has no member named 'GetNextDocument'
Added tag(s) pending.
 tags 724223 +fixed-upstream
Bug #724223 [src:rivet] rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class 
YAML::Parser' has no member named 'GetNextDocument'
Added tag(s) fixed-upstream.
 On Sun, Sep 22, 2013 at 07:12:53PM +0200, David Suárez wrote:
Unknown command or malformed arguments to command.
  During a rebuild of all packages in sid, your package failed to build on
Unknown command or malformed arguments to command.
  amd64.
Unknown command or malformed arguments to command.
 
Unknown command or malformed arguments to command.
  Relevant part (hopefully):
Unknown command or malformed arguments to command.
Too many unknown commands, stopping here.

Please contact me if you need assistance.
-- 
724223: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724223
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#724223: Bug #724223: rivet: FTBFS: AnalysisInfo.cc:42:14: error: 'class YAML::Parser' has no member named 'GetNextDocument'

2013-11-23 Thread Michael Banck
tags 724223 +patch
tags 724223 +pending
tags 724223 +fixed-upstream

On Sun, Sep 22, 2013 at 07:12:53PM +0200, David Suárez wrote:
 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part (hopefully):
  make[4]: Entering directory `/«PKGBUILDDIR»/src/Core'
CXX  libRivetCore_la-Event.lo
CXX  libRivetCore_la-Jet.lo
CXX  libRivetCore_la-Particle.lo
CXX  libRivetCore_la-ParticleName.lo
CXX  libRivetCore_la-ProjectionApplier.lo
CXX  libRivetCore_la-Projection.lo
CXX  libRivetCore_la-Analysis.lo
CXX  libRivetCore_la-AnalysisLoader.lo
CXX  libRivetCore_la-AnalysisInfo.lo
  AnalysisInfo.cc: In static member function 'static Rivet::AnalysisInfo* 
  Rivet::AnalysisInfo::make(const string)':
  AnalysisInfo.cc:42:14: error: 'class YAML::Parser' has no member named 
  'GetNextDocument'
 parser.GetNextDocument(doc);
^   ^

I have uploaded a fix to DELAYED/5-days, which backports the necessary
changes from upstream. Debdiff attached.


Michael
diff -Nru rivet-1.8.3/debian/changelog rivet-1.8.3/debian/changelog
--- rivet-1.8.3/debian/changelog2013-05-08 15:03:05.0 +0200
+++ rivet-1.8.3/debian/changelog2013-11-23 13:57:02.0 +0100
@@ -1,3 +1,12 @@
+rivet (1.8.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/yaml-cpp-v5-support.patch: New patch, porting rivet to
+version 5 of the YAML API, backported from upstream revisions 3434, 3442,
+3459-3463 and 3484-3486 (Closes: #724223).
+
+ -- Michael Banck mba...@debian.org  Sat, 23 Nov 2013 12:05:19 +0100
+
 rivet (1.8.3-1) unstable; urgency=low
 
   * New upstream release.
diff -Nru rivet-1.8.3/debian/patches/series rivet-1.8.3/debian/patches/series
--- rivet-1.8.3/debian/patches/series   2013-05-08 15:03:05.0 +0200
+++ rivet-1.8.3/debian/patches/series   2013-11-23 12:04:53.0 +0100
@@ -5,3 +5,4 @@
 siscone.patch
 fix-analysis-plugin-path.patch
 path-max.patch
+yaml-cpp-v5-support.patch
diff -Nru rivet-1.8.3/debian/patches/yaml-cpp-v5-support.patch 
rivet-1.8.3/debian/patches/yaml-cpp-v5-support.patch
--- rivet-1.8.3/debian/patches/yaml-cpp-v5-support.patch1970-01-01 
01:00:00.0 +0100
+++ rivet-1.8.3/debian/patches/yaml-cpp-v5-support.patch2013-11-23 
14:03:57.0 +0100
@@ -0,0 +1,414 @@
+Index: rivet-1.8.3/include/Rivet/Exceptions.hh
+===
+--- rivet-1.8.3.orig/include/Rivet/Exceptions.hh   2013-11-23 
13:57:29.088692432 +0100
 rivet-1.8.3/include/Rivet/Exceptions.hh2013-11-23 13:57:33.016712905 
+0100
+@@ -40,6 +40,13 @@
+   };
+ 
+ 
++  /// @brief Error specialisation for failures relating to analysis info.
++  class InfoError : public Error {
++  public:
++InfoError(const std::string what) : Error(what) {}
++  };
++
++
+   /// @brief Errors relating to event/bin weights
+   ///
+   /// Arises in computing statistical quantities because e.g. the bin
+Index: rivet-1.8.3/src/Core/AnalysisInfo.cc
+===
+--- rivet-1.8.3.orig/src/Core/AnalysisInfo.cc  2013-11-23 13:57:29.088692432 
+0100
 rivet-1.8.3/src/Core/AnalysisInfo.cc   2013-11-23 13:57:33.040713027 
+0100
+@@ -35,134 +35,197 @@
+ 
+ // Read data from YAML document
+ MSG_DEBUG(Reading analysis data from   datapath);
+-std::ifstream io(datapath.c_str());
+-YAML::Parser parser(io);
+ YAML::Node doc;
+ try {
++  #if YAMLCPP_API_VERSION == 3
++  std::ifstream file(datapath.c_str());
++  YAML::Parser parser(file);
+   parser.GetNextDocument(doc);
+-  //cout  doc  endl;
++  #elif YAMLCPP_API_VERSION == 5
++  doc = YAML::LoadFile(datapath);
++  #endif
+ } catch (const YAML::ParserException ex) {
+   MSG_ERROR(Parse error when reading analysis data from   datapath  
 (  ex.what()  ));
+   return ai;
+ }
+ 
+-for (YAML::Iterator it = doc.begin(); it != doc.end(); ++it) {
+-  string key;
+-  it.first()  key;
+-  stringstream sec;
+-  // sec  it.second();
+-  // const string secstr = sec.str().substr(0, sec.str().length()-1);
+-  // MSG_TRACE(key  :   secstr);
+-  try {
+-if (key == Name) {
+-  it.second()  ai-_name;
+-} else if (key == Summary) {
+-  it.second()  ai-_summary;
+-} else if (key == Experiment) {
+-  it.second()  ai-_experiment;
+-} else if (key == Beams) {
+-  const YAML::Node beampairs = it.second();
+-  vectorPdgIdPair beam_pairs;
+-  if (beampairs.size() == 2 
+-  beampairs[0].Type() == YAML::NodeType::Scalar 
+-  beampairs[1].Type() == YAML::NodeType::Scalar) {
+-string bstr0, bstr1;
+-beampairs[0]  bstr0;
+-beampairs[1]  bstr1;
+-beam_pairs += 

Bug#730266: clang-3.5: fails to upgrade from 'wheezy' - trying to overwrite /usr/share/clang/scan-view/ScanView.py

2013-11-23 Thread Andreas Beckmann
Package: clang-3.5
Version: 1:3.5~svn195337-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package fails to upgrade from
'wheezy'.
It installed fine in 'wheezy', then the upgrade to 'sid' fails
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package clang-3.5.
  Unpacking clang-3.5 (from .../clang-3.5_1%3a3.5~svn195337-1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/clang-3.5_1%3a3.5~svn195337-1_amd64.deb (--unpack):
   trying to overwrite '/usr/share/clang/scan-view/ScanView.py', which is also 
in package clang 1:3.0-6.2
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Errors were encountered while processing:
   /var/cache/apt/archives/clang-3.5_1%3a3.5~svn195337-1_amd64.deb


cheers,

Andreas


clang=1:3.0-6.2_clang-3.5=1:3.5~svn195337-1.log.gz
Description: GNU Zip compressed data


Bug#725456: marked as done (c3p0: FTBFS: Testsuite hangs)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 15:03:11 +0100
with message-id 20131123140311.ga13...@raptor.chemicalconnection.dyndns.org
and subject line Re: Bug #725456: c3p0: FTBFS: Testsuite hangs
has caused the Debian Bug report #725456,
regarding c3p0: FTBFS: Testsuite hangs
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.)


-- 
725456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: c3p0
Version: 0.9.1.2-8
Severity: serious

From my pbuilder build log [on amd64]:

...
compile:

jar:

test-init:
[mkdir] Created dir: /tmp/buildd/c3p0-0.9.1.2/build/testclasses
 [copy] Copying 47 files to /tmp/buildd/c3p0-0.9.1.2/build/testclasses
 [echo] test-classpath: 
/tmp/buildd/c3p0-0.9.1.2/test-properties:/tmp/buildd/c3p0-0.9.1.2/build/c3p0-0.9.1.2.jar:/tmp/buildd/c3p0-0.9.1.2/build/testclasses:/tmp/buildd/c3p0-0.9.1.2/${j2ee.classpath}:/usr/share/java/ant-1.9.2.jar:/usr/share/java/ant-antlr-1.9.2.jar:/usr/share/java/ant-antlr.jar:/usr/share/java/ant-apache-bcel-1.9.2.jar:/usr/share/java/ant-apache-bcel.jar:/usr/share/java/ant-apache-bsf-1.9.2.jar:/usr/share/java/ant-apache-bsf.jar:/usr/share/java/ant-apache-log4j-1.9.2.jar:/usr/share/java/ant-apache-log4j.jar:/usr/share/java/ant-apache-oro-1.9.2.jar:/usr/share/java/ant-apache-oro.jar:/usr/share/java/ant-apache-regexp-1.9.2.jar:/usr/share/java/ant-apache-regexp.jar:/usr/share/java/ant-apache-resolver-1.9.2.jar:/usr/share/java/ant-apache-resolver.jar:/usr/share/java/ant-apache-xalan2-1.9.2.jar:/usr/share/java/ant-apache-xalan2.jar:/usr/share/java/ant-bootstrap.jar:/usr/share/java/ant-commons-logging-1.9.2.jar:/usr/share/java/ant-commons-logging.jar:/usr/share/java/ant-commons-net-1.9.2.jar:/usr/share/java/ant-commons-net.jar:/usr/share/java/ant-javamail-1.9.2.jar:/usr/share/java/ant-javamail.jar:/usr/share/java/ant-jdepend-1.9.2.jar:/usr/share/java/ant-jdepend.jar:/usr/share/java/ant-jmf-1.9.2.jar:/usr/share/java/ant-jmf.jar:/usr/share/java/ant-jsch-1.9.2.jar:/usr/share/java/ant-jsch.jar:/usr/share/java/ant-junit-1.9.2.jar:/usr/share/java/ant-junit.jar:/usr/share/java/ant-junit4-1.9.2.jar:/usr/share/java/ant-junit4.jar:/usr/share/java/ant-launcher-1.9.2.jar:/usr/share/java/ant-launcher.jar:/usr/share/java/ant-swing-1.9.2.jar:/usr/share/java/ant-swing.jar:/usr/share/java/ant-testutil-1.9.2.jar:/usr/share/java/ant-testutil.jar:/usr/share/java/ant.jar:/usr/share/java/el-api-2.1.jar:/usr/share/java/gettext.jar:/usr/share/java/hsqldb-2.2.9+dfsg.jar:/usr/share/java/hsqldb.jar:/usr/share/java/hsqldbutil-2.2.9+dfsg.jar:/usr/share/java/hsqldbutil.jar:/usr/share/java/java-atk-wrapper.jar:/usr/share/java/jaxp-1.3.jar:/usr/share/java/jaxp-1.4.jar:/usr/share/java/jsp-api-2.1.jar:/usr/share/java/junit-3.8.2.jar:/usr/share/java/junit.jar:/usr/share/java/libintl.jar:/usr/share/java/log4j-1.2-1.2.17.jar:/usr/share/java/log4j-1.2.jar:/usr/share/java/maven-repo-helper.jar:/usr/share/java/servlet-api-2.5.jar:/usr/share/java/stax-1.2.0.jar:/usr/share/java/stax-api-1.0.1.jar:/usr/share/java/stax-api.jar:/usr/share/java/stax.jar:/usr/share/java/xercesImpl-2.11.0.jar:/usr/share/java/xercesImpl.jar:/usr/share/java/xercesSamples.jar:/usr/share/java/xml-apis-1.3.04.jar:/usr/share/java/xml-apis-1.4.01.jar:/usr/share/java/xml-apis-ext-1.4.01.jar:/usr/share/java/xml-apis-ext.jar:/usr/share/java/xml-apis.jar:/usr/share/java/xml-commons-external-1.4.01.jar:/usr/share/java/xml-commons-external.jar:/usr/share/java/xml-resolver-1.2.jar:/usr/share/java/xml-resolver.jar:/usr/share/java/xmlParserAPIs.jar

junit-tests:
[mkdir] Created dir: /tmp/buildd/c3p0-0.9.1.2/build/testresults
[junit] WARNING: multiple versions of ant detected in path for junit 
[junit]  
jar:file:/usr/share/java/ant-1.9.2.jar!/org/apache/tools/ant/Project.class
[junit]  and 
jar:file:/usr/share/java/ant.jar!/org/apache/tools/ant/Project.class
[junit] Running 
com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase
[junit] INFO - MLog clients using log4j logging.
[junit] 
com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase$DumbTask@28246ceb:
 interrupt ignored!
[junit] 
com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase$DumbTask@28246ceb:
 interrupt ignored!
[junit] 
com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase$DumbTask@28246ceb:
 interrupt ignored!
[junit] 
com.mchange.v2.async.junit.ThreadPerTaskAsynchronousRunnerJUnitTestCase$DumbTask@28246ceb:
 interrupt ignored!
[junit] 

Processed: Re: Bug #725456: c3p0: FTBFS: Testsuite hangs

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 725456 +unreproducible
Bug #725456 [src:c3p0] c3p0: FTBFS: Testsuite hangs
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725456: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725456
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#730267: libkrb5-dev: file conflict with heimdal-multidev: /usr/lib/x86_64-linux-gnu/pkgconfig/k{adm, rb5}*.pc

2013-11-23 Thread Andreas Beckmann
Package: libkrb5-dev
Version: 1.12~alpha1+dfsg-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package krb5-multidev.
  Unpacking krb5-multidev (from .../krb5-multidev_1.12~alpha1+dfsg-1_amd64.deb) 
...
  Selecting previously unselected package libkrb5-dev.
  Unpacking libkrb5-dev (from .../libkrb5-dev_1.12~alpha1+dfsg-1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/libkrb5-dev_1.12~alpha1+dfsg-1_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/x86_64-linux-gnu/pkgconfig/kadm-client.pc', 
which is also in package heimdal-multidev 1.6~git20131117+dfsg-2
  Selecting previously unselected package musl.
  Unpacking musl (from .../musl_0.9.14-2_amd64.deb) ...
  Selecting previously unselected package musl-dev.
  Unpacking musl-dev (from .../musl-dev_0.9.14-2_amd64.deb) ...
  Errors were encountered while processing:
   /var/cache/apt/archives/libkrb5-dev_1.12~alpha1+dfsg-1_amd64.deb

The following files are in both packages:

usr/lib/x86_64-linux-gnu/pkgconfig/kadm-client.pc
usr/lib/x86_64-linux-gnu/pkgconfig/kadm-server.pc
usr/lib/x86_64-linux-gnu/pkgconfig/krb5-gssapi.pc
usr/lib/x86_64-linux-gnu/pkgconfig/krb5.pc


cheers,

Andreas


heimdal-multidev=1.6~git20131117+dfsg-2_libkrb5-dev=1.12~alpha1+dfsg-1.log.gz
Description: GNU Zip compressed data


Bug#730268: libboost1.53-tools-dev: file conflicts with libboost1.54-dev, libboost1.49-dev

2013-11-23 Thread Andreas Beckmann
Package: libboost1.53-tools-dev
Version: 1.53.0-6+exp2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts
Control: affects -1 + libboost1.54-dev libboost1.49-dev

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

But maybe boost 1.53 should be just removed ...


cheers,

Andreas


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



Processed: Re: Processed (with 1 errors): Re: Processed (with 1 errors): merging 717613 729551

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 729551 src:hal
Bug #729551 [udev] udev: Reports failure with 
/lib/udev/socket:@/org/freedesktop/hal/udev_event
Bug reassigned from package 'udev' to 'src:hal'.
No longer marked as found in versions systemd/204-5.
Ignoring request to alter fixed versions of bug #729551 to the same values 
previously set
 forcemerge 717613 729551
Bug #717613 [src:hal] systemd-udevd failes to execute 
/lib/udev/socket:@/org/freedesktop/hal/udev_event
Bug #705489 [src:hal] Uses deprecated RUN+=socket:
Bug #726374 [src:hal] udev: strange error messages
Bug #729551 [src:hal] udev: Reports failure with 
/lib/udev/socket:@/org/freedesktop/hal/udev_event
Severity set to 'grave' from 'normal'
Marked as found in versions hal/0.5.14-8.
Added tag(s) sid and jessie.
Bug #705489 [src:hal] Uses deprecated RUN+=socket:
Bug #726374 [src:hal] udev: strange error messages
Merged 705489 717613 726374 729551
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
705489: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705489
717613: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717613
726374: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726374
729551: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729551
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: libboost1.53-tools-dev: file conflicts with libboost1.54-dev, libboost1.49-dev

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 affects -1 + libboost1.54-dev libboost1.49-dev
Bug #730268 [libboost1.53-tools-dev] libboost1.53-tools-dev: file conflicts 
with libboost1.54-dev, libboost1.49-dev
Added indication that 730268 affects libboost1.54-dev and libboost1.49-dev

-- 
730268: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730268
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#726008: runit: FTBFS (runsv SIGILL) on 32-bit PowerPC CPUs

2013-11-23 Thread Philipp Kern
# Judgement call given that it builds on Debian buildds and the
# porterbox and that the resulting binaries work.
Control: severity -1 important

Hi,

On Thu, Oct 10, 2013 at 10:03:57PM -0700, Ryan Finnie wrote:
 On the powerpc arch, runit fails to build, but only when booted from a 
 32-bit kernel (Mac Mini G4).  The build freezes at the test stage:
 
 + cd compile
 + exec make check
 make[1]: Entering directory `/tmp/runit/runit-2.1.1/runit-2.1.1/compile'
 ./check-local chpst runit runit-init runsv runsvchdir runsvdir sv svlogd 
 utmpset
 Checking chpst...
 Checking runit...
 Checking runit-init...
 Checking runsv...
 
 Reproducing what the check does reveals a SIGILL exit:
 
 $ gdb /tmp/runit/runit-2.1.1/runit-2.1.1/compile/runsv
 GNU gdb (GDB) 7.4.1-debian
 Copyright (C) 2012 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type show copying
 and show warranty for details.
 This GDB was configured as powerpc-linux-gnu.
 For bug reporting instructions, please see:
 http://www.gnu.org/software/gdb/bugs/...
 Reading symbols from /tmp/runit/runit-2.1.1/runit-2.1.1/compile/runsv...(no 
 debugging symbols found)...done.
 (gdb) run /tmp/runit/runit-2.1.1/runit-2.1.1/compile/check-tmp
 Starting program: /tmp/runit/runit-2.1.1/runit-2.1.1/compile/runsv 
 /tmp/runit/runit-2.1.1/runit-2.1.1/compile/check-tmp
 
 Program received signal SIGILL, Illegal instruction.
 0x10002bc8 in taia_approx ()
 (gdb) starting
 
 (gdb) bt
 #0  0x10002bc8 in taia_approx ()
 #1  0x10002a80 in iopause ()
 #2  0x1894 in main ()
 (gdb) 
 
 
 I ran the same build on a similar system with success: powerpc arch, 
 32-bit userland (Debian does not produce a 64-bit userland), but G5 
 system so it was a 64-bit kernel.  The binaries produced on the G5 
 system work correctly on the G4 system.
 
 Going back to the last Debian buildd of runit on powerpc shows it was 
 built on a 64-bit kernel, most likely a G5, which explains why it did 
 not originally FTBFS:
 
 https://buildd.debian.org/status/fetch.php?pkg=runitarch=powerpcver=2.1.1-6.2stamp=1295216762
 Kernel: Linux 2.6.26-2-powerpc64 powerpc (ppc64)

so this is tricky. Debian does not have any G4s left. It sounds like
a code generation issue. Could you try to use an older gcc to compile
this? And I guess it'd be helpful to get a disassembled version of the
function, so please do disas taia_approx in gdb and include its
output.

Compilation will work on Debian infrastructure and the resulting
binaries will work everywhere according to your analysis. If it compiles
with an older gcc we have a sort of a workaround for people wanting to
change the code.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Bug#708430: EFI bug still present

2013-11-23 Thread Svante Signell
On Sat, 2013-11-23 at 15:19 +0100, Philipp Kern wrote:
 Control: severity -1 important
 
 On Fri, Nov 15, 2013 at 01:01:15PM +0100, Svante Signell wrote:
  found 708430 2.00-20
  thanks
  
  Ping! Any ideas why nothing happens to this grave bug?
 
 I disagree that it's grave. It's not broken for everybody. You copied
 the binary to the fallback path to cope with non-compliant firmware,
 your proposed solution is certainly not the right way, and even if it
 sounds harsh you cannot expect this solution to last during upgrades,
 unless you add a hook to, say, /etc/grub.d.
 
 What does efibootmgr -v say?
BootCurrent: 0004
Timeout: 2 seconds
BootOrder: 0001,0004,
Boot  Windows Boot Manager
Vendor(99e275e7-75a0-4b37-a2e6-c5385e6c00cb,)WINDOWS.x...B.C.D.O.B.J.E.C.T.=.{.9.d.e.a.8.6.2.c.-.5.c.d.d.-.4.e.7.0.-.a.c.c.1.-.f.3.2.b.3.4.4.d.4.7.9.5.}...1....
Boot0001* debian
HD(2,c8800,32000,8d145938-70ee-4ef9-958f-8c0ac6d990b6)File(\EFI\debian
\grubx64.efi)
Boot0004* UEFI: LITEONIT LCT-128M3S
ACPI(a0341d0,0)PCI(1f,2)03120a00HD(2,c8800,32000,8d145938-70ee-4ef9-958f-8c0ac6d990b6)AMBO


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



Bug#708430: EFI bug still present

2013-11-23 Thread Philipp Kern
Control: severity -1 important

On Fri, Nov 15, 2013 at 01:01:15PM +0100, Svante Signell wrote:
 found 708430 2.00-20
 thanks
 
 Ping! Any ideas why nothing happens to this grave bug?

I disagree that it's grave. It's not broken for everybody. You copied
the binary to the fallback path to cope with non-compliant firmware,
your proposed solution is certainly not the right way, and even if it
sounds harsh you cannot expect this solution to last during upgrades,
unless you add a hook to, say, /etc/grub.d.

What does efibootmgr -v say?

Kind regards
Philipp Kern


-- 
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#708430: EFI bug still present

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 important
Bug #708430 [grub-efi-amd64] EFI bug: Copy debian/grubx64.efi to 
Boot/bootx64.efi during install
Severity set to 'important' from 'grave'

-- 
708430: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=708430
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#728267: Dependency includes obsolete package

2013-11-23 Thread Philipp Kern
On Wed, Oct 30, 2013 at 03:55:57AM +, Ben Hutchings wrote:
 oss4-dkms depends on linux-headers-686-pae | linux-headers-amd64 |
 linux-headers-generic | linux-headers.
 
 linux-headers is a virtual package that is no longer provided,
 starting with Linux 3.11.  This is because any level of dependency
 (Depends, Recommends or Suggests) on 'linux-headers' prevented APT
 auto-removing any of the packages that provide it.
 
 oss4-dkms will thus become uninstallable on non-x86 architectures.
 
 I suggest that you replace this dependency with a recommendation of
 linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic

It seems odd to me that there's no way to get linux headers to install
on non-x86 architectures unless you expand this to all of
linux-headers-*.

Anyway, I uploaded a fix to delayed/10-days, given that this is now
RC.

Kind regards
Philipp Kern
diff -Nru oss4-4.2-build2007/debian/changelog 
oss4-4.2-build2007/debian/changelog
--- oss4-4.2-build2007/debian/changelog 2012-12-04 20:53:23.0 +0100
+++ oss4-4.2-build2007/debian/changelog 2013-11-23 15:24:04.0 +0100
@@ -1,3 +1,11 @@
+oss4 (4.2-build2007-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Downgrade the linux-headers dependency to recommends.
+(Closes: #728267)
+
+ -- Philipp Kern pk...@debian.org  Sat, 23 Nov 2013 15:23:32 +0100
+
 oss4 (4.2-build2007-2) unstable; urgency=medium
 
   * Revert changes from the previous NMU, it breaks more things
diff -Nru oss4-4.2-build2007/debian/control oss4-4.2-build2007/debian/control
--- oss4-4.2-build2007/debian/control   2012-11-19 12:00:44.0 +0100
+++ oss4-4.2-build2007/debian/control   2013-11-23 15:23:25.0 +0100
@@ -43,7 +43,8 @@
 Package: oss4-dkms
 Section: kernel
 Architecture: linux-any
-Depends: ${misc:Depends}, oss4-base, dkms, dpkg-dev, linux-headers-686-pae | 
linux-headers-amd64 | linux-headers-generic | linux-headers
+Depends: ${misc:Depends}, oss4-base, dkms, dpkg-dev
+Recommends: linux-headers-686-pae | linux-headers-amd64 | linux-headers-generic
 Provides: oss4-modules
 Description: Open Sound System - DKMS module sources
  This package contains the source for the OSS4 kernel modules,


signature.asc
Description: Digital signature


Bug#730272: python-wtforms: Requires python-genshi

2013-11-23 Thread Matthias Urlichs
Package: python-wtforms
Version: 1.0.1-1
Severity: serious

You forgot Requires: to python-genshi. (Not everybody wants to use turbogears.)
[...]
   from sprox.fillerbase import TableFiller,EditFormFiller
File /usr/lib/pymodules/python2.7/sprox/fillerbase.py, line 13, in module
   from genshi import XML
ImportError: No module named genshi


-- System Information:
Debian Release: 7.1
  APT prefers stable
  APT policy: (700, 'stable'), (650, 'testing'), (600, 'unstable'), (550, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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


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



Processed: Re: Bug#729740: debian/copyright appears to list the wrong license

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #729740 [ipe] debian/copyright appears to list the wrong license
Added tag(s) patch.

-- 
729740: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729740
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729740: debian/copyright appears to list the wrong license

2013-11-23 Thread Felix Geyer
Control: tags -1 patch

Attached is a patch with copyright file updates.

Cheers,
Felix

diff -Nru ipe-7.1.4/debian/copyright ipe-7.1.4/debian/copyright
--- ipe-7.1.4/debian/copyright	2008-11-07 11:14:17.0 +0100
+++ ipe-7.1.4/debian/copyright	2013-11-23 15:28:03.0 +0100
@@ -4,33 +4,39 @@
 It was downloaded from: http://ipe.compgeom.org/ 
 Current site: http://tclab.kaist.ac.kr/ipe/
 
-Copyright (C) 1993-2007 Otfried Cheong
+Copyright (C) 1993-2013 Otfried Cheong
+Copyright (C) 2003 Kepler Project
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or (at
-your option) any later version.
-
-As a special exception, you have permission to link Ipe with the CGAL
-library and distribute executables, as long as you follow the
-requirements of the Gnu General Public License in regard to all of the
-software in the executable aside from CGAL.
-
-This program is distributed in the hope that it will be useful, but
-WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-General Public License for more details.
+Ipe is free software; you can redistribute it and/or modify it
+under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 3 of the License, or
+(at your option) any later version.
+
+As a special exception, you have permission to link Ipe with the
+CGAL library and distribute executables, as long as you follow the
+requirements of the Gnu General Public License in regard to all of
+the software in the executable aside from CGAL.
+
+Ipe is distributed in the hope that it will be useful, but WITHOUT
+ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public
+License for more details.
 
-Version 2 of the GPL may be found in /usr/share/common-licenses/GPL-2
+Version 3 of the GPL may be found in /usr/share/common-licenses/GPL-3
 
 
 
 Ipe uses the Zlib library by Jean-loup Gailly and Mark Adler
 (www.gzip.org/zlib), the Freetype~2 library by David Turner, Robert
 Wilhelm, and Werner Lemberg (www.freetype.org), as well as some code
-from Xpdf by Derek B. Noonburg (www.foolabs.com/xpdf).
+from Xpdf by Derek B. Noonburg (www.foolabs.com/xpdf) and pdfTeX by
+Han The Thanh th...@pdftex.org.
 
 
 
-Xpdf is icensed under the GNU General Public License (GPL), version 2.
+Xpdf is icensed under the GNU General Public License (GPL), version 2 and 3.
 
+
+
+pdfTeX is licensed under the GNU General Public License (GPL) either version 2
+of the License, or (at your option) any later version.


Bug#729697: marked as done (libc0.1: wait6 is broken on 9.2+)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 14:55:19 +
with message-id 
CANBHLUjVwiSpX=1hjqxd27q61qcyr+vf6uchert2rd_vro6...@mail.gmail.com
and subject line Re: libc0.1: wait6 is broken on 9.2+
has caused the Debian Bug report #729697,
regarding libc0.1: wait6 is broken on 9.2+
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.)


-- 
729697: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729697
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc0.1
Severity: serious

Dear Maintainer,
FreeBSD 9.2+ kernels have broken implementation of wait6 syscall.
In particular:
* if pointer to siginfo_t structured is passed
* and WEXITED is ORed in options

The return value of siginfo_t.si_status is wrong.

It is returned the same as status, instead of result of
WEXITSTATUS(status).

Thus this is an off-by-one error, or more precisely off-by-bitmask
error.

A PR has been filed in FreeBSD at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/184002

Affected kernels are 9.2+ all the way to HEAD.

I've chatted with developers on #bsddev and they are recognising that
this is a severe bug, as current behaviour doesn't comply with
freebsd/linux manpages, POSIX, other implmentations of waitid.

Furthermore, it appears that other functions that set values of
siginfo_t.si_status incorrectly in other parts of FreeBSD kernels.
E.g. sigwaitinfo() from stable/8 onwards...

The wait6 / waitid() calls are added in the eglibc2.18 debian packaging
branch. Therefore I request to do following:

* make wait6() a proper wrapper around wait6 syscall and correct
  si_status.

* make waitid implementation use the wait6() wrapper

An example patch against current waitid patch, as I don't know how to
make proper syscall wrapper functions, is attached.

Please advice if Debian kFreeBSD maintainers are willing to patch this
issue in the kernels ahead of FreeBSD releasing fixes / updates (at
least for the wait6 syscall)

Regards,

Dmitrijs.
---End Message---
---BeginMessage---
freebsd upstream has now committed fixes to trunk. I'll work with
kfreebsd maintainers to cherrypick the fixes on the kernel side.
therefore no workarounds will be required in eglibc itself.

See progress on the cloned bug.

Regards,

Dmitrijs.---End Message---


Bug#608583: Bug#640206: barnowl: please stop using libnet-irc-perl

2013-11-23 Thread Philipp Kern
Control: severity 640206 serious

On Wed, Nov 06, 2013 at 11:56:05AM +0200, Damyan Ivanov wrote:
 Control: retitle -1 barnowl: uses libnet-irc-perl, which is abandoned upstream
 Control: tag -1 fixed-upstream
 Control: severity 608583 serious
 
 -=| Ansgar Burchardt, 03.09.2011 13:43:21 +0200 |=-
  Package: barnowl
  Version: 1.6.2-1+b2
  Severity: important
  
  As libnet-irc-perl has been unmaintained since 2004, we would like to
  remove the package from Debian before the wheezy release.  Please 
  switch to an alternative library such as libpoe-component-irc-perl.
 
 Net::IRC dependency is removed upstream in version 1.8, released 
 October 2011.
 
 Since barnowl is the only remaining package with a hard dependency on 
 libnet-irc-perl, and since there is a fix upstream, I am raising the 
 severity of #608583 to make libnet-irc-perl get out of jessie. This 
 will remove barnowl too, unless the package is upgraded to a newer 
 upstream release.

I think #640206 should then be transitively RC as well, raising
severity.

Kind regards
Philipp Kern


signature.asc
Description: Digital signature


Processed: Re: Bug#640206: barnowl: please stop using libnet-irc-perl

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 severity 640206 serious
Bug #640206 [barnowl] barnowl: uses libnet-irc-perl, which is abandoned upstream
Ignoring request to change severity of Bug 640206 to the same value.

-- 
640206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640206
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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#640206: barnowl: please stop using libnet-irc-perl

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 severity 640206 serious
Bug #640206 [barnowl] barnowl: uses libnet-irc-perl, which is abandoned upstream
Severity set to 'serious' from 'important'

-- 
608583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608583
640206: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640206
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#730278: liblttng-ust-ctl2: fails to install, trying to overwrite /usr/lib/x86_64-linux-gnu/liblttng-ust-ctl.so.2.0.0

2013-11-23 Thread Andreas Beckmann
Package: liblttng-ust-ctl2
Version: 2.3.0-3
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package failed to install
because it tries to overwrite other packages files without declaring a
Breaks+Replaces relation.

See policy 7.6 at
http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces

From the attached log (scroll to the bottom...):

  Selecting previously unselected package liblttng-ust-ctl2:amd64.
  Unpacking liblttng-ust-ctl2:amd64 (from 
.../liblttng-ust-ctl2_2.3.0-3_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/liblttng-ust-ctl2_2.3.0-3_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/x86_64-linux-gnu/liblttng-ust-ctl.so.2.0.0', 
which is also in package liblttng-ust2:amd64 2.3.0-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
  Selecting previously unselected package liblttng-ust0:amd64.
  Unpacking liblttng-ust0:amd64 (from .../liblttng-ust0_2.3.0-3_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/liblttng-ust0_2.3.0-3_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/x86_64-linux-gnu/liblttng-ust.so.0.0.0', which 
is also in package liblttng-ust2:amd64 2.3.0-1
  dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)

  Selecting previously unselected package liblttng-ust-dev:amd64.
  Unpacking liblttng-ust-dev:amd64 (from 
.../liblttng-ust-dev_2.3.0-3_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/liblttng-ust-dev_2.3.0-3_amd64.deb (--unpack):
   trying to overwrite '/usr/share/man/man3/lttng-ust-cyg-profile.3.gz', which 
is also in package liblttng-ust2:amd64 2.3.0-1
  Errors were encountered while processing:
   /var/cache/apt/archives/liblttng-ust-ctl2_2.3.0-3_amd64.deb
   /var/cache/apt/archives/liblttng-ust0_2.3.0-3_amd64.deb
   /var/cache/apt/archives/liblttng-ust-dev_2.3.0-3_amd64.deb


Moving the library to a separate package and renaming back the other
package also requires

Package: liblttng-ust-ctl2
Conflicts: liblttng-ust2
Replaces: liblttng-ust2

Package: liblttng-ust-dev
Conflicts: liblttng-ust2
Replaces: liblttng-ust2

Package: liblttng0
Conflicts: liblttng-ust2
Replaces: liblttng-ust2

(using Conflicts instead of versioned Breaks since liblttng-ust2 existed
for a very short time only)


cheers,

Andreas


liblttng-ust2=2.3.0-1_liblttng-ust-ctl2=2.3.0-3.log.gz
Description: GNU Zip compressed data


Processed: Re: Bug #725549: yorick-gl: FTBFS: make[1]: *** No rule to make target `check.i', needed by `check-dll'

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 725549 +pending
Bug #725549 [src:yorick-gl] yorick-gl: FTBFS: make[1]: *** No rule to make 
target `check.i', needed by `check-dll'
Bug #725511 [src:yorick-gl] yorick-gl: FTBFS: No rule to make target `check.i', 
needed by `check-dll'
Added tag(s) pending.
Added tag(s) pending.
 tags 725549 +patch
Bug #725549 [src:yorick-gl] yorick-gl: FTBFS: make[1]: *** No rule to make 
target `check.i', needed by `check-dll'
Bug #725511 [src:yorick-gl] yorick-gl: FTBFS: No rule to make target `check.i', 
needed by `check-dll'
Added tag(s) patch.
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
725511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725511
725549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#725549: Bug #725549: yorick-gl: FTBFS: make[1]: *** No rule to make target `check.i', needed by `check-dll'

2013-11-23 Thread Michael Banck
tags 725549 +pending
tags 725549 +patch
thanks

Hi,

On Sun, Oct 06, 2013 at 10:00:57PM +0200, David Suárez wrote:
 Source: yorick-gl
 Version: 1.1+cvs20070922+dfsg-6
 Severity: serious
 Tags: jessie sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20131006 qa-ftbfs
 Justification: FTBFS on amd64

 During a rebuild of all packages in sid, your package failed to build on
 amd64.
 
 Relevant part (hopefully):
  glTarray.c: In function 'yglTarrayAlpha':
  glTarray.c:162:3: warning: incompatible implicit declaration of built-in 
  function 'sprintf' [enabled by default]
 sprintf(msg, in yglTarrayAlpha, alpha_pass is %d\n, alpha_pass);
 ^
  cc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
  -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2  -c -o gltexsubs.o gltexsubs.c
  cc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
  -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2  -c -o glustub.o glustub.c
  cc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
  -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2  -c -o glGlyph.o glGlyph.c
  cc -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector --param=ssp-buffer-size=4 
  -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
  -I/usr/lib/yorick/include -DUSE_MESA_PIXMAPS -o oglx.o -c oglx.c
  /usr/lib/yorick/lib/codger w yorgl  cntrfunc.i glfunc.i
  found cntrfunc.i in current directory
  found glfunc.i in current directory
  cc  -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
  -Werror=format-security -D_FORTIFY_SOURCE=2  -fPIC -DPLUG_IN -I. 
  -I/usr/lib/yorick/include -D_FORTIFY_SOURCE=2  -c -o ywrap.o ywrap.c
  cc  -Wl,-z,relro  -fPIC -shared -o yorgl.so ContourTets3D.o Gradient3D.o 
  isotree.o slicetree.o glPolys.o glStrips.o gltexture.o glcode.o glfunc.o 
  glMouse.o glx11view.o glx11setup.o TriUtil.o dlist3d.o glTarray.o 
  gltexsubs.o glustub.o glGlyph.o oglx.o ywrap.o -lGL -lXext -lX11 -lm 
  make[2]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg'
  make[1]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg'
 dh_auto_test
  make[1]: Entering directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg'
  make[1]: *** No rule to make target `check.i', needed by `check-dll'.  Stop.
  make[1]: Leaving directory `/«BUILDDIR»/yorick-gl-1.1+cvs20070922+dfsg'
  dh_auto_test: make -j1 check returned exit code 2

Not sure where this is from as yorick-gl does not seem to have any
checks. I've overriden it and uploaded a fixed package to
DELAYED/5-days, see attached debdiff.


Michael
diff -Nru yorick-gl-1.1+cvs20070922+dfsg/debian/changelog 
yorick-gl-1.1+cvs20070922+dfsg/debian/changelog
--- yorick-gl-1.1+cvs20070922+dfsg/debian/changelog 2012-06-28 
15:38:40.0 +0200
+++ yorick-gl-1.1+cvs20070922+dfsg/debian/changelog 2013-11-23 
15:59:04.0 +0100
@@ -1,3 +1,10 @@
+yorick-gl (1.1+cvs20070922+dfsg-6.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Force dh_auto_test to successful (Closes: #725549).
+
+ -- Michael Banck mba...@debian.org  Sat, 23 Nov 2013 15:57:38 +0100
+
 yorick-gl (1.1+cvs20070922+dfsg-6) unstable; urgency=low
 
   * Update watch to look at github
diff -Nru yorick-gl-1.1+cvs20070922+dfsg/debian/rules 
yorick-gl-1.1+cvs20070922+dfsg/debian/rules
--- yorick-gl-1.1+cvs20070922+dfsg/debian/rules 2012-06-28 15:40:38.0 
+0200
+++ yorick-gl-1.1+cvs20070922+dfsg/debian/rules 2013-11-23 15:57:35.0 
+0100
@@ -27,3 +27,6 @@
 ifeq (,$(shell head -1 Makegl))
rm -f Makegl *.o
 endif
+
+override_dh_auto_test:
+   /bin/true


Processed: Re: Bug#725511: yorick-gl: FTBFS: No rule to make target `check.i', needed by `check-dll'

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #725511 [src:yorick-gl] yorick-gl: FTBFS: No rule to make target `check.i', 
needed by `check-dll'
Bug #725549 [src:yorick-gl] yorick-gl: FTBFS: make[1]: *** No rule to make 
target `check.i', needed by `check-dll'
Ignoring request to alter tags of bug #725511 to the same tags previously set
Ignoring request to alter tags of bug #725549 to the same tags previously set

-- 
725511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725511
725549: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725549
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#725511: yorick-gl: FTBFS: No rule to make target `check.i', needed by `check-dll'

2013-11-23 Thread Felix Geyer
Control: tags -1 patch

yorick-gl doesn't seem to ship unit tests so making dh_auto_test
seems to be a sensible thing to do:

diff -Nru yorick-gl-1.1+cvs20070922+dfsg/debian/rules 
yorick-gl-1.1+cvs20070922+dfsg/debian/rules
--- yorick-gl-1.1+cvs20070922+dfsg/debian/rules2012-06-28 
15:40:38.0 +0200
+++ yorick-gl-1.1+cvs20070922+dfsg/debian/rules2013-11-23 
16:06:36.0 +0100
@@ -20,6 +20,8 @@
 #CFLAGS=$(CFLAGS) ./configure
 # also make sure yorz.doc is not built (or installed)
 
+override_dh_auto_test:
+# make check fails and upstream doesn't actually ship unit tests
 
 override_dh_auto_clean:
 touch Makegl


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



Bug#725529: marked as done (viking: FTBFS: automake-1.13: command not found)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 15:22:32 +
with message-id e1vkf2w-0001hs...@franck.debian.org
and subject line Bug#725529: fixed in viking 1.4.2-2
has caused the Debian Bug report #725529,
regarding viking: FTBFS: automake-1.13: command 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.)


-- 
725529: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725529
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: viking
Version: 1.4.2-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131006 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[1]: Entering directory `/«PKGBUILDDIR»'
 Making all in src
 make[2]: Entering directory `/«PKGBUILDDIR»/src'
  cd ..  automake-1.13 --gnu src/Makefile
 /bin/bash: line 10: automake-1.13: command not found
 make[2]: *** [Makefile.in] Error 127

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/10/06/viking_1.4.2-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: viking
Source-Version: 1.4.2-2

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

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 725...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Bernd Zeimetz b...@debian.org (supplier of updated viking 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Nov 2013 14:20:32 +0100
Source: viking
Binary: viking
Architecture: source amd64
Version: 1.4.2-2
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 viking - GPS data editor, analyzer and viewer
Closes: 725529
Changes: 
 viking (1.4.2-2) unstable; urgency=low
 .
   [ Hideki Yamane ]
   * debian/rules
 - add autoreconf to dh to fix FTBFS (Closes: #725529)
 - not dh --with quilt but use source format 3.0
   * debian/control
 - add Build-Depends: dh-autoreconf
   * set debian/source/format as 3.0 (quilt)
   * debian/patches
 - add set_subdir-objects.patch
 - add no_doc-dir.patch
 .
   [ Bernd Zeimetz ]
   * Applying patch from Hideki Yamane. Thanks a lot!
Checksums-Sha1: 
 dd8fca2e5876b5d6cc2479e0fcb7afeb32303505 2177 viking_1.4.2-2.dsc
 651720d9e11d7539bfd99d1f7cabfd26b13b0078 14957 viking_1.4.2-2.debian.tar.gz
 5e455375fb0cfc9ea005b29ce6da7f75c625bd8e 655092 viking_1.4.2-2_amd64.deb
Checksums-Sha256: 
 cdae474a328dfd99a49232c496ca7393b8be94090e82ae163d7f8378645384de 2177 
viking_1.4.2-2.dsc
 e7b1dcc46bd6854779fb197cbc7bc03be87d78af0f86e956dea271b1fb53625a 14957 
viking_1.4.2-2.debian.tar.gz
 541382e707b123c3cb566ea81246438304c6d2b33824c8efe3ed58b6c7f63323 655092 
viking_1.4.2-2_amd64.deb
Files: 
 4264fc9d9a672c582bbb94608dcb5d93 2177 utils optional viking_1.4.2-2.dsc
 4165a23ea5f74fcfe0fadb476c2e0873 14957 utils optional 
viking_1.4.2-2.debian.tar.gz
 f944462a5e8a883e35907224ee45f62e 655092 utils optional viking_1.4.2-2_amd64.deb

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

iQIcBAEBCAAGBQJSkK3dAAoJEOs2Fxpv+UNfgmsP/36CvMvnDJ9IFr90J7Wjxvwz
UXTbA1xZcCSq5jLvW59abRUIlatP0JnHKIuoHpvr2tZLs8+obgFHEEYTyuyGQiAI
d09ER9uMMhvPrM9aS/tx321ztQ3Qndu01YGpHlYe0Z0ul4omtmHZST3M4UMj2aHL
47J3bXfQo7ePGT8GtRd+ElaPHqo1vhtOWxaIJlvW6rRKi70YUbYgsmJwdB/q70tv
bZrzQ7tyvwDBJbv1QuYmTGbZ6KMR9lgDqV1nuegcIarSoJCh44Bp2ZX2wh2NKAC9
9TTDKF3GdysIoy79VHgeNFuasupooNY82SXgdsYqJv+9Qe3NS9srIJNYD9wL2XDL
+gFbq++nZ6VUduQl7+eY+UE+M2p6DaocwQyAqXSbcvdDg6HwElkL2YJvmSm64VfQ
GPya6P7UDS8dDMivjAmFtmnB04YH2rNW4PFPnFvk9MYVtm8JTS2q7UBhnadZfLN8
z8vSlTgcdV5DOzofnK4QOAIpoTyevNLSyYs31vq02NPxcckQlAfRwth4yt30pnLR

Bug#730133: marked as done (java-common: policy vs lintian: needless-dependency-on-jre)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 15:21:01 +
with message-id e1vkf13-yb...@franck.debian.org
and subject line Bug#730133: fixed in java-common 0.50
has caused the Debian Bug report #730133,
regarding java-common: policy vs lintian: needless-dependency-on-jre
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.)


-- 
730133: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730133
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: java-common
Version: 0.49
Severity: serious
Justification: the java policy diff'd below is a must, so a serious bug on 
lintian

While looking at #681763, I found a conflict between policy and lintian:

java-common 0.35 removed a must, that libraries must depend on the jre.
lintian 2.4.4 added a warning that libraries should not do that.
java-common 0.49 re-adds a must directive to do it.


lintian (2.4.4):

+Tag: needless-dependency-on-jre
+Severity: normal
+Certainty: possible
+Info: The package appear to be a Java library and depending on one
+ or more JRE/JDK packages. As of 05 Apr 2010, the Java Policy no
+ longer mandates that Java libraries depend on Java Runtimes.
+ .
+ If there is a valid reason for this dependency, please override
+ the tag.
+Ref: http://packages.qa.debian.org/j/java-common/news/20100405T221415Z.html,
+ http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=227587 


java-common (0.49):

+Libraries must; depend on the needed runtime environment (d-jre; 
and/or d-jre-h; if need a GUI or not).


Cheers,
Steve
---End Message---
---BeginMessage---
Source: java-common
Source-Version: 0.50

We believe that the bug you reported is fixed in the latest version of
java-common, which is due to be installed in the Debian FTP archive.

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 730...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sylvestre Ledru sylves...@debian.org (supplier of updated java-common 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 14:55:24 +0100
Source: java-common
Binary: java-common default-jre default-jre-headless default-jdk 
default-jdk-doc gcj-native-helper
Architecture: source all amd64
Version: 0.50
Distribution: unstable
Urgency: low
Maintainer: Debian Java Mailing List debian-j...@lists.debian.org
Changed-By: Sylvestre Ledru sylves...@debian.org
Description: 
 default-jdk - Standard Java or Java compatible Development Kit
 default-jdk-doc - Standard Java or Java compatible Development Kit 
(documentation)
 default-jre - Standard Java or Java compatible Runtime
 default-jre-headless - Standard Java or Java compatible Runtime (headless)
 gcj-native-helper - Standard helper tools for creating gcj native packages
 java-common - Base of all Java packages
Closes: 730133
Changes: 
 java-common (0.50) unstable; urgency=low
 .
   * Remove the 'Libraries must depend on the needed runtime environment'
 from the policy. It was wrong and conflicting with lintian.
 (Closes: #730133)
   * Bump Standards-Version to 3.9.5.
   * Add myself among the uploaders
 .
   [ Damien Raude-Morvan ]
   * Promote openjdk-7 as default-java on kfreebsd-{i386,amd64}.
Checksums-Sha1: 
 5e9386467b5484dcb2c9621603fe4a57a246f38d 1408 java-common_0.50.dsc
 4b8734ccb36247f198200400751ad4686f44cde2 53274 java-common_0.50.tar.gz
 02d37afd134dc793b76f99a86fe53661f2c2f986 134874 java-common_0.50_all.deb
 14a7c7293cad3cb08f297cf4eed4f899ddd36edf 8324 default-jdk-doc_0.50_all.deb
 c99fcd79aee5c4f691f2b80120032927234e150a 898 default-jre_1.7-50_amd64.deb
 6fda9e5c4de6ad641f83b7a7f2d06ab57daaf1d5 8600 
default-jre-headless_1.7-50_amd64.deb
 ef9532c64ba67147cc66dc4c4488826113563ce0 894 default-jdk_1.7-50_amd64.deb
 a2df7384e58fff4e56865f1222f312b634893160 1040 
gcj-native-helper_1.7-50_amd64.deb
Checksums-Sha256: 
 e6ecd09cf5f1ca2ca9a550b7e632f0313265e610e9ad39077f7fa604120199ae 1408 
java-common_0.50.dsc
 f44d224063b888c7891331097314d9c73e980b3ee3c90015f5dafffe53362f02 53274 
java-common_0.50.tar.gz
 c9a56cbcb1652e3bf259fdccaaa15e13e366f6b2ffbe35295c075e425c8fbf46 134874 
java-common_0.50_all.deb
 cdc73bd0aa7253fdff23c9b0a66630f8043485b7252b1dc15d678bd1b4666744 8324 
default-jdk-doc_0.50_all.deb
 

Bug#713198: visualvm: FTBFS: [javac] /«PKGBUILDDIR»/netbeans/nbbuild/antsrc/org/netbeans/nbbuild/FixTestDependencies.java:252: cannot find symbol

2013-11-23 Thread Steve Cotton
Just a note for anyone else looking for RC bugs to fix.

VisualVM is using an embedded copy of Netbeans.
The Netbeans package has the same FTBFS, bug #713182.

The warnings in Stacks.c are now logged as bug #730280.

Steve


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



Processed: Fixed in NMU

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #712368 [src:vm] vm: FTBFS: manuals build fails against textinfo5 because 
some incompatibles changes wrt 4.13 and below (some warnings have turned into 
errors)
Added tag(s) patch.

-- 
712368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712368
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#712368: Fixed in NMU

2013-11-23 Thread Hilko Bengen
Control: tag -1 patch

I have uploaded a fixed package to DELAYED/5. The debdiff has been attached.

Cheers,
-Hilko
diff -Nru vm-8.1.2/debian/changelog vm-8.1.2/debian/changelog
--- vm-8.1.2/debian/changelog	2013-04-29 22:02:37.0 +0200
+++ vm-8.1.2/debian/changelog	2013-11-23 16:25:26.0 +0100
@@ -1,3 +1,10 @@
+vm (8.1.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fixed texinfo warnings and errors leading to an FTBFS (Closes #712368)
+
+ -- Hilko Bengen ben...@debian.org  Sat, 23 Nov 2013 16:25:12 +0100
+
 vm (8.1.2-2) unstable; urgency=low
 
   * Also add emacs24 to the postinst, so we register with ucf
diff -Nru vm-8.1.2/debian/patches/0005-Fix-Texinfo-warnings.patch vm-8.1.2/debian/patches/0005-Fix-Texinfo-warnings.patch
--- vm-8.1.2/debian/patches/0005-Fix-Texinfo-warnings.patch	1970-01-01 01:00:00.0 +0100
+++ vm-8.1.2/debian/patches/0005-Fix-Texinfo-warnings.patch	2013-11-23 16:24:38.0 +0100
@@ -0,0 +1,93 @@
+From: Hilko Bengen ben...@debian.org
+Date: Sat, 23 Nov 2013 16:19:50 +0100
+Subject: Fix Texinfo warnings
+
+---
+ info/vm.texinfo | 22 --
+ 1 file changed, 12 insertions(+), 10 deletions(-)
+
+diff --git a/info/vm.texinfo b/info/vm.texinfo
+index 89296e0..45005e4 100644
+--- a/info/vm.texinfo
 b/info/vm.texinfo
+@@ -783,7 +783,8 @@ following formats:
+ 
+ @example
+ ``pop:@var{HOST}:@var{PORT}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
+-``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''@end example
++``imap:@var{HOST}:@var{PORT}:@var{MAILBOX}:@var{AUTH}:@var{USER}:@var{PASSWORD}''
++@end example
+ 
+ @noindent Remote mailboxes accessed by VM in this fashion are referred
+ to as @dfn{server folders} (and @dfn{POP folders} or @dfn{IMAP
+@@ -996,8 +997,7 @@ The variable's value should be an associative list of the form:
+  ((@var{IMAPDROP} @var{NAME}) ...)
+ @end example
+ 
+-@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop
+-  specification}). 
++@var{IMAPDROP} is an IMAP maildrop specification (@ref{maildrop specification}).
+ 
+ @var{NAME} is a string that should give a less cumbersome name that you
+ will use to refer to this maildrop when using @code{vm-visit-imap-folder}.
+@@ -2342,7 +2342,7 @@ MIME encode it as necessary.
+ * MIME preview::Previewing a MIME message before sending.
+ @end menu
+ 
+-@node MIME attachments, MIME characters, MIME Composition, MIME Composition, 
++@node MIME attachments, MIME characters, MIME Composition, MIME Composition
+ @unnumberedsec MIME attachments
+ 
+ @kindex C-c C-a
+@@ -3330,11 +3330,13 @@ The sixth is `w' or ` ', for messages written.
+ The seventh is `e' or ` ', for messages that have been edited.
+ @item P
+ indicator for a message with attachments.
+-The variable @vindex vm-summary-attachment-indicator
++The variable
++@vindex vm-summary-attachment-indicator
+ @code{vm-summary-attachment-indicator} is the inserted string, by default a @code{$}.
+ @item p
+ indicator for a postponed message. 
+-The variable @vindex vm-summary-postponed-indicator
++The variable
++@vindex vm-summary-postponed-indicator
+ @code{vm-summary-postponed-indicator} is the inserted string, by default a @code{P}.
+ @item c
+ number of characters in message (ignoring headers)
+@@ -4588,7 +4590,7 @@ The project code base is maintained at the Launchpad web site
+ @uref{http://launchpad.net/vm}.  The ``VM Development Team'' can be
+ reached here using the email address @code{vm@@launchpad.net}.
+ 
+-@unnumberedsubsec Savannah project site
++@unnumberedsec Savannah project site
+ 
+ The changes made in each of the releases is described in the @samp{NEWS}
+ file, which can be found in the source code repository.  The changes made
+@@ -4606,7 +4608,7 @@ the @code{Source Code} menu.  The @code{Use Bazaar} entry in the menu
+ takes you to a page that lists various version of VM source code, and
+ gives instructions for downloading it via @samp{Bazaar} (@code{bzr}).
+ 
+-@unnumberedsubsec Technical support
++@unnumberedsec Technical support
+ 
+ VM has a dedicated usenet newsgroup @code{gnu.emacs.vm.info} in which
+ the developers and the active users participate.  This is the first port
+@@ -4629,7 +4631,7 @@ alternative approaches to narrow down the problem.
+ 
+ The best way to report bugs is via the Launchpad bug tacker.  See below.
+ 
+-@unnumberedsubsec Get Involved
++@unnumberedsec Get Involved
+ 
+ VM is now supported and maintained by the user community.  So, as an
+ active user, your participation is key to keep the project going.  
+@@ -4658,7 +4660,7 @@ site, and submit your changes to that branch.  The developers can review
+ and merge your branch with the main development when your changes
+ are ready.
+ 
+-@unnumberedsubsec Contributors
++@unnumberedsec Contributors
+ 
+ Contributions to the code from the following members of the VM community
+ are gratefully acknowledged:
diff -Nru vm-8.1.2/debian/patches/series vm-8.1.2/debian/patches/series
--- 

Processed: tagging 555168

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 555168 + jessie-ignore
Bug #555168 [locales] Many locales files do not permit modification
Added tag(s) jessie-ignore.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
555168: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=555168
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#726725: feed2imap: uninstallable in sid

2013-11-23 Thread Lucas Nussbaum
On 25/10/13 at 21:03 +0200, Dominik George wrote:
 Package: feed2imap
 Version: 1.0-2
 Followup-For: Bug #726725
 
 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA256
 
 How exactly does fixing this in experimental fix it in the sid version?
 The status of the bug is inadequate.

Right. Antonio, do you want to push the package to unstable?

Lucas


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



Processed: tagging 614497

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 614497 + jessie-ignore
Bug #614497 [doc-debian] doc-debian: The OPL-licensed documents taken from 
Debian website are non-free
Added tag(s) jessie-ignore.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614497: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614497
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#718719: yap: FTBFS on arm*

2013-11-23 Thread Ralf Treinen
Hi,

On Fri, Nov 22, 2013 at 12:33:33PM -0500, Daniel T Chen wrote:
 Package: yap
 Version: 6.2.2-1
 Followup-For: Bug #718719
 User: ubuntu-de...@lists.ubuntu.com
 Usertags: origin-ubuntu trusty ubuntu-patch
 
 Dear Maintainer,
 
 In Ubuntu 14.04, the attached patch was applied to achieve the following:
 
   * Backport patch from upstream yap-6.3 git branch (changeset 48d51e)
 resolving FTBFS on unknown arches (closes: #718719).

Thanks a lot - patch applied and uploaded to sid ! Cheers -Ralf.


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



Processed: Re: ada-reference-manual FTBFS with texinfo 5

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 pending
Bug #712363 [src:ada-reference-manual] ada-reference-manual: FTBFS: manuals 
build fails against textinfo5 because some incompatibles changes wrt 4.13 and 
below (some warnings have turned into errors)
Added tag(s) pending.

-- 
712363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712363
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#712363: ada-reference-manual FTBFS with texinfo 5

2013-11-23 Thread Nicolas Boulenguez
Package: src:ada-reference-manual
Followup-For: Bug #712363
Control: tags -1 pending

Upstream VCS (org.adaic.arm_form of the ada-france monotone server)
solves this problem. The patch relies on the latest formatting tool,
so backporting it would probably take more time than waiting for an
updated tarball.

There seems to be problems with the old manual, but even if we need to
disable the info format for the 2005 manual, the severity of this bug
will decrease to normal or minor.


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



Processed: tagging 700670

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 700670 + jessie
Bug #700670 [cltl] cltl: /usr/share/doc/cltl/* disappearing after lenny - 
squeeze - wheezy upgrade
Added tag(s) jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700670: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700670
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#713310: Fixed in NMU

2013-11-23 Thread Hilko Bengen
Control: tags -1 patch

I have just uploaded version 0.7.1-6.3 which fixes the problem to
DELAYED/5. The debdiff is attached below.

Cheers,
-Hilko
diff -Nru speech-dispatcher-0.7.1/debian/changelog speech-dispatcher-0.7.1/debian/changelog
--- speech-dispatcher-0.7.1/debian/changelog	2012-12-07 02:14:24.0 +0100
+++ speech-dispatcher-0.7.1/debian/changelog	2013-11-23 19:27:07.0 +0100
@@ -1,3 +1,10 @@
+speech-dispatcher (0.7.1-6.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Fix texinfo error (Closes: #713310)
+
+ -- Hilko Bengen ben...@debian.org  Sat, 23 Nov 2013 19:26:30 +0100
+
 speech-dispatcher (0.7.1-6.2) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru speech-dispatcher-0.7.1/debian/patches/fix-texinfo.patch speech-dispatcher-0.7.1/debian/patches/fix-texinfo.patch
--- speech-dispatcher-0.7.1/debian/patches/fix-texinfo.patch	1970-01-01 01:00:00.0 +0100
+++ speech-dispatcher-0.7.1/debian/patches/fix-texinfo.patch	2013-11-23 19:27:07.0 +0100
@@ -0,0 +1,13 @@
+Index: speech-dispatcher/doc/fdl.texi
+===
+--- speech-dispatcher.orig/doc/fdl.texi	2013-11-23 19:24:06.946603342 +0100
 speech-dispatcher/doc/fdl.texi	2013-11-23 19:24:58.730860126 +0100
+@@ -401,7 +401,7 @@
+ @end enumerate
+ 
+ @page
+-@appendixsubsec ADDENDUM: How to use this License for your documents
++@appendixsec ADDENDUM: How to use this License for your documents
+ 
+ To use this License in a document you have written, include a copy of
+ the License in the document and put the following copyright and
diff -Nru speech-dispatcher-0.7.1/debian/patches/series speech-dispatcher-0.7.1/debian/patches/series
--- speech-dispatcher-0.7.1/debian/patches/series	2012-12-07 02:00:25.0 +0100
+++ speech-dispatcher-0.7.1/debian/patches/series	2013-11-23 19:27:07.0 +0100
@@ -5,3 +5,4 @@
 procname.patch
 pico-generic.patch
 espeak-mbrola-generic.conf.patch
+fix-texinfo.patch


Processed: Fixed in NMU

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #713310 [src:speech-dispatcher] speech-dispatcher: FTBFS: ./fdl.texi:404: 
raising the section level of @appendixsubsec which is too low
Added tag(s) patch.

-- 
713310: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713310
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729698: libc0.1: wait6 is broken on 9.2+

2013-11-23 Thread Robert Millan
On 23/11/2013 14:56, Dmitrijs Ledkovs wrote:
 The fix for this issue has been committed upstream:
 http://svnweb.freebsd.org/base?view=revisionrevision=258281

Thanks. I just uploaded a new kfreebsd-11 snapshot which includes it.
Please can you confirm it works?

 Can this be cherry picked into 9.2 kernel?

I don't see any problem with it.

 Should this also be
 included in the 10  11 kernels, or do those stay in experimental /
 tracking svn head?

kfreebsd-10 tracks stable/10, and will soon switch to releng/10.0 and
eventually release/10.0.0. It will soon be in unstable too, although not
necessarily at the same time.

Does upstream plan to MFC this fix into stable/10 ?

-- 
Robert Millan


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



Bug#729080: software-center: uninstallable in sid, broken by python-gi

2013-11-23 Thread Shawn Landden
Package: software-center
Followup-For: Bug #729080

Just ran across this too.
Gnome 3.10 just released software which looks alot like software-center,
so if its too much to keep maintained that could be a replacement.

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

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


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



Bug#725456: build hangs for me

2013-11-23 Thread tony mancill
Hi Michael,

It's interesting that you are unable to reproduce the hang on your
system.  The build hangs on my system every time with the same behavior
that Daniel reported.

I wonder if there is a subtle different in our environment.  I'm
building in a clean sid chroot, but using cowbuilder, whereas you're
using sbuild.  Would you mind forwarding/attaching your build logs?  I'm
curious as to what the difference could be, and whether you're seeing
the DEADLOCK warnings that appear on my system during the test suite.

Thank you,
tony



signature.asc
Description: OpenPGP digital signature


Bug#720800: marked as done (cadaver: FTBFS: ld: lib/neon/libneon.a(ne_auth.o): undefined reference to symbol 'gcry_create_nonce@@GCRYPT_1.2')

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 16:33:49 +
with message-id e1vkg9v-0006iv...@franck.debian.org
and subject line Bug#720800: fixed in cadaver 0.23.3-2
has caused the Debian Bug report #720800,
regarding cadaver: FTBFS: ld: lib/neon/libneon.a(ne_auth.o): undefined 
reference to symbol 'gcry_create_nonce@@GCRYPT_1.2'
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.)


-- 
720800: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=720800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: cadaver
Version: 0.23.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130825 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Maybe you need to add explicitly the offending lib to LD flags.

Relevant part (hopefully):
 x86_64-linux-gnu-gcc  -o cadaver src/cadaver.o src/common.o src/commands.o 
 src/ls.o src/cmdline.o src/options.o src/utils.o src/edit.o src/version.o 
 src/search.o  lib/basename.o lib/dirname.o lib/rpmatch.o lib/yesno.o 
 lib/glob.o lib/getpass.o lib/tempname.o lib/mkstemp.o lib/netrc.o -lreadline  
 -lcurses  -Llib/neon -lneon  -lgnutls   -Wl,-z,relro -lgssapi_krb5 -lkrb5 
 -lk5crypto -lcom_err -lxml2
 /usr/bin/ld: lib/neon/libneon.a(ne_auth.o): undefined reference to symbol 
 'gcry_create_nonce@@GCRYPT_1.2'
 /lib/x86_64-linux-gnu/libgcrypt.so.11: error adding symbols: DSO missing from 
 command line
 collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/08/25/cadaver_0.23.3-1_unstable.log

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 EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
---End Message---
---BeginMessage---
Source: cadaver
Source-Version: 0.23.3-2

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

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 720...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Harl tok...@debian.org (supplier of updated cadaver 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 16:27:43 +0100
Source: cadaver
Binary: cadaver
Architecture: source amd64
Version: 0.23.3-2
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl tok...@debian.org
Changed-By: Sebastian Harl tok...@debian.org
Description: 
 cadaver- command-line WebDAV client
Closes: 720800
Changes: 
 cadaver (0.23.3-2) unstable; urgency=low
 .
   * debian/control, debian/rules:
 - Explicitly build-depend and link against libgcrypt. The function is used
   by cadaver directly, causing a build failure with current build tools.
   Thanks to David Suárez for reporting this (Closes: #720800).
   * debian/control:
 - Bumped standards-version to 3.9.4.
 - Let cadaver depend on ${misc:Depends}.
   * debian/rules:
 - Added build-arch and build-indep targets.
Checksums-Sha1: 
 4d9a029fe0cc523e79749ffce7d227c7b4df8197 1317 cadaver_0.23.3-2.dsc
 5653bc139cdcb193c527bf325b009356bb5fbca9 6956 cadaver_0.23.3-2.diff.gz
 b23cffc68e4f4168ad1fac87f52b91baa54f5666 129674 cadaver_0.23.3-2_amd64.deb
Checksums-Sha256: 
 0de3d79953503b2515c6e745acded905679c42938c2dd2113626b72a6f156a47 1317 
cadaver_0.23.3-2.dsc
 82c0070aa84c132c49dae790b34560d5549cd05bd4d1d6ae28c3bafff0b76989 6956 
cadaver_0.23.3-2.diff.gz
 a3c24a7db0313c8f5675e62f67d9976d0a9b1dec8ca7f28ddbee0e0df2fb3ad7 129674 
cadaver_0.23.3-2_amd64.deb
Files: 
 faab42704e20b54624d09b7d8867179a 1317 web optional cadaver_0.23.3-2.dsc
 a453c29486adccf9c5791a7d24a17ed2 6956 web optional cadaver_0.23.3-2.diff.gz
 9fe562265307e638808b72671d0d0958 129674 web optional cadaver_0.23.3-2_amd64.deb

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

iEYEARECAAYFAlKQ12MACgkQEFEKc4UBx/zMFgCbBXzcpybcMDjdQbrNRk2ujuWh

Bug#729698: marked as done (libc0.1: wait6 is broken on 9.2+)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 17:20:47 +
with message-id e1vkgsx-tr...@franck.debian.org
and subject line Bug#729698: fixed in kfreebsd-11 11.0~svn258494-1
has caused the Debian Bug report #729698,
regarding libc0.1: wait6 is broken on 9.2+
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.)


-- 
729698: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729698
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc0.1
Severity: serious

Dear Maintainer,
FreeBSD 9.2+ kernels have broken implementation of wait6 syscall.
In particular:
* if pointer to siginfo_t structured is passed
* and WEXITED is ORed in options

The return value of siginfo_t.si_status is wrong.

It is returned the same as status, instead of result of
WEXITSTATUS(status).

Thus this is an off-by-one error, or more precisely off-by-bitmask
error.

A PR has been filed in FreeBSD at:
http://www.freebsd.org/cgi/query-pr.cgi?pr=misc/184002

Affected kernels are 9.2+ all the way to HEAD.

I've chatted with developers on #bsddev and they are recognising that
this is a severe bug, as current behaviour doesn't comply with
freebsd/linux manpages, POSIX, other implmentations of waitid.

Furthermore, it appears that other functions that set values of
siginfo_t.si_status incorrectly in other parts of FreeBSD kernels.
E.g. sigwaitinfo() from stable/8 onwards...

The wait6 / waitid() calls are added in the eglibc2.18 debian packaging
branch. Therefore I request to do following:

* make wait6() a proper wrapper around wait6 syscall and correct
  si_status.

* make waitid implementation use the wait6() wrapper

An example patch against current waitid patch, as I don't know how to
make proper syscall wrapper functions, is attached.

Please advice if Debian kFreeBSD maintainers are willing to patch this
issue in the kernels ahead of FreeBSD releasing fixes / updates (at
least for the wait6 syscall)

Regards,

Dmitrijs.
---End Message---
---BeginMessage---
Source: kfreebsd-11
Source-Version: 11.0~svn258494-1

We believe that the bug you reported is fixed in the latest version of
kfreebsd-11, which is due to be installed in the Debian FTP archive.

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 729...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Millan r...@debian.org (supplier of updated kfreebsd-11 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 13:24:23 +0100
Source: kfreebsd-11
Binary: kfreebsd-source-11.0 kfreebsd-headers-11.0-0 
kfreebsd-image-11.0-0-amd64 kfreebsd-image-11-amd64 
kfreebsd-headers-11.0-0-amd64 kfreebsd-headers-11-amd64 
kernel-image-11.0-0-amd64-di nic-modules-11.0-0-amd64-di 
nic-wireless-modules-11.0-0-amd64-di nic-shared-modules-11.0-0-amd64-di 
serial-modules-11.0-0-amd64-di usb-serial-modules-11.0-0-amd64-di 
ppp-modules-11.0-0-amd64-di cdrom-modules-11.0-0-amd64-di 
scsi-core-modules-11.0-0-amd64-di scsi-modules-11.0-0-amd64-di 
scsi-extra-modules-11.0-0-amd64-di plip-modules-11.0-0-amd64-di 
floppy-modules-11.0-0-amd64-di loop-modules-11.0-0-amd64-di 
ipv6-modules-11.0-0-amd64-di nls-core-modules-11.0-0-amd64-di 
ext2-modules-11.0-0-amd64-di isofs-modules-11.0-0-amd64-di 
reiserfs-modules-11.0-0-amd64-di fat-modules-11.0-0-amd64-di 
zfs-modules-11.0-0-amd64-di nfs-modules-11.0-0-amd64-di 
nullfs-modules-11.0-0-amd64-di md-modules-11.0-0-amd64-di 
parport-modules-11.0-0-amd64-di nic-usb-modules-11.0-0-amd64-di
 sata-modules-11.0-0-amd64-di acpi-modules-11.0-0-amd64-di 
i2c-modules-11.0-0-amd64-di crypto-modules-11.0-0-amd64-di 
crypto-dm-modules-11.0-0-amd64-di mmc-core-modules-11.0-0-amd64-di 
mmc-modules-11.0-0-amd64-di sound-modules-11.0-0-amd64-di 
zlib-modules-11.0-0-amd64-di kfreebsd-image-11.0-0-486 kfreebsd-image-11-486 
kfreebsd-headers-11.0-0-486 kfreebsd-headers-11-486 kfreebsd-image-11.0-0-686 
kfreebsd-image-11-686 kfreebsd-headers-11.0-0-686 kfreebsd-headers-11-686 
kfreebsd-image-11.0-0-xen kfreebsd-image-11-xen kfreebsd-headers-11.0-0-xen 
kfreebsd-headers-11-xen kernel-image-11.0-0-486-di nic-modules-11.0-0-486-di 
nic-wireless-modules-11.0-0-486-di nic-shared-modules-11.0-0-486-di 
serial-modules-11.0-0-486-di 

Bug#728078: Problem seems to have been fixed upstream

2013-11-23 Thread Hilko Bengen
Control: notfound -1 0.72.1-1

The build failed for 0.67.3-1 on ia64, but it works with 0.71.1-1, as
can be seen in
https://buildd.debian.org/status/fetch.php?pkg=cepharch=ia64ver=0.67.3-1stamp=1382906550
vs.
https://buildd.debian.org/status/fetch.php?pkg=cepharch=ia64ver=0.72.1-1stamp=1385165632.

I think it's safe to assume that the bug has been fixed.

Cheers,
-Hilko


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



Processed: Problem seems to have been fixed upstream

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 notfound -1 0.72.1-1
Bug #728078 [ceph] ceph: fails to build, assumes all 64-bit architectures are 
x86-64
Ignoring request to alter found versions of bug #728078 to the same values 
previously set

-- 
728078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Patch

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #713454 [src:ntrack] ntrack: FTBFS: ntrack-libnl.c:533:3: error: invalid 
use of undefined type 'struct nl_object_ops'
Added tag(s) patch.

-- 
713454: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713454
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


--
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#718139: zeroc-icee-translators: FTBFS: Trying patch debian/patches/10-add-common-flags.patch at level 1 ... 0 ... 2 ... failure.

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 patch
Bug #718139 [src:zeroc-icee-translators] zeroc-icee-translators: FTBFS: Trying 
patch debian/patches/10-add-common-flags.patch at level 1 ... 0 ... 2 ... 
failure.
Added tag(s) patch.

-- 
718139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Patch

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 patch
Bug #718564 [libhesiod0] libhesiod0: harmful purge action in M-A: same package: 
rm -f /etc/hesiod.conf
Added tag(s) patch.

-- 
718564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#718564: Patch

2013-11-23 Thread Hilko Bengen
Control: tag -1 patch

The offending expression is

route_obj_ops.oo_id_attrs

... but the route_obj_ops type is not defined in libnl-3's public header
files, so that doesn't work. If this has worked before, libnl-3's API
must have been restricted at some point.

Looking at libnl3 sources, it looks to me that nl_object_get_id_attrs()
does what is intended here, so here's a patch that fixes the build here.

I can't test whether this works.

Cheers,
-Hilko

diff --git a/modules/ntrack-libnl.c b/modules/ntrack-libnl.c
index dbae740..d9475f6 100644
--- a/modules/ntrack-libnl.c
+++ b/modules/ntrack-libnl.c
@@ -530,7 +530,7 @@ update_connectivity (ntrack_monitor_t *self, struct 
_nl_info *nl_info)
op_default_route_disappeared ((struct _ntrack_monitor_arch*) 
self, nl_info);
} else if (nl_info-topmost_route  topmost_route) {
int diff_bits;
-   if ((diff_bits = (route_obj_ops.oo_id_attrs | ROUTE_ATTR_OIF
+   if ((diff_bits = (nl_object_get_id_attrs(route_obj_ops) | 
ROUTE_ATTR_OIF
  | ROUTE_ATTR_GATEWAY) 
  nl_object_diff (OBJ_CAST 
(nl_info-topmost_route),
  OBJ_CAST (topmost_route {


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



Bug#728078:

2013-11-23 Thread Hilko Bengen
Control: fixed -1 0.72.1-1


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



Bug#726695: Bug #726695: nose: FTBFS: CoverageException: Couldn't find static file 'pyfile.html'

2013-11-23 Thread Michael Banck
tags 726695 +pending
tags 726695 +patch
thanks

Hi,

I've uploaded a fix to DELAYED/5-days, see attached debdiff


Michael
diff -Nru nose-1.3.0/debian/changelog nose-1.3.0/debian/changelog
--- nose-1.3.0/debian/changelog 2013-05-19 14:44:44.0 +0200
+++ nose-1.3.0/debian/changelog 2013-11-23 17:39:19.0 +0100
@@ -1,3 +1,11 @@
+nose (1.3.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control (Build-Depends): Added libjs-jquery-hotkeys,
+libjs-jquery-isonscreen and libjs-jquery-tablesorter (closes: #726695).
+
+ -- Michael Banck mba...@debian.org  Sat, 23 Nov 2013 17:31:29 +0100
+
 nose (1.3.0-2) unstable; urgency=low
 
   * Team upload.
diff -Nru nose-1.3.0/debian/control nose-1.3.0/debian/control
--- nose-1.3.0/debian/control   2013-05-19 14:27:10.0 +0200
+++ nose-1.3.0/debian/control   2013-11-23 17:16:49.0 +0100
@@ -7,6 +7,9 @@
  Torsten Marek shlo...@debian.org
 Build-Depends:
  debhelper (= 7.0.50~),
+ libjs-jquery-hotkeys,  
+ libjs-jquery-isonscreen,
+ libjs-jquery-tablesorter,
  python-all (= 2.6.6-3~),
  python-setuptools (= 0.6a9),
  python-sphinx (= 1.0.7+dfsg),


Processed: closing 582952

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Fixed in all versions in the archives
 close 582952
Bug #582952 [dash] dash / LINENO-support lets many package FTBFS
Marked Bug as done
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
582952: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=582952
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729273: graphviz: buffer overflow in dijkstra

2013-11-23 Thread Margarita Manterola
Hi,

On Tue, Nov 12, 2013 at 2:39 AM, David Claughton d...@eclecticdave.com wrote:
 I have a fix for this in git which is more or less ready, expect that
 the repo is on Alioth which is down right now.  I'll see about getting
 it uploaded as soon as it is operational again.

It's operational now. :)

-- 
Cheers,
Marga


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



Bug#718139: zeroc-icee-translators: FTBFS: Trying patch debian/patches/10-add-common-flags.patch at level 1 ... 0 ... 2 ... failure.

2013-11-23 Thread Felix Geyer
Control: tags -1 patch

Make.rules.GNU and Make.rules.GNU_kFreeBSD are just symlinks to
Make.rules.Linux so the patch should only be applied to Make.rules.Linux.
A patch for the patch is attached.

Cheers,
Felix

diff -u zeroc-icee-translators-1.2.0/debian/patches/10-add-common-flags.patch zeroc-icee-translators-1.2.0/debian/patches/10-add-common-flags.patch
--- zeroc-icee-translators-1.2.0/debian/patches/10-add-common-flags.patch
+++ zeroc-icee-translators-1.2.0/debian/patches/10-add-common-flags.patch
@@ -1,27 +1,3 @@
-diff -Nur zeroc-icee-translators-1.2.0/config/Make.rules.GNU zeroc-icee-translators-1.2.0.new/config/Make.rules.GNU
 zeroc-icee-translators-1.2.0/config/Make.rules.GNU	2007-01-15 16:49:09.0 +0100
-+++ zeroc-icee-translators-1.2.0.new/config/Make.rules.GNU	2007-05-16 11:07:44.0 +0200
-@@ -83,7 +83,7 @@
-   lp64suffix	= 64
-endif
- 
--   CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
-+   CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
- 
-ifeq ($(STATICLIBS),)
-   CXXFLAGS		+= -fPIC
-diff -Nur zeroc-icee-translators-1.2.0/config/Make.rules.GNU_kFreeBSD zeroc-icee-translators-1.2.0.new/config/Make.rules.GNU_kFreeBSD
 zeroc-icee-translators-1.2.0/config/Make.rules.GNU_kFreeBSD	2007-01-15 16:49:09.0 +0100
-+++ zeroc-icee-translators-1.2.0.new/config/Make.rules.GNU_kFreeBSD	2007-05-16 11:07:44.0 +0200
-@@ -83,7 +83,7 @@
-   lp64suffix	= 64
-endif
- 
--   CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT
-+   CXXFLAGS		= $(CXXARCHFLAGS) -ftemplate-depth-128 -Wall -D_REENTRANT -DHAVE_ENDIAN_H -DHAVE_LIMITS_H
- 
-ifeq ($(STATICLIBS),)
-   CXXFLAGS		+= -fPIC
 diff -Nur zeroc-icee-translators-1.2.0/config/Make.rules.Linux zeroc-icee-translators-1.2.0.new/config/Make.rules.Linux
 --- zeroc-icee-translators-1.2.0/config/Make.rules.Linux	2007-01-15 16:49:09.0 +0100
 +++ zeroc-icee-translators-1.2.0.new/config/Make.rules.Linux	2007-05-16 11:07:44.0 +0200


Bug#724043: archivemail: FTBFS: Test failure

2013-11-23 Thread Lucas Nussbaum
On 03/10/13 at 19:40 +0200, Nikolaus Schulz wrote:
 Actually uploading a fixed package will have to wait until I return from
 holidays, though, so it won't happen before 20th October.

Hi Nikolaus,

Ping?

Lucas


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



Bug#713454: Patch

2013-11-23 Thread Hilko Bengen
Control: tag -1 patch

The offending expression is

route_obj_ops.oo_id_attrs

... but the route_obj_ops type is not defined in libnl-3's public header
files, so that doesn't work. If this has worked before, libnl-3's API
must have been restricted at some point.

Looking at libnl3 sources, it looks to me that nl_object_get_id_attrs()
does what is intended here, so here's a patch that fixes the build here.

I can't test whether this works.

Cheers,
-Hilko

diff --git a/modules/ntrack-libnl.c b/modules/ntrack-libnl.c
index dbae740..d9475f6 100644
--- a/modules/ntrack-libnl.c
+++ b/modules/ntrack-libnl.c
@@ -530,7 +530,7 @@ update_connectivity (ntrack_monitor_t *self, struct 
_nl_info *nl_info)
op_default_route_disappeared ((struct _ntrack_monitor_arch*) 
self, nl_info);
} else if (nl_info-topmost_route  topmost_route) {
int diff_bits;
-   if ((diff_bits = (route_obj_ops.oo_id_attrs | ROUTE_ATTR_OIF
+   if ((diff_bits = (nl_object_get_id_attrs(route_obj_ops) | 
ROUTE_ATTR_OIF
  | ROUTE_ATTR_GATEWAY) 
  nl_object_diff (OBJ_CAST 
(nl_info-topmost_route),
  OBJ_CAST (topmost_route {


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



Bug#718719: marked as done (yap: FTBFS on arm*)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 18:04:56 +
with message-id e1vkhzg-0001fg...@franck.debian.org
and subject line Bug#718719: fixed in yap 6.2.2-2
has caused the Debian Bug report #718719,
regarding yap: FTBFS on arm*
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.)


-- 
718719: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718719
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: yap
Version: 6.2.2-1
Severity: serious

Hello,

  yap FTBFS on arm with the following error:

arm-linux-gnueabihf-gcc -c -O3 -fomit-frame-pointer -Wall -Wstrict-prototypes 
-Wmissing-prototypes  -DCUT_C=1  -DCOROUTINING=1 -DRATIONAL_TREES=1 
-DDEPTH_LIMIT=1 -DHAVE_CONFIG_H -D_YAP_NOT_INSTALLED_=1 -I. -I../H -I../OPTYap 
-I../BEAM -I../MYDDAS ../C/gprof.c -o gprof.o
../C/gprof.c: In function 'prof_alrm':
../C/gprof.c:923:35: error: called object is not a function or function pointer
   void * oldpc=(void *) CONTEXT_PC(scv);
  ^
  make[1]: *** [gprof.o] Error 1

  Full build log at:
   
https://buildd.debian.org/status/fetch.php?pkg=yaparch=armhfver=6.2.2-1stamp=1375638064

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

Kernel: Linux 3.10-1-686-pae (SMP w/4 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: yap
Source-Version: 6.2.2-2

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

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 718...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ralf Treinen trei...@debian.org (supplier of updated yap 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 23 Nov 2013 18:44:55 +0100
Source: yap
Binary: yap
Architecture: source amd64
Version: 6.2.2-2
Distribution: unstable
Urgency: low
Maintainer: Ralf Treinen trei...@debian.org
Changed-By: Ralf Treinen trei...@debian.org
Description: 
 yap- High-performance Prolog System
Closes: 718719
Changes: 
 yap (6.2.2-2) unstable; urgency=low
 .
   * update patch yap-texinfo, following indications by Vitor Santos Costa
 from upstream.
   * add build-dependency on zlib1g-dev so that the zlib package is build.
   * generate yap documentation with makeinfo instead of texi2html:
 - drop build-dependency on texi2html
 - add patch replace-texi2html-by-makeinfo
   * Patch upstream_6_3_branch_handle_unknown_arch from Ubuntu (thanks to
 Daniel T Chen!) to solve FTBFS on non-intel architectures (closes: #718719)
   * Standards-Version 3.9.5 (no change)
Checksums-Sha1: 
 e355e8d01120c345273c98128dd8dd22577d3127 1893 yap_6.2.2-2.dsc
 f3d6cd9dea4cb1542b1f67371b8eb0e4af109818 8675 yap_6.2.2-2.debian.tar.gz
 79e88d7a02a7cefe87fd09adabacda8264b4ce3e 2680746 yap_6.2.2-2_amd64.deb
Checksums-Sha256: 
 5f0e5b5eebf4da62ee544354bf88e1804d1ccf4da5de35344ff1b57baeffc59b 1893 
yap_6.2.2-2.dsc
 b6238a195e35ff0caacc202e0ec1e7cbb6a731086f5c221237a63b936690da16 8675 
yap_6.2.2-2.debian.tar.gz
 488d61bd33379ef4f3575da7a337259e52fb2d146b6c0615e5567c0107c6fe05 2680746 
yap_6.2.2-2_amd64.deb
Files: 
 e71e78cd65c95d05a4353d8eab8d27c9 1893 devel extra yap_6.2.2-2.dsc
 a166483a9599dd7caa9006f9314f24ef 8675 devel extra yap_6.2.2-2.debian.tar.gz
 f17f0f05c9209f584fbece0ad5a46abf 2680746 devel extra yap_6.2.2-2_amd64.deb

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

iQIcBAEBCAAGBQJSkOyZAAoJEHRcR2bUys3/7iMP/jYoL3OuyZtTqvMm4wYX4aTV
tTHlC451BRJhWenhD9yD8ryOm2OMJAGzxLhl1z0/yaa8ScXcCcsXUvRmPldc1tkz
5LmM+YYC0wQgI4eqcvrMqa0cByHECpF+Muk3W7Zz2Z/6owGP3GLfwVhD0zSwPZgy
O6uPIhQWh43ssEI2tDhs7dPeOC3KI/oMGm65Z8QncY9m/svuUljham1QkA+erM1A
oZchixoej3d+FGHhgbPhqVXawd5foGyfxpyh3dTuswjKnGTDnlVpeS+HxXX+d1sf
/E54houVRm2bUW68s3c5S1xdkbIAH/xnFh22WUJ2g4y2LImaJ0i84PW0YW56OXgG
2HOhPZZWb6aY9JqAaq8ACmSNkkeeqKKGYnLWtuxlsNRPMInccAg8TXAwCjWwsS3a
DpSbX6KuFWM3XypuUp2dnIud/PI6HIMvwDoO9VVAEPGX+bxrP+/z00IpeQgut8H/
TvNsJkIePa8DQi3pDAXALqVa955qesAm7+x65qgOTGasGq5TQiNwVZ2x8wMlqtww

Processed: Re: Bug #726695: nose: FTBFS: CoverageException: Couldn't find static file 'pyfile.html'

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 726695 +pending
Bug #726695 [src:nose] nose: FTBFS: CoverageException: Couldn't find static 
file 'pyfile.html'
Added tag(s) pending.
 tags 726695 +patch
Bug #726695 [src:nose] nose: FTBFS: CoverageException: Couldn't find static 
file 'pyfile.html'
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
726695: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726695
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#729830: marked as done (horizon: FTBFS: python-troveclient but it is not installable)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 17:59:17 +0100
with message-id 20131123165917.gc17...@ramacher.at
and subject line Re: Bug#729830: horizon: FTBFS: python-troveclient but it is 
not installable
has caused the Debian Bug report #729830,
regarding horizon: FTBFS: python-troveclient but it is not installable
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.)


-- 
729830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729830
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: horizon
Version: 2013.2-1
Severity: serious
Justification: fails to build from source
Tags: sid jessie

horizon fails to build with:
| The following packages have unmet dependencies:
|  sbuild-build-depends-horizon-dummy : Depends: python-troveclient but it is 
not installable

Full build log available at
http://people.debian.org/~sramacher/logs/django-1.6/horizon_2013.2-1_amd64.log

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
On 2013-11-18 04:26:51, Sebastian Ramacher wrote:
 Source: horizon
 Version: 2013.2-1
 Severity: serious
 Justification: fails to build from source
 Tags: sid jessie
 
 horizon fails to build with:
 | The following packages have unmet dependencies:
 |  sbuild-build-depends-horizon-dummy : Depends: python-troveclient but it is 
 not installable

python-troveclient is now available and horizon builds again. Closing.

Regards
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature
---End Message---


Bug#725456: build hangs for me

2013-11-23 Thread Michael Banck
Hi,

On Sat, Nov 23, 2013 at 08:35:35AM -0800, tony mancill wrote:
 It's interesting that you are unable to reproduce the hang on your
 system.  The build hangs on my system every time with the same behavior
 that Daniel reported.
 
 I wonder if there is a subtle different in our environment.  I'm
 building in a clean sid chroot, but using cowbuilder, whereas you're
 using sbuild.  Would you mind forwarding/attaching your build logs?  I'm
 curious as to what the difference could be, and whether you're seeing
 the DEADLOCK warnings that appear on my system during the test suite.

The log is attached, but yeah, there are some DEADLOCK warnings - it
just doesn't hang for me.


Michael


c3p0_0.9.1.2-8_amd64-20131123-1457.build.gz
Description: Binary data


Processed:

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 fixed -1 0.72.1-1
Bug #728078 [ceph] ceph: fails to build, assumes all 64-bit architectures are 
x86-64
Marked as fixed in versions ceph/0.72.1-1.

-- 
728078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728078
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#718564: Info received (Patch)

2013-11-23 Thread Hilko Bengen
Control: untag -1 patch

Oops, mistyped the bug number. Sorry.


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



Bug#727829: marked as done (FTBFS on mipsel)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 17:20:47 +
with message-id e1vkgsx-tm...@franck.debian.org
and subject line Bug#727829: fixed in kfreebsd-11 11.0~svn258494-1
has caused the Debian Bug report #727829,
regarding FTBFS on mipsel
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.)


-- 
727829: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=727829
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kfreebsd-10
Version: 10.0~svn257123-1
Severity: grave

It seems kfreebsd-10 FTBFS on mipsel due to compiler issues (missing
-lgcc maybe?):

https://buildd.debian.org/status/fetch.php?pkg=kfreebsd-10arch=mipselver=10.0~svn257123-1stamp=1382831349

As compiler support for kernel is becoming increasingly troublesome
because of the gcc version divergence (upstream uses gcc-4.2 for mips,
not clang), unless somebody steps in I will disable mipsel support until
a simpler (i.e. requiring less manpower) solution is available (such as,
upstream moving mips toolchain to clang).

FTR, even former versions which built succesfully are not bootable under
QEMU/MALTA, unlike those built on FreeBSD (e.g. the one in
http://people.debian.org/~rmh/kfreebsd-mipsel/)

-- 
Robert Millan
---End Message---
---BeginMessage---
Source: kfreebsd-11
Source-Version: 11.0~svn258494-1

We believe that the bug you reported is fixed in the latest version of
kfreebsd-11, which is due to be installed in the Debian FTP archive.

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 727...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Robert Millan r...@debian.org (supplier of updated kfreebsd-11 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 13:24:23 +0100
Source: kfreebsd-11
Binary: kfreebsd-source-11.0 kfreebsd-headers-11.0-0 
kfreebsd-image-11.0-0-amd64 kfreebsd-image-11-amd64 
kfreebsd-headers-11.0-0-amd64 kfreebsd-headers-11-amd64 
kernel-image-11.0-0-amd64-di nic-modules-11.0-0-amd64-di 
nic-wireless-modules-11.0-0-amd64-di nic-shared-modules-11.0-0-amd64-di 
serial-modules-11.0-0-amd64-di usb-serial-modules-11.0-0-amd64-di 
ppp-modules-11.0-0-amd64-di cdrom-modules-11.0-0-amd64-di 
scsi-core-modules-11.0-0-amd64-di scsi-modules-11.0-0-amd64-di 
scsi-extra-modules-11.0-0-amd64-di plip-modules-11.0-0-amd64-di 
floppy-modules-11.0-0-amd64-di loop-modules-11.0-0-amd64-di 
ipv6-modules-11.0-0-amd64-di nls-core-modules-11.0-0-amd64-di 
ext2-modules-11.0-0-amd64-di isofs-modules-11.0-0-amd64-di 
reiserfs-modules-11.0-0-amd64-di fat-modules-11.0-0-amd64-di 
zfs-modules-11.0-0-amd64-di nfs-modules-11.0-0-amd64-di 
nullfs-modules-11.0-0-amd64-di md-modules-11.0-0-amd64-di 
parport-modules-11.0-0-amd64-di nic-usb-modules-11.0-0-amd64-di
 sata-modules-11.0-0-amd64-di acpi-modules-11.0-0-amd64-di 
i2c-modules-11.0-0-amd64-di crypto-modules-11.0-0-amd64-di 
crypto-dm-modules-11.0-0-amd64-di mmc-core-modules-11.0-0-amd64-di 
mmc-modules-11.0-0-amd64-di sound-modules-11.0-0-amd64-di 
zlib-modules-11.0-0-amd64-di kfreebsd-image-11.0-0-486 kfreebsd-image-11-486 
kfreebsd-headers-11.0-0-486 kfreebsd-headers-11-486 kfreebsd-image-11.0-0-686 
kfreebsd-image-11-686 kfreebsd-headers-11.0-0-686 kfreebsd-headers-11-686 
kfreebsd-image-11.0-0-xen kfreebsd-image-11-xen kfreebsd-headers-11.0-0-xen 
kfreebsd-headers-11-xen kernel-image-11.0-0-486-di nic-modules-11.0-0-486-di 
nic-wireless-modules-11.0-0-486-di nic-shared-modules-11.0-0-486-di 
serial-modules-11.0-0-486-di usb-serial-modules-11.0-0-486-di 
ppp-modules-11.0-0-486-di cdrom-modules-11.0-0-486-di 
scsi-core-modules-11.0-0-486-di scsi-modules-11.0-0-486-di 
scsi-extra-modules-11.0-0-486-di plip-modules-11.0-0-486-di 
floppy-modules-11.0-0-486-di
 loop-modules-11.0-0-486-di ipv6-modules-11.0-0-486-di 
nls-core-modules-11.0-0-486-di ext2-modules-11.0-0-486-di 
isofs-modules-11.0-0-486-di reiserfs-modules-11.0-0-486-di 
fat-modules-11.0-0-486-di zfs-modules-11.0-0-486-di nfs-modules-11.0-0-486-di 
nullfs-modules-11.0-0-486-di md-modules-11.0-0-486-di 
parport-modules-11.0-0-486-di nic-usb-modules-11.0-0-486-di 
sata-modules-11.0-0-486-di acpi-modules-11.0-0-486-di i2c-modules-11.0-0-486-di 
crypto-modules-11.0-0-486-di 

Processed: notfound 729778 in 2.8.5-1, found 729778 in 1.15.3-2, found 728164 in 0.72.1-1 ...

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 notfound 729778 2.8.5-1
Bug #729778 [coinor-libclp1] coinor-libclp1: fails to upgrade from 'sid' - 
trying to overwrite /usr/share/man/man1/clp.1.gz
There is no source info for the package 'coinor-libclp1' at version '2.8.5-1' 
with architecture ''
Unable to make a source version for version '2.8.5-1'
No longer marked as found in versions 2.8.5-1.
 found 729778 1.15.3-2
Bug #729778 [coinor-libclp1] coinor-libclp1: fails to upgrade from 'sid' - 
trying to overwrite /usr/share/man/man1/clp.1.gz
Marked as found in versions clp/1.15.3-2.
 found 728164 0.72.1-1
Bug #728164 [ceph-fs-common,ceph-mds] ceph-fs-common, ceph-mds: fails to 
upgrade from 'testing' - trying to overwrite /sbin/mount.ceph, /usr/bin/ceph-mds
Marked as found in versions ceph/0.72.1-1.
 found 730163 1:3.5~svn195337-1
Bug #730163 [lldb-3.4,lldb-3.5] lldb-3.5 and lldb-3.4: error when trying to 
install together
There is no source info for the package 'lldb-3.4' at version 
'1:3.5~svn195337-1' with architecture ''
Marked as found in versions llvm-toolchain-snapshot/1:3.5~svn195337-1.
 found 730164 1:3.5~svn195337-1
Bug #730164 [python-clang-3.4,python-clang-3.5] python-clang-3.5 and 
python-clang-3.4: error when trying to install together
There is no source info for the package 'python-clang-3.4' at version 
'1:3.5~svn195337-1' with architecture ''
Marked as found in versions llvm-toolchain-snapshot/1:3.5~svn195337-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
728164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728164
729778: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=729778
730163: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730163
730164: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730164
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#726921: marked as done (collectd: build-depends on removed iproute-dev unnecessarily)

2013-11-23 Thread Debian Bug Tracking System
Your message dated Sat, 23 Nov 2013 16:34:08 +
with message-id e1vkg9o-0006n2...@franck.debian.org
and subject line Bug#726921: fixed in collectd 5.4.0-3
has caused the Debian Bug report #726921,
regarding collectd: build-depends on removed iproute-dev unnecessarily
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.)


-- 
726921: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726921
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: iproute2
Version: 3.11.0-1
Severity: serious

Hi,

During the renaming from iproute to iproute2, the iproute-dev package
has been dropped. Collectd package is build-depending against it as it
requires the libnetlink library.

The iproute(2)-dev package should either be reintroduced or the collectd
build-dependency against it should be dropped, feel free to reassign.

Cheers

Laurent Bigonville

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

Kernel: Linux 3.11-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: collectd
Source-Version: 5.4.0-3

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

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 726...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Sebastian Harl tok...@debian.org (supplier of updated collectd 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...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 23 Nov 2013 16:08:05 +0100
Source: collectd
Binary: collectd-core collectd collectd-utils collectd-dbg collectd-dev 
libcollectdclient-dev libcollectdclient1
Architecture: source amd64 all
Version: 5.4.0-3
Distribution: unstable
Urgency: low
Maintainer: Sebastian Harl tok...@debian.org
Changed-By: Sebastian Harl tok...@debian.org
Description: 
 collectd   - statistics collection and monitoring daemon
 collectd-core - statistics collection and monitoring daemon (core system)
 collectd-dbg - statistics collection and monitoring daemon (debugging symbols)
 collectd-dev - statistics collection and monitoring daemon (development files)
 collectd-utils - statistics collection and monitoring daemon (utilities)
 libcollectdclient-dev - client library for collectd's control interface 
(development file
 libcollectdclient1 - client library for collectd's control interface
Closes: 724699 726921
Changes: 
 collectd (5.4.0-3) unstable; urgency=low
 .
   * debian/control:
 - Removed build-dep on iproute-dev which is about to be removed and has
   been superseded by libmnl-dev in collectd. Thanks to Laurent Bigonville
   and Andreas Henriksson for reporting this (Closes: #726921).
   * debian/collectd.conf:
 - Removed sample configuration for the write_mongodb plugin; the plugin is
   not available on Debian; thanks to Bryan Fullerton for reporting this
   (cf. LP:#1206813, Closes: #724699).
   * debian/patches:
 - Added amqp_0_4.dpatch: Added support for rabbitmq-c 0.4.x.
Checksums-Sha1: 
 6ce10c7f0773ecb0e10514d4cc3ed58c5115fb39 2662 collectd_5.4.0-3.dsc
 bb40aebef678fd9ab0885fe86911b6c7b8a85408 76658 collectd_5.4.0-3.diff.gz
 0aa1781173c82a997f2330c87cca39b24b7cf38c 770800 collectd-core_5.4.0-3_amd64.deb
 88b3bf590800df4f833307d86c4a3bad39a4b4a1 84880 collectd_5.4.0-3_amd64.deb
 17c699a8022cbff5f6ad9617a32c7cddcd44fb8f 99294 collectd-utils_5.4.0-3_amd64.deb
 d445800c408c6d469f458581008aac80d6572b82 1040540 collectd-dbg_5.4.0-3_amd64.deb
 49e670f1a300b6ee7dfad9dbc440405f7a691aa4 79026 
libcollectdclient-dev_5.4.0-3_amd64.deb
 d5c5a37ae40576bcdec086843ba37ef209b6677e 88718 
libcollectdclient1_5.4.0-3_amd64.deb
 0c5ac407bbea5cca29326577b87da23b9fd8d7c4 114236 collectd-dev_5.4.0-3_all.deb
Checksums-Sha256: 
 9cae04e59609103083bce05a075e94d5aa8c0bc2ce9b587bcdffe84223e64cae 2662 
collectd_5.4.0-3.dsc
 e50fae88da0683eda0f2ad4fcc5dcc10782256cdfba4d3354dcc95af5c1b9340 76658 
collectd_5.4.0-3.diff.gz
 3a896f2d568e14d1a473cd71f522ebb05a124aee4884d9cec2789ec03d61e529 770800 

Bug#713717: hardinfo: FTBFS: ld: cannot find -llzma

2013-11-23 Thread Roland Stigge
Hi,

I can confirm that adding liblzma-dev to build-deps fixes the issue.

Thanks,

Roland


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



Bug#730300: liblttng-ust2 and liblttng-ust0: error when trying to install together

2013-11-23 Thread Ralf Treinen
Package: liblttng-ust0,liblttng-ust2
Version: liblttng-ust0/2.3.0-3
Version: liblttng-ust2/2.3.0-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2013-11-23
Architecture: amd64
Distribution: sid

Hi,

automatic installation tests of packages that share a file and at the
same time do not conflict by their package dependency relationships has
detected the following problem:


Selecting previously unselected package liburcu1.
(Reading database ... 10882 files and directories currently installed.)
Unpacking liburcu1 (from .../liburcu1_0.7.7-1_amd64.deb) ...
Selecting previously unselected package liblttng-ust-ctl2:amd64.
Unpacking liblttng-ust-ctl2:amd64 (from 
.../liblttng-ust-ctl2_2.3.0-3_amd64.deb) ...
Selecting previously unselected package liblttng-ust0:amd64.
Unpacking liblttng-ust0:amd64 (from .../liblttng-ust0_2.3.0-3_amd64.deb) ...
Selecting previously unselected package liblttng-ust2:amd64.
Unpacking liblttng-ust2:amd64 (from .../liblttng-ust2_2.3.0-1_amd64.deb) ...
dpkg: error processing /var/cache/apt/archives/liblttng-ust2_2.3.0-1_amd64.deb 
(--unpack):
 trying to overwrite '/usr/lib/x86_64-linux-gnu/liblttng-ust-fork.so.0.0.0', 
which is also in package liblttng-ust0:amd64 2.3.0-3
dpkg-deb: error: subprocess paste was killed by signal (Broken pipe)
Processing triggers for man-db ...
Errors were encountered while processing:
 /var/cache/apt/archives/liblttng-ust2_2.3.0-1_amd64.deb
E: Sub-process /usr/bin/dpkg returned an error code (1)


This is a serious bug as it makes installation fail, and violates
sections 7.6.1 and 10.1 of the policy. An optimal solution would
consist in only one of the packages installing that file, and renaming
or removing the file in the other package. Depending on the
circumstances you might also consider Replace relations or file
diversions. If the conflicting situation cannot be resolved then, as a
last resort, the two packages have to declare a mutual
Conflict. Please take into account that Replaces, Conflicts and
diversions should only be used when packages provide different
implementations for the same functionality.

Here is a list of files that are known to be shared by both packages
(according to the Contents file for sid/amd64, which may be
slightly out of sync):

  /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile-fast.so.0.0.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-cyg-profile.so.0.0.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-fork.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-fork.so.0.0.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-libc-wrapper.so.0.0.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust-tracepoint.so.0.0.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust.so.0
  /usr/lib/x86_64-linux-gnu/liblttng-ust.so.0.0.0

This bug has been filed against both packages. If you, the maintainers of
the two packages in question, have agreed on which of the packages will
resolve the problem please reassign the bug to that package. You may then
also register in the BTS that the other package is affected by the bug.

-Ralf.

PS: for more information about the detection of file overwrite errors
of this kind see http://edos.debian.net/file-overwrites/.


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



Processed: affects 730278

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 affects 730278 liblttng-ust-dev
Bug #730278 [liblttng-ust-ctl2] liblttng-ust-ctl2: fails to install, trying to 
overwrite /usr/lib/x86_64-linux-gnu/liblttng-ust-ctl.so.2.0.0
Added indication that 730278 affects liblttng-ust-dev
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
730278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730278
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 718564

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 718564 - patch
Bug #718564 [libhesiod0] libhesiod0: harmful purge action in M-A: same package: 
rm -f /etc/hesiod.conf
Removed tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
718564: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=718564
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: Re: Please remove the libfontconfig NMU from the delayed incoming

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 affects -1 src:poppler
Bug #728444 [libfontconfig1] libfontconfig1: xpdf is broken by fontconfig 
version 2.11.0-1
Added indication that 728444 affects src:poppler

-- 
728444: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728444
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: tagging 712368

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 712368 + pending
Bug #712368 [src:vm] vm: FTBFS: manuals build fails against textinfo5 because 
some incompatibles changes wrt 4.13 and below (some warnings have turned into 
errors)
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
712368: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712368
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#728444: Please remove the libfontconfig NMU from the delayed incoming

2013-11-23 Thread Michael Gilbert
control: affects -1 src:poppler

On Fri, Nov 22, 2013 at 3:56 AM, Josselin Mouette wrote:
 I fully agree with Adrian that your “fix” is absolutely incorrect.

Thanks for the feedback.  I've canceled the nmu.

 It will temporarily make xpdf work again, and break many other packages
 that have been built against the newer fontconfig.

Note that poppler also got hit with a similar issue once it was
rebuilt against fontconfig 2.11 (bug #730112), so the impact is
slightly larger than xpdf.  Rebuilding poppler against fontconfig with
pthreads disabled (via my proposed patch) solves that problem as well.

I saw another Assertion ... failed! bug report lately, but don't
recall which package that was in, which may also be due to the same
underlying problem.

 Since the actual bug lies in xpdf, please update xpdf and I’ll add the
 relevant Breaks in fontconfig.

I think some effort may be appropriate to make sure there are no
mistakes/bugs in fontconfig's recent conversion to pthreads.  At the
same time, we'll continue to look into solutions for poppler/xpdf.

Best wishes,
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#730112: poppler-utils: pdftotext unusable: Inconsistency detected by ld.so / Assertion failed

2013-11-23 Thread Debian Bug Tracking System
Processing control commands:

 retitle -1 poppler-utils: pdftotext broken by fontconfig with
Bug #730112 [poppler-utils] poppler-utils: pdftotext unusable: Inconsistency 
detected by ld.so / Assertion failed
Changed Bug title to 'poppler-utils: pdftotext broken by fontconfig with' from 
'poppler-utils: pdftotext unusable: Inconsistency detected by ld.so / Assertion 
failed'

-- 
730112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Bug#730112: poppler-utils: pdftotext unusable: Inconsistency detected by ld.so / Assertion failed

2013-11-23 Thread Michael Gilbert
control: retitle -1 poppler-utils: pdftotext broken by fontconfig with
pthreads enabled
control: block -1 by 728444

On Thu, Nov 21, 2013 at 10:18 AM, Vincent Lefevre wrote:
 $ pdftotext file.pdf
 Inconsistency detected by ld.so: dl-version.c: 224: _dl_check_map_versions: 
 Assertion `needed != ((void *)0)' failed!

This is caused by the upload of fontconfig 2.11, which has pthreads
newly enabled.

I've tested that disabling pthreads in fontconfig and rebuilding
poppler solves this problem.

Best wishes,
Mike


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



Processed: your mail

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 730112 popler-utils: pdftotext broken by fontconfig 2.11
Bug #730112 [poppler-utils] poppler-utils: pdftotext broken by fontconfig with
Changed Bug title to 'popler-utils: pdftotext broken by fontconfig 2.11' from 
'poppler-utils: pdftotext broken by fontconfig with'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
730112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730112
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



Processed: reassign 700406 to src:radare2-bindings, forcibly merging 700406 707431

2013-11-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 700406 src:radare2-bindings 0.9-1
Bug #700406 [radare2-bindings] radare2-bindings: FTBFS: cp: cannot stat 
'python/*.so': No such file or directory
Bug reassigned from package 'radare2-bindings' to 'src:radare2-bindings'.
No longer marked as found in versions 0.9-1.
Ignoring request to alter fixed versions of bug #700406 to the same values 
previously set
Bug #700406 [src:radare2-bindings] radare2-bindings: FTBFS: cp: cannot stat 
'python/*.so': No such file or directory
Marked as found in versions radare2-bindings/0.9-1.
 forcemerge 700406 707431
Bug #700406 [src:radare2-bindings] radare2-bindings: FTBFS: cp: cannot stat 
'python/*.so': No such file or directory
Bug #707431 [src:radare2-bindings] radare2-bindings: FTBFS: ld: cannot find 
-lperl
Merged 700406 707431
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
700406: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=700406
707431: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707431
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


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



  1   2   >