Processed: libosl

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

 tags 615676 + fixed-upstream
Bug #615676 [libosl] libosl: ftbfs with gcc-4.5
Added tag(s) fixed-upstream.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
615676: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615676
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#618861: [Evolution] Bug#618861: evolution: hangs 0% complete on retrieving message, refreshing folder, checking for new mail

2011-03-19 Thread Yves-Alexis Perez
severity 618861 important
tag 618861 unreproducible
thanks
On Fri, 2011-03-18 at 21:31 -0400, Brent wrote:
 Package: evolution
 Version: 2.32.2-1
 Severity: grave
 Justification: renders package unusable
 
 I just upgraded to evolution 2.32.2-1 from testing today and email does not
 work at all.  Retrieving messages, Refreshing folder, and Checking for new 
 mail
 just spin at 0% complete no matter how long I wait.

Is evolution marked as online or offline? (on the lower left corner) Do
you use network-manager?

You're just using plain imap, no such thing as evolution-exchange/mapi?

Regards,
-- 
Yves-Alexis


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


Processed: Re: [Evolution] Bug#618861: evolution: hangs 0% complete on retrieving message, refreshing folder, checking for new mail

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

 severity 618861 important
Bug #618861 [evolution] evolution: hangs 0% complete on retrieving message, 
refreshing folder, checking for new mail
Severity set to 'important' from 'grave'

 tag 618861 unreproducible
Bug #618861 [evolution] evolution: hangs 0% complete on retrieving message, 
refreshing folder, checking for new mail
Added tag(s) unreproducible.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618861: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618861
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#618872: Wildcard regression in mod_vhost_ldap 2.0.6

2011-03-19 Thread Anders Kaseorg
Package: libapache2-mod-vhost-ldap
Version: 2.0.6-1
Tags: patch
Severity: serious

The commit “Fix wildcard search” [1] in mod_vhost_ldap 2.0.6 is incorrect, 
and actually breaks wildcard searches.  The code was correct originally 
[2], and has been in production use on servers at MIT for two years.  But 
now it looks for records that literally have ‘\*’ in the hostname instead 
of ‘*’, and of course it doesn’t find one.

(Are you sure you haven’t been accidentally testing with records that have 
literal backslashes in the hostname, e.g. ‘\*.example.com’?  Or perhaps 
someone was trying out the patch for wildcard hostnames without my prior 
patch that properly escapes LDAP queries [3]?)

I verified the regression from 2.0.5 on a real server, and successfully 
tested the patch below on top of 2.0.6.  The patch is also available in my 
Git repository git://andersk.mit.edu/mod-vhost-ldap.git in the branch 
“wildcard”.  This branch also has a spelling fix for the example 
configuration file.

[1] 
http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=a6842df 
[2] http://bugs.debian.org/470093

http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=a529b3b
[3] http://bugs.debian.org/469930

http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=303e7b4 

-- 8 --
From 188f008c3b074a8352e814024a13b1710427893a Mon Sep 17 00:00:00 2001
From: Anders Kaseorg ande...@mit.edu
Date: Sat, 19 Mar 2011 03:52:56 -0400
Subject: [PATCH] Revert incorrect “fix” of wildcard search

It is wrong to add extra backslashes before *, because escaping is
already done by ldap_bv2escaped_filter_value.  The extra backslash
made lookups fail.

This partially reverts commit fb5409ad77a245ed0ae746d198b394b580b4de3e.

Signed-off-by: Anders Kaseorg ande...@mit.edu
---
 mod_vhost_ldap.c |8 
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/mod_vhost_ldap.c b/mod_vhost_ldap.c
index 24b74b9..b6bee2a 100644
--- a/mod_vhost_ldap.c
+++ b/mod_vhost_ldap.c
@@ -538,11 +538,11 @@ fallback:
 
 if (result == LDAP_NO_SUCH_OBJECT) {
 if (conf-wildcard == MVL_ENABLED) {
-   if (strcmp(hostname, \\*) != 0) {
-   if (strncmp(hostname, \\*., 3) == 0)
-   hostname += 3;
+   if (strcmp(hostname, *) != 0) {
+   if (strncmp(hostname, *., 2) == 0)
+   hostname += 2;
 hostname += strcspn(hostname, .);
-hostname = apr_pstrcat(r-pool, \\*, hostname, NULL);
+hostname = apr_pstrcat(r-pool, *, hostname, NULL);
 ap_log_rerror(APLOG_MARK, APLOG_NOTICE|APLOG_NOERRNO, 0, r,
  [mod_vhost_ldap.c] translate: 
  virtual host not found, trying wildcard %s,
-- 
1.7.4.1




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



Bug#618465: bug can be closed

2011-03-19 Thread Jens Lody
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

The issue is fixed in 2.91.91-1, because gnome-shell now depends on
libmozjs4d.
It can be closed.

Jens

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk2EYoUACgkQyW5ifG7rJclsFgCfTPaSJxlHqs7MTfPfZH+BMurd
8h8AoLr78M6Wb74X163DUD23ATtJyWaL
=mTz3
-END PGP SIGNATURE-



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



Bug#618465: marked as done (gnome-shell not installable due to missing libmozjs3d)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 09:36:55 +
with message-id 4d847937.5080...@debian.org
and subject line Re: Bug#618465: gnome-shell not installable due to missing 
libmozjs3d
has caused the Debian Bug report #618465,
regarding gnome-shell not installable due to missing libmozjs3d
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.)


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

gnome-shell depends on libmozjs3d, but it's no longer available.


---End Message---
---BeginMessage---
Version: 2.91.91-1

On 15/03/11 12:21, Jens Lody wrote:
 Package: gnome-shell
 Version: 2.91.90-1
 Severity: grave
 Justification: renders package unusable
 
 gnome-shell depends on libmozjs3d, but it's no longer available.

Fixed.

---End Message---


Bug#618876: May contain non-free data

2011-03-19 Thread Karl Goetz
Package: screenlets
Version: 0.1.2-7
Severity: serious
Justification: fails dfsg
User: k...@kgoetz.id.au
Usertags: libreplanet
Usertags: gns

Hi all,
To the best of my knowledge, Creative Commons
Attribution-Noncommercial-Share Alike licence is not a dfsg compliant
licence.
http://wiki.debian.org/DFSGLicenses#CreativeCommonsAttributionShare-Alike.28CC-BY-SA.29v3.0
thanks,
kk

-- 
Karl Goetz, (Kamping_Kaiser / VK5FOSS)
Debian contributor / gNewSense Maintainer
http://www.kgoetz.id.au
No, I won't join your social networking group


signature.asc
Description: PGP signature


Bug#618681: marked as done (gnome-shell: fails to start due to mixing gtk+ 2 and 3 symbols)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 09:41:00 +
with message-id 4d847a2c.70...@debian.org
and subject line Re: Bug#618681: ok with latest gnome-shell
has caused the Debian Bug report #618681,
regarding gnome-shell: fails to start due to mixing gtk+ 2 and 3 symbols
to be marked as done.

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

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


-- 
618681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618681
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: gnome-shell
Version: 2.91.90-1
Severity: normal

Hello,

since latest upgrades from sid and experimental gnome, 
gnome-shell refuses to start with this :

Gtk-ERROR **: GTK+ 2.x symbols detected. Using GTK+ 2.x and GTK+ 3 in the same 
process is not supported
aborting...
Shell killed with signal 6

HTH,
-- 
Rémi

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

Kernel: Linux 2.6.38-rc8-686 (SMP w/2 CPU cores)
Locale: LANG=fr_BE.utf8, LC_CTYPE=fr_BE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages gnome-shell depends on:
ii  gconf2  2.32.1-2 GNOME configuration database syste
ii  gir1.2-atk-1.0  1.32.0-2 The ATK accessibility toolkit (GOb
ii  gir1.2-clutter-1.0  1.6.8-1  GObject introspection data for the
ii  gir1.2-freedesktop  0.10.4-1 Introspection data for some FreeDe
ii  gir1.2-gconf-2.02.32.1-2 GNOME configuration database syste
ii  gir1.2-gdkpixbuf-2.02.23.0-2 GDK Pixbuf library - GObject-Intro
ii  gir1.2-gkbd-3.0 2.91.91-1GObject introspection data for the
ii  gir1.2-glib-2.0 0.10.4-1 Introspection data for GLib, GObje
ii  gir1.2-gtk-3.0  3.0.3-1  The GTK+ graphical user interface 
ii  gir1.2-json-glib-1.00.12.0-2 GLib JSON manipulation library (do
ii  gir1.2-mutter-2.91  2.91.91-1GObject introspection data for Mut
ii  gir1.2-pango-1.01.28.3-4 Layout and rendering of internatio
ii  gir1.2-polkit-1.0   0.101-1  GObject introspection data for Pol
ii  gir1.2-telepathyglib-0. 0.13.17-1GLib Telepathy connection manager 
ii  gir1.2-upowerglib-1.0   0.9.8-3  GObject introspection data for upo
ii  gjs 0.7.13-1 Mozilla-based javascript bindings 
ii  gnome-control-center1:2.91.91-3  utilities to configure the GNOME d
ii  gnome-settings-daemon   2.91.91-1daemon handling the GNOME session 
ii  libatk1.0-0 1.32.0-2 The ATK accessibility toolkit
ii  libc6   2.11.2-11Embedded GNU C Library: Shared lib
ii  libcairo-gobject2   1.10.2-4 The Cairo 2D vector graphics libra
ii  libcairo2   1.10.2-4 The Cairo 2D vector graphics libra
ii  libcamel1.2-19  2.32.2-2 The Evolution MIME message handlin
ii  libcanberra00.26-3   a simple abstract interface for pl
ii  libclutter-1.0-01.6.8-1  Open GL based interactive canvas l
ii  libcroco3   0.6.2-1  a generic Cascading Style Sheet (C
ii  libdbus-1-3 1.4.6-1  simple interprocess messaging syst
ii  libdbus-glib-1-20.92-1   simple interprocess messaging syst
ii  libdconf0 [gsettings-ba 0.7.2-1  Simple key-based configuration sys
ii  libdrm2 2.4.24-1 Userspace interface to kernel DRM 
ii  libebook1.2-10  2.32.2-2 Client library for evolution addre
ii  libecal1.2-82.32.2-2 Client library for evolution calen
ii  libedataserver1.2-142.32.2-2 Utility library for evolution data
ii  libedataserverui1.2-11  2.32.2-2 GUI utility library for evolution 
ii  libffi5 3.0.9-3  Foreign Function Interface library
ii  libfontconfig1  2.8.0-2.1generic font configuration library
ii  libfreetype62.4.4-1  FreeType 2 font engine, shared lib
ii  libgconf2-4 2.32.1-2 GNOME configuration database syste
ii  libgdk-pixbuf2.0-0  2.23.0-2 GDK Pixbuf library
ii  libgirepository-1.0-1   0.10.4-1 Library for handling GObject intro
ii  libgjs0b0.7.13-1 Mozilla-based javascript bindings 
ii  libgl1-mesa-glx [libgl1 7.10-4   A free implementation of the OpenG
ii  libglib2.0-02.28.2-1 The GLib library of C routines
ii  libgnome-desktop-3-02.91.6.1-1   Utility library 

Bug#618877: promoe hang up with grey window

2011-03-19 Thread Nunzio
Package: promoe
Version: 0.1.1-2
Severity: grave
Tags: d-i
Justification: renders package unusable

Promoe hang up with grey window. On xmms2d log (~/.cache/xmms2d.log) file I see
:

10:45:57 ERROR: ../src/xmms/ipc.c:190: No such cmd 32 on object 1

Maybe libxmmsclient6 and xmms2d out of sync versions.



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

Kernel: Linux 2.6.31 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages promoe depends on:
ii  libc6 2.11.2-2   Embedded GNU C Library: Shared lib
ii  libgcc1   1:4.4.1-4  GCC support library
ii  libqt4-network4:4.6.3-1+b1   Qt 4 network module
ii  libqtcore44:4.6.3-1+b1   Qt 4 core module
ii  libqtgui4 4:4.6.3-1+b1   Qt 4 GUI module
ii  libstdc++64.4.1-4The GNU Standard C++ Library v3
ii  libxmmsclient++4  0.7DrNo+dfsg-2 XMMS2 - client library for c++
ii  libxmmsclient60.7DrNo+dfsg-2 XMMS2 - client library

promoe recommends no packages.

promoe 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



Processed: tagging 618877

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

 tags 618877 - d-i
Bug #618877 [promoe] promoe hang up with grey window
Removed tag(s) d-i.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618877: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618877
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#618872: Wildcard regression in mod_vhost_ldap 2.0.6

2011-03-19 Thread Ondřej Surý
Anders,

sorry for that. I guess my testing was just wrong and since I received
a complaint that the wildcard searches are hammering the LDAP search I
assumed that there was indeed something wrong. I guess I should have
done more testing before releasing the mvl with brown-paper-bag bug
:-(.

I have just uploaded 2.0.7 with your fixes from wildcard branch. Thank
you very much.

Ondrej

On Sat, Mar 19, 2011 at 09:13, Anders Kaseorg ande...@mit.edu wrote:
 Package: libapache2-mod-vhost-ldap
 Version: 2.0.6-1
 Tags: patch
 Severity: serious

 The commit “Fix wildcard search” [1] in mod_vhost_ldap 2.0.6 is incorrect,
 and actually breaks wildcard searches.  The code was correct originally
 [2], and has been in production use on servers at MIT for two years.  But
 now it looks for records that literally have ‘\*’ in the hostname instead
 of ‘*’, and of course it doesn’t find one.

 (Are you sure you haven’t been accidentally testing with records that have
 literal backslashes in the hostname, e.g. ‘\*.example.com’?  Or perhaps
 someone was trying out the patch for wildcard hostnames without my prior
 patch that properly escapes LDAP queries [3]?)

 I verified the regression from 2.0.5 on a real server, and successfully
 tested the patch below on top of 2.0.6.  The patch is also available in my
 Git repository git://andersk.mit.edu/mod-vhost-ldap.git in the branch
 “wildcard”.  This branch also has a spelling fix for the example
 configuration file.

 [1] 
 http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=a6842df
 [2] http://bugs.debian.org/470093
    
 http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=a529b3b
 [3] http://bugs.debian.org/469930
    
 http://git.debian.org/?p=users/ondrej/mod-vhost-ldap.git;a=commitdiff;h=303e7b4

 -- 8 --
 From 188f008c3b074a8352e814024a13b1710427893a Mon Sep 17 00:00:00 2001
 From: Anders Kaseorg ande...@mit.edu
 Date: Sat, 19 Mar 2011 03:52:56 -0400
 Subject: [PATCH] Revert incorrect “fix” of wildcard search

 It is wrong to add extra backslashes before *, because escaping is
 already done by ldap_bv2escaped_filter_value.  The extra backslash
 made lookups fail.

 This partially reverts commit fb5409ad77a245ed0ae746d198b394b580b4de3e.

 Signed-off-by: Anders Kaseorg ande...@mit.edu
 ---
  mod_vhost_ldap.c |    8 
  1 files changed, 4 insertions(+), 4 deletions(-)

 diff --git a/mod_vhost_ldap.c b/mod_vhost_ldap.c
 index 24b74b9..b6bee2a 100644
 --- a/mod_vhost_ldap.c
 +++ b/mod_vhost_ldap.c
 @@ -538,11 +538,11 @@ fallback:

     if (result == LDAP_NO_SUCH_OBJECT) {
         if (conf-wildcard == MVL_ENABLED) {
 -           if (strcmp(hostname, \\*) != 0) {
 -               if (strncmp(hostname, \\*., 3) == 0)
 -                   hostname += 3;
 +           if (strcmp(hostname, *) != 0) {
 +               if (strncmp(hostname, *., 2) == 0)
 +                   hostname += 2;
                 hostname += strcspn(hostname, .);
 -                hostname = apr_pstrcat(r-pool, \\*, hostname, NULL);
 +                hostname = apr_pstrcat(r-pool, *, hostname, NULL);
                 ap_log_rerror(APLOG_MARK, APLOG_NOTICE|APLOG_NOERRNO, 0, r,
                              [mod_vhost_ldap.c] translate: 
                              virtual host not found, trying wildcard %s,
 --
 1.7.4.1







-- 
Ondřej Surý ond...@sury.org



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



Bug#618880: usb-modeswitch-data: fails to install

2011-03-19 Thread Holger Levsen
Package: usb-modeswitch-data
Version: 20110227-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

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

0m15.7s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpDKBEun', 'apt-get'
, '-y', 'install', 'usb-modeswitch-data']
0m17.0s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Recommended packages:
usb-modeswitch
  The following NEW packages will be installed:
usb-modeswitch-data
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 26.1 kB of archives.
  After this operation, 233 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main usb-modeswitch-data amd64 
20110227-1 [26.1 kB
]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 26.1 kB in 0s (2332 kB/s)
  Selecting previously deselected package usb-modeswitch-data.
  (Reading database ... 6333 files and directories currently installed.)
  Unpacking usb-modeswitch-data 
(from .../usb-modeswitch-data_20110227-1_amd64.deb) ...
  Setting up usb-modeswitch-data (20110227-1) ...
  /var/lib/dpkg/info/usb-modeswitch-data.postinst: 470: rename: not found
  dpkg: error processing usb-modeswitch-data (--configure):
   subprocess installed post-installation script returned error exit status 
127
  configured to not write apport reports
  Errors were encountered while processing:
   usb-modeswitch-data
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-16 16:06:28 UTC

Package: usb-modeswitch-data
Priority: extra
Section: comm
Installed-Size: 228
Maintainer: Didier Raboud o...@debian.org
Architecture: all
Version: 20110227-1
Replaces: usb-modeswitch ( 1.0.7-1), usb-modeswitch-data-packed
Provides: usb-modeswitch-data-packed
Depends: udev (= 0.140) | not+linux-gnu
Pre-Depends: dpkg (= 1.15.7.2)
Recommends: usb-modeswitch (= 1.1.7)
Conflicts: usb-modeswitch-data-packed
Breaks: usb-modeswitch ( 1.1.7)
Filename: pool/main/u/usb-modeswitch-data/usb-modeswitch-data_20110227-1_all.deb
Size: 26102
MD5sum: c2659d7a4807d4120238fd0bc693ced2
SHA1: c171fc7626761c71fc28a57a14e90064c4f2cda8
SHA256: b231fd6047e973de84a430820a361b710fa82dfb127fd212ae6fec608a1dfbc5
Description: mode switching data for usb-modeswitch
 Several new USB devices have their proprietary Windows drivers onboard,
 especially WAN dongles. When plugged in for the first time, they act
 like a flash storage and start installing the driver from there. If
 the driver is already installed, the storage device vanishes and
 a new device, such as an USB modem, shows up. This is called the
 ZeroCD feature.
 .
 On Debian, this is not needed, since the driver is included as a
 Linux kernel module, such as usbserial. However, the device still
 shows up as usb-storage by default. usb-modeswitch solves that
 issue by sending the command which actually performs the switching
 of the device from usb-storage to usbserial.
 .
 This package contains the commands data needed for usb-modeswitch.
Homepage: http://www.draisberghof.de/usb_modeswitch/
Tag: hardware::usb, role::app-data

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  usb-modeswitch-data
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ usb-modeswitch-data
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpDKBEun
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpDKBEun
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpDKBEun', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpDKBEun', '-zxf', 'sid.tar.gz']
0m2.0s DEBUG: Created policy-rc.d and chmodded it.
0m2.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpDKBEun', 

Bug#618881: nfs-common: fails to install due to incorrect dependencies in init.d LSB header

2011-03-19 Thread Holger Levsen
Package: nfs-common
Version: 1:1.2.2-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi, 

during a test with piuparts I noticed your package failed to install due to 
incorrect dependencies in the init.d LSB header. Some debian notes are 
available from at http://wiki.debian.org/LSBInitScripts

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

0m21.3s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpO7tGFW', 'apt-get', '-y', 
'install', 'nfs-common']
0m22.6s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following NEW packages will be installed:
nfs-common
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 253 kB of archives.
  After this operation, 680 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main nfs-common amd64 1:1.2.2-5 
[253 kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 253 kB in 0s (0 B/s)
  Selecting previously deselected package nfs-common.
  (Reading database ... 6484 files and directories currently installed.)
  Unpacking nfs-common (from .../nfs-common_1%3a1.2.2-5_amd64.deb) ...
  Setting up nfs-common (1:1.2.2-5) ...
  
  Creating config file /etc/idmapd.conf with new version
  
  Creating config file /etc/default/nfs-common with new version
  insserv: Service portmap has to be enabled to start service nfs-common
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing nfs-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   nfs-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-17 22:07:11 UTC

Package: nfs-common
Priority: standard
Section: net
Installed-Size: 664
Maintainer: Debian kernel team debian-ker...@lists.debian.org
Architecture: amd64
Source: nfs-utils
Version: 1:1.2.2-5
Replaces: mount ( 2.13~), nfs-client, nfs-kernel-server ( 1:1.0.7-5)
Provides: nfs-client
Depends: libc6 (= 2.3), libcap2 (= 2.10), libcomerr2 (= 1.01), libevent-1.4-2 (= 1.4.13-stable), libgssapi-krb5-2 (= 1.6.dfsg.2), libgssglue1, libk5crypto3 (= 1.6.dfsg.2), libkrb5-3 (= 1.6.dfsg.2), libnfsidmap2, librpcsecgss3, libwrap0 (= 7.6-4~), rpcbind | portmap, adduser, ucf, lsb-base (= 1.3-9ubuntu3), netbase (= 4.24), initscripts (= 2.86.ds1-38.1)
Conflicts: nfs-client
Filename: pool/main/n/nfs-utils/nfs-common_1.2.2-5_amd64.deb
Size: 253218
MD5sum: 32f81c300623dd87e5526e25cd757918
SHA1: 32e4d81fb7720b418434d081f44ae8a461588a99
SHA256: f2bdb996b97f702ad91c9558ec5483e5bf163646fe2cb1faa970951019ce0179
Description: NFS support files common to client and server
 Use this package on any machine that uses NFS, either as client or
 server.  Programs included: lockd, statd, showmount, nfsstat, gssd
 and idmapd.
Homepage: http://nfs.sourceforge.net/
Tag: admin::filesystem, implemented-in::c, interface::commandline, interface::daemon, network::client, network::server, protocol::nfs, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  nfs-common
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/ nfs-common
0m0.0s INFO: Running on: Linux piatti 2.6.32-5-amd64 #1 SMP Wed Jan 12 03:40:32 UTC 2011 x86_64
0m0.0s DEBUG: Created temporary directory /org/piuparts.debian.org/tmp/tmpO7tGFW
0m0.0s DEBUG: Unpacking sid.tar.gz into /org/piuparts.debian.org/tmp/tmpO7tGFW
0m0.0s DEBUG: Starting command: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpO7tGFW', '-zxf', 'sid.tar.gz']
0m3.0s DEBUG: Command ok: ['tar', '-C', '/org/piuparts.debian.org/tmp/tmpO7tGFW', '-zxf', 'sid.tar.gz']
0m3.0s DEBUG: Created policy-rc.d and chmodded it.
0m3.0s DEBUG: Starting command: ['chroot', '/org/piuparts.debian.org/tmp/tmpO7tGFW', 'apt-get', 'update']
0m14.0s DUMP: 
  Get:1 http://piatti.debian.org sid InRelease [147 kB]
  Ign http://piatti.debian.org sid/main amd64 

Bug#618880: marked as done (usb-modeswitch-data: fails to install)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 11:39:44 +0100
with message-id 201103191139.44746.hol...@layer-acht.org
and subject line Re: Bug#618880: Acknowledgement (usb-modeswitch-data: fails to 
install)
has caused the Debian Bug report #618880,
regarding usb-modeswitch-data: fails to install
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.)


-- 
618880: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618880
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: usb-modeswitch-data
Version: 20110227-1
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o

Hi, 

during a test with piuparts I noticed your package failed to install. As per 
definition of the release team this makes the package too buggy for a 
release, thus the severity.

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

0m15.7s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpDKBEun', 'apt-get'
, '-y', 'install', 'usb-modeswitch-data']
0m17.0s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  Recommended packages:
usb-modeswitch
  The following NEW packages will be installed:
usb-modeswitch-data
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 26.1 kB of archives.
  After this operation, 233 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main usb-modeswitch-data amd64 
20110227-1 [26.1 kB
]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 26.1 kB in 0s (2332 kB/s)
  Selecting previously deselected package usb-modeswitch-data.
  (Reading database ... 6333 files and directories currently installed.)
  Unpacking usb-modeswitch-data 
(from .../usb-modeswitch-data_20110227-1_amd64.deb) ...
  Setting up usb-modeswitch-data (20110227-1) ...
  /var/lib/dpkg/info/usb-modeswitch-data.postinst: 470: rename: not found
  dpkg: error processing usb-modeswitch-data (--configure):
   subprocess installed post-installation script returned error exit status 
127
  configured to not write apport reports
  Errors were encountered while processing:
   usb-modeswitch-data
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-16 16:06:28 UTC

Package: usb-modeswitch-data
Priority: extra
Section: comm
Installed-Size: 228
Maintainer: Didier Raboud o...@debian.org
Architecture: all
Version: 20110227-1
Replaces: usb-modeswitch ( 1.0.7-1), usb-modeswitch-data-packed
Provides: usb-modeswitch-data-packed
Depends: udev (= 0.140) | not+linux-gnu
Pre-Depends: dpkg (= 1.15.7.2)
Recommends: usb-modeswitch (= 1.1.7)
Conflicts: usb-modeswitch-data-packed
Breaks: usb-modeswitch ( 1.1.7)
Filename: pool/main/u/usb-modeswitch-data/usb-modeswitch-data_20110227-1_all.deb
Size: 26102
MD5sum: c2659d7a4807d4120238fd0bc693ced2
SHA1: c171fc7626761c71fc28a57a14e90064c4f2cda8
SHA256: b231fd6047e973de84a430820a361b710fa82dfb127fd212ae6fec608a1dfbc5
Description: mode switching data for usb-modeswitch
 Several new USB devices have their proprietary Windows drivers onboard,
 especially WAN dongles. When plugged in for the first time, they act
 like a flash storage and start installing the driver from there. If
 the driver is already installed, the storage device vanishes and
 a new device, such as an USB modem, shows up. This is called the
 ZeroCD feature.
 .
 On Debian, this is not needed, since the driver is included as a
 Linux kernel module, such as usbserial. However, the device still
 shows up as usb-storage by default. usb-modeswitch solves that
 issue by sending the command which actually performs the switching
 of the device from usb-storage to usbserial.
 .
 This package contains the commands data needed for usb-modeswitch.
Homepage: http://www.draisberghof.de/usb_modeswitch/
Tag: hardware::usb, role::app-data

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  usb-modeswitch-data
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line 

Processed: Re: Bug#618881: nfs-common: fails to install due to incorrect dependencies in init.d LSB header

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

 block 618881 by 564501
Bug #618881 [nfs-common] nfs-common: fails to install due to incorrect 
dependencies in init.d LSB header
Was not blocked by any bugs.
Added blocking bug(s) of 618881: 564501
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618881
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: block 618403 with 618135 614433 565002 618183 614483 606079 617656 618325 617657 ...

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

 block 618403 with 618135 614433 565002 618183 614483 606079 617656 618325 
 617657
Bug #618403 [release.debian.org] VTK 5.6 transition
Was not blocked by any bugs.
Added blocking bug(s) of 618403: 618183, 617656, 614433, 618135, 617657, 
565002, 614483, 606079, and 618325
 block 614726 with 618403
Bug #614726 [release.debian.org] FFmpeg 0.6 transition
Was blocked by: 614958 555784 554310 614725 614467 614457 614433 614727 612482 
614953 612473 554061 614447 606717 554340 614458 614996 614954 602349 614952 
614446 614957 556672 614956
Added blocking bug(s) of 614726: 618403
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
614726: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614726
618403: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618403
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#618894: gitg: SIGABRT after GLib error on startup

2011-03-19 Thread Lubomír Sedlář
Package: gitg
Version: 0.1.0-1
Severity: grave
Justification: renders package unusable


After upgrading to version 0.1.0-1 Gitg fails to start. It gives this
output:

$ gitg
GLib-GIO-Message: Using the 'memory' GSettings backend.  Your settings
will not be saved or shared with other applications.

GLib-GIO-ERROR **: Settings schema 'org.gnome.desktop.interface' is not
installed

aborting...
Neúspěšně ukončen (SIGABRT)


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

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

Versions of packages gitg depends on:
ii  dbus-x11   1.4.6-1   simple interprocess messaging syst
ii  git1:1.7.4.1-3   fast, scalable, distributed revisi
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-13 Embedded GNU C Library: Shared lib
ii  libcairo2  1.10.2-4  The Cairo 2D vector graphics libra
ii  libfontconfig1 2.8.0-2.1 generic font configuration library
ii  libfreetype6   2.4.4-1   FreeType 2 font engine, shared lib
ii  libglib2.0-0   2.28.2-1  The GLib library of C routines
ii  libgtk2.0-02.20.1-2  The GTK+ graphical user interface 
ii  libgtksourceview2.0-0  2.10.4-1  shared libraries for the GTK+ synt
ii  libpango1.0-0  1.28.3-2~sid1 Layout and rendering of internatio

gitg recommends no packages.

gitg 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#618895: orphaner enteres infinite loop on sparc

2011-03-19 Thread Peter Palfrader
Package: deborphan
Version: 1.7.28.3
Severity: serious

On smetana with squeeze, orphaner enteres an infinite loop:

weasel@smetana:~$ sh -x /usr/sbin/orphaner
+ set -e
+ REVISION=$Rev: 871 $
+ VERSION=(r871 $
+ VERSION=(r871)
...
+ lines=79
+ columns=70
+ trap sigwinch_handle 20 28
+ [ 79 -lt 12 -o 70 -lt 50 ]
+ LISTSIZE=79 70 72
+ BOXSIZE=79 70
+ [ 0 -eq 1 ]
+ doorphans
+ skipone=0
+ tempfile
+ TMPFILE=/tmp/file8ZG6AS
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
...

Doesn't hapen when run in bash, or on amd64.

Cheers,
weasel



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



Processed: block 618403 with 618666

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

 block 618403 with 618666
Bug #618403 [release.debian.org] VTK 5.6 transition
Was blocked by: 618183 617656 614433 618135 617657 565002 614483 606079 618325
Added blocking bug(s) of 618403: 618666
 thanks
Stopping processing here.

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

2011-03-19 Thread Julien Cristau
tag 618390 + wheezy
kthxbye

On Tue, Mar 15, 2011 at 20:07:08 -0700, Matt Kraai wrote:

 tag 618390 sid
 thanks
 
 Hi,
 
 Add the sid tag: this bug only affects sid, since libavutil49 is still
 available in squeeze and wheezy.
 
It's not going to stay in wheezy.

Cheers,
Julien



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



Processed: Re: tag 618390 sid

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

 tag 618390 + wheezy
Bug #618390 [libtaoframework-ffmpeg0.4-cil] libtaoframework-ffmpeg0.4-cil not 
installable in sid
Added tag(s) wheezy.
 kthxbye
Stopping processing here.

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


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



Processed: tagging 618666

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

 tags 618666 + wheezy
Bug #618666 [mayavi2] mayavi2: uninstallable, depends on libvtk5.4
Added tag(s) wheezy.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618666: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618666
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#618719: FTBFS on kfreebsd: ../src/utils/pcsc_funcs.o: undefined reference to symbol 'dlsym@@GLIBC_2.3'

2011-03-19 Thread Kel Modderman
On Friday 18 March 2011 07:46:23 Michael Biebl wrote:
 Package: wpasupplicant
 Version: 0.7.3-1
 Severity: serious
 
 Hi,
 
 wpasupplicant ftbfs on kfree-bsd:
 
 /usr/bin/ld: ../src/utils/pcsc_funcs.o: undefined reference to symbol
 'dlsym@@GLIBC_2.3'
 /usr/bin/ld: note: 'dlsym@@GLIBC_2.3' is defined in DSO //lib/libdl.so.2
 so try adding it to the linker command line
 //lib/libdl.so.2: could not read symbols: Invalid operation
 collect2: ld returned 1 exit status
 make[2]: *** [wpa_supplicant] Error 1
 
 Complete build log is at
 https://buildd.debian.org/fetch.cgi?pkg=wpasupplicantarch=kfreebsd-amd64ver=0.7.3-1stamp=1299705072file=logas=raw
 
 Looks like the build failure is due to 08_pcsc_dynamic.patch


We could drop the patch or we could update the patch to add '-ldl' to LIBS in
build system. I'm undecided, and atm extremely burnt out with real life work,
so am looking for some advice.

08_pcsc_dynamic.patch is untested by anyone, not very beautiful looking. Also
it seems up to me to push to upstream, which I'm not totally confident about.

Further to the problem, upstream build system seems not to add '-ldl' to LIBS
for BSD configurations. For example:

$ grep -A1 -B1 '\-ldl' wpa_supplicant/Makefile  

ifndef CONFIG_DRIVER_BSD

  
LIBS += -ldl

  
endif   

  
--  

  
ifneq ($(CONFIG_L2_PACKET), freebsd)

  
LIBS += -ldl

  
endif

I do not know why this is the case, and I think this will come up if I was to
push this patch upstream. There are multiple places in which this linker flag
gets added to LIBS for non BSD configurations which is why we did not witness
this build failure on linux before now.

Attached is what I drafted up in working copy of pkg-wpa SVN in response to the
FTBFS notifications some days ago, comments about how to proceed are very
welcome. I know Stephan's inclination is to drop the patch and let someone
with the hardware and know how fix up the problem in the future.

Thanks, Kel.
---
Index: debian/patches/08_pcsc_dynamic.patch 

  
=== 

  
--- debian/patches/08_pcsc_dynamic.patch(revision 1571)
+++ debian/patches/08_pcsc_dynamic.patch(working copy)
@@ -42,12 +42,13 @@
  #undef SCARD_PCI_T0
 --- a/wpa_supplicant/Makefile
 +++ b/wpa_supplicant/Makefile
-@@ -691,9 +691,13 @@ ifdef CONFIG_NATIVE_WINDOWS
+@@ -691,9 +691,14 @@ ifdef CONFIG_NATIVE_WINDOWS
  #dynamic symbol loading that is now used in pcsc_funcs.c
  #LIBS += -lwinscard
  else
 +ifeq ($(CONFIG_PCSC), dyn)
 +CFLAGS += -DPCSC_DYNAMIC
++LIBS += -ldl
 +else
  LIBS += $(shell pkg-config --libs libpcsclite)
  endif
Index: debian/changelog
===
--- debian/changelog(revision 1573)
+++ debian/changelog(working copy)
@@ -1,3 +1,10 @@
+wpasupplicant (0.7.3-2) UNRELEASED; urgency=low
+
+  * Modify debian/patches/08_pcsc_dynamic.patch to add dl to LIBS to link
+with.
+
+ -- Kel Modderman k...@otaku42.de  Fri, 11 Mar 2011 23:37:07 +1000
+
 wpasupplicant (0.7.3-1) experimental; urgency=low
 
   [ Kel Modderman ]
---



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



Bug#612969: marked as done (libgee: FTBFS: read_only_collection_tests_test_immutable_iterator: assertion failed: (_vala_strcmp0 (_tmp0_ = (char*) gee_iterator_get (iterator), one) == 0))

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 13:37:57 +0100
with message-id 20110319123757.ga2...@jwilk.net
and subject line Re: Bug#612969: libgee: FTBFS: 
read_only_collection_tests_test_immutable_iterator: assertion failed: 
(_vala_strcmp0 (_tmp0_ = (char*) gee_iterator_get (iterator), one) == 0)
has caused the Debian Bug report #612969,
regarding libgee: FTBFS: read_only_collection_tests_test_immutable_iterator: 
assertion failed: (_vala_strcmp0 (_tmp0_ = (char*) gee_iterator_get (iterator), 
one) == 0)
to be marked as done.

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

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


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

Source: libgee
Version: 0.5.2-1
Severity: serious
Justification: fails to build from source
Tags: sid

libgee FTBFS in a clean i386 sid chroot (I cannot reproduce this 
failure in squeeze or wheezy). The interesting parts of the build log:


| Kernel: Linux 2.6.32-5-amd64 i386 (x86_64)
| Toolchain package versions: binutils_2.20.1-16 dpkg-dev_1.15.8.10 
g++-4.4_4.4.5-10 gcc-4.4_4.4.5-10 libc6-dev_2.11.2-11 libstdc++6_4.4.5-10 
libstdc++6-4.4-dev_4.4.5-10 linux-libc-dev_2.6.32-30
| Package versions: apt_0.8.11.1 autotools-dev_20100122.1 base-files_6.1 
base-passwd_3.5.22 bash_4.1-3 binutils_2.20.1-16 bsdmainutils_8.2.2 
bsdutils_1:2.17.2-9 build-essential_11.5 bzip2_1.0.5-6 cdbs_0.4.92 
coreutils_8.5-1 cpp_4:4.4.5-2 cpp-4.4_4.4.5-10 dash_0.5.5.1-7.4 debconf_1.5.38 
debconf-english_1.5.38 debhelper_8.1.1 debian-archive-keyring_2010.08.28 
debianutils_3.4.4 diffutils_1:3.0-1 dpkg_1.15.8.10 dpkg-dev_1.15.8.10 
e2fslibs_1.41.12-2 e2fsprogs_1.41.12-2 fakeroot_1.14.5-1 file_5.04-5 
findutils_4.4.2-1+b1 g++_4:4.4.5-2 g++-4.4_4.4.5-10 gcc_4:4.4.5-2 
gcc-4.4_4.4.5-10 gcc-4.4-base_4.4.5-10 gettext_0.18.1.1-3 
gettext-base_0.18.1.1-3 gnupg_1.4.10-4 gpgv_1.4.10-4 grep_2.6.3-3 
groff-base_1.21-4 gzip_1.3.12-9 hostname_3.05 html2text_1.3.2a-15 
initscripts_2.88dsf-13.1 insserv_1.14.0-2 intltool-debian_0.35.0+20060710.1 
libacl1_2.2.49-4 libattr1_1:2.4.44-2 libblkid1_2.17.2-9 libbz2-1.0_1.0.5-6 
libc-bin_2.11.2-11 libc-dev-bin_2.11.2-11 libc6_2.11.2-11 libc6-dev_2.11.2-11 
libcomerr2_1.41.12-2 libcroco3_0.6.2-1 libdb4.7_4.7.25-12 libdb4.8_4.8.30-4 
libdpkg-perl_1.15.8.10 libgcc1_1:4.4.5-10 libgdbm3_1.8.3-9 
libglib2.0-0_2.28.0-1 libglib2.0-bin_2.28.0-1 libglib2.0-data_2.28.0-1 
libglib2.0-dev_2.28.0-1 libgmp3c2_2:4.3.2+dfsg-1 libgomp1_4.4.5-10 
liblzma2_5.0.0-2 libmagic1_5.04-5 libmpfr4_3.0.0-2 libncurses5_5.7+20100313-5 
libpam-modules_1.1.1-6.1 libpam-runtime_1.1.1-6.1 libpam0g_1.1.1-6.1 
libpcre3_8.12-2 libpipeline1_1.1.0-1 libpopt0_1.16-1 libreadline6_6.1-3 
libselinux1_2.0.96-1 libsepol1_2.0.42-1 libslang2_2.2.2-4 libss2_1.41.12-2 
libstdc++6_4.4.5-10 libstdc++6-4.4-dev_4.4.5-10 libtimedate-perl_1.2000-1 
libunistring0_0.9.3-3 libusb-0.1-4_2:0.1.12-17 libuuid1_2.17.2-9 
libvala0_0.8.1-2 libxml2_2.7.8.dfsg-2 linux-libc-dev_2.6.32-30 
login_1:4.1.4.2+svn3283-2 lsb-base_3.2-27 make_3.81-8 man-db_2.5.9-4 
mawk_1.3.3-15 mount_2.17.2-9 ncurses-base_5.7+20100313-5 
ncurses-bin_5.7+20100313-5 passwd_1:4.1.4.2+svn3283-2 patch_2.6.1-1 
perl_5.10.1-17 perl-base_5.10.1-17 perl-modules_5.10.1-17 pkg-config_0.25-1.1 
po-debconf_1.0.16+nmu1 readline-common_6.1-3 sed_4.2.1-8 sensible-utils_0.0.6 
sysv-rc_2.88dsf-13.1 sysvinit_2.88dsf-13.1 sysvinit-utils_2.88dsf-13.1 
tar_1.25-3 tzdata_2011b-2 util-linux_2.17.2-9 valac_0.8.1-2 xz-utils_5.0.0-2 
zlib1g_1:1.2.3.4.dfsg-3 zlib1g-dev_1:1.2.3.4.dfsg-3
[snip]
| make[4]: Entering directory 
`/build/sbuild-libgee_0.5.2-1-i386-hlnaMW/libgee-0.5.2/tests'
| TEST: tests... (pid=6483)
|   /ArrayList/[Collection] type correctness:OK
|   /ArrayList/[Collection] iterator returns all elements once:  OK
|   /ArrayList/[Collection] mutable iterator:OK
[snip - more tests OK]
|   /PriorityQueue/[PriorityQueue] selected functions:   OK
|   /PriorityQueue/[PriorityQueue] GObject properties:   OK
|   /PriorityQueue/[PriorityQueue] poll gives minimum:   OK
| /ReadOnlyCollection/[ReadOnlyCollection] unique read-only view instance: OK
| **
| ERROR:testreadonlycollection.c:232:read_only_collection_tests_test_immutable_iterator: 
assertion failed: (_vala_strcmp0 (_tmp0_ = (char*) gee_iterator_get (iterator), 
one) == 0)
|   /ReadOnlyCollection/[ReadOnlyCollection] immutable iterator: FAIL
| GTester: last random seed: R02S717e5c24ab165568314e245db57ae2ca
| /bin/bash: line 1:  6480 Terminated  gtester --verbose 

Bug#618898: Wrong link

2011-03-19 Thread Pietro Battiston
Sorry, in the above description I linked to the wrong bug: the right one
is http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=614192

Pietro




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



Bug#618719: FTBFS on kfreebsd: ../src/utils/pcsc_funcs.o: undefined reference to symbol 'dlsym@@GLIBC_2.3'

2011-03-19 Thread Julien Cristau
On Sat, Mar 19, 2011 at 22:17:38 +1000, Kel Modderman wrote:

 Further to the problem, upstream build system seems not to add '-ldl' to LIBS
 for BSD configurations. For example:
 
 $ grep -A1 -B1 '\-ldl' wpa_supplicant/Makefile
   
 ifndef CONFIG_DRIVER_BSD  
   
   
 LIBS += -ldl  
   
   
 endif 
   
   
 --
   
   
 ifneq ($(CONFIG_L2_PACKET), freebsd)  
   
   
 LIBS += -ldl  
   
   
 endif
 
 I do not know why this is the case, and I think this will come up if I was to
 push this patch upstream. There are multiple places in which this linker flag
 gets added to LIBS for non BSD configurations which is why we did not witness
 this build failure on linux before now.
 
Some platforms have dlopen() and friends in libc, so don't need libdl.

Cheers,
Julien



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



Bug#618904: openldap 2.4.23 slapd server process frequently hangs during everyday use

2011-03-19 Thread Mark Cave-Ayland
Package: slapd
Version: 2.4.23-7
Severity: critical
Tags: squeeze

After upgrading our LDAP server from lenny (2.4.11) to squeeze (2.4.23), we 
have found 
that the slapd process frequently hangs when adding new objects to the LDAP 
tree. The
server freezes and will not accept any new connections until it is forcibly 
terminated
with kill -9 and then the slapd process restarted.

When the slapd process has hung, I see the following backtrace in gdb:

(gdb) bt full

#0 0x7fa50aca8be5 in pthread_join (threadid=140346751547136, 
thread_return=0x0) at pthread_join.c:89

__ignore = value optimized out
_tid = 10340

_buffer = {__routine = 0x7fa50aca8ab0 cleanup, __arg = 0x7fa506457d28, 
__canceltype = 105216464, __prev = 0x0}

oldtype = 0
result = value optimized out

#1 0x0042d72c in slapd_daemon () at 
/home/devel/openldap/trunk/servers/slapd/daemon.c:2842

listener_tid = 140346751547136
rc = 0

#2 0x0041ae6a in main (argc=9, argv=0x7fffd2f2e5b0) at 
/home/devel/openldap/trunk/servers/slapd/main.c:961

i = 9
no_detach = 0
rc = -12
urls = 0x7df0c0 ldap:/// ldapi:///
username = 0x7df100 root
groupname = 0x7df0e0 ldap
sandbox = 0x0
syslogUser = 160
configfile = 0x7df120 /etc/ldap/slapd.conf
configdir = 0x0
serverName = value optimized out
scp = value optimized out
scp_entry = value optimized out
debug_unknowns = 0x0
syslog_unknowns = 0x0
slapd_pid_file_unlink = 1
slapd_args_file_unlink = 1
firstopt = value optimized out
__PRETTY_FUNCTION__ = main
(gdb)

This suggests that there may be some kind of thread locking issue occurring 
which is
causing the main process to hang.

I have raised this with upstream here: 
http://www.openldap.org/lists/openldap-technical/201103/msg00175.html
and confirmed that the same issue occurs on a vanilla build of 2.4.23. Further 
testing
here shows that issue appears to be resolved in 2.4.24.

This is an extremely critical DOS issue and means that Squeeze's 2.4.23 
packages are
unusable in a production environment.

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.32-5-amd64 (SMP w/2 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 slapd depends on:
ii  adduser 3.112+nmu2   add and remove users and groups
ii  coreutils   8.5-1GNU core utilities
ii  debconf [debconf-2.0]   1.5.36.1 Debian configuration management sy
ii  libc6   2.11.2-10Embedded GNU C Library: Shared lib
ii  libdb4.84.8.30-2 Berkeley v4.8 Database Libraries [
ii  libgnutls26 2.8.6-1  the GNU TLS library - runtime libr
ii  libldap-2.4-2   2.4.23-7 OpenLDAP libraries
ii  libltdl72.2.6b-2 A system independent dlopen wrappe
ii  libperl5.10 5.10.1-17shared Perl library
ii  libsasl2-2  2.1.23.dfsg1-7   Cyrus SASL - authentication abstra
ii  libslp1 1.2.1-7.8OpenSLP libraries
ii  libuuid12.17.2-9 Universally Unique ID library
ii  libwrap07.6.q-19 Wietse Venema's TCP wrappers libra
ii  lsb-base3.2-23.2squeeze1 Linux Standard Base 3.2 init scrip
ii  perl [libmime-base64-pe 5.10.1-17Larry Wall's Practical Extraction 
ii  psmisc  22.11-1  utilities that use the proc file s
ii  unixodbc2.2.14p2-1   ODBC tools libraries

Versions of packages slapd recommends:
ii  libsasl2-modules  2.1.23.dfsg1-7 Cyrus SASL - pluggable authenticat

Versions of packages slapd suggests:
ii  ldap-utils2.4.23-7   OpenLDAP utilities

-- debconf information excluded

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.




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



Processed: tagging 618904, severity of 618904 is grave

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

 tags 618904 - squeeze
Bug #618904 [slapd] openldap 2.4.23 slapd server process frequently hangs 
during everyday use
Removed tag(s) squeeze.
 severity 618904 grave
Bug #618904 [slapd] openldap 2.4.23 slapd server process frequently hangs 
during everyday use
Severity set to 'grave' from 'critical'

 thanks
Stopping processing here.

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


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



Processed: reassign 618907 to src:libvigraimpex, forcibly merging 618667 618907

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

 reassign 618907 src:libvigraimpex
Bug #618907 [libvigraimpex3] libvigraimpex3: .so.3 not a symlink
Bug reassigned from package 'libvigraimpex3' to 'src:libvigraimpex'.
Bug No longer marked as found in versions libvigraimpex/1.7.1+dfsg-3.
 forcemerge 618667 618907
Bug#618667: libvigraimpex.so is not a symlink (sometimes)
Bug#618907: libvigraimpex3: .so.3 not a symlink
Forcibly Merged 618667 618907.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618907: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618907
618667: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618667
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#618799: libvigraimpex: unacceptably slow on mips

2011-03-19 Thread Jakub Wilk
For a reason on another the attached program[0] is disturbingly slow on 
gabrielli.debian.org. It takes 74 seconds to run it; even my qemu mips 
machine (600 bogomips) is ca. 10 times faster.


Dear mips porters:
- Could you test speed of the program on other mips hardware?
- Do you have any ideas what could be the cause of such a bad 
efficiency?



[0] To compile it, you need to have libvigraimpex-dev installed, but no 
special compiler flags are needed.


--
Jakub Wilk
#include vigra/stdimage.hxx
#include vigra/boundarytensor.hxx

int main(int argc, char **argv)
{
vigra::DImage img(200, 300);
vigra::DVector3Image bt(img.size());
boundaryTensor1(srcImageRange(img), destImage(bt), 2.0);
}


Bug#618754: [Pkg-e-devel] Bug#618754: e17: dist-upgrade wants to remove it

2011-03-19 Thread Albin Tonnerre
On Fri, 18 Mar 2011 10:22 +0100, Salvo Tomaselli wrote :
 Package: e17
 Version: 0.16.999.49898-1
 Severity: grave
 Justification: renders package unusable

severity 618754 serious
thanks

 What follows is the output of my dist-upgrade.
 As you can see, it wants to remove e17.
 
 Please ignore the akonadi stuff, that are not important for this bug

[downgrading to serious since this does not qualify as 'grave' in any way]

Hello,

Thanks for your report.
The EFL and e17 are currently in the middle of a transition, which explains
what you're seeing. It should sort itself out in a few days.

Cheers,
-- 
Albin Tonnerre



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



Bug#618907: libvigraimpex3: .so.3 not a symlink

2011-03-19 Thread Jakub Wilk

Thanks for the bug report.

* Gordon Haverland ghave...@materialisations.com, 2011-03-19, 07:42:
Every once in a while when updating things, I've been seeing a message 
from ldconfig, saying that /usr/lib/libvigrimpex.so.3 is not a symlink.  
The .so.3 and .so.3.171 files are the same size and diff says they are 
the same contents. I don't know if the .so.3 is supposed to be a 
symlink or not, but that certainly seems to be common.


Yes, it is supposed to be a symlink. Sorry for the inconvenience, the 
bug will be fixed by the next upload.


--
Jakub Wilk



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



Processed: severity of 618754 is serious

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

 severity 618754 serious
Bug #618754 [e17] e17: dist-upgrade wants to remove it
Severity set to 'serious' from 'grave'

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618754: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618754
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: block 616364 with 618666 616702

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

 block 616364 with 618666 616702
Bug #616364 [release.debian.org] transition: python-numpy
Was blocked by: 588630 613207 611316
Added blocking bug(s) of 616364: 618666 and 616702
 thanks
Stopping processing here.

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


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



Processed: reassign 618881 to rpcbind

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

 reassign 618881 rpcbind 0.2.0-5
Bug #618881 [nfs-common] nfs-common: fails to install due to incorrect 
dependencies in init.d LSB header
Bug reassigned from package 'nfs-common' to 'rpcbind'.
Bug No longer marked as found in versions nfs-utils/1:1.2.2-5.
Bug #618881 [rpcbind] nfs-common: fails to install due to incorrect 
dependencies in init.d LSB header
Bug Marked as found in versions rpcbind/0.2.0-5.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618881
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#615985: installation-reports: PowerPC netinst image: Debootstrap Error

2011-03-19 Thread Antonio Ospite
On Mon, 14 Mar 2011 19:27:24 +
Miguel Figueiredo el...@debianpt.org wrote:

 Hi,
 
 in the installation log may be more information on what happened. 
 Can you take a look and also send it (gzipped) ?
 

Tested again with a newer image:
be53803c6649587722d8d32e76149426  debian-testing-powerpc-netinst.iso
Date: 19-Mar-2011 10:28

And the installation completed without a hitch, so I guess this bug can
be closed, along with:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=543267

And maybe also this one can be closed:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=572897

I am going to submit another installation report for the successful
install, with some suggestions about Debian on PS3.

Thanks a lot,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?


pgpIQ8PRsxfcC.pgp
Description: PGP signature


Bug#618502: marked as done (efreet: FTBFS: Eet.h: No such file or directory)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:05:42 +
with message-id e1q0yes-0001vq...@franck.debian.org
and subject line Bug#618502: fixed in ecore 1.0.0-2
has caused the Debian Bug report #618502,
regarding efreet: FTBFS: Eet.h: No such file or directory
to be marked as done.

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

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


-- 
618502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: efreet
Version: 1.0.0-1
Severity: serious
Justification: fails to build from source

Automatic builds of efreet are failing with

efreet.c:28:17: fatal error: Eet.h: No such file or directory

It's not immediately clear why; AFAICT, it correctly build-depends on
libeet-dev and pkg-config, and eet.pc properly specifies

 Cflags: -I${includedir}/eet-1

but the build system somehow never fully picks up that setting.
(FWIW, edje has a very similar-looking bug, which I'll report shortly.)

Could you please take a look?

Thanks!


---End Message---
---BeginMessage---
Source: ecore
Source-Version: 1.0.0-2

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

ecore_1.0.0-2.debian.tar.gz
  to main/e/ecore/ecore_1.0.0-2.debian.tar.gz
ecore_1.0.0-2.dsc
  to main/e/ecore/ecore_1.0.0-2.dsc
libecore-con1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-con1_1.0.0-2_amd64.deb
libecore-dbg_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-dbg_1.0.0-2_amd64.deb
libecore-dev_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-dev_1.0.0-2_amd64.deb
libecore-doc_1.0.0-2_all.deb
  to main/e/ecore/libecore-doc_1.0.0-2_all.deb
libecore-evas1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-evas1_1.0.0-2_amd64.deb
libecore-fb1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-fb1_1.0.0-2_amd64.deb
libecore-file1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-file1_1.0.0-2_amd64.deb
libecore-imf1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-imf1_1.0.0-2_amd64.deb
libecore-input1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-input1_1.0.0-2_amd64.deb
libecore-ipc1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-ipc1_1.0.0-2_amd64.deb
libecore-x1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-x1_1.0.0-2_amd64.deb
libecore1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore1_1.0.0-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Albin Tonnerre lu...@debian.org (supplier of updated ecore package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Mar 2011 14:32:28 +0100
Source: ecore
Binary: libecore1 libecore-con1 libecore-evas1 libecore-fb1 libecore-file1 
libecore-imf1 libecore-input1 libecore-ipc1 libecore-x1 libecore-dev 
libecore-doc libecore-dbg
Architecture: source all amd64
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre lu...@debian.org
Description: 
 libecore-con1 - Ecore Connection Library
 libecore-dbg - Debugging symbols for libecore
 libecore-dev - Ecore headers and static libraries
 libecore-doc - Ecore API Documentation
 libecore-evas1 - Ecore Evas Wrapper Library
 libecore-fb1 - Ecore frame buffer system functions
 libecore-file1 - Ecore File Library
 libecore-imf1 - Ecore Input Method Framework module
 libecore-input1 - Ecore input module
 libecore-ipc1 - Ecore inter-process communication functions
 libecore-x1 - Ecore functions for dealing with the X Windows System
 libecore1  - Core abstraction layer for enlightenment DR 0.17
Closes: 618502 618504
Changes: 
 ecore (1.0.0-2) unstable; urgency=low
 .
   * Fix missing dependency of libecore-dev on libc-ares-dev
 - Fix FTBFS in edje (Closes: #618504)
 - Fix FTBFS in efreet(Closes: #618502)
Checksums-Sha1: 
 6b1391e3999ff9af718d910ede5b6368933fb42d 2469 ecore_1.0.0-2.dsc
 b57be0d546aa777184b153f6871b6e3a4bd1c484 7278 ecore_1.0.0-2.debian.tar.gz
 f4fac0b68b8c85648f27ab42990a6890da295279 486596 libecore-doc_1.0.0-2_all.deb
 5e49f8df46d7ca5ac183ab27c9900e564a282e6e 52524 libecore1_1.0.0-2_amd64.deb
 f3aae2689a946bcb2c0f98b079e6caf916e228bd 36420 libecore-con1_1.0.0-2_amd64.deb
 

Bug#618504: marked as done (edje: FTBFS - Embryo.h: No such file or directory)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:05:42 +
with message-id e1q0yes-0001vx...@franck.debian.org
and subject line Bug#618504: fixed in ecore 1.0.0-2
has caused the Debian Bug report #618504,
regarding edje: FTBFS - Embryo.h: No such file or directory
to be marked as done.

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

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


-- 
618504: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618504
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: edje
Version: 1.0.0-1
Severity: serious
Justification: fails to build from source

Automatic builds of edje are failing with

edje_private.h:60:20: fatal error: Embryo.h: No such file or directory

It's not immediately clear why; AFAICT, it correctly build-depends on
libembryo-dev and pkg-config, and embryo.pc properly specifies

 Cflags: -I${includedir}/embryo-1

but the build system somehow never fully picks up that setting.
(FWIW, efreet has a very similar-looking bug, which I just reported as
#618502.)

Could you please take a look?

Thanks!


---End Message---
---BeginMessage---
Source: ecore
Source-Version: 1.0.0-2

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

ecore_1.0.0-2.debian.tar.gz
  to main/e/ecore/ecore_1.0.0-2.debian.tar.gz
ecore_1.0.0-2.dsc
  to main/e/ecore/ecore_1.0.0-2.dsc
libecore-con1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-con1_1.0.0-2_amd64.deb
libecore-dbg_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-dbg_1.0.0-2_amd64.deb
libecore-dev_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-dev_1.0.0-2_amd64.deb
libecore-doc_1.0.0-2_all.deb
  to main/e/ecore/libecore-doc_1.0.0-2_all.deb
libecore-evas1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-evas1_1.0.0-2_amd64.deb
libecore-fb1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-fb1_1.0.0-2_amd64.deb
libecore-file1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-file1_1.0.0-2_amd64.deb
libecore-imf1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-imf1_1.0.0-2_amd64.deb
libecore-input1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-input1_1.0.0-2_amd64.deb
libecore-ipc1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-ipc1_1.0.0-2_amd64.deb
libecore-x1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore-x1_1.0.0-2_amd64.deb
libecore1_1.0.0-2_amd64.deb
  to main/e/ecore/libecore1_1.0.0-2_amd64.deb



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

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

Debian distribution maintenance software
pp.
Albin Tonnerre lu...@debian.org (supplier of updated ecore package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Mar 2011 14:32:28 +0100
Source: ecore
Binary: libecore1 libecore-con1 libecore-evas1 libecore-fb1 libecore-file1 
libecore-imf1 libecore-input1 libecore-ipc1 libecore-x1 libecore-dev 
libecore-doc libecore-dbg
Architecture: source all amd64
Version: 1.0.0-2
Distribution: unstable
Urgency: low
Maintainer: Debian Pkg-e Team pkg-e-de...@lists.alioth.debian.org
Changed-By: Albin Tonnerre lu...@debian.org
Description: 
 libecore-con1 - Ecore Connection Library
 libecore-dbg - Debugging symbols for libecore
 libecore-dev - Ecore headers and static libraries
 libecore-doc - Ecore API Documentation
 libecore-evas1 - Ecore Evas Wrapper Library
 libecore-fb1 - Ecore frame buffer system functions
 libecore-file1 - Ecore File Library
 libecore-imf1 - Ecore Input Method Framework module
 libecore-input1 - Ecore input module
 libecore-ipc1 - Ecore inter-process communication functions
 libecore-x1 - Ecore functions for dealing with the X Windows System
 libecore1  - Core abstraction layer for enlightenment DR 0.17
Closes: 618502 618504
Changes: 
 ecore (1.0.0-2) unstable; urgency=low
 .
   * Fix missing dependency of libecore-dev on libc-ares-dev
 - Fix FTBFS in edje (Closes: #618504)
 - Fix FTBFS in efreet(Closes: #618502)
Checksums-Sha1: 
 6b1391e3999ff9af718d910ede5b6368933fb42d 2469 ecore_1.0.0-2.dsc
 b57be0d546aa777184b153f6871b6e3a4bd1c484 7278 ecore_1.0.0-2.debian.tar.gz
 f4fac0b68b8c85648f27ab42990a6890da295279 486596 libecore-doc_1.0.0-2_all.deb
 5e49f8df46d7ca5ac183ab27c9900e564a282e6e 52524 libecore1_1.0.0-2_amd64.deb
 f3aae2689a946bcb2c0f98b079e6caf916e228bd 36420 

Bug#615654: marked as done (ihu: ftbfs with gold or ld --no-add-needed)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:15:50 +
with message-id e1q0yog-0003q5...@franck.debian.org
and subject line Bug#615654: fixed in ihu 0.6.0-3
has caused the Debian Bug report #615654,
regarding ihu: ftbfs with gold or ld --no-add-needed
to be marked as done.

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

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


-- 
615654: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615654
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ihu
Version: 0.6.0-2
Severity: important
Tags: sid
User: peter.fritzs...@gmx.de
Usertags: no-add-needed

The package fails to build in a test rebuild on at least amd64 with
ld --no-add-needed.  For details, please see:
http://lists.debian.org/debian-devel-announce/2011/02/msg00011.html
http://wiki.debian.org/ToolChain/DSOLinking

The configure checks must check for a symbol in the library itself,
not for a symbol in a depending library.

[...]
checking whether make sets $(MAKE)... yes
checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
checking for C++ compiler default output file name... a.out
checking whether the C++ compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C++ compiler... yes
checking whether x86_64-linux-gnu-g++ accepts -g... yes
checking for style of include used by make... GNU
checking dependency style of x86_64-linux-gnu-g++... gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
checking for X... libraries /usr/lib, headers 
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking for Qt... yes:
QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT
QT_DIR=
QT_LIBS=-lqt-mt  -lSM -lICE  -L/usr/lib -lX11 -lXext -lXmu -lXt -lXi 
QT_UIC=/usr/bin/uic
QT_MOC=/usr/bin/moc
checking correct functioning of Qt installation... success
configure: error: GNU MP not found, download at http://swox.com/gmp
checking for __gmpz_init in -lgmpxx... no
make: *** [config.status] Error 1
dpkg-buildpackage: error: debian/rules build gave error exit status 2


---End Message---
---BeginMessage---
Source: ihu
Source-Version: 0.6.0-3

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

ihu_0.6.0-3.debian.tar.gz
  to main/i/ihu/ihu_0.6.0-3.debian.tar.gz
ihu_0.6.0-3.dsc
  to main/i/ihu/ihu_0.6.0-3.dsc
ihu_0.6.0-3_amd64.deb
  to main/i/ihu/ihu_0.6.0-3_amd64.deb



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

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

Debian distribution maintenance software
pp.
Andrea Capriotti capri...@debian.org (supplier of updated ihu package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Mar 2011 12:39:53 +0100
Source: ihu
Binary: ihu
Architecture: source amd64
Version: 0.6.0-3
Distribution: unstable
Urgency: low
Maintainer: Andrea Capriotti capri...@debian.org
Changed-By: Andrea Capriotti capri...@debian.org
Description: 
 ihu- Qt VoIP softphone with an own, encrypted protocol
Closes: 615529 615654 618186
Changes: 
 ihu (0.6.0-3) unstable; urgency=low
 .
   * debian/control:
 - Update debhelper build-dependency to debhelper (= 7.0.50~).
 - Add dh-autoreconf to the build-dependency list.
 - Use libsoundtouch-dev (= 1.5.0) as build-dependency. (Closes: #615529)
 - Use libgmp10-dev instead of libgmp3-dev as build-dependency.
 - Set Standards-Version to 3.9.1; no changes.
 - Add homepage-field
   * Convert package to 3.0 (quilt) format.
 - Bump debhelper compatibility level to 7.
   * debian/patches:
 - 00_original_patches.patch: Changes made to the source by the maintainer.
 - 01_libgmp.patch: Add check for _ZrsRSiP12__mpz_struct symbol in
   libgmpxx. (Closes: #615654)
 - 02_fix_autoreconf.patch: Fix issues when running a recent autoreconf.
   * debian/rules:
 - Simplify the rules file. Before we only installed the upstream changelog
   and regenerated the config.guess and config.sub 

Bug#618186: marked as done (ihu: FTBFS: configure: error: GNU MP not found, download at http://swox.com/gmp)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:15:50 +
with message-id e1q0yog-0003qa...@franck.debian.org
and subject line Bug#618186: fixed in ihu 0.6.0-3
has caused the Debian Bug report #618186,
regarding ihu: FTBFS: configure: error: GNU MP not found, download at 
http://swox.com/gmp
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.)


-- 
618186: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618186
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ihu
Version: 0.6.0-2
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
  /usr/bin/fakeroot debian/rules clean
 dh_testdir
 dh_testroot
 rm -f build-stamp 
 # Add here commands to clean up after the build process.
 [ ! -f Makefile ] || /usr/bin/make distclean
 cp -f /usr/share/misc/config.sub config.sub
 cp -f /usr/share/misc/config.guess config.guess
 dh_clean 
  dpkg-source -b ihu-0.6.0
 dpkg-source: warning: no source format specified in debian/source/format, see 
 dpkg-source(1)
 dpkg-source: info: using source format `1.0'
 dpkg-source: info: building ihu using existing ihu_0.6.0.orig.tar.gz
 dpkg-source: info: building ihu in ihu_0.6.0-2.diff.gz
 dpkg-source: warning: the diff modifies the following upstream files: 
  config.guess
  config.sub
  configure
  doc/Makefile.am
  doc/Makefile.in
  doc/ihu.1
  src/moc_Call.cpp
  src/moc_CallTab.cpp
  src/moc_FilePlayer.cpp
  src/moc_Ihu.cpp
  src/moc_IhuNoGui.cpp
  src/moc_LogViewer.cpp
  src/moc_Phone.cpp
  src/moc_Player.cpp
  src/moc_PlayerDialog.cpp
  src/moc_Receiver.cpp
  src/moc_Recorder.cpp
  src/moc_Settings.cpp
  src/moc_TcpServer.cpp
  src/moc_Transmitter.cpp
  src/moc_trayicon.cpp
 dpkg-source: info: use the '3.0 (quilt)' format to have separate and 
 documented changes to upstream files, see dpkg-source(1)
 dpkg-source: info: building ihu in ihu_0.6.0-2.dsc
  debian/rules build
 dh_testdir
 # Add here commands to configure the package.
 CFLAGS=-Wall -g -O2 -Wl,-z,defs ./configure --host=x86_64-linux-gnu 
 --build=x86_64-linux-gnu --prefix=/usr --mandir=\${prefix}/share/man 
 --infodir=\${prefix}/share/info
 checking for a BSD-compatible install... /usr/bin/install -c
 checking whether build environment is sane... yes
 checking for gawk... no
 checking for mawk... mawk
 checking whether make sets $(MAKE)... yes
 checking for x86_64-linux-gnu-g++... x86_64-linux-gnu-g++
 checking for C++ compiler default output file name... a.out
 checking whether the C++ compiler works... yes
 checking whether we are cross compiling... no
 checking for suffix of executables... 
 checking for suffix of object files... o
 checking whether we are using the GNU C++ compiler... yes
 checking whether x86_64-linux-gnu-g++ accepts -g... yes
 checking for style of include used by make... GNU
 checking dependency style of x86_64-linux-gnu-g++... gcc3
 checking for a BSD-compatible install... /usr/bin/install -c
 checking how to run the C++ preprocessor... x86_64-linux-gnu-g++ -E
 checking for X... libraries /usr/lib, headers 
 checking for gethostbyname... yes
 checking for connect... yes
 checking for remove... yes
 checking for shmat... yes
 checking for IceConnectionNumber in -lICE... yes
 checking for Qt... yes:
 QT_CXXFLAGS=-I/usr/include/qt3 -DQT_THREAD_SUPPORT
 QT_DIR=
 QT_LIBS=-lqt-mt  -lSM -lICE  -L/usr/lib -lX11 -lXext -lXmu -lXt -lXi 
 QT_UIC=/usr/bin/uic
 QT_MOC=/usr/bin/moc
 checking correct functioning of Qt installation... success
 checking for __gmpz_init in -lgmpxx... no
 configure: error: GNU MP not found, download at http://swox.com/gmp
 make: *** [config.status] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2011/03/13/ihu_0.6.0-2_lsid64.buildlog

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

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

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


---End Message---
---BeginMessage---
Source: ihu
Source-Version: 0.6.0-3

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

ihu_0.6.0-3.debian.tar.gz
  to 

Bug#615985: marked as done (installation-reports: PowerPC netinst image: Debootstrap Error)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:22:06 +
with message-id 201103191622.06314.el...@debianpt.org
and subject line 
has caused the Debian Bug report #615985,
regarding installation-reports: PowerPC netinst image: Debootstrap Error
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.)


-- 
615985: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: installation-reports
Severity: grave
Tags: d-i
Justification: renders package unusable

-- Package-specific info:

Boot method: CD
Image version: 
http://cdimage.debian.org/cdimage/daily-builds/daily/arch-latest/powerpc/iso-cd/debian-testing-powerpc-netinst.iso
 (01-Mar-2011 10:23)
Date: 01-Mar-2011 14:00

Machine: Sony PS3


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

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

Comments/Problems:

The Install Base System task fails with this message:
Debootstrap Error:
Invalid Release file: no entry for main/binary-powerpc/Packages

And in syslog I get:
Mar  1 14:35:35 main-menu[234]: INFO: Menu item 'bootstrap-base' selected
Mar  1 14:45:28 base-installer: error: exiting on error 
base-installer/debootstrap-failed
Mar  1 14:45:30 main-menu[234]: WARNING **: Configuring 'bootstrap-base' failed 
with error code 30
Mar  1 14:45:30 main-menu[234]: WARNING **: Menu item 'bootstrap-base' failed.

I added some debug output to /var/lib/dpkg/info/bootstrap-base.postinst
and the actual bootstrap command is:

log-output -t debootstrap run-debootstrap --components-main \
  --debian-installer --resolve-deps wheezy /target file:///cdrom/

As a workaround, if the file:///cdrom/ argument is removed the installation
completes fine, but I guess that is just because the installer is downloading
everything from the net, right?

Any idea of what is going on?

Thanks,
   Antonio

-- 
Antonio Ospite
http://ao2.it

PGP public key ID: 0x4553B001

A: Because it messes up the order in which people normally read text.
   See http://en.wikipedia.org/wiki/Posting_style
Q: Why is top-posting such a bad thing?
uname -a: Linux ps3 2.6.37-1-powerpc64 #1 SMP Tue Feb 15 22:31:08 UTC 2011 
ppc64 GNU/Linux
usb-list: 
usb-list: Bus 01 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 01 Device 02: USB2.0 Hub [05e3:0607]
usb-list:Level 01 Parent 01 Port 01  Class 09(hub  ) Subclass 00 Protocol 02
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 02 Driver hub
usb-list: 
usb-list: Bus 01 Device 03: Wireless Keyboard/Mouse [099a:7202]
usb-list:Level 02 Parent 02 Port 00  Class 00(ifc ) Subclass 00 Protocol 00
usb-list:Interface 00: Class 03(HID  ) Subclass 01 Protocol 01 Driver usbhid
usb-list:Interface 01: Class 03(HID  ) Subclass 01 Protocol 02 Driver usbhid
usb-list: 
usb-list: Bus 02 Device 01: PS3 EHCI Host Controller [1d6b:0002]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ehci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 02 Device 02: Bluetooth Transceiver [054c:0267]
usb-list:Level 01 Parent 01 Port 01  Class e0(wlcon) Subclass 01 Protocol 01
usb-list:Manufacturer: Sony
usb-list:Interface 00: Class e0(wlcon) Subclass 01 Protocol 01 Driver none
usb-list:Interface 01: Class e0(wlcon) Subclass 01 Protocol 01 Driver none
usb-list:Interface 02: Class e0(wlcon) Subclass 01 Protocol 01 Driver none
usb-list:Interface 03: Class fe(app. ) Subclass 01 Protocol 00 Driver none
usb-list: 
usb-list: Bus 03 Device 01: PS3 OHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  Class 09(hub  ) Subclass 00 Protocol 00
usb-list:Manufacturer: Linux 2.6.37-1-powerpc64 ohci_hcd
usb-list:Interface 00: Class 09(hub  ) Subclass 00 Protocol 00 Driver hub
usb-list: 
usb-list: Bus 04 Device 01: PS3 OHCI Host Controller [1d6b:0001]
usb-list:Level 00 Parent 00 Port 00  

Bug#617657: marked as done (qt-assistant-compat: FTBFS: symbols issues)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:32:15 +
with message-id e1q0z4z-0007pg...@franck.debian.org
and subject line Bug#617657: fixed in qt-assistant-compat 4.6.3-3
has caused the Debian Bug report #617657,
regarding qt-assistant-compat: FTBFS: symbols issues
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.)


-- 
617657: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617657
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qt-assistant-compat
Version: 4.6.3-2
Severity: important
Justification: FTBFS

Hi,

your package FTBFS on at least kfreebsd-i386 and sparc:
| --- debian/libqtassistantclient4.symbols 
(libqtassistantclient4_4.6.3-2_kfreebsd-i386)
| +++ dpkg-gensymbolsiRKZow 2011-03-10 01:07:57.0 +
| @@ -1,6 +1,6 @@
|  libQtAssistantClient.so.4 libqtassistantclient4 #MINVER#
| - _ZN10QByteArrayD1Ev@Base 4.6.3
| - _ZN10QByteArrayD2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN10QByteArrayD1Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN10QByteArrayD2Ev@Base 4.6.3
|   _ZN16QAssistantClient11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.6.3
|   _ZN16QAssistantClient11qt_metacastEPKc@Base 4.6.3
|   _ZN16QAssistantClient11socketErrorEv@Base 4.6.3
| @@ -22,19 +22,21 @@
|   _ZN16QAssistantClientD0Ev@Base 4.6.3
|   _ZN16QAssistantClientD1Ev@Base 4.6.3
|   _ZN16QAssistantClientD2Ev@Base 4.6.3
| + 
_ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE11node_createEP8QMapDataPPNS6_4NodeERKS2_RKS4_@Base
 4.6.3-2
|   
_ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE13detach_helperEv@Base 
4.6.3
|   _ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE6removeERKS2_@Base 
4.6.3
| - _ZN5QListI7QStringE13detach_helperEi@Base 4.6.3
| - _ZN5QListI7QStringE13detach_helperEv@Base 4.6.3
| - _ZN5QListI7QStringE18detach_helper_growEii@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringE13detach_helperEi@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringE13detach_helperEv@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringE18detach_helper_growEii@Base 4.6.3
| + _ZN5QListI7QStringE4freeEPN9QListData4DataE@Base 4.6.3-2
|   _ZN5QListI7QStringE6appendERKS0_@Base 4.6.3
| - _ZN5QListI7QStringED1Ev@Base 4.6.3
| - _ZN5QListI7QStringED2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringED1Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringED2Ev@Base 4.6.3
|   _ZN7QStringD1Ev@Base 4.6.3
| - _ZN7QStringD2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN7QStringD2Ev@Base 4.6.3
|   _ZNK16QAssistantClient10metaObjectEv@Base 4.6.3
|   _ZNK16QAssistantClient6isOpenEv@Base 4.6.3
| - 
_ZNK4QMapIPK16QAssistantClientP23QAssistantClientPrivateE15mutableFindNodeEPPN8QMapData4NodeERKS2_@Base
 4.6.3
| +#MISSING: 4.6.3-2# 
_ZNK4QMapIPK16QAssistantClientP23QAssistantClientPrivateE15mutableFindNodeEPPN8QMapData4NodeERKS2_@Base
 4.6.3
|   _ZTI16QAssistantClient@Base 4.6.3
|   _ZTS16QAssistantClient@Base 4.6.3
|   _ZTV16QAssistantClient@Base 4.6.3

| --- debian/libqtassistantclient4.symbols (libqtassistantclient4_4.6.3-2_sparc)
| +++ dpkg-gensymbolsOiGv3s 2011-03-10 09:34:21.0 +
| @@ -1,6 +1,6 @@
|  libQtAssistantClient.so.4 libqtassistantclient4 #MINVER#
|   _ZN10QByteArrayD1Ev@Base 4.6.3
| - _ZN10QByteArrayD2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN10QByteArrayD2Ev@Base 4.6.3
|   _ZN16QAssistantClient11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.6.3
|   _ZN16QAssistantClient11qt_metacastEPKc@Base 4.6.3
|   _ZN16QAssistantClient11socketErrorEv@Base 4.6.3
| @@ -22,19 +22,21 @@
|   _ZN16QAssistantClientD0Ev@Base 4.6.3
|   _ZN16QAssistantClientD1Ev@Base 4.6.3
|   _ZN16QAssistantClientD2Ev@Base 4.6.3
| + 
_ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE11node_createEP8QMapDataPPNS6_4NodeERKS2_RKS4_@Base
 4.6.3-2
|   
_ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE13detach_helperEv@Base 
4.6.3
|   _ZN4QMapIPK16QAssistantClientP23QAssistantClientPrivateE6removeERKS2_@Base 
4.6.3
|   _ZN5QListI7QStringE13detach_helperEi@Base 4.6.3
| - _ZN5QListI7QStringE13detach_helperEv@Base 4.6.3
| - _ZN5QListI7QStringE18detach_helper_growEii@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringE13detach_helperEv@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringE18detach_helper_growEii@Base 4.6.3
| + _ZN5QListI7QStringE4freeEPN9QListData4DataE@Base 4.6.3-2
|   _ZN5QListI7QStringE6appendERKS0_@Base 4.6.3
| - _ZN5QListI7QStringED1Ev@Base 4.6.3
| - _ZN5QListI7QStringED2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringED1Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN5QListI7QStringED2Ev@Base 4.6.3
|   _ZN7QStringD1Ev@Base 4.6.3
| - _ZN7QStringD2Ev@Base 4.6.3
| +#MISSING: 4.6.3-2# _ZN7QStringD2Ev@Base 4.6.3
|   

Bug#618785: marked as done (sandboxgamemaker: FTBFS on kfreebsd-*: engine/sound.o: undefined reference to symbol 'shm_open@@GLIBC_2.3')

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:35:04 +
with message-id e1q0z7i-00087q...@franck.debian.org
and subject line Bug#618785: fixed in sandboxgamemaker 2.6.1+dfsg-5
has caused the Debian Bug report #618785,
regarding sandboxgamemaker: FTBFS on kfreebsd-*: engine/sound.o: undefined 
reference to symbol 'shm_open@@GLIBC_2.3'
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.)


-- 
618785: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618785
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: sandboxgamemaker
Version: 2.6.1+dfsg-4
Severity: serious
Justification: 3

Hi,

your package no longer builds on kfreebsd-*:
| g++ -O3 -fomit-frame-pointer  -Wall -fsigned-char -o sandbox_client_fps 
shared/crypto.o shared/geom.o shared/stream.o shared/tools.o shared/zip.o 
engine/3dgui.o engine/bih.o engine/blend.o engine/blob.o engine/client.o 
engine/command.o engine/console.o engine/decal.o engine/dynlight.o 
engine/glare.o engine/grass.o engine/lightmap.o engine/main.o engine/material.o 
engine/menus.o engine/movie.o engine/normal.o engine/octa.o engine/octaedit.o 
engine/octarender.o engine/pvs.o engine/physics.o engine/rendergl.o 
engine/rendermodel.o engine/renderparticles.o engine/rendersky.o 
engine/rendertext.o engine/renderva.o engine/server.o engine/serverbrowser.o 
engine/shader.o engine/shadowmap.o engine/sound.o engine/texture.o engine/ui.o 
engine/water.o engine/world.o engine/worldio.o fpsgame/ai.o fpsgame/client.o 
fpsgame/entities.o fpsgame/fps.o fpsgame/monster.o fpsgame/movable.o 
fpsgame/render.o fpsgame/scoreboard.o fpsgame/server.o fpsgame/waypoint.o 
-lenet -L/usr/X11R6/lib `sdl-config
  --libs` -lSDL_image -lSDL_mixer -lz -lGL -lX11
| /usr/bin/ld: engine/sound.o: undefined reference to symbol 
'shm_open@@GLIBC_2.3'
| /usr/bin/ld: note: 'shm_open@@GLIBC_2.3' is defined in DSO //lib/librt.so.1 
so try adding it to the linker command line
| //lib/librt.so.1: could not read symbols: Invalid operation
| collect2: ld returned 1 exit status
| make[2]: *** [client-fps] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=sandboxgamemakersuite=sid

KiBi.


---End Message---
---BeginMessage---
Source: sandboxgamemaker
Source-Version: 2.6.1+dfsg-5

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

sandboxgamemaker_2.6.1+dfsg-5.debian.tar.gz
  to contrib/s/sandboxgamemaker/sandboxgamemaker_2.6.1+dfsg-5.debian.tar.gz
sandboxgamemaker_2.6.1+dfsg-5.dsc
  to contrib/s/sandboxgamemaker/sandboxgamemaker_2.6.1+dfsg-5.dsc
sandboxgamemaker_2.6.1+dfsg-5_amd64.deb
  to contrib/s/sandboxgamemaker/sandboxgamemaker_2.6.1+dfsg-5_amd64.deb



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

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

Debian distribution maintenance software
pp.
Scott Howard show...@debian.org (supplier of updated sandboxgamemaker package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sat, 19 Mar 2011 10:45:09 -0400
Source: sandboxgamemaker
Binary: sandboxgamemaker
Architecture: source amd64
Version: 2.6.1+dfsg-5
Distribution: unstable
Urgency: low
Maintainer: Scott Howard show...@debian.org
Changed-By: Scott Howard show...@debian.org
Description: 
 sandboxgamemaker - 3D game maker and 3D game design program
Closes: 618785
Changes: 
 sandboxgamemaker (2.6.1+dfsg-5) unstable; urgency=low
 .
   * debian/patches/librt_linking.patch
 - 'shm_open@@GLIBC_2.3' is defined in DSO //lib/librt.so.1 so try adding
   it to the linker command line. (Closes: #618785)
Checksums-Sha1: 
 3aa42b09fc5afed1d20cc360d5eb04eb425ae257 1387 sandboxgamemaker_2.6.1+dfsg-5.dsc
 69e33a2d6280503c25f7249ce46571dda5834d25 21559 
sandboxgamemaker_2.6.1+dfsg-5.debian.tar.gz
 24f5e5a15673a492aa491e43c10593de35e083c0 7861404 
sandboxgamemaker_2.6.1+dfsg-5_amd64.deb
Checksums-Sha256: 
 80ed89b1d2cb0e9958c15e80ff14dd4170c12996e6e4ec7bbb2c2aa7b754d342 1387 
sandboxgamemaker_2.6.1+dfsg-5.dsc
 7fe457d7c473c184c589722635ad1e42dfb623d2603abf80a78f97d507403ad6 21559 
sandboxgamemaker_2.6.1+dfsg-5.debian.tar.gz
 c95bfc1c292d918f73344ae483072e2f0fffbbc22710d8c932a9c74e91006c0a 7861404 

Bug#618881: marked as done (nfs-common: fails to install due to incorrect dependencies in init.d LSB header)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 16:34:12 +
with message-id e1q0z6s-00081a...@franck.debian.org
and subject line Bug#618881: fixed in rpcbind 0.2.0-6
has caused the Debian Bug report #618881,
regarding nfs-common: fails to install due to incorrect dependencies in init.d 
LSB header
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.)


-- 
618881: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618881
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: nfs-common
Version: 1:1.2.2-5
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts piuparts.d.o
User: initscripts-ng-de...@lists.alioth.debian.org
Usertags: incorrect-dependency

Hi, 

during a test with piuparts I noticed your package failed to install due to 
incorrect dependencies in the init.d LSB header. Some debian notes are 
available from at http://wiki.debian.org/LSBInitScripts

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

0m21.3s DEBUG: Starting command: 
['chroot', '/org/piuparts.debian.org/tmp/tmpO7tGFW', 'apt-get', '-y', 
'install', 'nfs-common']
0m22.6s DUMP: 
  Reading package lists...
  Building dependency tree...
  Reading state information...
  The following NEW packages will be installed:
nfs-common
  0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
  Need to get 253 kB of archives.
  After this operation, 680 kB of additional disk space will be used.
  Get:1 http://piatti.debian.org/debian/ sid/main nfs-common amd64 1:1.2.2-5 
[253 kB]
  debconf: delaying package configuration, since apt-utils is not installed
  Fetched 253 kB in 0s (0 B/s)
  Selecting previously deselected package nfs-common.
  (Reading database ... 6484 files and directories currently installed.)
  Unpacking nfs-common (from .../nfs-common_1%3a1.2.2-5_amd64.deb) ...
  Setting up nfs-common (1:1.2.2-5) ...
  
  Creating config file /etc/idmapd.conf with new version
  
  Creating config file /etc/default/nfs-common with new version
  insserv: Service portmap has to be enabled to start service nfs-common
  insserv: exiting now!
  update-rc.d: error: insserv rejected the script header
  dpkg: error processing nfs-common (--configure):
   subprocess installed post-installation script returned error exit status 1
  configured to not write apport reports
  Errors were encountered while processing:
   nfs-common
  E: Sub-process /usr/bin/dpkg returned an error code (1)


cheers,
Holger
Start: 2011-03-17 22:07:11 UTC

Package: nfs-common
Priority: standard
Section: net
Installed-Size: 664
Maintainer: Debian kernel team debian-ker...@lists.debian.org
Architecture: amd64
Source: nfs-utils
Version: 1:1.2.2-5
Replaces: mount ( 2.13~), nfs-client, nfs-kernel-server ( 1:1.0.7-5)
Provides: nfs-client
Depends: libc6 (= 2.3), libcap2 (= 2.10), libcomerr2 (= 1.01), libevent-1.4-2 (= 1.4.13-stable), libgssapi-krb5-2 (= 1.6.dfsg.2), libgssglue1, libk5crypto3 (= 1.6.dfsg.2), libkrb5-3 (= 1.6.dfsg.2), libnfsidmap2, librpcsecgss3, libwrap0 (= 7.6-4~), rpcbind | portmap, adduser, ucf, lsb-base (= 1.3-9ubuntu3), netbase (= 4.24), initscripts (= 2.86.ds1-38.1)
Conflicts: nfs-client
Filename: pool/main/n/nfs-utils/nfs-common_1.2.2-5_amd64.deb
Size: 253218
MD5sum: 32f81c300623dd87e5526e25cd757918
SHA1: 32e4d81fb7720b418434d081f44ae8a461588a99
SHA256: f2bdb996b97f702ad91c9558ec5483e5bf163646fe2cb1faa970951019ce0179
Description: NFS support files common to client and server
 Use this package on any machine that uses NFS, either as client or
 server.  Programs included: lockd, statd, showmount, nfsstat, gssd
 and idmapd.
Homepage: http://nfs.sourceforge.net/
Tag: admin::filesystem, implemented-in::c, interface::commandline, interface::daemon, network::client, network::server, protocol::nfs, role::program

Executing: sudo /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir /etc/piuparts/scripts/ --tmpdir /org/piuparts.debian.org/tmp -ad sid -b sid.tar.gz --mirror http://piatti.debian.org/debian/  nfs-common
Guessed: debian
0m0.0s INFO: --
0m0.0s INFO: To quickly glance what went wrong, scroll down to the bottom of this logfile.
0m0.0s INFO: FAQ available at http://wiki.debian.org/piuparts/FAQ
0m0.0s INFO: --
0m0.0s INFO: piuparts version 0.40~201102250909 starting up.
0m0.0s INFO: Command line arguments: /org/piuparts.debian.org/sbin/piuparts --warn-symlinks --warn-on-others --skip-logrotatefiles-test --scriptsdir 

Processed: your mail

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

 retitle 617469 PowerPC does not boot - framebuffer issue
Bug #617469 [installation-reports] installation-report: Debian sid_d-i wheezy 
PowerPC businesscard does not boot
Changed Bug title to 'PowerPC does not boot - framebuffer issue' from 
'installation-report: Debian sid_d-i wheezy PowerPC businesscard does not boot'
 reassign 617469 linux-2.6
Bug #617469 [installation-reports] PowerPC does not boot - framebuffer issue
Bug reassigned from package 'installation-reports' to 'linux-2.6'.
Bug No longer marked as found in versions 2.44.
 fixed 617469 2.6.38~rc7-1~experimental.1
Bug #617469 [linux-2.6] PowerPC does not boot - framebuffer issue
There is no source info for the package 'linux-2.6' at version 
'2.6.38~rc7-1~experimental.1' with architecture ''
Unable to make a source version for version '2.6.38~rc7-1~experimental.1'
Bug Marked as fixed in versions 2.6.38~rc7-1~experimental.1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
617469: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617469
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#618204: marked as done (serna-free: FTBFS: /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/QtSernaDoc.cxx:45:28: fatal error: QAssistantClient: No s

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 17:18:55 +
with message-id e1q0znj-0004ts...@franck.debian.org
and subject line Bug#618204: fixed in serna-free 4.3.0.20110221-2
has caused the Debian Bug report #618204,
regarding serna-free: FTBFS: 
/build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/QtSernaDoc.cxx:45:28:
 fatal error: QAssistantClient: 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.)


-- 
618204: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618204
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: serna-free
Version: 4.3.0.20110221-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 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[4]: Entering directory 
 `/build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview'
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/UrlBrowseDialogBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/UrlBrowseDialogBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/MessageBoxDialogBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/MessageBoxDialogBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/InsertSymbolDialogBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/InsertSymbolDialogBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindToolTabBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/FindToolTabBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindMiniToolBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/FindMiniToolBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindDialogTabBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/FindDialogTabBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindMiniToolBase.ui:
  Warning: An invalid pixmap property 'pixmap' was encountered.
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindMiniToolBase.ui:
  Warning: An invalid pixmap property 'pixmap' was encountered.
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindMiniToolBase.ui:
  Warning: An invalid pixmap property 'pixmap' was encountered.
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/FindMiniToolBase.ui:
  Warning: An invalid pixmap property 'pixmap' was encountered.
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/AboutSernaBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/AboutSernaBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/uic
  
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/serna/docview/qt/AboutBase.ui
  -o 
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/build/serna/docview/AboutBase.hpp
 /build/user-serna-free_4.3.0.20110221-1-amd64-tEBgHz/serna-free-4.3.0.20110221/3rd/bin/python
  
 

Bug#618686: marked as done (dcmtk-www: Directory index forbidden by Options directive: /usr/share/dcmtk/www/)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 17:17:31 +
with message-id e1q0zmn-0004ba...@franck.debian.org
and subject line Bug#618686: fixed in dcmtk 3.6.0-4
has caused the Debian Bug report #618686,
regarding dcmtk-www: Directory index forbidden by Options directive: 
/usr/share/dcmtk/www/
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.)


-- 
618686: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618686
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: dcmtk-www
Severity: grave
Justification: renders package unusable


dcmtk-www does not seems to be working anymore. Here is the error log:

[Thu Mar 17 14:46:29 2011] [error] [client 192.168.0.21] Directory index 
forbidden by Options directive: /usr/share/dcmtk/www/
[Thu Mar 17 14:46:29 2011] [error] [client 192.168.0.21] File does not exist: 
/var/www/favicon.ico
[Thu Mar 17 14:46:31 2011] [error] [client 192.168.0.21] Directory index 
forbidden by Options directive: /usr/share/dcmtk/www/
[Thu Mar 17 14:46:31 2011] [error] [client 192.168.0.21] File does not exist: 
/var/www/favicon.ico
[Thu Mar 17 14:46:39 2011] [error] [client 192.168.0.21] File does not exist: 
/usr/share/dcmtk/www/main.pl
[Thu Mar 17 14:46:39 2011] [error] [client 192.168.0.21] File does not exist: 
/var/www/favicon.ico
[Thu Mar 17 14:46:44 2011] [error] [client 192.168.0.21] File does not exist: 
/usr/share/dcmtk/www/main.pl
[Thu Mar 17 14:46:44 2011] [error] [client 192.168.0.21] File does not exist: 
/var/www/favicon.ico
[Thu Mar 17 14:48:11 2011] [notice] Graceful restart requested, doing restart
[Thu Mar 17 14:48:11 2011] [notice] Apache/2.2.16 (Debian) configured -- 
resuming normal operations
[Thu Mar 17 14:48:19 2011] [error] [client 192.168.0.21] File does not exist: 
/usr/share/dcmtk/www/main.pl
[Thu Mar 17 14:48:19 2011] [error] [client 192.168.0.21] File does not exist: 
/var/www/favicon.ico


-- System Information:
Debian Release: 6.0
  APT prefers squeeze-updates
  APT policy: (500, 'squeeze-updates'), (500, 'stable'), (200, 'testing'), 
(100, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.37-1-amd64 (SMP w/4 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: dcmtk
Source-Version: 3.6.0-4

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

dcmtk-doc_3.6.0-4_all.deb
  to main/d/dcmtk/dcmtk-doc_3.6.0-4_all.deb
dcmtk-www_3.6.0-4_amd64.deb
  to main/d/dcmtk/dcmtk-www_3.6.0-4_amd64.deb
dcmtk_3.6.0-4.debian.tar.gz
  to main/d/dcmtk/dcmtk_3.6.0-4.debian.tar.gz
dcmtk_3.6.0-4.dsc
  to main/d/dcmtk/dcmtk_3.6.0-4.dsc
dcmtk_3.6.0-4_amd64.deb
  to main/d/dcmtk/dcmtk_3.6.0-4_amd64.deb
libdcmtk2-dev_3.6.0-4_amd64.deb
  to main/d/dcmtk/libdcmtk2-dev_3.6.0-4_amd64.deb
libdcmtk2_3.6.0-4_amd64.deb
  to main/d/dcmtk/libdcmtk2_3.6.0-4_amd64.deb



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

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

Debian distribution maintenance software
pp.
Mathieu Malaterre mathieu.malate...@gmail.com (supplier of updated dcmtk 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 17 Mar 2011 17:32:48 +0100
Source: dcmtk
Binary: dcmtk libdcmtk2 libdcmtk2-dev dcmtk-www dcmtk-doc
Architecture: source all amd64
Version: 3.6.0-4
Distribution: unstable
Urgency: low
Maintainer: Debian Med Packaging Team 
debian-med-packag...@lists.alioth.debian.org
Changed-By: Mathieu Malaterre mathieu.malate...@gmail.com
Description: 
 dcmtk  - The OFFIS DICOM toolkit command line utilities
 dcmtk-doc  - The OFFIS DICOM toolkit documentation
 dcmtk-www  - The OFFIS DICOM toolkit worklist www server application
 libdcmtk2  - The OFFIS DICOM toolkit runtime libraries
 libdcmtk2-dev - The OFFIS DICOM toolkit development libraries and headers
Closes: 610855 615977 618686 618688
Changes: 
 dcmtk (3.6.0-4) unstable; urgency=low
 .
   * new release fixes segfault. Closes: #615977
   * Update README. Closes: #618686
   * 3.6.0 is already packaged. Closes: #610855
   * Update postrm script. Closes: #618688
Checksums-Sha1: 
 06c0716b868215052772649862a98cccf540dcc1 1523 dcmtk_3.6.0-4.dsc

Bug#618895: marked as done (orphaner enteres infinite loop on sparc)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 17:17:40 +
with message-id e1q0zmw-0004dv...@franck.debian.org
and subject line Bug#618895: fixed in deborphan 1.7.28.4
has caused the Debian Bug report #618895,
regarding orphaner enteres infinite loop 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.)


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

On smetana with squeeze, orphaner enteres an infinite loop:

weasel@smetana:~$ sh -x /usr/sbin/orphaner
+ set -e
+ REVISION=$Rev: 871 $
+ VERSION=(r871 $
+ VERSION=(r871)
...
+ lines=79
+ columns=70
+ trap sigwinch_handle 20 28
+ [ 79 -lt 12 -o 70 -lt 50 ]
+ LISTSIZE=79 70 72
+ BOXSIZE=79 70
+ [ 0 -eq 1 ]
+ doorphans
+ skipone=0
+ tempfile
+ TMPFILE=/tmp/file8ZG6AS
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
+ sigwinch_handle
+ stty size
+ size=86 80
...

Doesn't hapen when run in bash, or on amd64.

Cheers,
weasel


---End Message---
---BeginMessage---
Source: deborphan
Source-Version: 1.7.28.4

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

deborphan_1.7.28.4.dsc
  to main/d/deborphan/deborphan_1.7.28.4.dsc
deborphan_1.7.28.4.tar.gz
  to main/d/deborphan/deborphan_1.7.28.4.tar.gz
deborphan_1.7.28.4_i386.deb
  to main/d/deborphan/deborphan_1.7.28.4_i386.deb



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

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

Debian distribution maintenance software
pp.
Carsten Hey cars...@debian.org (supplier of updated deborphan package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sat, 19 Mar 2011 16:31:37 +0100
Source: deborphan
Binary: deborphan
Architecture: source i386
Version: 1.7.28.4
Distribution: unstable
Urgency: high
Maintainer: Debian QA Group packa...@qa.debian.org
Changed-By: Carsten Hey cars...@debian.org
Description: 
 deborphan  - program that can find unused packages, e.g. libraries
Closes: 609337 618895
Changes: 
 deborphan (1.7.28.4) unstable; urgency=high
 .
   * Urgency set to high as it solves an RC bug.
   * Make trapping WINCH in orphaner POSIX compatible. Closes: #618895
   * Exclude libreoffice* from being displayed if --guess-section is used.
 Closes: #609337
   * Change maintainer address.
Checksums-Sha1: 
 de28ee45ff55f5448cddd36692a7b71550028506 1467 deborphan_1.7.28.4.dsc
 62873972e52b33f9766357259df0fe5d60c4f145 364867 deborphan_1.7.28.4.tar.gz
 ed001448ac74fd5b6c7a5f75bfa90a95f3a12cd4 101672 deborphan_1.7.28.4_i386.deb
Checksums-Sha256: 
 c8b2869f45ab91a6d2100903f974124405b0e805f6516ece2ef9a04b85965a25 1467 
deborphan_1.7.28.4.dsc
 a4ace276948f9afd9c6c2928236939ac5acb18b431f3d2f4ac40c894b4eede7c 364867 
deborphan_1.7.28.4.tar.gz
 49258907a1fe1470c72dba0817a1d876b81117116921675e5992175f6899e18f 101672 
deborphan_1.7.28.4_i386.deb
Files: 
 def1362afe66940d71e873c116f09ede 1467 admin optional deborphan_1.7.28.4.dsc
 aae0196acd5356208253ca7436931d0f 364867 admin optional 
deborphan_1.7.28.4.tar.gz
 d48e0cbb98e9d5188e2ed6f4d06fa899 101672 admin optional 
deborphan_1.7.28.4_i386.deb

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

iQIcBAEBCAAGBQJNhNrWAAoJEBAMG33cZUhjgF4P/jHiyR4TzLHUgtUkTj9NZJmg
w72ZAWkIFfjbj3uUOJcAuvKKs7KGBhA+qtFtIP+R2AB5yUwOZ6+5TSTyJ16a+k9l
giV3NlWAB/gCsXTUXBi0aYLQzhfocVD1omCJA05Y24j7colgmvkxh67+NkhfJaT4
0iBPUvKdy0gBBI57dt9Es99ZfCxh++9n0dpAS2QB9tYvPqRQaw6+iKVpFk+x9LFG
cpuw+iWuRRkK5vLP4Q5X0wu5fFD/hCsTFmF7HgHJ7FexF///qDWqTfu2Ag9nwuam
CMzkq0TKqv9bT2MR7nt0XPk+Ta6LK74pjGHcsYDQQj0wLg6BRzwoQRxvZVYmxg1S
i3Db7+mmE7DkiiaUZgbyamz0nmBKlL04yvPtDarZBUPLWqv8L7sK5PbLJzQZ3rrB
n5l7/oTQ0MUGilXQa4Q2ZZyfqy3HhbSfQKmtQXMiI0bHcacDuG6+KJ6d7icTK7c1
FrTvwnUzKZUMhQwOJqxuhfECuklCrYFje+lF2GXlO+wkIVMzXAFmKWhfN5u6Yx50
MQpB4C8hEUShjY4/ZcAyNimyJElpbIVVsqPqcKMk1BD6pD80RHs/a/o84X2tClx0

Bug#618325: qtwebkit: FTBFS on armel: ld terminated with signal 9 [Killed]

2011-03-19 Thread Hector Oron
Hi,

  Retrying the build on abel.d.o

$ gcc -v
Using built-in specs.
COLLECT_GCC=/usr/bin/gcc-4.5.real
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabi/4.5.2/lto-wrapper
Target: arm-linux-gnueabi
Configured with: ../src/configure -v --with-pkgversion='Debian
4.5.2-6' --with-bugurl=file:///usr/share/doc/gcc-4.5/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--program-suffix=-4.5 --enable-shared --enable-multiarch
--enable-linker-build-id --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix
--with-gxx-include-dir=/usr/include/c++/4.5 --libdir=/usr/lib
--enable-nls --enable-clocale=gnu --enable-libstdcxx-debug
--enable-libstdcxx-time=yes --enable-plugin --enable-gold
--enable-ld=default --with-plugin-ld=ld.gold --enable-objc-gc
--disable-sjlj-exceptions --enable-checking=release
--build=arm-linux-gnueabi --host=arm-linux-gnueabi
--target=arm-linux-gnueabi
Thread model: posix
gcc version 4.5.2 (Debian 4.5.2-6)

 it shows me:

[...] (big linking command) [/...]
.o qrc_WebKit.o   -L../JavaScriptCore/release -L/usr/X11R6/lib
-L/usr/lib -ljscore -lXrender -lsqlite3 -L/usr/lib -lQtLocation
-lQtMultimediaKit -lQtSensors -lQtOpenGL -lQtGui -lQtNetwork -lQtCore
-lGLU -lGL -lpthread -lXext -lX11 -lm

ChromeClientQt.o: In function `WebCore::ChromeClientQt::fullScreenVideo()':
ChromeClientQt.cpp:(.text._ZN7WebCore14ChromeClientQt15fullScreenVideoEv+0x34):
undefined reference to
`WebCore::FullScreenVideoQt::FullScreenVideoQt(WebCore::ChromeClientQt*)'

ChromeClientQt.o: In function
`WebCore::ChromeClientQt::requiresFullscreenForVideoPlayback()':
ChromeClientQt.cpp:(.text._ZN7WebCore14ChromeClientQt34requiresFullscreenForVideoPlaybackEv+0x8):
undefined reference to
`WebCore::FullScreenVideoQt::requiresFullScreenForVideoPlayback()'

collect2: ld returned 1 exit status
make[2]: *** [../lib/libQtWebKit.so.4.8.1] Error 1
make[2]: Leaving directory `/home/zumbi/qtwebkit-2.1.0~2011week09/WebCore'
make[1]: *** [sub-WebCore-make_default-ordered] Error 2
make[1]: Leaving directory `/home/zumbi/qtwebkit-2.1.0~2011week09'
dh_auto_build: make -j1 returned exit code 2
make: *** [build] Error 2


$ objdump -t ./WebCore/ChromeClientQt.o | grep FullScreenVideoQt
 *UND*  
_ZN7WebCore17FullScreenVideoQtC1EPNS_14ChromeClientQtE
 *UND*  
_ZN7WebCore17FullScreenVideoQt34requiresFullScreenForVideoPlaybackEv

Let me know how can I send you more useful information

Cheers,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#618325: qtwebkit: FTBFS on armel: ld terminated with signal 9 [Killed]

2011-03-19 Thread Hector Oron
Hi again,

2011/3/19 Hector Oron hector.o...@gmail.com:

  Retrying the build on abel.d.o

 $ gcc -v
 gcc version 4.5.2 (Debian 4.5.2-6)
I for got to tell binutils version for sid is:
binutils2.21.0.20110302-2

I am now trying a wheezy rebuild with
gcc 4:4.4.5-1
binutils2.20.1-16

overriding dependencies:
libqt4-dev (= 4:4.7.0) libqt4-opengl-dev (= 4:4.7.0) qtmobility-dev

Cheers,
-- 
 Héctor Orón

Our Sun unleashes tremendous flares expelling hot gas into the Solar
System, which one day will disconnect us.

-- Day DVB-T stop working nicely
Video flare: http://antwrp.gsfc.nasa.gov/apod/ap100510.html



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



Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 21:36:06 +0100
with message-id 20110319203606.GA23481@atlan
and subject line Re: [Pkg-octave-devel] Bug#618139: octave3.2: FTBFS: 
Nonexistent build-dependency: 'libcurl4-dev'
has caused the Debian Bug report #618139,
regarding octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev'
to be marked as done.

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

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


-- 
618139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618139
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: octave3.2
Version: 3.2.4-8
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20110313 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
 ** Using build dependencies supplied by package:
 Build-Depends: gfortran, debhelper (= 6.0.7), autoconf, texinfo, 
 texlive-latex-base, texlive-generic-recommended, libreadline-dev | 
 libreadline6-dev | libreadline5-dev, libncurses5-dev, gperf, 
 libhdf5-serial-dev (= 1.8.4) | libhdf5-lam-dev (= 1.8.4) | 
 libhdf5-mpich-dev (= 1.8.4) | libhdf5-openmpi-dev (= 1.8.4), libblas-dev 
 (= 1.2-7), liblapack-dev (= 3.2.1-7), gnuplot-nox, libfftw3-dev, texi2html, 
 less, quilt, slice, libpcre3-dev, flex, libglpk-dev (= 4.15), 
 libsuitesparse-dev (= 1:3.2.0), gawk, ghostscript, libcurl4-dev, 
 libqhull-dev, desktop-file-utils, libfltk1.1-dev, libgraphicsmagick++1-dev, 
 libftgl-dev, libqrupdate-dev, libarpack2-dev (= 2.1+parpack96.dfsg-2)
 
 ┌──┐
 │ Install build dependencies (internal resolver)  
  │
 └──┘
 
 Checking for already installed source dependencies...
 gfortran: missing
 debhelper: missing
 Using default version 8.1.2
 autoconf: missing
 texinfo: missing
 texlive-latex-base: missing
 texlive-generic-recommended: missing
 libreadline-dev: missing
 libreadline6-dev: missing
 libreadline5-dev: missing
 libncurses5-dev: missing
 gperf: missing
 libhdf5-serial-dev: missing
 Using default version 1.8.4-patch1-2
 libhdf5-lam-dev: missing
 Using default version 1.8.4-patch1-2
 libhdf5-mpich-dev: missing
 Using default version 1.8.4-patch1-2
 libhdf5-openmpi-dev: missing
 Using default version 1.8.4-patch1-2
 libblas-dev: missing
 Using default version 1.2-8
 liblapack-dev: missing
 Using default version 3.3.0-4
 gnuplot-nox: missing
 libfftw3-dev: missing
 texi2html: missing
 less: already installed (436-1)
 quilt: missing
 slice: missing
 libpcre3-dev: missing
 flex: missing
 libglpk-dev: missing
 Using default version 4.43-1
 libsuitesparse-dev: missing
 Using default version 1:3.4.0-2
 gawk: missing
 ghostscript: missing
 libcurl4-dev: missing
 libqhull-dev: missing
 desktop-file-utils: missing
 libfltk1.1-dev: missing
 libgraphicsmagick++1-dev: missing
 libftgl-dev: missing
 libqrupdate-dev: missing
 libarpack2-dev: missing
 Using default version 2.1+parpack96.dfsg-3+b1
 Checking for source dependency conflicts...
 E: Package 'libcurl4-dev' has no installation candidate

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2011/03/13/octave3.2_3.2.4-8_lsid64.buildlog

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

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

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


---End Message---
---BeginMessage---
On Sun, Mar 13, 2011 at 06:31:27PM +0100, Lucas Nussbaum wrote:
 Source: octave3.2
 Version: 3.2.4-8
 Severity: serious
 Tags: wheezy sid
 User: debian...@lists.debian.org
 Usertags: qa-ftbfs-20110313 qa-ftbfs
 Justification: FTBFS on amd64

I've built the package in a clean pbuilder chroot with no problems.

Thomas

---End Message---


Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-03-19 Thread Adam D. Barratt
reopen 618139
thanks

On Sat, 2011-03-19 at 20:39 +, Debian Bug Tracking System wrote:
[...]
   Checking for source dependency conflicts...
   E: Package 'libcurl4-dev' has no installation candidate
[...]
  I've built the package in a clean pbuilder chroot with no problems.

It won't work on the buildds, however, whether pbuilder handles it or
not.

libcurl4-dev is a virtual package with multiple providers, and the
buildd software won't automatically pick between them, so the same
situation will recur.  You need to prefer one of the alternatives to
provide a concrete package to install (e.g. libcurl4-gnutls-dev |
libcurl4-dev).

Regards,

Adam




-- 
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#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

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

 reopen 618139
Bug #618139 {Done: Thomas Weber twe...@debian.org} [src:octave3.2] octave3.2: 
FTBFS: Nonexistent build-dependency: 'libcurl4-dev'
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
618139: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618139
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#618956: cgroup-bin: fails to install

2011-03-19 Thread Philipp Kern
Package: cgroup-bin
Version: 0.36.2-3
Severity: serious

| Setting up cgroup-bin (0.36.2-3) ...
| Starting cgconfig service: Loading configuration file /etc/cgconfig.conf 
failed
| Cgroup mounting failed
| Failed to parse /etc/cgconfig.conf ... failed!
| invoke-rc.d: initscript cgconfig, action start failed.
| dpkg: error processing cgroup-bin (--configure):
|  subprocess installed post-installation script returned error exit status 1
| configured to not write apport reports

`/usr/sbin/cgconfigparser -l /etc/cgconfig.conf' fails with the provided
configuration file:

| pkern@simplex:~$ grep -v '^#' /etc/cgconfig.conf 
| mount {
|   cpu = /mnt/cgroups/cpu;
|   cpuacct = /mnt/cgroups/cpuacct;
|   devices = /mnt/cgroups/devices;
| }

-- System Information:
Debian Release: 6.0
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages cgroup-bin depends on:
ii  libc6 2.11.2-10  Embedded GNU C Library: Shared lib
ii  libcgroup10.36.2-3   A library to control and monitor c

cgroup-bin recommends no packages.

cgroup-bin suggests no packages.

-- no debconf information


signature.asc
Description: Digital signature


Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-03-19 Thread Thomas Weber
On Sat, Mar 19, 2011 at 08:45:07PM +, Adam D. Barratt wrote:
 reopen 618139
 thanks
 
 On Sat, 2011-03-19 at 20:39 +, Debian Bug Tracking System wrote:
 [...]
Checking for source dependency conflicts...
E: Package 'libcurl4-dev' has no installation candidate
 [...]
   I've built the package in a clean pbuilder chroot with no problems.
 
 It won't work on the buildds, however, whether pbuilder handles it or
 not.

So, just to make sure I get this correctly, the following is my
understanding of the situation:
1) If I build the package in a clean chroot, it will work because apt
will install one of the providers. 
2) If I build it using pbuilder, it will work because pbuilder knows how
to handle the situation.
3) The buildd software (sbuild?) doesn't cope with the situation anymore
(obviously, at one point in the past this issue wasn't triggered -
libcurl4-dev was added in 2007).

Now, is there a simple way for me to prevent such problems in the
future? I find setting up pbuilder both simple and well-documented
neither of which can be said for sbuild.

 libcurl4-dev is a virtual package with multiple providers, and the
 buildd software won't automatically pick between them, so the same
 situation will recur.  

Given that both apt and pbuilder easily cope with the situation, this
sounds like a missing feature in the buildd software.

 You need to prefer one of the alternatives to provide a concrete
 package to install (e.g. libcurl4-gnutls-dev | libcurl4-dev).

It worked for ~4 years. Did something change in curl packaging? I don't
see anything obvious in its changelog.

Thomas



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



Bug#618139: marked as done (octave3.2: FTBFS: Nonexistent build-dependency: 'libcurl4-dev')

2011-03-19 Thread Adam D. Barratt
On Sat, 2011-03-19 at 22:45 +0100, Thomas Weber wrote:
 On Sat, Mar 19, 2011 at 08:45:07PM +, Adam D. Barratt wrote:
  It won't work on the buildds, however, whether pbuilder handles it or
  not.
[...]
 1) If I build the package in a clean chroot, it will work because apt
 will install one of the providers. 
[...]
  libcurl4-dev is a virtual package with multiple providers, and the
  buildd software won't automatically pick between them, so the same
  situation will recur.  
 
 Given that both apt and pbuilder easily cope with the situation, this
 sounds like a missing feature in the buildd software.

Which version of apt?  0.8.13 certainly doesn't appear to easily cope
- on a system with none of the providers installed:

$ sudo apt-get install libcurl4-dev
Reading package lists... Done
Building dependency tree   
Reading state information... Done
Package libcurl4-dev is a virtual package provided by:
  libcurl4-nss-dev 7.21.4-1
  libcurl4-gnutls-dev 7.21.4-1
You should explicitly select one to install.

E: Package 'libcurl4-dev' has no installation candidate

Regards,

Adam




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



Bug#618786: dvbstreamer: FTBFS everywhere: configure: error: libev not found

2011-03-19 Thread A Mennucc
let me just say that I am quite puzzled... I compiled it using pbuilder before 
uploading... a.



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



Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-19 Thread Michael Rasmussen
Package: libetpan15
Version: 1.0-3
Severity: critical
Justification: breaks unrelated software

Installing libetpan15(-dev) causes libdb-4.8 libdb-4.7 libdb-4.6 to be
removed since libetpan depends on libdb-5.1. libdb5.1-dev cannot
coexists with libdb  libdb-5.1. Package should always be build against latest 
version in Sid.

Depends: libetpan15 (= 1.0-3), libdb5.1-dev, libgnutls-dev,
liblockfile-dev, libsasl2-dev, libexpat1-dev, libcurl4-gnutls-dev (=
7.16.4-5) Suggests: libetpan-doc Description: mail handling library -
development files libEtPan! is a mail library. It may be used for
low-level mail handling: network protocols (IMAP/NNTP/POP3/SMTP over
TCP/IP and SSL/TCP/IP), local storage (mbox/MH/maildir), message / MIME
parsing. .

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

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

Versions of packages libetpan15 depends on:
ii  libc6 2.11.2-13  Embedded GNU C Library: Shared lib
ii  libcurl3-gnutls   7.21.4-1   Multi-protocol file transfer libra
ii  libdb4.8  4.8.30-5   Berkeley v4.8 Database Libraries [
ii  libexpat1 2.0.1-7XML parsing C library - runtime li
ii  libgcc1   1:4.5.2-6  GCC support library
ii  libgnutls26   2.10.5-1   the GNU TLS library - runtime libr
ii  liblockfile1  1.08-4 NFS-safe locking library, includes
ii  libsasl2-22.1.23.dfsg1-8 Cyrus SASL - authentication abstra
ii  libstdc++64.5.2-6The GNU Standard C++ Library v3

libetpan15 recommends no packages.

libetpan15 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



Bug#618968: netgen: links with both GPL-licensed and GPL-incompatible libraries

2011-03-19 Thread Francesco Poli (wintermute)
Package: netgen
Version: 4.9.12.dfsg-1
Severity: serious
Justification: Policy 2.2.1


Hello again Debian Science Maintainers,
thanks for maintaining netgen in Debian!

This package is released under the terms of the GNU LGPL v2 or later.
However, it links with various ffmpeg libraries, which are under the
GNU LGPL v2.1 or later with various files under the GNU GPL v2 or
later [1]. This means that ffmpeg libraries are effectively under
the GNU GPL (v2 or later).

[1] 
http://packages.debian.org/changelogs/pool/main/f/ffmpeg/ffmpeg_0.6.1-5/copyright

But package netgen also links with libopencascade-*-6.3.0, which is
released under the terms of the (GPL-incompatible) OCTPL v6.3

I would say that netgen (the binary package) is currently
undistributable, as it links with both GPL-licensed
libraries and a GPL-incompatible one.

This licensing issue is partially similar to bug #617613 [2].

[2] http://bugs.debian.org/617613

What follows is a list of the possible solutions I see, in descending
order of desirability:

 (A) Open CASCADE S.A.S. should be contacted and persuaded to
re-license Open CASCADE Technology under GPLv2-compatible terms.

 (B) Open CASCADE Technology should be substituted with a
GPLv2-compatible replacement, if any is available.

 (C) the copyright holders for GPL-licensed files included in ffmpeg
should be asked to re-license those files under the GNU LGPL v2.1 or
later, as the rest of ffmpeg.

As explained in bug #617613 [2], I am pushing in the direction of
solution (A), but I need help in persuading Open CASCADE S.A.S. to
switch to the GNU LGPL v2.1: hence, once again, please join me in this
persuasion effort!

Thanks for any help you can provide.



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



Bug#618970: evolution always crash after upgrade

2011-03-19 Thread alfredo amontagna
Package: evolution
Version: 2.32.2-1
Severity: grave
Justification: renders package unusable

Hi,
after upgrading evolution in a testing updated box I'm not able to execute
evolution; each time I try to execute it I receive a segfault

alfredo@deneb:~$ evolution
Segmentation fault

I have no problem in another box with architecture i386. Feel free to
downgrade the severity if my evaluation is too much excessive.

Executing the program with a clean environment (with a new user) doesn't
help.

The only way to run the program is with the --disable-eplugin switch,
and in the terminal I have this two lines:
alfredo@deneb:~$ evolution --disable-eplugin
(evolution:4294): GLib-GObject-CRITICAL **: Object class EMFolderTree doesn't 
implement property 'paste-target-list' from interface 'ESelectable'

(evolution:4294): GLib-GObject-CRITICAL **: Object class EMFolderTree doesn't 
implement property 'copy-target-list' from interface 'ESelectable'


Removing the package evolution-plugins and
evolution-plugins-experimental doesn't help.

I have installed gdb and evolution-dbg hopeing that can help to find the
problem.

alfredo@deneb:~$ gdb evolution
bash: gdb: command not found
alfredo@deneb:~$ gdb evolution
GNU gdb (GDB) 7.2-debian
Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/...
Reading symbols from /usr/bin/evolution...Reading symbols from 
/usr/lib/debug/usr/bin/evolution...done.
done.
(gdb) run
Starting program: /usr/bin/evolution 
[Thread debugging using libthread_db enabled]
[New Thread 0x7fffdf72e700 (LWP 3982)]

Program received signal SIGSEGV, Segmentation fault.
0x7661c699 in g_object_ref () from /usr/lib/libgobject-2.0.so.0
(gdb) thread apply all bt

Thread 2 (Thread 0x7fffdf72e700 (LWP 3982)):
#0  0x75e7f113 in poll () from /lib/libc.so.6
#1  0x76163709 in ?? () from /lib/libglib-2.0.so.0
#2  0x76163eb5 in g_main_loop_run () from /lib/libglib-2.0.so.0
#3  0x7fffef06b004 in ?? () from /usr/lib/libgio-2.0.so.0
#4  0x76188e64 in ?? () from /lib/libglib-2.0.so.0
#5  0x772ca8ba in start_thread () from /lib/libpthread.so.0
#6  0x75e8a02d in clone () from /lib/libc.so.6
#7  0x in ?? ()

Thread 1 (Thread 0x77fae800 (LWP 3979)):
#0  0x7661c699 in g_object_ref () from /usr/lib/libgobject-2.0.so.0
#1  0x7fffdcda7680 in ?? () from 
/usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
#2  0x7663db18 in g_type_create_instance () from 
/usr/lib/libgobject-2.0.so.0
#3  0x766213e9 in ?? () from /usr/lib/libgobject-2.0.so.0
#4  0x7661f761 in g_object_newv () from /usr/lib/libgobject-2.0.so.0
#5  0x766201dd in g_object_new_valist () from 
/usr/lib/libgobject-2.0.so.0
#6  0x766204f1 in g_object_new () from /usr/lib/libgobject-2.0.so.0
#7  0x7fffdcda5fd3 in ?? () from 
/usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
#8  0x7fffdcda60f5 in e_plugin_lib_enable ()
   from 
/usr/lib/evolution/2.32/plugins/liborg-freedesktop-Tracker-evolution-plugin.so
#9  0x7fffdeb240f3 in plugin_lib_loadmodule (plugin=0x7866a270) at 
e-plugin-lib.c:70
#10 0x7fffdeb24437 in plugin_lib_construct (plugin=0x7866a270, 
root=value optimized out)
at e-plugin-lib.c:154
#11 0x779753c8 in ep_load_plugin (root=0x78684f60, 
pdoc=0x7864ed60) at e-plugin.c:367
#12 0x77975786 in ep_load () at e-plugin.c:413
#13 e_plugin_load_plugins () at e-plugin.c:564
#14 0x77ffdc45 in main (argc=1, argv=0x7fffe378) at main.c:662
(gdb) quit

Please don't hesitate to ask more information or test.

Thank you very much for your hard work in the debian project.

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

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

Versions of packages evolution depends on:
ii  dbus   1.4.6-1   simple interprocess messaging syst
ii  debconf [debconf-2.0]  1.5.38Debian configuration management sy
ii  evolution-common   2.32.2-1  architecture independent files for
ii  evolution-data-server  2.32.2-2  evolution database backend server
ii  gconf2 2.28.1-6  GNOME configuration database syste
ii  gnome-icon-theme   2.30.3-2  GNOME Desktop icon theme
ii  libatk1.0-01.30.0-1  The ATK accessibility toolkit
ii  libc6  2.11.2-11 

Bug#606079: marked as done (qt4-x11: FTBFS on s390: make[3]: *** [.moc/release-shared/moc_qabstractanimation.cpp] Segmentation fault)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 23:21:31 +
with message-id e1q15sd-000581...@franck.debian.org
and subject line Bug#606079: fixed in qt4-x11 4:4.7.2-2
has caused the Debian Bug report #606079,
regarding qt4-x11: FTBFS on s390: make[3]: *** 
[.moc/release-shared/moc_qabstractanimation.cpp] Segmentation fault
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.)


-- 
606079: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=606079
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: qt4-x11
Version: 4:4.7.1-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfrebsd-*:
| dh_install --list-missing
| cp: cannot stat `debian/tmp/usr/lib/qt4/plugins/bearer/libqconnmanbearer.so': 
No such file or directory
| dh_install: cp -a debian/tmp/usr/lib/qt4/plugins/bearer/libqconnmanbearer.so 
debian/libqt4-network//usr/lib/qt4/plugins/bearer/ returned exit code 1
| make[1]: *** [override_dh_install] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=qt4-x11suite=experimental

There's also a failure on s390, some moc failure apparently.

Mraw,
KiBi.


---End Message---
---BeginMessage---
Source: qt4-x11
Source-Version: 4:4.7.2-2

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

libqt4-assistant_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-assistant_4.7.2-2_i386.deb
libqt4-core_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-core_4.7.2-2_i386.deb
libqt4-dbg_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-dbg_4.7.2-2_i386.deb
libqt4-dbus_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-dbus_4.7.2-2_i386.deb
libqt4-declarative-folderlistmodel_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-declarative-folderlistmodel_4.7.2-2_i386.deb
libqt4-declarative-gestures_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-declarative-gestures_4.7.2-2_i386.deb
libqt4-declarative-particles_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-declarative-particles_4.7.2-2_i386.deb
libqt4-declarative_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-declarative_4.7.2-2_i386.deb
libqt4-designer_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-designer_4.7.2-2_i386.deb
libqt4-dev_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-dev_4.7.2-2_i386.deb
libqt4-gui_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-gui_4.7.2-2_i386.deb
libqt4-help_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-help_4.7.2-2_i386.deb
libqt4-network_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-network_4.7.2-2_i386.deb
libqt4-opengl-dev_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-opengl-dev_4.7.2-2_i386.deb
libqt4-opengl_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-opengl_4.7.2-2_i386.deb
libqt4-phonon_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-phonon_4.7.2-2_i386.deb
libqt4-qt3support_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-qt3support_4.7.2-2_i386.deb
libqt4-script_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-script_4.7.2-2_i386.deb
libqt4-scripttools_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-scripttools_4.7.2-2_i386.deb
libqt4-sql-ibase_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-ibase_4.7.2-2_i386.deb
libqt4-sql-mysql_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-mysql_4.7.2-2_i386.deb
libqt4-sql-odbc_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-odbc_4.7.2-2_i386.deb
libqt4-sql-psql_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-psql_4.7.2-2_i386.deb
libqt4-sql-sqlite2_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-sqlite2_4.7.2-2_i386.deb
libqt4-sql-sqlite_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-sqlite_4.7.2-2_i386.deb
libqt4-sql-tds_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql-tds_4.7.2-2_i386.deb
libqt4-sql_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-sql_4.7.2-2_i386.deb
libqt4-svg_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-svg_4.7.2-2_i386.deb
libqt4-test_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-test_4.7.2-2_i386.deb
libqt4-webkit-dbg_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-webkit-dbg_4.7.2-2_i386.deb
libqt4-webkit_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-webkit_4.7.2-2_i386.deb
libqt4-xml_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-xml_4.7.2-2_i386.deb
libqt4-xmlpatterns-dbg_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-xmlpatterns-dbg_4.7.2-2_i386.deb
libqt4-xmlpatterns_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqt4-xmlpatterns_4.7.2-2_i386.deb
libqtcore4_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqtcore4_4.7.2-2_i386.deb
libqtgui4_4.7.2-2_i386.deb
  to main/q/qt4-x11/libqtgui4_4.7.2-2_i386.deb
qt4-demos-dbg_4.7.2-2_i386.deb
  to main/q/qt4-x11/qt4-demos-dbg_4.7.2-2_i386.deb
qt4-demos_4.7.2-2_i386.deb
  to 

Bug#617579: marked as done (qt4-dev-tools and qt3-dev-tools-embedded: error when trying to install together)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sat, 19 Mar 2011 23:21:31 +
with message-id e1q15sd-000586...@franck.debian.org
and subject line Bug#617579: fixed in qt4-x11 4:4.7.2-2
has caused the Debian Bug report #617579,
regarding qt4-dev-tools and qt3-dev-tools-embedded: error when trying to 
install together
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.)


-- 
617579: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=617579
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: qt3-dev-tools-embedded,qt4-dev-tools
Version: qt3-dev-tools-embedded/3:3.3.8b-7+b1
Version: qt4-dev-tools/4:4.7.2-1
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Date: 2011-03-09
Architecture: amd64
Distribution: sid

Hi,

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


WARNING: The following packages cannot be authenticated!
  gcc-4.5-base libstdc++6 libpcre3 ucf libexpat1 libfreetype6 ttf-dejavu-core
  fontconfig-config libfontconfig1 fontconfig libxau6 x11-common libice6
  libsm6 libxdmcp6 libxcb1 libx11-data libx11-6 libxt6 libaudio2 libdbus-1-3
  libglib2.0-0 libjpeg62 liblcms1 libmng1 libpng12-0 libxfixes3 libxrender1
  libxcursor1 libxext6 libxft2 libxi6 libxinerama1 libxrandr2 libqt3-mt
  libqtcore4 libqt4-xml libqt4-dbus libqt4-network libqt4-sql libtiff4
  libqtgui4 libqt4-help libqt4-sql-sqlite libqt4-xmlpatterns libxtst6
  qt3-dev-tools-embedded qt4-dev-tools

Extracting templates from packages: 62%
Extracting templates from packages: 100%
Preconfiguring packages ...
Authentication warning overridden.
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package gcc-4.5-base.
(Reading database ... 8741 files and directories currently installed.)
Unpacking gcc-4.5-base (from .../gcc-4.5-base_4.5.2-5_amd64.deb) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up gcc-4.5-base (4.5.2-5) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
(Reading database ... 8749 files and directories currently installed.)
Preparing to replace libstdc++6 4.4.5-12 (using 
.../libstdc++6_4.5.2-5_amd64.deb) ...
Unpacking replacement libstdc++6 ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Setting up libstdc++6 (4.5.2-5) ...
Can not write log, openpty() failed (/dev/pts not mounted?)
Selecting previously deselected package libpcre3.
(Reading database ... 8749 files and directories currently installed.)
Unpacking libpcre3 (from .../libpcre3_8.12-3_amd64.deb) ...
Selecting previously deselected package ucf.
Unpacking ucf (from .../ucf_3.0025+nmu1_all.deb) ...
Moving old data out of the way
Selecting previously deselected package libexpat1.
Unpacking libexpat1 (from .../libexpat1_2.0.1-7_amd64.deb) ...
Selecting previously deselected package libfreetype6.
Unpacking libfreetype6 (from .../libfreetype6_2.4.4-1_amd64.deb) ...
Selecting previously deselected package ttf-dejavu-core.
Unpacking ttf-dejavu-core (from .../ttf-dejavu-core_2.33-1_all.deb) ...
Selecting previously deselected package fontconfig-config.
Unpacking fontconfig-config (from .../fontconfig-config_2.8.0-2.1_all.deb) ...
Selecting previously deselected package libfontconfig1.
Unpacking libfontconfig1 (from .../libfontconfig1_2.8.0-2.1_amd64.deb) ...
Selecting previously deselected package fontconfig.
Unpacking fontconfig (from .../fontconfig_2.8.0-2.1_amd64.deb) ...
Selecting previously deselected package libxau6.
Unpacking libxau6 (from .../libxau6_1%3a1.0.6-1_amd64.deb) ...
Selecting previously deselected package x11-common.
Unpacking x11-common (from .../x11-common_1%3a7.6+4_all.deb) ...
Selecting previously deselected package libice6.
Unpacking libice6 (from .../libice6_2%3a1.0.7-1_amd64.deb) ...
Selecting previously deselected package libsm6.
Unpacking libsm6 (from .../libsm6_2%3a1.2.0-1_amd64.deb) ...
Selecting previously deselected package libxdmcp6.
Unpacking libxdmcp6 (from .../libxdmcp6_1%3a1.1.0-1_amd64.deb) ...
Selecting previously deselected package libxcb1.
Unpacking libxcb1 (from .../libxcb1_1.7-2_amd64.deb) ...
Selecting previously deselected package libx11-data.
Unpacking libx11-data (from .../libx11-data_2%3a1.4.1-5_all.deb) ...
Selecting previously deselected package libx11-6.
Unpacking libx11-6 (from .../libx11-6_2%3a1.4.1-5_amd64.deb) ...
Selecting previously deselected package libxt6.
Unpacking libxt6 (from .../libxt6_1%3a1.1.0-2_amd64.deb) ...
Selecting previously deselected package libaudio2.
Unpacking libaudio2 (from 

Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-19 Thread Adam D. Barratt
On Sat, 2011-03-19 at 23:40 +0100, Michael Rasmussen wrote:
 Installing libetpan15(-dev) causes libdb-4.8 libdb-4.7 libdb-4.6 to be
 removed since libetpan depends on libdb-5.1.

Installing libetpan-dev most likely removes libdb4.*-dev, but that's due
to libdb5.1's conflicts, not anything in libetpan-dev.  Installing
libetpan15 on a system with libdb4.{5,6,7,8} already installed works
just fine.

 libdb5.1-dev cannot coexists with libdb  libdb-5.1. Package should
 always be build against latest version in Sid.

libdb5.1 *is* the latest version in sid.

Regards,

Adam




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



Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-19 Thread Michael Rasmussen
On Sat, 19 Mar 2011 23:33:44 +
Adam D. Barratt a...@adam-barratt.org.uk wrote:

 
 Installing libetpan-dev most likely removes libdb4.*-dev, but that's due
 to libdb5.1's conflicts, not anything in libetpan-dev.  Installing
 libetpan15 on a system with libdb4.{5,6,7,8} already installed works
 just fine.
 
True, but you cannot install libetpan15-dev as this will pull in
libdb5.1-dev which will remove libdb4.{5,6,7,8}-dev. This means you are
not able to build any package in Sid dependent on libdb4.{5,6,7,8}-dev
while libetpan15-dev is installed

-- 
Hilsen/Regards
Michael Rasmussen

Get my public GnuPG keys:
michael at rasmussen dot cc
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xD3C9A00E
mir at datanom dot net
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE501F51C
mir at miras dot org
http://pgp.mit.edu:11371/pks/lookup?op=getsearch=0xE3E80917
--
Keep it simple to make it faster.
- The Elements of Programming Style (Kernighan  Plaugher)


signature.asc
Description: PGP signature


Bug#618353: marked as done (liferea: FTBFS with GCC 4.5)

2011-03-19 Thread Debian Bug Tracking System
Your message dated Sun, 20 Mar 2011 00:34:06 +
with message-id e1q16as-0004vy...@franck.debian.org
and subject line Bug#618353: fixed in liferea 1.6.5-1
has caused the Debian Bug report #618353,
regarding liferea: FTBFS with GCC 4.5
to be marked as done.

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

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


-- 
618353: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=618353
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: liferea
Version: 1.6.4-1
Severity: serious
Justification: no longer builds from source
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.5

liferea no longer builds from source with GCC 4.5:

  /bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -g -O2  
-Wl,--as-needed -o liferea bacon-message-connection.o browser.o comments.o 
common.o conf.o db.o dbus.o debug.o e-date.o enclosure.o export.o favicon.o 
feed.o feed_parser.o feedlist.o folder.o html.o htmlview.o item.o item_state.o 
itemset.o itemlist.o metadata.o migrate.o net.o newsbin.o node.o node_type.o 
plugin.o render.o rule.o script.o social.o subscription.o update.o main.o 
vfolder.o xml.o parsers/libliparsers.a fl_sources/libliflsources.a 
notification/libnotification.a ui/libliui.a webkit/libwebkit.a  -pthread 
-Wl,--export-dynamic -lgconf-2 -lxslt -lsqlite3 -lglade-2.0 -lxml2 -lwebkit-1.0 
-lgtk-x11-2.0 -lsoup-2.4 -lgdk-x11-2.0 -latk-1.0 -lpangoft2-1.0 
-lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgio-2.0 -lgobject-2.0 -lgmodule-2.0 -lgthread-2.0 -lrt 
-lglib-2.0   -lSM   -pthread -ldbus-glib-1 -ldbus-1 -lpthread -lgobject-2.0 
-lgthread-2.0 -lrt -lglib-2.0   -pthread -lnm-glib -ldbus-glib-1 -ldbus-1 
-lpthread -lgobject-2.0 -lgthread-2.0 -lrt -lglib-2.0   -pthread -lnotify 
-lgtk-x11-2.0 -ldbus-glib-1 -lgdk-x11-2.0 -latk-1.0 -lgio-2.0 -lpangoft2-1.0 
-lpangocairo-1.0 -lgdk_pixbuf-2.0 -lm -lcairo -lpango-1.0 -lfreetype 
-lfontconfig -lgmodule-2.0 -ldbus-1 -lpthread -lgobject-2.0 -lgthread-2.0 -lrt 
-lglib-2.0   
  libtool: link: gcc -g -O2 -g -O2 -o liferea bacon-message-connection.o 
browser.o comments.o common.o conf.o db.o dbus.o debug.o e-date.o enclosure.o 
export.o favicon.o feed.o feed_parser.o feedlist.o folder.o html.o htmlview.o 
item.o item_state.o itemset.o itemlist.o metadata.o migrate.o net.o newsbin.o 
node.o node_type.o plugin.o render.o rule.o script.o social.o subscription.o 
update.o main.o vfolder.o xml.o -pthread -Wl,--export-dynamic -pthread -pthread 
-pthread  -Wl,--as-needed parsers/libliparsers.a fl_sources/libliflsources.a 
notification/libnotification.a ui/libliui.a webkit/libwebkit.a 
/usr/lib/libgconf-2.so /usr/lib/libxslt.so /usr/lib/libsqlite3.so 
/usr/lib/libglade-2.0.so /usr/lib/libxml2.so -lwebkit-1.0 -lsoup-2.4 -lSM 
-lnm-glib /usr/lib/libnotify.so /usr/lib/libgtk-x11-2.0.so -ldbus-glib-1 
/usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgio-2.0.so 
/usr/lib/libpangoft2-1.0.so /usr/lib/libpangocairo-1.0.so 
/usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libcairo.so /usr/lib/libpango-1.0.so 
/usr/lib/libfreetype.so -lfontconfig /usr/lib/libgmodule-2.0.so -ldbus-1 
-lpthread /usr/lib/libgobject-2.0.so /usr/lib/libgthread-2.0.so -lrt 
/usr/lib/libglib-2.0.so -pthread
  /usr/bin/ld: ui/libliui.a(libliui_a-eggtrayicon.o): undefined reference to 
symbol 'XFlush'
  /usr/bin/ld: note: 'XFlush' is defined in DSO //usr/lib64/libX11.so.6 so try 
adding it to the linker command line
  //usr/lib64/libX11.so.6: could not read symbols: Invalid operation
  collect2: ld returned 1 exit status
  make[5]: *** [liferea] Error 1
  make[5]: Leaving directory `/tmp/liferea-1.6.4/src'
  make[4]: *** [all-recursive] Error 1
  make[4]: Leaving directory `/tmp/liferea-1.6.4/src'
  make[3]: *** [all] Error 2
  make[3]: Leaving directory `/tmp/liferea-1.6.4/src'
  make[2]: *** [all-recursive] Error 1
  make[2]: Leaving directory `/tmp/liferea-1.6.4'
  make[1]: *** [all] Error 2
  make[1]: Leaving directory `/tmp/liferea-1.6.4'
  make: *** [build-stamp] Error 2
  dpkg-buildpackage: error: debian/rules build gave error exit status 2

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

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

Versions of packages liferea depends on:
ii  gconf2  2.32.1-2 GNOME configuration database syste
ii  libatk1.0-0 1.32.0-2 The ATK accessibility toolkit
ii  libc6   

Bug#618972: xcfa: FTBFS on kfreebsd-*: cd_cddb.c:42:25: fatal error: linux/cdrom.h: No such file or directory

2011-03-19 Thread Cyril Brulebois
Source: xcfa
Version: 4.0.4-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| gcc -DLOCALEDIR=/usr/share/locale -DHAVE_CONFIG_H -I. -I.. 
-DPACKAGE_DATA_DIR=\/usr/share\ -DPACKAGE_LOCALE_DIR=\/usr//locale\ 
-DPIXMAPS_DIR=\/usr/share/pixmaps/xcfa\ -pthread -I/usr/include/gtk-2.0 
-I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo 
-I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/glib-2.0 
-I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 
-I/usr/include/libpng12 -I/usr/include/libdrm   -I../lib  -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 
-I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
-DDATA_DIR=\/usr/share\ -DLOCALE_DIR=\/usr/share/locale\ 
-DPIXMAPS_DIR=\/usr/share/pixmaps/xcfa\  -g -O2 -Wall -D_REENTRANT -DLinux 
-Wl,--export-dynamic -c -o xcfa-cd_cddb.o `
 test -f 'cd_cddb.c' || echo './'`cd_cddb.c
| cd_cddb.c:42:25: fatal error: linux/cdrom.h: No such file or directory
| compilation terminated.
| make[3]: *** [xcfa-cd_cddb.o] Error 1

Full build logs:
  https://buildd.debian.org/status/package.php?p=xcfasuite=sid

KiBi.



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



Processed: reopening 618504

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

 reopen 618504
Bug #618504 {Done: Albin Tonnerre lu...@debian.org} [edje] edje: FTBFS - 
Embryo.h: No such file or directory
'reopen' may be inappropriate when a bug has been closed with a version;
you may need to use 'found' to remove fixed versions.
 thanks
Stopping processing here.

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

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

 close 618504
Bug#618504: edje: FTBFS - Embryo.h: No such file or directory
'close' is deprecated; see http://www.debian.org/Bugs/Developer#closing.
Bug closed, send any further explanations to Aaron M. Ucko u...@debian.org

 thanks
Stopping processing here.

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

2011-03-19 Thread Hector Oron
close 618504 
thanks

  Looking current build logs (1.0.0-1). Just waiting now, for 1.0.0-2 upload.

  Thanks and apologies for noise.

Cheers




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



Bug#618974: boinc: FTBFS on kfreebsd-*: Makefile:189: *** missing separator. Stop.

2011-03-19 Thread Cyril Brulebois
Source: boinc
Version: 6.12.18+dfsg-1
Severity: serious
Justification: FTBFS

Hi,

your package no longer builds on kfreebsd-*:
| docbook2x-man debian/manpages/update-boinc-applinks.xml
| 
| *
|  Making 
| *
| 
| /usr/bin/make
| make[2]: Entering directory 
`/build/buildd-boinc_6.12.18+dfsg-1-kfreebsd-i386-gQNKMv/boinc-6.12.18+dfsg'
| Makefile:189: *** missing separator.  Stop.
| make[2]: Leaving directory 
`/build/buildd-boinc_6.12.18+dfsg-1-kfreebsd-i386-gQNKMv/boinc-6.12.18+dfsg'
| make[1]: *** [override_dh_auto_build] Error 2

Full build logs:
  https://buildd.debian.org/status/package.php?p=boincsuite=sid

KiBi.



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



Bug#618965: libetpan15: Breaks build system on Debian Sid

2011-03-19 Thread Nikita V. Youshchenko
 Package: libetpan15
 Version: 1.0-3
 Severity: critical
 Justification: breaks unrelated software

 Installing libetpan15(-dev) causes libdb-4.8 libdb-4.7 libdb-4.6 to be
 removed since libetpan depends on libdb-5.1. libdb5.1-dev cannot
 coexists with libdb  libdb-5.1. Package should always be build against
 latest version in Sid.

I once implemented some logic in libetpan package to automatically compute 
libdbX-dev dependeny. For some reason it failed for the latest build, and 
I overlooked it. Sorry. Now looking at it, will upload fix ASAP.

Nikita


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