Bug#746337: [marble-plugins] I cannot install marble-plugins because of missing packages

2014-04-29 Thread Reinhard Karcher
Package: marble-plugins
Version: 4:4.12.3-1
Severity: serious

marble-plugins in experimental depends on libgps20 and libshp1, that are 
no longer in unstable/testing. The version in unstable depends on 
libgps21 and libshp2. To install the package, I had to use 
snapshots.debian.org.

Reinhard


--- System information. ---
Architecture: amd64
Kernel:   Linux 3.14-trunk-amd64

Debian Release: jessie/sid
  500 unstabledebian 
  500 testing debian 
  101 experimentaldebian 

--- Package information. ---
Depends(Version) | Installed
-+-==
libc6  (= 2.14) | 
libgps20(= 3.3) | 
libmarblewidget17 (= 4:4.12.3-1) | 
libphonon4  (= 4:4.2.0) | 
libqextserialport1  (= 1.2.0~beta2) | 
libqt4-declarative  (= 4:4.7.0~rc1) | 
libqt4-network  (= 4:4.6.1) | 
libqt4-script   (= 4:4.5.3) | 
libqt4-sql  (= 4:4.5.3) | 
libqt4-svg  (= 4:4.5.3) | 
libqt4-xml  (= 4:4.5.3) | 
libqtcore4  (= 4:4.8.0) | 
libqtgui4   (= 4:4.8.0) | 
libqtlocation1   | 
libqtwebkit4   (= 2.1.0~2011week13) | 
libquazip0   | 
libshp1  | 
libstdc++6(= 4.4.0) | 
phonon   | 


Package's Recommends field is empty.

Package's Suggests field is empty.


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



Bug#635317: [9ad3957] Fix for Bug#635317 committed to git

2014-04-29 Thread Manoj Srivastava

tags 635317 +pending
thanks
Hi,

 The following change has been committed for this bug by
 Manoj Srivastava sriva...@golden-gryphon.com on Tue, 29 Apr 2014 00:01:25 
-0700.
 The fix will be in the next upload. 
=
[master]: Pull back some patches from upstream git that fix bugs.

* Pull back some patches from upstream git that fix bugs. One of these
  converts the mixed implicit and explicit rule error into a warning,
  and that should give us a grace period to fix the Makefiles,
* Bug fix: FTBFS with make 3.82 from experimental, thanks to Daniel
  Schepler. This package was not reported broken in the archive rebuild:
  see http://aws-logs.debian.net/ftbfs-logs/results-make4/ (Closes: #720686).
* Bug fix: make 3.82: with -j tries to run receipes without
  prerequisites yet done, thanks to Bernhard R. Link. This was not seen
  in the archive rebuild, and the upstream report has ben closed a being
  fixed in 4.0 (Closes: #722520).
* Bug fix: run dh-autoreconf to update config.{sub,guess} and
  {libtool,aclocal}.m4, thanks to Wookey. We now do indeed run
  autoreconf.  (Closes: #689626).
* Bug fix: spurious circular dependency, thanks to Frank Heckenbach
  Bug fixed in new version.  (Closes: #669968).
* Bug fix: make 3.82: fails to parse archive syntax, thanks to Andrew
  Shadura (Closes: #675612).
* Bug fix: binary package make lacks quot;Multi-Arch: foreignquot;
  declaration, thanks to Helmut Grohne (Closes: #693926).
* Bug fix: make 3.82 breaks kernel module build: #39;mixed implicit
  and normal rules#39; in linux-headers-*, thanks to Dean Loros
  (Closes: #635317).
* Bug fix: please package upstream version 4.0, thanks to Andrew
  Shadura (Closes: #734387).
* Bug fix: optionally echo all commands, even if preceded with @,
  thanks to Vincent Lefevre (Closes: #451092).
* Bug fix: quot;Make is a HUGE memory hogquot;, thanks to Matthias
  Klose (Closes: #342726).
=


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



Bug#636538: marked as done (FTBFS with make (3.82-1) from experimental)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 07:19:36 +
with message-id e1wf2kg-0004xj...@franck.debian.org
and subject line Bug#635317: fixed in make-dfsg 4.0-2
has caused the Debian Bug report #635317,
regarding FTBFS with make (3.82-1) from experimental
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.)


-- 
635317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635317
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libc6
Version: 2.13-13
Severity: normal

While trying to build eglibc 2.13-13 using make 3.82-1 from
experimental, build stops with


make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/wctype'
/usr/bin/make  subdir=manual -C manual ..=../ subdir_lib
sed: can't read libc.texinfo: No such file or directory
make[3]: Entering directory `/var/tmp/build/eglibc-2.13/manual'
Makefile:235: *** mixed implicit and normal rules.  Stop.
make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/manual'
make[2]: *** [manual/subdir_lib] Error 2
make[2]: Leaving directory `/var/tmp/build/eglibc-2.13'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/var/tmp/build/eglibc-2.13/build-tree/amd64-libc'
make: *** [/var/tmp/build/eglibc-2.13/stamp-dir/build_libc] Error 2

The Makefile in question is manual/Makefile, generated by patch
all/local-remove-manual.diff, and the offending rule is

$(objpfx)stubs ../po/manual.pot $(objpfx)stamp%:
   $(make-target-directory)
   touch $@

After splitting that up into a normal and an implicit rule build stops
again with


make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/iconv'
/usr/bin/make  subdir=locale -C locale ..=../ subdir_install
make[3]: Entering directory `/var/tmp/build/eglibc-2.13/locale'
make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/locale'
make[3]: Entering directory `/var/tmp/build/eglibc-2.13/locale'
/usr/bin/install -c -m 644 locale.h /usr/include/locale.h
/usr/bin/install: cannot remove `/usr/include/locale.h': Permission
denied
make[3]: *** [/usr/include/locale.h] Error 1
make[3]: Leaving directory `/var/tmp/build/eglibc-2.13/locale'
make[2]: *** [locale/subdir_install] Error 2
make[2]: Leaving directory `/var/tmp/build/eglibc-2.13'
make[1]: *** [install] Error 2
make[1]: Leaving directory
`/var/tmp/build/eglibc-2.13/build-tree/amd64-libc'
make: *** [/var/tmp/build/eglibc-2.13/stamp-dir/install_libc] Error 2


Looks like make somehow lost the value of install_root, but 
earlier install_root seemed OK, e.g.

make[3]: Entering directory `/var/tmp/build/eglibc-2.13/iconv'
/usr/bin/install -c -m 644 iconv.h 
/var/tmp/build/eglibc-2.13/debian/tmp-libc/usr/include/iconv.h
/usr/bin/install -c -m 644 gconv.h /var/tmp/build/eglibc-2.13/debian/tmp-libc/us
r/include/gconv.h


Note that the problem is not specific to -13, at least -12 and -11
fail in the same way.

Cheers, Roderich


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

Kernel: Linux 3.0.0 (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

Versions of packages libc6 depends on:
ii  libc-bin  2.13-13Embedded GNU C Library: Binaries
ii  libgcc1   1:4.6.1-5  GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
ii  cdebconf [debconf-2.0]0.156  Debian Configuration Management Sy
ii  debconf [debconf-2.0] 1.5.41 Debian configuration management sy
ii  glibc-doc 2.13-10Embedded GNU C Library: Documentat
ii  locales   2.13-13Embedded GNU C Library: National L

ii  make  3.82-1 utility for directing compilation

-- debconf information:
* glibc/upgrade: true
  glibc/disable-screensaver:
* glibc/restart-failed:
* glibc/restart-services: samba exim4 cups cron atd


---End Message---
---BeginMessage---
Source: make-dfsg
Source-Version: 4.0-2

We believe that the bug you reported is fixed in the latest version of
make-dfsg, 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 635...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Manoj Srivastava sriva...@debian.org (supplier of updated make-dfsg package)

(This message was generated 

Processed: [9ad3957] Fix for Bug#635317 committed to git

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 635317 +pending
Bug #635317 [make] make 3.82 breaks kernel module build: 'mixed implicit and 
normal rules' in linux-headers-*
Bug #636538 [make] FTBFS with make (3.82-1) from experimental
Bug #636583 [make] make 3.82 breaks kernel module build: 'mixed implicit and 
normal rules' in linux-headers-*
Bug #636598 [make] make 3.82 breaks kernel module build: 'mixed implicit and 
normal rules' in linux-headers-*
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
635317: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=635317
636538: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636538
636583: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636583
636598: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636598
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#746338: libservlet3.1-java-doc and libservlet3.0-java-doc: error when trying to install together

2014-04-29 Thread Ralf Treinen
Package: libservlet3.0-java-doc,libservlet3.1-java-doc
Version: libservlet3.0-java-doc/7.0.52-1
Version: libservlet3.1-java-doc/8.0.3-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2014-04-29
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 libservlet3.0-java-doc.
(Reading database ... 10936 files and directories currently installed.)
Preparing to unpack .../libservlet3.0-java-doc_7.0.52-1_all.deb ...
Unpacking libservlet3.0-java-doc (7.0.52-1) ...
Selecting previously unselected package libservlet3.1-java-doc.
Preparing to unpack .../libservlet3.1-java-doc_8.0.3-1_all.deb ...
Unpacking libservlet3.1-java-doc (8.0.3-1) ...
dpkg: error processing archive 
/var/cache/apt/archives/libservlet3.1-java-doc_8.0.3-1_all.deb (--unpack):
 trying to overwrite '/usr/share/doc-base/servlet30-api', which is also in 
package libservlet3.0-java-doc 7.0.52-1
Errors were encountered while processing:
 /var/cache/apt/archives/libservlet3.1-java-doc_8.0.3-1_all.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/share/doc-base/servlet30-api

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



Bug#745901: fglrx-driver: fglrx update crashes totem, gdm, gnome-session and anything that uses clutter

2014-04-29 Thread Craig Small
On Tue, Apr 29, 2014 at 12:32:23AM +0200, Andreas Beckmann wrote:
 Please try 14.4 release, just uploaded. If that still fails, can you try
 to downgrade the Xserver stack to 1.14 and/or the MESA stack to
 something  10.x?
I tried fglrx driver and libraries 1:14-4-1 got the same result.
The mesa one will take some time to arrange.

 - Craig

-- 
Craig Small (@smallsees)   http://enc.com.au/   csmall at : enc.com.au
Debian GNU/Linux   http://www.debian.org/   csmall at : debian.org
GPG fingerprint:5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


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



Bug#715278: Any attempt to have intel-gpu-tools 1.6 which fixes this bug ?

2014-04-29 Thread shirish शिरीष
Hi all,
Is there any attempt to get intel-gpu-tools 1.6 which fixes the bug ?

Looking forward to the new release.
-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com
065C 6D79 A68C E7EA 52B3  8D70 950D 53FB 729A 8B17


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

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 745233
Bug #745233 {Done: Jordi Mallach jo...@debian.org} [libgmp10] libgmp10: Wrong 
shlibs information after 6.0.0 adds new symbols
Bug #746216 {Done: Jordi Mallach jo...@debian.org} [libgmp10] 
libhogweed.so.2: undefined reference to `__gmpz_limbs_modify'
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions gmp/2:6.0.0+dfsg-2.1.
No longer marked as fixed in versions gmp/2:6.0.0+dfsg-2.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745233
746216: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746216
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#745233: Something is still wonky

2014-04-29 Thread Benjamin Eltzner
Hi, it seems something is still wonky. As bug 746216, which describes
the exact problem, has been merged with this bug, I would like to reopen it.

My package qpdfview failed to build on kfreebsd-i386, mips, and powerpc
(so far kfreebsd-amd64 and mipsel builds have not yet started) with the
log tail:

//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_modify'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_write'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpn_cnd_add_n'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpn_cnd_sub_n'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_finish'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpz_roinit_n'
//usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_read'
collect2: error: ld returned 1 exit status
make[2]: *** [qpdfview] Error 1
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [sub-application-pro-make_default-ordered] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 25

See here:

https://buildd.debian.org/status/package.php?p=qpdfview

As the newest gmp version has successfully built on all these
architectures a day ago, I figure the problem still persists in some way.

Best, Benjamin


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



Bug#743828: marked as done (redmine: security: CVE-2014-1985: open redirector issue)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 09:22:11 +
with message-id e1wf4et-0002wa...@franck.debian.org
and subject line Bug#743828: fixed in redmine 2.5.1-1
has caused the Debian Bug report #743828,
regarding redmine: security: CVE-2014-1985: open redirector issue
to be marked as done.

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

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


-- 
743828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: redmine
Severity: serious
Tags: security

Quoting from:

http://www.openwall.com/lists/oss-security/2014/04/06/1

 Redmine versions 2.4.5 and 2.5.1 fixed an open redirector issue.  The
 code verifying the redirection URIs accepted scheme-relative URIs
 which can lead to different hosts:
 
 http://www.redmine.org/projects/redmine/wiki/Security_Advisories
 http://www.redmine.org/projects/redmine/wiki/Changelog
 https://github.com/redmine/redmine/commit/7567c3d8b21fe67e5f04e6839c1fce061600f2f3.patch

This issue is present in all redmine versions.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


signature.asc
Description: This is a digitally signed message part
---End Message---
---BeginMessage---
Source: redmine
Source-Version: 2.5.1-1

We believe that the bug you reported is fixed in the latest version of
redmine, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý ond...@debian.org (supplier of updated redmine 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: Tue, 29 Apr 2014 09:38:26 +0200
Source: redmine
Binary: redmine redmine-mysql redmine-pgsql redmine-sqlite
Architecture: source all
Version: 2.5.1-1
Distribution: unstable
Urgency: medium
Maintainer: Jérémy Lal kapo...@melix.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 redmine- flexible project management web application
 redmine-mysql - metapackage providing MySQL dependencies for Redmine
 redmine-pgsql - metapackage providing PostgreSQL dependencies for Redmine
 redmine-sqlite - metapackage providing sqlite dependencies for Redmine
Closes: 743828
Changes: 
 redmine (2.5.1-1) unstable; urgency=medium
 .
   * Add ruby-i18n (= 0.6.9-1~) dependency to unbreak upgrades in backports
   * New upstream version 2.5.1 (Closes: #743828)
   * Refresh patches for 2.5.1 release
Checksums-Sha1: 
 ad55b769723547855d0ed47a876edfc7e1a6aaf4 2247 redmine_2.5.1-1.dsc
 215a21c850d48ff5c7399b5c3192961e2e591c0f 2147272 redmine_2.5.1.orig.tar.gz
 f3add40c5785172122939ec001ad052b157a6ac1 36076 redmine_2.5.1-1.debian.tar.xz
 97517f02308843ab33c5bf53ad554ea0efb3dba8 4622318 redmine_2.5.1-1_all.deb
 ac2ce6b743f3610661d52eb690e20e298f7800b2 67698 redmine-mysql_2.5.1-1_all.deb
 806660b5b56ea185bbf00136e1da8cfd8951c2ab 67660 redmine-pgsql_2.5.1-1_all.deb
 30247504edb3c3e7f57a315e8ca0a0c2cd3cf171 67646 redmine-sqlite_2.5.1-1_all.deb
Checksums-Sha256: 
 4113bbd94dccf56f4f3455e7f4c75f947355f135ab7d39d7baa85a66afe2e671 2247 
redmine_2.5.1-1.dsc
 4c423ba583991d2f484c0f552bb3f6d80efa680f69b7f3a1da4d3aba0c4be0a3 2147272 
redmine_2.5.1.orig.tar.gz
 beebfc73df213e9d321eaaf9f90d5ce0b5800eb8830b93632b57559c40967177 36076 
redmine_2.5.1-1.debian.tar.xz
 452e2dc50af22524e2168842eb3cc31ebda5998dfa4c79e931f08bfbab73ea60 4622318 
redmine_2.5.1-1_all.deb
 cdcb1fac92356affcdfda3f149a5cf57901023027e773fefc7ef07926474ee7c 67698 
redmine-mysql_2.5.1-1_all.deb
 4a463b0eb18e22fe4d9512c5e20d2ede9ce3651780a0fec97c4974912bd533c8 67660 
redmine-pgsql_2.5.1-1_all.deb
 92981212b08648caa41ffac07c14da147dcd7d6a1fb2ad81092bbfb1fe32c262 67646 
redmine-sqlite_2.5.1-1_all.deb
Files: 
 0e39a43f671e6d0cc8186a3c7b52f43b 4622318 web extra redmine_2.5.1-1_all.deb
 8fa30f87307c3f8ebbdf8a2f777273a0 67698 web extra redmine-mysql_2.5.1-1_all.deb
 62b06262d5c81661c590c9af732146fd 67660 web extra redmine-pgsql_2.5.1-1_all.deb
 420996c31e0aa2601100124a0c036e95 67646 web extra redmine-sqlite_2.5.1-1_all.deb
 1c64c016e07de1103910b9651c40761b 2247 web extra redmine_2.5.1-1.dsc
 fa2d871e478b37b35b0dabadf1192335 2147272 web extra redmine_2.5.1.orig.tar.gz
 809d263c0a58f52ddd5decdabb9d04e0 36076 web extra 

Processed: reopening 743828, found 743828 in redmine/1.4.4+dfsg1-2+deb7u1 ..., found 743828 in redmine/1.0.1-2

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reopen 743828
Bug #743828 {Done: Ondřej Surý ond...@debian.org} [redmine] redmine: 
security: CVE-2014-1985: open redirector issue
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions redmine/2.5.1-1.
 found 743828 redmine/1.4.4+dfsg1-2+deb7u1
Bug #743828 [redmine] redmine: security: CVE-2014-1985: open redirector issue
Marked as found in versions redmine/1.4.4+dfsg1-2+deb7u1.
 found 743828 redmine/2.4.2-1~bpo70+1
Bug #743828 [redmine] redmine: security: CVE-2014-1985: open redirector issue
Marked as found in versions redmine/2.4.2-1~bpo70+1.
 found 743828 redmine/1.0.1-2
Bug #743828 [redmine] redmine: security: CVE-2014-1985: open redirector issue
Marked as found in versions redmine/1.0.1-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743828
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#746357: redmine 2.5.x needs awesome_nested_set gem

2014-04-29 Thread Ondřej Surý
Package: redmine
Version: 2.5.1-1
Severity: serious
Justification: Policy 3.5

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Redmine cannot be installed since it needs new dependencies:

ruby-awesome-nested-set (ITP#746355)

This is a we-know-about-the-bug kind of bug.

If you absolutelly need new redmine, please download
ruby-awesome-nested-set from the git repository or the NEW queue.

Ondrej

- -- System Information:
Debian Release: 7.4
  APT prefers stable
  APT policy: (900, 'stable'), (800, 'testing')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJTX3LCAAoJEAyZtw70/LsHaQ0QAJFrNRZ/nSYB/h+g1wlBNn/5
dNYjdLbM6KwT43wLKAv67i+3HRY5pM8ks8qAASR6Xr+KAVImuLUBdzPS61yU1OXZ
zFueHnZwcd3g4lXrGbRRQLHPd99o6Ul0UlUNPXIc24LonDtwuTe6An77NtEqHLSy
/FKrXviR8SdoP09arBOO+Fs3EGODfnCIMKqB86mu7KI2eMApJoUICEcmoK1SDi7F
C4V8MIStiwgi5AwumNcYAegCB6rvDERIHLUUr7+lTNY9gQgNgy0armA1Pb3YLC4R
WsZHeGsvyHTcAGC3JN6WycA869Tk88iA93dzalbdDgjGrfV09j7+cZxn6yTVoSls
fPau5bRoQ/uaNS3CJKFCNCk1fk+/jhWkRmugX235WYS1Y6wkRikP0nsmv/N7whDX
ghpuyykepaOV/WpMQ/1FlEorLUrJUXrHWzjtpo6g+rc9cKus8te9qVcm/DtCAd1u
OdvlEHfbmTgYOgdIGIQ6HpqBNu+dMFrc1Gnn5gfB7ag25FmwENGMQybaXU/ExVTF
MLVjjFXutfcow++UbhQFNnIpPxqfxHMZwJHr0u3HlGbeysOTuPi+Njrw+7a7xPqk
H94JvqQ8AUbqnJcugEyjQiUUzoAuJMXTkgOdp6FSXEGoclDSDbfkAzW0v7EOlnSN
rf83GYm64RgSpQhGjzKY
=Z7ia
-END PGP SIGNATURE-


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



Bug#745897: Apache Struts 1.x ClassLoader Manipulation: Use CVE-2014-0114

2014-04-29 Thread Arun Babu Neelicattu
Although the attack vector is the same as that for CVE-2014-0094, this
needs to be considered as a separate flaw [1].

Please use CVE-2014-0114 to refer to this flaw affecting Apache Struts
1.x.

[1]
http://mail-archives.apache.org/mod_mbox/struts-announcements/201404.mbox/%3C535F5F52.4040108%40apache.org%3E

-- 
Arun Neelicattu / Red Hat Security Response Team 
PGP: 0xC244393B 5229 F596 474F 00A1 E416  CF8B 36F5 5054 C244 393B


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



Processed: bug 746278 is forwarded to https://github.com/owncloud/mirall/issues/1727

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 746278 https://github.com/owncloud/mirall/issues/1727
Bug #746278 [src:owncloud-client] owncloud-client: FTBFS: tests fail when ran 
in parallel
Set Bug forwarded-to-address to 
'https://github.com/owncloud/mirall/issues/1727'.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746278: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746278
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: ITA: downtimed

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 745641 ITA: downtimed -- monitor of downtime, shutdown, and crashes
Bug #745641 [ssl-cert-check] Missing dependencies
Changed Bug title to 'ITA: downtimed -- monitor of downtime, shutdown, and 
crashes' from 'Missing dependencies'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745641
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#745641: ITA: downtimed

2014-04-29 Thread Stefan Bauer
retitle 745641 ITA: downtimed -- monitor of downtime, shutdown, and crashes
thanks

Hi Mats,

i will take over your package and will prepare an upload within the next few 
hours.
An initial sponsor upload would be nice as I'm only DM.

Thank you.

Stefan


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



Processed: block 746357 with 746355

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 block 746357 with 746355
Bug #746357 [redmine] redmine 2.5.x needs awesome_nested_set gem
746357 was not blocked by any bugs.
746357 was not blocking any bugs.
Added blocking bug(s) of 746357: 746355
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746357
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: your mail

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 745641 Bug #745641 [ssl-cert-check] Missing dependencies
Bug #745641 [ssl-cert-check] ITA: downtimed -- monitor of downtime, shutdown, 
and crashes
Changed Bug title to 'Bug #745641 [ssl-cert-check] Missing dependencies' from 
'ITA: downtimed -- monitor of downtime, shutdown, and crashes'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745641: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745641
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: severity of 746351 is normal, retitle 746351 to systemd: multi-line syslog messages are truncated

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 severity 746351 normal
Bug #746351 [systemd] systemd: Log entries are being shortened
Severity set to 'normal' from 'critical'
 retitle 746351 systemd: multi-line syslog messages are truncated
Bug #746351 [systemd] systemd: Log entries are being shortened
Changed Bug title to 'systemd: multi-line syslog messages are truncated' from 
'systemd: Log entries are being shortened'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746351: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746351
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#745641:

2014-04-29 Thread Stefan Bauer
retitle 745641 Bug #745641 [ssl-cert-check] Missing dependencies
thanks

Ups! Sorry - wrong bug id.

Stefan


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



Processed: better fixing at aolserver4 level

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 746166 aolserver4
Bug #746166 [aolserver4-nsldap] FTBFS in sid/Tcl 8.6
Bug reassigned from package 'aolserver4-nsldap' to 'aolserver4'.
No longer marked as found in versions aolserver4-nsldap/0.8-4.
Ignoring request to alter fixed versions of bug #746166 to the same values 
previously set
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746166
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#746360: FTBFS as test does not terminate

2014-04-29 Thread Michael Tautschnig
Package: ceilometer
Version: 2014.1-1
Severity: serious
Usertags: goto-cc

While attempting to rebuild all packages in a clean chroot (using cowbuilder and
pbuilder), the build of ceilometer got stalled for more than 8 hours. This is
the relevant lines of `ps faux`:

1001 22311  0.0  0.0  10824   872 ?S03:02   0:00  |  \_ 
/usr/bin/make -f debian/rules build
1001 24128  0.0  0.0  41924 10080 ?S03:02   0:00  |  \_ 
/usr/bin/perl -w /usr/bin/dh build --with python2
1001 33372  0.0  0.0  10820   884 ?S03:02   0:00  |  \_ 
/usr/bin/make -f debian/rules override_dh_auto_test
1001 35481  0.0  0.0  10780   676 ?S03:02   0:00  | 
 \_ /bin/sh -c set -e  \ ?TEMP_REZ=`mktemp -t`  \ ?bash -x 
./setup-test-env.sh testr run --subunit 'tests\.(?!.*test_bin.*)' | tee 
$TEMP_REZ | subunit2pyunit || true ; \ ?cat $TEMP_REZ | subunit-filter -s 
--no-passthrough | subunit-stats || true ; \ ?rm -f $TEMP_REZ ;
1001 35493  0.0  0.0  13832  1420 ?S03:02   0:00  | 
 \_ bash -x ./setup-test-env.sh testr run --subunit tests\.(?!.*test_bin.*)
1001 35546  0.3  0.0  79028  4476 ?S03:02   1:35  | 
 |   \_ mongod --maxConns 32 --nojournal --noprealloc --smallfiles --quiet 
--noauth --port 29000 --dbpath /tmp/CEILO-MONGODB-1cira --bind_ip localhost 
--config /dev/null
1001 35495  0.0  0.0  10688   384 ?S03:02   0:00  | 
 \_ tee /tmp/tmp.K9wTUj6Ns6
1001 35498  0.0  0.0  46160 11816 ?S03:02   0:00  | 
 \_ /usr/bin/python /usr/bin/subunit2pyunit

That is, all the listed processes were started at 03:02 hours, while the current
time on the system is now 11:13:34. The problem was fully reproducible, i.e.,
this is the result of the second attempt of building ceilometer.

The full build log is attached.

Best,
Michael



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


pgptnOYDqShtB.pgp
Description: PGP signature


Processed: your mail

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 reassign 746338 tomcat8
Bug #746338 [libservlet3.0-java-doc,libservlet3.1-java-doc] 
libservlet3.1-java-doc and libservlet3.0-java-doc: error when trying to install 
together
Bug reassigned from package 'libservlet3.0-java-doc,libservlet3.1-java-doc' to 
'tomcat8'.
Ignoring request to alter found versions of bug #746338 to the same values 
previously set
Ignoring request to alter fixed versions of bug #746338 to the same values 
previously set

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
746338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746338
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#746166: marked as done (FTBFS in sid/Tcl 8.6)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 10:33:47 +
with message-id e1wf5mb-0006or...@franck.debian.org
and subject line Bug#746166: fixed in aolserver4 4.5.1-18
has caused the Debian Bug report #746166,
regarding FTBFS in sid/Tcl 8.6
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.)


-- 
746166: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746166
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: aolserver4-nsldap
Version: 0.8-4
Usertags: goto-cc

While compiling the package using our research compiler infrastructure the build
failed with the following error:

[...]
gcc -I/usr/local/include -DUSE_TCL8X -O2 -Wall -fPIC -I/usr/include/aolserver4 
-I/usr/include/tcl8.6  -DNO_CONST -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\tcl\ 
-DPACKAGE_TARNAME=\tcl\ -DPACKAGE_VERSION=\8.6\ -DPACKAGE_STRING=\tcl\ 
8.6\ -DPACKAGE_BUGREPORT=\\ -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
-D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
-DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\iso8859-1\ -DHAVE_ZLIB=1 
-DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\.so\ -DNDEBUG=1 
-DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 
-DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 
-DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 
-DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 
-DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 
-DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 
-DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 
-DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 
-DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 
-DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 
-DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 
-DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 
-DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 
-DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  -DPACKAGE_NAME=\\ -DPACKAGE_TARNAME=\\ 
-DPACKAGE_VERSION=\\ -DPACKAGE_STRING=\\ -DPACKAGE_BUGREPORT=\\ 
-DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 
-DHAVE_POLL=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o nsldap.o 
nsldap.c
command-line:0:0: warning: PACKAGE_NAME redefined [enabled by default]
command-line:0:0: note: this is the location of the previous definition
command-line:0:0: warning: PACKAGE_TARNAME redefined [enabled by default]
command-line:0:0: note: this is the location of the previous definition
command-line:0:0: warning: PACKAGE_VERSION redefined [enabled by default]
command-line:0:0: note: this is the location of the previous definition
command-line:0:0: warning: PACKAGE_STRING redefined [enabled by default]
command-line:0:0: note: this is the location of the previous definition
nsldap.c: In function 'LDAPIncrCount':
nsldap.c:932:9: warning: cast from pointer to integer of different size 
[-Wpointer-to-int-cast]
  prev = (int) Tcl_GetHashValue(hPtr);
 ^
In file included from /usr/include/aolserver4/nsthread.h:129:0,
 from /usr/include/aolserver4/ns.h:62,
 from nsldap.c:39:
nsldap.c:938:25: warning: cast to pointer from integer of different size 
[-Wint-to-pointer-cast]
  Tcl_SetHashValue(hPtr, (ClientData) count);
 ^
/usr/include/tcl8.6/tcl.h:2561:69: note: in definition of macro 
'Tcl_SetHashValue'
 #define Tcl_SetHashValue(h, value) ((h)-clientData = (ClientData) (value))
 ^
nsldap.c: In function 'LDAPPoolPutHandle':
nsldap.c:1103:18: warning: unused variable 'handlename' [-Wunused-variable]
 char*handlename;
  ^
nsldap.c: In function 'LDAPCmd':
nsldap.c:1460:53: error: 'Tcl_Interp' has no member named 'result'
 Tcl_DStringAppendElement(ds, interp-result);
  

Bug#746364: FTBFS: Can't open(GLOB(0x22f8018), athena_parts/rc.pl): No such file or directory

2014-04-29 Thread Michael Tautschnig
Package: horae
Version: 071~svn536-1
Severity: serious
Usertags: goto-cc

While attempting to rebuild all packages in a clean chroot (using cowbuilder and
pbuilder), the build of horae failed:

[...]
Building horae
/usr/bin/perl mkathena.PL bin/athena
Can't open(GLOB(0x22f8018), athena_parts/rc.pl): No such file or directory at 
(eval 3) line 4.
  main::__ANON__('GLOB(0x22f8018)', 'athena_parts/rc.pl') called at mkathena.PL 
line 13
mkathena.PL failed at /usr/share/perl/5.18/Module/Build/Base.pm line 2963.
make: *** [build-stamp] Error 2

The full build log is attached.

Best,
Michael



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


pgpZ4rvsCuhQR.pgp
Description: PGP signature


Bug#694143: php5-ffmpeg: FTBFS because of deprecated functions

2014-04-29 Thread Andreas Cadhalpun

Hi,

On 28.04.2014 23:37, Mikael Nordfeldth wrote:

Hello, I would like to present a patch which will help build
'php5-ffmpeg' against libav-0.9, after passing a hurdle which is not
handled by the patch.


thanks for the patch, it works. ;)


The hurdle is that 'libavutil-dev' has the header file 'time.h':
$ apt-file search libavutil/time.h
libavutil-dev: /usr/include/libavutil/time.h
[...]

The include path /usr/include/libavutil is added when the build scripts
configure ffmpeg-php, so the time.h references in various system
libraries get pointed to the _wrong_ time.h. The workaround I came up
with (because I did not come up with a proper solution) was to add:
#include /usr/include/time.h
into /usr/include/libavutil/time.h

If the wrong time.h is read, as is the case for the first issue of this
FTBFS, several declarations of structs such as 'time_t' are missing.


There is a patch for this in the upstream bug tracker [1], but most of 
this patch is irrelevant for the version in Debian (which probably 
should be updated), as it seems not to include headers from libavutil. 
Attached is a stripped down version, that allows (together with 
building ffmpeg-php with libav9.



The attached patch fixes the problems which occur _after_ the time.h
issue is fixed. The patch is designed to be put into the
'debian/patches' directory and added last in the 'debian/patches/series'
file. I don't currently know much more on how to package patches for
Debian projects :)


This package could use an update to source format 3.0 (quilt) [2].


While this makes it build alright, there is some kind of problem
remaining. I get bad frame counts on the getFrameCount() call (45888
frames instead of something like 190), while referencing frames with
getFrame(n) still fetches properly, in my test case the last fetchable
frame being 188.

So if someone else could please have a look at how to make it build with
the colliding libavutil/time.h we're soon able to have this package back
in the repositories :)


I'm wondering if this package should be back in jessie, because upstream 
seems to be dead since 2009 and even with these patches it fails to 
build with FFmpeg2.2/libav10, that are coming to Debian now [3][4]:


/tmp/buildd/ffmpeg-php-0.6.0/ffmpeg_movie.c: In function 
'_php_get_codec_name':
/tmp/buildd/ffmpeg-php-0.6.0/ffmpeg_movie.c:955:28: error: 
'AVCodecContext' has no member named 'sub_id'

 if (decoder_ctx-sub_id == 2)
^
/tmp/buildd/ffmpeg-php-0.6.0/ffmpeg_movie.c:957:33: error: 
'AVCodecContext' has no member named 'sub_id'

 else if (decoder_ctx-sub_id == 1)
 ^

sub_id got deprecated and subsequently removed, because this field is 
unused [5].


I think, what this package needs is a new upstream.

Best regards,
Andreas


1: http://sourceforge.net/p/ffmpeg-php/bugs/59/
2: https://wiki.debian.org/Projects/DebSrc3.0
3: https://bugs.debian.org/729203
4: https://bugs.debian.org/739079
5: 
http://sources.debian.net/src/libav/6:9.11-3/libavcodec/avcodec.h?hl=1377#L1377
diff --git a/config.m4 b/config.m4
index 778007c..0a20095 100644
--- a/config.m4
+++ b/config.m4
@@ -35,7 +35,6 @@ if test $PHP_FFMPEG != no; then
   dnl so we have to include them all.
   PHP_ADD_INCLUDE($i/include/libavcodec/)
   PHP_ADD_INCLUDE($i/include/libavformat/)
-  PHP_ADD_INCLUDE($i/include/libavutil/)
   PHP_ADD_INCLUDE($i/include/libswscale/)
   PHP_ADD_INCLUDE($i/include/libavfilter/)
   PHP_ADD_INCLUDE($i/include/libavdevice/)


Bug#745233: marked as done (libgmp10: Wrong shlibs information after 6.0.0 adds new symbols)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 12:22:39 +0200
with message-id 1914774.Ljt63qJYkI@madagaskar
and subject line Re: Something is still wonky
has caused the Debian Bug report #745233,
regarding libgmp10: Wrong shlibs information after 6.0.0 adds new symbols
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.)


-- 
745233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745233
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
package: libhogweed2
version: 2.7.1-2
severity: serious

Hi,

The new nettle upload contains a version of libhogweed2 which uses symbols
from the new version (6.0.0) of libgmp10, but it doesn't have a versioned
dependency. This means it's possible to install libhogweed2 with an older
version of libgmp10, but this doesn't work.

This also makes builds fail:

https://buildd.debian.org/status/fetch.php?pkg=sambaarch=i386ver=2%3A4.1.7%2Bdfsg-1stamp=1397911283

Cheers,

Ivo
---End Message---
---BeginMessage---
Version: gmp/2:6.0.0+dfsg-2.3

 Hi, it seems something is still wonky. As bug 746216, which describes
 the exact problem, has been merged with this bug, I would like to reopen it.
 
 My package qpdfview failed to build on kfreebsd-i386, mips, and powerpc
 (so far kfreebsd-amd64 and mipsel builds have not yet started) with the
 log tail:
 
 //usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
 `__gmpz_limbs_modify'

The bug is fixed in gmp, but nettle and other packages still need to be 
rebuilt to get the right dependencies.

Still, I'm not sure why not all autobuilders use the latest version from sid 
anyway.

-- 
Magnus Holmgren
Debian Developer---End Message---


Bug#746216: marked as done (libhogweed.so.2: undefined reference to `__gmpz_limbs_modify')

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 12:22:39 +0200
with message-id 1914774.Ljt63qJYkI@madagaskar
and subject line Re: Something is still wonky
has caused the Debian Bug report #745233,
regarding libhogweed.so.2: undefined reference to `__gmpz_limbs_modify'
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.)


-- 
745233: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745233
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libhogweed2
Version: 2.7.1-2
Severity: grave
Affects: vtk-dicom

Hopefully this is not just noise. I can not compile vtk-dicom anymore
it now fails with:


cd /«PKGBUILDDIR»/obj-i486-linux-gnu/Testing  /usr/bin/cmake -E
cmake_link_script CMakeFiles/TestDICOMDictionary.dir/link.txt
--verbose=1
/usr/bin/c++   -g -O2 -fstack-protector --param=ssp-buffer-size=4
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2   -Wno-deprecated
  -Wl,-z,relro -Wl,--as-needed
CMakeFiles/TestDICOMDictionary.dir/TestDICOMDictionary.cxx.o  -o
../bin/TestDICOMDictionary -rdynamic ../lib/libvtkDICOM.so.0.4.5
/usr/lib/libvtkCommon.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0
/usr/lib/libvtkIO.so.5.8.0 /usr/lib/libvtkFiltering.so.5.8.0
/usr/lib/libvtkCommon.so.5.8.0 -lm /usr/lib/libvtksys.so.5.8.0 -ldl
-Wl,-rpath,/«PKGBUILDDIR»/obj-i486-linux-gnu/lib
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_modify'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_write'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpn_cnd_add_n'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpn_cnd_sub_n'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_finish'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpz_roinit_n'
//usr/lib/i386-linux-gnu/libhogweed.so.2: undefined reference to
`__gmpz_limbs_read'


libhogweed seems to be underlinked (which is a grave issue).


ref:

https://buildd.debian.org/status/fetch.php?pkg=vtk-dicomarch=i386ver=0.4.5-1stamp=1398443405
---End Message---
---BeginMessage---
Version: gmp/2:6.0.0+dfsg-2.3

 Hi, it seems something is still wonky. As bug 746216, which describes
 the exact problem, has been merged with this bug, I would like to reopen it.
 
 My package qpdfview failed to build on kfreebsd-i386, mips, and powerpc
 (so far kfreebsd-amd64 and mipsel builds have not yet started) with the
 log tail:
 
 //usr/lib/i386-kfreebsd-gnu/libhogweed.so.2: undefined reference to
 `__gmpz_limbs_modify'

The bug is fixed in gmp, but nettle and other packages still need to be 
rebuilt to get the right dependencies.

Still, I'm not sure why not all autobuilders use the latest version from sid 
anyway.

-- 
Magnus Holmgren
Debian Developer---End Message---


Bug#746370: flashplugin-nonfree: Please make 11.2.202.356 available: security related

2014-04-29 Thread Eric Valette
Package: flashplugin-nonfree
Version: 1:3.4
Severity: critical
Tags: upstream
Justification: causes serious data loss

See http://helpx.adobe.com/security/products/flash-player/apsb14-13.html

-- Package-specific info:
Debian version: jessie/sid
Architecture: amd64
Package version: 1:3.4
Adobe Flash Player version: LNX 11,2,202,350
MD5 checksums:
208968bb1109e8627fa3c08b43814bee  
/var/cache/flashplugin-nonfree/get-upstream-version.pl
c691f758e2bd78240ea278e0180aaa2a  
/var/cache/flashplugin-nonfree/install_flash_player_11_linux.x86_64.tar.gz
d5fb702df9031ab6d3481e7106f94677  
/usr/lib/flashplugin-nonfree/libflashplayer.so
Alternatives:
flash-mozilla.so - auto mode
  link currently points to 
/usr/lib/flashplugin-nonfree/libflashplayer.so
/usr/lib/flashplugin-nonfree/libflashplayer.so - priority 50
Current 'best' version is 
'/usr/lib/flashplugin-nonfree/libflashplayer.so'.
lrwxrwxrwx 1 root root 34 Dec  9 13:12 
/usr/lib/mozilla/plugins/flash-mozilla.so - /etc/alternatives/flash-mozilla.so
/usr/lib/mozilla/plugins/flash-mozilla.so: symbolic link to 
`/etc/alternatives/flash-mozilla.so'

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

Kernel: Linux 3.12.18 (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=en_US.UTF8, LC_CTYPE=en_US.UTF8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_US.UTF8)
Shell: /bin/sh linked to /bin/bash

Versions of packages flashplugin-nonfree depends on:
ii  binutils   2.24.51.20140425-1
ii  debconf [debconf-2.0]  1.5.53
ii  gnupg  1.4.16-1.1
ii  libatk1.0-02.12.0-1
ii  libcairo2  1.12.16-2
ii  libcurl3-gnutls7.36.0-2
ii  libfontconfig1 2.11.0-5
ii  libfreetype6   2.5.2-1
ii  libgcc11:4.9.0-1
ii  libglib2.0-0   2.40.0-3
ii  libgtk2.0-02.24.23-1
ii  libnspr4   2:4.10.4-1
ii  libnss32:3.16-1
ii  libpango1.0-0  1.36.3-1
ii  libstdc++6 4.9.0-1
ii  libx11-6   2:1.6.2-1
ii  libxext6   2:1.3.2-1
ii  libxt6 1:1.1.4-1
ii  wget   1.15-1

flashplugin-nonfree recommends no packages.

Versions of packages flashplugin-nonfree suggests:
ii  fonts-dejavu   2.34-1
pn  halnone
ii  iceweasel  28.0-1
ii  konqueror-nsplugins4:4.12.3-1
pn  ttf-mscorefonts-installer  none
ii  ttf-xfree86-nonfree4.2.1-3.1

-- no debconf information


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



Bug#746330: dependency on virtual package makes package uninstallable

2014-04-29 Thread Chris Bainbridge
Package: chromium
Version: 33.0.1750.152-1
Followup-For: Bug #746330

Also fails to install with jessie:

The following packages have unmet dependencies:
 chromium : Depends: libudev0 (= 146) but it is not installable
E: Unable to correct problems, you have held broken packages.

Maybe chromium dependency needs updating to libudev1?


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



Bug#745745: missing license in debian/copyright

2014-04-29 Thread Ondřej Surý
Hi Thorsten,

On Thu, Apr 24, 2014, at 19:26, Thorsten Alteholz wrote:
 Package: bird
 Version: 1.4.3-1
 Severity: serious
 User: alteh...@debian.org
 Usertags: ftp
 X-Debbugs-CC: ftpmas...@ftp-master.debian.org
 thanks
 
 Dear Maintainer,
 
 please add the missing license of:
   lib/heap.h
 to debian/copyright.

strictly speaking this is not really neccessary since Bird is licensed
under
GPL-2+ and GPL is stricter license, so the lib/heap.h is distributes
under
GPL-2+ in Debian.

But I will add the information into the debian/copyright as requested
anyway.

O.
-- 
Ondřej Surý ond...@sury.org
Knot DNS (https://www.knot-dns.cz/) – a high-performance DNS server


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



Bug#743864: marked as done (Does not allow to log in [kfreebsd])

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 11:36:26 +
with message-id e1wf6ko-00019q...@franck.debian.org
and subject line Bug#743864: fixed in slim 1.3.6-3
has caused the Debian Bug report #743864,
regarding Does not allow to log in [kfreebsd]
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.)


-- 
743864: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743864
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: slim
Version: 1.3.6-2
Severity: serious

Hi!

  Seems I can no longer log into my notebook -- after I enter my
password in slim it imediately retyursn to asking for an username. I
don't see anything in auth.log and a foreground slim doesn't seem to
output anything interesting.

  CHristoph

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

Kernel: kFreeBSD 11.0-0-amd64
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages slim depends on:
ii  consolekit 0.4.6-4
ii  dbus   1.8.0-3
ii  debconf [debconf-2.0]  1.5.52
ii  libc0.12.18-4
ii  libck-connector0   0.4.6-4
ii  libdbus-1-31.8.0-3
ii  libfontconfig1 2.11.0-2
ii  libfreetype6   2.5.2-1
ii  libgcc11:4.8.2-16
ii  libjpeg8   8d-2
ii  libpng12-0 1.2.50-1
ii  libstdc++6 4.8.2-16
ii  libx11-6   2:1.6.2-1
ii  libxft22.3.1-2
ii  libxmu62:1.1.1-1
ii  libxrandr2 2:1.4.2-1
ii  libxrender11:0.9.8-1
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages slim recommends:
ii  xterm  303-1

Versions of packages slim suggests:
ii  scrot  0.8-13
ii  xauth  1:1.0.7-1

-- debconf information:
  slim/daemon_name: /usr/bin/slim
* shared/default-x-display-manager: slim
---End Message---
---BeginMessage---
Source: slim
Source-Version: 1.3.6-3

We believe that the bug you reported is fixed in the latest version of
slim, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Mateusz Łukasik mat...@linuxmint.pl (supplier of updated slim 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: Fri, 25 Apr 2014 16:57:11 +0200
Source: slim
Binary: slim
Architecture: source amd64
Version: 1.3.6-3
Distribution: unstable
Urgency: high
Maintainer: Nobuhiro Iwamatsu iwama...@debian.org
Changed-By: Mateusz Łukasik mat...@linuxmint.pl
Description: 
 slim   - desktop-independent graphical login manager for X11
Closes: 743864
Changes: 
 slim (1.3.6-3) unstable; urgency=high
 .
   * debian/patches:
 - Replace no-slimlock.patch with no-slimlock-with-pam.patch to fix
   build with pam support on non-linux arches. (Closes: #743864)
 - Update libslim-cmake-fixes.patch.
Checksums-Sha1: 
 f2a626489197409f38dc02e8d678262228715424 1946 slim_1.3.6-3.dsc
 9407ea2ee7b2ed649f17a8ddbf1f7b26a7c7b9fb 232547 slim_1.3.6.orig.tar.gz
 dfb852a6ffbbd2f0d2abc6373cc78e598ce7aa72 920024 slim_1.3.6-3.debian.tar.xz
 2640667f538905de0107df876acad12e19b9f37f 1172376 slim_1.3.6-3_amd64.deb
Checksums-Sha256: 
 37591c9ebcca542c7b8d003b8ef12b79d065c1ed7c031188c60d42646524ffb7 1946 
slim_1.3.6-3.dsc
 21defeed175418c46d71af71fd493cd0cbffd693f9d43c2151529125859810df 232547 
slim_1.3.6.orig.tar.gz
 6eb0c927569eafda69e040b79445d84f1e94c12a7198776495176c69be295f25 920024 
slim_1.3.6-3.debian.tar.xz
 788b9dcf253dce0cbaf76c37586ff9f2f3cca6064a7a01e0e07a2280cbe56f27 1172376 
slim_1.3.6-3_amd64.deb
Files: 
 a945c490c4dc122aa752d2bedc33d1ad 1172376 x11 optional slim_1.3.6-3_amd64.deb
 860f3e36372a8610f70e4ef331961e36 1946 x11 optional slim_1.3.6-3.dsc
 d40d256394f9ef34cef34d2aa9cb52e6 232547 x11 optional slim_1.3.6.orig.tar.gz
 8b9e9eb2718ee9394277504d2758287d 920024 x11 optional slim_1.3.6-3.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTX4xCAAoJEHQmOzf1tfkTXTgP/3N8diklD+DHWvs0zT0mOjKo

Bug#741219: marked as done (kiten: Kiten included non-free content. (SKIP code problem))

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 11:34:43 +
with message-id e1wf6j9-0008og...@franck.debian.org
and subject line Bug#741219: fixed in kiten 4:4.12.4-1
has caused the Debian Bug report #741219,
regarding kiten: Kiten included non-free content. (SKIP code problem)
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.)


-- 
741219: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741219
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: kiten
Severity: serious
Justification: Policy 2.1

Hello.
kiten included non-free code.


File:

kiten-[version number]/data/kanjidic
 
version number is debian or based debian distros specific.
E.g: kiten-4.8.2 (Trisquel 6.0)


This Kanjidic contain SKIP code, SKIP code License is CC-BY-NC-SA.
This license is not permit commercial use. Its non-free. (Violate DFSG 6)

Note: Kanjidic license is CC-BY-SA, bit Kanjidic is contain SKIP code, SKIP 
code license is CC-BY-NC-SA.


See: 

http://www.edrdg.org/edrdg/licence.html (See Section 7)
http://www.kanji.org/kanji/dictionaries/skip_permission.htm


Note: debian Kanjidic package is OK, Bacause this is Kanjidic without SKIP 
code version.

Suggests:

1. Remove non-free codes and rebuild. (like debian kanjidic package)

2. Replace DFSG free kanjidic. (Using Kanjidic package)

3. remove to archive.


Thanks.


Reference:

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=182652
https://trisquel.info/en/issues/10846
https://bugzilla.redhat.com/show_bug.cgi?id=969411
---End Message---
---BeginMessage---
Source: kiten
Source-Version: 4:4.12.4-1

We believe that the bug you reported is fixed in the latest version of
kiten, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia m...@debian.org (supplier of updated kiten 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: Mon, 28 Apr 2014 12:23:47 +0200
Source: kiten
Binary: kiten libkiten4abi1 libkiten-dev kiten-dbg
Architecture: source amd64
Version: 4:4.12.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 kiten  - Japanese reference and study aid for KDE
 kiten-dbg  - debugging symbols for Kiten
 libkiten-dev - development files for the Kiten Japanese reference libraries
 libkiten4abi1 - libraries for the Kiten Japanese reference and study aid
Closes: 741219
Changes: 
 kiten (4:4.12.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * New patch: remove_skip_codes (Closes: #741219)
Checksums-Sha1: 
 b5be297e877fef69b1d76ebf368862bad94555e4 2195 kiten_4.12.4-1.dsc
 454ebe08ef6ab98bc5eea781bbd10e46346f55e7 15441035 kiten_4.12.4.orig.tar.gz
 79f15d17b24d926d5f030b66ddd031353805bc59 394944 kiten_4.12.4-1.debian.tar.xz
 2884c75dd3092c968fbd9f71b3af4e509fd26f3c 11715552 kiten_4.12.4-1_amd64.deb
 aade749e076fa3ceabab21408211856d50209be6 77700 libkiten4abi1_4.12.4-1_amd64.deb
 f79d1e82cae576cfec457286084babfc3141345d 18576 libkiten-dev_4.12.4-1_amd64.deb
 18a3d70cfa344c411c65bbb24e10f64c141fac42 2948802 kiten-dbg_4.12.4-1_amd64.deb
Checksums-Sha256: 
 3afa31bdce86f237617e3a94c99824c2b5d21ccd71f2d19c73bafa019d1ecb44 2195 
kiten_4.12.4-1.dsc
 18ba405a1d50371672ab6c9a326c3319fb5e40739813e8d53340e0fde67ef45f 15441035 
kiten_4.12.4.orig.tar.gz
 df93a165d0e7651f46e78483c2ffd8b2afeb28fcb6f795e6f781c9ea9030d45d 394944 
kiten_4.12.4-1.debian.tar.xz
 07d940e405d4f267b7d5e296337753dccb8eea0d71c1c574643e8e14c021c7d8 11715552 
kiten_4.12.4-1_amd64.deb
 efdabe2e8cf782b57abda707956d09a13229bcaab5bd78448c0b4c17a6ce1b44 77700 
libkiten4abi1_4.12.4-1_amd64.deb
 9fbf548b2e717b6fdc0a3d2e6d205e6df6515886bbf4e22b41b0960cb32ff654 18576 
libkiten-dev_4.12.4-1_amd64.deb
 7e2a1fcad565ecbf7059e7b1d67818c95bfa9d0fb6df1ba1159e305fb80502e5 2948802 
kiten-dbg_4.12.4-1_amd64.deb
Files: 
 7592540845c9720104bad0145d07774e 11715552 kde optional kiten_4.12.4-1_amd64.deb
 d97a65add2600f724f7bd459fc68b947 77700 libs optional 
libkiten4abi1_4.12.4-1_amd64.deb
 80cbc9ed1b65bc72c0c938a483be886f 18576 libdevel optional 

Bug#740536: marked as done (umbrello does not display or open)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 11:54:07 +
with message-id e1wf6bv-0008kn...@franck.debian.org
and subject line Bug#740536: fixed in umbrello 4:4.12.4-1
has caused the Debian Bug report #740536,
regarding umbrello does not display or open
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.)


-- 
740536: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740536
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Subject: umbrello does not display or open
Package: umbrello
Version: 4:4.11.5-1
Justification: renders package unusable
Severity: grave


This does not work at all :
umbrello(10901)/kdeui (kdelibs): Attempt to use QAction edit_undo
with KXMLGUIFactory!
umbrello(10901)/kdeui (kdelibs): Attempt to use QAction edit_redo
with KXMLGUIFactory!
umbrello(10901) UMLListView::findView: could not find  class diagram
 in  UMLListViewItem: Logical View, type=lvt_Logical_View,
id=Logical View, children=1
umbrello(10901) UMLListView::findView: could not find  class diagram
 in  UMLListViewItem: Logical View, type=lvt_Logical_View,
id=Logical View, children=1

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

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

Versions of packages umbrello depends on:
ii  kde-runtime  4:4.11.5-1
ii  libc62.17-97
ii  libgcc1  1:4.8.2-14
ii  libkdecore5  4:4.11.5-1
ii  libkdeui54:4.11.5-1
ii  libkfile44:4.11.5-1
ii  libkio5  4:4.11.5-1
ii  libqt4-svg   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqt4-xml   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtcore4   4:4.8.5+git209-g718fae5+dfsg-1
ii  libqtgui44:4.8.5+git209-g718fae5+dfsg-1
ii  libstdc++6   4.8.2-14
ii  libxml2  2.9.1+dfsg1-3
ii  libxslt1.1   1.1.28-2

umbrello recommends no packages.

Versions of packages umbrello suggests:
pn  khelpcenter4  none


-- 
James Michael DuPont
Member of Free Libre Open Source Software Kosova http://www.flossk.org
Saving Wikipedia(tm) articles from deletion http://SpeedyDeletion.wikia.com
Mozilla Rep https://reps.mozilla.org/u/h4ck3rm1k3
---End Message---
---BeginMessage---
Source: umbrello
Source-Version: 4:4.12.4-1

We believe that the bug you reported is fixed in the latest version of
umbrello, 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 740...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia m...@debian.org (supplier of updated umbrello 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: Mon, 28 Apr 2014 12:24:30 +0200
Source: umbrello
Binary: umbrello
Architecture: source amd64
Version: 4:4.12.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 umbrello   - UML modelling tool and code generator
Closes: 740536
Changes: 
 umbrello (4:4.12.4-1) unstable; urgency=medium
 .
   * Wrong Upstream-Name in copyright file.
   * New upstream release. (Closes: #740536)
   * Update install files.
Checksums-Sha1: 
 a8efc607fcafac36d1671445e9fbf0501686abe1 2243 umbrello_4.12.4-1.dsc
 ecaf7a8f6a2fd6f6992f27054f9f0c139a694eab 2114959 umbrello_4.12.4.orig.tar.gz
 9b58c9ecf32de205ee29fa7c5a20e75adb78b66f 4784 umbrello_4.12.4-1.debian.tar.xz
 c373e631c25173a33c9054a878cc92d101cda330 2110220 umbrello_4.12.4-1_amd64.deb
Checksums-Sha256: 
 7dc87650b0eda08474df651d8382b82b0edb2918805dcf00e605a8c1f0179f35 2243 
umbrello_4.12.4-1.dsc
 83fe1ebce69c3a131a399e8854f51c89de039eeeb6cbc693804790ac9b3cbd8d 2114959 
umbrello_4.12.4.orig.tar.gz
 c94ab83e2e03909c9547540d0f18f181cbbd5dcfd2f6c6b868f1db3696019824 4784 
umbrello_4.12.4-1.debian.tar.xz
 34bfd0f6e5c2a8288adf9becaf67ac47e5dee470f9f01345ddf2314a9d99df4e 2110220 
umbrello_4.12.4-1_amd64.deb
Files: 
 a771dadeb255319b9bdf0f8da3309683 2110220 devel optional 
umbrello_4.12.4-1_amd64.deb
 f10af208fb2f4110414fd40284d7d41d 2243 kde optional umbrello_4.12.4-1.dsc
 

Bug#746034: chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no longer in the testing archive

2014-04-29 Thread Justin B Rye
Andreas Cadhalpun wrote:
 On 27.04.2014 11:26, shirish शिरीष wrote:
 I cannot install the update 34.0.1847.116-1~deb7u1 because
 it depends on libudev0 and libudev0 is no longer in the Debian testing
 archive. I have marked the bug as grave as almost everybody who has
 removed libudev0 would not be able to install this package.
 
 I'm also affected by this. It seems the version currently in testing
 was build for stable.
 
 Luckily, the version from sid can be installed just fine, so I'm
 closing this bug with that version and tag it as only affecting
 jessie.

Unluckily, this isn't true for everybody.  If you look at
 https://packages.debian.org/sid/chromium or
 http://ftp.debian.org/debian/pool/main/c/chromium-browser/
you'll see that 34.0.1847.116-2 is only available for amd64.  On the
i386 architecture, that version failed to build:
 https://buildd.debian.org/status/package.php?p=chromium-browser
so the latest available version of chromium is the misbegotten
34.0.1847.116-1~deb7u1.

So maybe this bug needs to be marked as still found on i386, though
I don't see any mechanism for doing that.  Meanwhile I see Dan
Jacobson's just opened a duplicate of this bug as #746330...
-- 
JBR with qualifications in linguistics, experience as a Debian
sysadmin, and probably no clue about this particular package


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



Bug#701338: marked as done (polyorb: ftbfs with GCC-4.8)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 12:00:06 +
with message-id e1wf6hi-00026i...@franck.debian.org
and subject line Bug#701338: fixed in polyorb 2.11~20140418-1
has caused the Debian Bug report #701338,
regarding polyorb: ftbfs with GCC-4.8
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.)


-- 
701338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:polyorb
Version: 2.8~20110207-5.1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.8

The package fails to build in a test rebuild on at least amd64 with
gcc-4.8/g++-4.8, but succeeds to build with gcc-4.7/g++-4.7. The
severity of this report may be raised before the jessie release.

  XXX

The full build log can be found at:
http://people.debian.org/~doko/logs-20130217/gcc48/polyorb_2.8~20110207-5.1_unstable_gcc48.log
The last lines of the build log are at the end of this report.

To build with GCC 4.8, either set CC=gcc-4.8 CXX=g++-4.8 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ g++-4.7 g++-4.8 libc6-dev

The test rebuild was done with eglibc-2.17 and GCC-4.8, so some issues
might be caused by the updated glibc.

[...]
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_main.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O1 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA /«PKGBUILDDIR»/compilers/gnatdist/xe.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_back.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_back-garlic.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_back-polyorb.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_defs.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_flags.ads
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_front.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_io.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_names.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_parse.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_scan.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_sem.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_stdcnf.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_types.adb
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 
-gnatec=/«PKGBUILDDIR»//compilers/config.adc -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -I- -gnatA 
/«PKGBUILDDIR»/compilers/gnatdist/xe_units.ads
gcc-4.6 -c -gnat05 -gnatyg -gnatwe -g -O2 

Bug#709495: marked as done (Documentation is non free)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 12:00:06 +
with message-id e1wf6hi-00026o...@franck.debian.org
and subject line Bug#709495: fixed in polyorb 2.11~20140418-1
has caused the Debian Bug report #709495,
regarding Documentation is non free
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.)


-- 
709495: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=709495
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: polyorb
Severity: serious
user: debian...@lists.debian.org
usertags: gfdl-invariant
severity: serious

The file is non free under gfdl with invariants section
docs/polyorb_ug.texi

Please ask for relicense, remove this package or move to non-free.

Bastien
---End Message---
---BeginMessage---
Source: polyorb
Source-Version: 2.11~20140418-1

We believe that the bug you reported is fixed in the latest version of
polyorb, 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 709...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ludovic Brenta lbre...@debian.org (supplier of updated polyorb 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: Mon, 21 Apr 2014 08:17:24 +0200
Source: polyorb
Binary: polyorb-servers libpolyorb3-dev libpolyorb4 polyorb-doc libpolyorb-dbg
Architecture: source amd64 all
Version: 2.11~20140418-1
Distribution: experimental
Urgency: low
Maintainer: Xavier Grave xavier.gr...@ipno.in2p3.fr
Changed-By: Ludovic Brenta lbre...@debian.org
Description: 
 libpolyorb-dbg - Multiple-personality middleware for Ada (debug)
 libpolyorb3-dev - Multiple-personality middleware for Ada (development)
 libpolyorb4 - Multiple-personality middleware for Ada
 polyorb-doc - Multiple-personality middleware for Ada (documentation)
 polyorb-servers - Multiple-personality middleware for Ada (servers)
Closes: 568452 701338 709495
Changes: 
 polyorb (2.11~20140418-1) experimental; urgency=low
 .
   [Ludovic Brenta]
   * New upstream version: Subversion revision 226475 with runtime library
 exception removed and documentation under pure GPL version 3 or later:
 com.adacore.polyorb.debian revision
 eaed77c62550dfe805490639563447f538ce0c4c. Closes: #701338, #709495.
   * debian/control (libpolyorb3-dev): break and replace libpolyorb2-dev.
   * debian/patches/fix-texi-syntax-error.patch: refresh.
   * debian/patches/remove-soap-in-tests.patch: refresh.
   * debian/patches/support-tilde-in-pathname.patch: new.
   * debian/patches/make-clean.patch: new.
   * debian/control (Architecture): any.  Closes: #568452.
 .
   [Xavier Grave]
   * debian/control: Package renamings pursuant to Debian Policy for Ada:
 libpolyorb2-dev - libpolyorb3-dev
 libpolyorb3 - libpolyorb4
   * debian/control (Build-Depends): Migrate to gnat-4.9 from experimental.
   * debian/patches/polyorb-config-patch-for-gnatdist.patch:
 allow pcs_project1 use of extends all keyword, allowed by gnat-4.9.
   * debian/rules: generate one .gpr project file for each library instead of
 a single all-encompassing project file.
   * debian/rules: generate a new project file,
 /usr/share/ada/adainclude/polyorb_src.gpr, used by all other library-
 specific project files.
Checksums-Sha1: 
 2d049c596ee4b7bfd4cda80cd93b807f9f8e1627 2348 polyorb_2.11~20140418-1.dsc
 289b825a0f5f841aca6f6a19ee9f6df32dd5ab60 1754504 
polyorb_2.11~20140418.orig.tar.xz
 269273445c5a90838438a50daf9f78a573a67848 34024 
polyorb_2.11~20140418-1.debian.tar.xz
 132517b373c55677fdf14c47ba84570367a34e22 193980 
polyorb-servers_2.11~20140418-1_amd64.deb
 fca1a63bc7b6a672ab08a648dd43fadd90eb4dd2 7064898 
libpolyorb3-dev_2.11~20140418-1_amd64.deb
 e199f6b43f18f2431239283666e00518c7760749 4280088 
libpolyorb4_2.11~20140418-1_amd64.deb
 4c43509087bf77c646f9017de74e075f789007d8 844714 
polyorb-doc_2.11~20140418-1_all.deb
 8d9313d07569fee0ed937faf66a14459f40781c1 8359674 
libpolyorb-dbg_2.11~20140418-1_amd64.deb
Checksums-Sha256: 
 d78bc36489c0b02466b7428148558eb57fefaed4f38e9d1fabcc2cd23660ca5f 2348 
polyorb_2.11~20140418-1.dsc
 9b67d6df48bc63184d1f97a22cd9023f19b91c5fb45ad3fcece4837868d94103 1754504 
polyorb_2.11~20140418.orig.tar.xz
 

Bug#713297: marked as done (polyorb: FTBFS: CosEventChannelAdmin.idl:24:31: CosEventComm is undefined)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 12:00:06 +
with message-id e1wf6hi-00026i...@franck.debian.org
and subject line Bug#701338: fixed in polyorb 2.11~20140418-1
has caused the Debian Bug report #701338,
regarding polyorb: FTBFS: CosEventChannelAdmin.idl:24:31: CosEventComm is 
undefined
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.)


-- 
701338: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=701338
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: polyorb
Version: 2.8~20110207-5.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 make[2]: Entering directory `/«PKGBUILDDIR»'
 mkdir -p compilers/gnatprfh  \
 cd compilers/gnatprfh  \
 gnatmake -XLibversion=3 -XLibtype=STATIC -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -m \
  gnatprfh.adb \
  -gnatyg -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc 
 --create-missing-dirs -L/«PKGBUILDDIR»/lib -XLibversion=3 -XLibtype=STATIC -g 
 -O2 -fstack-protector --param=ssp-buffer-size=4 -R -j10 -v   \
  -I/«PKGBUILDDIR»/compilers/gnatprfh \
   -bargs -E -largs -Wl,-z,relro -Wl,--as-needed -Wl,-z,defs
 
 GNATMAKE 4.6
 Copyright (C) 1995-2010, Free Software Foundation, Inc.
   gnatprfh.ali being checked ...
   - gnatprfh.ali missing.
 gcc-4.6 -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 
 -I/«PKGBUILDDIR»/compilers/gnatprfh gnatprfh.adb
 End of compilation
 gnatbind -I/«PKGBUILDDIR»/compilers/gnatprfh -E -x gnatprfh.ali
 gnatlink gnatprfh.ali -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -L/«PKGBUILDDIR»/lib -g -O2 -fstack-protector --param=ssp-buffer-size=4 
 -Wl,-z,relro -Wl,--as-needed -Wl,-z,defs -R
 mkdir -p compilers/iac  \
 cd compilers/iac  \
 gnatmake -XLibversion=3 -XLibtype=STATIC -g -O2 -fstack-protector 
 --param=ssp-buffer-size=4 -m \
  mknodes.adb \
  -gnatyg -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc 
 --create-missing-dirs -L/«PKGBUILDDIR»/lib -XLibversion=3 -XLibtype=STATIC -g 
 -O2 -fstack-protector --param=ssp-buffer-size=4 -R -j10 -v   \
  -I/«PKGBUILDDIR»/compilers/iac \
  -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files -bargs -E -largs -Wl,-z,relro 
 -Wl,--as-needed -Wl,-z,defs
 
 GNATMAKE 4.6
 Copyright (C) 1995-2010, Free Software Foundation, Inc.
   mknodes.ali being checked ...
   - mknodes.ali missing.
 gcc-4.6 -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -I/«PKGBUILDDIR»/compilers/iac 
 -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files mknodes.adb
   errors.ali being checked ...
   - errors.ali missing.
 gcc-4.6 -c -I./ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -I/«PKGBUILDDIR»/compilers/iac 
 -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files -I- 
 /«PKGBUILDDIR»/compilers/common_files/errors.adb
   flags.ali being checked ...
   - flags.ali missing.
 gcc-4.6 -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -I/«PKGBUILDDIR»/compilers/iac 
 -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files flags.ads
   lexer.ali being checked ...
   - lexer.ali missing.
 gcc-4.6 -c -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -I/«PKGBUILDDIR»/compilers/iac 
 -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files lexer.adb
   locations.ali being checked ...
   - locations.ali missing.
 gcc-4.6 -c -I./ -g -O2 -fstack-protector --param=ssp-buffer-size=4 -gnatyg 
 -gnatwae -gnat05 -gnatec=/«PKGBUILDDIR»/compilers/config.adc -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -I/«PKGBUILDDIR»/compilers/iac 
 -I/«PKGBUILDDIR»/compilers/common_files 
 -I/«PKGBUILDDIR»/compilers/common_files -I- 
 

Bug#746373: ruby-moneta: build on i386 doesn't terminate

2014-04-29 Thread Matthias Klose
Package: ruby-moneta
Version: 0.7.20-1
Severity: serious
Tags: sid jessie

At least when building on i386, the build doesn't terminate after finishining.
I assume this is reproducible (I did see it first on the Ubuntu buildds, then on
a current i386 sid with a local build).

so the build log ends with:

[...]
## MONETA TESTSUITE SUCCEDED ##
generating gemspec at ${target}
  Leaving dh_ruby --install
   dh_installdocs -O--buildsystem=ruby
   dh_installchangelogs -O--buildsystem=ruby
   dh_perl -O--buildsystem=ruby
   dh_link -O--buildsystem=ruby
   dh_compress -X.rb -O--buildsystem=ruby
   dh_fixperms -O--buildsystem=ruby
   dh_installdeb -O--buildsystem=ruby
   dh_gencontrol -O--buildsystem=ruby
dpkg-gencontrol: warning: Depends field of package ruby-moneta: unknown
substitution variable ${shlibs:Depends}
dpkg-gencontrol: warning: File::FcntlLock not available; using flock which is
not NFS-safe
   dh_md5sums -O--buildsystem=ruby
   dh_builddeb -O--buildsystem=ruby
dpkg-deb: warning: 'debian/ruby-moneta/DEBIAN/control' contains user-defined
field 'Ruby-Versions'
dpkg-deb: warning: ignoring 1 warning about the control file(s)
dpkg-deb: building package `ruby-moneta' in `../ruby-moneta_0.7.20-1_all.deb'.
 dpkg-genchanges -b ../ruby-moneta_0.7.20-1_i386.changes
dpkg-genchanges: binary-only upload - not including any source code
 dpkg-source --after-build ruby-moneta-0.7.20
 signfile ruby-moneta_0.7.20-1_i386.changes
dpkg-buildpackage: binary-only upload (no source included)
gpg: skipped Jérémy Bobbio lu...@debian.org: secret key not available
gpg: [stdin]: clearsign failed: secret key not available
dpkg-buildpackage: error: failed to sign .changes file

end then hangs. two mysqld processes are still running:

doko 24063  1.6  0.2 218776 42552 pts/9Sl+  10:47   1:21
/usr/sbin/mysqld --no-defaults --user=mysql --bind-address=127.0.0.1 --port=3495
--socket=/tmp/moneta20140429-23533-s0zg29/mysql.sock
--datadir=/tmp/moneta20140429-23533-s0zg29
doko  4027  0.8  0.2 218680 42596 pts/9Sl+  09:29   1:24
/usr/sbin/mysqld --no-defaults --user=mysql --bind-address=127.0.0.1 --port=3444
--socket=/tmp/moneta20140429-3963-1jvgm9p/mysql.sock
--datadir=/tmp/moneta20140429-3963-1jvgm9p


-- 
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: Bug#746034: chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no longer in the testing archive

2014-04-29 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + sid
Bug #746034 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no 
longer in the testing archive
Added tag(s) sid.
 forcemerge -1 746330
Bug #746034 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no 
longer in the testing archive
Bug #746330 [chromium] dependency on virtual package makes package uninstallable
Marked Bug as done
Marked as fixed in versions chromium-browser/34.0.1847.116-2.
Added tag(s) sid and jessie.
Bug #746034 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no 
longer in the testing archive
Marked as found in versions chromium-browser/33.0.1750.152-1.
Bug #746330 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] dependency on virtual package makes package uninstallable
Ignoring request to alter fixed versions of bug #746330 to the same values 
previously set
Unable to complete merge on previous attempt; trying again (retry: 2)
Bug #746330 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] dependency on virtual package makes package uninstallable
Ignoring request to alter fixed versions of bug #746330 to the same values 
previously set
Unable to complete merge on previous attempt; trying again (retry: 3)
Bug #746330 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] dependency on virtual package makes package uninstallable
Ignoring request to alter fixed versions of bug #746330 to the same values 
previously set
After four attempts, the following changes were unable to be made:
fixed_versions of #746330 is 'chromium-browser/34.0.1847.116-2' not 
'34.0.1847.116-2'
Failed to forcibly merge 746034: Unable to modify bugs so they could be merged.


-- 
746034: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746034
746330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746330
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#746034: chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no longer in the testing archive

2014-04-29 Thread Andreas Cadhalpun

Control: tags -1 + sid
Control: forcemerge -1 746330

Hi,

On 29.04.2014 13:51, Justin B Rye wrote:

Andreas Cadhalpun wrote:

On 27.04.2014 11:26, shirish शिरीष wrote:

I cannot install the update 34.0.1847.116-1~deb7u1 because
it depends on libudev0 and libudev0 is no longer in the Debian testing
archive. I have marked the bug as grave as almost everybody who has
removed libudev0 would not be able to install this package.


I'm also affected by this. It seems the version currently in testing
was build for stable.

Luckily, the version from sid can be installed just fine, so I'm
closing this bug with that version and tag it as only affecting
jessie.


Unluckily, this isn't true for everybody.  If you look at
  https://packages.debian.org/sid/chromium or
  http://ftp.debian.org/debian/pool/main/c/chromium-browser/
you'll see that 34.0.1847.116-2 is only available for amd64.  On the
i386 architecture, that version failed to build:
  https://buildd.debian.org/status/package.php?p=chromium-browser
so the latest available version of chromium is the misbegotten
34.0.1847.116-1~deb7u1.


I know this. :-\
The FTBFS on i386 is tracked in #745794.


So maybe this bug needs to be marked as still found on i386, though
I don't see any mechanism for doing that.


This bug is still open in testing and unstable, see e.g. the graphic in 
the upper right corner on [1]. But I'm tagging it as affecting sid as 
well now.


Fixing the FTBFS on i386 is all that needs to be done.


 Meanwhile I see Dan
Jacobson's just opened a duplicate of this bug as #746330...


I'm merging the duplicate.

Best regards,
Andreas


1: https://bugs.debian.org/746034


--
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#746034: chromium 34.0.1847.116-1~deb7u1 depends on libudev0 which is no longer in the testing archive

2014-04-29 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + sid
Bug #746330 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] dependency on virtual package makes package uninstallable
Ignoring request to alter tags of bug #746330 to the same tags previously set
 forcemerge -1 746330
Bug #746330 {Done: Andreas Cadhalpun andreas.cadhal...@googlemail.com} 
[chromium] dependency on virtual package makes package uninstallable
Merged 746330

-- 
746330: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746330
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#745794: chromium FTBFS on i386 leaves users w/o security support

2014-04-29 Thread Nikolaus Schulz
Hi,

please note that chromium failing to build on i386 blocks new chromium
versions with security fixes, and thus leaves i386 users with an
insecure browser.

The reporter of bug #745794[1] suggested that it's enough to add the
proper build-dependency on libkrb5-dev.  Is this correct, or are there
other problems that make finding a fix difficult?

Nikolaus

[1] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745794#5


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



Bug#745745: marked as done (missing license in debian/copyright)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 13:18:37 +
with message-id e1wf7vh-0003tf...@franck.debian.org
and subject line Bug#745745: fixed in bird 1.4.3-2
has caused the Debian Bug report #745745,
regarding missing license in debian/copyright
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.)


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

Package: bird
Version: 1.4.3-1
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing license of:
 lib/heap.h
to debian/copyright.

Thanks!
  Thorsten
---End Message---
---BeginMessage---
Source: bird
Source-Version: 1.4.3-2

We believe that the bug you reported is fixed in the latest version of
bird, 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 745...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Ondřej Surý ond...@debian.org (supplier of updated bird 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: Tue, 29 Apr 2014 13:09:53 +0200
Source: bird
Binary: bird bird-bgp bird6 bird-dbg bird-bgp-dbg bird-doc
Architecture: source amd64 all
Version: 1.4.3-2
Distribution: unstable
Urgency: medium
Maintainer: Ondřej Surý ond...@debian.org
Changed-By: Ondřej Surý ond...@debian.org
Description: 
 bird   - Internet Routing Daemon
 bird-bgp   - Internet Routing Daemon [BGP-only version]
 bird-bgp-dbg - Internet Routing Daemon - debug symbols [BGP-only version]
 bird-dbg   - Internet Routing Daemon - debug symbols
 bird-doc   - Internet Routing Daemon - documentatio
 bird6  - Internet Routing Daemon [transitional packages]
Closes: 745745
Changes: 
 bird (1.4.3-2) unstable; urgency=medium
 .
   * Add licensing of lib/heap.h to debian/copyright (Closes: #745745)
Checksums-Sha1: 
 5565d95cd4dc026b2062175da69e8fb8e7d69448 2289 bird_1.4.3-2.dsc
 2f643258c8d9eac25bc5936bf1ad8bf8951545ad 13628 bird_1.4.3-2.debian.tar.xz
 10c1a7303da8e5daa13958584bf45c40669e6e84 500094 bird_1.4.3-2_amd64.deb
 aad0fe8c7518a6d1b67c7d3e42b4693642a989de 390018 bird-bgp_1.4.3-2_amd64.deb
 c9b447b22a84b48b097665cb5f5f3985c7043a17 190760 bird6_1.4.3-2_all.deb
 388cb6f7055bee010a623937ebfa221fa515960f 1420606 bird-dbg_1.4.3-2_amd64.deb
 b4c2b30ef0cad6654b27b9aa664d54168ed6cf14 985910 bird-bgp-dbg_1.4.3-2_amd64.deb
 fecb61fa1e8dbefd0d79829c57636e96fe4e 896682 bird-doc_1.4.3-2_all.deb
Checksums-Sha256: 
 e4e44dec81374725b11171d2093f8b182f8d97097eb6921238748f27c32cc201 2289 
bird_1.4.3-2.dsc
 b14e21f97e5979db6623c69edc3eb5b81072cb00a7a10e06752a5d3658ff70b3 13628 
bird_1.4.3-2.debian.tar.xz
 e1c6f8184ca6bdd93f025aca690573eb66c9f8a03bf4446badb1bd24b6367cc7 500094 
bird_1.4.3-2_amd64.deb
 7bb6d4696dcbedc88e338ab7e04a579e746d7516ed665d398ea6acb287a66fab 390018 
bird-bgp_1.4.3-2_amd64.deb
 fd3860c109c03214397bb9bec8cbe48fee5918dd861c1dd37cb896e0f02a59c7 190760 
bird6_1.4.3-2_all.deb
 3c4a51a3c32cac6c90959e0cc738471562f97da6113075cd8c8968c0db1c1157 1420606 
bird-dbg_1.4.3-2_amd64.deb
 84afd0bbe90876311fc2dee0d23dc9073791719c0a8b9c730cf694c11b5fe48e 985910 
bird-bgp-dbg_1.4.3-2_amd64.deb
 b980da991094969e98384af9f14ab3a5f24bcb30dfe729ef9671ffa4a208a1e6 896682 
bird-doc_1.4.3-2_all.deb
Files: 
 e7fc847ef9b9f92c5a93586d5d72902b 500094 net extra bird_1.4.3-2_amd64.deb
 1417b76b56b9fbfed8f9ee4abb27dd80 390018 net extra bird-bgp_1.4.3-2_amd64.deb
 1897f5d48f636241423b6632e77d8071 190760 oldlibs extra bird6_1.4.3-2_all.deb
 b5171f28a21053a0b823e1b96085f2ca 1420606 debug extra bird-dbg_1.4.3-2_amd64.deb
 43d35f222182bfdc8de26371eba9241b 985910 debug extra 
bird-bgp-dbg_1.4.3-2_amd64.deb
 75511a9e895dc4120ef0aa9337270213 896682 doc optional bird-doc_1.4.3-2_all.deb
 ab177ae559ab8adfeed04b60b065bdf1 2289 net extra bird_1.4.3-2.dsc
 77a4c1ccd6aea2dc5051824fbcc5a5ee 13628 net extra bird_1.4.3-2.debian.tar.xz

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

iQIcBAEBCAAGBQJTX57bAAoJEAyZtw70/LsHhN4QAKwO0IIPhn0s+uEM3qhg5G9N
izgSjFd4copmILKB2eaiElJL0pOF4Xe6wib6SxsZmXmGrnw5lr9UnrvQnGFu1L+W

Bug#746337: Downgrading severity

2014-04-29 Thread Lisandro Damián Nicanor Pérez Meyer
severity 746337 normal
thanks

Hi Reinhard! Bugs like this in experimental are not RC but normal. It will be 
fixed when it gets uploaded to unstable.

Kinds regards, Lisandro.

-- 
127.0.0.1 sweet 127.0.0.1

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


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


Bug#743207: marked as done ([knetwalk] knetwalk should depend on kde-games-core-declarative)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 13:23:21 +
with message-id e1wf80h-0006sq...@franck.debian.org
and subject line Bug#743207: fixed in knetwalk 4:4.12.4-1
has caused the Debian Bug report #743207,
regarding [knetwalk] knetwalk should depend on kde-games-core-declarative
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.)


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

Violates section 3.5 of Debian policy

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

Without this package, knetwalk crashes with following console log:

$ knetwalk 
file:///usr/share/kde4/apps/knetwalk/qml/main.qml:32:5: Typ CanvasItem je 
nedostupný 
 CanvasItem { 
 ^ 
file:///usr/share/kde4/apps/knetwalk/qml/CanvasItem.qml:19:1: modul 
org.kde.games.core není nainstalován 
 import org.kde.games.core 0.1 as KgCore 


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

Debian Release: jessie/sid
  950 stable  security.debian.org 
  950 stable  ftp.cz.debian.org 
  925 testing ftp.cz.debian.org 
  920 wheezy-stable   debian.kancelar.seznam.cz 
  910 wheezy-testing  debian.kancelar.seznam.cz 
  905 wheezy-unstable debian.kancelar.seznam.cz 
  900 unstableftp.cz.debian.org 
  875 experimentalftp.cz.debian.org 
  870 squeeze-stable  debian.kancelar.seznam.cz 
  860 squeeze-testing debian.kancelar.seznam.cz 
  850 squeeze-unstable debian.kancelar.seznam.cz 
   50 testing www.deb-multimedia.org 
   50 stable  www.deb-multimedia.org 

--- Package information. ---
Depends (Version) | Installed
=-+-===
kde-runtime   ( 4:4.10) | 4:4.12.3-1
libc6   (= 2.14) | 
libkdecore5   (= 4:4.11) | 
libkdegames6abi1(= 4:4.11.1) | 
libkdeui5 (= 4:4.11) | 
libqt4-declarative   (= 4:4.7.0~rc1) | 
libqtcore4 (= 4:4.7.0~beta1) | 
libqtgui4(= 4:4.5.3) | 
libstdc++6 (= 4.1.1) | 


Recommends(Version) | Installed
===-+-===
khelpcenter4| 4:4.12.3-1


Package's Suggests field is empty.---End Message---
---BeginMessage---
Source: knetwalk
Source-Version: 4:4.12.4-1

We believe that the bug you reported is fixed in the latest version of
knetwalk, 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 743...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Maximiliano Curia m...@debian.org (supplier of updated knetwalk 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: Mon, 28 Apr 2014 12:25:16 +0200
Source: knetwalk
Binary: knetwalk
Architecture: source amd64
Version: 4:4.12.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers debian-qt-...@lists.debian.org
Changed-By: Maximiliano Curia m...@debian.org
Description: 
 knetwalk   - wire puzzle game
Closes: 743207
Changes: 
 knetwalk (4:4.12.4-1) unstable; urgency=medium
 .
   * New upstream release.
   * Add kde-games-core-declarative dependency. Thanks to Erbureth.
 (Closes: #743207)
Checksums-Sha1: 
 7b4bacb1285a8e46fb25b86e11fc3d2f3910b416 2320 knetwalk_4.12.4-1.dsc
 afda6fa53b824e5df2115968cc1263675842986f 795991 knetwalk_4.12.4.orig.tar.gz
 763e7b47ee2546d8e25a11d3ab0f3783084e9bd5 10220 knetwalk_4.12.4-1.debian.tar.xz
 f7364a906c10f03572ae915c60ec48525ee21250 805494 knetwalk_4.12.4-1_amd64.deb
Checksums-Sha256: 
 8f43e6b25abae8827d2fbea8bf3b92afe2915c588d511952eb25466140984fb9 2320 
knetwalk_4.12.4-1.dsc
 2576789560ba8945bd42d3075109ca52e8485bb4583efd2285c3bd16fd5363f7 795991 
knetwalk_4.12.4.orig.tar.gz
 eace920bb50d0d5628c739cefe50795092de17a85e7357db4a565ab7214835cd 10220 
knetwalk_4.12.4-1.debian.tar.xz
 65b8ff36f5f416dc5822408a787a0b689b106680ef49e289792c5243d828c68d 805494 
knetwalk_4.12.4-1_amd64.deb
Files: 
 52761ffda477a90b3f082400e8948ec7 805494 games optional 

Bug#733405: (no subject)

2014-04-29 Thread Juhani Numminen
Control: tags -1 + fixed-upstream

This is the patch upstream has applied in SVN revision 128, with DEP-3
patch tagging metadata.

-- Juhani NumminenDescription: Include Freetype headers in recommended way.
 This change should fix https://sourceforge.net/p/lasi/bugs/2/. The
 change goes a bit beyond the macports patch for the problem linked in
 that bug report which was incomplete. (I searched for all occurrences
 of #include and freetype in the code base and changed to the standard
 form.)
 .
 Tested on Linux with Freetype version 2.4.9 which implies this change
 does not disrupt anything for that Freetype version. A further test
 for Freetype version 2.5.1 (which previously could not be used with
 libLASi because of the non-standard #includes in the old version
 of that code) has been requested.
Origin: http://sourceforge.net/p/lasi/code/182/
Bug: http://sourceforge.net/p/lasi/bugs/2/
Bug-Debian: http://bugs.debian.org/733405

Index: include/LASi.h
===
--- include/LASi.h  (revision 181)
+++ include/LASi.h  (revision 182)
@@ -11,7 +11,8 @@
 #include sstream
 #include map
 #include pango/pango.h
-#include freetype/ftglyph.h
+#include ft2build.h
+#include FT_GLYPH_H
 
 class FreetypeGlyphMgr;
 class ContextMgr;
Index: src/glyphMgr.h
===
--- src/glyphMgr.h  (revision 181)
+++ src/glyphMgr.h  (revision 182)
@@ -15,9 +15,8 @@
 
 #include ft2build.h
 #include FT_FREETYPE_H
+#include FT_GLYPH_H
 
-#include freetype/ftglyph.h
-
 /** Manage FT_Glyph by insuring that FT_Glyph is handled correctly.
  */
 class FreetypeGlyphMgr { //: public ManagerFT_GlyphRec* {
Index: src/drawGlyph.cpp
===
--- src/drawGlyph.cpp   (revision 181)
+++ src/drawGlyph.cpp   (revision 182)
@@ -6,7 +6,8 @@
  */
 
 #include ostream
-#include freetype/ftoutln.h
+#include ft2build.h
+#include FT_OUTLINE_H
 #include algorithm
 #include LASi.h
 #include config.h
Index: src/util.h
===
--- src/util.h  (revision 181)
+++ src/util.h  (revision 182)
@@ -18,7 +18,7 @@
 
 #include ft2build.h
 #include FT_FREETYPE_H
-#include freetype/ftglyph.h
+#include FT_GLYPH_H
 
 std::ostream operator(std::ostream, const FT_Library);
 std::ostream operator(std::ostream, const FT_Face);
Index: src/drawGlyph.h
===
--- src/drawGlyph.h (revision 181)
+++ src/drawGlyph.h (revision 182)
@@ -10,7 +10,8 @@
 
 #include iostream
 #include pango/pango.h
-#include freetype/freetype.h
+#include ft2build.h
+#include FT_FREETYPE_H
 
 /** Generate the Postscript commands to draw the glyph
   * using the font in pPangoCtx.
Index: src/glyphMgr.cpp
===
--- src/glyphMgr.cpp(revision 181)
+++ src/glyphMgr.cpp(revision 182)
@@ -10,9 +10,8 @@
 
 #include ft2build.h
 #include FT_FREETYPE_H
+#include FT_GLYPH_H
 
-#include freetype/ftglyph.h
-
 #include cassert
 #include util.h
 #include glyphMgr.h
Index: src/util.cpp
===
--- src/util.cpp(revision 181)
+++ src/util.cpp(revision 182)
@@ -11,7 +11,6 @@
 
 #include ft2build.h
 #include FT_FREETYPE_H
-//#include freetype/freetype.h
 
 using namespace std;
 


Bug#746205: marked as done (gnome-system-log will freeze for several minutes with 100% cpu useage.)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 15:39:18 +0200
with message-id 20140429133916.ga20...@pi.fatal.se
and subject line gnome-system-log freezes no more
has caused the Debian Bug report #746205,
regarding gnome-system-log will freeze for several minutes with 100% cpu useage.
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.)


-- 
746205: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746205
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-system-log
Version: 3.9.90-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
Running Gnome-System-Log after 3.12 Gnome update.
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
found all common depends for programs that are running slow on my system-GDM3,
Synaptic  Gnome-System-Log. reinstalled all depends  then ran Synaptic 
Gnome-System-Log from the terminal.
   * What was the outcome of this action?
No interesting output from running Synaptic from the terminal, but Gnome-
System-Log produced repeating output:
(gnome-system-log:8731): Gtk-CRITICAL **: _gtk_widget_captured_event: assertion
'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(gnome-system-log:8731): Gtk-CRITICAL **: _gtk_widget_captured_event: assertion
'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(gnome-system-log:8731): Gtk-CRITICAL **: _gtk_widget_captured_event: assertion
'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed

(gnome-system-log:8731): Gtk-CRITICAL **: _gtk_widget_captured_event: assertion
'WIDGET_REALIZED_FOR_EVENT (widget, event)' failed
As long as the cursor was in the Gnome-System-Log window  was moved.
   * What outcome did you expect instead?
That Gnome-System-Log would work normally  not use 100% of the cpu.

*** End of the template - remove these template lines ***



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

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

Versions of packages gnome-system-log depends on:
ii  dconf-gsettings-backend [gsettings-backend]  0.20.0-2
ii  gconf-gsettings-backend [gsettings-backend]  3.2.6-2
ii  gsettings-desktop-schemas3.12.0-1
ii  libatk1.0-0  2.12.0-1
ii  libc62.18-4
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libgdk-pixbuf2.0-0   2.30.7-1
ii  libglib2.0-0 2.40.0-3
ii  libgtk-3-0   3.12.1-1
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  policykit-1  0.112-2
ii  zlib1g   1:1.2.8.dfsg-1

gnome-system-log recommends no packages.

Versions of packages gnome-system-log suggests:
ii  yelp  3.12.0-1

-- no debconf information
---End Message---
---BeginMessage---
I'm closing this bug report since the submitter says
the problem has gone away.---End Message---


Bug#746278: owncloud-client: FTBFS: tests fail when ran in parallel

2014-04-29 Thread Dmitry Shachnev
On Mon, 28 Apr 2014 21:11:17 +0400, Dmitry Shachnev wrote:
 Your package FTBFS when built in parallel (triggered here with 4 processes).

Thanks for submitting the issue upstream.

As a temporary workaround, you can add --max-parallel=1 to dh_auto_test
arguments.

--
Dmitry Shachnev

signature.asc
Description: OpenPGP digital signature


Bug#746378: flumotion fails to start, worker are not launched

2014-04-29 Thread nb
Package: flumotion
Version: 0.10.0-3
Severity: grave
Justification: renders package unusable

Dear Maintainer,

flumotion doesn't start at all when using flumotion-admin command. There's a 
manager process, but not a worker one.
In log I find :

INFO  [19901]  servicer  Apr 28 
23:32:56  Stopping manager default (flumotion/service/service.py:538)
INFO  [19923]  servicer  Apr 28 
23:32:57  Stopping worker default (flumotion/service/service.py:566)
INFO  [19923]  servicer  Apr 28 
23:32:57  worker default was not running (flumotion/service/service.py:569)
INFO  [19965]  servicer  Apr 28 
23:32:57  Starting manager default (flumotion/service/service.py:409)
INFO  [19965]  servicer  Apr 28 
23:32:57  Loading planet /etc/flumotion/managers/default/planet.xml 
(flumotion/service/service.py:421)
INFO  [19965]  servicer  Apr 28 
23:32:58  Started manager default with pid 19970 
(flumotion/service/service.py:457)
INFO  [19992]  servicer  Apr 28 
23:32:58  Starting worker default (flumotion/service/service.py:474)
INFO  [19992]  servicer  Apr 28 
23:32:58  Loading worker /etc/flumotion/workers/default.xml 
(flumotion/service/service.py:498)
INFO  [19993]  jelly Apr 28 
23:32:59  GnomeVFS registered (flumotion/common/vfsgnome.py:122)
INFO  [19993]  jelly Apr 28 
23:32:59  GIO registered (flumotion/common/vfsgio.py:137)
INFO  [19993]  jelly Apr 28 
23:32:59  VFS registered (flumotion/common/vfs.py:92)
Traceback (most recent call last):
  File /usr/bin/flumotion-worker, line 43, in module
boot.boot(PROGRAM_PATH, gtk=False, gst=False, installReactor=False)
  File /usr/lib/flumotion/python/flumotion/common/boot.py, line 305, in boot
sys.exit(wrapped(sys.argv))
  File /usr/lib/flumotion/python/flumotion/worker/main.py, line 229, in main
if not brain.listen():
  File /usr/lib/flumotion/python/flumotion/worker/worker.py, line 143, in 
listen
self.feedServer = self._makeFeedServer()
  File /usr/lib/flumotion/python/flumotion/worker/worker.py, line 176, in 
_makeFeedServer
return feedserver.FeedServer(self, ProxyBouncer(self), port)
  File /usr/lib/flumotion/python/flumotion/worker/feedserver.py, line 51, in 
__init__
self.listen(bouncer, portNum)
  File /usr/lib/flumotion/python/flumotion/worker/feedserver.py, line 64, in 
listen
tport = reactor.listenWith(fdserver.PassableServerPort, portNum,
AttributeError: 'EPollReactor' object has no attribute 'listenWith'
WARN  [19992]  servicer  Apr 28 
23:32:59  worker default could not start (return value 1) 
(flumotion/service/service.py:518)

It looks like listenWith is obsolete.

Regards

nb

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

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

Versions of packages flumotion depends on:
ii  adduser 3.113+nmu3
ii  gstreamer0.10-ffmpeg1:0.10.13-dmo1
ii  gstreamer0.10-plugins-bad [gstreamer0.10-schroedinger]  0.10.23-7.2+b1
ii  gstreamer0.10-plugins-base  0.10.36-1.1
ii  gstreamer0.10-plugins-good  0.10.31-3+nmu2
ii  libc6   2.18-4
ii  python  2.7.5-5
ii  python-cairo1.8.8-1+b2
ii  python-dateutil 1.5+dfsg-1
ii  python-glade2   2.24.0-3+b1
ii  python-gobject  3.12.1-1
ii  python-gst0.10  0.10.22-3
ii  python-gtk2 2.24.0-3+b1
ii  python-kiwi 1.9.22-2
ii  python-openssl  0.13.1-2
ii  python-rrdtool  1.4.7-2.1+b1
ii  python-twisted-core 13.2.0-1
ii  python-twisted-web  13.2.0-1
ii  python2.7   2.7.6-8
ii  ssl-cert1.0.33
ii  xsltproc1.1.28-2

Versions of packages flumotion recommends:
ii  python-gnome2  

Processed: add patch

2014-04-29 Thread Debian Bug Tracking System
Processing control commands:

 tags -1 + patch
Bug #744809 [src:ruby-gnome2] FTBFS: writes to file outside package build dir
Added tag(s) patch.

-- 
744809: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744809
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#744809: add patch

2014-04-29 Thread Matthias Klose
Control: tags -1 + patch

patch at
http://launchpadlibrarian.net/174154692/ruby-gnome2_2.1.0-1build1_2.1.0-1ubuntu1.diff.gz


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



Bug#746379: ruby-escape-utils: build dependencies are not installable

2014-04-29 Thread Matthias Klose
Package: ruby-escape-utils
Version: 1.0.1-2
Severity: serious
Tags: sid jessie patch

the build fails early:

$ sudo apt-get install ruby-rack ruby-actionpack
Reading package lists... Done
Building dependency tree
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 ruby-actionpack : Depends: ruby-actionpack-3.2 but it is not going to be 
installed
E: Unable to correct problems, you have held broken packages.

or
https://launchpadlibrarian.net/174155141/buildlog_ubuntu-utopic-amd64.ruby-escape-utils_b_FAILEDTOBUILD.txt.gz

ruby-actionpack-3.2 wants ruby-rack1.4, which conflicts with ruby-rack.
build-depending on ruby-rack1.4 solves the issue.


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



Bug#746389: Possible mbox mailbox corruption due to locking technique mismatch

2014-04-29 Thread Celejar
Package: sylpheed
Version: 3.2.0-1
Severity: grave

Sylpheed uses flock(), when available, to lock mbox files on write, while
(recent) getmail (for example) defaults to lockf:

http://pyropus.ca/software/getmail/configuration.html#destination-mboxrd

While getmail, for example, documents this, makes the lock technique
configurable, and includes a big fat warning about the possibility of data
corruption consequent to file locking technique mismatch, AFAICT Sylpheed does
not document its locking method and does not make it configurable, creating a
serious possibility of mbox corruption and data loss.

My discussion with upstream of Sylpheed and getmail:

http://comments.gmane.org/gmane.mail.getmail.user/5072
http://www.sraoss.jp/pipermail/sylpheed/2014-April/006009.html

At the very least, I suggest that Sylpheed should document its locking
technique, and warn about the possibility of data loss.


-- System Information:
Debian Release: 7.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages sylpheed depends on:
ii  libatk1.0-0 2.4.0-2
ii  libc6   2.17-3
ii  libcairo2   1.12.2-3
ii  libcompfaceg1   1:1.5.2-5
ii  libdbus-1-3 1.6.8-1+deb7u1
ii  libdbus-glib-1-20.100.2-1
ii  libenchant1c2a  1.6.0-7
ii  libfontconfig1  2.9.0-7.1
ii  libfreetype62.4.9-1.1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgpg-error0   1.10-3.1
ii  libgpgme11  1.2.0-1.4
ii  libgtk2.0-0 2.24.10-2
ii  libgtkspell02.0.16-1
ii  libldap-2.4-2   2.4.31-1+nmu2
ii  libonig25.9.1-1
ii  libpango1.0-0   1.30.0-1
ii  libpisock9  0.12.5-5
ii  libssl1.0.0 1.0.1e-2+deb7u7
ii  multiarch-support   2.13-38+deb7u1

Versions of packages sylpheed recommends:
ii  aspell-en [aspell-dictionary]  7.1-0-1
ii  ca-certificates20130119
ii  sylpheed-i18n  3.2.0-1
ii  xfonts-100dpi  1:1.0.3

Versions of packages sylpheed suggests:
pn  bogofilternone
pn  bsfilter  none
pn  claws-mail-tools  none
ii  curl  7.26.0-1+wheezy9
ii  jpilot1.8.1.2-1
pn  sylpheed-doc  none

-- no debconf information


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



Bug#725606: marked as done (libapache2-mod-log-slow: FTBFS: make[1]: *** No rule to make target `/home/apache-2.2.2/build/special.mk'. Stop.)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 15:37:13 +
with message-id e1wfa5p-gc...@franck.debian.org
and subject line Bug#725606: fixed in libapache2-mod-log-slow 1.0.8-2
has caused the Debian Bug report #725606,
regarding libapache2-mod-log-slow: FTBFS: make[1]: *** No rule to make target 
`/home/apache-2.2.2/build/special.mk'.  Stop.
to be marked as done.

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

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


-- 
725606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libapache2-mod-log-slow
Version: 1.0.8-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»'
 Makefile:10: /home/apache-2.2.2/build/special.mk: No such file or directory
 make[1]: *** No rule to make target `/home/apache-2.2.2/build/special.mk'.  
 Stop.
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 dh_auto_test: make -j1 test returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/10/06/libapache2-mod-log-slow_1.0.8-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: libapache2-mod-log-slow
Source-Version: 1.0.8-2

We believe that the bug you reported is fixed in the latest version of
libapache2-mod-log-slow, 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.
Cyril Bouthors cy...@bouthors.org (supplier of updated 
libapache2-mod-log-slow 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: Tue, 29 Apr 2014 16:49:07 +0200
Source: libapache2-mod-log-slow
Binary: libapache2-mod-log-slow
Architecture: source amd64
Version: 1.0.8-2
Distribution: unstable
Urgency: low
Maintainer: Cyril Bouthors c...@debian.org
Changed-By: Cyril Bouthors cy...@bouthors.org
Description: 
 libapache2-mod-log-slow - Apache module for logging of slow requests handling
Closes: 725606
Changes: 
 libapache2-mod-log-slow (1.0.8-2) unstable; urgency=low
 .
   Patch from Hideki Yamane henr...@debian.org:
   * use source format 3.0 (quilt)
   * debian/patches
 - add adjust.patch to ignore hardcoded path (Closes: #725606)
 - add add-install-target.patch to add missing install target in upstream
   Makefile (I wonder why previous version would work)
   * debian/compat
 - set 9 to enable hardening in rules
   * debian/control
 - set Build-Depends: debhelper (= 9) as above
   * add debian/{install,dirs}
   * debian/rules
 - set hardening option
 - simplify it
Checksums-Sha1: 
 dfbac553aaf01b72ee8fd9ca1b92df7b53e9adc3 1192 
libapache2-mod-log-slow_1.0.8-2.dsc
 2410818b2447ef827436be5a6b91fca7c57ceebf 2808 
libapache2-mod-log-slow_1.0.8-2.debian.tar.xz
 a54dd4567684a59c427fe7789db799906d4ffecb 3630 
libapache2-mod-log-slow_1.0.8-2_amd64.deb
Checksums-Sha256: 
 a1ebc19005135942a5257e0b7b691c7bcea419ebabd49c1787f17d54514c91aa 1192 
libapache2-mod-log-slow_1.0.8-2.dsc
 8068a418f96b7b4ebacf8f8255378cc0e9227df65109b1834663028c57b2a362 2808 
libapache2-mod-log-slow_1.0.8-2.debian.tar.xz
 36a3b1520bb8d923c5da7da96255bc2a26429bea56030a6162b7586a89cb9da0 3630 
libapache2-mod-log-slow_1.0.8-2_amd64.deb
Files: 
 c9231f79e48e1950d249061d495d5268 3630 web optional 
libapache2-mod-log-slow_1.0.8-2_amd64.deb
 0c4cc79e16561335d3f75da5750307cd 1192 web optional 
libapache2-mod-log-slow_1.0.8-2.dsc
 d620f9732d8c2e9f5fac86bccf6afc60 2808 web optional 
libapache2-mod-log-slow_1.0.8-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iD8DBQFTX7xlZ1SJHeqsYt8RAihFAJkBWaatNDlaLOwrCMxgGTTv/Djf1QCffaE4
2yCGJZtfbJwRE0r1IK/QPHs=

Bug#746130: marked as done (systemd-ui: FTBFS: error: `Notification' is an ambiguous reference between `GLib.Notification' and `Notify.Notification')

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 15:42:19 +
with message-id e1wfaal-wz...@franck.debian.org
and subject line Bug#746130: fixed in systemd-ui 3-2
has caused the Debian Bug report #746130,
regarding systemd-ui: FTBFS: error: `Notification' is an ambiguous reference 
between `GLib.Notification' and `Notify.Notification'
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.)


-- 
746130: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746130
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: systemd-ui
Version: 3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 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):
^
 systemd-interfaces.c: In function 'job_get_type':
 systemd-interfaces.c:6872:3: warning: passing argument 3 of 
 'g_type_set_qdata' discards 'const' qualifier from pointer target type 
 [enabled by default]
 In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  from /usr/include/glib-2.0/gobject/gbinding.h:29,
  from /usr/include/glib-2.0/glib-object.h:23,
  from src/systemd-interfaces.c:6:
 /usr/include/glib-2.0/gobject/gtype.h:719:23: note: expected 'gpointer' but 
 argument is of type 'const char *'
  void  g_type_set_qdata   (GTypetype,
^
 systemd-interfaces.c: In function 'properties_get_type':
 systemd-interfaces.c:7228:3: warning: passing argument 3 of 
 'g_type_set_qdata' discards 'const' qualifier from pointer target type 
 [enabled by default]
 In file included from /usr/include/glib-2.0/gobject/gobject.h:24:0,
  from /usr/include/glib-2.0/gobject/gbinding.h:29,
  from /usr/include/glib-2.0/glib-object.h:23,
  from src/systemd-interfaces.c:6:
 /usr/include/glib-2.0/gobject/gtype.h:719:23: note: expected 'gpointer' but 
 argument is of type 'const char *'
  void  g_type_set_qdata   (GTypetype,
^
   CCLD systemadm
   VALACsystemd_gnome_ask_password_agent_vala.stamp
 src/gnome-ask-password-agent.vala:83.9-83.20: error: `Notification' is an 
 ambiguous reference between `GLib.Notification' and `Notify.Notification'
 Notification n;
 
 Compilation failed: 1 error(s), 0 warning(s)
 make[3]: *** [systemd_gnome_ask_password_agent_vala.stamp] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/systemd-ui_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: systemd-ui
Source-Version: 3-2

We believe that the bug you reported is fixed in the latest version of
systemd-ui, 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 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Michael Biebl bi...@debian.org (supplier of updated systemd-ui 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: Tue, 29 Apr 2014 00:56:33 +0200
Source: systemd-ui
Binary: systemd-gui systemd-ui
Architecture: source all amd64
Version: 3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian systemd Maintainers 
pkg-systemd-maintain...@lists.alioth.debian.org
Changed-By: Michael Biebl bi...@debian.org
Description: 
 systemd-gui - transitional package for systemd-ui
 systemd-ui - graphical frontend for systemd
Closes: 746130
Changes: 
 systemd-ui (3-2) unstable; urgency=medium
 .
   * Don't use numbered patches with gbp-pq.
   * Fix build failure caused by Notification being an ambiguous reference
 between `GLib.Notification' and `Notify.Notification'. (Closes: 

Bug#746122: deets: FTBFS: (.text+0x1d): undefined reference to `MD5Update'

2014-04-29 Thread Clint Adams
On Sun, Apr 27, 2014 at 02:02:57PM +0200, David Suárez wrote:
 The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/deets_0.2-3_unstable.log

Something changed with libdpkg-dev.


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



Bug#734865:

2014-04-29 Thread Tomas Cohen Arazi
Hi, first of all, I know too little about mpm install policies on Debian.
But my guess is that the dependency of mpm-itk on mpm-prefork should be
hardcoded in the postinst script, as a sequence of steps that disable the
conflicting mpm's and then proceed to a2enmod mpm_itk.

If enabling the installed module is not a mandatory policy, then just
delete the enabling line. People enabling mpm_itk (other than the default
mpm_event) know what they are doing and will manually enable it anyway.

-- 
Tomás Cohen Arazi
Prosecretaría de Informática
Universidad Nacional de Córdoba
✆ +54 351 4333190 ext 13168
GPG: B76C 6E7C 2D80 551A C765  E225 0A27 2EA1 B2F3 C15F


Processed: fix versions for 746036

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # fixed version was wrong
 notfixed 746036 24.4.0.1
Bug #746036 {Done: Carsten Schoenert c.schoen...@t-online.de} 
[iceowl-extension] iceowl-extension: Event not shown when calendar view 
refreshed.
There is no source info for the package 'iceowl-extension' at version 
'24.4.0.1' with architecture ''
Unable to make a source version for version '24.4.0.1'
No longer marked as fixed in versions 24.4.0.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746036
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: fix version for 743925

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # correctly indicate the fixed and found versions
 found 743925 1.5-2
Bug #743925 {Done: Gerfried Fuchs rho...@debian.org} [libopenobex1] 
libopenobex1: package version 1.5-2.1 which fix bug in stable shall be 
availlable in stable updates
Marked as found in versions libopenobex/1.5-2.
 notfound 743925 1.5-2.1
Bug #743925 {Done: Gerfried Fuchs rho...@debian.org} [libopenobex1] 
libopenobex1: package version 1.5-2.1 which fix bug in stable shall be 
availlable in stable updates
No longer marked as found in versions libopenobex/1.5-2.1.
 fixed 743925 1.5-2.1
Bug #743925 {Done: Gerfried Fuchs rho...@debian.org} [libopenobex1] 
libopenobex1: package version 1.5-2.1 which fix bug in stable shall be 
availlable in stable updates
Marked as fixed in versions libopenobex/1.5-2.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743925
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#746395: FTBFS for binary-indep builds (missing python build dependency)

2014-04-29 Thread Russ Allbery
Source: krb5
Version: 1.12.1+dfsg-1
Severity: serious

When the documentation is built, 1.12.1+dfsg-1 fails to build with the
following error:

cd build/doc  make substhtml substpdf
make[1]: Entering directory '/«BUILDDIR»/krb5-1.12.1+dfsg/build/doc'
sed -e 's|@SRC@|../../src|g' \
-e 's|@DOC@|../../src/../doc|g' ../../src/doc/Doxyfile.in  Doxyfile
rm -f ../../src/../doc/version.py
gcc -E -I../../src -  ../../src/doc/version.py.in  ../../src/../doc/version.py
rm -rf doxy rst_apiref rst_composite
doxygen
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6456: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6471: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag string found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag string found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag string found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6456: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6471: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag string found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6526: warning: 
Unsupported xml/html tag number found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag string found
/«BUILDDIR»/krb5-1.12.1+dfsg/src/include/krb5/krb5.hin:6533: warning: 
Unsupported xml/html tag string found
cwd=`pwd`; cd ../../src/../doc/tools  \
 doxy.py -i $cwd/doxy/xml -o $cwd/rst_apiref
/bin/sh: 2: doxy.py: not found

This is because $(PYTHON) expands to the empty string and is therefore
omitted in front of doxy.py, which in turn is because no Python is found
during the build due to the missing build dependency.

Caught by the archive-wide rebuild to test GNU make 4.0.

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

Kernel: Linux 3.13-1-686-pae (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: fix versions for 746036

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 fixed 746036 24.4.0-1
Bug #746036 {Done: Carsten Schoenert c.schoen...@t-online.de} 
[iceowl-extension] iceowl-extension: Event not shown when calendar view 
refreshed.
Marked as fixed in versions icedove/24.4.0-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746036
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#746379: [DRE-maint] Bug#746379: ruby-escape-utils: build dependencies are not installable

2014-04-29 Thread Pirate Praveen
2014-04-29 19:29 GMT+05:30, Matthias Klose d...@debian.org:
 Package: ruby-escape-utils
 Version: 1.0.1-2
 Severity: serious
 Tags: sid jessie patch

 the build fails early:

 $ sudo apt-get install ruby-rack ruby-actionpack
 Reading package lists... Done
 Building dependency tree
 Reading state information... Done
 Some packages could not be installed. This may mean that you have
 requested an impossible situation or if you are using the unstable
 distribution that some required packages have not yet been created
 or been moved out of Incoming.
 The following information may help to resolve the situation:

 The following packages have unmet dependencies:
  ruby-actionpack : Depends: ruby-actionpack-3.2 but it is not going to be
 installed
 E: Unable to correct problems, you have held broken packages.

 or
 https://launchpadlibrarian.net/174155141/buildlog_ubuntu-utopic-amd64.ruby-escape-utils_b_FAILEDTOBUILD.txt.gz

 ruby-actionpack-3.2 wants ruby-rack1.4, which conflicts with ruby-rack.
 build-depending on ruby-rack1.4 solves the issue.

pbuilder is able to build the package by installing ruby-rack1.4 and
skipping ruby-rack

The following packages have unmet dependencies:
 ruby-rack1.4 : Conflicts: ruby-rack but 1.5.2-1 is to be installed.
The following actions will resolve these dependencies:

 Keep the following packages at their current version:
1) ruby-rack [Not Installed]

ruby-rack1.4 provides ruby-rack

buildds also resolve this correctly
https://buildd.debian.org/status/fetch.php?pkg=ruby-escape-utilsarch=i386ver=1.0.1-2stamp=1398168146

ruby-rack1.4 is a temporary measure until we can make rails 4 as
default. So I'm not sure if we should add ruby-rack1.4 to build deps.
-- 
പ്രവീണ്‍ അരിമ്പ്രത്തൊടിയില്‍
You have to keep reminding your government that you don't get your rights
from them; you give them permission to rule, only so long as they follow the
rules: laws and constitution.


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



Bug#746398: ruby-patron fails to build on many architectures

2014-04-29 Thread Matthias Klose
Package: ruby-patron
Version: 0.4.18-2
Severity: serious
Tags: sid jessie

ruby-patron fails to build on many architectures, including i386. rake is
aborting with a segfault, like:

buildlog from https://buildd.debian.org/status/package.php?p=ruby-patron


[...]
58a88000-58c87000 rw-p  00:00 0
58c87000-58c88000 ---p  00:00 0
58c88000-58f89000 rw-p  00:00 0
ff9f2000-ffa13000 rw-p  00:00 0  [stack]


[NOTE]
You may have encountered a bug in the Ruby interpreter or extension libraries.
Bug reports are welcome.
For details: http://www.ruby-lang.org/bugreport.html

/usr/bin/ruby2.1 -S rspec ./spec/patron_spec.rb ./spec/request_spec.rb
./spec/response_spec.rb ./spec/session_spec.rb ./spec/util_spec.rb failed
ERROR: Test ruby2.1 failed. Exiting.
dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/ruby-patron returned
exit code 1
make: *** [binary-arch] Error 1


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



Bug#722542: marked as done (gcc-spu went away but is still being used)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 19:45:58 +0200
with message-id 20140429174556.ga2...@ugent.be
and subject line Re: Bug#722542: gcc-spu went away but is still being used
has caused the Debian Bug report #722542,
regarding gcc-spu went away but is still being used
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.)


-- 
722542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722542
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gcc-defaults,newlib
Severity: important

Dear maintainers of gcc-defaults and newlib,

I noticed that gcc-defaults have removed the gnu-spu package in sid,
but newlib still build-depends on it.  Since there was no bug against
either package, I am assuming no one has noticed this so far.  As it
is, this is one (of several) things blocking gcc-defaults migration to
testing.

This bug can be fixed either by re-introducing gcc-spu (possibly as a
transitional package, if gcc-spu is no longer needed) or by newlib no
longer Build-Depending on gcc-spu (since it is the last package using
it).  I will leave it to you to decide how this will be solved; please
reassign this bug to the proper package.

Thank you in advance,
~Niels
---End Message---
---BeginMessage---
Version: 2.0.0-1

Hi Agustin,

On Tue, Nov 26, 2013 at 09:46:55AM -0300, Agustin Henze wrote:
 Hi all, I'm glad to announce that I've adopted this package :) and I've
 uploaded a new version (2.0.0-1). This version doesn't build newlib-spu
 anymore. It arrived on the archive a few days ago, should I request the 
 removal
 of the old packages for close this bug?

As the issue is fixed in version 2.0.0-1, this bug can be closed. It still has
to migrate to testing, but that's a different issue.

Cheers,

Ivo---End Message---


Processed: mark 722542 as found in 1.18.0-6.2

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 found 722542 1.18.0-6.2
Bug #722542 [newlib] gcc-spu went away but is still being used
There is no source info for the package 'newlib' at version '1.18.0-6.2' with 
architecture ''
Unable to make a source version for version '1.18.0-6.2'
Marked as found in versions 1.18.0-6.2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
722542: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722542
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#715278: Any attempt to have intel-gpu-tools 1.6 which fixes this bug ?

2014-04-29 Thread Julien Cristau
On Tue, Apr 29, 2014 at 14:17:55 +0530, shirish शिरीष wrote:

 Hi all,
 Is there any attempt to get intel-gpu-tools 1.6 which fixes the bug ?
 
Not really, no.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#742303:

2014-04-29 Thread zulu

This is due to a bug in package udisks. The udisks daemon is no longer
started automatically.

Please have a look at the upstream bugreport here:
https://bugs.launchpad.net/basenji/+bug/1310700


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



Processed: forcibly merging 744813 746398

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 744813 746398
Bug #744813 [ruby-patron] FTBFS: Segmentation fault in ruby2.0
Bug #744813 [ruby-patron] FTBFS: Segmentation fault in ruby2.0
Added tag(s) sid and jessie.
Bug #746398 [ruby-patron] ruby-patron fails to build on many architectures
Merged 744813 746398
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744813: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744813
746398: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746398
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#745490: qemu-system-x86: Guests fail to start with Linunz 3.13 (3.12 is fine)

2014-04-29 Thread Debian Bug Tracking System
Processing control commands:

 severity -1 normal
Bug #745490 [qemu-system-x86] Guests fail to start with 32bit Linux 3.13 (3.12 
is fine)
Severity set to 'normal' from 'grave'

-- 
745490: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745490
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#745490: qemu-system-x86: Guests fail to start with Linunz 3.13 (3.12 is fine)

2014-04-29 Thread Michael Tokarev
Control: severity -1 normal

Not replying to questions helps.

Since no one uses 32bit kernels with kvm nowadays,
and since it looks like the bugreport is misfiled
anyway, downgrading severity from grave to normal.

Thanks,

/mjt


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



Bug#746214: hdf5: diff for NMU version 1.8.12+docs-1.1

2014-04-29 Thread Julien Cristau
tags 746214 + pending
thanks

Dear maintainer,

I've prepared an NMU for hdf5 (versioned as 1.8.12+docs-1.1) and
will shortly upload it to DELAYED/1.  You'll find the nmu diff attached.

Cheers,
Julien
diff -Nru hdf5-1.8.12+docs/debian/changelog hdf5-1.8.12+docs/debian/changelog
--- hdf5-1.8.12+docs/debian/changelog	2014-02-16 19:10:09.0 +0100
+++ hdf5-1.8.12+docs/debian/changelog	2014-04-29 21:05:49.0 +0200
@@ -1,3 +1,11 @@
+hdf5 (1.8.12+docs-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Build libhdf5-openmpi-{7,dev} on mips and mipsel, since mpi-defaults
+switched to openmpi there (closes: #746214).
+
+ -- Julien Cristau jcris...@debian.org  Tue, 29 Apr 2014 21:05:47 +0200
+
 hdf5 (1.8.12+docs-1) unstable; urgency=medium
 
   * Repack upstream tarball with documentation.
diff -Nru hdf5-1.8.12+docs/debian/control hdf5-1.8.12+docs/debian/control
--- hdf5-1.8.12+docs/debian/control	2014-02-16 22:07:54.0 +0100
+++ hdf5-1.8.12+docs/debian/control	2014-04-29 21:08:05.0 +0200
@@ -101,7 +101,7 @@
 Package: libhdf5-openmpi-7
 Section: libs
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-7
@@ -118,7 +118,7 @@
 Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
  libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
@@ -135,7 +135,7 @@
 Package: libhdf5-openmpi-7-dbg
 Section: debug
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libhdf5-openmpi-7 (= ${binary:Version}),
 Conflicts: libhdf5-7-dbg, libhdf5-mpich-7-dbg
diff -Nru hdf5-1.8.12+docs/debian/orig-tar.sh hdf5-1.8.12+docs/debian/orig-tar.sh
--- hdf5-1.8.12+docs/debian/orig-tar.sh	2014-02-16 11:53:10.0 +0100
+++ hdf5-1.8.12+docs/debian/orig-tar.sh	2014-04-28 08:23:47.0 +0200
@@ -32,8 +32,7 @@
   -exec mv {}.new {} \;
 
 # repack into orig.tar.gz
-# excluding files matched by debian/orig-tar.exclude
-tar -c -z -f $TAR -X debian/orig-tar.exclude $DEBIAN_SOURCE_DIR/
+tar -c -z -f $TAR $DEBIAN_SOURCE_DIR/
 rm -rf $SOURCE_DIR $DEBIAN_SOURCE_DIR
 
 echo $PACKAGE: downloaded docs and renamed archive to $(basename $TAR)
diff -Nru hdf5-1.8.12+docs/debian/rules hdf5-1.8.12+docs/debian/rules
--- hdf5-1.8.12+docs/debian/rules	2014-02-16 20:56:16.0 +0100
+++ hdf5-1.8.12+docs/debian/rules	2014-04-28 08:29:41.0 +0200
@@ -37,7 +37,7 @@
 #ARCH_FLAG=-a
 #ARCHS=any
 ARCH_FLAG=-s
-ARCHS=alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+ARCHS=alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
 ifeq (,$(filter $(DEB_HOST_ARCH),$(ARCHS)))
 build_openmpi = no


signature.asc
Description: Digital signature


Processed: hdf5: diff for NMU version 1.8.12+docs-1.1

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 746214 + pending
Bug #746214 [src:hdf5] hdf5: build with openmpi on mips/mipsel
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746214
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#746214: hdf5: diff for NMU version 1.8.12+docs-1.1

2014-04-29 Thread Gilles Filippini
Julien Cristau a écrit , Le 29/04/2014 22:01:
 tags 746214 + pending
 thanks
 
 Dear maintainer,
 
 I've prepared an NMU for hdf5 (versioned as 1.8.12+docs-1.1) and
 will shortly upload it to DELAYED/1.  You'll find the nmu diff attached.

Thanks for taking care of this. I intended to handle it in May along
with upcoming 1.8.13 release.

BTW, any news about #740561?

Thanks,

_g.




signature.asc
Description: OpenPGP digital signature


Bug#741285: bind9: diff for NMU version 1:9.9.5.dfsg-3.1

2014-04-29 Thread Julien Cristau
Hi LaMont,

I've prepared an NMU for bind9 (versioned as 1:9.9.5.dfsg-3.1) and
will upload it shortly to DELAYED/1, as discussed on irc last week.

Cheers,
Julien
diff -u bind9-9.9.5.dfsg/configure.in bind9-9.9.5.dfsg/configure.in
--- bind9-9.9.5.dfsg/configure.in
+++ bind9-9.9.5.dfsg/configure.in
@@ -3568,7 +3568,7 @@
 
 if test $dlopen = yes; then
 	case $host in
-		*-linux*)
+		*-linux*|*-gnu)
 			SO_CFLAGS=-fPIC
 			if test $have_dl = yes
 			then
diff -u bind9-9.9.5.dfsg/debian/changelog bind9-9.9.5.dfsg/debian/changelog
--- bind9-9.9.5.dfsg/debian/changelog
+++ bind9-9.9.5.dfsg/debian/changelog
@@ -1,3 +1,11 @@
+bind9 (1:9.9.5.dfsg-3.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS on kfreebsd by using the same rules as on linux for building
+shared libraries (closes: #741285).
+
+ -- Julien Cristau jcris...@debian.org  Tue, 29 Apr 2014 22:27:15 +0200
+
 bind9 (1:9.9.5.dfsg-3) unstable; urgency=low
 
   * Re-enable rrl (now a configure option).  Closes: #741059 LP: #1288823


signature.asc
Description: Digital signature


Bug#746214: hdf5: diff for NMU version 1.8.12+docs-1.1

2014-04-29 Thread Julien Cristau
On Tue, Apr 29, 2014 at 22:30:41 +0200, Gilles Filippini wrote:

 Julien Cristau a écrit , Le 29/04/2014 22:01:
  tags 746214 + pending
  thanks
  
  Dear maintainer,
  
  I've prepared an NMU for hdf5 (versioned as 1.8.12+docs-1.1) and
  will shortly upload it to DELAYED/1.  You'll find the nmu diff attached.
 
 Thanks for taking care of this. I intended to handle it in May along
 with upcoming 1.8.13 release.
 
Since libhdf5-mpi-dev is currently uninstallable waiting isn't really an
option.  If you're happy with the NMU I could even reschedule it to hit
the archive immediately?

 BTW, any news about #740561?
 
It's taken a year for anyone to notice, so it can wait a little bit
more.

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#746214: hdf5: diff for NMU version 1.8.12+docs-1.1

2014-04-29 Thread Gilles Filippini
Julien Cristau a écrit , Le 29/04/2014 22:34:
 On Tue, Apr 29, 2014 at 22:30:41 +0200, Gilles Filippini wrote:
 
 Julien Cristau a écrit , Le 29/04/2014 22:01:
 tags 746214 + pending
 thanks

 Dear maintainer,

 I've prepared an NMU for hdf5 (versioned as 1.8.12+docs-1.1) and
 will shortly upload it to DELAYED/1.  You'll find the nmu diff attached.

 Thanks for taking care of this. I intended to handle it in May along
 with upcoming 1.8.13 release.

 Since libhdf5-mpi-dev is currently uninstallable waiting isn't really an
 option.  If you're happy with the NMU I could even reschedule it to hit
 the archive immediately?

Granted.

 
 BTW, any news about #740561?

 It's taken a year for anyone to notice, so it can wait a little bit
 more.

o_O

Is this the only reason not to process it? a time frame would be
appreciated anyway.

Thanks,

_g.




signature.asc
Description: OpenPGP digital signature


Processed: retitle 746139 to padre: FTBFS: segfault in three tests

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 retitle 746139 padre: FTBFS: segfault in three tests
Bug #746139 [src:padre] padre: FTBFS: 22:11:55: Error: locale 'en_GB' cannot be 
set.
Changed Bug title to 'padre: FTBFS: segfault in three tests' from 'padre: 
FTBFS: 22:11:55: Error: locale 'en_GB' cannot be set.'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746139
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: Pending fixes for bugs in the padre package

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tag 744224 + pending
Bug #744224 [padre] Padre does not start, aborts with Segfault,
Added tag(s) pending.
 tag 746139 + pending
Bug #746139 [src:padre] padre: FTBFS: segfault in three tests
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744224: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744224
746139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746139
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#746139: Pending fixes for bugs in the padre package

2014-04-29 Thread pkg-perl-maintainers
tag 744224 + pending
tag 746139 + pending
thanks

Some bugs in the padre package are closed in revision
c701ca5fd000c3c6c1b7f599e7e876f6b7acfc41 in branch 'master' by Damyan
Ivanov

The full diff can be seen at
http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/padre.git;a=commitdiff;h=c701ca5

Commit message:

add (= 0.39) to the libwx-scintilla-perl (build-)dependency

Closes: #744224 -- Padre does not start, aborts with Segfault
the build-time dependency needs to be = 0.39 too, otherwise
some tests fail (with segfault)

Closes: #746139 -- FTBFS: segfaults in three tests


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



Bug#746214: marked as done (hdf5: build with openmpi on mips/mipsel)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 21:34:35 +
with message-id e1w-0003af...@franck.debian.org
and subject line Bug#746214: fixed in hdf5 1.8.12+docs-1.1
has caused the Debian Bug report #746214,
regarding hdf5: build with openmpi on mips/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.)


-- 
746214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746214
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: hdf5
Version: 1.8.12+docs-1
Severity: serious
Tags: patch

Hi,

mpi-defaults now uses openmpi on mips and mipsel (as of 1.0.2+nmu1).  A
rebuilt libhdf5-mpi-dev thus depends on libhdf5-openmpi-dev, which is
not built on those archs, making it uninstallable.

diff --git a/debian/control b/debian/control
index 0b3c252..24929a9 100644
--- a/debian/control
+++ b/debian/control
@@ -101,7 +101,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
development files - serial vers
 Package: libhdf5-openmpi-7
 Section: libs
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 
sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc 
powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libhdf5-7
@@ -118,7 +118,7 @@ Description: Hierarchical Data Format 5 (HDF5) - runtime 
files - OpenMPI version
 Package: libhdf5-openmpi-dev
 Section: libdevel
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 
sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc 
powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: libhdf5-openmpi-7 (= ${binary:Version}), zlib1g-dev,
  libjpeg-dev, libopenmpi-dev, ${misc:Depends}, hdf5-helpers
 Conflicts: libhdf5-dev
@@ -135,7 +135,7 @@ Description: Hierarchical Data Format 5 (HDF5) - 
development files - OpenMPI ver
 Package: libhdf5-openmpi-7-dbg
 Section: debug
 Priority: extra
-Architecture: alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 
sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
+Architecture: alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc 
powerpcspe ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 Depends: ${shlibs:Depends}, ${misc:Depends},
  libhdf5-openmpi-7 (= ${binary:Version}),
 Conflicts: libhdf5-7-dbg, libhdf5-mpich-7-dbg
diff --git a/debian/rules b/debian/rules
index 1f2eb06..1e54389 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ DEFAULT_MPI=$(ARCH_DEFAULT_MPI_IMPL)
 #ARCH_FLAG=-a
 #ARCHS=any
 ARCH_FLAG=-s
-ARCHS=alpha arm64 armel armhf amd64 i386 ia64 powerpc powerpcspe ppc64 sparc 
kfreebsd-i386 kfreebsd-amd64 hurd-i386
+ARCHS=alpha arm64 armel armhf amd64 i386 ia64 mips mipsel powerpc powerpcspe 
ppc64 sparc kfreebsd-i386 kfreebsd-amd64 hurd-i386
 
 ifeq (,$(filter $(DEB_HOST_ARCH),$(ARCHS)))
 build_openmpi = no

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: hdf5
Source-Version: 1.8.12+docs-1.1

We believe that the bug you reported is fixed in the latest version of
hdf5, 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 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Julien Cristau jcris...@debian.org (supplier of updated hdf5 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: Tue, 29 Apr 2014 21:05:47 +0200
Source: hdf5
Binary: libhdf5-7 libhdf5-7-dbg libhdf5-cpp-7 libhdf5-cpp-7-dbg libhdf5-dev 
libhdf5-openmpi-7 libhdf5-openmpi-dev libhdf5-openmpi-7-dbg libhdf5-mpich-7 
libhdf5-mpich2-7 libhdf5-mpich-dev libhdf5-mpich2-dev libhdf5-mpich-7-dbg 
libhdf5-mpich2-7-dbg libhdf5-mpi-dev libhdf5-doc hdf5-helpers hdf5-tools 
libhdf5-serial-dev
Architecture: source all amd64
Version: 1.8.12+docs-1.1
Distribution: sid
Urgency: medium
Maintainer: Debian GIS Project pkg-grass-de...@lists.alioth.debian.org
Changed-By: Julien Cristau jcris...@debian.org
Description: 
 hdf5-helpers - Hierarchical Data Format 5 (HDF5) - 

Bug#746139: marked as done (padre: FTBFS: segfault in three tests)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 21:37:47 +
with message-id e1wffil-0004hi...@franck.debian.org
and subject line Bug#746139: fixed in padre 1.00+dfsg-2
has caused the Debian Bug report #746139,
regarding padre: FTBFS: segfault in three tests
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.)


-- 
746139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: padre
Version: 1.00+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 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[3]: Entering directory `/«BUILDDIR»/padre-1.00+dfsg/winxs'
 make[3]: Nothing to be done for `all'.
 make[3]: Leaving directory `/«BUILDDIR»/padre-1.00+dfsg/winxs'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/*.t t/perl/*.t 
 t/python/*.t t/ruby/*.t t/java/*.t t/csharp/*.t
 Xlib:  extension RANDR missing on display :99.
 # Tests find Wx: 0.9923 wxWidgets 3.0.0
 t/01_compile.t . ok
 Xlib:  extension RANDR missing on display :99.
 22:11:55: Warning: Cannot set locale to language English (U.K.).
 22:11:55: Error: locale 'en_GB' cannot be set.
 t/02_new.t . ok
 t/03_db.t .. ok
 t/04_config.t .. ok
 Xlib:  extension RANDR missing on display :99.
 22:11:56: Warning: Cannot set locale to language English (U.K.).
 22:11:56: Error: locale 'en_GB' cannot be set.
 t/05_project.t . ok
 Xlib:  extension RANDR missing on display :99.
 t/06_utils.t ... ok
 t/07_version.t . ok
 Xlib:  extension RANDR missing on display :99.
 t/08_style.t ... ok
 t/09_search.t .. ok
 Xlib:  extension RANDR missing on display :99.
 22:11:59: Warning: Cannot set locale to language English (U.K.).
 22:11:59: Error: locale 'en_GB' cannot be set.
 t/10_delta.t ... 
 Failed 6/14 subtests 
 t/11_svn.t . skipped: Not in an SVN checkout
 t/12_mime.t  ok
 t/13_findinfiles.t . ok
 t/14_warnings.t  ok
 Xlib:  extension RANDR missing on display :99.
 22:12:01: Warning: Cannot set locale to language English (U.K.).
 22:12:01: Error: locale 'en_GB' cannot be set.
 22:12:02: Warning: Cannot set locale to language German.
 22:12:02: Error: locale 'de_DE' cannot be set.
 22:12:02: Warning: Cannot set locale to language English (U.K.).
 22:12:02: Error: locale 'en_GB' cannot be set.
 22:12:02: Warning: Cannot set locale to language English (U.K.).
 22:12:02: Error: locale 'en_GB' cannot be set.
 t/15_locale.t .. ok
 t/16_locale_format.t ... ok
 t/17_messages.t  ok
 t/18_newline.t . ok
 t/19_search.t .. ok
 t/20_comment.t . ok
 t/21_sloc.t  ok
 t/31_task_queue.t .. ok
 t/32_task_worker.t . ok
 t/33_task_chain.t .. ok
 t/34_task_master.t . ok
 Xlib:  extension RANDR missing on display :99.
 t/35_task_handle.t . ok
 Xlib:  extension RANDR missing on display :99.
 t/36_task_eval.t ... ok
 Xlib:  extension RANDR missing on display :99.
 t/37_task_signal.t . ok
 Xlib:  extension RANDR missing on display :99.
 t/38_task_manager.t  ok
 Xlib:  extension RANDR missing on display :99.
 t/39_task_nothreads.t .. ok
 Xlib:  extension RANDR missing on display :99.
 t/40_display.t . ok
 Xlib:  extension RANDR missing on display :99.
 22:12:27: Warning: Cannot set locale to language English (U.K.).
 22:12:27: Error: locale 'en_GB' cannot be set.
 t/41_editor.t .. 
 Failed 26/28 subtests 
 Xlib:  extension RANDR missing on display :99.
 t/42_document.t  ok
 Xlib:  extension RANDR missing on display :99.
 t/43_frame_html.t .. ok
 t/50_browser.t . ok
 t/61_directory_path.t .. ok
 Xlib:  extension RANDR missing on display :99.
 t/74_history_combobox.t  ok
 Xlib:  extension RANDR missing on display :99.
 t/75_autocomplete.t  ok
 Xlib:  extension RANDR missing on display :99.
 22:12:31: Warning: Cannot set locale to language English (U.K.).
 22:12:31: Error: locale 'en_GB' cannot be set.
 t/76_preferences.t . 
 Failed 7/10 subtests 
 Xlib:  extension RANDR missing on display :99.
 22:12:32: Warning: Cannot set locale to language English (U.K.).
 22:12:32: Error: locale 'en_GB' cannot be set.
 

Bug#710359: isdnutils: diff for NMU version 1:3.25+dfsg1-3.4

2014-04-29 Thread Tobias Frost
tags 710359 + patch
tags 745624 + patch
tags 746353 + patch
thanks

Dear maintainer,

I've prepared an NMU for isdnutils (versioned as 1:3.25+dfsg1-3.4). The diff
is attached to this message.

Regards.
diff -Nru isdnutils-3.25+dfsg1/debian/changelog 
isdnutils-3.25+dfsg1/debian/changelog
--- isdnutils-3.25+dfsg1/debian/changelog   2013-06-06 12:36:15.0 
+0200
+++ isdnutils-3.25+dfsg1/debian/changelog   2014-04-29 22:50:05.0 
+0200
@@ -1,3 +1,19 @@
+isdnutils (1:3.25+dfsg1-3.4) unstable; urgency=medium
+
+  * Non-maintainer upload. (Closes: #745881)
+  * Fix postinst uses /usr/share/doc content (Policy 12.3), applying
+relevant sections from the patch found in BTS (Closes: #710359)
+  * debian/patches/vbox-configure-quoting.patch: fix wrong handling of paths
+with embedded quotes; this confuses vbox's configure script something
+fierce, and causes files to be missed from debian/tmp'/usr/share/doc/'
+at install time.
+  * pppdcapiplugin need to depend on ppp 2.4.6 (Closes: #745624)
+  * Do no longer build libcapi20 and libcapi20-dev as they are now in a
+seperate package. The required changes in the build system are in
+use-packaged-libcapi20.patch. (Closes: #746353)
+
+ -- Tobias Frost t...@coldtobi.de  Tue, 29 Apr 2014 22:50:01 +0200
+
 isdnutils (1:3.25+dfsg1-3.3) unstable; urgency=low
 
   [ Andreas Beckmann ]
diff -Nru isdnutils-3.25+dfsg1/debian/control 
isdnutils-3.25+dfsg1/debian/control
--- isdnutils-3.25+dfsg1/debian/control 2013-06-06 12:36:15.0 +0200
+++ isdnutils-3.25+dfsg1/debian/control 2014-04-29 22:33:39.0 +0200
@@ -8,7 +8,7 @@
 Build-Depends: debhelper (= 9), bzip2, libncurses5-dev | libncurses-dev,
  xutils-dev | imake, tcl-dev, linuxdoc-tools (=0.9.20), groff, libtool,
  libxaw7-dev, libreadline-dev, libpcap0.8-dev, autotools-dev,
- automake, autoconf, libssl-dev, psutils,
+ automake, autoconf, libssl-dev, psutils, libcapi20-dev (=1:3.27),
  lsb-release, po-debconf, ppp-dev
 Homepage: http://www.isdn4linux.de
 Vcs-Git: git://git.debian.org/git/collab-maint/isdnutils.git
@@ -116,7 +116,7 @@
 
 Package: capiutils
 Architecture: linux-any
-Depends: libcapi20-3 (= ${binary:Version}), ${shlibs:Depends},
+Depends: ${shlibs:Depends},
  lsb-base (= 1.3-9ubuntu3), makedev, ${misc:Depends}
 Section: net
 Description: ISDN utilities - tools for CAPI-capable cards
@@ -125,34 +125,9 @@
  The package contains utilities to initialize and get information about
  these cards.
 
-Package: libcapi20-3
-Architecture: linux-any
-Section: libs
-Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Suggests: isdnutils-doc
-Description: ISDN utilities - CAPI support libraries
- Handle requests from CAPI-driven applications such as fax systems via active
- and passive ISDN cards.
- .
- This package will be installed automatically if needed.
-
-Package: libcapi20-dev
-Architecture: linux-any
-Section: libdevel
-Multi-Arch: same
-Depends: libcapi20-3 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
-Breaks:   isdnutils-base ( 1:3.22+dfsg1-4)
-Replaces: libcapi20-3 ( 1:3.9.20060704+dfsg.3-4),
- isdnutils-base ( 1:3.22+dfsg1-4)
-Suggests: isdnutils-doc
-Description: ISDN utilities - CAPI development libraries
- This package provides files needed for development of CAPI-aware software.
-
 Package: pppdcapiplugin
 Architecture: linux-any
-Depends: ppp (= 2.4.4), ppp ( 2.4.6), libcapi20-3 (= ${binary:Version}),
+Depends: ppp (= 2.4.6), ppp ( 2.4.7),
  ${shlibs:Depends}, ${misc:Depends}
 Section: net
 Description: ISDN utilities - pppd plug-in for CAPI support
diff -Nru isdnutils-3.25+dfsg1/debian/dotconfig 
isdnutils-3.25+dfsg1/debian/dotconfig
--- isdnutils-3.25+dfsg1/debian/dotconfig   2013-06-06 12:36:15.0 
+0200
+++ isdnutils-3.25+dfsg1/debian/dotconfig   2014-04-25 23:25:10.0 
+0200
@@ -103,7 +103,7 @@
 VBOX_PIDDIR='/var/run'
 VBOX_LOCKDIR='/var/lock'
 VBOX_DOCDIR='/usr/share/doc/isdnvboxserver'
-VBOX_TCL='tcl8.3'
+VBOX_TCL='tcl8.6'
 # VBOX_SUSPEND_ID is not set
 CONFIG_IPPPD=y
 
diff -Nru isdnutils-3.25+dfsg1/debian/ipppd.examples 
isdnutils-3.25+dfsg1/debian/ipppd.examples
--- isdnutils-3.25+dfsg1/debian/ipppd.examples  2013-06-06 12:36:15.0 
+0200
+++ isdnutils-3.25+dfsg1/debian/ipppd.examples  2014-04-26 11:46:20.0 
+0200
@@ -1,3 +1,2 @@
-debian/ipppd.DEVICE
 debian/auth-down
 debian/auth-up
diff -Nru isdnutils-3.25+dfsg1/debian/ipppd.install.in 
isdnutils-3.25+dfsg1/debian/ipppd.install.in
--- isdnutils-3.25+dfsg1/debian/ipppd.install.in2013-06-06 
12:36:15.0 +0200
+++ isdnutils-3.25+dfsg1/debian/ipppd.install.in2014-04-26 
11:46:20.0 +0200
@@ -1,3 +1,4 @@
 usr/sbin/ipppstats
 usr/sbin/ipppd
 debian/ioptions/etc/ppp/
+debian/ipppd.DEVICE/usr/share/isdn/default
diff -Nru isdnutils-3.25+dfsg1/debian/ipppd.postinst 
isdnutils-3.25+dfsg1/debian/ipppd.postinst
--- isdnutils-3.25+dfsg1/debian/ipppd.postinst  

Processed: isdnutils: diff for NMU version 1:3.25+dfsg1-3.4

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 tags 710359 + patch
Bug #710359 [isdnlog] isdnlog: postinst uses /usr/share/doc content (Policy 
12.3)
Added tag(s) patch.
 tags 745624 + patch
Bug #745624 [isdnutils] Needs to be updated for ppp 2.4.6
Added tag(s) patch.
 tags 746353 + patch
Bug #746353 [src:isdnutils] Do no longer build libcapi20-3 and libcapi20-dev
Added tag(s) patch.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
710359: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=710359
745624: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745624
746353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746353
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#704713: marked as done (gimp-plugin-registry: fails to build with ld --no-add-needed)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 22:18:56 +
with message-id e1wfgma-0008ta...@franck.debian.org
and subject line Bug#704713: fixed in gimp-plugin-registry 5.20140429
has caused the Debian Bug report #704713,
regarding gimp-plugin-registry: fails to build with ld --no-add-needed
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.)


-- 
704713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gimp-plugin-registry
Version: 5.20120621
Severity: important
Tags: patch
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

Dear Maintainer,

gimp-plugin-registry fails to build with ld --no-add-needed as some
plugins do not link against libm which they use directly.

This flag is set by default in Debian but due to a bug in binutils it
only triggers in experimental (and ubuntu)
I also fixed a LFGLAGS - LDFLAGS which I assume is just a typo in
common.mk

Thanks for considering the patch.


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

Kernel: Linux 3.8.0-16-generic (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
diff -Nru gimp-plugin-registry-5.20120621ubuntu1/debian/patches/ld-no-add-needed.patch gimp-plugin-registry-5.20120621ubuntu2/debian/patches/ld-no-add-needed.patch
--- gimp-plugin-registry-5.20120621ubuntu1/debian/patches/ld-no-add-needed.patch	1970-01-01 01:00:00.0 +0100
+++ gimp-plugin-registry-5.20120621ubuntu2/debian/patches/ld-no-add-needed.patch	2013-04-04 23:59:20.0 +0200
@@ -0,0 +1,68 @@
+Description: link plugins with the needed libm
+ required by ld --no-add-needed
+--- a/focus-blur/src/src/Makefile.am
 b/focus-blur/src/src/Makefile.am
+@@ -59,7 +59,8 @@ INCLUDES = \
+ LDADD = \
+ 	$(GTHREAD_LIBS)		\
+ 	$(GIMP_LIBS)		\
+-	$(FFTW3_LIBS)
++	$(FFTW3_LIBS)   \
++	-lm
+ 
+ focusblurstock.$(OBJEXT): $(top_srcdir)/pixmaps/pixbufs.h
+ $(top_srcdir)/pixmaps/pixbufs.h:
+--- a/focus-blur/src/src/Makefile.in
 b/focus-blur/src/src/Makefile.in
+@@ -228,7 +228,8 @@ INCLUDES = \
+ LDADD = \
+ 	$(GTHREAD_LIBS)		\
+ 	$(GIMP_LIBS)		\
+-	$(FFTW3_LIBS)
++	$(FFTW3_LIBS)   \
++	-lm
+ 
+ all: all-am
+ 
+--- a/common.mk
 b/common.mk
+@@ -1,7 +1,7 @@
+ GIMPTOOL = /usr/bin/gimptool-2.0
+ 
+ %: %.c
+-	CFLAGS=$(CFLAGS) $(EXTRA_CFLAGS) LDFLAGS=$(LFGLAGS) $(EXTRA_LDFLAGS) $(GIMPTOOL) --build $
++	CFLAGS=$(CFLAGS) $(EXTRA_CFLAGS) LDFLAGS=$(LDFLAGS) $(EXTRA_LDFLAGS) LIBS=$(LIBS) -lm $(GIMPTOOL) --build $
+ 
+ build: $(PLUGIN)
+ 
+--- a/separate+/separate+/Makefile
 b/separate+/separate+/Makefile
+@@ -37,7 +37,7 @@ CM  = -DENABLE_COLOR_MANAGEMENT
+ NLS = -DENABLE_NLS -DGETTEXT_PACKAGE=\$(GETTEXT_PACKAGE)\
+ SEP_CFLAGS += $(GIMP_INCLUDE) $(GTK_INCLUDE) $(LCMS_INCLUDE) $(CM) $(NLS) \
+   -DUSE_ICC_BUTTON
+-LIBS= $(GIMP_LIB) $(GTK_LIB) $(LCMS_LIB) $(TIFF_LIB) $(JPEG_LIB)
++LIBS= $(GIMP_LIB) $(GTK_LIB) $(LCMS_LIB) $(TIFF_LIB) $(JPEG_LIB) -lm
+ 
+ SOURCES = $(SEPARATE_SOURCES) $(IMPORT_SOURCES) \
+   $(ICC_COLORSPACE_SOURCES) $(EXTRA_SOURCES)
+--- a/wavelet-denoise/wavelet-denoise-0.3.1/src/Makefile
 b/wavelet-denoise/wavelet-denoise-0.3.1/src/Makefile
+@@ -1,5 +1,5 @@
+ CFLAGS = -O3 -Wall $(shell gimptool-2.0 --cflags)
+-LIBS = $(shell gimptool-2.0 --libs)
++LIBS = $(shell gimptool-2.0 --libs) -lm
+ PLUGIN = wavelet-denoise
+ SOURCES = plugin.c colorspace.c denoise.c wavelet.c events.c interface.c
+ HEADERS = plugin.h interface.h messages.h
+--- a/normalmap/gimp-normalmap-1.2.2/Makefile.linux
 b/normalmap/gimp-normalmap-1.2.2/Makefile.linux
+@@ -11,7 +11,7 @@ TARGET=normalmap
+ OBJS=normalmap.o preview3d.o scale.o
+ 
+ LIBS=`pkg-config --libs gtk+-2.0 gtkglext-1.0 gimp-2.0 gimpui-2.0` \
+--L/usr/X11R6/lib -lGLEW
++-L/usr/X11R6/lib -lGLEW -lm
+ 
+ all: $(TARGET)
+ 
diff -Nru gimp-plugin-registry-5.20120621ubuntu1/debian/patches/series gimp-plugin-registry-5.20120621ubuntu2/debian/patches/series
--- gimp-plugin-registry-5.20120621ubuntu1/debian/patches/series	2012-06-21 22:55:54.0 +0200
+++ gimp-plugin-registry-5.20120621ubuntu2/debian/patches/series	2013-04-04 23:33:33.0 +0200
@@ -13,3 +13,4 @@
 refocus_lapack.diff
 refocus_fix_warnings.diff
 gcc4.3-fixes.diff
+ld-no-add-needed.patch
---End Message---
---BeginMessage---
Source: gimp-plugin-registry
Source-Version: 5.20140429

We believe that 

Bug#740995: marked as done (gimp-plugin-registry: depends on unavailble packages)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 22:18:56 +
with message-id e1wfgma-0008tg...@franck.debian.org
and subject line Bug#740995: fixed in gimp-plugin-registry 5.20140429
has caused the Debian Bug report #740995,
regarding gimp-plugin-registry: depends on unavailble packages
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.)


-- 
740995: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740995
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gimp-plugin-registry
Version: 5.20120621
Severity: serious
Justification: Policy 7.2

Dear Maintainer,

This package is uninstallable because it requires the following
unavailable dependencies:

Depends: libglew1.7 (= 1.7.0) which is a virtual package.

Upon inspection of the package website[1], it appears that libglew1.7 is
only available for wheezy (stable), and creating a mixed system with
stable is generally not recommended.


1. https://packages.debian.org/sid/gimp-plugin-registry

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

Kernel: Linux 3.2.0-4-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: gimp-plugin-registry
Source-Version: 5.20140429

We believe that the bug you reported is fixed in the latest version of
gimp-plugin-registry, 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 740...@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 gimp-plugin-registry 
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: Tue, 29 Apr 2014 23:56:24 +0200
Source: gimp-plugin-registry
Binary: gimp-plugin-registry
Architecture: source amd64
Version: 5.20140429
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gimp-plugin-registry - repository of optional extensions for GIMP
Closes: 704713 740995
Changes: 
 gimp-plugin-registry (5.20140429) unstable; urgency=low
 .
   * [07aa8a09] Migrate to the packaging system taken from 
nagios-plugins-contrib.
   * [54be3d44] Fix plugin name generation.
   * [f71bba3f] Rework the whole packagaging scripts / magic.
 Also make package buildable again by adding
 missing -lm flags (Closes: #740995, #704713).
   * [04ebb23a] Use dh compat level 9.
   * [b8c457e7] Disable dh_autoreconf for now.
   * [d18cbfca] Updating normalmap to 1.2.3
   * [b23b3b88] Update resynthesizer to latest git version.
   * [6f1bb1e2] There is no readme to generate.
 Don't call the packaging helper.
   * [81546ad7] Add python-debian as build dependency.
   * [a36e9fad] Use github as Vcs source.
   * [73944fc2] Define DOCDIR, handle isntalled files properly.
   * [76a8dc76] Auto update of debian/control
   * [d1cde231] Auto update of debian/copyright
   * [1d05b9aa] Fix common-settings.mk includes.
Checksums-Sha1: 
 302bd4b7be4835b4b7f4b066f80568ec10e2f7d5 1929 
gimp-plugin-registry_5.20140429.dsc
 b2a990fe8235a5f9a5f36999eafc80c0cbc10580 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 8fd895998eed6bd29aa972d96e4e91e31d18a087 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Checksums-Sha256: 
 63890b047e4738df361dee7f8ad03dc92ae86a9f58c3604b646436862c5794d1 1929 
gimp-plugin-registry_5.20140429.dsc
 fb7c4dab75e80626edb7effcbc2743c5c127119613c85a6d88b466b252fc96fc 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 33aadb07993c2a6834898826ac7273c4ba1edc972e32fa62db5bb2d80e162f8a 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Files: 
 773fbc71cce6522f7953bf54c6b45d54 1401146 graphics optional 
gimp-plugin-registry_5.20140429_amd64.deb
 fdf359ea238a8baa39d307d915a05c30 1929 graphics optional 
gimp-plugin-registry_5.20140429.dsc
 29a929dbd1536ddbc7caf2954ec41547 13126620 graphics optional 
gimp-plugin-registry_5.20140429.tar.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTYCKAAAoJEOs2Fxpv+UNftfQQAKzmfXQsGgoidmmRJW5B8HMo

Bug#732848: marked as done (gimp-plugin-registry: Packages uninstallable)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 22:18:56 +
with message-id e1wfgma-0008ta...@franck.debian.org
and subject line Bug#704713: fixed in gimp-plugin-registry 5.20140429
has caused the Debian Bug report #704713,
regarding gimp-plugin-registry: Packages uninstallable
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.)


-- 
704713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gimp-plugin-registry
Version: 5.20120621
Severity: serious
File: gimp-plugin-registry

Dear Maintainer,

This package is uninstalable because libglew1.7 has been removed from
unstable.

$ LANG=C sudo apt-get install gimp-plugin-registry
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 gimp-plugin-registry : Depends: libglew1.7 (= 1.7.0) but it is not installable
E: Unable to correct problems, you have held broken packages.




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

Kernel: Linux 3.12.6 (SMP w/8 CPU cores; PREEMPT)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: gimp-plugin-registry
Source-Version: 5.20140429

We believe that the bug you reported is fixed in the latest version of
gimp-plugin-registry, 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 704...@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 gimp-plugin-registry 
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: Tue, 29 Apr 2014 23:56:24 +0200
Source: gimp-plugin-registry
Binary: gimp-plugin-registry
Architecture: source amd64
Version: 5.20140429
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gimp-plugin-registry - repository of optional extensions for GIMP
Closes: 704713 740995
Changes: 
 gimp-plugin-registry (5.20140429) unstable; urgency=low
 .
   * [07aa8a09] Migrate to the packaging system taken from 
nagios-plugins-contrib.
   * [54be3d44] Fix plugin name generation.
   * [f71bba3f] Rework the whole packagaging scripts / magic.
 Also make package buildable again by adding
 missing -lm flags (Closes: #740995, #704713).
   * [04ebb23a] Use dh compat level 9.
   * [b8c457e7] Disable dh_autoreconf for now.
   * [d18cbfca] Updating normalmap to 1.2.3
   * [b23b3b88] Update resynthesizer to latest git version.
   * [6f1bb1e2] There is no readme to generate.
 Don't call the packaging helper.
   * [81546ad7] Add python-debian as build dependency.
   * [a36e9fad] Use github as Vcs source.
   * [73944fc2] Define DOCDIR, handle isntalled files properly.
   * [76a8dc76] Auto update of debian/control
   * [d1cde231] Auto update of debian/copyright
   * [1d05b9aa] Fix common-settings.mk includes.
Checksums-Sha1: 
 302bd4b7be4835b4b7f4b066f80568ec10e2f7d5 1929 
gimp-plugin-registry_5.20140429.dsc
 b2a990fe8235a5f9a5f36999eafc80c0cbc10580 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 8fd895998eed6bd29aa972d96e4e91e31d18a087 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Checksums-Sha256: 
 63890b047e4738df361dee7f8ad03dc92ae86a9f58c3604b646436862c5794d1 1929 
gimp-plugin-registry_5.20140429.dsc
 fb7c4dab75e80626edb7effcbc2743c5c127119613c85a6d88b466b252fc96fc 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 33aadb07993c2a6834898826ac7273c4ba1edc972e32fa62db5bb2d80e162f8a 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Files: 
 773fbc71cce6522f7953bf54c6b45d54 1401146 graphics optional 
gimp-plugin-registry_5.20140429_amd64.deb
 fdf359ea238a8baa39d307d915a05c30 1929 graphics optional 

Bug#723875: marked as done (FTBFS: /usr/bin/ld: brush.o: undefined reference to symbol 'hypotf@@GLIBC_2.2.5')

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 22:18:56 +
with message-id e1wfgma-0008ta...@franck.debian.org
and subject line Bug#704713: fixed in gimp-plugin-registry 5.20140429
has caused the Debian Bug report #704713,
regarding FTBFS: /usr/bin/ld: brush.o: undefined reference to symbol 
'hypotf@@GLIBC_2.2.5'
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.)


-- 
704713: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=704713
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: src:gimp-plugin-registry
Version: 5.20120621
Severity: serious
Justification: FTBFS

gimp-plugin-registry fails to build in a current sid pbuilder chroot on amd64:

gcc  -Wall -g -fPIC -O2   -Wl,-z,defs  -o focusblur aaa.o brush.o depthmap.o dif
fusion.o focusblurenums.o focusblurparam.o focusblurrc.o focusblurstock.o gimppl
ugin.o interface.o render.o shine.o source.o fftblur.o fftblurbuffer.o fftblurpr
oc.o -pthread -lgthread-2.0 -lglib-2.0   -lgimpui-2.0 -lgimpwidgets-2.0 -lgimpmo
dule-2.0 -lgimp-2.0 -lgimpmath-2.0 -lgimpconfig-2.0 -lgimpcolor-2.0 -lgimpbase-2
.0 -lgtk-x11-2.0 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 -lpangocairo-1
.0 -lgdk_pixbuf-2.0 -lcairo -lpango-1.0 -lfreetype -lfontconfig -lgobject-2.0 -l
glib-2.0   -lfftw3f   
/usr/bin/ld: brush.o: undefined reference to symbol 'hypotf@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libm.so.6: error adding symbols: DSO missing from command 
line
collect2: error: ld returned 1 exit status
make[4]: *** [focusblur] Error 1

-- dam
---End Message---
---BeginMessage---
Source: gimp-plugin-registry
Source-Version: 5.20140429

We believe that the bug you reported is fixed in the latest version of
gimp-plugin-registry, 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 704...@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 gimp-plugin-registry 
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: Tue, 29 Apr 2014 23:56:24 +0200
Source: gimp-plugin-registry
Binary: gimp-plugin-registry
Architecture: source amd64
Version: 5.20140429
Distribution: unstable
Urgency: low
Maintainer: Bernd Zeimetz b...@debian.org
Changed-By: Bernd Zeimetz b...@debian.org
Description: 
 gimp-plugin-registry - repository of optional extensions for GIMP
Closes: 704713 740995
Changes: 
 gimp-plugin-registry (5.20140429) unstable; urgency=low
 .
   * [07aa8a09] Migrate to the packaging system taken from 
nagios-plugins-contrib.
   * [54be3d44] Fix plugin name generation.
   * [f71bba3f] Rework the whole packagaging scripts / magic.
 Also make package buildable again by adding
 missing -lm flags (Closes: #740995, #704713).
   * [04ebb23a] Use dh compat level 9.
   * [b8c457e7] Disable dh_autoreconf for now.
   * [d18cbfca] Updating normalmap to 1.2.3
   * [b23b3b88] Update resynthesizer to latest git version.
   * [6f1bb1e2] There is no readme to generate.
 Don't call the packaging helper.
   * [81546ad7] Add python-debian as build dependency.
   * [a36e9fad] Use github as Vcs source.
   * [73944fc2] Define DOCDIR, handle isntalled files properly.
   * [76a8dc76] Auto update of debian/control
   * [d1cde231] Auto update of debian/copyright
   * [1d05b9aa] Fix common-settings.mk includes.
Checksums-Sha1: 
 302bd4b7be4835b4b7f4b066f80568ec10e2f7d5 1929 
gimp-plugin-registry_5.20140429.dsc
 b2a990fe8235a5f9a5f36999eafc80c0cbc10580 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 8fd895998eed6bd29aa972d96e4e91e31d18a087 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Checksums-Sha256: 
 63890b047e4738df361dee7f8ad03dc92ae86a9f58c3604b646436862c5794d1 1929 
gimp-plugin-registry_5.20140429.dsc
 fb7c4dab75e80626edb7effcbc2743c5c127119613c85a6d88b466b252fc96fc 13126620 
gimp-plugin-registry_5.20140429.tar.gz
 33aadb07993c2a6834898826ac7273c4ba1edc972e32fa62db5bb2d80e162f8a 1401146 
gimp-plugin-registry_5.20140429_amd64.deb
Files: 
 773fbc71cce6522f7953bf54c6b45d54 1401146 graphics optional 
gimp-plugin-registry_5.20140429_amd64.deb
 fdf359ea238a8baa39d307d915a05c30 1929 graphics optional 
gimp-plugin-registry_5.20140429.dsc
 29a929dbd1536ddbc7caf2954ec41547 

Processed (with 1 errors): forcibly merging 745895 746063

2014-04-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 745895 746063
Bug #745895 {Done: Bernd Zeimetz b...@debian.org} [nagios-plugins-contrib] 
does not compile against Varnish 4.0.0
Unable to merge bugs because:
package of #746063 is 'src:nagios-plugins-contrib' not 'nagios-plugins-contrib'
Failed to forcibly merge 745895: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x255a0b8)', 
'requester', 'Bernd Zeimetz b...@debian.org', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1398810163-2325-bts-b...@debian.org', '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(0x24a2390)', 'limit', 'HASH(0x2498990)', 'common_control_options', 
'ARRAY(0x24989d8)', 'errors', ...) called at /usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
745895: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745895
746063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746063
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#746063: marked as done (nagios-plugins-contrib: FTBFS: check_varnish.c:46:17: fatal error: vsc.h: No such file or directory)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Apr 2014 00:24:44 +0200
with message-id 536026ac.4050...@bzed.de
and subject line Fixed in 10.20140427
has caused the Debian Bug report #746063,
regarding nagios-plugins-contrib: FTBFS: check_varnish.c:46:17: fatal error: 
vsc.h: No such file or directory
to be marked as done.

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

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


-- 
746063: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746063
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: nagios-plugins-contrib
Version: 9.20140106
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 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):
 gcc -DHAVE_CONFIG_H -I.-include config.h -I/usr/include/varnish  -g -O2 
 -c -o check_varnish-check_varnish.o `test -f 'check_varnish.c' || echo 
 './'`check_varnish.c
 check_varnish.c:46:17: fatal error: vsc.h: No such file or directory
  #include vsc.h
  ^
 compilation terminated.
 make[3]: *** [check_varnish-check_varnish.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/nagios-plugins-contrib_9.20140106_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---
Version: 10.20140427

... was already uploaded before the bug report was filed :)

-- 
 Bernd ZeimetzDebian GNU/Linux Developer
 http://bzed.dehttp://www.debian.org
 GPG Fingerprint: ECA1 E3F2 8E11 2432 D485  DD95 EB36 171A 6FF9 435F---End Message---


Bug#741285: marked as done (bind9: FTBFS on kfreebsd: linking errors)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Tue, 29 Apr 2014 23:18:57 +
with message-id e1wfhif-0007cy...@franck.debian.org
and subject line Bug#741285: fixed in bind9 1:9.9.5.dfsg-4
has caused the Debian Bug report #741285,
regarding bind9: FTBFS on kfreebsd: linking errors
to be marked as done.

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

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


-- 
741285: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741285
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: bind9
Version: 1:9.9.5.dfsg-2
Severity: serious
Justification: FTBFS
User: debian-...@lists.debian.org
Usertags: kfreebsd

Hi,

your package no longer builds on kfreebsd-*, due to:
| /bin/bash /«PKGBUILDDIR»/libtool --mode=link --tag=CC gcc -shared -o 
driver.so driver.lo 
| libtool: link: gcc -o driver.so .libs/driver.o 
| /usr/lib/gcc/x86_64-kfreebsd-gnu/4.8/../../../x86_64-kfreebsd-gnu/crt1.o: In 
function `_start':
| (.text+0x23): undefined reference to `main'
| collect2: error: ld returned 1 exit status
| make[5]: *** [driver.so] Error 1
| make[5]: Leaving directory `/«PKGBUILDDIR»/bin/tests/system/dlzexternal'
| make[4]: *** [subdirs] Error 1
| make[4]: Leaving directory `/«PKGBUILDDIR»/bin/tests/system'
| make[3]: *** [subdirs] Error 1
| make[3]: Leaving directory `/«PKGBUILDDIR»/bin/tests'
| make[2]: *** [subdirs] Error 1
| make[2]: Leaving directory `/«PKGBUILDDIR»/bin'
| make[1]: *** [subdirs] Error 1
| make[1]: Leaving directory `/«PKGBUILDDIR»'
| make: *** [build-stamp] Error 2
| dpkg-buildpackage: error: debian/rules build gave error exit status 2

Full build logs:
  
https://buildd.debian.org/status/fetch.php?pkg=bind9arch=kfreebsd-amd64ver=1%3A9.9.5.dfsg-2stamp=1393631016
  
https://buildd.debian.org/status/fetch.php?pkg=bind9arch=kfreebsd-i386ver=1%3A9.9.5.dfsg-2stamp=1393632329

Please direct any questions to debian-bsd@ (X-d-cc'd), I was just
passing by. :)

Mraw,
KiBi.
---End Message---
---BeginMessage---
Source: bind9
Source-Version: 1:9.9.5.dfsg-4

We believe that the bug you reported is fixed in the latest version of
bind9, 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 741...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
LaMont Jones lam...@debian.org (supplier of updated bind9 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: Tue, 29 Apr 2014 14:48:50 -0600
Source: bind9
Binary: bind9 bind9utils bind9-doc host bind9-host libbind-dev libbind9-90 
libdns100 libisc95 liblwres90 libisccc90 libisccfg90 dnsutils lwresd
Architecture: all i386 source
Version: 1:9.9.5.dfsg-4
Distribution: unstable
Urgency: low
Maintainer: LaMont Jones lam...@debian.org
Changed-By: LaMont Jones lam...@debian.org
Closes: 741285
Description: 
 bind9-doc  - Documentation for BIND
 bind9-host - Version of 'host' bundled with BIND 9.X
 bind9  - Internet Domain Name Server
 bind9utils - Utilities for BIND
 dnsutils   - Clients provided with BIND
 host   - Transitional package
 libbind9-90 - BIND9 Shared Library used by BIND
 libbind-dev - Static Libraries and Headers used by BIND
 libdns100  - DNS Shared Library used by BIND
 libisc95   - ISC Shared Library used by BIND
 libisccc90 - Command Channel Library used by BIND
 libisccfg90 - Config File Handling Library used by BIND
 liblwres90 - Lightweight Resolver Library used by BIND
 lwresd - Lightweight Resolver Daemon
Changes: 
 bind9 (1:9.9.5.dfsg-4) unstable; urgency=low
 .
   [Julien Cristau]
 .
   * FTBFS on kfreebsd.  Closes: #741285
 .
   [LaMont Jones]
 .
   * revert aclocal.m4 expansion from earlier merge
Checksums-Sha1: 
 f9f3941829b9363f666a8639667763d3feadaf8e 338442 bind9-doc_9.9.5.dfsg-4_all.deb
 98093a6643c71a6269f7f717414327408776423c 22138 host_9.9.5.dfsg-4_all.deb
 3d0a47376f39dbce5542497acb2a760f5f93a86e 300770 bind9_9.9.5.dfsg-4_i386.deb
 f4ac454426b7c910a98b3a091b5982293f62510f 160510 
bind9utils_9.9.5.dfsg-4_i386.deb
 b9844d25e42e190bf8a35b0769180a1b7cdce6f1 64590 bind9-host_9.9.5.dfsg-4_i386.deb
 83ae7033517c49d374b69d20ce20cf35050ebda9 1206772 
libbind-dev_9.9.5.dfsg-4_i386.deb
 1cb528ce70909cdde4c4a5c8a2101473a4f59195 41242 
libbind9-90_9.9.5.dfsg-4_i386.deb
 5a35e40ac2213b82d82c173c81cd445ed20c0c67 

Processed: evolution-data-server: Unable to read any messages

2014-04-29 Thread Debian Bug Tracking System
Processing control commands:

 forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=728976
Bug #746436 [evolution-data-server] evolution-data-server: Unable to read any 
messages
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=728976'.
 found -1 3.12.1-1
Bug #746436 [evolution-data-server] evolution-data-server: Unable to read any 
messages
Marked as found in versions evolution-data-server/3.12.1-1.

-- 
746436: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746436
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#746436: evolution-data-server: Unable to read any messages

2014-04-29 Thread Paul Menzel
Package: evolution-data-server
Version: 3.12.0-1
Severity: grave
Tags: upstream
Justification: renders package unusable
Control: forwarded -1 https://bugzilla.gnome.org/show_bug.cgi?id=728976
Control: found -1 3.12.1-1

Dear Debian folks,


upgrading from Evolution Data Server 3.8.5 to 3.12.x it is impossible to
read messages. They are not shown.

Even building Evolution Data Server from the upstream branch
`evolution-data-server-3-12` with the commit below does not help.

commit 4615a98c7be1e3f8d23aa8a1c4f43b9d1fb62712
Author: Milan Crha mc...@redhat.com
Date:   Fri Apr 25 08:33:48 2014 +0200

Remove unused imapx_unmark_folder_subscribed()

There are more issues like this reported in the GNOME Bugzilla, so spare
Jessie/testing users from the regular Evolution upgrade pain until
upstream fixes these issues.

As a workaround, downgrading the package `evolution-data-server` to the
version in Jessie and leaving Evolution at 3.12.1 works for me. The
downside is that several other GNOME packages have to be downgraded too.

sudo aptitude -t testing install evolution-data-server=3.8.5-3
+b2


Thanks,

Paul


[1] https://bugzilla.gnome.org/show_bug.cgi?id=728976


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


Bug#745646: closed by Michael Gilbert mgilb...@debian.org (Re: Bug#745646: chromium: certificate revocation is not checked)

2014-04-29 Thread Vincent Lefevre
Another problem with Chromium...

I've done a test with my domain on

  https://www.vinc17.net:4433/

which has the old certificate (which has been revoked, as this
can be confirmed by testing with Iceweasel, which uses OCSP).
But Chromium opens the page with no errors, even though I've
updated the CRLSet (current version 1608).

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#745646: closed by Michael Gilbert mgilb...@debian.org (Re: Bug#745646: chromium: certificate revocation is not checked)

2014-04-29 Thread Andreas Cadhalpun

Hi,

On 30.04.2014 01:32, Vincent Lefevre wrote:

Another problem with Chromium...

I've done a test with my domain on

   https://www.vinc17.net:4433/

which has the old certificate (which has been revoked, as this
can be confirmed by testing with Iceweasel, which uses OCSP).
But Chromium opens the page with no errors, even though I've
updated the CRLSet (current version 1608).


I get an error on this page:
Cannot connect to the real www.vinc17.net

Do you have 'Check for server certificate revocation' enabled in 
chrome://settings/?


Best regards,
Andreas


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



Bug#713449: marked as done (qpid-cpp: FTBFS: ./qpid/framing/Handler.h:52:47: error: invalid use of incomplete type 'struct qpid::framing::HandlerT' [-Werror])

2014-04-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Apr 2014 00:07:05 +
with message-id e1wfi3f-0005ff...@franck.debian.org
and subject line Bug#713449: fixed in qpid-cpp 0.16-7.1
has caused the Debian Bug report #713449,
regarding qpid-cpp: FTBFS: ./qpid/framing/Handler.h:52:47: error: invalid use 
of incomplete type 'struct qpid::framing::HandlerT' [-Werror]
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.)


-- 
713449: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713449
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qpid-cpp
Version: 0.16-7
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 /bin/bash ../libtool  --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
 -I../include -I../include -I. -I=.  -D_FORTIFY_SOURCE=2 -Werror -pedantic 
 -Wall -Wextra -Wno-shadow -Wpointer-arith -Wcast-qual -Wcast-align 
 -Wno-long-long -Wvolatile-register-var -Winvalid-pch -Wno-system-headers 
 -Woverloaded-virtual -DQPID_LIBEXEC_DIR=\/usr/lib/qpid\ 
 -DBOOST_FILESYSTEM_VERSION=2 -Wno-missing-field-initializers -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -Wno-error=cast-qual -Wno-error=cast-align -c -o 
 qpid/client/rdmaconnector_la-RdmaConnector.lo `test -f 
 'qpid/client/RdmaConnector.cpp' || echo './'`qpid/client/RdmaConnector.cpp
 libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../include -I../include -I. -I=. 
 -D_FORTIFY_SOURCE=2 -Werror -pedantic -Wall -Wextra -Wno-shadow 
 -Wpointer-arith -Wcast-qual -Wcast-align -Wno-long-long 
 -Wvolatile-register-var -Winvalid-pch -Wno-system-headers 
 -Woverloaded-virtual -DQPID_LIBEXEC_DIR=\/usr/lib/qpid\ 
 -DBOOST_FILESYSTEM_VERSION=2 -Wno-missing-field-initializers -g -O2 
 -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security 
 -Wno-error=cast-qual -Wno-error=cast-align -c qpid/client/RdmaConnector.cpp  
 -fPIC -DPIC -o qpid/client/.libs/rdmaconnector_la-RdmaConnector.o
 In file included from ./qpid/framing/FrameHandler.h:23:0,
  from ./qpid/framing/OutputHandler.h:25,
  from ./qpid/client/Connector.h:25,
  from qpid/client/RdmaConnector.cpp:21:
 ./qpid/framing/Handler.h:52:47: error: invalid use of incomplete type 'struct 
 qpid::framing::HandlerT' [-Werror]
  template class F class Functor : public HandlerT {
^
 ./qpid/framing/Handler.h:32:8: error: declaration of 'struct 
 qpid::framing::HandlerT' [-Werror]
  struct Handler {
 ^
 ./qpid/framing/Handler.h:64:30: error: invalid use of incomplete type 'struct 
 qpid::framing::HandlerT' [-Werror]
  class MemFunRef : public HandlerT {
   ^
 ./qpid/framing/Handler.h:32:8: error: declaration of 'struct 
 qpid::framing::HandlerT' [-Werror]
  struct Handler {
 ^
 cc1plus: all warnings being treated as errors
 make[4]: *** [qpid/client/rdmaconnector_la-RdmaConnector.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/06/20/qpid-cpp_0.16-7_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: qpid-cpp
Source-Version: 0.16-7.1

We believe that the bug you reported is fixed in the latest version of
qpid-cpp, 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 713...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dimitri John Ledkov x...@ubuntu.com (supplier of updated qpid-cpp 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: Wed, 30 Apr 2014 00:07:42 +0100
Source: qpid-cpp
Binary: qpidd qpid-client libqmf1 libqmf-dev libqmf2-1 libqmf2-dev 

Bug#716737: marked as done (FTBFS: Build-Depend on obsolete package libxmltooling5)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Apr 2014 00:07:05 +
with message-id e1wfi3f-0005fl...@franck.debian.org
and subject line Bug#716737: fixed in qpid-cpp 0.16-7.1
has caused the Debian Bug report #716737,
regarding FTBFS: Build-Depend on obsolete package libxmltooling5
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.)


-- 
716737: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=716737
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qpid-cpp
Version: 0.16-7
Severity: serious
Justification: Policy 7.7

For some reason, qpid-cpp Build-Depends on libxmltooling5 (the runtime
library, not a dev package).  I think this is a mistake; that's an
internal library used by the Shibboleth package, and I can't imagine
what this package could use in it during the build process.

But, even if it is required, xmltooling has just been updated to the
latest upstream release, which includes SONAME changes, so the
libxmltooling5 package no longer exists.

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

Kernel: Linux 3.8-2-686-pae (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
---End Message---
---BeginMessage---
Source: qpid-cpp
Source-Version: 0.16-7.1

We believe that the bug you reported is fixed in the latest version of
qpid-cpp, 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 716...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dimitri John Ledkov x...@ubuntu.com (supplier of updated qpid-cpp 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: Wed, 30 Apr 2014 00:07:42 +0100
Source: qpid-cpp
Binary: qpidd qpid-client libqmf1 libqmf-dev libqmf2-1 libqmf2-dev 
libqmfconsole2 libqmfconsole2-dev libqpidmessaging2 libqpidmessaging2-dev 
libsslcommon2 libsslcommon2-dev librdmawrap2 librdmawrap2-dev libqpidtypes1 
libqpidtypes1-dev libqpidcommon2 libqpidcommon2-dev libqpidclient2 
libqpidclient2-dev libqpidbroker2 libqpidbroker2-dev libqmfengine1 
libqmfengine1-dev python-cqpid python-qmf2 python-cqmf2 python-qmf qmfgen 
qpid-doc ruby-qpid libqpid-ruby1.8 libqpid-perl
Architecture: all amd64 source
Version: 0.16-7.1
Distribution: unstable
Urgency: medium
Maintainer: Cajus Pollmeier ca...@debian.org
Changed-By: Dimitri John Ledkov x...@ubuntu.com
Closes: 713449 716737 735511
Description: 
 libqmf1- enterprise messaging system - QMF libraries
 libqmf2-1  - enterprise messaging system - QMF2 libraries
 libqmf2-dev - enterprise messaging system - QMF2 development files
 libqmfconsole2-dev - enterprise messaging system - QMF console development 
files
 libqmfconsole2 - enterprise messaging system - QMF console library
 libqmf-dev - enterprise messaging system - QMF development files
 libqmfengine1-dev - enterprise messaging system - QMF engine development files
 libqmfengine1 - enterprise messaging system - QMF engine libraries
 libqpidbroker2-dev - enterprise messaging system - broker development files
 libqpidbroker2 - enterprise messaging system - broker libraries
 libqpidclient2-dev - enterprise messaging system - client development files
 libqpidclient2 - enterprise messaging system - client libraries
 libqpidcommon2-dev - enterprise messaging system - common development files
 libqpidcommon2 - enterprise messaging system - common libraries
 libqpidmessaging2-dev - enterprise messaging system - AMQP messaging 
development files
 libqpidmessaging2 - enterprise messaging system - AMQP messaging libraries
 libqpid-perl - enterprise messaging system - Perl bindings
 libqpid-ruby1.8 - Transitional package for ruby-qpid
 libqpidtypes1-dev - enterprise messaging system - API development files
 libqpidtypes1 - enterprise messaging system - API libraries
 librdmawrap2-dev - enterprise messaging system - RDMA development files
 librdmawrap2 - enterprise messaging system - RDMA libraries
 libsslcommon2-dev - enterprise messaging system - common SSL development files
 libsslcommon2 - enterprise messaging system - common SSL libraries
 

Bug#735511: marked as done (qpid-cpp: Please migrate to ruby1.9/2.0)

2014-04-29 Thread Debian Bug Tracking System
Your message dated Wed, 30 Apr 2014 00:07:05 +
with message-id e1wfi3f-0005fr...@franck.debian.org
and subject line Bug#735511: fixed in qpid-cpp 0.16-7.1
has caused the Debian Bug report #735511,
regarding qpid-cpp: Please migrate to ruby1.9/2.0
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.)


-- 
735511: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735511
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qpid-cpp
Version: 0.16-7
Severity: important

Dear Maintainer,

your package qpid-cpp Build-Depends on ruby1.8-dev, which is part of the
obsolete 1.8 version of the Ruby interpreter.

The Debian Ruby team plans to remove ruby1.8 from sid soon.
Please migrate your package to use ruby 1.9 or 2.0, so it will continue
working/building after ruby1.8 has been removed.
For your convience, the ruby package always depends on the current
supported version of a Ruby interpreter.

Thank you,
Christian
---End Message---
---BeginMessage---
Source: qpid-cpp
Source-Version: 0.16-7.1

We believe that the bug you reported is fixed in the latest version of
qpid-cpp, 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 735...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dimitri John Ledkov x...@ubuntu.com (supplier of updated qpid-cpp 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: Wed, 30 Apr 2014 00:07:42 +0100
Source: qpid-cpp
Binary: qpidd qpid-client libqmf1 libqmf-dev libqmf2-1 libqmf2-dev 
libqmfconsole2 libqmfconsole2-dev libqpidmessaging2 libqpidmessaging2-dev 
libsslcommon2 libsslcommon2-dev librdmawrap2 librdmawrap2-dev libqpidtypes1 
libqpidtypes1-dev libqpidcommon2 libqpidcommon2-dev libqpidclient2 
libqpidclient2-dev libqpidbroker2 libqpidbroker2-dev libqmfengine1 
libqmfengine1-dev python-cqpid python-qmf2 python-cqmf2 python-qmf qmfgen 
qpid-doc ruby-qpid libqpid-ruby1.8 libqpid-perl
Architecture: all amd64 source
Version: 0.16-7.1
Distribution: unstable
Urgency: medium
Maintainer: Cajus Pollmeier ca...@debian.org
Changed-By: Dimitri John Ledkov x...@ubuntu.com
Closes: 713449 716737 735511
Description: 
 libqmf1- enterprise messaging system - QMF libraries
 libqmf2-1  - enterprise messaging system - QMF2 libraries
 libqmf2-dev - enterprise messaging system - QMF2 development files
 libqmfconsole2-dev - enterprise messaging system - QMF console development 
files
 libqmfconsole2 - enterprise messaging system - QMF console library
 libqmf-dev - enterprise messaging system - QMF development files
 libqmfengine1-dev - enterprise messaging system - QMF engine development files
 libqmfengine1 - enterprise messaging system - QMF engine libraries
 libqpidbroker2-dev - enterprise messaging system - broker development files
 libqpidbroker2 - enterprise messaging system - broker libraries
 libqpidclient2-dev - enterprise messaging system - client development files
 libqpidclient2 - enterprise messaging system - client libraries
 libqpidcommon2-dev - enterprise messaging system - common development files
 libqpidcommon2 - enterprise messaging system - common libraries
 libqpidmessaging2-dev - enterprise messaging system - AMQP messaging 
development files
 libqpidmessaging2 - enterprise messaging system - AMQP messaging libraries
 libqpid-perl - enterprise messaging system - Perl bindings
 libqpid-ruby1.8 - Transitional package for ruby-qpid
 libqpidtypes1-dev - enterprise messaging system - API development files
 libqpidtypes1 - enterprise messaging system - API libraries
 librdmawrap2-dev - enterprise messaging system - RDMA development files
 librdmawrap2 - enterprise messaging system - RDMA libraries
 libsslcommon2-dev - enterprise messaging system - common SSL development files
 libsslcommon2 - enterprise messaging system - common SSL libraries
 python-cqmf2 - enterprise messaging system - Python CQMF2 bindings
 python-cqpid - enterprise messaging system - Python CQPID bindings
 python-qmf2 - enterprise messaging system - Python QMF2 bindings
 python-qmf - enterprise messaging system - Python QMF module
 qmfgen - enterprise messaging system - Python QMF interface generator
 qpid-client - 

Bug#745646: closed by Michael Gilbert mgilb...@debian.org (Re: Bug#745646: chromium: certificate revocation is not checked)

2014-04-29 Thread Vincent Lefevre
On 2014-04-30 01:39:43 +0200, Andreas Cadhalpun wrote:
 Do you have 'Check for server certificate revocation' enabled in
 chrome://settings/?

No, Chromium developers tell users not to enable it, and consider
it as an obsolete option that will be removed. Indeed, in case of
real MITM attack, the attacker can block the OCSP server, in which
case Chromium will silently consider the certificate as valid, and
this is complete non-sense! Said otherwise, revocation checking in
Chromium can work only when it is not needed. So, to do the real
check, you must not enable this option, just rely on the CRLSet.

-- 
Vincent Lefèvre vinc...@vinc17.net - Web: https://www.vinc17.net/
100% accessible validated (X)HTML - Blog: https://www.vinc17.net/blog/
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)


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



Bug#746395: FTBFS for binary-indep builds (missing python build dependency)

2014-04-29 Thread Sam Hartman
I'm kind of surprised that python-lxml doesn't pull in python.
Will confirm that sbuild -A dtrt though before marking closed.


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



  1   2   >