Bug#731190: Why is libjogl-java not available on kfreebsd (Was: Bug#731190: qiime: uninstallable on kfreebsd)

2013-12-19 Thread Andreas Tille
Hi,

On Tue, Dec 03, 2013 at 09:11:52PM -0800, tony mancill wrote:
 On 12/02/2013 11:33 PM, Andreas Tille wrote:
  qiime 1.5.0-1 added a dependency on king.  The dependency chain king →
  libjogl-java → libjogl-jni is not satisfiable on kfreebsd (libjogl-jni
  doesn't exist there).
 
  Cheers,
  Julien
 
 Hi Andreas,
 
 The buildd report for the package looks quite strange:
 
   http://buildd.debian-ports.org/status/package.php?p=libjogl-java
 
 I will do a sourceful upload soon to freshen the packaging and we can
 see if it takes a more normal path through the buildds.

I can not (not any more?) see something that shows any specific thing
about BSD.  What should I do?

  [ ] Excluding BSD to solve this issue
  [ ] Wait

Kind regards

  Andreas.

-- 
http://fam-tille.de


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



Bug#732597: haskell-platform: not installable in sid

2013-12-19 Thread Ralf Treinen
Package: haskell-platform
Version: 2013.2.0.0.debian2
Severity: serious
User: trei...@debian.org
Usertags: edos-outdated

Hi,

haskell-platform is not installable in sid since it depends on 
libghc-case-insensitive-dev ( 1.0.0.1+). However, the version 
of that package in sid is 1.1.0.2-1 .

-Ralf.


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



Processed: [Help] Strange difference for different qt4-qmake versions when building gofigure

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

 tags 732015 help
Bug #732015 [gofigure2] has_binary_operator.hp:50: Parse error at BOOST_JOIN
Added tag(s) help.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732015: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732015
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#732547: [Openstack-devel] Bug#732547: Does not preserve modifications to /etc/default/cinder-common

2013-12-19 Thread Thomas Goirand
On 12/19/2013 03:43 AM, Gaudenz Steinlin wrote:
 This is some remaining from before I restarted working on the packaging
 of OpenStack, and a feature which I just didn't touch. Each time I see
 it, I think I should kill this functionality. Would you agree (and the
 rest of the packaging team) that it's useless, since Debian has all the
 needed tools to do that?

 If nobody complains about it, I'll kill this thing completely, and will
 do the same for Nova.
 
 I'm not exactly sure what you are refering here with this thing. If
 you mean the part that you can enable service in /etc/default/* files,
 then I completely agree. I just did not mention this because it's not
 really part of the bug, but IMO this is a bad way to control if a
 service is started or not, there are much better ways to not start a
 service (ie runlevels) and at the same time keeping the possiblity of
 starting it from the command line with the normal init script.
 
 So I'm very much in favor of this. But this does only work around this
 instance of the bug and not solve the deeper issue which is somewhere
 inside the pile of shell code in openstack-pkg-tools.

The problem doesn't lie at all in openstack-pkg-tools, which in itself
is policy compliant. Read what it does if you aren't convinced.

While reworking the Cinder packages, I just re-factored a bit that part
for the start-cinder thing which reads config files, though I should
have just rework it completely in the normal way, or killed it all
together directly.

Note that there must be the same problem in Nova, which I will address
right away (by killing the useless default file as well).

 And AFAIK this is
 code you wrote and not code that existed before you started working on
 the openstack packages.

Unfortunately, for that bit of code, no. It was there before, I just
re-used a function of openstack-pkg-tools to replace the bits that were
there, though it wasn't policy compliant to begin with.

 I think you should also fix this bug or it will probably reappear in
 some form. The bug is somewhere hidden in the parsing of the
 cinder-common default file.

Rest assured that this isn't the case in other bits of the code, which
are properly reading configuration files before the initialization of
the debconf screens, just as the Debian policy tells. If you find some
cases where that's not the case, then this must be specific to some very
small parts of the code. Probably the thing with Horizon needs some
checkings, not sure. But that's the only part which I'm not entirely
sure if the logic is policy compliant.

I've killed the start-cinder bits, and will reupload with it soon.

Cheers,

Thomas


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



Bug#732547: [Openstack-devel] Bug#732547: Does not preserve modifications to /etc/default/cinder-common

2013-12-19 Thread Gaudenz Steinlin

Hi Thomas

Thomas Goirand z...@debian.org writes:

 On 12/19/2013 03:43 AM, Gaudenz Steinlin wrote:
 This is some remaining from before I restarted working on the packaging
 of OpenStack, and a feature which I just didn't touch. Each time I see
 it, I think I should kill this functionality. Would you agree (and the
 rest of the packaging team) that it's useless, since Debian has all the
 needed tools to do that?

 If nobody complains about it, I'll kill this thing completely, and will
 do the same for Nova.
 
 I'm not exactly sure what you are refering here with this thing. If
 you mean the part that you can enable service in /etc/default/* files,
 then I completely agree. I just did not mention this because it's not
 really part of the bug, but IMO this is a bad way to control if a
 service is started or not, there are much better ways to not start a
 service (ie runlevels) and at the same time keeping the possiblity of
 starting it from the command line with the normal init script.
 
 So I'm very much in favor of this. But this does only work around this
 instance of the bug and not solve the deeper issue which is somewhere
 inside the pile of shell code in openstack-pkg-tools.

 The problem doesn't lie at all in openstack-pkg-tools, which in itself
 is policy compliant. Read what it does if you aren't convinced.

Nowhere did I say that openstack-pkg-tools is not policy compliant. The
part that concerns openstack-pkg-tools is not about policy compliance,
but just a simple bug. As I already wrote in the first mail, I read the
code. The code currently in cinder-common.config.in (which will be
removed) tries to do the right thing by useing pkgos_read_config, but
inside this function (which uses pkgos_inifile for the low level work) it
files to correctly read the value from the file. That's the underlying
bug that should also be fixed. I just went back and made a small test
case. The script is attached to this mail:

gaudenz@meteor:~/tmp$ ./test.sh 
Testing pkgos_inifile WITHOUT section
Return value:  NOT_FOUND
Expected return value: false

Testing pkgos_inifile WITH section
Return value:  false
Expected return value: false

I guess the bug is somewhere in the handling of the NO_SECTION parameter
to pkgos_inifile.

Gaudenz

#!/bin/sh

. /usr/share/openstack-pkg-tools/pkgos_func

TESTFILE_NO_SECTION=$(tempfile)
TESTFILE_WITH_SECTION=$(tempfile)
CINDER_ENABLE=false

echo # defaults file for cinder daemons

# start cinder daemons from init.d script?
# only allowed values are \true\ and \false\,
# any change to this file will be reset on upgrades.
CINDER_ENABLE=${CINDER_ENABLE}  ${TESTFILE_NO_SECTION}

echo # defaults file for cinder daemons

[test-section]
# start cinder daemons from init.d script?
# only allowed values are \true\ and \false\,
# any change to this file will be reset on upgrades.
CINDER_ENABLE=${CINDER_ENABLE}  ${TESTFILE_WITH_SECTION}

echo Testing pkgos_inifile WITHOUT section
pkgos_inifile get ${TESTFILE_NO_SECTION} NO_SECTION CINDER_ENABLE

echo Return value:  ${RET}
echo Expected return value: ${CINDER_ENABLE}

echo
echo Testing pkgos_inifile WITH section
pkgos_inifile get ${TESTFILE_WITH_SECTION} test-section CINDER_ENABLE

echo Return value:  ${RET}
echo Expected return value: ${CINDER_ENABLE}

rm ${TESTFILE_NO_SECTION}
rm ${TESTFILE_WITH_SECTION}
-- 
Ever tried. Ever failed. No matter.
Try again. Fail again. Fail better.
~ Samuel Beckett ~


Bug#732547: [Openstack-devel] Bug#732547: Bug#732547: Does not preserve modifications to /etc/default/cinder-common

2013-12-19 Thread Thomas Goirand
On 12/19/2013 05:09 PM, Gaudenz Steinlin wrote:
 I guess the bug is somewhere in the handling of the NO_SECTION parameter
 to pkgos_inifile.

This is well possible. I'll have a deeper look.

Thanks for taking the time to answer these emails.

Thomas


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



Bug#725546: marked as done (numptyphysics: FTBFS: configure.in:6: error: required file './compile' not found)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 10:19:14 +
with message-id e1vtahg-0005wl...@franck.debian.org
and subject line Bug#725546: fixed in numptyphysics 0.2+svn156-1.2
has caused the Debian Bug report #725546,
regarding numptyphysics: FTBFS: configure.in:6: error: required file 
'./compile' not found
to be marked as done.

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

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


-- 
725546: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=725546
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: numptyphysics
Version: 0.2+svn156-1.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 `/«BUILDDIR»/numptyphysics-0.2+svn156'
 autoreconf
 aclocal: warning: autoconf input should be named 'configure.ac', not 
 'configure.in'
 automake: warning: autoconf input should be named 'configure.ac', not 
 'configure.in'
 configure.in:3: warning: AM_INIT_AUTOMAKE: two- and three-arguments forms are 
 deprecated.  For more info, see:
 configure.in:3: 
 http://www.gnu.org/software/automake/manual/automake.html#Modernize-AM_005fINIT_005fAUTOMAKE-invocation
 configure.in:6: error: required file './compile' not found
 configure.in:6:   'automake --add-missing' can install 'compile'
 automake: warning: autoconf input should be named 'configure.ac', not 
 'configure.in'
 autoreconf: automake failed with exit status: 1
 make[1]: *** [override_dh_auto_configure] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/10/06/numptyphysics_0.2+svn156-1.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: numptyphysics
Source-Version: 0.2+svn156-1.2

We believe that the bug you reported is fixed in the latest version of
numptyphysics, 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.
Hideki Yamane henr...@debian.org (supplier of updated numptyphysics 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: Thu, 17 Oct 2013 12:09:55 +0900
Source: numptyphysics
Binary: numptyphysics
Architecture: source amd64
Version: 0.2+svn156-1.2
Distribution: unstable
Urgency: low
Maintainer: Leo Costela cost...@debian.org
Changed-By: Hideki Yamane henr...@debian.org
Description: 
 numptyphysics - crayon based physics puzzle game
Closes: 725546
Changes: 
 numptyphysics (0.2+svn156-1.2) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/rules
 - add -fi option to autoreconf (Closes: #725546)
Checksums-Sha1: 
 c454d7ed7e71d33459b1b6acda7b8b8727c6c3f1 1974 numptyphysics_0.2+svn156-1.2.dsc
 a0f86ab7402d243fff647ed2bc3a23372af3d6a8 8060 
numptyphysics_0.2+svn156-1.2.debian.tar.gz
 5c038d006a38b146a6b760ed935bbda0a2169508 275742 
numptyphysics_0.2+svn156-1.2_amd64.deb
Checksums-Sha256: 
 88a3a75a3c63397aa28dc71673a78f7b4c866959ce94664679261262b94484bf 1974 
numptyphysics_0.2+svn156-1.2.dsc
 66f45cda0da33b83edcf7887e821047e718ebf0373a1455092858468098e64f4 8060 
numptyphysics_0.2+svn156-1.2.debian.tar.gz
 96ae0f1434f755222eb9037314f10fb2b835956332c6283570ddee2c5daf5870 275742 
numptyphysics_0.2+svn156-1.2_amd64.deb
Files: 
 98934a978f8b0f020645801ee6159302 1974 games optional 
numptyphysics_0.2+svn156-1.2.dsc
 c51cab38fa87c978568648dc7fbe51ce 8060 games optional 
numptyphysics_0.2+svn156-1.2.debian.tar.gz
 c17366627345f81a5f58a44b1042dc7e 275742 games optional 
numptyphysics_0.2+svn156-1.2_amd64.deb

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

iQIcBAEBAgAGBQJSsCA7AAoJECcT5nkIRlGvVeAQAJEQHNspGZtFJuxgX3HqzGvz
Y7L2CE9KDMQhlqKm1fXpufryNJpojZSNRm6U0CjrWwiPFPqBeVVF/yw9Nujm2mMT

Bug#732597: [Pkg-haskell-maintainers] Bug#732597: haskell-platform: not installable in sid

2013-12-19 Thread Joachim Breitner
Control: tag -1 + sid confirmed

Hi,

Am Donnerstag, den 19.12.2013, 09:03 +0100 schrieb Ralf Treinen:
 Package: haskell-platform
 Version: 2013.2.0.0.debian2
 Severity: serious
 User: trei...@debian.org
 Usertags: edos-outdated
 
 Hi,
 
 haskell-platform is not installable in sid since it depends on 
 libghc-case-insensitive-dev ( 1.0.0.1+). However, the version 
 of that package in sid is 1.1.0.2-1 .

correct; but Haskell is generally in a bad shape in Debian, due to a
surge of updates and us waiting for a pandoc upload. I’ll clean up the
mess as soon as pandoc is uploaded.

Greetings,
Joachim

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


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


Processed: Re: [Pkg-haskell-maintainers] Bug#732597: haskell-platform: not installable in sid

2013-12-19 Thread Debian Bug Tracking System
Processing control commands:

 tag -1 + sid confirmed
Bug #732597 [haskell-platform] haskell-platform: not installable in sid
Added tag(s) sid and confirmed.

-- 
732597: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732597
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#732614: ebtree/* has different license now

2013-12-19 Thread Thorsten Alteholz

Package: haproxy
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

unfortunately in the new version of haproxy, upstream changed the license 
of ebtree/* from GPL to LGPL 2.1. Please change your debian/copyright 
accordingly.


Thanks!
  Thorsten


--
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#731357: opu: package librsvg/2.26.3-2

2013-12-19 Thread Debian Bug Tracking System
Processing control commands:

 tag 732144 patch
Bug #732144 [src:librsvg] librsvg: incorrect origin policy check for non URIs
Added tag(s) patch.

-- 
731357: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731357
732144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732144
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#731357: opu: package librsvg/2.26.3-2

2013-12-19 Thread Debian Bug Tracking System
Processing control commands:

 tag 732144 patch
Bug #732144 [src:librsvg] librsvg: incorrect origin policy check for non URIs
Ignoring request to alter tags of bug #732144 to the same tags previously set

-- 
732144: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732144
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#732144: Bug#731357: opu: package librsvg/2.26.3-2

2013-12-19 Thread Raphael Geissert
Control: tag 732144 patch

Attached patch should correctly handle URIs and non-URIs.

I've tested it with a few applications using relative and absolute
paths, and URIs.

Cheers,
-- 
Raphael Geissert - Debian Developer
www.debian.org - get.debian.net
Index: librsvg-2.26.3/rsvg-image.c
===
--- librsvg-2.26.3.orig/rsvg-image.c	2013-12-19 11:47:57.499003067 +0100
+++ librsvg-2.26.3/rsvg-image.c	2013-12-19 12:20:32.046140515 +0100
@@ -325,22 +325,7 @@ rsvg_acquire_vfs_resource (const char *f
 
 file = g_file_new_for_uri (filename);
 
-if (!(res = g_file_load_contents (file, NULL, data, size, NULL, error))) {
-if (base_uri != NULL) {
-GFile *base;
-
-rsvg_free_error (error);
-
-g_object_unref (file);
-
-base = g_file_new_for_uri (base_uri);
-file = g_file_resolve_relative_path (base, filename);
-g_object_unref (base);
-
-res = g_file_load_contents (file, NULL, data, size, NULL, error);
-}
-}
-
+res = g_file_load_contents (file, NULL, data, size, NULL, error);
 g_object_unref (file);
 
 if (res) {
@@ -356,23 +341,137 @@ rsvg_acquire_vfs_resource (const char *f
 }
 #endif
 
+/* Partial origin-based policy, based on the one implemented in f01aded72c38f0e1  */
+gboolean
+_rsvg_acquire_xlink_allow_load (const char *href, const char *base_uri, GError ** err)
+{
+char *base_scheme = NULL, *href_scheme = NULL;
+
+if (base_uri)
+base_scheme = g_uri_parse_scheme (base_uri);
+if (href)
+href_scheme = g_uri_parse_scheme (href);
+
+/* Not a valid URI */
+if (href_scheme == NULL)
+goto deny;
+
+/* Allow loads of data: from any location */
+if (g_str_equal (href_scheme, data))
+goto allow;
+
+/* no valid base URI */
+if (base_scheme == NULL)
+goto deny;
+
+/* Deny loads from differing URI schemes */
+if (href_scheme == NULL || !g_str_equal (href_scheme, base_scheme))
+goto deny;
+
+/* resource: is allowed to load anything from other resources */
+if (g_str_equal (href_scheme, resource))
+goto allow;
+
+/* Non-file: isn't allowed to load anything */
+if (!g_str_equal (href_scheme, file))
+goto deny;
+
+/* no local-file policy is applied here */
+
+allow:
+free(base_scheme);
+free(href_scheme);
+return TRUE;
+
+deny:
+free(base_scheme);
+free(href_scheme);
+g_set_error (err, G_IO_ERROR, G_IO_ERROR_PERMISSION_DENIED,
+ File may not link to URI \%s\, href);
+return FALSE;
+}
+
 GByteArray *
 _rsvg_acquire_xlink_href_resource (const char *href, const char *base_uri, GError ** err)
 {
 GByteArray *arr = NULL;
+char *base_scheme = NULL, *href_scheme = NULL;
+char *href_uri = NULL;
+#ifndef HAVE_GIO
+/* to be used ONLY for the policy check */
+GString *href_uri_str = NULL;
+#endif
 
 if (!(href  *href))
 return NULL;
 
-if (!strncmp (href, data:, 5))
+if (base_uri)
+base_scheme = g_uri_parse_scheme (base_uri);
+if (href)
+href_scheme = g_uri_parse_scheme (href);
+
+if (href_scheme  g_str_equal (href_scheme, data))
 arr = rsvg_acquire_base64_resource (href, NULL);
+if (arr)
+goto done;
 
-if (!arr)
+#ifdef HAVE_GIO
+/* if href is not a URI already, turn it into one based on base_uri */
+if (href_scheme == NULL) {
+GFile *file, *base, *parentless_base;
+base = g_file_new_for_uri (base_uri);
+/* now strip the file name: */
+parentless_base = g_file_get_parent (base);
+base = g_file_new_for_uri (base_uri);
+file = g_file_resolve_relative_path (parentless_base, href);
+
+g_object_unref (base);
+g_object_unref (parentless_base);
+href_uri = g_file_get_uri(file);
+g_object_unref (file);
+} else {
+href_uri = strdup (href);
+if (!href_uri) /* FIXME: better handling failure */
+goto done;
+}
+#else
+if (href_scheme == NULL) {
+href_uri_str = g_string_new(href);
+if (base_scheme) {
+/* try to turn href into a uri */
+g_string_prepend (href_uri_str, ://);
+g_string_prepend (href_uri_str, base_scheme);
+/* no need to free, as href_scheme is NULL, remember? */
+href_scheme = strdup (base_scheme);
+if (!href_scheme) /* FIXME: better handling failure */
+goto done;
+} else
+goto done;
+} else {
+href_uri_str = g_string_new(href);
+}
+href_uri = href_uri_str-str;
+#endif
+
+if (!_rsvg_acquire_xlink_allow_load(href_uri, base_uri, err))
+goto done;
+
+#ifdef HAVE_GIO
+arr = rsvg_acquire_vfs_resource (href_uri, base_uri, NULL);
+#else
+/* href must be a path for fopen() to work */
+if (g_str_equal (href_scheme, file))

Bug#728578: hotot: segfaults on startup

2013-12-19 Thread Hideki Yamane
On Wed, 18 Dec 2013 22:46:01 +0100
Lucas Nussbaum lu...@debian.org wrote:
   Can you see it still now?
 
 Hi,
 
 Yes. (but on Debian testing)

 Hmm, I cannot reproduce it either in freshly installed testing environment
 on VirtualBox.

 1. install testing on vbox
 2. add unstable to apt line (since it was removed from testing)
 3. just apt-get install hotot
 4. run hotot
 5. it works...

 Here are the versions of hotot-gtk dependencies I'm using:
 ii  hotot-common  1:0.9.8.14-2
 ii  libjs-jquery  1.7.2+dfsg-3
 ii  python2.7.5-5
 ii  python-dbus   1.2.0-2+b1
 ii  python-gobject3.8.2-1
 ii  python-gtk2   2.24.0-3+b1
 ii  python-keybinder  0.3.0-2
 ii  python-notify 0.1.1-3
 ii  python-webkit 1.1.8-3

 The difference with unstable is python-gobject version, but downgrading
 it could not reproduce segfault, too.


 It crashes with:
 [Streams Start] Connected
 ** Message: console message: file:///usr/share/hotot/js/lib.twitter.js @902: 
 Streams callback: Can't find variable: ret
 {friends:[247309527,164509432,23948636,54858446,18118060,136302349,17925320,41902382,15751951,39163190,2653761,158039504,107471115,14248142,101
 
 Segmentation fault

 Any suggestion?
 Or could you check it with other user account on your box?

-- 
Regards,

 Hideki Yamane henrich @ debian.or.jp/org
 http://wiki.debian.org/HidekiYamane


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



Bug#731374: Reproducable

2013-12-19 Thread Rui Mourato
Not an isolated bug as I'm also experiencing the same with this package.
Hanging at:

apache2_invoke: Enable module mod_mono
[] Restarting web server: apache2[Thu Dec 19 13:15:27.042986 2013] 
[so:warn] [pid 4636] AH01574: module mono_module is already loaded, skipping
. ok



Bug#730897: marked as done (ruby-heckle: FTBFS: Hard dependency on ruby1.8)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 13:48:38 +
with message-id e1vtdxu-00051i...@franck.debian.org
and subject line Bug#730897: fixed in ruby-heckle 2.0.0~b1-1
has caused the Debian Bug report #730897,
regarding ruby-heckle: FTBFS: Hard dependency on ruby1.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.)


-- 
730897: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730897
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-heckle
Version: 1.4.3-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 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):
  fakeroot debian/rules binary
 dh binary --buildsystem=ruby --with ruby
dh_testroot -O--buildsystem=ruby
dh_prep -O--buildsystem=ruby
dh_auto_install -O--buildsystem=ruby
 /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting 
 Encoding.default_external
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:31: warning: method redefined; 
 discarding old visit_String
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:4: warning: previous definition of 
 visit_String was here
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:39: warning: method redefined; 
 discarding old register
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:12: warning: previous definition 
 of register was here
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:43: warning: method redefined; 
 discarding old format_time
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:16: warning: previous definition 
 of format_time was here
 /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:115: warning: method redefined; 
 discarding old to_s
 /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:44: warning: previous definition of 
 to_s was here
   Entering dh_ruby --install
 install -d /«PKGBUILDDIR»/debian/ruby-heckle/usr/bin
 install -D -m755 /«PKGBUILDDIR»/bin/heckle 
 /«PKGBUILDDIR»/debian/ruby-heckle/usr/bin/heckle
 install -d /«PKGBUILDDIR»/debian/ruby-heckle/usr/lib/ruby/vendor_ruby
 install -D -m644 /«PKGBUILDDIR»/lib/test_unit_heckler.rb 
 /«PKGBUILDDIR»/debian/ruby-heckle/usr/lib/ruby/vendor_ruby/test_unit_heckler.rb
 install -D -m644 /«PKGBUILDDIR»/lib/heckle.rb 
 /«PKGBUILDDIR»/debian/ruby-heckle/usr/lib/ruby/vendor_ruby/heckle.rb
 install -D -m644 /«PKGBUILDDIR»/lib/autotest/heckle.rb 
 /«PKGBUILDDIR»/debian/ruby-heckle/usr/lib/ruby/vendor_ruby/autotest/heckle.rb
 /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `system': can't convert nil into 
 String (TypeError)
   from /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:138:in 
 `run_tests_for_version'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:129:in `block in 
 run_tests'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:128:in `each'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:128:in `run_tests'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:72:in `install'
   from /usr/bin/dh_ruby:69:in `block (2 levels) in main'
   from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `call'
   from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `block in parse_in_order'
   from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `catch'
   from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `parse_in_order'
   from /usr/lib/ruby/1.9.1/optparse.rb:1341:in `order!'
   from /usr/lib/ruby/1.9.1/optparse.rb:1432:in `permute!'
   from /usr/lib/ruby/1.9.1/optparse.rb:1453:in `parse!'
   from /usr/bin/dh_ruby:73:in `main'
 Rewriting shebang line of /«PKGBUILDDIR»/debian/ruby-heckle/usr/bin/heckle
  -I/usr/lib/ruby/vendor_ruby /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
 dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/tmp returned exit 
 code 1
 make: *** [binary] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/ruby-heckle_1.4.3-4_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: ruby-heckle
Source-Version: 2.0.0~b1-1

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

A summary of the changes between this version and the 

Processed: Re: Bug#732606: apt-cacher-ng: Confusion between config file and debconf

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

 severity 732606 serious
Bug #732606 [apt-cacher-ng] apt-cacher-ng: Confusion between config file and 
debconf
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

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

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

 tags 638756 + sid jessie
Bug #638756 [vflib3] vflib3: please remove t1lib dependency
Added tag(s) sid and jessie.
 tags 638759 + sid jessie
Bug #638759 [evince] evince: please remove t1lib dependency
Added tag(s) sid and jessie.
 tags 638760 + sid jessie
Bug #638760 [grace] grace: please remove t1lib dependency
Added tag(s) sid and jessie.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
638756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638756
638759: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638759
638760: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=638760
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#732597: haskell-platform: not installable in sid

2013-12-19 Thread Jonas Smedegaard
Quoting Joachim Breitner (2013-12-19 11:34:50)
 Am Donnerstag, den 19.12.2013, 09:03 +0100 schrieb Ralf Treinen:
  haskell-platform is not installable in sid since it depends on 
  libghc-case-insensitive-dev ( 1.0.0.1+). However, the version of 
  that package in sid is 1.1.0.2-1 .
 
 correct; but Haskell is generally in a bad shape in Debian, due to a 
 surge of updates and us waiting for a pandoc upload. I’ll clean up the 
 mess as soon as pandoc is uploaded.

Evidently I haven't found enough time for upgrading Pandoc yet.

I wonder, though, howcome Pandoc can affect all of Haskell - isn't it 
mostly a leaf package?!?


 - Jonas

-- 
 * Jonas Smedegaard - idealist  Internet-arkitekt
 * Tlf.: +45 40843136  Website: http://dr.jones.dk/

 [x] quote me freely  [ ] ask before reusing  [ ] keep private


signature.asc
Description: signature


Bug#732606: apt-cacher-ng: Confusion between config file and debconf

2013-12-19 Thread Theppitak Karoonboonyanan
On Thu, Dec 19, 2013 at 8:47 PM, Eduard Bloch e...@gmx.de wrote:

 Your analysis is not totally correct, there is a workaround attempting
 to reuse current configuration. But I see that the current solution is
 just crap and interacts badly after all. That comes out from a conflict
 of interests and attempting to kill two birds with one shot.

 I will strip this down let the debconf injected settins behave defensive
 and to work mostly on existing configuration, i.e. it's just CacheDir
 which I need to feed back into postinst.

I should have added that the service was also started on wrong port,
3142 after debconf, not  after conffile.

Regards,
-- 
Theppitak Karoonboonyanan
http://linux.thai.net/~thep/


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



Bug#732597: [Pkg-haskell-maintainers] Bug#732597: haskell-platform: not installable in sid

2013-12-19 Thread Joachim Breitner
Hi Jonas,

Am Donnerstag, den 19.12.2013, 15:13 +0100 schrieb Jonas Smedegaard:
 I wonder, though, howcome Pandoc can affect all of Haskell - isn't it 
 mostly a leaf package?!?

not all, of course, but it is popular enough to affect a relevant lot.
In particular
 * xmonad, because xmonad ships a tool that generates the manpage using 
   pandoc, at build time.
   Reverse depends: taffybar, xmonad-contrib, bluetile
 * gitit
 * yesod-markdown
 * hakyll

Hmm, less than I thought (I need to investigate the rest), but the
xmonad one unfortunately quite annoying to users.

Greetings,
Joachim

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


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


Processed: severity of 732578 is grave

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

 severity 732578 grave
Bug #732578 [libapparmor-perl] does not install AppArmor.pm on i386
Severity set to 'grave' from 'normal'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732578
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: found 732578 in 2.8.0-3

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

 found 732578 2.8.0-3
Bug #732578 [libapparmor-perl] does not install AppArmor.pm on i386
Marked as found in versions apparmor/2.8.0-3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732578: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732578
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#728578: hotot: segfaults on startup

2013-12-19 Thread Lucas Nussbaum
On 19/12/13 at 22:19 +0900, Hideki Yamane wrote:
 On Wed, 18 Dec 2013 22:46:01 +0100
 Lucas Nussbaum lu...@debian.org wrote:
Can you see it still now?
  
  Hi,
  
  Yes. (but on Debian testing)
 
  Hmm, I cannot reproduce it either in freshly installed testing environment
  on VirtualBox.
 
  1. install testing on vbox
  2. add unstable to apt line (since it was removed from testing)
  3. just apt-get install hotot
  4. run hotot
  5. it works...
 
  Here are the versions of hotot-gtk dependencies I'm using:
  ii  hotot-common  1:0.9.8.14-2
  ii  libjs-jquery  1.7.2+dfsg-3
  ii  python2.7.5-5
  ii  python-dbus   1.2.0-2+b1
  ii  python-gobject3.8.2-1
  ii  python-gtk2   2.24.0-3+b1
  ii  python-keybinder  0.3.0-2
  ii  python-notify 0.1.1-3
  ii  python-webkit 1.1.8-3
 
  The difference with unstable is python-gobject version, but downgrading
  it could not reproduce segfault, too.
 
 
  It crashes with:
  [Streams Start] Connected
  ** Message: console message: file:///usr/share/hotot/js/lib.twitter.js 
  @902: Streams callback: Can't find variable: ret
  {friends:[247309527,164509432,23948636,54858446,18118060,136302349,17925320,41902382,15751951,39163190,2653761,158039504,107471115,14248142,101
  
  Segmentation fault
 
  Any suggestion?
  Or could you check it with other user account on your box?

Hi,

I just tried with the same user account on hotot-qt, and it doesn't
segfault, while it still does with hotot-gtk...

Lucas


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



Bug#732578: Issue after conversion of AppArmor package to dh(1) and Multi-Arch

2013-12-19 Thread intrigeri
Hi Steve,

may you please have a look at #732578? It seems that this problem was
introduced by apparmor 2.8.0-2, whose only debian/changelog entry
reads:

  * Convert to dh(1) and Multi-Arch, thanks to Steve Langasek.
- add r2240-find-libs.patch to find libraries during tests.

... so I thought you might have an idea.

Thanks in advance!

Cheers,
-- 
  intrigeri
  | GnuPG key @ https://gaffer.ptitcanardnoir.org/intrigeri/intrigeri.asc
  | OTR fingerprint @ https://gaffer.ptitcanardnoir.org/intrigeri/otr.asc


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



Bug#731732: marked as done (ocamlrss: FTBFS on bytecode architectures)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 15:21:24 +
with message-id e1vtfpg-00069r...@franck.debian.org
and subject line Bug#731732: fixed in ocamlrss 2.2.1-3
has caused the Debian Bug report #731732,
regarding ocamlrss: FTBFS on bytecode architectures
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.)


-- 
731732: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731732
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ocamlrss
Version: 2.2.1-1
Severity: serious
Tags: jessie sid

Hi,

ocamlrss FTBFS on bytecode architectures.

From the ia64 build log:
 make[1]: Entering directory `/«PKGBUILDDIR»'
 /usr/bin/make byte doc
 make[2]: Entering directory `/«PKGBUILDDIR»'
 ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss_types.ml
 ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss_io.ml
 ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss.mli
 ocamlfind ocamlc -package xmlm,netstring -annot -c -annot rss.ml
 ocamlfind ocamlc -package xmlm,netstring -annot -o rss.cma -a rss_types.cmo 
 rss_io.cmo rss.cmo
 ocamlfind ocamlopt -package xmlm,netstring  -c -annot rss_types.ml
 ocamlfind: Not supported in your configuration: ocamlopt
 make[2]: *** [rss_types.cmx] Error 2
 make[2]: Leaving directory `/«PKGBUILDDIR»'
 make[1]: *** [override_dh_auto_build] Error 2
 make[1]: Leaving directory `/«PKGBUILDDIR»'
 make: *** [build-arch] Error 2

Full build logs available via:

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

Cheers,

-- 
Stéphane
---End Message---
---BeginMessage---
Source: ocamlrss
Source-Version: 2.2.1-3

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

Debian distribution maintenance software
pp.
Prach Pongpanich prach...@gmail.com (supplier of updated ocamlrss 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: SHA512

Format: 1.8
Date: Wed, 18 Dec 2013 00:01:45 +0700
Source: ocamlrss
Binary: librss-ocaml librss-ocaml-dev
Architecture: source amd64
Version: 2.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers debian-ocaml-ma...@lists.debian.org
Changed-By: Prach Pongpanich prach...@gmail.com
Description: 
 librss-ocaml - RSS 2.0 parser and printer for OCaml (runtime)
 librss-ocaml-dev - RSS 2.0 parser and printer for OCaml (development)
Closes: 731732
Changes: 
 ocamlrss (2.2.1-3) unstable; urgency=medium
 .
   * Really fix FTBFS on bytecode architectures (Closes: #731732)
Checksums-Sha1: 
 8552f5abc3bb588d698a928d01fe683106237f44 2177 ocamlrss_2.2.1-3.dsc
 e487dd982f48bfa1699c3d60b6eb2988351e8a48 3179 ocamlrss_2.2.1-3.debian.tar.gz
 314338769bcc8058f72c38399aa1158bcfbd2126 37934 librss-ocaml_2.2.1-3_amd64.deb
 68c96de277e9858d226b032837b9d0293b432394 38674 
librss-ocaml-dev_2.2.1-3_amd64.deb
Checksums-Sha256: 
 712a5fa99dcb4f12412bc760c00440b78f87f4abee65a0adc0d538a31d39c09d 2177 
ocamlrss_2.2.1-3.dsc
 3f11b43d1247b06306a1993421a879273bd44f18de4e82c1f8d8f402615bec22 3179 
ocamlrss_2.2.1-3.debian.tar.gz
 6e55d282a110b3cbea58cc55b8d8a63b4f069cffd52ec5266cac4fecd91c6ba7 37934 
librss-ocaml_2.2.1-3_amd64.deb
 c1f3cc4c44044cb0f800cbe132906bc50d8e075f85931b71c64cecf2749d616a 38674 
librss-ocaml-dev_2.2.1-3_amd64.deb
Files: 
 abf484851979a193399c0ef67da2005a 2177 ocaml optional ocamlrss_2.2.1-3.dsc
 bcc1def6d54bdd2bf9b83fa6c4c42993 3179 ocaml optional 
ocamlrss_2.2.1-3.debian.tar.gz
 48163a4dc487bffd25709a6ec6834e5c 37934 ocaml optional 
librss-ocaml_2.2.1-3_amd64.deb
 1d8357deb6d0a854f58f8798aa7c2931 38674 ocaml optional 
librss-ocaml-dev_2.2.1-3_amd64.deb

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

iQIcBAEBCgAGBQJSswhBAAoJEHhT2k1JiBrTXqsP/36ebCX8PDGBGx4196Xf3TNc
msOfhs7fx/7W7GwEMI+lOs/BveAl/lMyCsGwvmfla4DTxTE950eO9qaOw+aGSk/V
sRLVaPvuQGbo4SOB7o0kYS5eE1BaUE4JkYbJjznigWnf+XF5I5twsSLIRYEWfCKg
IXPJVPKVMD2Y06fio5mRkUf23Jy3hbULsrKTucktf1Keun9+r+mmRrEfseUXyduF
74ny3zeHi+rsxPL6m5+Afm4SROeQoThoJWqSaNT1hJJvaTFe45z2pid/vwSnxJrt
YWSsXNvsxRfUz0+nbUY7SuWsO/usLNezCG6LP3PY5Zvp0eHh/0UT8wLc/DpNRUCX

Processed: Bug #732614 found only in haproxy-1.5

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

 found 732614 1.5~dev18-1
Bug #732614 [haproxy] ebtree/* has different license now
Marked as found in versions haproxy/1.5~dev18-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732614: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732614
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#732630: ytalk: Ytalk doesn't work when username is more than 8 characters

2013-12-19 Thread Daniele Di Domizio
Package: ytalk
Version: 3.3.0-5
Severity: grave
Tags: patch
Justification: renders package unusable

Ytalk doesn't work when the username is  than 8 characters, and errors like 
that are appearing in the syslog when one of the user connecting has a username 
with more than 8 characters:

talkd[26809]: 127.0.0.1 (127.0.0.1): unintelligible packet


Removing the support for old talk daemon seems to make it work nicely:

--- ytalk-3.3.0.orig/src/socket.c
+++ ytalk-3.3.0/src/socket.c
@@ -453,13 +453,18 @@
   0, (struct sockaddr *)  remote_daemon, 
sizeof(remote_daemon));
if (n != sizeof(m2))
show_error(Warning: cannot write to new talk daemon);
-
+   /* Commented out by J. Javier Maestro:
+* Quick hack to make ytalk work for usernames longer than 8
+* characters. Apparently, talkd returns an error message when
+* receiving an old talk packet and this breaks ytalk.
+   */
+   /*
IN_PORT(remote_daemon) = talkd[otalk].port;
n = sendto(talkd[otalk].fd, (char *) m1, sizeof(m1),
   0, (struct sockaddr *)  remote_daemon, 
sizeof(remote_daemon));
if (n != sizeof(m1))
show_error(Warning: cannot write to old talk daemon);
-
+   */
tv.tv_sec = 4L;
tv.tv_usec = 0L;



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

Kernel: Linux 3.9-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 ytalk depends on:
ii  libc62.17-97
ii  libncurses5  5.9+20130608-1
ii  talkd0.17-15

ytalk recommends no packages.

ytalk suggests no packages.

-- 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#732633: inetutils-talkd: Ytalk doesn't work with inetutils-talkd

2013-12-19 Thread Daniele Di Domizio
Package: inetutils-talkd
Version: 2:1.9.1.306-0a482-1
Severity: grave
Justification: renders package unusable

Ytalk doesn't work with inetutils-talkd (while it's working with the package 
talkd). When a user rings another user, the connection request appears, but if 
the user responds with ytalk user@blah the connection is not established, and 
instead the calling user get the connection request message (while he is 
already inside Ytalk!)

This is associated also with this messages in the syslog:

nslcd[30444]: [47e121] passwd=+AUTO request denied by validnames option

(and that makes sense because I'm using nslcd)


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

Kernel: Linux 3.9-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 inetutils-talkd depends on:
ii  libc6   2.17-97
ii  netbase 5.1
ii  openbsd-inetd [inet-superserver]0.20091229-2
ii  syslog-ng-core [system-log-daemon]  3.5.2-1

inetutils-talkd recommends no packages.

inetutils-talkd suggests no packages.


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



Processed: limit source to avahi, tagging 732009

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

 #avahi (0.6.31-4) UNRELEASED; urgency=medium
 #
 #  * debian/patches/reuseport-nonfatal.patch: Do not exit avahi-daemon if we
 #cannot set SO_REUSEPORT to the socket. (Closes: #732009)
 #
 limit source avahi
Limiting to bugs with field 'source' containing at least one of 'avahi'
Limit currently set to 'source':'avahi'

 tags 732009 + pending
Bug #732009 [avahi-daemon] avahi-daemon: Require a kernel = 3.9, break partial 
upgrades
Added tag(s) pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
732009: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732009
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#732578: Issue after conversion of AppArmor package to dh(1) and Multi-Arch

2013-12-19 Thread Steve Langasek
On Thu, Dec 19, 2013 at 04:02:51PM +0100, intrigeri wrote:

 may you please have a look at #732578? It seems that this problem was
 introduced by apparmor 2.8.0-2, whose only debian/changelog entry
 reads:

   * Convert to dh(1) and Multi-Arch, thanks to Steve Langasek.
 - add r2240-find-libs.patch to find libraries during tests.

 ... so I thought you might have an idea.

I haven't seen this issue and don't have any ideas, no.  The package in
Ubuntu doesn't have this problem.  Is it reproducible in a clean build on
i386?  Otherwise, I would suggest looking for any debian/rules delta between
the Debian and Ubuntu packages at this point, since it was from Ubuntu that
Kees grabbed my changes.

In my first attempt at converting the package I did notice some weirdness
with installation of the perl module, but partly that was because the old
package was double-installing it.  So I don't have any real leads here,
sorry.

-- 
Steve Langasek   Give me a lever long enough and a Free OS
Debian Developer   to set it on, and I can move the world.
Ubuntu Developerhttp://www.debian.org/
slanga...@ubuntu.com vor...@debian.org


signature.asc
Description: Digital signature


Bug#732005: marked as done (depends on libicu48 which is transitioning to libicu52)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 18:48:36 +
with message-id e1vtiec-0004ws...@franck.debian.org
and subject line Bug#732005: fixed in mnemosyne 2.2.1-2
has caused the Debian Bug report #732005,
regarding depends on libicu48 which is transitioning to libicu52
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.)


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

mnemosyne depends on libicu48. icu is transitioning to libicu52 so
this is a big problem for the transition.

Anyway, why is a python arch:all package hard-depending on a shared
library? I have grep'ed the sources and there are no relevant matches
for icu, and the changelog doesn't mention why that is there. Can
that just be removed?

Emilio
---End Message---
---BeginMessage---
Source: mnemosyne
Source-Version: 2.2.1-2

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

Debian distribution maintenance software
pp.
Robert Lemmen rober...@semistable.com (supplier of updated mnemosyne 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: Thu, 19 Dec 2013 18:45:29 +
Source: mnemosyne
Binary: mnemosyne
Architecture: source all
Version: 2.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Robert Lemmen rober...@semistable.com
Changed-By: Robert Lemmen rober...@semistable.com
Description: 
 mnemosyne  - spaced repetition flash-card program
Closes: 732005
Changes: 
 mnemosyne (2.2.1-2) unstable; urgency=medium
 .
   * updated libicu depejndency (closes: #732005)
Checksums-Sha1: 
 df4c1bcda145654c0b75468e95aba4c70a5e13c4 1097 mnemosyne_2.2.1-2.dsc
 a2c492696caf3961232b08ed4df48f0df5c566bf 3661 mnemosyne_2.2.1-2.debian.tar.gz
 878aa07edcb6eaa2452ea80a789eaa2885645754 363014 mnemosyne_2.2.1-2_all.deb
Checksums-Sha256: 
 e75932d4070391ed028c6065df8d66ad6ddf4c3cca0917d5307ffa78ea15a44d 1097 
mnemosyne_2.2.1-2.dsc
 8556c7e769f99adad61365f15e45da501b0f2d8ed87ee3b1e6b7422c3c0abf26 3661 
mnemosyne_2.2.1-2.debian.tar.gz
 5e2231c2cdea78ed4b6e4224175176eab292bc1b1e5b115f145fef9e4ddd8340 363014 
mnemosyne_2.2.1-2_all.deb
Files: 
 3fd0c621eee22619b020f2226c1c9b22 1097 misc extra mnemosyne_2.2.1-2.dsc
 e33eeea6ebb28443fe8674dcc7781742 3661 misc extra 
mnemosyne_2.2.1-2.debian.tar.gz
 ebf6066c3c3c4a80fa27d1379cd187ad 363014 misc extra mnemosyne_2.2.1-2_all.deb

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

iEYEARECAAYFAlKzPxoACgkQS6AOchRbaWYkzgCbBP61YIioPxon1/u1wlggL3fs
2XEAn0k8P29ytCCvxF2sGURsjrzrrgzh
=BVAQ
-END PGP SIGNATUREEnd Message---


Processed: your mail

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

 retitle 724688 icedove unnecessarily incompatible with some binary 
 extensions, potentially crashing
Bug #724688 [icedove] icedove won't start with lightning
Bug #730450 [icedove] icedove won't start with lightning
Changed Bug title to 'icedove unnecessarily incompatible with some binary 
extensions, potentially crashing' from 'icedove won't start with lightning'
Changed Bug title to 'icedove unnecessarily incompatible with some binary 
extensions, potentially crashing' from 'icedove won't start with lightning'
 severity 724688 serious
Bug #724688 [icedove] icedove unnecessarily incompatible with some binary 
extensions, potentially crashing
Bug #730450 [icedove] icedove unnecessarily incompatible with some binary 
extensions, potentially crashing
Severity set to 'serious' from 'important'
Severity set to 'serious' from 'important'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
724688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=724688
730450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730450
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#732650: Please remove t1lib dependency

2013-12-19 Thread Moritz Muehlenhoff
Package: claws-mail
Severity: serious

Hi,
t1lib is slated to be removed (in favor of freetype) before wheezy ships
[0],[1]. This package is currently one of its reverse dependencies.
Please convert the package to use freetype.

[0] http://bugs.debian.org/637488
[1] http://bugs.debian.org/637040

Cheers,
Moritz


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



Bug#732651: Please remove t1lib dependency

2013-12-19 Thread Moritz Muehlenhoff
Package: swftools
Severity: serious

Hi,
t1lib is slated to be removed (in favor of freetype) before wheezy ships
[0],[1]. This package is currently one of its reverse dependencies.
Please convert the package to use freetype.

[0] http://bugs.debian.org/637488
[1] http://bugs.debian.org/637040

Cheers,
Moritz


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



Bug#732652: icedove does not load libraries from /usr/lib/icedove

2013-12-19 Thread Ximin Luo
Package: icedove
Version: 24.1.1-1
Severity: serious

I rebuilt mozilla-gnome-keyring the usual routine way, packages are here:

http://mentors.debian.net/debian/pool/main/m/mozilla-gnome-keyring/mozilla-gnome-keyring_0.6.9-1~experimental+1.dsc

It works fine with iceweasel 26.0. A previous similar package I built against 
icedove 24.0 also worked fine.

However, with the new icedove 24.1.1, the package installs fine but I get this 
error in the log when starting icedove:

Failed to load native module at path 
'/usr/lib/mozilla/extensions/{3550f703-e582-4d05-9a08-453d09bdfdc6}/{6f9d85e0-794d-11dd-ad8b-0800200c9a66}/platform/Linux_x86_64-gcc3/components/libgnomekeyring-icedove.so':
 (80004005) libldif60.so: cannot open shared object file: No such file or 
directory

and the extension is enabled but does not work. But libldif60.so does exist 
in /usr/lib/icedove.

OTOH, if I start icedove with LD_LIBRARY_PATH=/usr/lib/icedove, then everything 
works fine.

This is possibly related to #724688, but I'm not sure. Shortly after I posted 
my message there, I was no longer able to reproduce the xul24.0 error; 
instead this libldif60.so error popped up, and I worked around it as I just 
described.

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

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

Versions of packages icedove depends on:
ii  debianutils   4.4
ii  fontconfig2.11.0-2
ii  libasound21.0.27.2-3
ii  libatk1.0-0   2.10.0-2
ii  libc6 2.17-97
ii  libcairo2 1.12.16-2
ii  libdbus-1-3   1.6.18-2
ii  libdbus-glib-1-2  0.100.2-1
ii  libevent-2.0-52.0.21-stable-1
ii  libffi6   3.0.13-4
ii  libfontconfig12.11.0-2
ii  libfreetype6  2.5.1-1
ii  libgcc1   1:4.8.2-1
ii  libgdk-pixbuf2.0-02.28.2-1+b1
ii  libglib2.0-0  2.36.4-1
ii  libgtk2.0-0   2.24.22-1
ii  libhunspell-1.3-0 1.3.2-6
ii  libnspr4  2:4.10.2-1
ii  libnss3   2:3.15.3.1-1
ii  libpango-1.0-01.36.0-1+b1
ii  libpixman-1-0 0.30.2-2
ii  libsqlite3-0  3.8.2-1
ii  libstartup-notification0  0.12-3
ii  libstdc++64.8.2-1
ii  libvpx1   1.2.0-2
ii  libx11-6  2:1.6.2-1
ii  libxext6  2:1.3.2-1
ii  libxrender1   1:0.9.8-1
ii  libxt61:1.1.4-1
ii  psmisc22.20-1
ii  zlib1g1:1.2.8.dfsg-1

Versions of packages icedove recommends:
ii  hunspell-en-us [hunspell-dictionary]  20070829-6
ii  hunspell-sv-se [hunspell-dictionary]  1.51-1
ii  myspell-bg [myspell-dictionary]   4.1-3
ii  myspell-ca [myspell-dictionary]   0.20111230b-4
ii  myspell-cs [myspell-dictionary]   20040229-5.1
ii  myspell-da [myspell-dictionary]   1.6.25-1.1
ii  myspell-de-de [myspell-dictionary]20120607-1
ii  myspell-en-gb [myspell-dictionary]1:3.3.0-4
ii  myspell-eo [myspell-dictionary]   2.1.2000.02.25-45
ii  myspell-es [myspell-dictionary]   1.11-4
ii  myspell-et [myspell-dictionary]   1:20030606-20
ii  myspell-fr [myspell-dictionary]   1.4-26
ii  myspell-he [myspell-dictionary]   1.2-2
ii  myspell-hu [myspell-dictionary]   1.2+repack-2
ii  myspell-it [myspell-dictionary]   1:3.3.0-4
ii  myspell-ku [myspell-dictionary]   0.20.0-2
ii  myspell-lt [myspell-dictionary]   1.2.1-4
ii  myspell-lv [myspell-dictionary]   0.9.6-1
ii  myspell-nb [myspell-dictionary]   2.0.10-5.1
ii  myspell-nl [myspell-dictionary]   1:2.10-1
ii  myspell-nn [myspell-dictionary]   2.0.10-5.1
ii  myspell-pl [myspell-dictionary]   20130519-1
ii  myspell-pt-br [myspell-dictionary]20130317-1
ii  myspell-pt-pt [myspell-dictionary]20091013-4
ii  myspell-ru [myspell-dictionary]   0.99g5-18
ii  myspell-sk [myspell-dictionary]   0.5.5a-2.3
ii  myspell-sl [myspell-dictionary]   1.0-5
ii  myspell-uk [myspell-dictionary]   1.6.5-2

Versions of packages icedove suggests:
ii  fonts-lyx 2.0.6-1
ii  libglib2.0-0  2.36.4-1
ii  libgssapi-krb5-2  1.11.3+dfsg-3+nmu1

-- 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#731299: marked as done (python-pytest: Broken because of pkg_resources.VersionConflict)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 22:19:01 +
with message-id e1vtlvp-0003hf...@franck.debian.org
and subject line Bug#731299: fixed in pytest 2.5.1-1
has caused the Debian Bug report #731299,
regarding python-pytest: Broken because of pkg_resources.VersionConflict
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.)


-- 
731299: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731299
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: python-pytest
Version: 2.2.4-2
Severity: grave
Justification: renders package unusable

With latest python3-pytest from sid, I get

# py.test-3.3
Traceback (most recent call last):
  File /usr/bin/py.test-3.3, line 5, in module
sys.exit(load_entry_point('pytest==2.4.2', 'console_scripts', 'py.test')())
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 357, in 
load_entry_point
return get_distribution(dist).load_entry_point(group, name)
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2394, in 
load_entry_point
return ep.load()
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2107, in load
if require: self.require(env, installer)
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 2120, in require
working_set.resolve(self.dist.requires(self.extras),env,installer)))
  File /usr/lib/python3/dist-packages/pkg_resources.py, line 580, in resolve
raise VersionConflict(dist,req) # XXX put more info here
pkg_resources.VersionConflict: (py 1.4.15 (/usr/lib/python3/dist-packages), 
Requirement.parse('py=1.4.17'))
---End Message---
---BeginMessage---
Source: pytest
Source-Version: 2.5.1-1

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

Debian distribution maintenance software
pp.
Barry Warsaw ba...@debian.org (supplier of updated pytest 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: Thu, 12 Dec 2013 10:27:41 -0500
Source: pytest
Binary: python-pytest python3-pytest python-pytest-doc
Architecture: source all
Version: 2.5.1-1
Distribution: unstable
Urgency: low
Maintainer: Debian Python Modules Team 
python-modules-t...@lists.alioth.debian.org
Changed-By: Barry Warsaw ba...@debian.org
Description: 
 python-pytest - Simple, powerful testing in Python
 python-pytest-doc - Simple, powerful testing in Python - Documentation
 python3-pytest - Simple, powerful testing in Python3
Closes: 731299
Changes: 
 pytest (2.5.1-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream release.
   * d/control: Update python-py and python3-py dependency versions.
 Closes: #731299
   * d/patches/remove_google_js: Refreshed.
Checksums-Sha1: 
 a95ac6a1958bb727ee057e81581ad5b906e3fecc 2391 pytest_2.5.1-1.dsc
 3e4f1b962a1ef9d71c974baab4880cecb75c18ff 577597 pytest_2.5.1.orig.tar.gz
 a1a9e8565e369be9056479728e215a5d788fac5f 6885 pytest_2.5.1-1.debian.tar.gz
 857e058ecd19a6ac81d55fb94ad3ca7f8737248a 119802 python-pytest_2.5.1-1_all.deb
 1e388e02b4f1abb3e03ac8536fd62f1664d838b4 116800 python3-pytest_2.5.1-1_all.deb
 ae1ac47160d5f3be35d29dffc79190f6dce4300d 385722 
python-pytest-doc_2.5.1-1_all.deb
Checksums-Sha256: 
 80c1bc23ca0be8dc2f3352355d9efc27bb9e63dd32d55deb9fd2d54f26b211a8 2391 
pytest_2.5.1-1.dsc
 112d8ede00d9ad3546d49ffeb4af1a0dfc734be29d28cfc59bd4cfd7b8a89b09 577597 
pytest_2.5.1.orig.tar.gz
 47123e48e033254c2eb7507741bd0350392b1b94b8e04e8cb2668773b191029e 6885 
pytest_2.5.1-1.debian.tar.gz
 1b89ec8fa200664462ed6e139b5b8ce1298afd8d85189e72c2f9e470da9e335a 119802 
python-pytest_2.5.1-1_all.deb
 f4f11ff27b584e52c9f6e685e1b328cc2139994ba9a8e12e095662aecf9643e2 116800 
python3-pytest_2.5.1-1_all.deb
 436201c72c7de7122c09a0befad4626e15e1fda9c57b99d9b735b9685f2c2e86 385722 
python-pytest-doc_2.5.1-1_all.deb
Files: 
 5797325e2fda80c684cb2f00a6867758 2391 python optional pytest_2.5.1-1.dsc
 4e155a0134e6757b37cc6698c20f3e9f 577597 python optional 
pytest_2.5.1.orig.tar.gz
 f8618e66cc366d452f694341023b6193 6885 python optional 
pytest_2.5.1-1.debian.tar.gz
 f24927ca9d2e94e636c780eb87530b11 119802 python optional 

Bug#732656: installation-reports: modprobe -l command in hw-config script fails

2013-12-19 Thread Nils

Subject: installation-reports: modprobe -l command in hw-config script fails
Package: installation-reports
Justification: renders package unusable
Severity: grave
Tags: d-i


-- Package-specific info:

Boot method: local HD /boot dir under windows, after installing 
win32-loader and updating initrd.gz and vmlinuz

Image version: cdrom xfce iso #1 (but the problem happened before this step)
Date: 2013-12-17

Machine: ancient Medion laptop
Partitions: /dev/sda1..6


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

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

Comments/Problems:
I tried to install debian (sid) on a laptop with just harddrives (no 
usb, no network as the wlan is disabled on boot), more for fun as I 
didn't have a USB stick handy


I downloaded (under windows) installed the win32-loader, grabbed a 
initrd.gz and vmlinuz, downloaded the xfce ISO #1, and when booting the 
installer got as far as finding the iso on an existing partition.


The locate ISO Image on harddrive option found the ISO image on a 
partition (/dev/sda6), but then failed when trying modprobe -l


The problem was that in the hd-config script modprobe -l is used,
and modprobe doesn't support that apparently...

I could drop into a shell, mount the partition that the ISO was saved 
under, mount the ISO under a directory no problem.



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



Bug#732606: marked as done (apt-cacher-ng: Confusion between config file and debconf)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 23:03:45 +
with message-id e1vtmd7-0002ob...@franck.debian.org
and subject line Bug#732606: fixed in apt-cacher-ng 0.7.24-1
has caused the Debian Bug report #732606,
regarding apt-cacher-ng: Confusion between config file and debconf
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.)


-- 
732606: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732606
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: apt-cacher-ng
Version: 0.7.23-1
Severity: normal

Dear Maintainer,

After upgrading to 0.7.23-1, my apt-cacher-ng fails to serve with
modified configurations. In my case, I modify CacheDir: and Port: in
/etc/apt-cacher-ng/acng.conf. But this is no longer obeyed. I have just
found out later that they are overridden by debconf entries.

This is confusing. If debconf is to take priority, the values from the
conffile should be retained by pre-filling the answers to debconf questions,
and user might be asked to confirm that, i.e., by raising the priority of
the debconf questions.

And the entries might be removed from the shipped conffile if they are
no longer effective.

NEWS.Debian may also be used to communicate this to users.

-- Package-specific info:

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

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

Versions of packages apt-cacher-ng depends on:
ii  adduser3.113+nmu3
ii  debconf [debconf-2.0]  1.5.52
ii  dpkg   1.17.5
ii  init-system-helpers1.13
ii  libbz2-1.0 1.0.6-5
ii  libc6  2.17-97
ii  libgcc11:4.8.2-10
ii  liblzma5   5.1.1alpha+20120614-2
ii  libssl1.0.01.0.1e-4
ii  libstdc++6 4.8.2-10
ii  libwrap0   7.6.q-24
ii  zlib1g 1:1.2.8.dfsg-1

Versions of packages apt-cacher-ng recommends:
ii  avahi-daemon  0.6.31-3
ii  ed1.9-2

Versions of packages apt-cacher-ng suggests:
ii  curl  7.34.0-1
ii  doc-base  0.10.5
ii  libfuse2  2.9.2-4
ii  wget  1.14-5

-- Configuration Files:
/etc/apt-cacher-ng/acng.conf changed:
CacheDir: /home/cache/apt-cacher-ng
LogDir: /var/log/apt-cacher-ng
Port:
Remap-debrep: file:deb_mirror*.gz /debian ; file:backends_debian # Debian 
Archives
Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu 
Archives
Remap-debvol: file:debvol_mirror*.gz /debian-volatile ; file:backends_debvol # 
Debian Volatile Archives
Remap-cygwin: file:cygwin_mirrors /cygwin # ; file:backends_cygwin # 
incomplete, please create this file or specify preferred mirrors here
Remap-sfnet:  file:sfnet_mirrors # ; file:backends_sfnet # incomplete, please 
create this file or specify preferred mirrors here
Remap-alxrep: file:archlx_mirrors /archlinux # ; file:backend_archlx # Arch 
Linux
Remap-fedora: file:fedora_mirrors # Fedora Linux
Remap-epel:   file:epel_mirrors # Fedora EPEL
Remap-slrep:  file:sl_mirrors # Scientific Linux
Remap-gentoo: file:gentoo_mirrors.gz /gentoo ; file:backends_gentoo # Gentoo 
Archives
ReportPage: acng-report.html
ExTreshold: 4
LocalDirs: acng-doc /usr/share/doc/apt-cacher-ng

/etc/apt-cacher-ng/security.conf [Errno 13] Permission denied: 
u'/etc/apt-cacher-ng/security.conf'

-- debconf information:
  apt-cacher-ng/cachedir: /var/cache/apt-cacher-ng
  apt-cacher-ng/modifytargets: false
  apt-cacher-ng/bindaddress:
  apt-cacher-ng/proxy:
  apt-cacher-ng/port: 3142
  apt-cacher-ng/gentargetmode: No automated setup
---End Message---
---BeginMessage---
Source: apt-cacher-ng
Source-Version: 0.7.24-1

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

Debian distribution maintenance software
pp.
Eduard Bloch bl...@debian.org (supplier of updated apt-cacher-ng 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: 

Bug#730949: marked as done (ruby-globalhotkeys: FTBFS: Hard dependency on ruby1.8)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 23:03:51 +
with message-id e1vtmdd-0002rf...@franck.debian.org
and subject line Bug#730949: fixed in ruby-globalhotkeys 0.3.2-4
has caused the Debian Bug report #730949,
regarding ruby-globalhotkeys: FTBFS: Hard dependency on ruby1.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.)


-- 
730949: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730949
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-globalhotkeys
Version: 0.3.2-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 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):
  fakeroot debian/rules binary
 dh binary --buildsystem=ruby --with ruby
dh_testroot -O--buildsystem=ruby
dh_prep -O--buildsystem=ruby
dh_auto_install -O--buildsystem=ruby
 /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting 
 Encoding.default_external
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:31: warning: method redefined; 
 discarding old visit_String
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:4: warning: previous definition of 
 visit_String was here
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:39: warning: method redefined; 
 discarding old register
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:12: warning: previous definition 
 of register was here
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:43: warning: method redefined; 
 discarding old format_time
 /usr/lib/ruby/1.9.1/rubygems/psych_tree.rb:16: warning: previous definition 
 of format_time was here
 /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:115: warning: method redefined; 
 discarding old to_s
 /usr/lib/ruby/1.9.1/rubygems/syck_hack.rb:44: warning: previous definition of 
 to_s was here
   Entering dh_ruby --install
 install -d /«PKGBUILDDIR»/debian/ruby-globalhotkeys/usr/lib/ruby/vendor_ruby
 install -D -m644 /«PKGBUILDDIR»/lib/globalhotkeys.rb 
 /«PKGBUILDDIR»/debian/ruby-globalhotkeys/usr/lib/ruby/vendor_ruby/globalhotkeys.rb
 /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `system': can't convert nil into 
 String (TypeError)
   from /usr/lib/ruby/vendor_ruby/gem2deb.rb:52:in `run'
   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:36:in `block in 
 install_files_and_build_extensions'
   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in `each'
   from /usr/lib/ruby/vendor_ruby/gem2deb/installer.rb:34:in 
 `install_files_and_build_extensions'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:68:in `block in 
 install'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:66:in `each'
   from /usr/lib/ruby/vendor_ruby/gem2deb/dh_ruby.rb:66:in `install'
   from /usr/bin/dh_ruby:69:in `block (2 levels) in main'
   from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `call'
   from /usr/lib/ruby/1.9.1/optparse.rb:1360:in `block in parse_in_order'
   from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `catch'
   from /usr/lib/ruby/1.9.1/optparse.rb:1347:in `parse_in_order'
   from /usr/lib/ruby/1.9.1/optparse.rb:1341:in `order!'
   from /usr/lib/ruby/1.9.1/optparse.rb:1432:in `permute!'
   from /usr/lib/ruby/1.9.1/optparse.rb:1453:in `parse!'
   from /usr/bin/dh_ruby:73:in `main'
 Building extension for ruby1.8 ...
  -I/usr/lib/ruby/vendor_ruby 
 /usr/lib/ruby/vendor_ruby/gem2deb/extension_builder.rb /«PKGBUILDDIR» 
 debian/ruby-globalhotkeys
 dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/tmp returned exit 
 code 1
 make: *** [binary] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/ruby-globalhotkeys_0.3.2-3_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: ruby-globalhotkeys
Source-Version: 0.3.2-4

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

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

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


Bug#730899: marked as done (razorqt: FTBFS: cp: cannot stat 'debian/tmp//usr/bin/razor-lightdm-greeter': No such file or directory)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Thu, 19 Dec 2013 23:19:03 +
with message-id e1vtmrv-00066q...@franck.debian.org
and subject line Bug#730899: fixed in razorqt 0.5.2-3
has caused the Debian Bug report #730899,
regarding razorqt: FTBFS: cp: cannot stat 
'debian/tmp//usr/bin/razor-lightdm-greeter': 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.)


-- 
730899: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730899
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: razorqt
Version: 0.5.2-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 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»'
 dh_install --list-missing
 cp: cannot stat 'debian/tmp//usr/bin/razor-lightdm-greeter': No such file or 
 directory
 dh_install: cp -a debian/tmp//usr/bin/razor-lightdm-greeter 
 debian/razorqt-lightdm-greeter///usr/bin/ returned exit code 1
 make[1]: *** [override_dh_install] Error 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2013/11/28/razorqt_0.5.2-2_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: razorqt
Source-Version: 0.5.2-3

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

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

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

Debian distribution maintenance software
pp.
Manuel A. Fernandez Montecelo m...@debian.org (supplier of updated razorqt 
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: SHA512

Format: 1.8
Date: Thu, 19 Dec 2013 22:29:09 +
Source: razorqt
Binary: razorqt libqtxdg0 libqtxdg0-dev librazorqt0 librazorqt0-dev 
razorqt-data razorqt-appswitcher razorqt-autosuspend razorqt-config 
razorqt-confupdate razorqt-desktop razorqt-globalkeyshortcuts 
razorqt-lightdm-greeter razorqt-notificationd razorqt-openssh-askpass 
razorqt-panel razorqt-policykit-agent razorqt-power razorqt-runner 
razorqt-session
Architecture: source all amd64
Version: 0.5.2-3
Distribution: unstable
Urgency: low
Maintainer: Manuel A. Fernandez Montecelo m...@debian.org
Changed-By: Manuel A. Fernandez Montecelo m...@debian.org
Description: 
 libqtxdg0  - Implementation of the XDG Specifications for Qt, libs
 libqtxdg0-dev - Implementation of the XDG Specifications for Qt, development 
pack
 librazorqt0 - Shared libraries for Razor-qt desktop environment
 librazorqt0-dev - Shared libraries for Razor-qt desktop environment, 
development pa
 razorqt- Lightweight desktop environment, all components
 razorqt-appswitcher - Application switcher component for Razor-qt desktop 
environment
 razorqt-autosuspend - Autosuspend component for Razor-qt desktop environment
 razorqt-config - Configuration component for Razor-qt desktop environment
 razorqt-confupdate - Configuration update component for Razor-qt desktop 
environment
 razorqt-data - Shared data files for Razor-qt desktop environment
 razorqt-desktop - Desktop component for Razor-qt desktop environment
 razorqt-globalkeyshortcuts - Keyboard shortcuts component for Razor-qt desktop 
environment
 razorqt-lightdm-greeter - LightDM greeter for Razor-qt desktop environment
 razorqt-notificationd - Notification component for Razor-qt desktop environment
 razorqt-openssh-askpass - OpenSSH helper component for Razor-qt desktop 
environment
 razorqt-panel - Panel component for Razor-qt desktop environment
 razorqt-policykit-agent - PolicyKit agent component for Razor-qt desktop 
environment
 razorqt-power - Power manager component for Razor-qt desktop environment
 razorqt-runner - Application launcher component for Razor-qt desktop 
environment
 razorqt-session - Session 

Bug#732423: marked as done (kde-workspace: FTBFS: cp: cannot stat 'debian/tmp/usr/lib/kde4/kcm_fonts.so': No such file or directory)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 01:03:58 +
with message-id e1vtovs-00082b...@franck.debian.org
and subject line Bug#731089: fixed in cmake 2.8.12.1-1.1
has caused the Debian Bug report #731089,
regarding kde-workspace: FTBFS: cp: cannot stat 
'debian/tmp/usr/lib/kde4/kcm_fonts.so': 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.)


-- 
731089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: kde-workspace
Version: 4:4.11.3-2
Severity: serious

Hi,

kde-workspace FTBFS in current unstable like this:

...
make[3]: Leaving directory `/«PKGBUILDDIR»/obj-powerpc-linux-gnuspe'
chmod a-x debian/tmp/usr/share/autostart/klipper.desktop
make[2]: Leaving directory `/«PKGBUILDDIR»'
# Running override target (override_dh_install)
test -z `ls debian/*.debhelper.log 2/dev/null` || sed -i 
'/^override_dh_install[[:space:]]/d' debian/*.debhelper.log
/usr/bin/make -f debian/rules override_dh_install 
DH_INTERNAL_OVERRIDE=dh_install  # [-a]
make[2]: Entering directory `/«PKGBUILDDIR»'
dh_install 
cp: cannot stat 'debian/tmp/usr/lib/kde4/kcm_fonts.so': No such file or 
directory
dh_install: cp -a debian/tmp/usr/lib/kde4/kcm_fonts.so 
debian/systemsettings//usr/lib/kde4/ returned exit code 1
make[2]: *** [override_dh_install] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: *** [pre_install-arch_dh_install] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [debian/dhmk_install-arch] Error 2
...

Roland.

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (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: cmake
Source-Version: 2.8.12.1-1.1

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated cmake 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: Sun, 15 Dec 2013 10:30:54 +
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.12.1-1.1
Distribution: unstable
Urgency: high
Maintainer: Modestas Vainius mo...@debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 cmake  - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 731089
Changes: 
 cmake (2.8.12.1-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Make sure to find freetype headers in their new location (without an
 extra freetype/ directory, fix-FindFreetype.diff). (Closes: #731089)
Checksums-Sha1: 
 3f30ac6b154cb26592d5d74a09fa7958ef952bc7 2323 cmake_2.8.12.1-1.1.dsc
 ee39fb4fd896630455dae551b06699916b23887c 30455 cmake_2.8.12.1-1.1.debian.tar.gz
 2e9d1ef65c89b71973ea3c494b07f3d2d0b62024 2616176 cmake_2.8.12.1-1.1_amd64.deb
 45536e06dbce9ed2d2f9da225691dd1086143d62 1282834 
cmake-data_2.8.12.1-1.1_all.deb
 7dfe4200cb65104f67a42e52306de321bf45b6e5 1241284 
cmake-curses-gui_2.8.12.1-1.1_amd64.deb
 9c3499ef9cdad3e11c47e5d047297bccc8405d57 1276976 
cmake-qt-gui_2.8.12.1-1.1_amd64.deb
 874d1b79ebd6f9a9c13e4bdf4e00a7e43cf69850 1429246 cmake-doc_2.8.12.1-1.1_all.deb
 4276d4e129ed283f2d507b1279c7a2eb2fd5c851 92188070 
cmake-dbg_2.8.12.1-1.1_amd64.deb
Checksums-Sha256: 
 7185d06045b8d0a371a67d3b1b7b51c3f1f84da8fae99b49c55596fd704b025d 2323 
cmake_2.8.12.1-1.1.dsc
 6e0e1e7af9757883e061663b07c7f4f0b4c757c59aeb5d699fa80a1413a46465 30455 
cmake_2.8.12.1-1.1.debian.tar.gz
 82352f8f04f15940d65acfe667f0eb1a6b495b1365ed1a6797293cd235e8ff04 

Bug#731089: marked as done (cmake: changes to libfreetype6-dev break FindPackage(Freetype))

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 01:03:58 +
with message-id e1vtovs-00082b...@franck.debian.org
and subject line Bug#731089: fixed in cmake 2.8.12.1-1.1
has caused the Debian Bug report #731089,
regarding cmake: changes to libfreetype6-dev break FindPackage(Freetype)
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.)


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

With libfreetype6-dev 2.5.1-1 installed:

CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108 (message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315 
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119 
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:1167 (find_package)

All is well if 2.4.9-1.1 is installed.

cmake should (probably) be using freetype-config where available.

(See also bug 731015.)

-- 
|  _  | Darren Salt, using Debian GNU/Linux (and Android)
| ( ) |
|  X  | ASCII Ribbon campaign against HTML e-mail
| / \ | http://www.asciiribbon.org/
---End Message---
---BeginMessage---
Source: cmake
Source-Version: 2.8.12.1-1.1

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated cmake 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: Sun, 15 Dec 2013 10:30:54 +
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.12.1-1.1
Distribution: unstable
Urgency: high
Maintainer: Modestas Vainius mo...@debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 cmake  - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 731089
Changes: 
 cmake (2.8.12.1-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Make sure to find freetype headers in their new location (without an
 extra freetype/ directory, fix-FindFreetype.diff). (Closes: #731089)
Checksums-Sha1: 
 3f30ac6b154cb26592d5d74a09fa7958ef952bc7 2323 cmake_2.8.12.1-1.1.dsc
 ee39fb4fd896630455dae551b06699916b23887c 30455 cmake_2.8.12.1-1.1.debian.tar.gz
 2e9d1ef65c89b71973ea3c494b07f3d2d0b62024 2616176 cmake_2.8.12.1-1.1_amd64.deb
 45536e06dbce9ed2d2f9da225691dd1086143d62 1282834 
cmake-data_2.8.12.1-1.1_all.deb
 7dfe4200cb65104f67a42e52306de321bf45b6e5 1241284 
cmake-curses-gui_2.8.12.1-1.1_amd64.deb
 9c3499ef9cdad3e11c47e5d047297bccc8405d57 1276976 
cmake-qt-gui_2.8.12.1-1.1_amd64.deb
 874d1b79ebd6f9a9c13e4bdf4e00a7e43cf69850 1429246 cmake-doc_2.8.12.1-1.1_all.deb
 4276d4e129ed283f2d507b1279c7a2eb2fd5c851 92188070 
cmake-dbg_2.8.12.1-1.1_amd64.deb
Checksums-Sha256: 
 7185d06045b8d0a371a67d3b1b7b51c3f1f84da8fae99b49c55596fd704b025d 2323 
cmake_2.8.12.1-1.1.dsc
 6e0e1e7af9757883e061663b07c7f4f0b4c757c59aeb5d699fa80a1413a46465 30455 
cmake_2.8.12.1-1.1.debian.tar.gz
 82352f8f04f15940d65acfe667f0eb1a6b495b1365ed1a6797293cd235e8ff04 2616176 
cmake_2.8.12.1-1.1_amd64.deb
 4b7fe17935676fcbe833532d33da9538e1bc619ab1fbdd7ec445db7912f6380d 1282834 
cmake-data_2.8.12.1-1.1_all.deb
 3d0d7a75bad1647abd622d59c65a1b742e85614930472465587bb3d5a9014d7a 1241284 
cmake-curses-gui_2.8.12.1-1.1_amd64.deb
 1ef3d5ff89193cc0644751c84036ff906af372a8a1b0e289c23e4bdac80ff834 1276976 
cmake-qt-gui_2.8.12.1-1.1_amd64.deb
 e5d47744b5f301961b93b28af07f32838bfa4e56283976af0f2e191e9acc0653 1429246 
cmake-doc_2.8.12.1-1.1_all.deb
 e24121690ec783cd64c0818ab83e1505f3761b2a96693e61c03a190197a0fc6c 92188070 

Bug#732321: marked as done (freeorion: FTBFS: Freetype library not found)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 01:03:58 +
with message-id e1vtovs-00082b...@franck.debian.org
and subject line Bug#731089: fixed in cmake 2.8.12.1-1.1
has caused the Debian Bug report #731089,
regarding freeorion: FTBFS: Freetype library not found
to be marked as done.

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

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


-- 
731089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=731089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: freeorion
Version: 0.4.3-2
Severity: serious

Hi,

freeorion FTBFS in current unstable like this:

...

-- Could NOT find Freetype (missing:  FREETYPE_INCLUDE_DIRS) 
CMake Error at GG/CMakeLists.txt:209 (message):
  Freetype library not found.


-- Configuring incomplete, errors occurred!
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeOutput.log.
See also /«PKGBUILDDIR»/obj-powerpc-linux-gnuspe/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake ../FreeOrion -DCMAKE_INSTALL_PREFIX=/usr 
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None -DBUILD_DOCUMENTATION=off 
-DBUILD_TUTORIALS=off -DBUILD_OGRE_DRIVER=ON -DBUILD_OGRE_OIS_PLUGIN=ON 
-DLIB_SUFFIX=/freeorion returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
...

Roland

-- System Information:
Debian Release: 7.0
  APT prefers unreleased
  APT policy: (500, 'unreleased'), (500, 'unstable')
Architecture: powerpcspe (ppc)

Kernel: Linux 3.9.0-dirty (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to en_GB.UTF-8)
Shell: /bin/sh linked to /bin/dash
---End Message---
---BeginMessage---
Source: cmake
Source-Version: 2.8.12.1-1.1

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

Debian distribution maintenance software
pp.
Cyril Brulebois k...@debian.org (supplier of updated cmake 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: Sun, 15 Dec 2013 10:30:54 +
Source: cmake
Binary: cmake cmake-data cmake-curses-gui cmake-qt-gui cmake-doc cmake-dbg
Architecture: source amd64 all
Version: 2.8.12.1-1.1
Distribution: unstable
Urgency: high
Maintainer: Modestas Vainius mo...@debian.org
Changed-By: Cyril Brulebois k...@debian.org
Description: 
 cmake  - cross-platform, open-source make system
 cmake-curses-gui - curses based user interface for CMake (ccmake)
 cmake-data - CMake data files (modules, templates and documentation)
 cmake-dbg  - debugging symbols for CMake
 cmake-doc  - extended documentation in various formats for CMake
 cmake-qt-gui - Qt4 based user interface for CMake (cmake-gui)
Closes: 731089
Changes: 
 cmake (2.8.12.1-1.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * Make sure to find freetype headers in their new location (without an
 extra freetype/ directory, fix-FindFreetype.diff). (Closes: #731089)
Checksums-Sha1: 
 3f30ac6b154cb26592d5d74a09fa7958ef952bc7 2323 cmake_2.8.12.1-1.1.dsc
 ee39fb4fd896630455dae551b06699916b23887c 30455 cmake_2.8.12.1-1.1.debian.tar.gz
 2e9d1ef65c89b71973ea3c494b07f3d2d0b62024 2616176 cmake_2.8.12.1-1.1_amd64.deb
 45536e06dbce9ed2d2f9da225691dd1086143d62 1282834 
cmake-data_2.8.12.1-1.1_all.deb
 7dfe4200cb65104f67a42e52306de321bf45b6e5 1241284 
cmake-curses-gui_2.8.12.1-1.1_amd64.deb
 9c3499ef9cdad3e11c47e5d047297bccc8405d57 1276976 
cmake-qt-gui_2.8.12.1-1.1_amd64.deb
 874d1b79ebd6f9a9c13e4bdf4e00a7e43cf69850 1429246 cmake-doc_2.8.12.1-1.1_all.deb
 4276d4e129ed283f2d507b1279c7a2eb2fd5c851 92188070 
cmake-dbg_2.8.12.1-1.1_amd64.deb
Checksums-Sha256: 
 7185d06045b8d0a371a67d3b1b7b51c3f1f84da8fae99b49c55596fd704b025d 2323 
cmake_2.8.12.1-1.1.dsc
 6e0e1e7af9757883e061663b07c7f4f0b4c757c59aeb5d699fa80a1413a46465 30455 
cmake_2.8.12.1-1.1.debian.tar.gz
 82352f8f04f15940d65acfe667f0eb1a6b495b1365ed1a6797293cd235e8ff04 2616176 
cmake_2.8.12.1-1.1_amd64.deb
 4b7fe17935676fcbe833532d33da9538e1bc619ab1fbdd7ec445db7912f6380d 1282834 
cmake-data_2.8.12.1-1.1_all.deb
 3d0d7a75bad1647abd622d59c65a1b742e85614930472465587bb3d5a9014d7a 

Bug#713328: marked as done (pcmanfm: FTBFS: data/ui/Makefile.am:18: warning: '%'-style pattern rules are a GNU make extension)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 06:14:46 +0400
with message-id 1387505686.162529...@f378.i.mail.ru
and subject line Bug fixed in libfm 1.1.1-1
has caused the Debian Bug report #713328,
regarding pcmanfm: FTBFS: data/ui/Makefile.am:18: warning: '%'-style pattern 
rules are a GNU make extension
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.)


-- 
713328: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713328
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: pcmanfm
Version: 0.9.10-3
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[1]: Entering directory `/«PKGBUILDDIR»'
 autoreconf -i
 libtoolize: putting auxiliary files in `.'.
 libtoolize: copying file `./ltmain.sh'
 libtoolize: Consider adding `AC_CONFIG_MACRO_DIR([m4])' to configure.ac and
 libtoolize: rerunning libtoolize, to keep the correct libtool macros in-tree.
 libtoolize: Consider adding `-I m4' to ACLOCAL_AMFLAGS in Makefile.am.
 automake: warnings are treated as errors
 data/ui/Makefile.am:18: warning: '%'-style pattern rules are a GNU make 
 extension
 src/Makefile.am:10: warning: compiling 'pcmanfm.c' with per-target flags 
 requires 'AM_PROG_CC_C_O' in 'configure.ac'
 autoreconf: automake failed with exit status: 1
 make[1]: *** [override_dh_auto_configure] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/pcmanfm_0.9.10-3_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: libfm
Source-Version: 1.1.1-1

(It's believed that the current bug was fixed in the 1.1.1-1 version of
src:libfm, which was quickly superseded by the 1.1.2-1 version,
while still waiting in NEW queue).


libfm (1.1.1-1) unstable; urgency=low

  [ Daniel Baumann ]
  * Moving package to priority optional.
  * Removing cache files if no other gio module is left on purge
(Closes: #659925).

  [ Sergey Slipchenko ]
  * Adding manpage for libfm-pref-apps.

  [ Daniel Baumann ]
  * Updating GPL blurbs in copyright file.
  * Merging upstream version 1.0.

  [ Martin Bagge ]
  * Adding myself as co-maintainer.
  * Adding valac to build-depends.
  * Using upstream manpage for libfm-pref-apps instead of local version.

  [ Daniel Baumann ]
  * Renaming libfm1-dbg to proper unversioned name libfm-dbg.
  * Bumping soname to 3.

  [ Martin Bagge ]
  * Enabling debug symbols.
  * Updating symbols file for upstream version 1.0.
  * Enabling hardening.

  [ Paul Menzel ]
  * debian/rules: Enable parallel building.

  [ Andriy Grytsenko ]
  * Merging upstream version 1.1.1.
(Closes: #624017, #659970, #660634, #662000, #674828, #676350, #679002,
#693175, #695519, #699674, #705764, #705765, #706751, #707610, #716724,
#699675, #703164, #703165, #591178, #698558, #678289, #585626, #649933,
#679043, #683713, #689317, #594674, #593607, #590899, #698629, #713328,
#704355, #615743, #704334)
  * Correcting dependency for libfm-data: Replaces to Conflicts.
  * Corrections for symbols files.
  * Adding libfm-gtk-data package - libfm-gtk3 will crash without it.
  * Adding version check for libfm-data dependency from libfm3.
  * Moving /usr/share/apport/package-hooks into libfm-data package.
  * Fixing wrong package name in dh_strip arguments.
  * Adding postinst script for libfm-dev.
  * Adding build dependency on libexif-dev.
  * Adding '-f' option for autoreconf.
  * Replace 'autoreconf -if' with dh_autoreconf.
  * Adding symbols that are added into 1.0.2 version.
  * Package libfm-dev split into libfm-dev and libfm-doc.
  * Adding libglib2.0-doc and libgtk-3-doc as build-depends.
  * Adding compatibility with menu-cache package of different ABI.
  * Adding suggestion from libfm-gtk3 onto libfm-gtk-bin.
  * Renaming libfm-gtk-bin package into libfm-tools.
  * Splitting package libfm-dev into libfm-dev and libfm-gtk-dev.
  * Splitting package libfm-dbg into libfm-dbg and libfm-gtk-dbg.
  * Replacing Conflicts with Breaks.
  * Removing autoreconf from dh parameters.
  * Removing Daniel Baumann from uploaders (Closes: #704334).
  * Removing patches which are 

Bug#732658: yafaray: FTBFS: Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)

2013-12-19 Thread Nobuhiro Iwamatsu
Package: yafaray
Version: 0.1.5-3
Severity: serious
Justification: FTBFS on amd64

Dear Maintainer,

yafaray package FTBFS on latest unstable.

-
-- Found Threads: TRUE
Using Posix Threads: yes
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
(message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:105 (find_package)


-- Configuring incomplete, errors occurred!
See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeOutput.log.
See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
-DYAF_LIB_DIR=lib/yafaray -DCMAKE_INSTALL_RPATH=/usr/lib/yafaray
-DCMAKE_BUILD_TYP
E=Release -DWITH_QT=OFF -DYAF_PY_VERSION=3.3 returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/tmp/buildd/yafaray-0.1.5'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
-

I attched full build log.
Could you check this problem?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


yafaray_0.1.5-3_amd64.build
Description: Binary data


Bug#732658: marked as done (yafaray: FTBFS: Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS))

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 04:30:19 +0100
with message-id 20131220033019.ga3...@ramacher.at
and subject line Re: Bug#732658: yafaray: FTBFS: Could NOT find Freetype 
(missing: FREETYPE_INCLUDE_DIRS)
has caused the Debian Bug report #732658,
regarding yafaray: FTBFS: Could NOT find Freetype (missing: 
FREETYPE_INCLUDE_DIRS)
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.)


-- 
732658: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=732658
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: yafaray
Version: 0.1.5-3
Severity: serious
Justification: FTBFS on amd64

Dear Maintainer,

yafaray package FTBFS on latest unstable.

-
-- Found Threads: TRUE
Using Posix Threads: yes
CMake Error at 
/usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
(message):
  Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
Call Stack (most recent call first):
  /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
(_FPHSA_FAILURE_MESSAGE)
  /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119
(FIND_PACKAGE_HANDLE_STANDARD_ARGS)
  CMakeLists.txt:105 (find_package)


-- Configuring incomplete, errors occurred!
See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeOutput.log.
See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeError.log.
dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
-DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
-DYAF_LIB_DIR=lib/yafaray -DCMAKE_INSTALL_RPATH=/usr/lib/yafaray
-DCMAKE_BUILD_TYP
E=Release -DWITH_QT=OFF -DYAF_PY_VERSION=3.3 returned exit code 1
make[1]: *** [override_dh_auto_configure] Error 2
make[1]: Leaving directory `/tmp/buildd/yafaray-0.1.5'
make: *** [build] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
E: Failed autobuilding of package
-

I attched full build log.
Could you check this problem?

Best regards,
  Nobuhiro

-- 
Nobuhiro Iwamatsu
   iwamatsu at {nigauri.org / debian.org}
   GPG ID: 40AD1FA6


yafaray_0.1.5-3_amd64.build
Description: Binary data
---End Message---
---BeginMessage---
On 2013-12-20 11:27:59, Nobuhiro Iwamatsu wrote:
 Package: yafaray
 Version: 0.1.5-3
 Severity: serious
 Justification: FTBFS on amd64
 
 Dear Maintainer,
 
 yafaray package FTBFS on latest unstable.
 
 -
 -- Found Threads: TRUE
 Using Posix Threads: yes
 CMake Error at 
 /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:108
 (message):
   Could NOT find Freetype (missing: FREETYPE_INCLUDE_DIRS)
 Call Stack (most recent call first):
   /usr/share/cmake-2.8/Modules/FindPackageHandleStandardArgs.cmake:315
 (_FPHSA_FAILURE_MESSAGE)
   /usr/share/cmake-2.8/Modules/FindFreetype.cmake:119
 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
   CMakeLists.txt:105 (find_package)
 
 
 -- Configuring incomplete, errors occurred!
 See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeOutput.log.
 See also /tmp/buildd/yafaray-0.1.5/build/CMakeFiles/CMakeError.log.
 dh_auto_configure: cmake .. -DCMAKE_INSTALL_PREFIX=/usr
 -DCMAKE_VERBOSE_MAKEFILE=ON -DCMAKE_BUILD_TYPE=None
 -DYAF_LIB_DIR=lib/yafaray -DCMAKE_INSTALL_RPATH=/usr/lib/yafaray
 -DCMAKE_BUILD_TYP
 E=Release -DWITH_QT=OFF -DYAF_PY_VERSION=3.3 returned exit code 1
 make[1]: *** [override_dh_auto_configure] Error 2
 make[1]: Leaving directory `/tmp/buildd/yafaray-0.1.5'
 make: *** [build] Error 2
 dpkg-buildpackage: error: debian/rules build gave error exit status 2
 E: Failed autobuilding of package

This is #73108 in cmake which just got fixed. yafaray now builds again.
Closing.

Regards
-- 
Sebastian Ramacher


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


Bug#730738: marked as done (freefem++: FTBFS on kfreebsd)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 05:33:41 +
with message-id e1vtsit-0004jh...@franck.debian.org
and subject line Bug#730738: fixed in freefem++ 3.26-2-1
has caused the Debian Bug report #730738,
regarding freefem++: FTBFS on 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.)


-- 
730738: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730738
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: freefem++
Version: 3.25-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

See the build logs at
https://buildd.debian.org/status/package.php?p=freefem%2b%2b

Ends with:
sorry unknown achitecture GNU/kFreeBSD
make[4]: *** [dfft.so] Error 1

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: freefem++
Source-Version: 3.26-2-1

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

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

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

Debian distribution maintenance software
pp.
Dimitrios Eftaxiopoulos eftax...@otenet.gr (supplier of updated freefem++ 
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, 09 Dec 2013 00:01:05 +0200
Source: freefem++
Binary: freefem++ libfreefem++ libfreefem++-dev freefem++-doc
Architecture: source amd64 all
Version: 3.26-2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Dimitrios Eftaxiopoulos eftax...@otenet.gr
Description: 
 freefem++  - Provides the binaries of the FreeFem++ FE suite
 freefem++-doc - Provides the documentation of the FreeFem++ FE suite
 libfreefem++ - Provides the shared libraries of the FreeFem++ FE suite
 libfreefem++-dev - Provides the development files of the FreeFem++ FE suite
Closes: 701161 706714 730738 730739
Changes: 
 freefem++ (3.26-2-1) unstable; urgency=low
 .
   * Imported Upstream version 3.26-2 (Closes: #706714)
   * Disable make check execution in d/rules (Closes: #730739)
   * Correct architecture names for hurd and kfreebsd (Closes: #730738)
   * Make libmesh.a install only in libfreefem++ binary
   * Fix duplication of executables (Closes: #701161)
   * Update standards version
   * Set installation dir of WHERE* scripts to /usr/include/freefem++
Checksums-Sha1: 
 2342dab0b896101aefa6cffc1670ad322d487f72 2759 freefem++_3.26-2-1.dsc
 560065ca5bec094ab9d0070f23bbfd9ff8caa2a4 11645113 freefem++_3.26-2.orig.tar.gz
 f41fc9a22cc6b6cb7ebc863489531d4d7df44993 14281 freefem++_3.26-2-1.debian.tar.gz
 b3ea14368e3a659e9a4fbd83c4396427a3a20f46 4191138 freefem++_3.26-2-1_amd64.deb
 7634e2fe07231909b56413fc8d1dae0700b0a683 840874 libfreefem++_3.26-2-1_amd64.deb
 f7b2bf889b0a003044abd3998ae165e95992bddc 232460 
libfreefem++-dev_3.26-2-1_amd64.deb
 3e5651efd3d0b693dd8642f7c779e161298b045c 9817370 freefem++-doc_3.26-2-1_all.deb
Checksums-Sha256: 
 e2fca9ee272045d846b20ee3c3cdfb9e8754a6a31ecf0c3635f5b2b629df187c 2759 
freefem++_3.26-2-1.dsc
 fa997c18d1a6ea69da990e11f19ad8791f49c441757d74b7f445d4a90212b1c7 11645113 
freefem++_3.26-2.orig.tar.gz
 dfc653c6241172f71b4a3854e233a4a0142b05add18337ba424b356c572e97a8 14281 
freefem++_3.26-2-1.debian.tar.gz
 88957420eb80c5baca0a83e1467c8b6b1609fad0537c7e1880b8af4a2ae58c83 4191138 
freefem++_3.26-2-1_amd64.deb
 f08ed41311e9c935af58a732470547ff9ac8f19de9012a2a1ca71e277805874b 840874 
libfreefem++_3.26-2-1_amd64.deb
 4fcc68d0322d3429448cc9f012e39cc1b260313acd17b0b47c4916bb360a9101 232460 
libfreefem++-dev_3.26-2-1_amd64.deb
 20b936db6a48a85dfdd83d7004d712506b472cf706bce4e9a6494b451d8d5c50 9817370 
freefem++-doc_3.26-2-1_all.deb
Files: 
 40612e1c291c6eff5a83668c71d252c4 2759 science optional freefem++_3.26-2-1.dsc
 40fe102b7b01e07a0e7f45bbc807a057 11645113 science optional 
freefem++_3.26-2.orig.tar.gz
 37b6ffc1af455bb4dcb6fb31729d4f52 14281 science optional 
freefem++_3.26-2-1.debian.tar.gz
 c7c1907395f8b7b7e04e6177739fe662 4191138 math optional 
freefem++_3.26-2-1_amd64.deb
 8c14c6edf6ad2b26c324d2f4a00f7bca 840874 libs optional 
libfreefem++_3.26-2-1_amd64.deb
 

Bug#730739: marked as done (freefem++: FTBFS on sparc)

2013-12-19 Thread Debian Bug Tracking System
Your message dated Fri, 20 Dec 2013 05:33:41 +
with message-id e1vtsit-0004jm...@franck.debian.org
and subject line Bug#730739: fixed in freefem++ 3.26-2-1
has caused the Debian Bug report #730739,
regarding freefem++: FTBFS on sparc
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.)


-- 
730739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730739
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: freefem++
Version: 3.25-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

See the build log at
https://buildd.debian.org/status/package.php?p=freefem%2b%2b

Ends during the tests with
Build killed with signal TERM after 150 minutes of inactivity
when sbuild gave up.

Cheers,
Julien


signature.asc
Description: Digital signature
---End Message---
---BeginMessage---
Source: freefem++
Source-Version: 3.26-2-1

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

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

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

Debian distribution maintenance software
pp.
Dimitrios Eftaxiopoulos eftax...@otenet.gr (supplier of updated freefem++ 
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, 09 Dec 2013 00:01:05 +0200
Source: freefem++
Binary: freefem++ libfreefem++ libfreefem++-dev freefem++-doc
Architecture: source amd64 all
Version: 3.26-2-1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
debian-science-maintain...@lists.alioth.debian.org
Changed-By: Dimitrios Eftaxiopoulos eftax...@otenet.gr
Description: 
 freefem++  - Provides the binaries of the FreeFem++ FE suite
 freefem++-doc - Provides the documentation of the FreeFem++ FE suite
 libfreefem++ - Provides the shared libraries of the FreeFem++ FE suite
 libfreefem++-dev - Provides the development files of the FreeFem++ FE suite
Closes: 701161 706714 730738 730739
Changes: 
 freefem++ (3.26-2-1) unstable; urgency=low
 .
   * Imported Upstream version 3.26-2 (Closes: #706714)
   * Disable make check execution in d/rules (Closes: #730739)
   * Correct architecture names for hurd and kfreebsd (Closes: #730738)
   * Make libmesh.a install only in libfreefem++ binary
   * Fix duplication of executables (Closes: #701161)
   * Update standards version
   * Set installation dir of WHERE* scripts to /usr/include/freefem++
Checksums-Sha1: 
 2342dab0b896101aefa6cffc1670ad322d487f72 2759 freefem++_3.26-2-1.dsc
 560065ca5bec094ab9d0070f23bbfd9ff8caa2a4 11645113 freefem++_3.26-2.orig.tar.gz
 f41fc9a22cc6b6cb7ebc863489531d4d7df44993 14281 freefem++_3.26-2-1.debian.tar.gz
 b3ea14368e3a659e9a4fbd83c4396427a3a20f46 4191138 freefem++_3.26-2-1_amd64.deb
 7634e2fe07231909b56413fc8d1dae0700b0a683 840874 libfreefem++_3.26-2-1_amd64.deb
 f7b2bf889b0a003044abd3998ae165e95992bddc 232460 
libfreefem++-dev_3.26-2-1_amd64.deb
 3e5651efd3d0b693dd8642f7c779e161298b045c 9817370 freefem++-doc_3.26-2-1_all.deb
Checksums-Sha256: 
 e2fca9ee272045d846b20ee3c3cdfb9e8754a6a31ecf0c3635f5b2b629df187c 2759 
freefem++_3.26-2-1.dsc
 fa997c18d1a6ea69da990e11f19ad8791f49c441757d74b7f445d4a90212b1c7 11645113 
freefem++_3.26-2.orig.tar.gz
 dfc653c6241172f71b4a3854e233a4a0142b05add18337ba424b356c572e97a8 14281 
freefem++_3.26-2-1.debian.tar.gz
 88957420eb80c5baca0a83e1467c8b6b1609fad0537c7e1880b8af4a2ae58c83 4191138 
freefem++_3.26-2-1_amd64.deb
 f08ed41311e9c935af58a732470547ff9ac8f19de9012a2a1ca71e277805874b 840874 
libfreefem++_3.26-2-1_amd64.deb
 4fcc68d0322d3429448cc9f012e39cc1b260313acd17b0b47c4916bb360a9101 232460 
libfreefem++-dev_3.26-2-1_amd64.deb
 20b936db6a48a85dfdd83d7004d712506b472cf706bce4e9a6494b451d8d5c50 9817370 
freefem++-doc_3.26-2-1_all.deb
Files: 
 40612e1c291c6eff5a83668c71d252c4 2759 science optional freefem++_3.26-2-1.dsc
 40fe102b7b01e07a0e7f45bbc807a057 11645113 science optional 
freefem++_3.26-2.orig.tar.gz
 37b6ffc1af455bb4dcb6fb31729d4f52 14281 science optional 
freefem++_3.26-2-1.debian.tar.gz
 c7c1907395f8b7b7e04e6177739fe662 4191138 math optional 
freefem++_3.26-2-1_amd64.deb
 8c14c6edf6ad2b26c324d2f4a00f7bca 840874 libs optional