Bug#740911: backporting the fix

2014-04-27 Thread Daniel Pocock
On 28/04/14 07:53, Milan Crha wrote:
> On Sun, 2014-04-27 at 22:03 +0200, Daniel Pocock wrote:
>> Please find the revised version enclosed - I believe this is good for
>> the 3.4 branch in upstream evolution-data-server too:
>   Hi,
> I'm sorry, but 3.4 is dead for upstream currently, we are more than
> 3 years ahead from it right now.

The current stable Debian release will still be supported for at least
another 18 months from now

Many users are quite happy to just take little fixes like this rather
than upgrading their whole system every 6 months.

Even if there are no other fixes you plan to backport, could you
consider making a 3.4.5 tag just with this fix?

>> Personally, I'm more interested in things like making click-to-dial work
>> (see my sipdialer package for example) - it almost works from icedove
>> now and I would appreciate feedback about how to get it working from
>> Evolution too.
> I've no idea what this is about, could you be more specific, preferably
> with a bug report against evolution in GNOME's bugzilla, please?

What I'm referring to is

a) the user clicks some phone number or SIP address on the screen (e.g.
in the address book)
b) their preferred deskphone or softphone starts calling the number or
address


> https://bugzilla.gnome.org/enter_bug.cgi?product=evolution
> CC me on the bug, it'll take my attention to it. There are important
> details how exactly this works. if it's like opening a "URL" of some
> kind "sip://some-phone-number", by clicking the phone number in a
> contact preview, then it should be pretty easy to implement.

It is not quite so easy though - the URL handling is usually not hard,
the question is how do we route the event to the right phone.  I'll put
more details in a separate bug.


-- 
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 743633 is normal

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

> severity 743633 normal
Bug #743633 [src:lnav] lnav: FTBFS on sparc
Severity set to 'normal' from 'serious'
> thanks
Stopping processing here.

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


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



Bug#746214: hdf5: build with openmpi on mips/mipsel

2014-04-27 Thread Julien Cristau
Source: hdf5
Version: 1.8.12+docs-1
Severity: serious
Tags: patch

Hi,

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

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

Cheers,
Julien


signature.asc
Description: Digital signature


Processed: tagging 705023

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

> tags 705023 + experimental
Bug #705023 [corosync] corosync-2.3.0 source package missing build-dep on 
libdbus-1-dev
Added tag(s) experimental.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
705023: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=705023
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#746211: coinor-ipopt: FTBFS on s390x (configure: error: C compiler cannot create executables)

2014-04-27 Thread Julien Cristau
Source: coinor-ipopt
Version: 3.11.7-2
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Hi,

your package doesn't build on s390x buildds:
https://buildd.debian.org/status/fetch.php?pkg=coinor-ipopt&arch=s390x&ver=3.11.7-2&stamp=1398628114

> checking build system type... s390x-ibm-linux-gnu
> checking whether we want to compile in debug mode... no
> checking for gcc... gcc
> configure: error: C compiler cannot create executables
> See `config.log' for more details.
> make: *** [debian/stamp-autotools] Error 77

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#740911: backporting the fix

2014-04-27 Thread Milan Crha
On Sun, 2014-04-27 at 22:03 +0200, Daniel Pocock wrote:
> Please find the revised version enclosed - I believe this is good for
> the 3.4 branch in upstream evolution-data-server too:

Hi,
I'm sorry, but 3.4 is dead for upstream currently, we are more than
3 years ahead from it right now.

> Personally, I'm more interested in things like making click-to-dial work
> (see my sipdialer package for example) - it almost works from icedove
> now and I would appreciate feedback about how to get it working from
> Evolution too.

I've no idea what this is about, could you be more specific, preferably
with a bug report against evolution in GNOME's bugzilla, please?
https://bugzilla.gnome.org/enter_bug.cgi?product=evolution
CC me on the bug, it'll take my attention to it. There are important
details how exactly this works. if it's like opening a "URL" of some
kind "sip://some-phone-number", by clicking the phone number in a
contact preview, then it should be pretty easy to implement.
Bye,
Milan


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



Bug#740828: marked as done (DAViCal expects timestamp in REV field of vCard)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Mon, 28 Apr 2014 07:51:20 +0200
with message-id <535dec58.7000...@pocock.pro>
and subject line Evolution bug
has caused the Debian Bug report #740828,
regarding DAViCal expects timestamp in REV field of vCard
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.)


-- 
740828: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740828
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: davical
Version: 1.1.1-1
Severity: serious

I mark this as serious because DAViCal no longer interoperates with
Evolution, the default contact/calendar client in Debian

Evolution submits a vCard to DAViCal with a REV field like this:

REV:"d3b07384d113edec49eaa6238ad5ff00"

In the RFCs it suggests it should be a time value and that Evolution may
be at fault:

 http://tools.ietf.org/html/rfc2426#section-3.6.4
 https://tools.ietf.org/html/rfc6350#section-6.7.4

DAViCal tries to put it in a timestamp column in PostgreSQL, where it is
rejected:

Query: QF: SQL error "22007" - ERROR: invalid input syntax for type
timestamp with time zone:  ...

Query: QF: UPDATE caldav_data SET caldav_data=:dav_data, dav_etag=:etag,
logged_user=:session_user, modified=:modified, user_no=:user_no,
caldav_type='VCARD' WHERE dav_name=:dav_name



If this is a fault in evolution, please confirm and reassign the bug there

If clients are behaving like this, however, should DAViCal support them in some 
way?


Related issues:

http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740827
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=699353
--- End Message ---
--- Begin Message ---



Confirmed as an upstream bug in Evolution:

https://bugzilla.gnome.org/show_bug.cgi?id=704740


I've tested the patch on wheezy and it resolves the issue for me.--- End Message ---


Bug#745901:

2014-04-27 Thread Satoshi Amemiya
http://catalyst.wirephire.com/repo/gnome-catalyst-back/x86_64/

there are arch's ports for same probrem.


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



Processed: limit source to serf, tagging 746129

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

> #serf (1.3.5-1) unstable; urgency=medium
> #
> #  * New upstream release
> #+ Update test certificates.  Fixes FTBFS.  (Closes: #746129)
> #
> limit source serf
Limiting to bugs with field 'source' containing at least one of 'serf'
Limit currently set to 'source':'serf'

> tags 746129 + pending
Bug #746129 [src:serf] serf: FTBFS: Tests failures
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746129: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746129
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#746205: gnome-system-log will freeze for several minutes with 100% cpu useage.

2014-04-27 Thread Dean Loros
Package: gnome-system-log
Version: 3.9.90-2
Severity: grave
Justification: renders package unusable

Dear Maintainer,

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

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

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

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

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

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



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

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

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

gnome-system-log recommends no packages.

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

-- no debconf information


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



Processed: your mail

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

> reassign 746140 libasm4-java
Bug #746140 [src:libjnr-posix-java] libjnr-posix-java: FTBFS: 2 required 
artifacts are missing
Bug reassigned from package 'src:libjnr-posix-java' to 'libasm4-java'.
No longer marked as found in versions libjnr-posix-java/1.1.8-2.
Ignoring request to alter fixed versions of bug #746140 to the same values 
previously set
> reassign 746112 libasm4-java
Bug #746112 [src:jnr-netdb] jnr-netdb: FTBFS: Missing required artifact: 
org.ow2.asm:asm-commons:jar:4.x
Bug reassigned from package 'src:jnr-netdb' to 'libasm4-java'.
No longer marked as found in versions jnr-netdb/1.0.3-3.
Ignoring request to alter fixed versions of bug #746112 to the same values 
previously set
> merge 746140 746112
Bug #746140 [libasm4-java] libjnr-posix-java: FTBFS: 2 required artifacts are 
missing
Bug #746112 [libasm4-java] jnr-netdb: FTBFS: Missing required artifact: 
org.ow2.asm:asm-commons:jar:4.x
Merged 746112 746140
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
746112: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746112
746140: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746140
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 746035 to samba, forcibly merging 739887 746035, affects 739887

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

> reassign 746035 samba
Bug #746035 [systemd] systemd: Systemd prevents to reboot
Bug reassigned from package 'systemd' to 'samba'.
No longer marked as found in versions systemd/204-9.
Ignoring request to alter fixed versions of bug #746035 to the same values 
previously set
> forcemerge 739887 746035
Bug #739887 [samba] broken samba LSB header causes dependency loops
Bug #739887 [samba] broken samba LSB header causes dependency loops
Added tag(s) moreinfo.
Bug #746035 [samba] systemd: Systemd prevents to reboot
Severity set to 'important' from 'critical'
Marked as found in versions samba/2:4.1.5+dfsg-1.
Added tag(s) pending.
Merged 739887 746035
> affects 739887 systemd
Bug #739887 [samba] broken samba LSB header causes dependency loops
Bug #746035 [samba] systemd: Systemd prevents to reboot
Added indication that 739887 affects systemd
Added indication that 746035 affects systemd
> thanks
Stopping processing here.

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


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



Processed (with 3 errors): Re: Bug#746035: systemd: Systemd prevents to reboot

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

> reassing 746035 samba
Unknown command or malformed arguments to command.
> forcemerge 739887 746035
Bug #739887 [samba] broken samba LSB header causes dependency loops
Unable to merge bugs because:
package of #746035 is 'systemd' not 'samba'
Failed to forcibly merge 739887: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x1b90318)', 
'requester', 'Michael Biebl ', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', '<535d981c.2080...@debian.org>', 
'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 552
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 551
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x1ac5390)', 'limit', 'HASH(0x1abb990)', 'common_control_options', 
'ARRAY(0x1abb9d8)', 'errors', ...) called at /usr/lib/debbugs/service line 474

> affects 739887 systemd
Failed to mark 739887 as affecting package(s): failed to get lock on 
/org/bugs.debian.org/spool/lock/739887 -- Unable to lock 
/org/bugs.debian.org/spool/lock/739887 Resource temporarily unavailable.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
Unable to lock /org/bugs.debian.org/spool/lock/739887 Resource temporarily 
unavailable at /usr/local/lib/site_perl/Debbugs/Common.pm line 629.
 at /usr/local/lib/site_perl/Debbugs/Common.pm line 587
Debbugs::Common::filelock('/org/bugs.debian.org/spool/lock/739887') 
called at /usr/local/lib/site_perl/Debbugs/Status.pm line 213
Debbugs::Status::read_bug('bug', 739887, 'lock', 1) called at 
/usr/local/lib/site_perl/Debbugs/Status.pm line 465
Debbugs::Status::lock_read_all_merged_bugs('bug', 739887) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 3671
Debbugs::Control::__begin_control('remove', 0, 'add', 1, 
'request_replyto', 'Michael Biebl ', 'transcript', 
'GLOB(0x1b90318)', 'bug', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control.pm line 2556
Debbugs::Control::affects('transcript', 'GLOB(0x1b90318)', 'requester', 
'Michael Biebl ', 'request_addr', 'cont...@bugs.debian.org', 
'request_msgid', '<535d981c.2080...@debian.org>', 'request_subject', ...) 
called at /usr/local/lib/site_perl/Debbugs/Control/Service.pm line 637
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 636
Debbugs::Control::Service::control_line('line', 'affects 739887 
systemd', 'clonebugs', 'HASH(0x1ac5390)', 'limit', 'HASH(0x1abb990)', 
'common_control_options', 'ARRAY(0x1abb9d8)', 'errors', ...) called at 
/usr/lib/debbugs/service line 474

> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
739887: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739887
746035: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746035
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#746035: systemd: Systemd prevents to reboot

2014-04-27 Thread Michael Biebl
reassing 746035 samba
forcemerge 739887 746035
affects 739887 systemd
thanks

Am 27.04.2014 14:27, schrieb Eric Valette:
> On 27/04/2014 13:35, Michael Biebl wrote:
>> Am 27.04.2014 13:12, schrieb Eric Valette:
>>
> 
>> This bug is known bug in samba, debugged and filed as [0]
>>
>> Michael
>>
>> [0] https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739887
> 
> I applied the suggested patch, rerun insserv -v but it is still called
> twice on shutdown via sysv init. Dunno if it will change anything for
> systemd but it still wrong for sysv init. I added an info for the bug
> you just pointed out.
> 
> Thanks for your time and patience!

Thanks for reporting back. Re-assigning and merging the bug report
accordingly, since this needs to be fixed in samba.

Michael


-- 
Why is it that all of the instruments seeking intelligent life in the
universe are pointed away from Earth?



signature.asc
Description: OpenPGP digital signature


Bug#744152: gdm3 doesn't display anything at all anymore

2014-04-27 Thread Craig Small
Thanks Emilio. Yes, it seems that gdm3 is yet another victim of it. Along with 
totem and gnome-session for starters.

Bug#746145: psensor: FTBFS: psensor_json.c:143:2: error: 'json_object_object_get' is deprecated

2014-04-27 Thread jeanfi
Hello,

On 04/27/2014 02:12 PM, David Suárez wrote:
>> psensor_json.c:143:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   oid = json_object_object_get(o, "id");
>>   ^
>> psensor_json.c:144:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   oname = json_object_object_get(o, "name");
>>   ^
>> psensor_json.c:145:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   otype = json_object_object_get(o, "type");
>>   ^
Fixed upstream by [1].

Thanks for the report.

Regards,
JeanFI.

[1]
http://wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff;h=695aaee544240f86415140a77f5716f858bec91e




signature.asc
Description: OpenPGP digital signature


Bug#746145: psensor: FTBFS: psensor_json.c:143:2: error: 'json_object_object_get' is deprecated

2014-04-27 Thread jeanfi
Hello,

On 04/27/2014 02:12 PM, David Suárez wrote:
>> psensor_json.c:143:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   oid = json_object_object_get(o, "id");
>>   ^
>> psensor_json.c:144:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   oname = json_object_object_get(o, "name");
>>   ^
>> psensor_json.c:145:2: error: 'json_object_object_get' is deprecated 
>> (declared at /usr/include/json-c/json_object.h:271) 
>> [-Werror=deprecated-declarations]
>>   otype = json_object_object_get(o, "type");
>>   ^
Fixed upstream by [1].

Regards,
JeanFI.

[1]
http://wpitchoune.net/gitweb/?p=psensor.git;a=commitdiff;h=695aaee544240f86415140a77f5716f858bec91e




signature.asc
Description: OpenPGP digital signature


Bug#746069: marked as done (music123: FTBFS: /usr/share/ada/debian_packaging.mk: No such file or directory)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 22:20:01 +
with message-id 
and subject line Bug#746069: fixed in music123 16.3-5
has caused the Debian Bug report #746069,
regarding music123: FTBFS: /usr/share/ada/debian_packaging.mk: 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.)


-- 
746069: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746069
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: music123
Version: 16.3-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  fakeroot debian/rules clean
> debian/rules:7: /usr/share/ada/debian_packaging.mk: No such file or directory
> make: *** No rule to make target `/usr/share/ada/debian_packaging.mk'.  Stop.
> dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
> 
> Build finished at 20140426-2224

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/music123_16.3-4_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: music123
Source-Version: 16.3-5

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

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

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

Debian distribution maintenance software
pp.
Nicolas Boulenguez  (supplier of updated music123 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 23:56:42 +0200
Source: music123
Binary: music123
Architecture: source amd64
Version: 16.3-5
Distribution: unstable
Urgency: medium
Maintainer: Xavier Grave 
Changed-By: Nicolas Boulenguez 
Description: 
 music123   - Command-line shell for sound-file players
Closes: 746069
Changes: 
 music123 (16.3-5) unstable; urgency=medium
 .
   * Build-Depends: gnat with debian_packaging.mk. Closes: #746069.
Checksums-Sha1: 
 a914b92e7d80f04d2dc307f2307be72207709089 1941 music123_16.3-5.dsc
 a4971dd5df18ab29bc63002124c2509e4b56e125 5704 music123_16.3-5.debian.tar.xz
 2e8271617a8a759692bb951b1771b40acf2a387f 62440 music123_16.3-5_amd64.deb
Checksums-Sha256: 
 f4b05421d0e53bdca8b6c670bb5421fa089b3b588439118afe826af301fe23a3 1941 
music123_16.3-5.dsc
 ba27168749b4f97ebc8dbd5566a68a0e6eed2aba0b60718b487cf3e38d5181a3 5704 
music123_16.3-5.debian.tar.xz
 696dffbb5123215900cfd0933f2440ee1dcb4b3249324184f9e857349ba09c77 62440 
music123_16.3-5_amd64.deb
Files: 
 3b6ea81d45996c4b8c75be51aa617726 62440 sound optional music123_16.3-5_amd64.deb
 ceda0c470891c50a1e0cfaf6296b7026 1941 sound optional music123_16.3-5.dsc
 89f5056a7b343353eaa0d34bcbf327eb 5704 sound optional 
music123_16.3-5.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTXX6sAAoJELUqnPRJDfyNyckP/Aqa88wSe2W7XwczQgIRoXUw
LtgpxG4NFlo+BA2LsqtDWnzdFyHUyNxZPSwdvEhVze96PDy3200TDl8ugXgRU/r9
0HaMBcNhfSTk3soeCuOhG6pbFqQDfvS39BRe+XVFLtmT/eEIldz3B47jyHzc+8JM
Kh4rsBaJYLOUfaTPRnXBHaE7wiWavqhgLVJA6SzCXGMWKbuhoh7FVOCd8P5TrCGz
CUGEAF38vjaKfg5f7fYJCh+/FwZtFXVzlVjR31UdR/r7JXNCe+qqrCN6XLUoDEns
F1HdzQx/yyVrtu6xPBwpTw3LzJlaLdawQkA95hetRgkYDEufTaZrl8YLHEvgvJOg
9Onyk73BkKnBnYJ+UC6MJKzChsmgLR3aJpgZyLtXElnccdH9XEqtMTPN64ZfdkLl
p9X8fBcxhYpEmEb9XrJ8d8fceS5PlqAt2EBZw66ARjGYgTG2mWpQvNNI5cineu7u
L0l6aGl249LCHGxK5Ay91+f4Ppio9Wv5klBWjb1uI9lTvzsg7mmKJ+TKno8NeCP8
heBkwAItYYV4bT2XBDLm5V85AkSkUjyLRZULRJBQVzLUXRzusAjfHH3D7v+L0e6l
N9MblMqmJ+rN0706F7lP+ozGrHsAhlUyDOiCXo/R1HYvUTrBsk3BfwoEu3dxXRoN
+u7ek075uQoQh/7LP0FG
=W4z+
-END PGP SIGNATURE End Message ---


Bug#741756: marked as done (vowpal-wabbit: FTBFS: configure: error: Could not find a version of the library! (multiarch Boost issues))

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 22:05:39 +
with message-id 
and subject line Bug#741756: fixed in vowpal-wabbit 7.3-1.1
has caused the Debian Bug report #741756,
regarding vowpal-wabbit: FTBFS: configure: error: Could not find a version of 
the library! (multiarch Boost 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.)


-- 
741756: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741756
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: vowpal-wabbit
Version: 7.3-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> checking dynamic linker characteristics... (cached) GNU/Linux ld.so
> checking how to hardcode library paths into programs... immediate
> checking for ANSI C header files... (cached) yes
> checking for boostlib >= 1.0... yes
> checking whether the Boost::Program_Options library is available... yes
> configure: error: Could not find a version of the library!

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/15/vowpal-wabbit_7.3-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: vowpal-wabbit
Source-Version: 7.3-1.1

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

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

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

Debian distribution maintenance software
pp.
Sebastian Ramacher  (supplier of updated vowpal-wabbit 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 23:44:39 +0200
Source: vowpal-wabbit
Binary: vowpal-wabbit libvw0 libvw-dev vowpal-wabbit-dbg vowpal-wabbit-doc
Architecture: source amd64 all
Version: 7.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Yaroslav Halchenko 
Changed-By: Sebastian Ramacher 
Description: 
 libvw-dev  - fast and scalable online machine learning algorithm - development
 libvw0 - fast and scalable online machine learning algorithm - dynamic lib
 vowpal-wabbit - fast and scalable online machine learning algorithm
 vowpal-wabbit-dbg - fast and scalable online machine learning algorithm - 
debug files
 vowpal-wabbit-doc - fast and scalable online machine learning algorithm - 
documentati
Closes: 741756
Changes: 
 vowpal-wabbit (7.3-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * debian/patches/boost_autoconf.patch: Update Boost autoconf macros to deal
 handle multi-archified Boost. (Closes: #741756)
Checksums-Sha1: 
 ec6f9f5b3a716fa5cdf5fbcd0559d4fd91c0e206 2151 vowpal-wabbit_7.3-1.1.dsc
 e6649ba216d57b3d89f43984bbbe298c08f37757 5976 
vowpal-wabbit_7.3-1.1.debian.tar.xz
 9b77c5c2fffe1e1a51c36cec520dfd424e52c8ee 17778 vowpal-wabbit_7.3-1.1_amd64.deb
 f9a7e54a4093cda7587c5b2f5d481c3967a47cc2 244382 libvw0_7.3-1.1_amd64.deb
 c116ca29aa73037975ea69a64d29a9b412e73ef4 329886 libvw-dev_7.3-1.1_amd64.deb
 0eaac333fd99de6c91f48e18cfc9725fdf6e3c1c 1872298 
vowpal-wabbit-dbg_7.3-1.1_amd64.deb
 3e3c4fda69da940fdb5c8d496f730db9899919e2 46983904 
vowpal-wabbit-doc_7.3-1.1_all.deb
Checksums-Sha256: 
 b01a31532cb08005779a7b3266a9a3be895a00e17b3e0b1fa66f01fa2fbaf65f 2151 
vowpal-wabbit_7.3-1.1.dsc
 4cf8512b65cc8a57e99373e81b0b83af43738b113ecf918f404a2598daeda591 5976 
vowpal-wabbit_7.3-1.1.debian.tar.xz
 5f2b922a5cb160c752c117c7a5ad88d7a7beee9e27713b57be449ed366825986 17778 
vowpal-wabbit_7.3-1.1_amd64.deb
 9dea251d240bc6ed31de360104f891456ea5d33e4220599085bdb1857b102785 244382 
libvw0_7.3-1.1_amd64.deb
 8722ad8d665b3e86fe06e726bddbe7c6d06abccbd03247cd34e3e92c8cb93f98 329886 
libvw-dev_7.3-1.1_amd64.deb
 f5478d31584fddde37c22ac0f273db9568cbfb91c45d560b9ae2e71eaa597f

Bug#746115: fusioninventory-agent: FTBFS: Tests failures

2014-04-27 Thread Gonéri Le Bouder
Hi,

Thank you for the bug report. I cannot reproduce the issue although I
now this ssl.t is fragile and depend on the buildd configuration a lot.
I will disable it to avoid such situation.

Best regards,
-- 
Gonéri Le Bouder


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



Bug#746124: marked as done (r-cran-lpsolve: FTBFS: commonlib.c:693:3: error: format not a string literal and no format arguments [-Werror=format-security])

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:25:03 +
with message-id 
and subject line Bug#746124: fixed in r-cran-lpsolve 5.6.7-3
has caused the Debian Bug report #746124,
regarding r-cran-lpsolve: FTBFS: commonlib.c:693:3: error: format not a string 
literal and no format arguments [-Werror=format-security]
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.)


-- 
746124: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746124
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: r-cran-lpsolve
Version: 5.6.7-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -I . -DINTEGERTIME -DPARSER_LP 
> -DBUILDING_FOR_R -DYY_NEVER_INTERACTIVE -DUSRDLL -DCLOCKTIME 
> -DRoleIsExternalInvEngine -DINVERSE_ACTIVE=INVERSE_LUSOL -DINLINE=static 
> -DParanoia -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c commonlib.c -o 
> commonlib.o
> commonlib.c: In function 'blockWriteINT':
> commonlib.c:693:3: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>fprintf(output, label);
>^
> commonlib.c: In function 'blockWriteBOOL':
> commonlib.c:712:3: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>fprintf(output, label);
>^
> commonlib.c: In function 'blockWriteREAL':
> commonlib.c:734:3: error: format not a string literal and no format arguments 
> [-Werror=format-security]
>fprintf(output, label);
>^
> cc1: some warnings being treated as errors
> make[1]: *** [commonlib.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/r-cran-lpsolve_5.6.7-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: r-cran-lpsolve
Source-Version: 5.6.7-3

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

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

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

Debian distribution maintenance software
pp.
Dirk Eddelbuettel  (supplier of updated r-cran-lpsolve package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2014 15:36:50 -0500
Source: r-cran-lpsolve
Binary: r-cran-lpsolve
Architecture: source i386
Version: 5.6.7-3
Distribution: unstable
Urgency: low
Maintainer: Dirk Eddelbuettel 
Changed-By: Dirk Eddelbuettel 
Description: 
 r-cran-lpsolve - GNU R package providing linear program solvers
Closes: 746124
Changes: 
 r-cran-lpsolve (5.6.7-3) unstable; urgency=low
 .
   * src/commonlib.c: Added format field to fprintf() use with constant strings
  (Closes: #746124)
   * src/lpreport.c: Idem
Checksums-Sha1: 
 932aea97f10be3990c5a96333a0f24d14dfaaa51 1090 r-cran-lpsolve_5.6.7-3.dsc
 29953f9b1963cfcb0abe41f4c25f3f19345d620b 455386 
r-cran-lpsolve_5.6.7.orig.tar.gz
 31262a31e72666d9f896a22e4bc048ac39bd0305 2090 r-cran-lpsolve_5.6.7-3.diff.gz
 99bcd6509738bc002b330b167e13553bc1336c94 295026 r-cran-lpsolve_5.6.7-3_i386.deb
Checksums-Sha256: 
 9eba6ff4ded14e7b525cfcfbdd693bb1a5693a08bbfe8e971e44afa506c7bf49 1090 
r-cran-lpsolve_5.6.7-3.dsc
 16def9237f38c4d7a59651173fd87df3cd3c563f640c6952e13bdd2a084737ef 455386 
r-cran-lpsolve_5.6.7.orig.tar.gz
 9627deb574ae0e60443aeaba1f61ded72f502baf4605325a83c52dd52bfab168 2090 
r-cran-lpsolve_5.6.7-3.diff.gz
 b90505f2e8e7e928d05e99b97fd65e3f164add07a64431b6969c708e9c7d03b7 295026 
r-cran-lpsolve_5.6.7-3_i386.deb
Files: 
 b1c4044de814104442575d0877ae5b0f 295026 gnu-r optional 
r-cran-lpsolve_5

Bug#745879: marked as done (libpython3.4-testsuite.postinst: python3.4: not found)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:24:56 +
with message-id 
and subject line Bug#745879: fixed in python3.4 3.4.0+20140427-1
has caused the Debian Bug report #745879,
regarding libpython3.4-testsuite.postinst: python3.4: not found
to be marked as done.

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

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


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

Package: libpython3.4-testsuite
Version: 3.4.0+20140425-1
Severity: serious

The package fails to install in a minimal environment:

Setting up libpython3.4-testsuite (3.4.0+20140425-1) ...
/var/lib/dpkg/info/libpython3.4-testsuite.postinst: 9: 
/var/lib/dpkg/info/libpython3.4-testsuite.postinst: python3.4: not found
dpkg: error processing package libpython3.4-testsuite (--configure):
subprocess installed post-installation script returned error exit status 127

--
Jakub Wilk
--- End Message ---
--- Begin Message ---
Source: python3.4
Source-Version: 3.4.0+20140427-1

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

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

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

Debian distribution maintenance software
pp.
Matthias Klose  (supplier of updated python3.4 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2014 18:48:54 +0200
Source: python3.4
Binary: python3.4 libpython3.4-stdlib python3.4-minimal libpython3.4-minimal 
libpython3.4 python3.4-examples python3.4-dev libpython3.4-dev 
libpython3.4-testsuite idle-python3.4 python3.4-doc python3.4-dbg 
libpython3.4-dbg
Architecture: source all amd64
Version: 3.4.0+20140427-1
Distribution: unstable
Urgency: medium
Maintainer: Matthias Klose 
Changed-By: Matthias Klose 
Description: 
 idle-python3.4 - IDE for Python (v3.4) using Tkinter
 libpython3.4 - Shared Python runtime library (version 3.4)
 libpython3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 libpython3.4-dev - Header files and a static library for Python (v3.4)
 libpython3.4-minimal - Minimal subset of the Python language (version 3.4)
 libpython3.4-stdlib - Interactive high-level object-oriented language 
(standard library
 libpython3.4-testsuite - Testsuite for the Python standard library (v3.4)
 python3.4  - Interactive high-level object-oriented language (version 3.4)
 python3.4-dbg - Debug Build of the Python Interpreter (version 3.4)
 python3.4-dev - Header files and a static library for Python (v3.4)
 python3.4-doc - Documentation for the high-level object-oriented language 
Python
 python3.4-examples - Examples for the Python language (v3.4)
 python3.4-minimal - Minimal subset of the Python language (version 3.4)
Closes: 745879
Changes: 
 python3.4 (3.4.0+20140427-1) unstable; urgency=medium
 .
   * Update to 20140427 from the 3.4 branch.
   * Fix dependency for the -testsuite package: Closes: #745879.
Checksums-Sha1: 
 57447e56b72f16974ef78aee58581ec14b6ee396 2484 python3.4_3.4.0+20140427-1.dsc
 dc795beaa3bf8316feb2617f0bd1fb7fe9fa3c13 17688099 
python3.4_3.4.0+20140427.orig.tar.gz
 1e63338f1a704f6f90b3aa17e044803f84fccc11 239274 
python3.4_3.4.0+20140427-1.diff.gz
 fc55608837dac23acac4faadbb422fe7188ae639 377024 
python3.4-examples_3.4.0+20140427-1_all.deb
 71b8c389ab204de96619a71d79aabb974a93684f 3012944 
libpython3.4-testsuite_3.4.0+20140427-1_all.deb
 a8895322db4725636056e8584a23d07fcc424c40 80540 
idle-python3.4_3.4.0+20140427-1_all.deb
 25dec5a8ca215f9e35ea902d0d688e472854e7d2 5206742 
python3.4-doc_3.4.0+20140427-1_all.deb
 c55dbe6db0b893679f963278e5705603d06a36d5 195348 
python3.4_3.4.0+20140427-1_amd64.deb
 66bc3586473046720cb984f88b9ef727d81fde07 2007690 
libpython3.4-stdlib_3.4.0+20140427-1_amd64.deb
 6b402561f8a005835a01f343fa75d9d8fcd185e9 1304514 
python3.4-minimal_3.4.0+20140427-1_amd64.deb
 d52bc0bc73ed1f61cbb6c7afd77b71b62c07ceda 484858 
libpython3.4-minimal_3.4.0+20140427-1_amd64.deb
 9f54e0e8d91928f714436d3271e130655ef59b38 1301148 
libpython3.4_3.4.0+20140427-1_amd64.deb
 b6aab58072063479f452402d9e11271f01264cc4 417668 
python3.4-dev_3.4.0+20140427-1_amd64.deb
 9607a30537b45d78833ce2ef6c352cc57f93c737

Bug#730400: marked as done (Please switch build-dependency from libupsclient1-dev to libupsclient-dev)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:25:29 +
with message-id 
and subject line Bug#730400: fixed in wmnut 0.64-1.1
has caused the Debian Bug report #730400,
regarding Please switch build-dependency from libupsclient1-dev to 
libupsclient-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.)


-- 
730400: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730400
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: wmnut
Version: 0.64-1
Tags: sid jessie
Severity: important

Hi,

I'm planning to upload nut 2.7.1 soon. 

The libupsclient library has a new soname and this will require to
rebuild wmnut, I've also renamed the libupsclient1-dev package to
libupsclient-dev.

Please adjust the build-dependency when the new nut version has hit the
archive.

Cheers

Laurent Bigonville
--- End Message ---
--- Begin Message ---
Source: wmnut
Source-Version: 0.64-1.1

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

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

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

Debian distribution maintenance software
pp.
Laurent Bigonville  (supplier of updated wmnut package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 22:18:00 +0200
Source: wmnut
Binary: wmnut
Architecture: source amd64
Version: 0.64-1.1
Distribution: unstable
Urgency: low
Maintainer: Arnaud Quette 
Changed-By: Laurent Bigonville 
Description: 
 wmnut  - WindowMaker dock app that displays UPS statistics from NUT's upsd
Closes: 730400
Changes: 
 wmnut (0.64-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * debian/control: Adjust libupsclient build-dependency (Closes: #730400)
Checksums-Sha1: 
 93d05cad48bebfe6749d8deea3ce7b03538c6397 1411 wmnut_0.64-1.1.dsc
 9e3cca98cac26b2170802157eaf4c3025b0e2037 3572 wmnut_0.64-1.1.debian.tar.xz
 bcb7a66c4a7952ef983fa8b8d20b3f3b6ad32c73 37146 wmnut_0.64-1.1_amd64.deb
Checksums-Sha256: 
 4e37b6dbc1d4cfdfe8cefbb048184445502dc89da9a2dedc3f140977b46b52cc 1411 
wmnut_0.64-1.1.dsc
 6085e980c502c96f140a922086b890925da2cdbb210965490b0745a937e601fc 3572 
wmnut_0.64-1.1.debian.tar.xz
 2c243852f60c80f9cf3dc6114413c249fe4abdab81212e9dac942582e27731e5 37146 
wmnut_0.64-1.1_amd64.deb
Files: 
 3f84e26174b6170940b8bb71ab4fb98c 37146 x11 optional wmnut_0.64-1.1_amd64.deb
 1cea439039e0d24c44d301d2bd3479ef 1411 x11 optional wmnut_0.64-1.1.dsc
 a158b02af74bf06068720d3dced11a59 3572 x11 optional wmnut_0.64-1.1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTXWdHAAoJEB/FiR66sEPVdsoH/19jr/+RN7z4++YGEmZ/goj4
8fxYY9cVNhjKPsBRlKA9qYa6tZRv1yD9aXMQqAI1Ha44ugA8EDVsuHiTMgEH0eRv
rLWV2cCGPYrsplFhLeVGpa2Iu4jWV3YnZnwXwLmE9TI3f8+i1YQFGa8+tONUr6gr
+8pamDJstL96nbLaHRDnW3Otijf2B4+l73tLBWygNSl7MkT+WWDzfxF+IXlvicn6
XXPoobvZdQmOLi0qWyTG95fAxVVjhy0J86jsXc4wzid37pprBhh/k4iQ4nc3A9xd
FtD42VfMq5PlvEMBqtICR/Zu7bveaxh3ZWezZbLhOlhUCDqhQh4bkvJQQNfDAi0=
=15li
-END PGP SIGNATURE End Message ---


Processed (with 1 errors): your mail

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

> forwarded 746057 https://bugzilla.gnome.org/show_bug.cgi?id=729075
Bug #746057 [src:frogr] frogr: FTBFS: configure: error: Unrecognized 
YELP_HELP_INIT option 3.1.1"
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=729075'.
> tags 746057 upstream
Bug #746057 [src:frogr] frogr: FTBFS: configure: error: Unrecognized 
YELP_HELP_INIT option 3.1.1"
Added tag(s) upstream.
> bye
Unknown command or malformed arguments to command.
>
End of message, stopping processing here.

Please contact me if you need assistance.
-- 
746057: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746057
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#746147: marked as done (lua-xmlrpc: FTBFS: Tests failures)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:21:52 +
with message-id 
and subject line Bug#746147: fixed in lua-xmlrpc 1.2.1-7
has caused the Debian Bug report #746147,
regarding lua-xmlrpc: FTBFS: Tests failures
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.)


-- 
746147: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746147
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lua-xmlrpc
Version: 1.2.1-6
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> chmod a-x src/*.lua
> dh_auto_configure
> 
> Making target configure for debian/dh-lua.conf
> # .install
> Filling in debian/lua-xmlrpc.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: 
> Adding new line: usr/share/lua/5.1/xmlrpc/http.lua
> Adding new line: usr/share/lua/5.1/xmlrpc/init.lua
> Adding new line: usr/share/lua/5.1/xmlrpc/server.lua
> Filling in debian/lua-xmlrpc-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: 
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.1
> # tests
> Copying src/http.lua src/init.lua src/server.lua in /«PKGBUILDDIR»/5.1-xmlrpc 
> for test
> Target configure made
> 
> make[1]: Leaving directory `/«PKGBUILDDIR»'
>dh_auto_build -O--buildsystem=lua
> 
> Making target build for debian/dh-lua.conf
> Target build made
> 
>dh_auto_test -O--buildsystem=lua
> 
> Making target test for debian/dh-lua.conf
> ** lua dynamic (5.1) *
> Test: tests/apitest.lua
> lua5.1: ...c-86q6iW/lua-xmlrpc-1.2.1/5.1-xmlrpc/xmlrpc/init.lua:13: attempt 
> to index field 'lom' (a nil value)
> stack traceback:
>   ...c-86q6iW/lua-xmlrpc-1.2.1/5.1-xmlrpc/xmlrpc/init.lua:13: in main 
> chunk
>   [C]: ?
>   [C]: ?
> make[2]: *** [test-lua-dynamic-real] Error 1
> make[1]: *** [test] Error 1
> dh_auto_test: make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple test returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/lua-xmlrpc_1.2.1-6_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: lua-xmlrpc
Source-Version: 1.2.1-7

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

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

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

Debian distribution maintenance software
pp.
Enrico Tassi  (supplier of updated lua-xmlrpc 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 18:05:52 +0200
Source: lua-xmlrpc
Binary: lua-xmlrpc
Architecture: source all
Version: 1.2.1-7
Distribution: unstable
Urgency: medium
Maintainer: Enrico Tassi 
Changed-By: Enrico Tassi 
Description: 
 lua-xmlrpc - xmlrpc library for the Lua language
Closes: 746147
Changes: 
 lua-xmlrpc (1.2.1-7) unstable; urgency=medium
 .
   * Fix the way lxp.lom is loaded (Closes:  #746147)
Checksums-Sha1: 
 80f33906a42ce3d5b0719d351836614076f63ead 1872 lua-xmlrpc_1.2.1-7.dsc
 c3b7e7512c06cd56ee89e9f937785103430b88df 2876 lua-xmlrpc_1.2.1-7.debian.tar.xz
 66232eed4394cdb2713bb3b05def92a2c3250bfd 21948 lua-xmlrpc_1.2.1-7_all.deb
Checksums-Sha256: 
 f6f4bf20c7e7a716eae3a98c666d8663dd7ca5c102c9b3d37f88a4fcd6f75807 1872 
lua-xmlrpc_1.2.1-7.dsc
 2f69f69f16f36774d22bd0b79fee17f8269649e35208d8e18ff98e96bd6a2263 2876 
lua-xmlrpc_1.2.1-7.debian.tar.xz
 35b9389936223c33e9f723d8e2a6c88ec117f48b47f9efc0362e280cdb33b9d4 21948 
lua-xmlrpc_1.2.1-7_all.deb
Files: 
 d1036031a10551eb414dfa2162ebef63 21948 interpreters optional 
lua-xmlrpc_1.2.1-7_all.deb

Bug#746127: marked as done (binutils-z80: FTBFS: Patch failed)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:19:04 +
with message-id 
and subject line Bug#746127: fixed in binutils-z80 4
has caused the Debian Bug report #746127,
regarding binutils-z80: FTBFS: Patch failed
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.)


-- 
746127: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746127
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: binutils-z80
Version: 3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> mkdir -p /«PKGBUILDDIR»/build
> tar -C /«PKGBUILDDIR»/build --strip-components=1 \
>   -xaf /usr/src/binutils/binutils-2.24.51.tar.*
> # Fix compilation problems
> patch /«PKGBUILDDIR»/build/gas/config/tc-z80.c < 
> /«PKGBUILDDIR»/debian/tc-z80.c.diff
> patching file /«PKGBUILDDIR»/build/gas/config/tc-z80.c
> Reversed (or previously applied) patch detected!  Assume -R? [n] 
> Apply anyway? [n] 
> Skipping patch.
> 4 out of 4 hunks ignored -- saving rejects to file 
> /«PKGBUILDDIR»/build/gas/config/tc-z80.c.rej
> make[1]: *** [override_dh_auto_configure] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/binutils-z80_3_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: binutils-z80
Source-Version: 4

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

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

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

Debian distribution maintenance software
pp.
Alberto Garcia  (supplier of updated binutils-z80 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 23:35:39 +0300
Source: binutils-z80
Binary: binutils-z80
Architecture: source amd64
Version: 4
Distribution: unstable
Urgency: medium
Maintainer: Alberto Garcia 
Changed-By: Alberto Garcia 
Description: 
 binutils-z80 - GNU binary utilities for the z80-unknown-coff target
Closes: 746127
Changes: 
 binutils-z80 (4) unstable; urgency=medium
 .
   * Don't patch tz-z80.c anymore, all changes have been merged upstream.
 (Closes: #746127).
 - debian/tc-z80.c.diff: drop the patch.
 - debian/control: update build-dependency on binutils-source to
   2.24.51.20140411.
 - debian/rules: remove all references to the patch.
   * debian/copyright: update copyright years.
   * debian/control: update Standards-Version to 3.9.5 (no changes).
   * debian/rules: allow parallel builds.
Checksums-Sha1: 
 b340bdf1aa9992310794027debdf27d02155e4eb 1487 binutils-z80_4.dsc
 42cf97b89dbc283c6bdaeabdf35ac0d0c4d32f79 4140 binutils-z80_4.tar.xz
 1b80ee79ad19666be1ca0408a5eb853ebcdd2d84 994842 
binutils-z80_2.24.51.20140411-2.1+4_amd64.deb
Checksums-Sha256: 
 634edf7e96af6bc921dfe0b1ce258b6579ac8fb1ab3736f49d169c73ba61930f 1487 
binutils-z80_4.dsc
 ac226119ed89815009a9336bc3f5c22ad5227324b79f7bad5db05e5aaed7b4d2 4140 
binutils-z80_4.tar.xz
 8bee66062bd18b6aff8588420f4f3c06cc361ef86fd69e41733666329b2645f1 994842 
binutils-z80_2.24.51.20140411-2.1+4_amd64.deb
Files: 
 5171a009fa1f14e452263a9021f41a3a 994842 devel extra 
binutils-z80_2.24.51.20140411-2.1+4_amd64.deb
 d19aeadcb6de7c54d570c93a4ff71f28 1487 devel extra binutils-z80_4.dsc
 6ca653b68207a70bc6d1abc1731f533f 4140 devel extra binutils-z80_4.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIVAwUBU11s774yGa8+1BNBAQiHSA//Yb3D/ouibdBlfKFR9BrDy4qBw5v370s8
o2Rlhf8TpOLBgNl+yWud2vw7AvJrmh0ULQ+FRWN3X+zn1cgu75QBQYehXpBq8llI
fM9oZnblNCSWMrpA6HeXUJ6Xh8gZOQzvGFp7+87+UlltLBy4gDR/T5uYYPhPkRdq
IWEonmXNTOd+zK9bYDyjp0YzKKUE5TkPPsX/3viapz6NtkgbxiV1nsFshR2MML68

Bug#746091: marked as done (frama-c: FTBFS: Error: Signature mismatch)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:20:07 +
with message-id 
and subject line Bug#746091: fixed in frama-c 20140301+neon+dfsg-1
has caused the Debian Bug report #746091,
regarding frama-c: FTBFS: Error: Signature mismatch
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.)


-- 
746091: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746091
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: frama-c
Version: 20130601+fluorine3+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>
> Warning 41: Never_tried belongs to several types: consolidated_status status
> The first one was selected. Please disambiguate if this is wrong.
> File "src/logic/property_status.ml", line 839, characters 9-20:
> Warning 41: Never_tried belongs to several types: consolidated_status status
> The first one was selected. Please disambiguate if this is wrong.
> File "src/logic/property_status.ml", line 881, characters 9-20:
> Warning 41: Never_tried belongs to several types: consolidated_status status
> The first one was selected. Please disambiguate if this is wrong.
> File "src/logic/property_status.ml", line 964, characters 6-17:
> Warning 41: Never_tried belongs to several types: consolidated_status status
> The first one was selected. Please disambiguate if this is wrong.
> File "src/logic/property_status.ml", line 1235, characters 35-46:
> Warning 41: Never_tried belongs to several types: t status
> The first one was selected. Please disambiguate if this is wrong.
> File "src/logic/property_status.ml", line 1392, characters 4-1999:
> Error: Signature mismatch:
>...
>Values do not match:
>  val vertex_attributes :
>v ->
>[> `Color of int
> | `Label of string
> | `Shape of [> `Box | `Diamond ]
> | `Style of [> `Bold | `Filled ]
> | `Width of float ]
>list
>is not included in
>  val vertex_attributes :
>V.t -> Graph.Graphviz.DotAttributes.vertex list
>File "src/logic/property_status.ml", line 1425, characters 16-33:
>  Actual declaration
> make[1]: *** [src/logic/property_status.cmo] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/frama-c_20130601+fluorine3+dfsg-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: frama-c
Source-Version: 20140301+neon+dfsg-1

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

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

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

Debian distribution maintenance software
pp.
Mehdi Dogguy  (supplier of updated frama-c package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 21:41:47 +0200
Source: frama-c
Binary: frama-c frama-c-base
Architecture: source amd64
Version: 20140301+neon+dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian OCaml Maintainers 
Changed-By: Mehdi Dogguy 
Description: 
 frama-c- Framework for source code analysis of software written in C
 frama-c-base - Framework for C source code analysis (without gui)
Closes: 746091
Changes: 
 frama-c (20140301+neon+dfsg-1) unstable; urgency=medium
 .
   * New upstream release.
 - Refresh patches
 - Remove 0005-Fix-compilation-with-OCaml-4.01.0.patch
 - Add 0004-Port-to-OCamlgraph-1.8.5.patch (Closes: #746091)
   * Bump build-dependency of Ocamlgraph to 1.8.5~.
   * Pass --enabe-zarith to configure script instead of patching it.
 - Remove 0004-Fix-auto-detection-of-ocaml-zarith.patch.
Checksum

Bug#743852: libgl1-mesa-dri : Breaks: xserver-xorg-core (< 2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be installed

2014-04-27 Thread Holger Levsen
reopen 743852
reassign 743852 upgrade-reports
retitle 743852 upgrade from wheezy to jessie broken:  libgl1-mesa-dri : Breaks: 
xserver-xorg-core (< 2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be installed
thanks

Hi Julien,

On Samstag, 26. April 2014, Julien Cristau wrote:
> That's not mesa's fault.

but it's still a bug hitting people upgrading, so this bug should not be closed.

> Also, please try to keep your reports short
> enough that they have a chance of showing up on mailing lists.

I don't consider 550kb to be that large, nowadays. Truncating logfiles also has 
its issues...


cheers,
Holger




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


Processed: Re: Bug#743852: libgl1-mesa-dri : Breaks: xserver-xorg-core (< 2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be installed

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

> reopen 743852
Bug #743852 {Done: Julien Cristau } [libgl1-mesa-dri] 
libgl1-mesa-dri : Breaks: xserver-xorg-core (< 2:1.14.3-5) but 
2:1.12.4-6+deb7u2 is to be installed
Bug reopened
Ignoring request to alter fixed versions of bug #743852 to the same values 
previously set
> reassign 743852 upgrade-reports
Bug #743852 [libgl1-mesa-dri] libgl1-mesa-dri : Breaks: xserver-xorg-core (< 
2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be installed
Bug reassigned from package 'libgl1-mesa-dri' to 'upgrade-reports'.
Ignoring request to alter found versions of bug #743852 to the same values 
previously set
Ignoring request to alter fixed versions of bug #743852 to the same values 
previously set
> retitle 743852 upgrade from wheezy to jessie broken:  libgl1-mesa-dri : 
> Breaks: xserver-xorg-core (< 2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be 
> installed
Bug #743852 [upgrade-reports] libgl1-mesa-dri : Breaks: xserver-xorg-core (< 
2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be installed
Changed Bug title to 'upgrade from wheezy to jessie broken:  libgl1-mesa-dri : 
Breaks: xserver-xorg-core (< 2:1.14.3-5) but 2:1.12.4-6+deb7u2 is to be 
installed' from 'libgl1-mesa-dri : Breaks: xserver-xorg-core (< 2:1.14.3-5) but 
2:1.12.4-6+deb7u2 is to be installed'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743852: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743852
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#746067: marked as forwarded (rgtk2: FTBFS: gioManuals.c:197:39: error: format not a string literal and no format arguments [-Werror=format-security])

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 15:27:24 -0500
with message-id <21341.26668.490050.91...@max.nulle.part>
has caused the   report #746067,
regarding rgtk2: FTBFS: gioManuals.c:197:39: error: format not a string literal 
and no format arguments [-Werror=format-security]
to be marked as having been forwarded to the upstream software
author(s) Michael Lawrence 

(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.)


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

Hi Michael,

Fresh bug report 'dubbed' security:

On 27 April 2014 at 14:12, David Suárez wrote:
| Source: rgtk2
| Version: 2.20.27-1
| Severity: serious
| Tags: jessie sid
| User: debian...@lists.debian.org
| Usertags: qa-ftbfs-20140426 qa-ftbfs
| Justification: FTBFS on amd64
| 
| Hi,
| 
| During a rebuild of all packages in sid, your package failed to build on
| amd64.
| 
| Relevant part (hopefully):
| > gcc -std=gnu99 -I/usr/share/R/include -DNDEBUG -g -D_R_=1 -pthread 
-I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
-I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
-I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
-I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
-I/usr/include/libpng12 -I/usr/include/pango-1.0 -I/usr/include/harfbuzz 
-I/usr/include/pango-1.0 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/freetype2  -I.  
-DHAVE_UINTPTR_T  -fpic  -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2 -g  -c gioManuals.c -o 
gioManuals.o
| > gioManuals.c: In function 'S_g_simple_async_report_error_in_idle':
| > gioManuals.c:197:39: error: format not a string literal and no format 
arguments [-Werror=format-security]
| >format);
| >^
| > cc1: some warnings being treated as errors
| > make[1]: *** [gioManuals.o] Error 1

I would suspect this may be a false positive. The code in question is

USER_OBJECT_
S_g_simple_async_report_error_in_idle(USER_OBJECT_ s_object,
  USER_OBJECT_ s_callback,
  USER_OBJECT_ s_user_data,
  USER_OBJECT_ s_domain,
  USER_OBJECT_ s_code,
  USER_OBJECT_ s_format)
{
  USER_OBJECT_ _result = NULL_USER_OBJECT;
#if GIO_CHECK_VERSION(2, 16, 0)
  GAsyncReadyCallback callback = ((GAsyncReadyCallback)S_GAsyncReadyCallback);
  R_CallbackData* user_data = R_createCBData(s_callback, s_user_data);
  GObject* object = G_OBJECT(getPtrValue(s_object));
  GQuark domain = ((GQuark)asCNumeric(s_domain));
  gint code = ((gint)asCInteger(s_code));
  const char* format = ((const char*)asCString(s_format));


  g_simple_async_report_error_in_idle(object, callback, user_data, domain, code,
  format);

#else
  error("g_simple_async_report_error_in_idle exists only in gio >= 2.16.0");
#endif

  return(_result);
}


Could we tame the compiler message with some proper casts?  Do you want to
look what Gtk2 itself does there?

Thanks in advance for looking into this!

Cheers, Dirk


| 
| The full build log is available from:
|
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/rgtk2_2.20.27-1_unstable.log
| 
| A list of current common problems and possible solutions is available at
| http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!
| 
| About the archive rebuild: The rebuild was done on EC2 VM instances from
| Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
| failed build was retried once to eliminate random failures.

-- 
Dirk Eddelbuettel | e...@debian.org | http://dirk.eddelbuettel.com--- End Message ---


Processed: wmnut: diff for NMU version 0.64-1.1

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

> tags 730400 + patch
Bug #730400 [src:wmnut] Please switch build-dependency from libupsclient1-dev 
to libupsclient-dev
Added tag(s) patch.
> thanks
Stopping processing here.

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

2014-04-27 Thread Laurent Bigonville
tags 730400 + patch
thanks

Dear maintainer,

I've prepared an NMU for wmnut (versioned as 0.64-1.1). The diff
is attached to this message.

Regards.
diff -Nru wmnut-0.64/debian/changelog wmnut-0.64/debian/changelog
--- wmnut-0.64/debian/changelog 2012-06-05 18:34:40.0 +0200
+++ wmnut-0.64/debian/changelog 2014-04-27 22:18:03.0 +0200
@@ -1,3 +1,10 @@
+wmnut (0.64-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Adjust libupsclient build-dependency (Closes: #730400)
+
+ -- Laurent Bigonville   Sun, 27 Apr 2014 22:18:00 +0200
+
 wmnut (0.64-1) unstable; urgency=low
 
   * New upstream release (Closes: #586956, #671308, #565751)
diff -Nru wmnut-0.64/debian/control wmnut-0.64/debian/control
--- wmnut-0.64/debian/control   2012-06-01 14:50:45.0 +0200
+++ wmnut-0.64/debian/control   2013-11-28 00:01:58.0 +0100
@@ -2,7 +2,7 @@
 Section: x11
 Priority: optional
 Maintainer: Arnaud Quette 
-Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, 
x11proto-core-dev, libupsclient1-dev (>= 2.4.0), pkg-config
+Build-Depends: debhelper (>= 9), libx11-dev, libxext-dev, libxpm-dev, 
x11proto-core-dev, libupsclient-dev (>= 2.4.0), pkg-config
 Standards-Version: 3.9.3
 Homepage: http://wmnut.mgeops.org/
 


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



Bug#740911: backporting the fix

2014-04-27 Thread Daniel Pocock


On 26/04/14 12:57, Andreas Henriksson wrote:
> Hello Daniel!
> 
> On Sat, Apr 26, 2014 at 12:34:08PM +0200, Daniel Pocock wrote:
>> Hi Andreas,
>>
>> Thanks for the feedback about this
>>
>> Can you just clarify about backporting the fix - do you mean backporting
>> the whole version from testing to wheezy-backports or just copying the
>> individual patch into a rebuild of the version currently in stable?
> 
> I think backporting only the fix should (hopefully) be easier (unless
> the commit is entangled with lots of other changes happening between
> 3.4 and 3.8).
> 

The patch did not apply cleanly on 3.4.4

I've manually adapted the patch and tested it with 3.4.4-3 from Debian

Please find the revised version enclosed - I believe this is good for
the 3.4 branch in upstream evolution-data-server too:

git checkout gnome-3-4
git cherry-pick 198bceaf20df82764c36ad6787bd828705dc31c5
- merge conflict appears, resolve it by using my patch and then commit


> Maybe both can be done, but jordi says that backporting the entire
> evolution "is not fun".

It is probably more than what I need anyway - I'm happy to keep running
3.4.x as long as this issue is fixed

> Personally, I'm not going to work on either though... someone else
> will need to take on the task that motivates them.
> 
> So we can go either way or both ways.
> 
> If you're interested in working on evolution, please contact jordi.


I'm very busy with my own packages, but I need this to work, so I've
adapted the patch for 3.4.4 and I hope you will push it out as part of
an update to stable.  Just put it in the debian/patches directory and
update debian/patches/series

Personally, I'm more interested in things like making click-to-dial work
(see my sipdialer package for example) - it almost works from icedove
now and I would appreciate feedback about how to get it working from
Evolution too.

Regards,

Daniel
--- ../e-book-backend-webdav.c.orig	2014-04-27 20:46:28.031504658 +0200
+++ ./addressbook/backends/webdav/e-book-backend-webdav.c	2014-04-27 21:28:44.912193111 +0200
@@ -22,7 +22,7 @@
 /*
  * Implementation notes:
  *   We use the DavResource URIs as UID in the evolution contact
- *   ETags are saved in the E_CONTACT_REV field so we know which cached contacts
+ *   ETags are saved in the WEBDAV_CONTACT_ETAG field so we know which cached contacts
  *   are outdated.
  */
 #include 
@@ -62,6 +62,9 @@
 #define USERAGENT "Evolution/" VERSION
 #define WEBDAV_CLOSURE_NAME   "EBookBackendWebdav.BookView::closure"
 #define WEBDAV_CTAG_KEY "WEBDAV_CTAG"
+#define WEBDAV_CACHE_VERSION_KEY "WEBDAV_CACHE_VERSION"
+#define WEBDAV_CACHE_VERSION "1"
+#define WEBDAV_CONTACT_ETAG "X-EVOLUTION-WEBDAV-ETAG"
 
 G_DEFINE_TYPE (EBookBackendWebdav, e_book_backend_webdav, E_TYPE_BOOK_BACKEND)
 
@@ -109,6 +112,47 @@
 }
 
 static void
+webdav_contact_set_etag (EContact *contact,
+			 const gchar *etag)
+{
+	EVCardAttribute *attr;
+
+	g_return_if_fail (E_IS_CONTACT (contact));
+
+	attr = e_vcard_get_attribute (E_VCARD (contact), WEBDAV_CONTACT_ETAG);
+
+	if (attr) {
+		e_vcard_attribute_remove_values (attr);
+		if (etag) {
+			e_vcard_attribute_add_value (attr, etag);
+		} else {
+			e_vcard_remove_attribute (E_VCARD (contact), attr);
+		}
+	} else if (etag) {
+		e_vcard_append_attribute_with_value (
+			E_VCARD (contact),
+			e_vcard_attribute_new (NULL, WEBDAV_CONTACT_ETAG),
+			etag);
+	}
+}
+
+static gchar *
+webdav_contact_get_etag (EContact *contact)
+{
+	EVCardAttribute *attr;
+	GList *v = NULL;
+
+	g_return_val_if_fail (E_IS_CONTACT (contact), NULL);
+
+	attr = e_vcard_get_attribute (E_VCARD (contact), WEBDAV_CONTACT_ETAG);
+
+	if (attr)
+		v = e_vcard_attribute_get_values (attr);
+
+	return ((v && v->data) ? g_strstrip (g_strdup (v->data)) : NULL);
+}
+
+static void
 closure_destroy (WebdavBackendSearchClosure *closure)
 {
 	e_flag_free (closure->running);
@@ -178,9 +222,9 @@
 		return NULL;
 	}
 
-	/* the etag is remembered in the revision field */
+	/* the etag is remembered in the WEBDAV_CONTACT_ETAG field */
 	if (etag != NULL) {
-		e_contact_set (contact, E_CONTACT_REV, (gconstpointer) etag);
+		webdav_contact_set_etag (contact, etag);
 	}
 
 	g_object_unref (message);
@@ -225,7 +269,7 @@
 	 * we can leave it out */
 	if (!avoid_ifmatch) {
 		/* only override if etag is still the same on the server */
-		etag = e_contact_get (contact, E_CONTACT_REV);
+		etag = webdav_contact_get_etag (contact);
 		if (etag == NULL) {
 			soup_message_headers_append (message->request_headers,
 		"If-None-Match", "*");
@@ -234,10 +278,14 @@
 		} else {
 			soup_message_headers_append (message->request_headers,
 		"If-Match", etag);
-			g_free (etag);
 		}
+
+		g_free (etag);
 	}
 
+	/* Remove the stored ETag, before saving to the server */
+	webdav_contact_set_etag (contact, NULL);
+
 	request = e_vcard_to_string (E_VCARD (contact), EVC_FORMAT_VCARD_30);
 	soup_message_set_request(message, "text/vcard", SOUP_MEMORY_TEMPORARY,
  request, strlen 

Processed: closing 739542

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

> close 739542
Bug #739542 [src:twisted] twisted: debian/copyright does not list the copyright 
holders
Marked Bug as done
> thanks
Stopping processing here.

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

2014-04-27 Thread Luke Faraone
close 739542 
thanks

Agreed. Sorry for the noise.

 -- Luke


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



Bug#746036: marked as done (iceowl-extension: Event not shown when calendar view refreshed.)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:28:11 +0200
with message-id <20140427192811.ga13...@x201s.cruise.homelinux.net>
and subject line Re: Bug#746036: iceowl-extension: Event not shown when 
calendar view refreshed.
has caused the Debian Bug report #746036,
regarding iceowl-extension: Event not shown when calendar view refreshed.
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.)


-- 
746036: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746036
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: iceowl-extension
Version: 24.4.0-1
Severity: grave
Justification: renders package unusable

Using the default local calendar ("home"), I create an event and save it. It is 
shown in the "Week" view. If I switch 
tabs, synchronise, switch views, and the return to the view, it has 
disappeared. It seems that any refresh of the 
view causes the event to disappear. If I select it from the events list above 
the view and resave it, the event 
reappears until the next refresh. The event remains visible in the "Multiweek" 
view, but shows the disappearing 
behaviour in "Day", "Week" and "Month" views.


-- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (900, 'testing'), (800, 'unstable'), (700, 'stable'), (600, 
'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.13-1-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 iceowl-extension depends on:
ii  icedove  24.4.0-1
ii  libc62.18-4
ii  libgcc1  1:4.8.2-16
ii  libnspr4 2:4.10.4-1
ii  libnspr4-0d  2:4.10.4-1
ii  libstdc++6   4.8.2-16

Versions of packages iceowl-extension recommends:
ii  calendar-google-provider  24.4.0-1

Versions of packages iceowl-extension suggests:
ii  fonts-lyx  2.0.6-1

-- no debconf information
--- End Message ---
--- Begin Message ---
Version: 24.4.0.1

Hello Boris.

On Sun, Apr 27, 2014 at 04:07:31PM +0200, Boris Barbour wrote:
> 
> So, after a restart all is now OK. I have screenshots to prove it did
> happen! But if it doesn't recur, I guess this can be ignored.
> Apologies for the noise.

so will close this report by this mail. Thanks for reporting.

Please reopen if you hav new issues.

Regards
Carsten--- End Message ---


Bug#694502: marked as done (libgfs-mpi-1.3-2: missing Breaks+Replaces: libgfs-1.3-1)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 21:20:22 +0200
with message-id 

and subject line Closing bug
has caused the Debian Bug report #694502,
regarding libgfs-mpi-1.3-2: missing Breaks+Replaces: libgfs-1.3-1
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.)


-- 
694502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694502
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libgfs-mpi-1.3-2
Version: 20091109-dfsg.1-2
Severity: serious
User: trei...@debian.org
Usertags: edos-file-overwrite

Architecture: amd64
Distribution: squeeze->wheezy (partial) upgrade

Hi,

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

  Selecting previously deselected package libgfs-mpi-1.3-2.
  Unpacking libgfs-mpi-1.3-2 (from 
.../libgfs-mpi-1.3-2_20110329-dfsg.2-1_amd64.deb) ...
  dpkg: error processing 
/var/cache/apt/archives/libgfs-mpi-1.3-2_20110329-dfsg.2-1_amd64.deb (--unpack):
   trying to overwrite '/usr/lib/libgfs3D-1.3.so.2.0.0', which is also in 
package libgfs-1.3-1 20091109-dfsg.1-1
  dpkg-deb: subprocess paste killed by signal (Broken pipe)


This is a serious bug as it makes installation/upgrade fail, and
violates sections 7.6.1 and 10.1 of the policy.

As this problem can be demonstrated during partial upgrades from squeeze
to wheezy (but not within squeeze or wheezy itself), this indicates a
missing or insufficiently versioned Replaces+Breaks relationship.
But since this particular upgrade ordering is not forbidden by any
dependency relationship, it is possible that apt (or $PACKAGE_MANAGER)
will use this erroneus path on squeeze->wheezy upgrades.

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

usr/lib/libgfs2D-1.3.so.2
usr/lib/libgfs2D-1.3.so.2.0.0
usr/lib/libgfs3D-1.3.so.2
usr/lib/libgfs3D-1.3.so.2.0.0

The soname bump seems to have happened earlier, the packages were
bumped in 20091109-dfsg.1-2:

  gerris (20091109-dfsg.1-2) unstable; urgency=low
   * libgfs library package names bumped up to reflect increment in
 library soname.


The following relationships are currently defined:

  Package:   libgfs-mpi-1.3-2
  Breaks:n/a
  Replaces:  libgfs-1.3-2
  Conflicts: libgfs-1.3-2

The following relationships should be added for a clean takeover of
these files
(http://www.debian.org/doc/debian-policy/ch-relationships.html#s-replaces):

  Package:  libgfs-mpi-1.3-2
  Breaks:   libgfs-1.3-1
  Replaces: libgfs-1.3-1

As libgfs-1.3-1 is no longer in Debian, the Breaks/Replaces
can be unversioned. Or use consistent style and Conflicts
instead of Breaks.


Cheers,

Andreas

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


libgfs-1.3-1=20091109-dfsg.1-1_libgfs-mpi-1.3-2=20110329-dfsg.2-1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
fixed 694502 20110329-dfsg.2-4
thanks

gerris is not available in Wheezy.
I just close the bug as after Squeeze-Ẃheezy upgrade
gerris should be removed from the system.

Thanks

Anton--- End Message ---


Bug#694502: Closing bug

2014-04-27 Thread Anton Gladky
fixed 694502 20110329-dfsg.2-4
thanks

gerris is not available in Wheezy.
I just close the bug as after Squeeze-Ẃheezy upgrade
gerris should be removed from the system.

Thanks

Anton


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



Processed: Closing bug

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

> fixed 694502 20110329-dfsg.2-4
Bug #694502 [libgfs-mpi-1.3-2] libgfs-mpi-1.3-2: missing Breaks+Replaces: 
libgfs-1.3-1
Marked as fixed in versions gerris/20110329-dfsg.2-4.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
694502: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=694502
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#726661: Does not permit login as root from version 1:6.2p2-6

2014-04-27 Thread Paul Bußmann


Am 25.04.2014 23:50, schrieb Daniel Richard G.:

Hope these steps help saving time the next one googling for "debian
jessie enable root ssh" to workaround this bug ;)

Thank you Paul, indeed it helped me, as I too ran into this issue in a
fresh Jessie install. I didn't have to downgrade OpenSSH, however, just
edit PermitRootLogin as you did.


Hi Daniel,

thank you very much for finding the solution to my issue!
Would be indeed nice if the installer would ask if root access should be 
enabled or not.


Best regards,
Paul


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



Bug#746089: marked as done (elastix: FTBFS: make[3]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libfftw3.so', needed by `bin/elastix'. Stop.)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 19:06:08 +
with message-id 
and subject line Bug#746089: fixed in elastix 4.7-2
has caused the Debian Bug report #746089,
regarding elastix: FTBFS: make[3]: *** No rule to make target 
`/usr/lib/x86_64-linux-gnu/libfftw3.so', needed by `bin/elastix'.  Stop.
to be marked as done.

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

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


-- 
746089: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746089
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: elastix
Version: 4.7-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /«PKGBUILDDIR»/src/Core/Kernel/elxElastixTemplate.hxx:463:5:   required from 
> 'int elastix::ElastixTemplate::ApplyTransform() 
> [with TFixedImage = itk::Image; TMovingImage = itk::Image 2u>]'
> /«PKGBUILDDIR»/src/Core/Install/elxComponentLoader.cxx:189:1:   required from 
> here
> /«PKGBUILDDIR»/src/Common/itkImageFileCastWriter.h:36:7: warning: 
> 'itk::ImageFileCastWriter >' declared with greater 
> visibility than the type of its field 
> 'itk::ImageFileCastWriter >::' [-Wattributes]
> /«PKGBUILDDIR»/src/Common/itkImageFileCastWriter.h:36:7: warning: 
> 'itk::ImageFileCastWriter >' declared with greater 
> visibility than its base 'itk::ImageFileWriter >' 
> [-Wattributes]
> make[3]: *** No rule to make target `/usr/lib/x86_64-linux-gnu/libfftw3.so', 
> needed by `bin/elastix'.  Stop.
> make[3]: Leaving directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
> make[2]: *** [Core/CMakeFiles/elastix.dir/all] Error 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/elastix_4.7-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: elastix
Source-Version: 4.7-2

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

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

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated elastix package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 17:54:59 +0200
Source: elastix
Binary: elastix elastix-doc
Architecture: source amd64 all
Version: 4.7-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description: 
 elastix- toolbox for rigid and nonrigid registration of images
 elastix-doc - toolbox for rigid and nonrigid registration of images - docs
Closes: 746089
Changes: 
 elastix (4.7-2) unstable; urgency=medium
 .
   * Build-Depends: libfftw3-dev
 Closes: #746089
Checksums-Sha1: 
 7083aff631dfd6f221ae72d0ae70f60a44c6abc9 2320 elastix_4.7-2.dsc
 6c9dbebb912083b46de63015ac25a5e840eea386 6924 elastix_4.7-2.debian.tar.xz
 8a6ed0d48df51b8e405ab9e91de4afd185cbe436 5368658 elastix_4.7-2_amd64.deb
 7dddbfe90c037783c2ae47ddf32885a83e28c138 81371220 elastix-doc_4.7-2_all.deb
Checksums-Sha256: 
 dfee542277555a3d117fbe1e30798defee4ebc5c2f3dc98b622f92a9a9b292d4 2320 
elastix_4.7-2.dsc
 d2086746f91a257078ccbb2602bfd5a924b55dfa701d1afc0e098929b5d6462a 6924 
elastix_4.7-2.debian.tar.xz
 825ba742882ba323bd6affc1078323d63632f39e1dd6b1522db8bfd92c40a7c8 5368658 
elastix_4.7-2_amd64.deb
 2d83a2172fd5df1ad86d92f7de070691a8266251848399cd453b5fc3556a37d1 81371220 
elastix-doc_4.7-2_all.deb
Files: 
 d97e4349658fbd139872797b96dbf7c1 5368658 science optional 
elastix_4.7-2_amd64.deb
 5f4e6cad26c8e0c30a815d04f901bb9a 81371220 doc optional 
elastix-doc_4.7-2_all.deb
 5106d044847a4e0b073b2e2341b5fadd 2320 science optional elastix_4.7-2.dsc
 c8bb477bfba31bf0a05678615f17f15e 6924 science optional 
elastix_4.7-2.debian.tar.xz

-BEG

Bug#746018: marked as done (gnutls26: FTBFS: Test failure)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 18:49:38 +
with message-id 
and subject line Bug#746018: fixed in gnutls26 2.12.23-15
has caused the Debian Bug report #746018,
regarding gnutls26: FTBFS: Test failure
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.)


-- 
746018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gnutls26
Version: 2.12.23-14
Severity: serious

>From my pbuilder build log:

...
/usr/bin/make  check-TESTS
make[4]: Entering directory `/tmp/buildd/gnutls26-2.12.23/tests'
Self test `./simple' finished with 0 errors
PASS: simple
Self test `./gc' finished with 0 errors
PASS: gc
Self test `./set_pkcs12_cred' finished with 0 errors
PASS: set_pkcs12_cred
Self test `./certder' finished with 0 errors
PASS: certder
Self test `./certuniqueid' finished with 0 errors
PASS: certuniqueid
mpi ops ok
Self test `./mpi' finished with 0 errors
PASS: mpi
PASS: certificate_set_x509_crl
Self test `./dn' finished with 0 errors
PASS: dn
Self test `./parse_ca' finished with 0 errors
PASS: parse_ca
Self test `./moredn' finished with 0 errors
PASS: moredn
rng registered ok
Self test `./crypto_rng' finished with 0 errors
PASS: crypto_rng
Self test `./mini' finished with 0 errors
PASS: mini
Self test `./hostname-check' finished with 0 errors
PASS: hostname-check
PASS: cve-2008-4989
Self test `./pkcs12_s2k' finished with 0 errors
PASS: pkcs12_s2k
chain[cacertrsamd5 ok]: verify_status: 1026 expected: 0
FAIL: chainverify
Self test `./crq_key_id' finished with 0 errors
PASS: crq_key_id
Self test `./x509sign-verify' finished with 0 errors
PASS: x509sign-verify
PASS: cve-2009-1415
success!
PASS: cve-2009-1416
Self test `./crq_apis' finished with 0 errors
PASS: crq_apis
Self test `./init_roundtrip' finished with 0 errors
PASS: init_roundtrip
PASS: pkcs12_s2k_pem
Self test `./dn2' finished with 0 errors
PASS: dn2
Self test `./mini-eagain' finished with 0 errors
PASS: mini-eagain
Self test `./nul-in-x509-names' finished with 0 errors
PASS: nul-in-x509-names
Self test `./x509_altname' finished with 0 errors
PASS: x509_altname
Self test `./pkcs12_encode' finished with 0 errors
PASS: pkcs12_encode
Self test `./mini-x509' finished with 0 errors
PASS: mini-x509
Self test `./mini-x509-rehandshake' finished with 0 errors
PASS: mini-x509-rehandshake
Self test `./rng-fork' finished with 0 errors
successSelf test `./rng-fork' finished with 0 errors
PASS: rng-fork
Issuer's DN: CN=GnuTLS test CA
successSelf test `./x509cert' finished with 0 errors
PASS: x509cert
Self test `./gendh' finished with 0 errors
PASS: gendh
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
Self test `./openpgp-auth' finished with 0 errors
PASS: openpgp-auth
Self test `./openpgp-keyring' finished with 0 errors
PASS: openpgp-keyring
PASS: pgps2kgnu
Self test `./x509self' finished with 0 errors
Self test `./x509self' finished with 0 errors
PASS: x509self
Self test `./x509dn' finished with 0 errors
Self test `./x509dn' finished with 0 errors
PASS: x509dn
Self test `./anonself' finished with 0 errors
Self test `./anonself' finished with 0 errors
PASS: anonself
Self test `./pskself' finished with 0 errors
Self test `./pskself' finished with 0 errors
PASS: pskself
Self test `./dhepskself' finished with 0 errors
Self test `./dhepskself' finished with 0 errors
PASS: dhepskself
Self test `./resume' finished with 0 errors
PASS: resume
PASS: setcredcrash
Self test `./openpgpself' finished with 0 errors
Self test `./openpgpself' finished with 0 errors
PASS: openpgpself
PASS: rfc2253-escape-test
===
1 of 45 tests failed
Please report to bug-gnu...@gnu.org
===
make[4]: *** [check-TESTS] Error 1
make[4]: Leaving directory `/tmp/buildd/gnutls26-2.12.23/tests'
make[3]: *** [check-am] Error 2
make[3]: Leaving directory `/tmp/buildd/gnutls26-2.12.23/tests'

Processed: patches for RC-bugs

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

> tag 741620 + patch
Bug #741620 [courier-imap-ssl] upgrade broke starttls?
Added tag(s) patch.
> thanks
Stopping processing here.

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

2014-04-27 Thread Willi Mann
tag 741620 + patch
thanks

Hi Racke,

I've created patches for the two RC-bugs against courier. The patch to
fix the STARTTLS problem is really tested, and fixed the problem in my
test setup. The patch to fix maildrop delivery mode really makes
maildrop to be linked against libcourierauth.so again, but I did not
test whether it fixes the whole problem (and the patch is not that
beautiful either, which are the two reasons  I'm not adding the patch
tag there).

Do you currently have time to prepare an upload? Otherwise, I would do
an NMU (after verifying that the second patch is also OK), but not
before Thursday.

Bye
Willi
From 43a0424d6de39643036c421dc185fae0086c44c2 Mon Sep 17 00:00:00 2001
From: Willi Mann 
Date: Sun, 27 Apr 2014 14:56:48 +0200
Subject: [PATCH 1/3] Fix maildrop to build against courier authlib

---
 debian/rules|1 +
 libs/maildrop/configure |7 ---
 2 files changed, 1 insertion(+), 7 deletions(-)

diff --git a/debian/rules b/debian/rules
index e3b1652..f8bbc9a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -50,6 +50,7 @@ COMMON_CONFOPTS=--prefix=/usr --mandir=\$${prefix}/share/man \
 		--with-calendardir=/var/run/courier/calendar \
 		--with-certsdir=/etc/courier \
 		--with-webadmindir=/usr/share/courier/webadmin \
+		--enable-authlib \
 		--enable-userdb \
 		--enable-syslog=1 \
 		--enable-unicode \
diff --git a/libs/maildrop/configure b/libs/maildrop/configure
index 0a600f1..c5f4433 100755
--- a/libs/maildrop/configure
+++ b/libs/maildrop/configure
@@ -16300,13 +16300,6 @@ fi
 done
 
 
-# When we're a part of the Courier build, we let Courier do the authlib stuff
-
-if test -d ${srcdir}/../../courier
-then
-	COURIERAUTHCONFIG=""
-fi
-
 # Check whether --enable-authlib was given.
 if test "${enable_authlib+set}" = set; then :
   enableval=$enable_authlib;
-- 
1.7.10.4

From 66c08f5188192c5825dde9d9264b9d95a56664d8 Mon Sep 17 00:00:00 2001
From: Willi Mann 
Date: Sun, 27 Apr 2014 15:02:05 +0200
Subject: [PATCH 2/3] Create dhparams in postinst

---
 debian/courier-ssl.postinst |7 +++
 debian/courier-ssl.postrm   |1 +
 2 files changed, 8 insertions(+)

diff --git a/debian/courier-ssl.postinst b/debian/courier-ssl.postinst
index 48e29b9..c09f6ae 100644
--- a/debian/courier-ssl.postinst
+++ b/debian/courier-ssl.postinst
@@ -20,4 +20,11 @@
 # Source debconf library
 . /usr/share/debconf/confmodule
 
+if [ "$1" = "configure" ]; then
+	test -d /etc/courier || mkdir /etc/courier
+	if [ ! -f /etc/courier/dhparams.pem ]; then
+		mkdhparams
+	fi
+fi
+
 #DEBHELPER#
diff --git a/debian/courier-ssl.postrm b/debian/courier-ssl.postrm
index 48a6965..5c065f8 100644
--- a/debian/courier-ssl.postrm
+++ b/debian/courier-ssl.postrm
@@ -19,6 +19,7 @@
 
 if [ "$1" = "purge" ]; then
 	rm -rf /var/lib/courier/couriersslcache
+	rm -rf /etc/courier/dhparams.pem
 fi
 
 #DEBHELPER#
-- 
1.7.10.4



signature.asc
Description: OpenPGP digital signature


Bug#746178: missing license in debian/copyright

2014-04-27 Thread Thorsten Alteholz

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

Dear Maintainer,

please add the missing GPLv2+ licenses of several files in bin/*, 
examples/* and libtest/* to debian/copyright.


Thanks!
  Thorsten


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



Bug#746143: marked as done (openslide-python: FTBFS: ImportError: No module named setuptools)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 17:19:26 +
with message-id 
and subject line Bug#746143: fixed in openslide-python 1.0.1-2
has caused the Debian Bug report #746143,
regarding openslide-python: FTBFS: ImportError: No module named setuptools
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.)


-- 
746143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: openslide-python
Version: 1.0.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with python2,python3 --buildsystem=pybuild
>dh_testdir -O--buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:170: python2.7 setup.py clean 
> Traceback (most recent call last):
>   File "setup.py", line 2, in 
> from setuptools import setup
> ImportError: No module named setuptools
> E: pybuild pybuild:256: clean: plugin distutils failed with: exit code=1: 
> python2.7 setup.py clean 
> dh_auto_clean: pybuild --clean -i python{version} -p 2.7 --dir . returned 
> exit code 13
> make: *** [clean] Error 13

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/openslide-python_1.0.1-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: openslide-python
Source-Version: 1.0.1-2

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

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

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated openslide-python package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 18:55:47 +0200
Source: openslide-python
Binary: python-openslide python3-openslide python-openslide-examples
Architecture: source all
Version: 1.0.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description: 
 python-openslide - Python 2 wrapper for reading whole slide image files
 python-openslide-examples - Python examples for python-openslide and 
python3-openslide
 python3-openslide - Python 3 wrapper for reading whole slide image files
Closes: 746143
Changes: 
 openslide-python (1.0.1-2) unstable; urgency=medium
 .
   * debian/control
  - cme fix dpkg-control
  - Add Build-Depends: python-setuptools
Closes: #746143
Checksums-Sha1: 
 cee9731cb76f457083c1d5bf3a4ff65f68661c92 2282 openslide-python_1.0.1-2.dsc
 d50da5f4e53d6c5badd4b5f790d992d5b7ad4fc6 3732 
openslide-python_1.0.1-2.debian.tar.xz
 9ed7707c342c0769f1b9a7c585e20a0d2dee4e65 14112 python-openslide_1.0.1-2_all.deb
 92275c47d127ff3f56fe76ac8667cc0f759fcb64 13680 
python3-openslide_1.0.1-2_all.deb
 6321836ad087b172eacd3524e31ccf1efad2be25 139284 
python-openslide-examples_1.0.1-2_all.deb
Checksums-Sha256: 
 3b46aedca684e1c658bc94ecb551beff0564b89a14d09eb0307640fe9a261e99 2282 
openslide-python_1.0.1-2.dsc
 77ff969932e60128f889ee215b3d05ed2da2ebaf27cedd53c4918471782cb3f3 3732 
openslide-python_1.0.1-2.debian.tar.xz
 badbe78e08808e4f1689e456e173ed3da5c06004ad0c6c33d027ad8b950cf97f 14112 
python-openslide_1.0.1-2_all.deb
 9f0cd15b2ff3b6ec1bda8a0fc95cbef6fc7ec5e0cb3d02ba2ede099cf6470518 13680 
python3-openslide_1.0.1-2_all.deb
 b5102e37c08c85b135ea2e547555bb7e16b605b4e87479a9d1064df60dec5bfd 139284 
python-openslide-examples_1.0.1-2_all.deb
Files: 
 df261604fb05cb6b3d78b48486817538 14112 python optional 
python-openslide_1.0.1-2_all.deb
 2d40245bc79d9d752c7e5c54869ec6e1 13680 python optional 
python3-openslide_1.0.1-2_all.d

Bug#746170: insserv: Still fails due to rpcbind/nfs

2014-04-27 Thread Eric Valette

On 27/04/2014 19:10, Petter Reinholdtsen wrote:

[Eric Valette]

insserv: FATAL: service rpcbind is missed in the runlevels 2 3 4 5 to use 
service nfs-common
insserv: exiting now!
update-rc.d: error: insserv rejected the script header


Why do you believe this is a bug in insserv?


Because previous version works fine, so at least it is clearly a regression.

dpkg -i local/pkg/insserv_1.14.0-5_amd64.deb
dpkg : avertissement : dégradation (« downgrade ») de insserv depuis 
1.16.0-5 vers 1.14.0-5
(Lecture de la base de données... 320436 fichiers et répertoires déjà 
installés.)

Preparing to unpack .../pkg/insserv_1.14.0-5_amd64.deb ...
Unpacking insserv (1.14.0-5) over (1.16.0-5) ...
Paramétrage de insserv (1.14.0-5) ...
Processing triggers for man-db (2.6.7.1-1) ...
tri-yann4:/home/valette# insserv



Is the rcpbind service
enabled in runlevels 2, 3, 4 or 5 for use by the nfs-common service?


Try to install nfs yourself or look at package files. Copied for you 
convenience


# start/stop rpcbind daemon.

### BEGIN INIT INFO
# Provides:  rpcbind portmap
# Required-Start:$network $local_fs
# Required-Stop: $network $local_fs
# Default-Start: 2 3 4 5 S
# Default-Stop:  0 1 6
# Short-Description: RPC portmapper replacement



What is the output from 'ls /etc/rc*.d'?


ls /etc/rc*.d
/etc/rc0.d:
K01alsa-utils K01hddtempK01openct   K01setserial 
  K01unattended-upgrades  K01xdm   K06nfs-common 
 K12halt
K01apache2K01kdmK01openvpn  K01smbd 
  K01urandom  K01xfstt K06rpcbind 
 README
K01atdK01lirc   K01pcscd 
K01speech-dispatcher  K01vboxautostart-serviceK02avahi-daemon 
K07hwclock.sh
K01cups-browsed   K01lpdK01privoxy  K01stunnel4 
  K01vboxballoonctrl-service  K02mysql K07networking
K01dirmngrK01minidlna   K01pulseaudio   K01timidity 
  K01vboxweb-service  K02vboxdrv   K08umountfs
K01etc-setserial  K01nfs-kernel-server  K01sambaK01tor 
  K01vdr  K03sendsigs  K09cryptdisks
K01exim4  K01nmbd   K01samba-ad-dc  K01tvheadend 
  K01wicd K04rsyslog   K10cryptdisks-early
K01gpmK01openbsd-inetd  K01sanedK01udftools 
  K01winbind  K05umountnfs.sh  K11umountroot


/etc/rc1.d:
K01alsa-utils K01exim4K01minidlna   K01pcscd 
K01setserial  K01tor  K01vdr 
K02cupsK06rpcbind
K01apache2K01gpm  K01nfs-kernel-server  K01privoxy 
K01smartmontools  K01tvheadendK01wicd 
K02mysql   README
K01atdK01hddtemp  K01nmbd   K01pulseaudio 
K01smbd   K01udftools K01winbind 
K02vboxdrv S01killprocs
K01cups-browsed   K01kdm  K01openbsd-inetd  K01samba 
K01speech-dispatcher  K01vboxautostart-serviceK01xdm 
K02xfs S01motd
K01dirmngrK01lirc K01openct K01samba-ad-dc 
K01stunnel4   K01vboxballoonctrl-service  K01xfstt 
K04rsyslog S06bootlogs
K01etc-setserial  K01lpd  K01openvpnK01saned 
K01timidity   K01vboxweb-service  K02avahi-daemon 
K06nfs-common  S07single


/etc/rc2.d:
README S01privoxy  S02openvpn  S04hddtemp 
S04rsync  S04xfs  S05wicd  S07smbd
S01binfmt-support  S01rsyslog  S03apache2  S04lirc 
S04smartmontools  S05avahi-daemon S05xdm 
S08winbind
S01dirmngr S01samba-ad-dc  S04acpidS04loadcpufreq 
S04speech-dispatcher  S05cpufrequtils S06bootlogs 
S17nfs-common
S01minidlnaS01sudo S04anacron  S04lpdS04ssh 
   S05exim4S06cups 
S18nfs-kernel-server
S01motdS01timidity S04atd  S04mysql 
S04stunnel4   S05kdm  S06cups-browsed 
S19rc.local
S01nethack-common  S01tvheadendS04cron S04openbsd-inetd  S04tor 
   S05vboxautostart-serviceS06pulseaudioS19rmnologin
S01nmbdS01udftools S04dbus S04openct 
S04vboxdrvS05vboxballoonctrl-service  S06saned
S01nvidia-kernel   S01xfsttS04gpm  S04pcscd  S04vdr 
   S05vboxweb-service  S07samba


/etc/rc3.d:
README S01privoxy  S02openvpn  S04hddtemp 
S04rsync  S04xfs  S05wicd  S07smbd
S01binfmt-support  S01rsyslog  S03apache2  S04lirc 
S04smartmontools  S05avahi-daemon S05xdm 
S08winbind
S01dirmngr S01samba-ad-dc  S04acpidS04loadcpufreq 
S04speech-dispatcher  S05cpufrequtils S06bootlogs 
S17nfs-common
S01minidlnaS01sudo S04anacron  S04lpdS04ssh 
   S05exim4S06cups 
S18nfs-kernel-server
S01motdS01t

Bug#746170: insserv: Still fails due to rpcbind/nfs

2014-04-27 Thread Petter Reinholdtsen
[Eric Valette]
> insserv: FATAL: service rpcbind is missed in the runlevels 2 3 4 5 to use 
> service nfs-common
> insserv: exiting now!
> update-rc.d: error: insserv rejected the script header

Why do you believe this is a bug in insserv?  Is the rcpbind service
enabled in runlevels 2, 3, 4 or 5 for use by the nfs-common service?

What is the output from 'ls /etc/rc*.d'?

-- 
Happy hacking
Petter Reinholdtsen


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



Bug#746167: FTBFS in sid/Tcl 8.6

2014-04-27 Thread Francesco P. Lovergine
On Sun, Apr 27, 2014 at 05:15:43PM +0100, Michael Tautschnig wrote:
> Package: aolserver4-nsopenssl
> Version: 3.0beta26-4
> Severity: serious
> Usertags: goto-cc
> 
> While compiling the package using our research compiler infrastructure the 
> build
> failed with the following error:
> 
> [...]
> gcc -g -I/usr/include/openssl -I/usr/kerberos/include -O2 -Wall -fPIC 
> -I/usr/include/aolserver4 -I/usr/include/tcl8.6  -DNO_CONST 
> -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" 
> -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" 
> -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
> -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
> -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 
> -DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" 
> -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 
> -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 
> -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 
> -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 
> -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 
> -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 
> -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 
> -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 
> -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 
> -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 
> -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 
> -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 
> -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 
> -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  
> -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DTCL_CFG_OPTIMIZED=1 
> -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_POLL=1 
> -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o tclcmds.o tclcmds.c
> :0:0: warning: "PACKAGE_NAME" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_STRING" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> tclcmds.c: In function 'NsTclOpenSSLObjCmd':
> tclcmds.c:338:31: error: 'Tcl_Interp' has no member named 'result'
>  sprintf(interp->result, "%d", sslconn->peerport);
>^

Thanks, legacy code requires -DUSE_INTERP_RESULT definition to build under
8.6, the fix will be applied ASAP.

-- 
Francesco P. Lovergine


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



Bug#746168: FTBFS in sid/Tcl 8.6

2014-04-27 Thread Francesco P. Lovergine
The same fix of #746167 is required, thanks.

On Sun, Apr 27, 2014 at 05:18:51PM +0100, Michael Tautschnig wrote:
> Package: aolserver4-nspostgres
> Version: 4.5+20110709-1
> Severity: serious
> Usertags: goto-cc
> 
> While compiling the package using our research compiler infrastructure the 
> build
> failed with the following error:
> 
> [...]
> gcc -Wall -g -Wl,--no-as-needed -O2 -DBIND_EMULATION 
> -I/usr/include/postgresql -DFOR_ACS_USE -O2 -Wall -fPIC 
> -I/usr/include/aolserver4 -I/usr/include/tcl8.6  -DNO_CONST 
> -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" 
> -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" 
> -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
> -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
> -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
> -DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
> -D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
> -DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 
> -DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" 
> -DNDEBUG=1 -DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 
> -D_LARGEFILE64_SOURCE=1 -DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 
> -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 -DHAVE_STRTOL=1 -DHAVE_WAITPID=1 
> -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 -DHAVE_FREEADDRINFO=1 
> -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 -DHAVE_STRUCT_IN6_ADDR=1 
> -DHAVE_STRUCT_SOCKADDR_IN6=1 -DHAVE_STRUCT_SOCKADDR_STORAGE=1 
> -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 -DHAVE_GETPWNAM_R_5=1 
> -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 -DHAVE_GETGRGID_R=1 
> -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 -DHAVE_GETHOSTBYNAME_R_6=1 
> -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 -DHAVE_GETHOSTBYADDR_R=1 
> -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 -DHAVE_SYS_TIME_H=1 
> -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 -DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 
> -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 -DHAVE_STRUCT_STAT_ST_BLOCKS=1 
> -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 -DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 
> -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 -DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 
> -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 -DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  
> -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" 
> -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DTCL_CFG_OPTIMIZED=1 
> -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_INTTYPES_H=1 
> -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 -DHAVE_POLL=1 
> -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o nspostgres.o nspostgres.c
> :0:0: warning: "PACKAGE_NAME" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> :0:0: warning: "PACKAGE_STRING" redefined [enabled by default]
> :0:0: note: this is the location of the previous definition
> nspostgres.c: In function 'Ns_PgSetErrorstate':
> nspostgres.c:246:5: warning: enumeration value 'PGRES_COPY_BOTH' not handled 
> in switch [-Wswitch]
>  switch (PQresultStatus(nsConn->res)) {
>  ^
> nspostgres.c:246:5: warning: enumeration value 'PGRES_SINGLE_TUPLE' not 
> handled in switch [-Wswitch]
> nspostgres.c: In function 'PgCmd':
> nspostgres.c:1772:23: error: 'Tcl_Interp' has no member named 'result'
>  sprintf(interp->result, "%u", nspgConn->cNum);
>^
> nspostgres.c:1778:19: error: 'Tcl_Interp' has no member named 'result'
>  interp->result = "ok";
>^
> nspostgres.c:1780:19: error: 'Tcl_Interp' has no member named 'result'
>  interp->result = "bad";
>^
> nspostgres.c: In function 'pg_column_command':
> nspostgres.c:1985:17: error: 'Tcl_Interp' has no member named 'result'
>   sprintf (interp->result, "%d", tinfo->ncolumns);
>  ^
> make[1]: *** [nspostgres.o] Error 1
> 
> Looking at the latest build logs for the package, this may be caused by the
> updates to Tcl (the latest build was against Tcl 8.5, but sid now has 8.6).
> 
> The full build log is attached.
> 
> Best,
> Michael
> 





-- 
Francesco P. Lovergine


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



Bug#746075: marked as done (transfig: FTBFS: LaTeX Error: File `pgfcore.sty' not found.)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 17:03:51 +
with message-id 
and subject line Bug#746075: fixed in transfig 1:3.2.5.e-2
has caused the Debian Bug report #746075,
regarding transfig: FTBFS: LaTeX Error: File `pgfcore.sty' not found.
to be marked as done.

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

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


-- 
746075: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746075
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: transfig
Version: 1:3.2.5.e-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>
> LaTeX2e <2011/06/27>
> Babel <3.9k> and hyphenation patterns for 7 languages loaded.
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasercs.sty)
> Document Class: beamer 2013/12/02 3.33 A class for typesetting presentations 
> (r
> cs-revision 332bfd3ce558)
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
> (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/base/size11.clo)
> 
> ! LaTeX Error: File `pgfcore.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.359 ^^M
>  
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on sample-presentation.log.
> make[2]: *** [sample-presentation.pdf] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/transfig_3.2.5.e-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: transfig
Source-Version: 1:3.2.5.e-2

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

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

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

Debian distribution maintenance software
pp.
Roland Rosenfeld  (supplier of updated transfig package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2014 18:38:44 +0200
Source: transfig
Binary: transfig
Architecture: source amd64
Version: 1:3.2.5.e-2
Distribution: unstable
Urgency: low
Maintainer: Roland Rosenfeld 
Changed-By: Roland Rosenfeld 
Description: 
 transfig   - Utilities for converting XFig figure files
Closes: 732529 746075
Changes: 
 transfig (1:3.2.5.e-2) unstable; urgency=low
 .
   * Update debian/watch.
   * Build-Depend on pgf for manual creation (Closes: #746075).
   * Upgrade to Standards-Version 3.9.5 (no changes).
   * override lintian spelling error ment meant.
   * Set Multi-Arch: foreign, since this doesn't provide libs (Closes: #732529).
Checksums-Sha1: 
 42a1f46ff47573c50d45c3505684ea67bb52ef52 1294 transfig_3.2.5.e-2.dsc
 346aae51a14561ddd35d3f62161c843232db0c8a 223248 
transfig_3.2.5.e-2.debian.tar.xz
 6cbf63feaa3650c261294a83c09482ad8c158171 617494 transfig_3.2.5.e-2_amd64.deb
Checksums-Sha256: 
 54c81e5cfb7c72e4e26e606a1677bd72182e89e3bef091bcfa878c665cca 1294 
transfig_3.2.5.e-2.dsc
 1706d79264ea5110edbeb20779d58727068cdd9d0b841e3eb52549b5831a03fc 223248 
transfig_3.2.5.e-2.debian.tar.xz
 e1bdf441a5058713250632c8bf848bc9fead5216f518dc7f7d6e5f65124376d2 617494 
transfig_3.2.5.e-2_amd64.deb
Files: 
 1f45442230

Processed: tagging 746052

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

> tags 746052 + upstream fixed-upstream
Bug #746052 [src:libxfont] libxfont: FTBFS: ../../../src/util/patcache.c:130:1: 
error: conflicting types for 'CacheFontPattern'
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746052: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746052
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#746050: marked as done (macopix: FTBFS: ld: cannot find -lgcrypt)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:34:02 +
with message-id 
and subject line Bug#746050: fixed in macopix 1.7.4-5
has caused the Debian Bug report #746050,
regarding macopix: FTBFS: ld: cannot find -lgcrypt
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.)


-- 
746050: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746050
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: macopix
Version: 1.7.4-4.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/libdrm 
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/freetype2 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -pthread 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include  -I/usr/include  
> -DLOCALEDIR=\""/usr/share/locale"\"  -DCOMMON_DIR=\""/usr/share/macopix/"\" 
> -DPREFIX_DIR=\""/usr/share/"\"  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o dnd.o dnd.c
> /bin/bash ../libtool  --tag=CC   --mode=link gcc  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security  -Wl,-z,relro 
> -lX11 -o macopix main.o callbacks.o pixmap.o gui.o balloon.o clock.o 
> configfile.o utils.o mail.o pop.o md5c.o md5ify.o nokkari.o bmp.o bmpwrite.o 
> sockmsg.o codeconv.o unmime.o base64.o quoted-printable.o unlha.o untar.o 
> trayicon.o alpha.o ssl.o sslmanager.o dnd.o -lgtk-x11-2.0 -lgdk-x11-2.0 
> -lpangocairo-1.0 -latk-1.0 -lcairo -lgdk_pixbuf-2.0 -lgio-2.0 -lpangoft2-1.0 
> -lpango-1.0 -lgobject-2.0 -lfontconfig -lfreetype -lgthread-2.0 -pthread 
> -lglib-2.0   -lgdk_pixbuf-2.0 -lgobject-2.0 -lglib-2.0  -lgnutls 
> -lgcrypt -lgnutls-openssl  
> libtool: link: gcc -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -Wl,-z -Wl,relro -o macopix main.o 
> callbacks.o pixmap.o gui.o balloon.o clock.o configfile.o utils.o mail.o 
> pop.o md5c.o md5ify.o nokkari.o bmp.o bmpwrite.o sockmsg.o codeconv.o 
> unmime.o base64.o quoted-printable.o unlha.o untar.o trayicon.o alpha.o ssl.o 
> sslmanager.o dnd.o -pthread  -lX11 -lgtk-x11-2.0 -lgdk-x11-2.0 
> -lpangocairo-1.0 -latk-1.0 /usr/lib/x86_64-linux-gnu/libcairo.so -lgio-2.0 
> -lpangoft2-1.0 -lpango-1.0 -lfontconfig 
> /usr/lib/x86_64-linux-gnu/libfreetype.so -lgthread-2.0 -lgdk_pixbuf-2.0 
> -lgobject-2.0 -lglib-2.0 -lgnutls -lgcrypt -lgnutls-openssl -pthread
> /usr/bin/ld: cannot find -lgcrypt
> collect2: error: ld returned 1 exit status

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/macopix_1.7.4-4.1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: macopix
Source-Version: 1.7.4-5

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

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

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

Debian distribution maintenance software
pp.
Ying-Chun Liu (PaulLiu)  (supplier of updated macopix 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Mon, 28 Apr 2014 00:07:44 +0800
Source: macopix
Binary: macopix-gtk2
Architecture: source i386
Version: 1.7.4-5
Dist

Bug#746171: FTBFS in sid (against httrack 3.48.1*)

2014-04-27 Thread Michael Tautschnig
Package: httraqt
Version: 1.3.1-1
Severity: serious
Usertags: goto-cc

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

[...]
[ 50%] Building CXX object CMakeFiles/httraqt.dir/sources/main/options.cpp.o
/usr/bin/c++   -DDISABLE_QT3SUPPORT -DNO_QT3SUPPORT -DQT_CORE_LIB -DQT_DBUS_LIB 
-DQT_GUI_LIB -DQT_PROJECT -g -O2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat -Werror=format-security -D_FORTIFY_SOURCE=2  -I/usr/include/httrack 
-I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtDeclarative 
-I/usr/include/qt4/QtScriptTools -isystem /usr/include/qt4/QtDBus 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtXmlPatterns -I/usr/include/qt4/QtHelp 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/Qt3Support -isystem /usr/include/qt4/QtGui -isystem 
/usr/include/qt4/QtCore -I/usr/share/qt4/mkspecs/default -isystem 
/usr/include/qt4 
-I/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1 
-I/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1//sources/options/includes
 
-I/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1//sources/main/includes
 
-I/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1/obj-x86_64-linux-gnu
-o CMakeFiles/httraqt.dir/sources/main/options.cpp.o -c 
/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1/sources/main/options.cpp
/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1/sources/main/options.cpp:
 In member function 'void cOptions::getOptStruct(httrackp*)':
/srv/jenkins-slave/workspace/sid-goto-cc-httraqt/httraqt-1.3.1/sources/main/options.cpp:295:10:
 error: 'httrackp' has no member named 'mms_maxtime'
 opt->mms_maxtime = -1;
  ^
make[3]: *** [CMakeFiles/httraqt.dir/sources/main/options.cpp.o] Error 1

It seems this problem is caused by an update to httrack: version 3.46.1 had
this:

http://sources.debian.net/src/httrack/3.46.1-1/src/htsopt.h#L293

But the field was dropped in 3.48.1:

http://sources.debian.net/src/httrack/3.48.1-5/src/htsopt.h?hl=282#L282

The full build log is attached.

Best,
Michael


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


pgpgBloQ_6xN5.pgp
Description: PGP signature


Bug#746170: insserv: Still fails due to rpcbind/nfs

2014-04-27 Thread Eric Valette
Package: insserv
Version: 1.16.0-5
Severity: grave
Justification: renders package unusable

apt-get -t experimental install insserv
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances   
Lecture des informations d'état... Fait
Paquets suggérés :
  bootchart2
Les paquets suivants seront mis à jour :
  insserv
1 mis à jour, 0 nouvellement installés, 0 à enlever et 32 non mis à jour.
1 partiellement installés ou enlevés.
Il est nécessaire de prendre 0 o/63,1 ko dans les archives.
Après cette opération, 6 144 o d'espace disque supplémentaires seront 
utilisés.
(Lecture de la base de données... 320434 fichiers et répertoires déjà 
installés.)
Preparing to unpack .../insserv_1.16.0-5_amd64.deb ...
Unpacking insserv (1.16.0-5) over (1.14.0-5) ...
Processing triggers for man-db (2.6.7.1-1) ...
Paramétrage de insserv (1.16.0-5) ...
Paramétrage de rpcbind (0.2.1-3) ...
insserv: warning: current start runlevel(s) (S) of script `rpcbind' overrides 
LSB defaults (2 3 4 5 S).
insserv: warning: current start runlevel(s) (S) of script `rpcbind' overrides 
LSB defaults (2 3 4 5 S).
insserv: FATAL: service rpcbind is missed in the runlevels 2 3 4 5 to use 
service nfs-common
insserv: exiting now!
update-rc.d: error: insserv rejected the script header
dpkg: error processing package rpcbind (--configure):
 le sous-processus script post-installation installé a retourné une erreur de 
sortie d'état 1
Des erreurs ont été rencontrées pendant l'exécution :
 rpcbind
E: Sub-process /usr/bin/dpkg returned an error code (1)


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

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

Versions of packages insserv depends on:
ii  libc62.18-4
ii  libdbus-1-3  1.8.0-3

insserv recommends no packages.

Versions of packages insserv suggests:
pn  bootchart2  

-- 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: FTBFS is serious

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

> severity 746166 serious
Bug #746166 [aolserver4-nsldap] FTBFS in sid/Tcl 8.6
Severity set to 'serious' from 'normal'
> thanks
Stopping processing here.

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


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



Bug#746168: FTBFS in sid/Tcl 8.6

2014-04-27 Thread Michael Tautschnig
Package: aolserver4-nspostgres
Version: 4.5+20110709-1
Severity: serious
Usertags: goto-cc

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

[...]
gcc -Wall -g -Wl,--no-as-needed -O2 -DBIND_EMULATION -I/usr/include/postgresql 
-DFOR_ACS_USE -O2 -Wall -fPIC -I/usr/include/aolserver4 -I/usr/include/tcl8.6  
-DNO_CONST -DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\"tcl\" 
-DPACKAGE_TARNAME=\"tcl\" -DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 
8.6\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
-D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
-DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 
-DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 
-DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 
-DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 
-DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 
-DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 
-DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 
-DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 
-DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 
-DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 
-DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 
-DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 
-DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 
-DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 
-DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 
-DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 
-DHAVE_POLL=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o nspostgres.o 
nspostgres.c
:0:0: warning: "PACKAGE_NAME" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_STRING" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
nspostgres.c: In function 'Ns_PgSetErrorstate':
nspostgres.c:246:5: warning: enumeration value 'PGRES_COPY_BOTH' not handled in 
switch [-Wswitch]
 switch (PQresultStatus(nsConn->res)) {
 ^
nspostgres.c:246:5: warning: enumeration value 'PGRES_SINGLE_TUPLE' not handled 
in switch [-Wswitch]
nspostgres.c: In function 'PgCmd':
nspostgres.c:1772:23: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%u", nspgConn->cNum);
   ^
nspostgres.c:1778:19: error: 'Tcl_Interp' has no member named 'result'
 interp->result = "ok";
   ^
nspostgres.c:1780:19: error: 'Tcl_Interp' has no member named 'result'
 interp->result = "bad";
   ^
nspostgres.c: In function 'pg_column_command':
nspostgres.c:1985:17: error: 'Tcl_Interp' has no member named 'result'
  sprintf (interp->result, "%d", tinfo->ncolumns);
 ^
make[1]: *** [nspostgres.o] Error 1

Looking at the latest build logs for the package, this may be caused by the
updates to Tcl (the latest build was against Tcl 8.5, but sid now has 8.6).

The full build log is attached.

Best,
Michael



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


pgp3VSH1RjhSr.pgp
Description: PGP signature


Bug#746167: FTBFS in sid/Tcl 8.6

2014-04-27 Thread Michael Tautschnig
Package: aolserver4-nsopenssl
Version: 3.0beta26-4
Severity: serious
Usertags: goto-cc

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

[...]
gcc -g -I/usr/include/openssl -I/usr/kerberos/include -O2 -Wall -fPIC 
-I/usr/include/aolserver4 -I/usr/include/tcl8.6  -DNO_CONST 
-DUSE_INTERP_ERRORLINE -DPACKAGE_NAME=\"tcl\" -DPACKAGE_TARNAME=\"tcl\" 
-DPACKAGE_VERSION=\"8.6\" -DPACKAGE_STRING=\"tcl\ 8.6\" 
-DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_LIMITS_H=1 -DHAVE_SYS_PARAM_H=1 -DUSE_THREAD_ALLOC=1 -D_REENTRANT=1 
-D_THREAD_SAFE=1 -DHAVE_PTHREAD_ATTR_SETSTACKSIZE=1 -DHAVE_PTHREAD_ATFORK=1 
-DTCL_THREADS=1 -DTCL_CFGVAL_ENCODING=\"iso8859-1\" -DHAVE_ZLIB=1 
-DMODULE_SCOPE=extern -DHAVE_CAST_TO_UNION=1 -DTCL_SHLIB_EXT=\".so\" -DNDEBUG=1 
-DTCL_CFG_OPTIMIZED=1 -DTCL_TOMMATH=1 -DMP_PREC=4 -D_LARGEFILE64_SOURCE=1 
-DTCL_WIDE_INT_IS_LONG=1 -DHAVE_GETCWD=1 -DHAVE_MKSTEMP=1 -DHAVE_OPENDIR=1 
-DHAVE_STRTOL=1 -DHAVE_WAITPID=1 -DHAVE_GETNAMEINFO=1 -DHAVE_GETADDRINFO=1 
-DHAVE_FREEADDRINFO=1 -DHAVE_GAI_STRERROR=1 -DHAVE_STRUCT_ADDRINFO=1 
-DHAVE_STRUCT_IN6_ADDR=1 -DHAVE_STRUCT_SOCKADDR_IN6=1 
-DHAVE_STRUCT_SOCKADDR_STORAGE=1 -DHAVE_GETPWUID_R_5=1 -DHAVE_GETPWUID_R=1 
-DHAVE_GETPWNAM_R_5=1 -DHAVE_GETPWNAM_R=1 -DHAVE_GETGRGID_R_5=1 
-DHAVE_GETGRGID_R=1 -DHAVE_GETGRNAM_R_5=1 -DHAVE_GETGRNAM_R=1 
-DHAVE_GETHOSTBYNAME_R_6=1 -DHAVE_GETHOSTBYNAME_R=1 -DHAVE_GETHOSTBYADDR_R_8=1 
-DHAVE_GETHOSTBYADDR_R=1 -DHAVE_TERMIOS_H=1 -DHAVE_SYS_IOCTL_H=1 
-DHAVE_SYS_TIME_H=1 -DTIME_WITH_SYS_TIME=1 -DHAVE_GMTIME_R=1 
-DHAVE_LOCALTIME_R=1 -DHAVE_MKTIME=1 -DHAVE_TM_GMTOFF=1 -DHAVE_TIMEZONE_VAR=1 
-DHAVE_STRUCT_STAT_ST_BLOCKS=1 -DHAVE_STRUCT_STAT_ST_BLKSIZE=1 
-DHAVE_BLKCNT_T=1 -DHAVE_INTPTR_T=1 -DHAVE_UINTPTR_T=1 -DHAVE_SIGNED_CHAR=1 
-DHAVE_LANGINFO=1 -DHAVE_MKSTEMPS=1 -DHAVE_FTS=1 -DHAVE_SYS_IOCTL_H=1 
-DTCL_UNLOAD_DLLS=1 -DHAVE_CPUID=1  -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" 
-DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" 
-DTCL_CFG_OPTIMIZED=1 -DTCL_CFG_DEBUG=1 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 
-DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 
-DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 
-DHAVE_INTTYPES_H=1 -DHAVE_TIMEGM=1 -DHAVE_DRAND48=1 -DHAVE_RANDOM=1 
-DHAVE_POLL=1 -DHAVE_GETADDRINFO=1 -DHAVE_GETNAMEINFO=1-c -o tclcmds.o 
tclcmds.c
:0:0: warning: "PACKAGE_NAME" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_TARNAME" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_VERSION" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
:0:0: warning: "PACKAGE_STRING" redefined [enabled by default]
:0:0: note: this is the location of the previous definition
tclcmds.c: In function 'NsTclOpenSSLObjCmd':
tclcmds.c:338:31: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%d", sslconn->peerport);
   ^
tclcmds.c:359:27: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%d", sslconn->peerport);
   ^
tclcmds.c:373:31: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%d", integer);
   ^
tclcmds.c:401:31: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%lu", peercert == NULL ? 0 : 
X509_get_version(peercert) + 1);
   ^
tclcmds.c:403:31: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%ld", peercert == NULL ? 0 :
   ^
tclcmds.c:451:31: error: 'Tcl_Interp' has no member named 'result'
 sprintf(interp->result, "%d",
   ^
tclcmds.c:275:20: warning: variable 'status' set but not used 
[-Wunused-but-set-variable]
 intstatus   = TCL_OK;
^
tclcmds.c: In function 'NsTclOpenSSLSockOpenObjCmd':
tclcmds.c:621:5: warning: implicit declaration of function 
'Ns_OpenSSLX509CertVerify' [-Wimplicit-function-declaration]
 if (Ns_OpenSSLX509CertVerify(sslconn->ssl)) {
 ^
tclcmds.c: In function 'NsTclOpenSSLSockListenObjCmd':
tclcmds.c:651:13: warning: unused variable 'thisServer' [-Wunused-variable]
 Server *thisServer = (Server *) arg;
 ^
In file included from /usr/include/tcl8.6/tcl.h:2435:0,
 from /usr/include/aolserver4/nsthread.h:129,
 from /usr/include/aolserver4/ns.h:62,
 from nsopenssl.h:30,
 from tclcmds.c:38:
tclcmds.c: In function 'NsTclOpenSSLGetUrlObjCmd':
tclcmds

Bug#699647: marked as done (proftpd-mod-geoip: /usr/lib/proftpd/mod_geoip.so missing after upgrade from sid)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:45 +
with message-id 
and subject line Bug#726742: fixed in proftpd-mod-geoip 0.3-1+deb7u1
has caused the Debian Bug report #726742,
regarding proftpd-mod-geoip: /usr/lib/proftpd/mod_geoip.so missing after 
upgrade from sid
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.)


-- 
726742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: proftpd-mod-geoip
Version: 1.3.5~rc1-2
Severity: serious
User: debian...@lists.debian.org
Usertags: piuparts

Hi,

during a test with piuparts I noticed your package deletes a file it has
shipped.

debsums reports modification of the following files,
from the attached log (scroll to the bottom...):

0m41.7s ERROR: FAIL: debsums reports modifications inside the chroot:
  debsums: missing file /usr/lib/proftpd/mod_geoip.so (from proftpd-mod-geoip 
package)


cheers,

Andreas


proftpd-mod-geoip_1.3.5~rc1-2.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: proftpd-mod-geoip
Source-Version: 0.3-1+deb7u1

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

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

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated proftpd-mod-geoip 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 19:12:52 +0200
Source: proftpd-mod-geoip
Binary: proftpd-mod-geoip
Architecture: source amd64
Version: 0.3-1+deb7u1
Distribution: wheezy
Urgency: medium
Maintainer: ProFTPD Maintainance Team 

Changed-By: Andreas Beckmann 
Description: 
 proftpd-mod-geoip - ProFTPD mod_geoip
Closes: 726742
Changes: 
 proftpd-mod-geoip (0.3-1+deb7u1) wheezy; urgency=medium
 .
   * Non-maintainer upload.
   * Remove useless and buggy proftpd-mod-geoip.postrm script.
   * Add proftpd-mod-geoip.preinst script to delete the old buggy postrm script
 on upgrades. Otherwise the buggy postrm script would delete some files
 from the newly unpacked package.  (Closes: #726742)
Checksums-Sha1: 
 0366c0d6948ba1c1f99f73a7e665bf60024eefa9 2183 
proftpd-mod-geoip_0.3-1+deb7u1.dsc
 6f63f555211d55713b55f92fa5ae4f9dfb6f929a 4242 
proftpd-mod-geoip_0.3-1+deb7u1.debian.tar.gz
 0992866359561a138899b611019b0fe7b7805b77 26386 
proftpd-mod-geoip_0.3-1+deb7u1_amd64.deb
Checksums-Sha256: 
 f3024ba643f0d7ed57df1cb127a9687527fdbde040a1e9fbe7026d60e35544ce 2183 
proftpd-mod-geoip_0.3-1+deb7u1.dsc
 ee080d4e71c829854daef5a90d9a9a51ff550fa69d27d019c1023b2e87bab45f 4242 
proftpd-mod-geoip_0.3-1+deb7u1.debian.tar.gz
 429d23e5f45ad84281af8c0fcba8a194794c0c655f55acc1af9c372003969d89 26386 
proftpd-mod-geoip_0.3-1+deb7u1_amd64.deb
Files: 
 1b5ae84eec6c2c6ad4a7c84cfa69a7c5 2183 net optional 
proftpd-mod-geoip_0.3-1+deb7u1.dsc
 27f7c370112b320fa6cb9e2dd9b39d4c 4242 net optional 
proftpd-mod-geoip_0.3-1+deb7u1.debian.tar.gz
 3f690719da50ff9f3b19f63d8f973a69 26386 net optional 
proftpd-mod-geoip_0.3-1+deb7u1_amd64.deb

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

iQIcBAEBCAAGBQJTVVT8AAoJEF+zP5NZ6e0IXC0P/1g5gIulz2XlHTiNuQcQTLE/
Piw/6Z3Vwv06d4yjPi7XjStl9lIQhilM4hg+lLSiJ/2gadLz1VEYLTl6QTEmf3Vy
yEC+zozdvl12YJUIPwxEz5IQYToudrV8x374Hdt4zXhP4klp4N2W7QcV55+ue9F5
GeY65F8syGnzyTi6h2tMzpv5eG6wBJgeSLAu83hs3t2rJC1n3OmBprxt5oFmD368
XhJ1wE6dOjHrLHVZVjPCtwYWgNiDn9Lu5LB5jO7C5ib9zChxbKDgVI0S/hx8PYxX
RmpKk5D69DZM/YfHjA8FKiSl3C7a2A+aRUylHGbnZKDDls7t6gFq2CyhOKxGBAsc
PlM9T0C0JzDN88fW/1PLA5gSjFzoJXGjzd/Dp7W7bYB4OlOSQnkxFvm0eln8NZKT
vjPgLaNtxABYJTjahB4t0eYpKrcDPX/XahPpqB0bcdnli7CcFDo8703ED1Shau77
RBbhOCWNzct/nP+WYjGmFBKFokL/PoBhLhhxQEAUrgptmiuWdINX5yHPdsC29wh8
rqoZFG7F/TkFf/o4yrmELKcr2UqT5xncG5sR/FK1T3l1+JYyMT9xPVDwZg3N5x8X
bD8sRKR6pYbmhK/3VoqQ/6EKHMpYlI1HXHhvTtTvuSDXxDqwPXPQv23+lN+zXytD
Zb9qRWP2jhD2HaBXoF1o
=0+VR
-END PGP SIGNATURE End Message ---


Bug#743925: marked as done (libopenobex1: package version 1.5-2.1 which fix bug in stable shall be availlable in stable updates)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:38 +
with message-id 
and subject line Bug#743925: fixed in libopenobex 1.5-2+deb7u1
has caused the Debian Bug report #743925,
regarding libopenobex1: package version 1.5-2.1 which fix bug in stable shall 
be availlable in stable updates
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.)


-- 
743925: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743925
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libopenobex1
Version: 1.5-2.1
Severity: grave
Justification: renders package unusable

I installed version 1.5-2.1 from testing on my stable machine.

I confirm this version makes obex-data-server work. Without it (with 
version 1.5-2), this program crashes when sending data to BT device.

Cheers,
MB


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

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

Versions of packages libopenobex1 depends on:
ii  libc6 2.13-38+deb7u1
ii  libusb-0.1-4  2:0.1.12-20+nmu1

libopenobex1 recommends no packages.

libopenobex1 suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libopenobex
Source-Version: 1.5-2+deb7u1

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

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

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

Debian distribution maintenance software
pp.
Gerfried Fuchs  (supplier of updated libopenobex package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Fri, 25 Apr 2014 16:47:00 +0200
Source: libopenobex
Binary: libopenobex1-dev libopenobex1 openobex-apps
Architecture: source amd64
Version: 1.5-2+deb7u1
Distribution: stable
Urgency: low
Maintainer: Hendrik Sattler 
Changed-By: Gerfried Fuchs 
Description: 
 libopenobex1 - OBEX protocol library
 libopenobex1-dev - OBEX protocol library - development files
 openobex-apps - Applications for OpenOBEX
Closes: 743925
Changes: 
 libopenobex (1.5-2+deb7u1) stable; urgency=low
 .
   * NMU.
   * Fix segfault when transferring files, taking the patch from #699740
 (closes: #743925)
Checksums-Sha1: 
 e7a3fb7d0763e81031985a22e65d7e12f60c79ba 1638 libopenobex_1.5-2+deb7u1.dsc
 a877760473ae8fced9951ca0d9303c9cc6bf6082 9909 libopenobex_1.5-2+deb7u1.diff.gz
 3b843bc17faccc41b2700e5751d4bcde3afbb874 118306 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 05cf2749cc9ec1f2b874051f0dfc3e8cd403bd62 24860 
libopenobex1_1.5-2+deb7u1_amd64.deb
 ddabb9d13362ae89a5d05075a26de966813ae924 40042 
openobex-apps_1.5-2+deb7u1_amd64.deb
Checksums-Sha256: 
 b298372e44ad5d626a73c04c30f1590b2b35a0a8d438c60a2e43bb83571d8fd6 1638 
libopenobex_1.5-2+deb7u1.dsc
 b1870f7f0ed358b68701f19b37075986a720e81724fdaf8fbf23543206a75b07 9909 
libopenobex_1.5-2+deb7u1.diff.gz
 9f0bf3d3dd714318ee9f87270d2c288de05b62ac12e0c086616f82f031c37f95 118306 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 b2da2b93b4dc79cc0e8de685da3b8337efe2e7b8bbd3d41d16e4a1ba0918ef40 24860 
libopenobex1_1.5-2+deb7u1_amd64.deb
 30e23844c9f6614e871cbab4673fb843eeb7ae52e700dfacee8471f6ad4acebf 40042 
openobex-apps_1.5-2+deb7u1_amd64.deb
Files: 
 dac810e0a5ea9416ecab325084c26e47 1638 comm optional 
libopenobex_1.5-2+deb7u1.dsc
 059d3ec7a80b620a446344fb73bb9182 9909 comm optional 
libopenobex_1.5-2+deb7u1.diff.gz
 5fd1005ef3766eff04879c6e7b73c7b0 118306 libdevel optional 
libopenobex1-dev_1.5-2+deb7u1_amd64.deb
 31c63e54704a7b8c60e1d4cb46756e6a 24860 libs optional 
libopenobex1_1.5-2+deb7u1_amd64.deb
 a3ba60ca186f12fe694bd22a5afecbbe 40042 comm optional 
openobex-apps_1.5-2+deb7u1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBCAAGBQJTWo02AAoJEDH85+fdB5RhBTkIAKDVC8ICDfmgUpjO7htEcop6
8oydTWZLI6mFyFxYxU1HoI+9XKvjMUAAV3xqaj59jLq3HZYqhZX3/EeZbYTV73gK
MCzWZE2fJDQQcsNj/XID5e5FR+FD9xvRhfJejlmHpTbzAiBH1saUB4acni6v3njP
Fq6jSOtsRmaOvveXihJjn6IVlAqcZ66cisyuoJBhjK+oCnau1wLtKrzpjrZgOsS6
ukN6mkcodZm6zupcf8Q22eaDIzS

Bug#734238: marked as done (Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:39 +
with message-id 
and subject line Bug#734238: fixed in openjpeg 1.3+dfsg-4.8
has caused the Debian Bug report #734238,
regarding Fix for CVE-2013-6045 breaks decoding of chroma-subsampled images
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.)


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

Package: libopenjpeg2
Version: 1.3+dfsg-4.7+b1

The patch for CVE-2013-6045 disables decoding of images whose first 
color component has a higher resolution than subsequent components. 
This is a legitimate image encoding; consider, for example, YCbCr images 
with chroma subsampling.  This change is preventing OpenSlide from 
decoding certain Aperio slide files (example slide at [1]).


For example, consider p0_06.j2k from the OpenJPEG test suite [2].  With 
1.3+dfsg-4.6:


$ j2k_to_image -i p0_06.j2k -o out.ppm

[INFO] tile 1 of 1
[INFO] - tiers-1 took 0.02 s
[INFO] - dwt took 0.00 s
[INFO] - tile decoded in 0.02 s
PNM CONVERSION: Truncating component 0 from 12 bits to 8 bits
PNM CONVERSION: Truncating component 1 from 12 bits to 8 bits
PNM CONVERSION: Truncating component 2 from 12 bits to 8 bits
PNM CONVERSION: Truncating component 3 from 12 bits to 8 bits
Generated Outfile out.ppm


With 1.3+dfsg-4.7+b1, the same command produces:

[INFO] tile 1 of 1
[ERROR] Error decoding tile. Component 1 contains only 33153 blocks 
while component 0 has 66177 blocks

ERROR -> j2k_to_image: failed to decode image!


[1]: 
http://openslide.cs.cmu.edu/download/openslide-testdata/Aperio/JP2K-33003-1.svs

[2]: http://openjpeg.googlecode.com/svn/data/input/conformance/p0_06.j2k
--- End Message ---
--- Begin Message ---
Source: openjpeg
Source-Version: 1.3+dfsg-4.8

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

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

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

Debian distribution maintenance software
pp.
Raphael Geissert  (supplier of updated openjpeg package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Tue, 22 Apr 2014 23:14:30 +0200
Source: openjpeg
Binary: libopenjpeg-dev libopenjpeg2 libopenjpeg2-dbg openjpeg-tools
Architecture: source i386
Version: 1.3+dfsg-4.8
Distribution: wheezy-security
Urgency: high
Maintainer: Debian PhotoTools Maintainers 

Changed-By: Raphael Geissert 
Description: 
 libopenjpeg-dev - development files for libopenjpeg2, a JPEG 2000 image library
 libopenjpeg2 - JPEG 2000 image compression/decompression library
 libopenjpeg2-dbg - debug symbols for libopenjpeg2, a JPEG 2000 image library
 openjpeg-tools - command-line tools using the JPEG 2000 library
Closes: 734238
Changes: 
 openjpeg (1.3+dfsg-4.8) wheezy-security; urgency=high
 .
   * Non-maintainer upload by the Security Team.
   * Fix a regression in the decoding of chroma-subsampled images,
 introduced by one of the patches for CVE-2013-6045 (Closes: #734238).
Checksums-Sha1: 
 12ab288b089ec32ff620f6454ea31b757e28cff3 1518 openjpeg_1.3+dfsg-4.8.dsc
 6575adf678faa2ef5963836857a7e2e7bf87744d 17969 openjpeg_1.3+dfsg-4.8.diff.gz
 d38a8bfcaa98b86780e7975238ba05ba2867bc29 97872 
libopenjpeg-dev_1.3+dfsg-4.8_i386.deb
 8b874388183fc3ae71b7a35f95d89d0f49eb75b2 84142 
libopenjpeg2_1.3+dfsg-4.8_i386.deb
 0a37a2ec206a8b5e90e1d444229f3eada13f6c14 158782 
libopenjpeg2-dbg_1.3+dfsg-4.8_i386.deb
 0bdbd764a76c05529cda11a0bc7ee4af88d3a7db 208870 
openjpeg-tools_1.3+dfsg-4.8_i386.deb
Checksums-Sha256: 
 76280e810c4ebc5c0e7ddb66c7e93c57e7d246d0b105b426982cf9090395d905 1518 
openjpeg_1.3+dfsg-4.8.dsc
 e2276c659ab1eaac966254d3e0a653f4b1a3160dea582a3a0643574f63ef03cb 17969 
openjpeg_1.3+dfsg-4.8.diff.gz
 97a2c516291b36b55d9205e124a207dd6ce200300c4a3d0f242a2c7acd7fb912 97872 
libopenjpeg-dev_1.3+dfsg-4.8_i386.deb
 446fd9db5b4789c3a0ed3bca6989233c9e73ddda417758e833145f05515531dd 84142 
libopenjpeg2_1.3+dfsg-4.8_i386.deb
 b4c7c429f5e357f2d2aaaf11297a58429825289e1b9ad5743fb795055aa209ea 158782 
libopenjpeg2-dbg_1.3+dfsg-4.8_i386.deb
 c71c9caf279e1690991b5b62c29af041a7163c84e18ce7fe295d6bc65ba419a3 208

Bug#746071: marked as done (librg-blast-parser-perl: FTBFS: blast-parser-driver.h:25:39: fatal error: rostlab/rostlab_stdexcept.h: No such file or directory)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:04:13 +
with message-id 
and subject line Bug#746071: fixed in librg-blast-parser-perl 0.03-2
has caused the Debian Bug report #746071,
regarding librg-blast-parser-perl: FTBFS: blast-parser-driver.h:25:39: fatal 
error: rostlab/rostlab_stdexcept.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.)


-- 
746071: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746071
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: librg-blast-parser-perl
Version: 0.03-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> g++ -c  -I. -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector 
> -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE 
> -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security   
> -DVERSION=\"0.03\" -DXS_VERSION=\"0.03\" -fPIC "-I/usr/lib/perl/5.18/CORE"   
> Parser.c
> In file included from Parser.xs:15:0:
> /usr/include/rostlab/blast-parser-driver.h:25:39: fatal error: 
> rostlab/rostlab_stdexcept.h: No such file or directory
>  #include 
>^
> compilation terminated.
> make[1]: *** [Parser.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/librg-blast-parser-perl_0.03-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: librg-blast-parser-perl
Source-Version: 0.03-2

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

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

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

Debian distribution maintenance software
pp.
Andreas Tille  (supplier of updated librg-blast-parser-perl 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Sun, 27 Apr 2014 17:35:52 +0200
Source: librg-blast-parser-perl
Binary: librg-blast-parser-perl
Architecture: source amd64
Version: 0.03-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team 

Changed-By: Andreas Tille 
Description: 
 librg-blast-parser-perl - very fast NCBI BLAST parser - binding for Perl
Closes: 746071
Changes: 
 librg-blast-parser-perl (0.03-2) unstable; urgency=medium
 .
   * debian/control
 - cme fix dpkg-control
 - Priority: optional
 - debhelper 9
 - Build-Depends: librostlab3-dev
   Closes: #746071
Checksums-Sha1: 
 3af14501f5b21276b47b5cf05cadc58223f50687 2197 
librg-blast-parser-perl_0.03-2.dsc
 f56b3e439a8c1dff5e600cd91e755300f391e33c 4880 
librg-blast-parser-perl_0.03-2.debian.tar.xz
 826058116d9af9b311b8cd79d8ecb60a6062fe16 37794 
librg-blast-parser-perl_0.03-2_amd64.deb
Checksums-Sha256: 
 2085d04ec2a84514d95e9c99b3b86cc8bd993dce1c593bf3132dc324b45238c9 2197 
librg-blast-parser-perl_0.03-2.dsc
 2f3e53f93ff59166b1b97b59ba5c4ee39b07637c80d9c3f349ff9358c1c8b2ee 4880 
librg-blast-parser-perl_0.03-2.debian.tar.xz
 b6f869303be0d869c0e0ea07de5add06843db4c5018d5e663b89866d964228f6 37794 
librg-blast-parser-perl_0.03-2_amd64.deb
Files: 
 84679ae3f4e393e626b5eb7712cfcefd 37794 perl optional 
librg-blast-parser-perl_0.03-2_amd64.deb
 10979d501f3a7e2db1f2395d2fb16f03 2197 perl optional 
librg-blast-parser-perl_0.03-2.dsc
 36269e1ef7129b089e097881f0323f72 4880 perl optional 
librg-blast-parser-perl_0.03-2.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJTXSdUAAoJEFeKBJTRxkbRqokQAID+p6etJMFNkx1oVhLV23iY
O2IwRXihHma1PU3F/AmqmwH44FTJhO3HDQeoAOYrE6RWJm6AYM3aMVwoBJYR4B1Z
W2wa2kh27xFFZGqNHx/kvRe+ekqC0S2MkyMkqt3bP12RmfUSE6CmVQ6A80ne4h

Bug#726742: marked as done (proftpd-mod-geoip: postrm deletes mod_geoip.so on upgrades)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:45 +
with message-id 
and subject line Bug#726742: fixed in proftpd-mod-geoip 0.3-1+deb7u1
has caused the Debian Bug report #726742,
regarding proftpd-mod-geoip: postrm deletes mod_geoip.so on upgrades
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.)


-- 
726742: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: proftpd-mod-geoip
Version: 0.3-1
Severity: serious
Tags: wheezy

reinstalling proftpd-mod-geoip in wheezy deletes mod_geoip.so:

# apt-get install --reinstall proftpd-mod-geoip
Reading package lists... Done
Building dependency tree
Reading state information... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 0 not upgraded.
Need to get 0 B/26.1 kB of archives.
After this operation, 0 B of additional disk space will be used.
debconf: unable to initialize frontend: Dialog
debconf: (No usable dialog-like program is installed, so the dialog based 
frontend cannot be used. at /usr/share/perl5/Debconf/FrontEnd/Dialog.pm line 
76, <> line 1.)
debconf: falling back to frontend: Readline
(Reading database ... 13945 files and directories currently installed.)
Preparing to replace proftpd-mod-geoip 0.3-1+b1 (using 
.../proftpd-mod-geoip_0.3-1+b1_amd64.deb) ...
Unpacking replacement proftpd-mod-geoip ...
Deleting mod_geoip..
Setting up proftpd-mod-geoip (0.3-1+b1) ...

this would be fatal in case of a security update, as the same
happens on upgrades (here wheezy-> jessie, #699647)

[...]
  Preparing to replace proftpd-mod-geoip 0.3-1+b1 (using 
.../proftpd-mod-geoip_1.3.5~rc3-2.1_amd64.deb) ...
  Unpacking replacement proftpd-mod-geoip ...
  Deleting mod_geoip..
  Preparing to replace proftpd-basic 1.3.4a-4+nmu1 (using 
.../proftpd-basic_1.3.5~rc3-2.1_amd64.deb) ...
  invoke-rc.d: policy-rc.d denied execution of stop.
  Unpacking replacement proftpd-basic ...
[...]
  Setting up proftpd-basic (1.3.5~rc3-2.1) ...
  Installing new version of config file /etc/proftpd/dhparams.pem ...
  Installing new version of config file /etc/init.d/proftpd ...
  invoke-rc.d: policy-rc.d denied execution of start.
  Setting up proftpd-mod-geoip (1.3.5~rc3-2.1) ...
[...]

This is caused by a braindead postrm script:

#!/bin/sh

set -e

if [ -d /usr/lib/proftpd ]; then
echo "Deleting mod_geoip.."
rm -f /usr/lib/proftpd/mod_geoip.so
fi

I have no clue what the intention is here ... but doing this
unconditionally is really bad as is also is executed in the
  old-postrm upgrade 
case, and that is after the new package has been unpacked.


The only solution I see to properly fix (i.e. delete) this, is

* remove the postrm script from the package (it's useless anyway)
* add a preinst script that checks whether the old buggy postrm exists
  and delete it *before* the new package gets unpacked


Andreas
--- End Message ---
--- Begin Message ---
Source: proftpd-mod-geoip
Source-Version: 0.3-1+deb7u1

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

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

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated proftpd-mod-geoip 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 19:12:52 +0200
Source: proftpd-mod-geoip
Binary: proftpd-mod-geoip
Architecture: source amd64
Version: 0.3-1+deb7u1
Distribution: wheezy
Urgency: medium
Maintainer: ProFTPD Maintainance Team 

Changed-By: Andreas Beckmann 
Description: 
 proftpd-mod-geoip - ProFTPD mod_geoip
Closes: 726742
Changes: 
 proftpd-mod-geoip (0.3-1+deb7u1) wheezy; urgency=medium
 .
   * Non-maintainer upload.
   * Remove useless and buggy proftpd-mod-geoip.postrm script.
   * Add proftpd-mod-geoip.preinst script to delete the old buggy postrm script
 on upgrades. Otherwise the buggy postrm script would delete some files
 from the newly unpacked package.  (Closes: #726742)
Checksums-Sha1: 
 0366c0d6948ba1c1f99f73a7e665bf60024eefa9 2183 
proftpd-mod-geoip

Bug#689773: marked as done (elib: The package elib should be rebuilt with new debhelper to get trigger support)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 16:02:38 +
with message-id 
and subject line Bug#689773: fixed in elib 1.0-11.1+deb7u1
has caused the Debian Bug report #689773,
regarding elib: The package elib should be rebuilt with new debhelper to get 
trigger support
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.)


-- 
689773: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689773
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: elib
Version: 1.0-11.1
Severity: normal

Hi,

package installation in sid reports:

  The package elib should be rebuilt with new debhelper to get trigger
  support.

A full piuparts log is attached.


Andreas


elib_1.0-11.1.log.gz
Description: GNU Zip compressed data
--- End Message ---
--- Begin Message ---
Source: elib
Source-Version: 1.0-11.1+deb7u1

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

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

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

Debian distribution maintenance software
pp.
Andreas Beckmann  (supplier of updated elib package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Mon, 21 Apr 2014 19:50:51 +0200
Source: elib
Binary: elib
Architecture: source all
Version: 1.0-11.1+deb7u1
Distribution: wheezy
Urgency: medium
Maintainer: Joerg Jaspert 
Changed-By: Andreas Beckmann 
Description: 
 elib   - Library of commonly-used Emacs functions
Closes: 476252 689773
Changes: 
 elib (1.0-11.1+deb7u1) wheezy; urgency=medium
 .
   * QA upload.
   * Rebuild with current debhelper.  (Closes: #689773, #476252)
Checksums-Sha1: 
 63045fa52af164720b0fa40fce40046274d99bec 1649 elib_1.0-11.1+deb7u1.dsc
 3bc01531bac7dbb3cab566525a76a5641219e349 4926 elib_1.0-11.1+deb7u1.diff.gz
 b9ebf6a3d1fee498c8aa57ae407b222ae8de4dba 100218 elib_1.0-11.1+deb7u1_all.deb
Checksums-Sha256: 
 a3c5d391f48e5694756e2bb6a8f4ba198fa8ca41a7101b4efb73194ebef35cdf 1649 
elib_1.0-11.1+deb7u1.dsc
 1b31969b3590f282b9277fb53342b659e886a2cc89fa712f6960596c0b2de136 4926 
elib_1.0-11.1+deb7u1.diff.gz
 e57ef9e6e50ce3e02385901f9a82cff89b17164df0c58377e393142e6245b2dd 100218 
elib_1.0-11.1+deb7u1_all.deb
Files: 
 2e5f15b2f5975a51f97b638f775e3f59 1649 editors extra elib_1.0-11.1+deb7u1.dsc
 698543bac401d065d020d712d4923f22 4926 editors extra 
elib_1.0-11.1+deb7u1.diff.gz
 be92ce7ca46f57f8d67d2536bc1d4308 100218 editors extra 
elib_1.0-11.1+deb7u1_all.deb

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

iQIcBAEBCAAGBQJTVVvCAAoJEF+zP5NZ6e0IH/QP/3FiLNKuEw1sVjiMvrQgieoE
eMVFzQTK4k0+M7PYXUHU6xbTeo//Ro5zr59iuSvpzfItRH5azzYh3WraL4ClNRlt
RT3l9Z+OzLwZu7VvO7Rfso03Tm3MwxQOfMdp3x9b50+esbvjSJcCaTzhq8CtYb+v
yrydFTsAKX2BpQ56Cx1/PEb/uNAWmRq3ydXeQpcNmipFmClgJrIBRzNliMegAtm2
3QVZwLOk6gv44eoqRHLOPGp1/rtTZwYEj2+6lcsuDagilbxoQhg5SRGTQJpbf8XL
B+37XJyUtx6U04/5dg8NaoqNUCWhC8Mw9HfThSyKt9ERuIfgL6jc1fXGpF8tLbsW
5jaaclqBvaM5YKO2DbNnxXZSNsZjBYOtHh1LB/h8dgmfhiLUqaSG8+oLKbYMWyEV
iAgSQOjcgMwYVPMeMzk820aEF/LQKPyfUhkw14KU51fFBVCVHBRoSpMtnjIRCeQe
+bai7I5/c/Y8uJnHUEkAtJPzw8hAB4h1jFd6TSVyhh2pyJb4xHAQwXKlDJnn+RUS
v/rm+TOkbWHXXviDJkTUdzOU3EHwqw1zaemlyaAxwzsp9zl7GiWqhXG49j3nROCT
u2/P5tnRPpycM3t0dkLw8LT56y9sB/AfkRzqEtTlO5cvubYHnpxfaBjwTllYhLDE
aDMpo5J2SAVgJVBikFMe
=1nF7
-END PGP SIGNATURE End Message ---


Bug#746138: marked as done (perlbrew: FTBFS: Tests failures)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 15:38:28 +
with message-id 
and subject line Bug#746138: fixed in perlbrew 0.67-1
has caused the Debian Bug report #746138,
regarding perlbrew: FTBFS: Tests failures
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.)


-- 
746138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746138
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: perlbrew
Version: 0.66-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>
> t/installation-perlbrew.t .. ok
> t/installation.t ... ok
> t/installation2.t .. ok
> t/installation3.t .. ok
> t/unit-files-are-the-same.t  ok
> 
> Test Summary Report
> ---
> t/command-env.t  (Wstat: 256 Tests: 2 Failed: 1)
>   Failed test:  2
>   Non-zero exit status: 1
> Files=44, Tests=384, 16 wallclock secs ( 0.23 usr  0.24 sys +  9.69 cusr  
> 6.14 csys = 16.30 CPU)
> Result: FAIL
> Failed 1/44 test programs. 1/384 subtests failed.
> make[1]: *** [test_dynamic] Error 255
> dh_auto_test: make -j1 test returned exit code 2

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/perlbrew_0.66-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: perlbrew
Source-Version: 0.67-1

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

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

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

Debian distribution maintenance software
pp.
Alessandro Ghedini  (supplier of updated perlbrew package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Sun, 27 Apr 2014 17:07:29 +0200
Source: perlbrew
Binary: perlbrew
Architecture: source all
Version: 0.67-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Perl Group 
Changed-By: Alessandro Ghedini 
Description: 
 perlbrew   - script to manage perl installations in your $HOME
Closes: 746138
Changes: 
 perlbrew (0.67-1) unstable; urgency=medium
 .
   [ Salvatore Bonaccorso ]
   * Imported Upstream version 0.67 (Closes: #746138)
   * Update versioned (Build-)Depends(-Indep) for liblocal-lib-perl.
 Update the versioned Build-Depends-Indep and Depends on
 liblocal-lib-perl to (>= 1.008026).
   * Bump Standards-Version to 3.9.5
 .
   [ gregor herrmann ]
   * Strip trailing slash from metacpan URLs.
 .
   [ Alessandro Ghedini ]
   * Add 01_fix-spelling.patch to fix spelling-error-in-manpage
   * Add 02_fix-pod.patch to fix manpage-has-errors-from-pod2man
Checksums-Sha1: 
 9af30e5e9974d419d9630da0ff189366a7e8c2eb 2299 perlbrew_0.67-1.dsc
 43647be3482888767054ccd4c1c686edc12be2d5 84742 perlbrew_0.67.orig.tar.gz
 f50a72e4ff3d5a3dce6e48e05fbc998c18c19911 4316 perlbrew_0.67-1.debian.tar.xz
 d15694ee3b0c9f08d648b123d34da473ecfc8510 51132 perlbrew_0.67-1_all.deb
Checksums-Sha256: 
 86ed948832e3738b2bd86734603f955a46f66f4a170676f66ede0cc54f784ada 2299 
perlbrew_0.67-1.dsc
 8b13aedd5454cdc93d6480c5153f0823e72c6793f1fc124b220b2ec29e53421e 84742 
perlbrew_0.67.orig.tar.gz
 ed75f2fc67c5ac62cc5af4a4e233ca60b85278a323ee07a12d14bbe135d144bb 4316 
perlbrew_0.67-1.debian.tar.xz
 213707f2f75ed544afeac8d9fb4b9670144763b128fcb504ebb7987414f4e895 51132 
perlbrew_0.67-1_all.deb
Files: 
 383a9be6a82e29bce23d2b587a9688ca 51132 perl optional perlbrew_0.67-1_all.deb
 cf0f391b60328a79dcd94b15f6746bfe 2299 perl optional perlbrew_0.67-1.dsc
 ee4426f76d2328623b5f359d225dc92d 84742 perl optional perlbrew_0.67.orig.tar.gz
 5f6dd29e395c4796eb4456f07d4a890a 4316 perl optional 
perlbrew_0.67-1.debian.tar.xz

---

Bug#741806: marked as done (pygresql: FTBFS: pgmodule.c:32:22: fatal error: postgres.h: No such file or directory)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 15:38:44 +
with message-id 
and subject line Bug#741806: fixed in pygresql 1:4.0-3.1
has caused the Debian Bug report #741806,
regarding pygresql: FTBFS: pgmodule.c:32:22: fatal error: postgres.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.)


-- 
741806: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741806
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: pygresql
Version: 1:4.0-3
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140315 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 
> -Wall -Wstrict-prototypes -fPIC -Iinclude -I/usr/include/postgresql 
> -I/usr/include/python2.7 -c pgmodule.c -o 
> build/temp.linux-x86_64-2.7/pgmodule.o -O2
> pgmodule.c:32:22: fatal error: postgres.h: No such file or directory
>  #include "postgres.h"
>   ^
> compilation terminated.
> error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
> make: *** [build-arch-stamp] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/03/15/pygresql_4.0-3_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.
--- End Message ---
--- Begin Message ---
Source: pygresql
Source-Version: 1:4.0-3.1

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

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

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

Debian distribution maintenance software
pp.
Evgeni Golov  (supplier of updated pygresql package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 25 Apr 2014 15:15:25 +0200
Source: pygresql
Binary: python-pygresql python-pygresql-dbg
Architecture: source amd64
Version: 1:4.0-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group 
Changed-By: Evgeni Golov 
Description: 
 python-pygresql - PostgreSQL module for Python
 python-pygresql-dbg - PostgreSQL module for Python (debug extension)
Closes: 741806
Changes: 
 pygresql (1:4.0-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Add B-D on postgresql-server-dev-all.
   * Add includedir-server to includes.
 Closes: #741806
Checksums-Sha1: 
 a698bf67d136c8cd238fab8e4c5f616d43ea17f2 1859 pygresql_4.0-3.1.dsc
 37106131204b1e68b582af7a05130c1020299acf 3827 pygresql_4.0-3.1.diff.gz
 3a385a11595c3ba2b6015291762ae120a66b1284 84454 
python-pygresql_4.0-3.1_amd64.deb
 c68cb2e68535d3e5e16b95c5e007a96c8700e72b 69702 
python-pygresql-dbg_4.0-3.1_amd64.deb
Checksums-Sha256: 
 5b566ccd215672aa72bf92c3d27b95daa61ae4cef1416c736556ce5dfc71b21a 1859 
pygresql_4.0-3.1.dsc
 26da04d198c2fe658330a31a8505920826a967f9b24553d6f6910cf09ebc03c2 3827 
pygresql_4.0-3.1.diff.gz
 e559a403364be5537ab64d4b9f4a28a66bf9ba39e4bea8e4304d7d5263fff056 84454 
python-pygresql_4.0-3.1_amd64.deb
 d828ea223190d587e7f27a8e495de16c5731b82718fcd704461cf38532ee108f 69702 
python-pygresql-dbg_4.0-3.1_amd64.deb
Files: 
 f68587c1a42fc88fcfa6d1b48a85 84454 python optional 
python-pygresql_4.0-3.1_amd64.deb
 9ee0e598db8ea9291e916bf12b1cf440 69702 debug extra 
python-pygresql-dbg_4.0-3.1_amd64.deb
 859268f93dd4496cad773fe87b58a70a 1859 python optional pygresql_4.0-3.1.dsc
 f63adff45573a24fee40784f7b689c84 3827 python optional pygresql_4.0-3.1.diff.gz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCgAGBQJTWm1NAAoJEKGwm0IzOWHoJdcQAOqRxFJGoi9LW+6mYUb9Uwda
XUbre8iEjshbFtsz/cUC8phJbQeDGvIwW21F+9XblZ1N00WfRv7Dwhy+SQyMQHix
noiMyhXrUJlAYcsylMIYv13pJIvqKlOEPtpdU2aIuVJmwvLJDljhmAIjjWP5biHp
ZV1lCOt3Ieqa0pKg7sghbzc95LFZlLr1QZ45WB2MrE0EVjw4Vw95bPB1BGIEilmB
ay60cjaJ/Wh8EOyVXwW5CARRjBPhxg5OhdheJxMdpJYteLL/z

Bug#745599: src:libkolabxml: FTBFS with undefined reference to symbol '_ZTVN5boost6detail16thread_data_baseE'

2014-04-27 Thread Evgeni Golov
On Sun, Apr 27, 2014 at 05:20:34PM +0200, Ondřej Surý wrote:
> Cool, so it's simple Build-Conflicts: then I guess...

Yeah, or an actual fix ot the tests ;)
See the uploaded nmu diff.

Greets

-- 
Bruce Schneier can read and understand Perl programs.


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



Bug#745599: src:libkolabxml: FTBFS with undefined reference to symbol '_ZTVN5boost6detail16thread_data_baseE'

2014-04-27 Thread Ondřej Surý
Cool, so it's simple Build-Conflicts: then I guess...

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

> On 27. 4. 2014, at 15:45, Evgeni Golov  wrote:
> 
>> On 04/27/2014 03:08 PM, Ondřej Surý wrote:
>> I can reproduce the build failure with following packages installed
>> (installed-packages.txt).
>> 
>> I have also attached full build log from my cowbuilder.
> 
> Ok, I found the problem. You have libqt4-dev installed, this triggers
> the build of the tests (they are not build otherwise) and this fails.
> Looking into the actual problem now I can cleanly reproduce the issue.
> 
> Regards
> Evgeni


Processed: Patch to fix build issue

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

> tags -1 + patch
Bug #746126 [src:ricochet] ricochet: FTBFS: buiild errors
Added tag(s) patch.

-- 
746126: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746126
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#746126: Patch to fix build issue

2014-04-27 Thread Johannes Brandstätter
Control: tags -1 + patch

Hi,

the provided debdiff fixes the build issue for me.
Apparently cairo-5c is now needed to build the package.

Cheers,
Johannes
diff -Nru ricochet-0.4/debian/changelog ricochet-0.4+nmu1/debian/changelog
--- ricochet-0.4/debian/changelog	2014-02-10 09:16:55.0 +0100
+++ ricochet-0.4+nmu1/debian/changelog	2014-04-27 16:23:34.0 +0200
@@ -1,3 +1,10 @@
+ricochet (0.4+nmu1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Added missing build dependency cairo-5c. (Closes: #746126) 
+
+ -- Johannes Brandstätter   Sun, 27 Apr 2014 16:23:18 +0200
+
 ricochet (0.4) unstable; urgency=low
 
   * Bring up the host chooser UI when the server connection fails
diff -Nru ricochet-0.4/debian/control ricochet-0.4+nmu1/debian/control
--- ricochet-0.4/debian/control	2012-05-31 00:17:47.0 +0200
+++ ricochet-0.4+nmu1/debian/control	2014-04-27 16:21:00.0 +0200
@@ -2,7 +2,7 @@
 Section: games
 Priority: extra
 Maintainer: Keith Packard 
-Build-Depends: debhelper (>= 8.0.0), autotools-dev, nickle (>= 2.74)
+Build-Depends: debhelper (>= 8.0.0), autotools-dev, nickle (>= 2.74), cairo-5c (>= 1.7)
 Standards-Version: 3.9.3
 Homepage: http://rr.nickle.org
 


signature.asc
Description: OpenPGP digital signature


Processed: libkolabxml: diff for NMU version 0.8.4-5.1

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

> tags 746160 + patch pending
Bug #746160 [src:libkolabxml] FTBFS when both python2 and python3 development 
headers are installed
Ignoring request to alter tags of bug #746160 to the same tags previously set
> tags 745599 + patch pending
Bug #745599 [src:libkolabxml] src:libkolabxml: FTBFS with undefined reference 
to symbol '_ZTVN5boost6detail16thread_data_baseE'
Ignoring request to alter tags of bug #745599 to the same tags previously set

-- 
745599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745599
746160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746160
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: libkolabxml: diff for NMU version 0.8.4-5.1

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

> tags 746160 + patch pending
Bug #746160 [src:libkolabxml] FTBFS when both python2 and python3 development 
headers are installed
Added tag(s) pending and patch.
> tags 745599 + patch pending
Bug #745599 [src:libkolabxml] src:libkolabxml: FTBFS with undefined reference 
to symbol '_ZTVN5boost6detail16thread_data_baseE'
Added tag(s) pending and patch.

-- 
745599: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745599
746160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746160
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#745599: libkolabxml: diff for NMU version 0.8.4-5.1

2014-04-27 Thread Evgeni Golov
control: tags 746160 + patch pending
control: tags 745599 + patch pending

Dear maintainer,

I've prepared an NMU for libkolabxml (versioned as 0.8.4-5.1) and
uploaded it to DELAYED/10.

Regards.
diff -Nru libkolabxml-0.8.4/debian/changelog libkolabxml-0.8.4/debian/changelog
--- libkolabxml-0.8.4/debian/changelog	2013-07-11 20:56:39.0 +0200
+++ libkolabxml-0.8.4/debian/changelog	2014-04-27 16:17:16.0 +0200
@@ -1,3 +1,13 @@
+libkolabxml (0.8.4-5.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix linking of tests when they are built.
+Closes: #745599
+  * Explicitely use Python 2, even when Python 3 is installed.
+Closes: #746160
+
+ -- Evgeni Golov   Sun, 27 Apr 2014 15:54:06 +0200
+
 libkolabxml (0.8.4-5) unstable; urgency=low
 
   * Fix parallel build issue
diff -Nru libkolabxml-0.8.4/debian/patches/fix-test-link-error.patch libkolabxml-0.8.4/debian/patches/fix-test-link-error.patch
--- libkolabxml-0.8.4/debian/patches/fix-test-link-error.patch	1970-01-01 01:00:00.0 +0100
+++ libkolabxml-0.8.4/debian/patches/fix-test-link-error.patch	2014-04-27 15:53:56.0 +0200
@@ -0,0 +1,13 @@
+Index: libkolabxml-0.8.4/tests/CMakeLists.txt
+===
+--- libkolabxml-0.8.4.orig/tests/CMakeLists.txt	2013-04-11 11:35:34.0 +0200
 libkolabxml-0.8.4/tests/CMakeLists.txt	2014-04-27 15:53:53.449105536 +0200
+@@ -18,7 +18,7 @@
+ 
+ QT4_AUTOMOC(conversiontest.cpp)
+ add_executable(conversiontest conversiontest.cpp ${CMAKE_CURRENT_BINARY_DIR}/${CONVERSIONTEST_MOC})
+-target_link_libraries(conversiontest ${QT_QTTEST_LIBRARY} ${QT_QTCORE_LIBRARY} kolabxml ${XERCES_C})
++target_link_libraries(conversiontest ${QT_QTTEST_LIBRARY} ${QT_QTCORE_LIBRARY} kolabxml ${XERCES_C} ${Boost_LIBRARIES})
+ add_test(conversiontest ${CMAKE_CURRENT_BINARY_DIR}/conversiontest)
+ 
+ QT4_AUTOMOC(parsingtest.cpp)
diff -Nru libkolabxml-0.8.4/debian/patches/series libkolabxml-0.8.4/debian/patches/series
--- libkolabxml-0.8.4/debian/patches/series	2013-07-11 20:56:39.0 +0200
+++ libkolabxml-0.8.4/debian/patches/series	2014-04-27 16:11:48.0 +0200
@@ -3,3 +3,5 @@
 xcardconversions-spelling-error.patch
 fix-race-condition.patch
 fix-parallel-build.patch
+fix-test-link-error.patch
+use-python2-only.patch
diff -Nru libkolabxml-0.8.4/debian/patches/use-python2-only.patch libkolabxml-0.8.4/debian/patches/use-python2-only.patch
--- libkolabxml-0.8.4/debian/patches/use-python2-only.patch	1970-01-01 01:00:00.0 +0100
+++ libkolabxml-0.8.4/debian/patches/use-python2-only.patch	2014-04-27 16:14:57.0 +0200
@@ -0,0 +1,12 @@
+Index: libkolabxml-0.8.4/src/python/CMakeLists.txt
+===
+--- libkolabxml-0.8.4.orig/src/python/CMakeLists.txt	2013-04-11 11:35:34.0 +0200
 libkolabxml-0.8.4/src/python/CMakeLists.txt	2014-04-27 16:14:55.440665955 +0200
+@@ -3,6 +3,7 @@
+ 
+ # Compile Python Bindings
+ 
++set(PythonLibs_FIND_VERSION 2.7)
+ find_package(PythonLibs REQUIRED)
+ 
+ if (NOT PYTHONLIBS_FOUND)


Processed: summary 746160

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

> summary 746160
Ignoring request to change the summary of bug 746160 to the same value
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746160: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746160
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#746138: perlbrew: FTBFS: Tests failures

2014-04-27 Thread Alessandro Ghedini
Control: tags -1 confirmed fixed-upstream pending

On dom, apr 27, 2014 at 02:49:41 +0200, David Suárez wrote:
> Source: perlbrew
> Version: 0.66-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140426 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part (hopefully):
> >
> > t/installation-perlbrew.t .. ok
> > t/installation.t ... ok
> > t/installation2.t .. ok
> > t/installation3.t .. ok
> > t/unit-files-are-the-same.t  ok
> > 
> > Test Summary Report
> > ---
> > t/command-env.t  (Wstat: 256 Tests: 2 Failed: 1)
> >   Failed test:  2
> >   Non-zero exit status: 1
> > Files=44, Tests=384, 16 wallclock secs ( 0.23 usr  0.24 sys +  9.69 cusr  
> > 6.14 csys = 16.30 CPU)
> > Result: FAIL
> > Failed 1/44 test programs. 1/384 subtests failed.
> > make[1]: *** [test_dynamic] Error 255
> > dh_auto_test: make -j1 test returned exit code 2

Here's a more useful snippet:

> #   Failed test 'env command, when invoked with a perl installation name with 
> lib name, displays local::lib-related environment variables that should be 
> set to use the given perl.'
> #   at t/command-env.t line 56.
> # STDOUT is:
> # export PERL5LIB="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/lib/perl5"
> # export PERLBREW_LIB="nobita"
> # export 
> PERLBREW_MANPATH="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/man:/tmp/lU3XUGRbbf/perls/perl-5.14.1/man"
> # export 
> PERLBREW_PATH="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/bin:/tmp/lU3XUGRbbf/bin:/tmp/lU3XUGRbbf/perls/perl-5.14.1/bin"
> # export PERLBREW_PERL="perl-5.14.1"
> # export PERLBREW_ROOT="/tmp/lU3XUGRbbf"
> # export PERLBREW_VERSION="0.66"
> # export PERL_LOCAL_LIB_ROOT="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"
> # export PERL_MB_OPT="--install_base 
> "/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita""
> # export PERL_MM_OPT="INSTALL_BASE=/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"
> # 
> # not:
> # export PERL5LIB="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/lib/perl5"
> # export PERLBREW_LIB="nobita"
> # export 
> PERLBREW_MANPATH="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/man:/tmp/lU3XUGRbbf/perls/perl-5.14.1/man"
> # export 
> PERLBREW_PATH="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita/bin:/tmp/lU3XUGRbbf/bin:/tmp/lU3XUGRbbf/perls/perl-5.14.1/bin"
> # export PERLBREW_PERL="perl-5.14.1"
> # export PERLBREW_ROOT="/tmp/lU3XUGRbbf"
> # export PERLBREW_VERSION="0.66"
> # export PERL_LOCAL_LIB_ROOT="/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"
> # export PERL_MB_OPT="--install_base /tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"
> # export PERL_MM_OPT="INSTALL_BASE=/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"
> # 
> # as expected
> # Looks like you failed 1 test of 2.
> t/command-env.t  
> Dubious, test returned 1 (wstat 256, 0x100)
> Failed 1/2 subtests 

The offending line seems to be the PERM_MB_OPT one.

Expected:

> # export PERL_MB_OPT="--install_base /tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita"

Got:

> # export PERL_MB_OPT="--install_base 
> "/tmp/sGeSG_zRYR/libs/perl-5.14.1@nobita""

This seems to be fixed in the UNRELEASED version currently sitting in git, so
I'm going to uplaod it.

Cheers


signature.asc
Description: Digital signature


Processed: Re: Bug#746138: perlbrew: FTBFS: Tests failures

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

> tags -1 confirmed fixed-upstream pending
Bug #746138 [src:perlbrew] perlbrew: FTBFS: Tests failures
Added tag(s) confirmed, pending, and fixed-upstream.

-- 
746138: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746138
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#746036: iceowl-extension: Event not shown when calendar view refreshed.

2014-04-27 Thread Boris Barbour


So, after a restart all is now OK. I have screenshots to prove it did 
happen! But if it doesn't recur, I guess this can be ignored. Apologies 
for the noise.



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



Bug#746136: ibus: FTBFS: switcher.vala:343.23-343.29: error: Assignment: Cannot convert from `Gdk.EventKey**' to `Gdk.EventKey*'

2014-04-27 Thread Osamu Aoki
Hi,

On Sun, Apr 27, 2014 at 02:07:09PM +0200, David Suárez wrote:
> Source: ibus
> Version: 1.5.5-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140426 qa-ftbfs
> Justification: FTBFS on amd64

Upstream fixed this in new upstream release 1.5.6
I can see their commit message to git and ML announcement.

| ibus 1.5.6 is released:
| https://github.com/ibus/ibus/releases/tag/1.5.6
| 
| * data/dconf: Don't run "dconf update" if $(DESTDIR) is set
| * Support python3 [1]
| * Fix to show Property Panel when the mode is auto hide.
| * Do not let property panel follow cursor when it's always shown.
| * Fix a build error of Gdk.EventKey with vala 0.23.2
| * Use XKB layout string instead of ibus-keyboard icon on panel.
| 
| [1] To enable python3, run './configure --with-python=python3' in ibus
| source directory.

But they are not doing release of tarball at the normal place.
This makes it difficult to find the new upstream release.

I will get their src.rpm from FEDORA to get the tar for now.
 http://arm.koji.fedoraproject.org/koji/buildinfo?buildID=191821

Osamu


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



Bug#713672: xca: FTBFS: ld: /«PKGBUILDDIR»/lib/db_key.o: undefined reference to symbol '__cxa_free_exception@@CXXABI_1.3'

2014-04-27 Thread Gero Treuner
Hi,

I delved into this issue and can confirm that

1.
Patch "xca-link-stdcxx.diff" posted from YunQiang Su builds and works
correctly for the bug-opening architecture "amd64" as well.

2.
That patch is the right thing to do here.


Please add the patch, which closes the bug and stops xca to be
kept away from testing.


Reasoning:

The gcc manual page (current version in squeeze) documents the
behaviour that libstdc++ is not added when called as "gcc" rather than
"g++" (reference: section "Compiling C++ Programs").

The author of the package apparently opts to compile using "gcc". Then
adding -lstdc++ as linker option is required, which appears to be the
best solution for the upstream sources as well.


Regards,
 Gero


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



Bug#746160: FTBFS when both python2 and python3 development headers are installed

2014-04-27 Thread Evgeni Golov
Source: libkolabxml
Version: 0.8.4-5
Severity: serious

Hi,

libkolabxml will FTBFS when python3-dev is installed:
dh_install --fail-missing
make[1]: Leaving directory `/tmp/buildd/libkolabxml-0.8.4'
   dh_installdocs -O--parallel
   dh_installchangelogs -O--parallel
   dh_python2 -O--parallel
E: dh_python2:433: extension linked to libpython3.3 and shipped in python2.7's 
dist-packages: _kolabformat.so
make: *** [binary] Error 7
dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Most probably the same issue as #745598

Regards
Evgeni

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

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


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



Bug#746050: macopix: FTBFS: ld: cannot find -lgcrypt

2014-04-27 Thread Andreas Metzler
Control: tags 746050 patch

On 2014-04-27 David Suárez  wrote:
> Source: macopix
> Version: 1.7.4-4.1
[..]
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
[...]
> > /usr/bin/ld: cannot find -lgcrypt
> > collect2: error: ld returned 1 exit status
[...]

Hello,
This should be fixed by the patch in 638412. if macopix'
maintainer cannot find the time (or tells me not to ;-) I intend to
make another NMU next weekend. - This change really should have been
in 1.7.4-4.1, sorry.

cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'


-- 
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#746050: macopix: FTBFS: ld: cannot find -lgcrypt

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

> tags 746050 patch
Bug #746050 [src:macopix] macopix: FTBFS: ld: cannot find -lgcrypt
Added tag(s) patch.

-- 
746050: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746050
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#746157: fglrx-legacy-driver: fglrx-legacy does not install due to broken dependencies

2014-04-27 Thread Wolf-Dieter Groll
Package: fglrx-legacy-driver
Severity: serious
Justification: 2

Dear Maintainer,

I tried to install fglrx-legacy on wheezy from backports using synaptic.
This failed with synaptic reporting broken packets.
At least the version of make breaks the required dependencies:
Wheezys make is version 3.81-8.2, but fglrx-legacy relies on 2.82 or beyond.

Fglrx worked perfectly over years with squeeze, but was broken after the
upgrade
to wheezy, as wheezys fglrx-driver doesn't support the installed HD3450 any
longer.
The wheezy radeon-driver frequently hangs on that machine, so I'm very
interested
to use the well-proven fglrx again.

This is an issue of a friends PC, not of this one.
It's a dual-Core Amd64, but is uses the same debian-version and settings as
this machine.





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

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


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



Processed: block 746060 with 744023, block 746065 with 744023

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

> block 746060 with 744023
Bug #746060 [src:lldpd] lldpd: FTBFS: configure: error: *** incorrect CFLAGS 
from net-snmp-config
746060 was not blocked by any bugs.
746060 was not blocking any bugs.
Added blocking bug(s) of 746060: 744023
> block 746065 with 744023
Bug #746065 [src:keepalived] keepalived: FTBFS: configure: error: incorrect 
CFLAGS from net-snmp-config
746065 was not blocked by any bugs.
746065 was not blocking any bugs.
Added blocking bug(s) of 746065: 744023
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746060: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746060
746065: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746065
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#745599: src:libkolabxml: FTBFS with undefined reference to symbol '_ZTVN5boost6detail16thread_data_baseE'

2014-04-27 Thread Evgeni Golov
On 04/27/2014 03:08 PM, Ondřej Surý wrote:
> I can reproduce the build failure with following packages installed
> (installed-packages.txt).
>  
> I have also attached full build log from my cowbuilder.

Ok, I found the problem. You have libqt4-dev installed, this triggers
the build of the tests (they are not build otherwise) and this fails.
Looking into the actual problem now I can cleanly reproduce the issue.

Regards
Evgeni


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



Processed: fixed 746039 in 0.2.3d-2

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

> fixed 746039 0.2.3d-2
Bug #746039 [xul-ext-sieve] xul-ext-sieve: version in wheezy is not compatible 
with new icedove
Marked as fixed in versions sieve-extension/0.2.3d-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
746039: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746039
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#674214: marked as done (gpsdrive-scripts: not installable in sid)

2014-04-27 Thread Debian Bug Tracking System
Your message dated Sun, 27 Apr 2014 15:21:18 +0200
with message-id <535d044e.7000...@2ds.eu>
and subject line Installing works now
has caused the Debian Bug report #674214,
regarding gpsdrive-scripts: not installable in sid
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.)


-- 
674214: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=674214
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: gpsdrive-scripts
Version: 2.10~pre4-6.dfsg-5.1
Severity: serious
User: trei...@debian.org
Usertags: edos-uninstallable

Hi,

gpsdrive-scripts is not installable in amd64/sid since October 14, 2011,
since it depends on python-mapnik which is only available in lenny and
squeeze.

-Ralf.


--- End Message ---
--- Begin Message ---
Version: 2.10~pre4-6.dfsg-5.2

Hi,

I just tried to install the current gpsdrive-scripts on a clean unstable
installation, and experienced no issues.

Regards,
Johannes Brandstätter



signature.asc
Description: OpenPGP digital signature
--- End Message ---


Bug#746117: [Python-modules-team] Bug#746117: celery: FTBFS: Tests failures

2014-04-27 Thread Sebastian Ramacher
Control: forcemerge -1 745739

On 2014-04-27 14:25:04, David Suárez wrote:
> Source: celery
> Version: 3.1.9-1
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20140426 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part (hopefully):
> >
> > test_start_catches_base_exceptions 
> > (celery.tests.worker.test_worker.test_WorkController) ... ok
> > test_state (celery.tests.worker.test_worker.test_WorkController) ... ok
> > test_state_db (celery.tests.worker.test_worker.test_WorkController) ... ok
> > test_step_raises (celery.tests.worker.test_worker.test_WorkController) ... 
> > ok
> > test_use_pidfile (celery.tests.worker.test_worker.test_WorkController) ... 
> > ok
> > test_with_autoscaler (celery.tests.worker.test_worker.test_WorkController) 
> > ... ok
> > test_with_embedded_beat 
> > (celery.tests.worker.test_worker.test_WorkController) ... ok
> > 
> > ==
> > FAIL: test_acquire_release 
> > (celery.tests.worker.test_hub.test_LaxBoundedSemaphore)
> > --
> > Traceback (most recent call last):
> >   File "/«PKGBUILDDIR»/celery/tests/worker/test_hub.py", line 57, in 
> > test_acquire_release
> > self.assertEqual(x.value, 1)
> > AssertionError: 0 != 1
> > 
> > ==
> > FAIL: test_grow_shrink 
> > (celery.tests.worker.test_hub.test_LaxBoundedSemaphore)
> > --
> > Traceback (most recent call last):
> >   File "/«PKGBUILDDIR»/celery/tests/worker/test_hub.py", line 86, in 
> > test_grow_shrink
> > self.assertEqual(x.value, 3)
> > AssertionError: 2 != 3
> > 
> > --
> > Ran 1682 tests in 32.914s
> > 
> > FAILED (failures=2, skipped=43)
> > make[1]: *** [override_dh_auto_test] Error 1

#745739 is about the same issue. Merging.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: Digital signature


Processed: Re: [Python-modules-team] Bug#746117: celery: FTBFS: Tests failures

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

> forcemerge -1 745739
Bug #746117 [src:celery] celery: FTBFS: Tests failures
Bug #745739 [src:celery] celery: Fails to build from source
Added tag(s) sid and jessie.
Merged 745739 746117

-- 
745739: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=745739
746117: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746117
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#746149: libmatheval: FTBFS: dpkg-gensymbols errors

2014-04-27 Thread David Suárez
Source: libmatheval
Version: 1.1.10+dfsg-1.1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>
>dh_strip -O--as-needed
>   strip --strip-debug 
> debian/libmatheval-dev/usr/lib/x86_64-linux-gnu/libmatheval.a
>   strip --remove-section=.comment --remove-section=.note --strip-unneeded 
> debian/libmatheval1/usr/lib/x86_64-linux-gnu/libmatheval.so.1.0.0
>dh_makeshlibs -O--as-needed
>   rm -f debian/libmatheval-dev/DEBIAN/shlibs
>   rm -f debian/libmatheval1/DEBIAN/shlibs
>   install -d debian/libmatheval1/DEBIAN
>   echo 'libmatheval 1 libmatheval1' >>debian/libmatheval1/DEBIAN/shlibs
>   echo "# Automatically added by dh_makeshlibs">> 
> debian/libmatheval1.postinst.debhelper
>   sed "" /usr/share/debhelper/autoscripts/postinst-makeshlibs >> 
> debian/libmatheval1.postinst.debhelper
>   echo '# End automatically added section' >> 
> debian/libmatheval1.postinst.debhelper
>   echo "# Automatically added by dh_makeshlibs">> 
> debian/libmatheval1.postrm.debhelper
>   sed "" /usr/share/debhelper/autoscripts/postrm-makeshlibs >> 
> debian/libmatheval1.postrm.debhelper
>   echo '# End automatically added section' >> 
> debian/libmatheval1.postrm.debhelper
>   chmod 644 debian/libmatheval1/DEBIAN/shlibs
>   chown 0:0 debian/libmatheval1/DEBIAN/shlibs
>   dpkg-gensymbols -plibmatheval1 -Idebian/libmatheval1.symbols 
> -Pdebian/libmatheval1 
> "-edebian/libmatheval1/usr/lib/x86_64-linux-gnu/libmatheval.so.1.0.0\
> "
> dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
> file: see diff output below
> dpkg-gensymbols: warning: debian/libmatheval1/DEBIAN/symbols doesn't match 
> completely debian/libmatheval1.symbols
> --- debian/libmatheval1.symbols (libmatheval1_1.1.10+dfsg-1.1_amd64)
> +++ dpkg-gensymbolseDgJgO 2014-04-26 22:22:48.211174224 +
> @@ -107,4 +107,4 @@
>   yyset_lineno@Base 1.1.7
>   yyset_out@Base 1.1.7
>   yytext@Base 1.1.3
> - yywrap@Base 1.1.3
> +#MISSING: 1.1.10+dfsg-1.1# yywrap@Base 1.1.3
>   (grep -s -v misc:Pre-Depends debian/libmatheval1.substvars; echo 
> misc:Pre-Depends=multiarch-support) > debian/libmatheval1.substvars.new
>   mv debian/libmatheval1.substvars.new debian/libmatheval1.substvars
> dh_makeshlibs: failing due to earlier errors
> make: *** [binary] Error 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/libmatheval_1.1.10+dfsg-1.1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746147: lua-xmlrpc: FTBFS: Tests failures

2014-04-27 Thread David Suárez
Source: lua-xmlrpc
Version: 1.2.1-6
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory `/«PKGBUILDDIR»'
> chmod a-x src/*.lua
> dh_auto_configure
> 
> Making target configure for debian/dh-lua.conf
> # .install
> Filling in debian/lua-xmlrpc.install using 
> /usr/share/dh-lua/template/lib.install.in
> Adding new line: 
> Adding new line: usr/share/lua/5.1/xmlrpc/http.lua
> Adding new line: usr/share/lua/5.1/xmlrpc/init.lua
> Adding new line: usr/share/lua/5.1/xmlrpc/server.lua
> Filling in debian/lua-xmlrpc-dev.install using 
> /usr/share/dh-lua/template/dev.install.in
> Adding new line: 
> # lua_versions
> Filling in debian/lua_versions
> Adding new line: 5.1
> # tests
> Copying src/http.lua src/init.lua src/server.lua in /«PKGBUILDDIR»/5.1-xmlrpc 
> for test
> Target configure made
> 
> make[1]: Leaving directory `/«PKGBUILDDIR»'
>dh_auto_build -O--buildsystem=lua
> 
> Making target build for debian/dh-lua.conf
> Target build made
> 
>dh_auto_test -O--buildsystem=lua
> 
> Making target test for debian/dh-lua.conf
> ** lua dynamic (5.1) *
> Test: tests/apitest.lua
> lua5.1: ...c-86q6iW/lua-xmlrpc-1.2.1/5.1-xmlrpc/xmlrpc/init.lua:13: attempt 
> to index field 'lom' (a nil value)
> stack traceback:
>   ...c-86q6iW/lua-xmlrpc-1.2.1/5.1-xmlrpc/xmlrpc/init.lua:13: in main 
> chunk
>   [C]: ?
>   [C]: ?
> make[2]: *** [test-lua-dynamic-real] Error 1
> make[1]: *** [test] Error 1
> dh_auto_test: make --no-print-directory -f 
> /usr/share/dh-lua/make/dh-lua.Makefile.multiple test returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/lua-xmlrpc_1.2.1-6_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746144: impressive: FTBFS: ! LaTeX Error: File `pgfcore.sty' not found.

2014-04-27 Thread David Suárez
Source: impressive
Version: 0.10.3+svn61-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[1]: Entering directory `/«BUILDDIR»/impressive-0.10.3+svn61'
> pod2man --section=1 --release="Debian Project" \
>   --center="Debian GNU/Linux manual" 
> debian/impressive-gettransitions.pod \
>   > debian/impressive-gettransitions.1
> { cd build && pdflatex ../debian/demo.tex && mv demo.pdf ..; }
> This is pdfTeX, Version 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
>  restricted \write18 enabled.
> entering extended mode
> (../debian/demo.tex
> LaTeX2e <2011/06/27>
> Babel <3.9k> and hyphenation patterns for 2 languages loaded.
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamer.cls
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasercs.sty)
> Document Class: beamer 2013/12/02 3.33 A class for typesetting presentations 
> (r
> cs-revision 332bfd3ce558)
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasemodes.sty
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbasedecode.sty))
> (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifpdf.sty)
> (/usr/share/texlive/texmf-dist/tex/latex/beamer/beamerbaseoptions.sty
> (/usr/share/texlive/texmf-dist/tex/latex/graphics/keyval.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/geometry/geometry.sty
> (/usr/share/texlive/texmf-dist/tex/generic/oberdiek/ifvtex.sty)
> (/usr/share/texlive/texmf-dist/tex/generic/ifxetex/ifxetex.sty))
> (/usr/share/texlive/texmf-dist/tex/latex/base/size12.clo)
> 
> ! LaTeX Error: File `pgfcore.sty' not found.
> 
> Type X to quit or  to proceed,
> or enter new name. (Default extension: sty)
> 
> Enter file name: 
> ! Emergency stop.
>  
>  
> l.359 ^^M
>  
> !  ==> Fatal error occurred, no output PDF file produced!
> Transcript written on demo.log.
> make[1]: *** [demo.pdf] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/impressive_0.10.3+svn61-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746145: psensor: FTBFS: psensor_json.c:143:2: error: 'json_object_object_get' is deprecated

2014-04-27 Thread David Suárez
Source: psensor
Version: 0.8.0.4-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> gcc -DHAVE_CONFIG_H -I. -I../..  -Wall -Werror   -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libgtop-2.0  
> -I/usr/include/json-c  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -c psensor_json.c
> psensor_json.c: In function 'psensor_new_from_json':
> psensor_json.c:143:2: error: 'json_object_object_get' is deprecated (declared 
> at /usr/include/json-c/json_object.h:271) [-Werror=deprecated-declarations]
>   oid = json_object_object_get(o, "id");
>   ^
> psensor_json.c:144:2: error: 'json_object_object_get' is deprecated (declared 
> at /usr/include/json-c/json_object.h:271) [-Werror=deprecated-declarations]
>   oname = json_object_object_get(o, "name");
>   ^
> psensor_json.c:145:2: error: 'json_object_object_get' is deprecated (declared 
> at /usr/include/json-c/json_object.h:271) [-Werror=deprecated-declarations]
>   otype = json_object_object_get(o, "type");
>   ^
> cc1: all warnings being treated as errors
> make[4]: *** [psensor_json.o] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/psensor_0.8.0.4-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746148: redshift: FTBFS: configure: error: missing dependencies for VidMode method

2014-04-27 Thread David Suárez
Source: redshift
Version: 1.7-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> checking for python platform... linux2
> checking for python script directory... ${prefix}/lib/python2.7/dist-packages
> checking for python extension module directory... 
> ${exec_prefix}/lib/python2.7/dist-packages
> checking whether to enable RANDR method... yes
> checking whether to enable VidMode method... missing dependencies
> configure: error: missing dependencies for VidMode method
>   "tail -v -n +0 config.log"

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/redshift_1.7-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746146: ruby-ref: FTBFS: Test "ruby2.1" failed: no implicit conversion from nil to integer (TypeError)

2014-04-27 Thread David Suárez
Source: ruby-ref
Version: 1.0.2+dfsg-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:86:in `exit': no implicit 
> conversion from nil to integer (TypeError)
>   from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:86:in `run_ruby'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:160:in `run_tests'
>   from /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb:189:in `'
> ...ERROR: Test "ruby2.1" failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/ruby-ref_1.0.2+dfsg-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746142: muffin: FTBFS: ui/theme.c:6416:3: error: enumeration value 'GTK_STATE_FLAG_LINK' not handled in switch [-Werror=switch]

2014-04-27 Thread David Suárez
Source: muffin
Version: 1.7.3-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /bin/bash ../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. 
> -D_REENTRANT -pthread -I/usr/include/clutter-1.0 -I/usr/include/cogl 
> -I/usr/include/json-glib-1.0 -I/usr/include/cogl 
> -I/usr/include/startup-notification-1.0 -I/usr/include/gtk-3.0 
> -I/usr/include/at-spi2-atk/2.0 -I/usr/include/at-spi-2.0 
> -I/usr/include/dbus-1.0 -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include 
> -I/usr/include/gtk-3.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libdrm -I/usr/include/libpng12 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/gobject-introspection-1.0 
> -I/usr/include/gsettings-desktop-schemas  -I. -I./core -I./ui -I./compositor 
> -DMUFFIN_LIBEXECDIR=\"/usr/lib/x86_64-linux-gnu\" -DHOST_ALIAS=\"\" 
> -DMUFFIN_LOCALEDIR=\"/usr/share/locale\" 
> -DMUFFIN_PKGDATADIR=\"/usr/share/muffin\" -DMUFFIN_DATADIR=\"/usr/share\" 
> -DG_LOG_DOMAIN=\"muffin\" -DSN_API_NOT_YET_FROZEN=1 -DMUFFIN_MAJOR_VERSION=1 
> -DMUFFIN_MINOR_VERSION=7 -DMUFFIN_MICRO_VERSION=3 
> -DMUFFIN_PLUGIN_API_VERSION=3 
> -DMUFFIN_PKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/muffin\" 
> -DMUFFIN_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/muffin/plugins\" 
> -DGETTEXT_PACKAGE=\"muffin\"  -D_FORTIFY_SOURCE=2  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
> -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes 
> -Wnested-externs -Wpointer-arith -Wsign-compare -Werror 
> -Wno-error=deprecated-declarations -c -o theme.lo `test -f 'ui/theme.c' || 
> echo './'`ui/theme.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I.. -D_REENTRANT -pthread 
> -I/usr/include/clutter-1.0 -I/usr/include/cogl -I/usr/include/json-glib-1.0 
> -I/usr/include/cogl -I/usr/include/startup-notification-1.0 
> -I/usr/include/gtk-3.0 -I/usr/include/at-spi2-atk/2.0 
> -I/usr/include/at-spi-2.0 -I/usr/include/dbus-1.0 
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/gtk-3.0 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/harfbuzz -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 
> -I/usr/include/libdrm -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 
> -I/usr/include/libpng12 -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/gobject-introspection-1.0 
> -I/usr/include/gsettings-desktop-schemas -I. -I./core -I./ui -I./compositor 
> -DMUFFIN_LIBEXECDIR=\"/usr/lib/x86_64-linux-gnu\" -DHOST_ALIAS=\"\" 
> -DMUFFIN_LOCALEDIR=\"/usr/share/locale\" 
> -DMUFFIN_PKGDATADIR=\"/usr/share/muffin\" -DMUFFIN_DATADIR=\"/usr/share\" 
> -DG_LOG_DOMAIN=\"muffin\" -DSN_API_NOT_YET_FROZEN=1 -DMUFFIN_MAJOR_VERSION=1 
> -DMUFFIN_MINOR_VERSION=7 -DMUFFIN_MICRO_VERSION=3 
> -DMUFFIN_PLUGIN_API_VERSION=3 
> -DMUFFIN_PKGLIBDIR=\"/usr/lib/x86_64-linux-gnu/muffin\" 
> -DMUFFIN_PLUGIN_DIR=\"/usr/lib/x86_64-linux-gnu/muffin/plugins\" 
> -DGETTEXT_PACKAGE=\"muffin\" -D_FORTIFY_SOURCE=2 -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wall 
> -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes 
> -Wnested-externs -Wpointer-arith -Wsign-compare -Werror 
> -Wno-error=deprecated-declarations -c ui/theme.c  -fPIC -DPIC -o .libs/theme.o
> ui/theme.c: In function 'meta_gtk_widget_get_font_desc':
> ui/theme.c:5902:3: warning: 'gtk_style_context_get_font' is deprecated 
> (declared at /usr/include/gtk-3.0/gtk/gtkstylecontext.h:1019): Use 
> 'gtk_style_context_get' instead [-Wdeprecated-declarations]
>font_desc = pango_font_description_copy (gtk_style_context_get_font 
> (style, 0));
>^
> ui/theme.c: In function 'meta_gtk_state_to_string':
> ui/theme.c:6416:3: error: enumeration value 'GTK_STATE_FLAG_LINK' not handled 
> in switch [-Werror=switch]
>switch (state)
>^
> ui/theme.c:6416:3: error: enumeration value 'GTK_STATE_FLAG_VISITED' not 
> handled in switch [-Werror=switch]
> cc1: all warnings being treated as errors
> make[5]: *** [theme.lo] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/muffin_1.7.3-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot

Bug#746141: pacemaker: FTBFS: configure: error: Unable to support SNMP

2014-04-27 Thread David Suárez
Source: pacemaker
Version: 1.1.10+git20130802-4
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> checking net-snmp/net-snmp-config.h presence... yes
> checking for net-snmp/net-snmp-config.h... yes
> checking for net-snmp-config... /usr/bin/net-snmp-config
> checking for special snmp libraries... -Wl,-z,relro -Wl,-z,now 
> -L/usr/lib/x86_64-linux-gnu -lnetsnmpmibs -lsensors -lpci -ldl -lnetsnmpagent 
> -lwrap -Wl,-E -lnetsnmp -lcrypto -lm
> checking for netsnmp_transport_open_client... no
> configure: error: in `/«BUILDDIR»/pacemaker-1.1.10+git20130802'
> configure: error: Unable to support SNMP
> See `config.log' for more details
> checking for netsnmp_tdomain_transport... no

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/pacemaker_1.1.10+git20130802-4_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746143: openslide-python: FTBFS: ImportError: No module named setuptools

2014-04-27 Thread David Suárez
Source: openslide-python
Version: 1.0.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  fakeroot debian/rules clean
> dh clean --with python2,python3 --buildsystem=pybuild
>dh_testdir -O--buildsystem=pybuild
>dh_auto_clean -O--buildsystem=pybuild
> I: pybuild base:170: python2.7 setup.py clean 
> Traceback (most recent call last):
>   File "setup.py", line 2, in 
> from setuptools import setup
> ImportError: No module named setuptools
> E: pybuild pybuild:256: clean: plugin distutils failed with: exit code=1: 
> python2.7 setup.py clean 
> dh_auto_clean: pybuild --clean -i python{version} -p 2.7 --dir . returned 
> exit code 13
> make: *** [clean] Error 13

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/openslide-python_1.0.1-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746136: ibus: FTBFS: switcher.vala:343.23-343.29: error: Assignment: Cannot convert from `Gdk.EventKey**' to `Gdk.EventKey*'

2014-04-27 Thread David Suárez
Source: ibus
Version: 1.5.5-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> make[5]: Entering directory `/«PKGBUILDDIR»/ui/gtk3'
> rm -f ibus_ui_gtk3_vala.stamp && echo stamp > ibus_ui_gtk3_vala.stamp-t
> CDPATH="${ZSH_VERSION+.}:" && cd . && /usr/bin/valac 
> --vapidir=../../bindings/vala --vapidir=../../bindings/vala --pkg=posix 
> --pkg=gtk+-3.0 --pkg=gdk-x11-3.0 --pkg=ibus-1.0 --pkg=config --pkg=xi 
> --target-glib="2.32"  --pkg=libnotify -D ENABLE_LIBNOTIFY-C 
> application.vala candidatearea.vala candidatepanel.vala gkbdlayout.vala 
> handle.vala iconwidget.vala keybindingmanager.vala panel.vala pango.vala 
> property.vala propertypanel.vala separator.vala switcher.vala xkblayout.vala
> candidatearea.vala:39.9-39.17: warning: Gtk.Stock has been deprecated since 
> 3.10
> candidatearea.vala:40.9-40.17: warning: Gtk.Stock has been deprecated since 
> 3.10
> candidatearea.vala:44.9-44.17: warning: Gtk.Stock has been deprecated since 
> 3.10
> candidatearea.vala:45.9-45.17: warning: Gtk.Stock has been deprecated since 
> 3.10
> iconwidget.vala:57.32-57.40: warning: Gtk.Stock has been deprecated since 3.10
> keybindingmanager.vala:77.37-77.64: warning: Gdk.x11_get_default_xdisplay has 
> been deprecated since vala-0.24. Use Gdk.X11.get_default_xdisplay
> keybindingmanager.vala:242.38-242.51: warning: Gdk.X11Display has been 
> deprecated since vala-0.24. Use Gdk.X11.Display
> keybindingmanager.vala:270.38-270.51: warning: Gdk.X11Display has been 
> deprecated since vala-0.24. Use Gdk.X11.Display
> keybindingmanager.vala:156.44-156.47: warning: Argument 2: Cannot pass null 
> to non-null parameter type
> pointer.get_state(keyevent.window, null, out modifier);
>
> switcher.vala:343.23-343.29: error: Assignment: Cannot convert from 
> `Gdk.EventKey**' to `Gdk.EventKey*'
> Gdk.EventKey *pe = &e;
>   ^^^
> switcher.vala:350.66-350.67: error: The name `pe' does not exist in the 
> context of `Switcher.key_press_event'
> uint modifiers = KeybindingManager.MODIFIER_FILTER & pe->state;
>  ^^
> switcher.vala:357.17-357.18: error: The name `pe' does not exist in the 
> context of `Switcher.key_press_event'
> if (pe->keyval == m_keyval) {
> ^^
> switcher.vala:365.21-365.22: error: The name `pe' does not exist in the 
> context of `Switcher.key_press_event'
> switch (pe->keyval) {
> ^^
> switcher.vala:394.23-394.29: error: Assignment: Cannot convert from 
> `Gdk.EventKey**' to `Gdk.EventKey*'
> Gdk.EventKey *pe = &e;
>   ^^^
> switcher.vala:396.75-396.76: error: The name `pe' does not exist in the 
> context of `Switcher.key_release_event'
> if (KeybindingManager.primary_modifier_still_pressed((Gdk.Event *)pe,
>   ^^
> panel.vala:1006.53-1006.61: warning: Gtk.Stock has been deprecated since 3.10
> panel.vala:1010.53-1010.61: warning: Gtk.Stock has been deprecated since 3.10
> panel.vala:1016.53-1016.61: warning: Gtk.Stock has been deprecated since 3.10
> panel.vala:1021.53-1021.61: warning: Gtk.Stock has been deprecated since 3.10
> Compilation failed: 6 error(s), 13 warning(s)
> make[5]: *** [ibus_ui_gtk3_vala.stamp] Error 1

The full build log is available from:
   http://aws-logs.debian.net/ftbfs-logs/2014/04/26/ibus_1.5.5-1_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



Bug#746140: libjnr-posix-java: FTBFS: 2 required artifacts are missing

2014-04-27 Thread David Suárez
Source: libjnr-posix-java
Version: 1.1.8-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140426 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
>  debian/rules build
> dh_testdir
> /usr/share/maven2//bin/mvn -o -s /etc/maven2/settings-debian.xml verify
> [INFO] 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> [INFO] Scanning for projects...
> [INFO] 
> 
> [INFO] Building jnr-posix
> [INFO]task-segment: [verify]
> [INFO] 
> 
> [INFO] [resources:resources {execution: default-resources}]
> [WARNING] Using platform encoding (ANSI_X3.4-1968 actually) to copy filtered 
> resources, i.e. build is platform dependent!
> [INFO] skip non existing resourceDirectory /«PKGBUILDDIR»/src/main/resources
> [INFO] 
> 
> [ERROR] BUILD ERROR
> [INFO] 
> 
> [INFO] Failed to resolve artifact.
> 
> Missing:
> --
> 1) org.ow2.asm:asm:jar:4.x
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>   mvn install:install-file -DgroupId=org.ow2.asm -DartifactId=asm 
> -Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file
> 
>   Alternatively, if you host your own repository you can deploy the file 
> there: 
>   mvn deploy:deploy-file -DgroupId=org.ow2.asm -DartifactId=asm 
> -Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
> -DrepositoryId=[id]
> 
>   Path to dependency: 
>   1) org.jruby.ext.posix:jnr-posix:jar:1.1.8
>   2) org.jruby.extras:jaffl:jar:debian
>   3) org.ow2.asm:asm:jar:4.x
> 
> 2) org.ow2.asm:asm-commons:jar:4.x
> 
>   Try downloading the file manually from the project website.
> 
>   Then, install it using the command: 
>   mvn install:install-file -DgroupId=org.ow2.asm -DartifactId=asm-commons 
> -Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file
> 
>   Alternatively, if you host your own repository you can deploy the file 
> there: 
>   mvn deploy:deploy-file -DgroupId=org.ow2.asm -DartifactId=asm-commons 
> -Dversion=4.x -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] 
> -DrepositoryId=[id]
> 
>   Path to dependency: 
>   1) org.jruby.ext.posix:jnr-posix:jar:1.1.8
>   2) org.jruby.extras:jaffl:jar:debian
>   3) org.ow2.asm:asm-commons:jar:4.x
> 
> --
> 2 required artifacts are missing.
> 
> for artifact: 
>   org.jruby.ext.posix:jnr-posix:jar:1.1.8
> 
> from the specified remote repositories:
>   central (http://repo1.maven.org/maven2),
>   codehaus (http://repository.codehaus.org)
> 
> 
> 
> NOTE: Maven is executing in offline mode. Any artifacts not already in your 
> local
> repository will be inaccessible.
> 
> 
> [INFO] 
> 
> [INFO] For more information, run Maven with the -e switch
> [INFO] 
> 
> [INFO] Total time: 1 second
> [INFO] Finished at: Sat Apr 26 22:25:21 UTC 2014
> [INFO] Final Memory: 10M/145M
> [INFO] 
> 
> make: *** [build-stamp] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/04/26/libjnr-posix-java_1.1.8-2_unstable.log

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

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


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



  1   2   3   >