Bug#743814: marked as done (gnome-commander: FTBFS on armel and armhf (undefined reference to `vtable for GnomeCmdPlainPath'))

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 08:16:56 +0200
with message-id 0c1e7db33a8f95e5188424390ab59...@pino.toscano.name
and subject line Fixed with gnome-commander 1.4.1-1
has caused the Debian Bug report #743814,
regarding gnome-commander: FTBFS on armel and armhf (undefined reference to 
`vtable for GnomeCmdPlainPath')
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.)


-- 
743814: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743814
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: gnome-commander
Version: 1.4.0-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)
Control: block 740375 with -1

Hi,

your package fails to build on armel and armhf buildds, see the logs
linked from
https://buildd.debian.org/status/logs.php?pkg=gnome-commanderver=1.4.0-1suite=sid

Cheers,
Julien


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

Source: gnome-commander
Source-Version: 1.4.1-1

This build issue has been fixed in gnome-commander 1.4.1.

--
Pino Toscano---End Message---


Bug#744087: pluma: does not start - missing scheme installation

2014-04-10 Thread Norbert Preining
Hi Adrian,

On Thu, 10 Apr 2014, John Paul Adrian Glaubitz wrote:
 The reason why pluma is still on version 1.6.2 is because it has
 been in the NEW queue for quite a long time and was packaged and

Oookkk, got the point. Know the problem. 

I normally handle that with uploads to experimental, and as soon as
all packages are accepted in experimental I make a new upload to 
unstable which goes through immediately. That helps to keep
unstable a bit stable ;-)

Thanks, I will wait for the new releases!

Norbert


PREINING, Norbert   http://www.preining.info
JAIST, Japan TeX Live  Debian Developer
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0  ACF0 6CAC A448 860C DC13



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



Bug#744078: [Pkg-telepathy-maintainers] Bug#744078: empathy: Empathy crashes at start

2014-04-10 Thread Simon McVittie
tags 744078 + moreinfo
reassign 744078 libfolks-eds25
found 744078 0.9.6-2
thanks

I think this is most likely to be a Folks bug; reassigning.

On 09/04/14 20:57, Guilhem Bonnefille wrote:
 Core was generated by `empathy'.
 Program terminated with signal 11, Segmentation fault.
 #0  0x7f2c22793bd4 in ?? () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 (gdb) where
 #0  0x7f2c22793bd4 in ?? () from
/lib/x86_64-linux-gnu/libglib-2.0.so.0
 #1  0x7f2c227966c9 in g_date_time_to_timezone ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #2  0x7f2c2279673c in g_date_time_to_utc ()
from /lib/x86_64-linux-gnu/libglib-2.0.so.0
 #3  0x7f2bf54aa302 in _edsf_persona_update ()
from /usr/lib/x86_64-linux-gnu/libfolks-eds.so.25
 #4  0x7f2bf54ab9fe in ?? ()
from /usr/lib/x86_64-linux-gnu/libfolks-eds.so.25
 #5  0x7f2c22a7f2e4 in ?? ()
from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0

I can't reproduce this crash. Please install debugging symbols for at
least GLib and folks (packages: libglib2.0-0-dbg, libfolks-eds-dbg,
libfolks-dbg) and try to get a backtrace again. Using the gdb command
thread apply all bt full instead of where might also provide useful
information.

You can probably see this crash without Empathy by installing
folks-tools and running folks-inspect. If it doesn't crash immediately,
wait a few seconds; if it still hasn't crashed, type individuals at
the prompt and see whether that crashes. If folks-inspect crashes, then
it's confirmed to be a Folks bug.

Upgrading libfolks25, libfolks-eds25 and related packages to the version
from unstable (0.9.6-3) might also be useful.

If you run empathy from a command-line (gnome-terminal or similar), do
you get any warnings before it crashes?

What accounts (local? Google? Owncloud? Facebook? etc.) do you have
configured in evolution-data-server?

 Seems related to an arch bug:

https://bugs.archlinux.org/task/39200?string=glibproject=1type%5B0%5D=sev%5B0%5D=pri%5B0%5D=due%5B0%5D=reported%5B0%5D=opened=dev=closed=duedatefrom=duedateto=changedfrom=

That looks as though it could be the same bug. However, the Arch bug
helpfully says In the internet it is stated that... and Since this is
stated to be fixed in 0.9.7... without providing any links or upstream
bug references. Folks 0.9.7 doesn't actually exist yet; if there's a fix
for this in the upstream git repository (which might have confused the
Arch bug submitter by being marked as will be fixed in 0.9.7), then we
can cherry-pick it, but I can't find anything obviously related to this
crash.

Looking at the source code, the only to_utc() calls I can see are here:

  var d = new DateTime (Persona._local_time_zone,
  (int) bday.year, (int) bday.month, (int) bday.day, 0, 0, 0.0);
  if (this._birthday == null ||
  (this._birthday != null 
  !((!) this._birthday).equal (d.to_utc (
{
  this._birthday = d.to_utc ();
  this.notify_property (birthday);
}

so the only way I can see for that to crash is if d was NULL, which
could happen if one of bday.year, bday.month, bday.day is out-of-range.
Do you have any contacts whose birthday (as seen in Evolution) is an
impossible date like 2000-02-31?

S


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



Processed: Bug#744078: [Pkg-telepathy-maintainers] Bug#744078: empathy: Empathy crashes at start

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

 tags 744078 + moreinfo
Bug #744078 [empathy] empathy: Empathy crashes at start
Added tag(s) moreinfo.
 reassign 744078 libfolks-eds25
Bug #744078 [empathy] empathy: Empathy crashes at start
Bug reassigned from package 'empathy' to 'libfolks-eds25'.
No longer marked as found in versions empathy/3.8.6-1.
Ignoring request to alter fixed versions of bug #744078 to the same values 
previously set
 found 744078 0.9.6-2
Bug #744078 [libfolks-eds25] empathy: Empathy crashes at start
Marked as found in versions folks/0.9.6-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744078: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744078
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#744078: [Pkg-telepathy-maintainers] Bug#744078: Bug#744078: empathy: Empathy crashes at start

2014-04-10 Thread Simon McVittie
On 10/04/14 09:42, Simon McVittie wrote:
 the only way I can see for that to crash is if d was NULL, which
 could happen if one of bday.year, bday.month, bday.day is out-of-range.

If you can reproduce this crash, you can confirm or disprove my theory
with these gdb commands:

(gdb) frame 3
(gdb) p *bday

If the birthday is something that GDateTime considers to be invalid
(year  1, year  , month  1, month  12, day  1, or day too large
for the month) then I understand the reason for this crash, and it
should be easy to fix.

S


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



Processed: bug 744078 is forwarded to https://bugzilla.gnome.org/show_bug.cgi?id=727944

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

 forwarded 744078 https://bugzilla.gnome.org/show_bug.cgi?id=727944
Bug #744078 [libfolks-eds25] empathy: Empathy crashes at start
Set Bug forwarded-to-address to 
'https://bugzilla.gnome.org/show_bug.cgi?id=727944'.
 thanks
Stopping processing here.

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

2014-04-10 Thread Thibaut Varène
tags 741221 confirmed upstream pending
thanks

Hi,

Due to lack of response from kanjidic’s upstream, and after careful reviewing 
of its documentation (which further restricts the licensing terms), 
tagainijisho’s upstream author has decided to remove support for SKIP codes 
from his software and remove SKIP codes from the embedded kanjidic file.

A new version of tagainijisho will be prepared in the coming days and uploaded 
as soon as possible.

T-Bone

--
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#741221: Licensing clarification

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

 tags 741221 confirmed upstream pending
Bug #741221 [tagainijisho] tagainijisho included non-free content. (SKIP code 
problem)
Added tag(s) upstream, confirmed, and pending.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
741221: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741221
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#743695: marked as done (gevent-socketio tries to download python packages during the build)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 09:42:59 +
with message-id e1wybvb-0003hc...@franck.debian.org
and subject line Bug#743695: fixed in gevent-socketio 0.3.6-2
has caused the Debian Bug report #743695,
regarding gevent-socketio tries to download python packages during the build
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.)


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

Package: gevent-socketio
Version: 0.3.6-1
Severity: serious
Tags: sid jessie

gevent-socketio tries to download python packages during the build, and fails to 
build when it doesn't succeed.


complete build log at
https://launchpad.net/ubuntu/+source/gevent-socketio/0.3.6-1

dh_auto_clean
Download error on https://pypi.python.org/simple/versiontools/: [Errno -2] Name 
or service not known -- Some packages may not be found!

Couldn't find index page for 'versiontools' (maybe misspelled?)
Download error on https://pypi.python.org/simple/: [Errno -2] Name or service 
not known -- Some packages may not be found!

No local packages or download links found for versiontools=1.7
Traceback (most recent call last):
  File setup.py, line 50, in module
,
  File /usr/lib/python2.7/distutils/core.py, line 111, in setup
_setup_distribution = dist = klass(attrs)
  File /usr/lib/python2.7/dist-packages/setuptools/dist.py, line 239, in 
__init__
self.fetch_build_eggs(attrs.pop('setup_requires'))
  File /usr/lib/python2.7/dist-packages/setuptools/dist.py, line 264, in 
fetch_build_eggs

replace_conflicting=True
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 620, in resolve
dist = best[req.key] = env.best_match(req, ws, installer)
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 858, in 
best_match
return self.obtain(req, installer) # try and download/install
  File /usr/lib/python2.7/dist-packages/pkg_resources.py, line 870, in obtain
return installer(requirement)
  File /usr/lib/python2.7/dist-packages/setuptools/dist.py, line 314, in 
fetch_build_egg

return cmd.easy_install(req)
  File /usr/lib/python2.7/dist-packages/setuptools/command/easy_install.py, 
line 610, in easy_install

raise DistutilsError(msg)
distutils.errors.DistutilsError: Could not find suitable distribution for 
Requirement.parse('versiontools=1.7')

dh_auto_clean: python setup.py clean -a returned exit code 1
make[1]: *** [override_dh_auto_clean] Error 1
make[1]: Leaving directory `/build/buildd/gevent-socketio-0.3.6'
make: *** [clean] Error 2
---End Message---
---BeginMessage---
Source: gevent-socketio
Source-Version: 0.3.6-2

We believe that the bug you reported is fixed in the latest version of
gevent-socketio, 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.
Benjamin Drung benjamin.dr...@profitbricks.com (supplier of updated 
gevent-socketio package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Format: 1.8
Date: Thu, 10 Apr 2014 10:04:01 +0200
Source: gevent-socketio
Binary: python-socketio python-socketio-doc
Architecture: source all
Version: 0.3.6-2
Distribution: unstable
Urgency: medium
Maintainer: Benjamin Drung benjamin.dr...@profitbricks.com
Changed-By: Benjamin Drung benjamin.dr...@profitbricks.com
Description: 
 python-socketio - Socket.IO server based on the gevent pywsgi server
 python-socketio-doc - documentation for gevent-socketio
Closes: 743695
Changes: 
 gevent-socketio (0.3.6-2) unstable; urgency=medium
 .
   * Use pybuild as buildsystem.
   * Add python-versiontools to the build dependencies. (Closes: #743695)
   * Add python-mock and python-pytest to build dependencies (for tests).
Checksums-Sha1: 
 ab22ca9fa0ecdfef52bd37d2be1922bc8132d839 2168 gevent-socketio_0.3.6-2.dsc
 4ee6ba623c87604071890b48fdf41b8bcd1f5b74 3068 
gevent-socketio_0.3.6-2.debian.tar.xz
 d0914cd8f238f555a9d443f28268ba4b3a4a1c4f 28348 python-socketio_0.3.6-2_all.deb
 29b591c704e638f7aeec62730b0a882f589ba3f4 78912 
python-socketio-doc_0.3.6-2_all.deb
Checksums-Sha256: 
 

Bug#743926: marked as done (fizmo: FTBFS with -B: No rule to make target `install-fizmo-console')

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 09:42:50 +
with message-id e1wybvs-0003vf...@franck.debian.org
and subject line Bug#743926: fixed in fizmo 0.7.8-2
has caused the Debian Bug report #743926,
regarding fizmo: FTBFS with -B: No rule to make target `install-fizmo-console'
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.)


-- 
743926: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743926
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: fizmo
Version: 0.7.8-1
Severity: serious
Justification: FTBFS

Hi,

your package FTBFS on all buildds, and I can reproduce the issue here by
passing -B to dpkg-buildpackage:
|  dpkg-buildpackage -rfakeroot -D -us -uc -B
| dpkg-buildpackage: source package fizmo
| dpkg-buildpackage: source version 0.7.8-1
| dpkg-buildpackage: source distribution unstable
| dpkg-buildpackage: source changed by Christoph Ender 
christoph.en...@spellbreaker.org
|  dpkg-source --before-build fizmo-0.7.8
| dpkg-buildpackage: host architecture amd64
|  fakeroot debian/rules clean
| dh_testdir
| dh_testroot
| dh_auto_clean -v -pfizmo-common -pfizmo-console -pfizmo-ncursesw
| dh_clean -v
|   rm -f debian/fizmo-common.substvars
|   rm -f debian/fizmo-common.*.debhelper
|   rm -rf debian/fizmo-common/
|   rm -f debian/fizmo-ncursesw.substvars
|   rm -f debian/fizmo-ncursesw.*.debhelper
|   rm -rf debian/fizmo-ncursesw/
|   rm -f debian/fizmo-console.substvars
|   rm -f debian/fizmo-console.*.debhelper
|   rm -rf debian/fizmo-console/
|   rm -f debian/*.debhelper.log
|   rm -f debian/files
|   find .  \( \( -type f -a \
|   \( -name '#*#' -o -name '.*~' -o -name '*~' -o -name DEADJOE \
|-o -name '*.orig' -o -name '*.rej' -o -name '*.bak' \
|-o -name '.*.orig' -o -name .*.rej -o -name '.SUMS' \
|-o -name TAGS -o \( -path '*/.deps/*' -a -name '*.P' \) \
|   \) -exec rm -f {} + \) -o \
|   \( -type d -a -name autom4te.cache -prune -exec rm -rf {} + \) 
\)
|   rm -f *-stamp
|  debian/rules build-arch
| make: Nothing to be done for `build-arch'.
|  fakeroot debian/rules binary-arch
| dh_testroot
| dh_installdirs
| dh_installchangelogs -pfizmo-console CHANGELOG.txt
| dh_installdocs -pfizmo-console
| dpkg-buildflags
| CFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security
| CPPFLAGS=-D_FORTIFY_SOURCE=2
| CXXFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security
| FFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4
| GCJFLAGS=-g -O2 -fstack-protector --param=ssp-buffer-size=4
| LDFLAGS=-Wl,-z,relro
| DESTDIR=/tmp/fizmo-0.7.8/debian/fizmo-console /usr/bin/make 
install-fizmo-console
| make[1]: Entering directory `/tmp/fizmo-0.7.8'
| make[1]: *** No rule to make target `install-fizmo-console'.  Stop.
| make[1]: Leaving directory `/tmp/fizmo-0.7.8'
| make: *** [fizmo-console] Error 2
| dpkg-buildpackage: error: fakeroot debian/rules binary-arch gave error exit 
status 2
| debuild: fatal error at line 1364:
| dpkg-buildpackage -rfakeroot -D -us -uc -B failed

Build logs are available at:
  https://buildd.debian.org/status/package.php?p=fizmosuite=sid

Mraw,
KiBi.
---End Message---
---BeginMessage---
Source: fizmo
Source-Version: 0.7.8-2

We believe that the bug you reported is fixed in the latest version of
fizmo, 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.
Christoph Ender christoph.en...@spellbreaker.org (supplier of updated fizmo 
package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Wed, 9 Apr 2014 20:50:00 +0200
Source: fizmo
Binary: fizmo-common fizmo-ncursesw fizmo-console
Architecture: source all amd64
Version: 0.7.8-2
Distribution: unstable
Urgency: low
Maintainer: Christoph Ender christoph.en...@spellbreaker.org
Changed-By: Christoph Ender christoph.en...@spellbreaker.org
Description: 
 fizmo-common - Provides localization data from all default fizmo-related
 fizmo-console - Console-based Z-machine interpreter for 

Bug#742728: curl: CVE-2014-0138 CVE-2014-0139

2014-04-10 Thread Alessandro Ghedini
On mer, mar 26, 2014 at 06:50:41 +0100, Salvatore Bonaccorso wrote:
 Package: curl
 Version: 7.21.0-1
 Severity: grave
 Tags: security upstream fixed-upstream
 
 Hi Alessandro,
 
 For having this referenced also in the Debian BTS, the following
 vulnerabilities were published for curl.
 
 CVE-2014-0138[0]:
 libcurl wrong re-use of connections
 
 CVE-2014-0139[1]:
 libcurl IP address wildcard certificate validation

Here are the (old)stable debdiffs (better late than nothing, I guess... I had
troubles adapting the patches for the older releases :/).

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'
diff -Nru curl-7.21.0/debian/changelog curl-7.21.0/debian/changelog
--- curl-7.21.0/debian/changelog	2014-01-29 19:17:17.0 +0100
+++ curl-7.21.0/debian/changelog	2014-04-09 19:48:14.0 +0200
@@ -1,3 +1,15 @@
+curl (7.21.0-2.1+squeeze8) squeeze-security; urgency=medium
+
+  * Fix multiple security issues (Closes: #742728):
+- Fix connection re-use when using different log-in credentials
+  as per CVE-2014-0138
+  http://curl.haxx.se/docs/adv_20140326A.html
+- Reject IP address wildcard matches as per CVE-2014-0139
+  http://curl.haxx.se/docs/adv_20140326B.html
+  * Set urgency=high accordingly
+
+ -- Alessandro Ghedini gh...@debian.org  Wed, 09 Apr 2014 19:47:38 +0200
+
 curl (7.21.0-2.1+squeeze7) squeeze-security; urgency=high
 
   * Fix re-use of wrong HTTP NTLM connection as per CVE-2014-0015
diff -Nru curl-7.21.0/debian/patches/CVE-2014-0138.patch curl-7.21.0/debian/patches/CVE-2014-0138.patch
--- curl-7.21.0/debian/patches/CVE-2014-0138.patch	1970-01-01 01:00:00.0 +0100
+++ curl-7.21.0/debian/patches/CVE-2014-0138.patch	2014-04-09 19:48:14.0 +0200
@@ -0,0 +1,58 @@
+Description: Fix connection re-use when using different log-in credentials
+ In addition to FTP, other connection based protocols such as IMAP, POP3,
+ SMTP, SCP, SFTP and LDAP require a new connection when different log-in
+ credentials are specified. Fixed the detection logic to include these
+ other protocols.
+Origin: upstream, http://curl.haxx.se/libcurl-bad-reuse.patch
+Forwarded: not-needed
+Author: Steve Holme steve_ho...@hotmail.com
+Last-Update: 2014-04-09
+
+--- a/lib/http.c
 b/lib/http.c
+@@ -162,7 +162,7 @@
+   ZERO_NULL,/* perform_getsock */
+   ZERO_NULL,/* disconnect */
+   PORT_HTTPS,   /* defport */
+-  PROT_HTTP | PROT_HTTPS | PROT_SSL /* protocol */
++  PROT_HTTP | PROT_HTTPS | PROT_SSL | PROTOPT_CREDSPERREQUEST/* protocol */
+ };
+ #endif
+ 
+--- a/lib/url.c
 b/lib/url.c
+@@ -2986,11 +2986,11 @@
+ continue;
+   }
+ }
+-if((needle-protocol  PROT_FTP) ||
++if((!(needle-protocol  PROTOPT_CREDSPERREQUEST)) ||
+((needle-protocol  PROT_HTTP) 
+ (data-state.authhost.want  CURLAUTH_NTLM))) {
+-  /* This is FTP or HTTP+NTLM, verify that we're using the same name
+- and password as well */
++  /* This protocol requires credentials per connection or is HTTP+NTLM,
++ so verify that we're using the same name and password as well */
+   if(!strequal(needle-user, check-user) ||
+  !strequal(needle-passwd, check-passwd)) {
+ /* one of them was different */
+--- a/lib/urldata.h
 b/lib/urldata.h
+@@ -721,6 +721,8 @@
+ #define PROT_EXTMASK 0xff
+ 
+ #define PROT_SSL (129) /* protocol requires SSL */
++#define PROTOPT_CREDSPERREQUEST (130) /* requires login creditials per request
++   as opposed to per connection */
+ 
+ /* these ones need action before socket close */
+ #define PROT_CLOSEACTION (PROT_FTP | PROT_IMAP | PROT_POP3)
+--- a/tests/data/DISABLED
 b/tests/data/DISABLED
+@@ -2,5 +2,6 @@
+ # test cases are run by runtests.pl. Just add the plain test case numbers, one
+ # per line.
+ # Lines starting with '#' letters are treated as comments.
++519
+ 563
+ 564
diff -Nru curl-7.21.0/debian/patches/CVE-2014-0139.patch curl-7.21.0/debian/patches/CVE-2014-0139.patch
--- curl-7.21.0/debian/patches/CVE-2014-0139.patch	1970-01-01 01:00:00.0 +0100
+++ curl-7.21.0/debian/patches/CVE-2014-0139.patch	2014-04-09 19:48:14.0 +0200
@@ -0,0 +1,40 @@
+Description: Reject IP address wildcard matches
+ There are server certificates used with IP address in the CN field, but
+ we MUST not allow wildcard certs for hostnames given as IP addresses
+ only. Therefore we must make Curl_cert_hostcheck() fail such attempts.
+Origin: upstream, http://curl.haxx.se/libcurl-reject-cert-ip-wildcards.patch
+Forwarded: not-needed
+Author: Daniel Stenberg dan...@haxx.se
+Last-Update: 2014-04-09
+
+--- a/lib/ssluse.c
 b/lib/ssluse.c
+@@ -53,6 +53,7 @@
+ #include select.h
+ #include sslgen.h
+ #include rawstr.h
++#include inet_pton.h
+ 
+ #define _MPRINTF_REPLACE /* use the internal 

Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Daniel Pocock


Hi Gunnar,

I just saw your comment on this bug from February 18

Personally, I don't think it is enough to say that a package is not
using some artifacts from the source tarball - while it is a technically
valid argument, it would make it far more difficult for FTP masters to
inspect source packages and badness could start to creep in as a
consequence of any generosity they show in this area.

Repackaging upstream tarballs is becoming a common problem with minified
JavaScript, maybe we need to have some automated way of doing this.  For
upstreams who use git and who release the exact contents of their tags
(without any autotools bootstrapping, etc), it should be fairly easy to
create some system on alioth that mirrors all the upstreams and
pro-actively generates +dfsg versions of their tags ready for
maintainers to work with.

Regards,

Daniel


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



Bug#742728: curl: CVE-2014-0138 CVE-2014-0139

2014-04-10 Thread Moritz Muehlenhoff
On Thu, Apr 10, 2014 at 12:01:03PM +0200, Alessandro Ghedini wrote:
 On mer, mar 26, 2014 at 06:50:41 +0100, Salvatore Bonaccorso wrote:
  Package: curl
  Version: 7.21.0-1
  Severity: grave
  Tags: security upstream fixed-upstream
  
  Hi Alessandro,
  
  For having this referenced also in the Debian BTS, the following
  vulnerabilities were published for curl.
  
  CVE-2014-0138[0]:
  libcurl wrong re-use of connections
  
  CVE-2014-0139[1]:
  libcurl IP address wildcard certificate validation
 
 Here are the (old)stable debdiffs (better late than nothing, I guess... I had
 troubles adapting the patches for the older releases :/).

If this now passes the test suite, please upload.

Cheers,
Moritz


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



Bug#741823: NMU for bpython

2014-04-10 Thread Thomas Goirand
Hi,

I have NMU the package in delayed queue (5 days). The changes are in the
collab-maint git if you want to check it out. Anyway, I've just added a
build-depends: python3-all as Hideki Yamane suggested, and a
debian/gbp.conf to make sure the git packaging is using pristine-tar.

David, if you want me to dcut rm the package before the next 5 days,
let me know.

Cheers,

Thomas Goirand (zigo)


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



Bug#741823: NMU for bpython

2014-04-10 Thread David Paleino
On Thu, 10 Apr 2014 19:01:58 +0800, Thomas Goirand wrote:

 Hi,
 
 I have NMU the package in delayed queue (5 days). The changes are in the
 collab-maint git if you want to check it out. Anyway, I've just added a
 build-depends: python3-all as Hideki Yamane suggested, and a
 debian/gbp.conf to make sure the git packaging is using pristine-tar.
 
 David, if you want me to dcut rm the package before the next 5 days,
 let me know.

No need to, please go ahead :)

(just had no time to do it myself)

-- 
 . ''`.   Debian developer | http://wiki.debian.org/DavidPaleino
 : :'  : Linuxer #334216 --|-- http://www.hanskalabs.net/
 `. `'`  GPG: 1392B174 | http://deb.li/dapal
   `-   2BAB C625 4E66 E7B8 450A C3E1 E6AA 9017 1392 B174


signature.asc
Description: PGP signature


Bug#742728: curl: CVE-2014-0138 CVE-2014-0139

2014-04-10 Thread Alessandro Ghedini
On gio, apr 10, 2014 at 12:47:39 +0200, Moritz Muehlenhoff wrote:
 On Thu, Apr 10, 2014 at 12:01:03PM +0200, Alessandro Ghedini wrote:
  On mer, mar 26, 2014 at 06:50:41 +0100, Salvatore Bonaccorso wrote:
   Package: curl
   Version: 7.21.0-1
   Severity: grave
   Tags: security upstream fixed-upstream
   
   Hi Alessandro,
   
   For having this referenced also in the Debian BTS, the following
   vulnerabilities were published for curl.
   
   CVE-2014-0138[0]:
   libcurl wrong re-use of connections
   
   CVE-2014-0139[1]:
   libcurl IP address wildcard certificate validation
  
  Here are the (old)stable debdiffs (better late than nothing, I guess... I 
  had
  troubles adapting the patches for the older releases :/).
 
 If this now passes the test suite, please upload.

Well, it passes the test suite only because the broken test was disabled, but it
can't be helped (the alternative would be enabling the fork() support in the
server used for testing, but that may introduce more breakage). SUSE has done
the same thing (in fact the SUSE maintainer suggested this) and upstream says
it should be safe (in fact, the fact that the disabled test freezes is probably
a good sign, since it means that the patch does what it's supposed to).

Anyway, uploaded.

Cheers

-- 
perl -E '$_=q;$/= @{[@_]};and s;\S+;inidehG ordnasselA;eg;say~~reverse'


signature.asc
Description: Digital signature


Processed: Bug#744018 marked as pending

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

 tag 744018 pending
Bug #744018 {Done: Craig Small csm...@debian.org} [wordpress] Wordpress 3.8.2 
fixes two vulnerabilities [CVE-2014-0165 CVE-2014-0166]
Added tag(s) pending.
 thanks
Stopping processing here.

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

2014-04-10 Thread Craig Small
tag 744018 pending
thanks

Hello,

Bug #744018 reported by you has been fixed in the Git repository. You can
see the changelog below, and you can check the diff of the fix at:

http://git.debian.org/?p=collab-maint/wordpress.git;a=commitdiff;h=ac47fca

---
commit ac47fcabf625f21a2065ec34c286bb9e0122c5f0
Author: Craig Small csm...@debian.org
Date:   Thu Apr 10 22:10:05 2014 +1000

Fixed bug number in changelog

diff --git a/debian/changelog b/debian/changelog
index 06d6dba..927d409 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
 wordpress (3.8.2+dfsg-1) unstable; urgency=high
 
   * New upstream release Fixes CVE-2014-0165, CVE-2014-0166
-and Closes: #744019
+and Closes: #744018
 
  -- Craig Small csm...@debian.org  Wed, 09 Apr 2014 22:13:54 +1000
 


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



Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Gunnar Wolf
Daniel Pocock dijo [Thu, Apr 10, 2014 at 12:40:27PM +0200]:
 Hi Gunnar,
 
 I just saw your comment on this bug from February 18
 
 Personally, I don't think it is enough to say that a package is not
 using some artifacts from the source tarball - while it is a technically
 valid argument, it would make it far more difficult for FTP masters to
 inspect source packages and badness could start to creep in as a
 consequence of any generosity they show in this area.
 
 Repackaging upstream tarballs is becoming a common problem with minified
 JavaScript, maybe we need to have some automated way of doing this.  For
 upstreams who use git and who release the exact contents of their tags
 (without any autotools bootstrapping, etc), it should be fairly easy to
 create some system on alioth that mirrors all the upstreams and
 pro-actively generates +dfsg versions of their tags ready for
 maintainers to work with.

Right. This bug was opened before the relevant discussion in d-devel,
and I am also convinced the minified js should be removed from the
source tarball. I have not had time to look into this, and any help
you can give will be appreciated; a simple (or as simple as possible,
at least) repack.sh script should do. Automating this sounds
interesting, but I cannot do more than just say it sounds interesting
right now :(


signature.asc
Description: Digital signature


Bug#735769: Drupal7 - minified JavaScript

2014-04-10 Thread Daniel Pocock
On 10/04/14 14:51, Gunnar Wolf wrote:
 Daniel Pocock dijo [Thu, Apr 10, 2014 at 12:40:27PM +0200]:
 Hi Gunnar,

 I just saw your comment on this bug from February 18

 Personally, I don't think it is enough to say that a package is not
 using some artifacts from the source tarball - while it is a technically
 valid argument, it would make it far more difficult for FTP masters to
 inspect source packages and badness could start to creep in as a
 consequence of any generosity they show in this area.

 Repackaging upstream tarballs is becoming a common problem with minified
 JavaScript, maybe we need to have some automated way of doing this.  For
 upstreams who use git and who release the exact contents of their tags
 (without any autotools bootstrapping, etc), it should be fairly easy to
 create some system on alioth that mirrors all the upstreams and
 pro-actively generates +dfsg versions of their tags ready for
 maintainers to work with.
 Right. This bug was opened before the relevant discussion in d-devel,
 and I am also convinced the minified js should be removed from the
 source tarball. I have not had time to look into this, and any help
 you can give will be appreciated; a simple (or as simple as possible,
 at least) repack.sh script should do. Automating this sounds
 interesting, but I cannot do more than just say it sounds interesting
 right now :(

This automated repacking idea has significant overlap with one of the
GSoC projects:

https://wiki.debian.org/SummerOfCode2014/StudentApplications#Recursively_building_Java_dependencies_from_source

Whether the embedded artifacts are called *.jar or *.min.js, the same
script could probably help


-- 
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-10 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forwarded 719706 http://sourceforge.net/p/proguard/bugs/477
Bug #719706 [proguard] ProGuard: License of manual is not GPL!
Set Bug forwarded-to-address to 'http://sourceforge.net/p/proguard/bugs/477'.
 severity 719706 serious
Bug #719706 [proguard] ProGuard: License of manual is not GPL!
Severity set to 'serious' from 'normal'
 found 719706 4.4-2
Bug #719706 [proguard] ProGuard: License of manual is not GPL!
Marked as found in versions proguard/4.4-2.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
719706: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=719706
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#737441: Nagios / jQuery / easily fixed?

2014-04-10 Thread Daniel Pocock


This bug is one of the easier ones to fix

It appears the embedded jQuery version is 1.7.1

The packaged jQuery version on Debian is currently 1.7.2:

   http://packages.qa.debian.org/jquery

so it is simply necessary to make a repackaged tarball without the
offending files and symlink to the files provided by the
libjs-jquery.deb package


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



Bug#744127: missing license in debian/copyright

2014-04-10 Thread Thorsten Alteholz

Package: liborcus
Version: 0.7.0+dfsg-2
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 liborcus-0.7.0+dfsg/misc/*
 liborcus-0.7.0+dfsg/src/parser/win_stdint.h 
to debian/copyright or at least take care of:

 W: liborcus source: missing-license-paragraph-in-dep5-copyright bsd (paragraph 
at line 353)

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#735648: Tested patch

2014-04-10 Thread Vladimir K
I've tested the patch. It works.

But I have to note that I had a couple of (suddenly unreproducible now) issues 
when two instances of x11vnc running for two different users in two different X 
sessions, one crashes on connect. The other then works when alone. I had this 
for some time, but I can not reproduce it any longer. It would be great if 
somebody rechecked this scenario, just in case.


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



Bug#741221: Licensing clarification

2014-04-10 Thread Thibaut Varène
Hi,

Alexandre, your understanding is correct and applicable to most Linux 
distributions.

CC-BY-SA-NC isn’t freely redistributable due to the restriction on commercial 
use, thus, in a broad sense, not free software.

I’m CC’ing the original bug report so that this information is available to 
others (I hope it’s fine with both of you).

Cheers,
Thibaut

Le 10 avr. 2014 à 15:54, Alexandre Courbot gnu...@gmail.com a écrit :

 Hi Jim,
 
 Thanks for your quick reply! That's good news. However I'm afraid the
 Non-commercial clause is not compatible with Debian's terms of
 distribution (a non-commercial licensing is not acceptable because
 Debian CDs can be sold for instance). Thibaut, is my understanding
 correct? If I remember correctly we ran into the same issue with
 KanjiVG, which made us change its license to CC-SA.
 
 Getting permission by Jack for Tagaini only would also probably not
 work since the right would not be transmitted to derived software.
 
 So it seems that in my case I still have no choice but to strip the
 SKIP codes from Kanjidic. :(
 
 Cheers,
 Alex.
 
 On Thu, Apr 10, 2014 at 9:54 PM, Jim Breen jimbr...@gmail.com wrote:
 When Jack Halpern finally moved to CCSA-NonCommercial licence in
 2008 I updated my general licence page, but forgot to update the
 Kanjidic one. I have now made them conform.
 See http://www.csse.monash.edu.au/~jwb/kanjidic_doc.html#IREF14
 
 I think for free software you can include the SKIPs without any problem.
 
 Cheers
 
 Jim
 
 --
 Jim Breen
 Adjunct Snr Research Fellow, Japanese Studies Centre, Monash University


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



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

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 16:06:52 +0200
with message-id 20140410140652.gb15...@rene-engelhard.de
and subject line Re: Bug#744127: missing license in debian/copyright
has caused the Debian Bug report #744127,
regarding missing license in debian/copyright
to be marked as done.

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

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


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

Package: liborcus
Version: 0.7.0+dfsg-2
Severity: serious
User: alteh...@debian.org
Usertags: ftp
X-Debbugs-CC: ftpmas...@ftp-master.debian.org
thanks

Dear Maintainer,

please add the missing licenses of:
 liborcus-0.7.0+dfsg/misc/*
 liborcus-0.7.0+dfsg/src/parser/win_stdint.h 
to debian/copyright or at least take care of:

 W: liborcus source: missing-license-paragraph-in-dep5-copyright bsd (paragraph 
at line 353)

Thanks!
  Thorsten
---End Message---
---BeginMessage---
Hi,

On Thu, Apr 10, 2014 at 03:44:13PM +0200, Thorsten Alteholz wrote:
 please add the missing licenses of:
  liborcus-0.7.0+dfsg/misc/*

Files: misc/*.py
Copyright: Copyright (c) 2010-2013 Kohei Yoshida
License: BSD

  liborcus-0.7.0+dfsg/src/parser/win_stdint.h to debian/copyright or
 at least take care of:

*shrugs*. The license is there. it's BSD. (yes, the author is missing, indeed)

  W: liborcus source: missing-license-paragraph-in-dep5-copyright bsd 
 (paragraph at line 353)

It is BSD. And no, I will ignore this. That one's a standard license.

hat one is lintian bullshit.

Would you also file this bug if this wasn't a DEP-5 (I don't care about the
machine-readability of copyright, just that format is more understandable even
to humans) and I just wrote the full text of the license is at $foobar?).
But yeah, I probably should add that...

And: This is no new release but identical to 0.7.0-1 which _you_ accepted
and already filed a serious bug on. Neither is this bug serious at all,
and neither is any license not mentioned. You can argue about the completeness
*authors/copyright* holders or *license text*, not of licenses.

(btw, this hasn't changed to 0.7.0-1 which you let though without commenting
on those. There misc/* was not mentioned at all where it now is and win_stdint.h
was not mentioned either.)

For that reason I close this bug. If you insist that this warrants a bug
please file a new one with proper severity.

Regards,

Rene---End Message---


Processed: Does not restart/stop due to PIDFILE problem

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

 severity 743013 serious
Bug #743013 [cyrus-common-2.4] cyrus-common-2.4: Does not restart/stop due to 
PIDFILE problem
Severity set to 'serious' from 'normal'
 thanks
Stopping processing here.

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

2014-04-10 Thread Gunnar Wolf
FWIW, this list might prove useful, and also point at libraries not
yet packaged:

   drupal7$ for js in $(find . -name *.min.js); do
js=$(basename $js)
echo -n $js ⇒ 
found=$(apt-file search $js|cut -f 1 -d :|grep -v ^drupal7)
if [ -z $found ]; then
nonmin=$(apt-file search ${js/.min/}|cut -f 1 -d :); 
if [ -z $nonmin ]; then 
echo NOT PACKAGED; 
else
echo $nonmin (NON MINIMIZED); 
fi
else
echo $found
fi
done
   jquery.ui.position.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.slide.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.autocomplete.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.core.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.clip.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.highlight.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.core.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.explode.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.tabs.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.progressbar.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.shake.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.draggable.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.droppable.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.accordion.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.scale.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.datepicker.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.dialog.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.drop.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.blind.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.resizable.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.bounce.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.transfer.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.effects.pulsate.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.mouse.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.slider.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.selectable.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.fade.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.button.min.js ⇒ libjs-jquery-ui wordpress
   jquery.ui.sortable.min.js ⇒ libjs-jquery-ui wordpress
   jquery.effects.fold.min.js ⇒ mediawiki (NON MINIMIZED)
   jquery.ui.widget.min.js ⇒ libjs-jquery-ui wordpress

So,

• Wordpress has at least the same duplication Drupal7 has WRT
  libjs-jquery-ui (which should be the canonical source for .min.js
  files)

• Many of the files we need are provided by Mediawiki. Should they
  rather be split?

• Of course, it's not just a matter of finding the right filename, but
  ensuring they are compatible and do not produce regressions :-/
  Something that Javascript has a bad fame about...


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



Bug#735833: Bug#739598: pystache not migrating to testing due to FTBFS

2014-04-10 Thread Thomas Goirand
On 04/10/2014 05:18 AM, Kouhei Maeda wrote:
 Hi, Thomas.
 
 Thanks for your advice.
 I fixed and uploaded to mentors.d.n.
 
 Would you upload this package?
 http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-3.dsc
 
 Best regards,
 --
 Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
  KeyID 4096R/7E37CE41

Hi,

Since your new package version fixes the FTBFS, and it's important to
quickly fix that, I have uploaded it. However, in your debian/rules,
there's still something to fix. You should use set -e on each of your
for statements. For example:

set -e  for py in $(shell py3versions -vr); do \
[ ... content of your loop ... ]

Note that this is a *must* imposed by the Debian policy. Please fix
this, and reupload to mentors, then I'll sponsor your package once more.

Cheers,

Thomas Goirand (zigo)


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



Bug#741823: NMU for bpython

2014-04-10 Thread Thomas Goirand
On 04/10/2014 07:12 PM, David Paleino wrote:
 On Thu, 10 Apr 2014 19:01:58 +0800, Thomas Goirand wrote:
 
 Hi,

 I have NMU the package in delayed queue (5 days). The changes are in the
 collab-maint git if you want to check it out. Anyway, I've just added a
 build-depends: python3-all as Hideki Yamane suggested, and a
 debian/gbp.conf to make sure the git packaging is using pristine-tar.

 David, if you want me to dcut rm the package before the next 5 days,
 let me know.
 
 No need to, please go ahead :)
 
 (just had no time to do it myself)

I'm too lazy to do anything now that's in the delayed/5. let's wait! :)

Thomas


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



Bug#741726: grub: generated grub.cfg leads to non booting system. Drops to rescue shell after not finding root device.

2014-04-10 Thread Colin Watson
On Sun, Mar 16, 2014 at 10:46:08AM +0100, root wrote:
 grub: generated grub.cfg leads to non booting system. Drops to rescue
 shell after not finding root device.

Could you please attach the bad generated /boot/grub/grub.cfg file so
that I can have some idea what might be wrong with it?

Thanks,

-- 
Colin Watson   [cjwat...@debian.org]


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



Bug#741792: doublecmd: FTBFS: install: cannot stat '*.so*': No such file or directory

2014-04-10 Thread Alexander Koblov
 Hi,

I suggest the following solution : add also one debian package that will 
include binary versions of visual components (like SynEdit, that depends on 
widgetset) compiled for LCL-Qt widgetset (something like lcl-components-qt4). 
Then programs that wants to compiled for Qt4 simply will add this package in 
depends so no need in lazarus sources.

LCL-Qt was in alpha state some years ago, but now as I see it has same 
stability like LCL-Gtk2 a nd in some cases even more stable.

Regards, 
Alexander Koblov


Processed: Pending fixes for bugs in the libmongodb-perl package

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

 tag 730913 + pending
Bug #730913 [src:libmongodb-perl] libmongodb-perl: FTBFS: Failed tests
Added tag(s) pending.
 thanks
Stopping processing here.

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

2014-04-10 Thread pkg-perl-maintainers
tag 730913 + pending
thanks

Some bugs in the libmongodb-perl package are closed in revision
bd20e1c3685fd0d1cf44a578fdb00b9599e18e04 in branch 'master' by
Dominique Dumont

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

Commit message:

added fix-db-test patch (Closes: #730913)


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



Bug#735833: Bug#739598: pystache not migrating to testing due to FTBFS

2014-04-10 Thread Kouhei Maeda
Hi,

I have fixed and have uploaded.
I was to understand that not the command of all, that it may be added
only to the loop statement,
my understanding correct?

http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-4.dsc

Best regards,
--
Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
 KeyID 4096R/7E37CE41


2014-04-11 0:18 GMT+09:00 Thomas Goirand z...@debian.org:
 On 04/10/2014 05:18 AM, Kouhei Maeda wrote:
 Hi, Thomas.

 Thanks for your advice.
 I fixed and uploaded to mentors.d.n.

 Would you upload this package?
 http://mentors.debian.net/debian/pool/main/p/pystache/pystache_0.5.3-3.dsc

 Best regards,
 --
 Kouhei Maeda mkouhei at {palmtb.net,debian.or.jp}
  KeyID 4096R/7E37CE41

 Hi,

 Since your new package version fixes the FTBFS, and it's important to
 quickly fix that, I have uploaded it. However, in your debian/rules,
 there's still something to fix. You should use set -e on each of your
 for statements. For example:

 set -e  for py in $(shell py3versions -vr); do \
 [ ... content of your loop ... ]

 Note that this is a *must* imposed by the Debian policy. Please fix
 this, and reupload to mentors, then I'll sponsor your package once more.

 Cheers,

 Thomas Goirand (zigo)


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



Bug#730913: marked as done (libmongodb-perl: FTBFS: Failed tests)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 17:18:32 +
with message-id e1wyics-0008ek...@franck.debian.org
and subject line Bug#730913: fixed in libmongodb-perl 0.702.2+ds-1
has caused the Debian Bug report #730913,
regarding libmongodb-perl: FTBFS: Failed tests
to be marked as done.

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

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


-- 
730913: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=730913
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: libmongodb-perl
Version: 0.702.1+ds-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131128 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
 make[2]: Entering directory `/«BUILDDIR»/libmongodb-perl-0.702.1+ds'
 PERL_DL_NONLAZY=1 /usr/bin/perl -MExtUtils::Command::MM -e 
 test_harness(0, 'inc', 'blib/lib', 'blib/arch') t/*.t t/threads/*.t
 t/bson.t  ok
 t/collection.t .. ok
 t/connection.t .. ok
 t/cursor.t .. ok
 t/database.t  ok
 
 #   Failed test 'js err'
 #   at t/db.t line 52.
 #   'exception: SyntaxError: Unexpected string'
 # doesn't match '(?^:(?:compile|execution) failed)'
 # Looks like you failed 1 test of 10.
 t/db.t .. 
 Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/10 subtests 
 t/dbref.t ... ok
 t/delegation.t .. ok
 t/dt_types.t  ok
 t/fsync.t ... ok
 t/gridfs.t .. ok
 t/regex.t ... ok
 t/threads/basic.t ... ok
 t/threads/cursor.t .. ok
 t/threads/oid.t . ok
 t/types.t ... ok
 t/w.t ... ok
 
 Test Summary Report
 ---
 t/db.t(Wstat: 256 Tests: 10 Failed: 1)
   Failed test:  9
   Non-zero exit status: 1
 Files=17, Tests=581, 21 wallclock secs ( 0.18 usr  0.10 sys + 15.05 cusr  
 1.76 csys = 17.09 CPU)
 Result: FAIL
 Failed 1/17 test programs. 1/581 subtests failed.
 make[2]: *** [test_dynamic] Error 255
 make[2]: Leaving directory `/«BUILDDIR»/libmongodb-perl-0.702.1+ds'
 dh_auto_test: make -j1 test returned exit code 2

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/11/28/libmongodb-perl_0.702.1+ds-1_unstable.log

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

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

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

Debian distribution maintenance software
pp.
Dominique Dumont d...@debian.org (supplier of updated libmongodb-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: SHA1

Format: 1.8
Date: Thu, 10 Apr 2014 18:35:36 +0200
Source: libmongodb-perl
Binary: libmongodb-perl
Architecture: source amd64
Version: 0.702.2+ds-1
Distribution: unstable
Urgency: low
Maintainer: Debian Perl Group pkg-perl-maintain...@lists.alioth.debian.org
Changed-By: Dominique Dumont d...@debian.org
Description: 
 libmongodb-perl - Mongo Driver for Perl
Closes: 730913
Changes: 
 libmongodb-perl (0.702.2+ds-1) unstable; urgency=low
 .
   [ gregor herrmann ]
   * New upstream release.
   * Update upstream contact, copyright holder, and packaging years.
   * Declare compliance with Debian Policy 3.9.5.
   * Strip trailing slash from metacpan URLs.
 .
   [ Axel Beckert ]
   * Fix typo in Vcs-Browser header (Thanks DUCK!)
 .
   [ Dominique Dumont ]
   * added fix-db-test patch (Closes: #730913)
   * added /me to Uploaders
Checksums-Sha1: 
 1b910dc91f2987b2069be061753e17cbd313 2495 libmongodb-perl_0.702.2+ds-1.dsc
 0ab44369330956da4b21d44a87386137223bd7f8 1458140 
libmongodb-perl_0.702.2+ds.orig.tar.gz
 d799c23a714e8f58a1d727be5ecc91651ad02e8c 5728 

Bug#744146: libalien-sdl-perl: depends on libsdl-gfx1.2-4

2014-04-10 Thread Julien Cristau
Source: libalien-sdl-perl
Version: 1.440-4
Severity: serious

sdlgfx bumped SONAME.  (And if you could fix this madness of hardcoded
shlibs dependencies once and for all...)

Cheers,
Julien


signature.asc
Description: Digital signature


Bug#741792: doublecmd: FTBFS: install: cannot stat '*.so*': No such file or directory

2014-04-10 Thread Graham Inggs
On 10 April 2014 18:06, Alexander Koblov alexx2...@mail.ru wrote:
 I suggest the following solution: add also one debian package that will
 include binary versions of visual components (like SynEdit, that depends on
 widgetset) compiled for LCL-Qt widgetset (something like
 lcl-components-qt4). Then programs that wants to compiled for Qt4 simply
 will add this package in depends so no need in lazarus sources.

 LCL-Qt was in alpha state some years ago, but now as I see it has same
 stability like LCL-Gtk2 and in some cases even more stable.

Abou, does this sound like a solution?  Or is there really only a
missing build-depends in doublecmd?

For the record, I have merged upstream 0.5.9 and relocated doublecmd's
git to pkg-pascal [1] (and doublecmd-help [2]).
If any patches are forthcoming, please base them on the current git.


[1] http://anonscm.debian.org/gitweb/?p=pkg-pascal/doublecmd.git
[2] http://anonscm.debian.org/gitweb/?p=pkg-pascal/doublecmd-help.git


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



Processed: block 734588 with 744146

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

 block 734588 with 744146
Bug #734588 [release.debian.org] transition sdlgfx 2.0.23 to 2.0.25
734588 was not blocked by any bugs.
734588 was not blocking any bugs.
Added blocking bug(s) of 734588: 744146
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
734588: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=734588
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#743110: marked as done (ruby-moneta: FTBFS: ERROR: Test ruby2.0 failed: /«PKGBUILDDIR»/Rakefile:92:in `block in top (required)': ########## MONETA TESTSUITE FAILED ########## (Runtime

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 17:50:32 +
with message-id e1wyj7q-0004ac...@franck.debian.org
and subject line Bug#743110: fixed in ruby-moneta 0.7.20-1
has caused the Debian Bug report #743110,
regarding ruby-moneta: FTBFS: ERROR: Test ruby2.0 failed: 
/«PKGBUILDDIR»/Rakefile:92:in `block in top (required)': ## 
MONETA TESTSUITE FAILED ## (RuntimeError)
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.)


-- 
743110: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743110
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-moneta
Version: 0.7.16-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140329 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»/Rakefile:92:in `block in top (required)': ## 
 MONETA TESTSUITE FAILED ## (RuntimeError)
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:236:in `call'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:236:in `block in execute'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:231:in `each'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:231:in `execute'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:175:in `block in 
 invoke_with_call_chain'
   from /usr/lib/ruby/2.0.0/monitor.rb:211:in `mon_synchronize'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:168:in 
 `invoke_with_call_chain'
   from /usr/lib/ruby/vendor_ruby/rake/task.rb:161:in `invoke'
   from debian/ruby-tests.rb:40:in `main'
 ERROR: Test ruby2.0 failed: 

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2014/03/29/ruby-moneta_0.7.16-1_unstable.log

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

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

We believe that the bug you reported is fixed in the latest version of
ruby-moneta, 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.
Jérémy Bobbio lu...@debian.org (supplier of updated ruby-moneta package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Thu, 10 Apr 2014 18:01:46 +0200
Source: ruby-moneta
Binary: ruby-moneta
Architecture: source all
Version: 0.7.20-1
Distribution: unstable
Urgency: low
Maintainer: Joshua Timberman jos...@opscode.com
Changed-By: Jérémy Bobbio lu...@debian.org
Description: 
 ruby-moneta - Ruby interface to multiple key/value stores
Closes: 743110
Changes: 
 ruby-moneta (0.7.20-1) unstable; urgency=low
 .
   * Team upload.
   * New upstream version (Closes: #743110)
   * Refresh patches.
   * Run tests through new upstream script.
   * Bump Standards-Version, no changes required.
Checksums-Sha1: 
 8b1e5aa7cf1f871b8ecf668ac6a47ffe2c1cfdcb 2272 ruby-moneta_0.7.20-1.dsc
 8a1473755dca8f935e8e1654f72a95678c049d0c 165467 ruby-moneta_0.7.20.orig.tar.gz
 5c075d8b6ea4f190e197d56fa70b892620a2a180 10764 
ruby-moneta_0.7.20-1.debian.tar.xz
 da54be708464d3939604f324cea1615c400046e8 33840 ruby-moneta_0.7.20-1_all.deb
Checksums-Sha256: 
 c9ba15553e26fa2ded76aa04f066c328fb1933ca4db2470a3be8e329541ec52e 2272 
ruby-moneta_0.7.20-1.dsc
 0b5c32e69f21d0a1d1fab40c091a20c14de6996267ae102d954e1a43dd628750 165467 
ruby-moneta_0.7.20.orig.tar.gz
 61e933638577df67b57a1b96ffcd45dcd0cb84292e43bd5c2e326bdf32beaae1 10764 
ruby-moneta_0.7.20-1.debian.tar.xz
 c99dac3461ffe8716ef5e2f4a2017feb04730c25c3157f46dbbceb881e99159a 33840 
ruby-moneta_0.7.20-1_all.deb
Files: 
 0f8d956c72c1703a7fe26a69ca68b82e 2272 ruby extra ruby-moneta_0.7.20-1.dsc
 3f0e0dfdda12823f0d0a8235f34abb03 165467 ruby extra 
ruby-moneta_0.7.20.orig.tar.gz
 6f1bc76afaad92446bee408c444ac531 10764 ruby extra 

Processed: Lowering the severity

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

 severity 743177 normal
Bug #743177 [libvtk6] libvtk6 should conflicts with libvtk5.8
Severity set to 'normal' from 'grave'
 thanks
Stopping processing here.

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

2014-04-10 Thread Anton Gladky
severity 743177 normal
thanks

https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743177#47


Bug#741290: marked as done (kde4libs: FTBFS on armel: symbols issues)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 18:04:43 +
with message-id e1wyjl9-0007re...@franck.debian.org
and subject line Bug#741290: fixed in kde4libs 4:4.11.5-3
has caused the Debian Bug report #741290,
regarding kde4libs: FTBFS on armel: symbols issues
to be marked as done.

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

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


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

Hi,

your package no longer builds on armel, due to missing symbols:
| dh_makeshlibs '-Xusr/lib/kde4/'  # [-a]
| dpkg-gensymbols: warning: some new symbols appeared in the symbols file: see 
diff output below
| dpkg-gensymbols: warning: some symbols or patterns disappeared in the symbols 
file: see diff output below
| dpkg-gensymbols: warning: debian/libkdecore5/DEBIAN/symbols doesn't match 
completely debian/libkdecore5.symbols
| --- debian/libkdecore5.symbols (libkdecore5_4:4.11.5-1_armel)
| +++ dpkg-gensymbolsBbkvhU 2014-01-15 14:29:37.0 +
| @@ -372,7 +372,7 @@
|   
_ZN12KConfigGroup11deleteEntryERK7QString6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.3.4
|   
_ZN12KConfigGroup11deleteGroupE6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base 
4:4.3.4
|   _ZN12KConfigGroup11markAsCleanEv@Base 4:4.3.4
| - (optional=templinst|arch=armel armhf mips 
mipsel)_ZN12KConfigGroup14writeListCheckIiEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.6.3
| +#MISSING: 4:4.11.5-1# (optional=templinst|arch=armel armhf mips 
mipsel)_ZN12KConfigGroup14writeListCheckIiEEvPKcRK5QListIT_E6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.6.3
|   
_ZN12KConfigGroup14writePathEntryEPKcRK11QStringList6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.3.4
|   
_ZN12KConfigGroup14writePathEntryEPKcRK7QString6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.3.4
|   
_ZN12KConfigGroup14writePathEntryERK7QStringRK11QStringList6QFlagsIN11KConfigBase15WriteConfigFlagEE@Base
 4:4.3.4
| @@ -632,8 +632,8 @@
|   _ZN13KStandardDirs18addXdgConfigPrefixERK7QStringb@Base 4:4.3.4
|   _ZN13KStandardDirs20KStandardDirsPrivate12resourceDirsEPKcRK7QString@Base 
4:4.3.4
|   _ZN13KStandardDirs20KStandardDirsPrivate21createSpecialResourceEPKc@Base 
4:4.3.4
| - (optional=gccinternal|arch=armel 
kfreebsd-i386)_ZN13KStandardDirs20KStandardDirsPrivateD1Ev@Base 4:4.7.4
| - (optional=gccinternal|arch=armel 
kfreebsd-i386)_ZN13KStandardDirs20KStandardDirsPrivateD2Ev@Base 4:4.7.4
| +#MISSING: 4:4.11.5-1# (optional=gccinternal|arch=armel 
kfreebsd-i386)_ZN13KStandardDirs20KStandardDirsPrivateD1Ev@Base 4:4.7.4
| +#MISSING: 4:4.11.5-1# (optional=gccinternal|arch=armel 
kfreebsd-i386)_ZN13KStandardDirs20KStandardDirsPrivateD2Ev@Base 4:4.7.4
|   _ZN13KStandardDirs24addResourcesFrom_krcdirsEv@Base 4:4.3.4
|   _ZN13KStandardDirs25kfsstnd_xdg_conf_prefixesEv@Base 4:4.3.4
|   _ZN13KStandardDirs25kfsstnd_xdg_data_prefixesEv@Base 4:4.3.4
| @@ -1284,6 +1284,8 @@
|   _ZN19KCoreConfigSkeleton8ItemEnum11writeConfigEP7KConfig@Base 4:4.3.4
|   
(optional=gccinternal|arch=kfreebsd-i386)_ZN19KCoreConfigSkeleton8ItemEnum6ChoiceD1Ev@Base
 4:4.6.5
|   
(optional=gccinternal|arch=kfreebsd-i386)_ZN19KCoreConfigSkeleton8ItemEnum6ChoiceD2Ev@Base
 4:4.6.5
| + _ZN19KCoreConfigSkeleton8ItemEnum7Choice2C1ERKS1_@Base 4:4.11.5-1
| + _ZN19KCoreConfigSkeleton8ItemEnum7Choice2C2ERKS1_@Base 4:4.11.5-1
|   
(optional=gccinternal|arch=kfreebsd-i386)_ZN19KCoreConfigSkeleton8ItemEnum7Choice2D1Ev@Base
 4:4.6.5
|   
(optional=gccinternal|arch=kfreebsd-i386)_ZN19KCoreConfigSkeleton8ItemEnum7Choice2D2Ev@Base
 4:4.6.5
|   
_ZN19KCoreConfigSkeleton8ItemEnumC1ERK7QStringS3_RiRK5QListINS0_6ChoiceEEi@Base 
4:4.3.4
| @@ -1613,16 +1615,16 @@
|   _ZN4KUrl4ListC1ERK11QStringList@Base 4:4.3.4
|   _ZN4KUrl4ListC1ERK5QListI4QUrlE@Base 4:4.7.1
|   _ZN4KUrl4ListC1ERK5QListIS_E@Base 4:4.3.4
| - (arch=armel)_ZN4KUrl4ListC1ERKS0_@Base 4:4.7.4
| +#MISSING: 4:4.11.5-1# (arch=armel)_ZN4KUrl4ListC1ERKS0_@Base 4:4.7.4
|   _ZN4KUrl4ListC1ERKS_@Base 4:4.3.4
|   _ZN4KUrl4ListC2ERK11QStringList@Base 4:4.3.4
|   _ZN4KUrl4ListC2ERK5QListI4QUrlE@Base 4:4.7.1
|   _ZN4KUrl4ListC2ERK5QListIS_E@Base 4:4.3.4
| - (arch=armel)_ZN4KUrl4ListC2ERKS0_@Base 4:4.7.4
| +#MISSING: 4:4.11.5-1# (arch=armel)_ZN4KUrl4ListC2ERKS0_@Base 4:4.7.4
|   _ZN4KUrl4ListC2ERKS_@Base 4:4.3.4
|   (optional=gccinternal|arch=kfreebsd-i386)_ZN4KUrl4ListD1Ev@Base 4:4.6.5
|   (optional=gccinternal|arch=kfreebsd-i386)_ZN4KUrl4ListD2Ev@Base 4:4.6.5
| - (arch=armel)_ZN4KUrl4ListaSERKS0_@Base 4:4.7.4
| +#MISSING: 4:4.11.5-1# 

Processed (with 1 errors): merging 743412 742727

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

 merge 743412 742727
Bug #743412 [gdebi] gdebi-gtk crashes(AttributeError)
Unable to merge bugs because:
severity of #742727 is 'grave' not 'normal'
Failed to merge 743412: Did not alter merged bugs
Debbugs::Control::set_merged('transcript', 'GLOB(0x34e1f30)', 
'requester', 'Mert Dirik mertdi...@gmail.com', 'request_addr', 
'cont...@bugs.debian.org', 'request_msgid', 
'1397156256-3863-bts-mertdi...@gmail.com', 'request_subject', ...) called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 538
eval {...} called at 
/usr/local/lib/site_perl/Debbugs/Control/Service.pm line 537
Debbugs::Control::Service::control_line('line', undef, 'clonebugs', 
'HASH(0x34292a0)', 'limit', 'HASH(0x341f810)', 'common_control_options', 
'ARRAY(0x341f858)', 'errors', ...) called at /usr/lib/debbugs/service line 474

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742727
743412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743412
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: user debian-secur...@lists.debian.org, usertagging 743828 ...

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

 user debian-secur...@lists.debian.org
Setting user to debian-secur...@lists.debian.org (was car...@debian.org).
 usertags 743828 + tracked
Usertags were: tracked.
Usertags are now: tracked.
 retitle 743828 redmine: security: CVE-2014-1985: open redirector issue
Bug #743828 [redmine] redmine: security: open redirector issue
Changed Bug title to 'redmine: security: CVE-2014-1985: open redirector issue' 
from 'redmine: security: open redirector issue'
 thanks
Stopping processing here.

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


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



Processed: forcibly merging 742727 743412

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

 forcemerge 742727 743412
Bug #742727 [gdebi] gdebi: Gdebi crashes without error messages when loading 
deb packages
Bug #743412 [gdebi] gdebi-gtk crashes(AttributeError)
Severity set to 'grave' from 'normal'
Merged 742727 743412
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742727
743412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743412
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#744152: gdm3 doesn't display anything at all anymore

2014-04-10 Thread Gerfried Fuchs
Package: gdm3
Version: 3.8.4-6
Severity: grave
Justification: renders package unusable


 Hi!

 Since the upgrade last weekend I am unable to get any login possibility
to my X anymore with gdm3.  The screen only keeps black.  I can
ctrl-alt-f1 to the text console, so it doesn't freeze up completely.  I
can startx /usr/bin/metacity so it's not the xorg configuration.  When I
try to startx gnome-session I get that splash screen that something went
wrong and just wants to log me out (probably I should file that as a
sperate bugreport?).

 Please let me know what you need to debug this further, it's pretty
tiring to have to do the startx dance and send it a terminal to do
anything graphical. :/

 Thanks for looking into the issue!
Rhonda

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

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

Versions of packages gdm3 depends on:
ii  accountsservice  0.6.34-2
ii  adduser  3.113+nmu3
ii  dconf-cli0.18.0-1
ii  dconf-gsettings-backend  0.18.0-1
ii  debconf [debconf-2.0]1.5.52
ii  gir1.2-gdm3  3.8.4-6
ii  gnome-session [x-session-manager]3.8.4-3
ii  gnome-session-bin3.8.4-3
ii  gnome-session-flashback [x-session-manager]  3.8.0-3
ii  gnome-settings-daemon3.8.5-2
ii  gnome-shell  3.8.4-8
ii  gnome-terminal [x-terminal-emulator] 3.10.1-1
ii  gsettings-desktop-schemas3.8.2-2
ii  libaccountsservice0  0.6.34-2
ii  libatk1.0-0  2.12.0-1
ii  libaudit11:2.3.4-1
ii  libc62.18-4
ii  libcairo-gobject21.12.16-2
ii  libcairo21.12.16-2
ii  libcanberra-gtk3-0   0.30-2
ii  libcanberra0 0.30-2
ii  libgdk-pixbuf2.0-0   2.30.6-1
ii  libgdm1  3.8.4-6
ii  libglib2.0-0 2.40.0-2
ii  libglib2.0-bin   2.40.0-2
ii  libgtk-3-0   3.12.0-4
ii  libpam-modules   1.1.8-2
ii  libpam-runtime   1.1.8-2
ii  libpam-systemd   204-8
ii  libpam0g 1.1.8-2
ii  libpango-1.0-0   1.36.3-1
ii  libpangocairo-1.0-0  1.36.3-1
ii  librsvg2-common  2.40.2-1
ii  libselinux1  2.2.2-1
ii  libwrap0 7.6.q-25
ii  libx11-6 2:1.6.2-1
ii  libxau6  1:1.0.8-1
ii  libxdmcp61:1.1.1-1
ii  libxrandr2   2:1.4.2-1
ii  lsb-base 4.1+Debian12
ii  metacity [x-window-manager]  1:2.34.13-1
ii  rxvt-unicode-256color [x-terminal-emulator]  9.19-1
ii  upower   0.9.23-2+b2
ii  x11-common   1:7.7+7
ii  x11-xserver-utils7.7+2
ii  xterm [x-terminal-emulator]  303-1

Versions of packages gdm3 recommends:
ii  at-spi2-core   2.10.2-2
ii  desktop-base   7.0.3
ii  gnome-icon-theme   3.12.0-1
ii  gnome-icon-theme-symbolic  3.12.0-1
ii  x11-xkb-utils  7.7+1
ii  xserver-xephyr 2:1.15.0.901-1
ii  xserver-xorg   1:7.7+7
ii  zenity 3.8.0-1

Versions of packages gdm3 suggests:
ii  gnome-orca3.12.0-1
ii  libpam-gnome-keyring  3.8.2-2+b1

-- debconf information:
* shared/default-x-display-manager: gdm3
  gdm3/daemon_name: /usr/sbin/gdm3


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



Processed: fixed 742727 in 0.9.5.3

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

 fixed 742727 0.9.5.3
Bug #742727 [gdebi] gdebi: Gdebi crashes without error messages when loading 
deb packages
Bug #743412 [gdebi] gdebi-gtk crashes(AttributeError)
Marked as fixed in versions gdebi/0.9.5.3.
Marked as fixed in versions gdebi/0.9.5.3.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
742727: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742727
743412: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743412
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: fixed in ruby-dataobjects-mysql/0.10.14-1

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

 fixed 743980 ruby-dataobjects-mysql/0.10.14-1
Bug #743980 [ruby-dataobjects-mysql] FTBFS: DataObjects::Mysql::Connection it 
should behave like a Connection with authentication support ...
Marked as fixed in versions ruby-dataobjects-mysql/0.10.14-1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743980
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#743980: marked as done (FTBFS: DataObjects::Mysql::Connection it should behave like a Connection with authentication support ...)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 21:22:29 +0200
with message-id 20140410192227.GA21056@spin
and subject line fixed in ruby-dataobjects-mysql/0.10.14-1
has caused the Debian Bug report #743980,
regarding FTBFS: DataObjects::Mysql::Connection it should behave like a 
Connection with authentication 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.)


-- 
743980: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: ruby-dataobjects-mysql
Version: 0.10.13-1
Severity: serious
Justification: fails to build from source (but built successfully in the past)

Dear Maintainer,

In a test rebuild your package failed to build from source, with this output:

Failures:

  1) DataObjects::Mysql::Connection it should behave like a Connection with 
authentication support with an invalid URI should raise an error with a 
meaningless URI
 Failure/Error: connecting_with(#{@driver}://peekaboo$2!@#4543).should 
raise_error(Addressable::URI::InvalidURIError)
   expected Addressable::URI::InvalidURIError, got 
#DataObjects::ConnectionError: Access denied for user 
'peekaboo$2!'@'localhost' (using password: NO) (code: 1045, sql state: 28000, 
query: , uri: ) with backtrace:
 # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in 
`initialize'
 # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:79:in `new'
 # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:181:in `block in 
new'
 # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in 
`synchronize'
 # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:176:in `new'
 # /usr/lib/ruby/vendor_ruby/data_objects/pooling.rb:121:in `new'
 # /usr/lib/ruby/vendor_ruby/data_objects/connection.rb:68:in `new'
 # 
/usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:113:in 
`block in connecting_with'
 # 
/usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:36:in `call'
 # 
/usr/lib/ruby/vendor_ruby/rspec/matchers/built_in/raise_error.rb:36:in 
`matches?'
 # /usr/lib/ruby/vendor_ruby/rspec/expectations/handler.rb:24:in 
`handle_matcher'
 # /usr/lib/ruby/vendor_ruby/rspec/expectations/syntax.rb:53:in `should'
 # 
/usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:133:in 
`block (3 levels) in top (required)'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in 
`instance_eval'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:114:in `block in run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:254:in 
`with_around_each_hooks'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example.rb:111:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:390:in `block 
in run_examples'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in `map'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:386:in 
`run_examples'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:371:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `block 
in run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `map'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `block 
in run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `map'
 # /usr/lib/ruby/vendor_ruby/rspec/core/example_group.rb:372:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block (2 
levels) in run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `map'
 # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:28:in `block in 
run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/reporter.rb:58:in `report'
 # /usr/lib/ruby/vendor_ruby/rspec/core/command_line.rb:25:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:80:in `run'
 # /usr/lib/ruby/vendor_ruby/rspec/core/runner.rb:17:in `block in 
autorun'
 Shared Example Group: a Connection with authentication support called 
from ./spec/connection_spec.rb:20

Finished in 0.39874 seconds
77 examples, 1 failure, 1 pending

Failed examples:

rspec /usr/lib/ruby/vendor_ruby/data_objects/spec/shared/connection_spec.rb:132 
# DataObjects::Mysql::Connection it should behave like a Connection with 
authentication support with an invalid URI should raise an error with a 
meaningless URI
/usr/bin/ruby2.0 -S 

Bug#735763: marked as done (svnkit: FTBFS: [javac] /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:32: error: SVNClient is not abstract and

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 19:21:14 +
with message-id e1wykxc-0007a3...@franck.debian.org
and subject line Bug#735763: fixed in svnkit 1.8.5+dfsg-1
has caused the Debian Bug report #735763,
regarding svnkit: FTBFS: [javac] 
/«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/src/main/java/org/apache/subversion/javahl/SVNClient.java:32:
 error: SVNClient is not abstract and does not override abstract method 
propertyGet(String,String,Revision,Revision,CollectionString) in ISVNClient
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.)


-- 
735763: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735763
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: svnkit
Version: 1.7.5+dfsg-2
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140114 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»/svnkit-1.7.5+dfsg'
 VERSION=$(dpkg-parsechangelog | grep Version: | cut -d' ' -f 2); \
   echo $VERSION | { \
   IFS='.-+' read MAJOR MINOR MICRO DFSG DEBIAN; \
   export MAJOR MINOR MICRO DEBIAN; \
   ant -f debian/build.xml -propertyfile debian/ant.properties; \
   };
 Buildfile: /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml
 
 init-environment:
 
 compile-library:
 [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/bin
 [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/bin
 [mkdir] Created dir: /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-javahl16/bin
 [javac] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:20: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 925 source files to 
 /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/bin
 [javac] warning: [options] bootstrap class path not set in conjunction 
 with -source 1.5
 [javac] 
 /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/src/main/java/org/tmatesoft/svn/core/internal/util/SVNPathUtil.java:62:
  warning: non-varargs call of varargs method with inexact argument type for 
 last parameter;
 [javac] SVNErrorMessage err = 
 SVNErrorMessage.create(SVNErrorCode.FS_PATH_SYNTAX, Invalid control 
 character ''{0}'' in path ''{1}'', new String[]{0x + 
 SVNFormatUtil.getHexNumberFromByte((byte) ch), path});
 [javac]   
  ^
 [javac]   cast to Object for a varargs call
 [javac]   cast to Object[] for a non-varargs call and to suppress this 
 warning
 [javac] 
 /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit/src/main/java/org/tmatesoft/svn/core/wc/admin/SVNAdminClient.java:1617:
  warning: non-varargs call of varargs method with inexact argument type for 
 last parameter;
 [javac] SVNErrorMessage err = 
 SVNErrorMessage.create(SVNErrorCode.IO_ERROR, Session is rooted at ''{0}'' 
 but the repos root is ''{1}'', new SVNURL[] {
 [javac]   
 ^
 [javac]   cast to Object for a varargs call
 [javac]   cast to Object[] for a non-varargs call and to suppress this 
 warning
 [javac] Note: Some input files use or override a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 3 warnings
 [javac] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:23: warning: 
 'includeantruntime' was not set, defaulting to build.sysclasspath=last; set 
 to false for repeatable builds
 [javac] Compiling 122 source files to 
 /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/bin
 [javac] warning: [options] bootstrap class path not set in conjunction 
 with -source 1.5
 [javac] Note: 
 /«BUILDDIR»/svnkit-1.7.5+dfsg/svnkit-cli/src/main/java/org/tmatesoft/svn/cli/svn/SVNBlameCommand.java
  uses or overrides a deprecated API.
 [javac] Note: Recompile with -Xlint:deprecation for details.
 [javac] Note: Some input files use unchecked or unsafe operations.
 [javac] Note: Recompile with -Xlint:unchecked for details.
 [javac] 1 warning
 [javac] /«BUILDDIR»/svnkit-1.7.5+dfsg/debian/build.xml:26: warning: 
 'includeantruntime' was not set, 

Bug#741792: [Pkg-pascal-devel] Bug#741792: doublecmd: FTBFS: install: cannot stat '*.so*': No such file or directory

2014-04-10 Thread Abou Al Montacir
On Thu, 2014-04-10 at 19:27 +0200, Graham Inggs wrote:
 On 10 April 2014 18:06, Alexander Koblov alexx2...@mail.ru wrote:
  I suggest the following solution: add also one debian package that will
  include binary versions of visual components (like SynEdit, that depends on
  widgetset) compiled for LCL-Qt widgetset (something like
  lcl-components-qt4). Then programs that wants to compiled for Qt4 simply
  will add this package in depends so no need in lazarus sources.
 
  LCL-Qt was in alpha state some years ago, but now as I see it has same
  stability like LCL-Gtk2 and in some cases even more stable.
 
 Abou, does this sound like a solution?  Or is there really only a
 missing build-depends in doublecmd?
LCL components are independent of the widget set used. So I don't see
the issue.

 For the record, I have merged upstream 0.5.9 and relocated doublecmd's
 git to pkg-pascal [1] (and doublecmd-help [2]).
 If any patches are forthcoming, please base them on the current git.
I'll see if I can help on this, but do not expect anything until FPC
2.6.4 and Lazarus 1.2 are uploaded.

Cheers,
Abou Al Montacir


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


Processed: fixed 743960 in 2.0-2+deb7u1

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

 fixed 743960 2.0-2+deb7u1
Bug #743960 [src:jbigkit] jbigkit: CVE-2013-6369: stack-based buffer overflow 
flaw
The source 'jbigkit' and version '2.0-2+deb7u1' do not appear to match any 
binary packages
Marked as fixed in versions jbigkit/2.0-2+deb7u1.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
743960: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=743960
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#742728: curl: CVE-2014-0138 CVE-2014-0139

2014-04-10 Thread Salvatore Bonaccorso
Hi Alessandro,

On Thu, Apr 10, 2014 at 01:38:37PM +0200, Alessandro Ghedini wrote:
 On gio, apr 10, 2014 at 12:47:39 +0200, Moritz Muehlenhoff wrote:
  On Thu, Apr 10, 2014 at 12:01:03PM +0200, Alessandro Ghedini wrote:
   On mer, mar 26, 2014 at 06:50:41 +0100, Salvatore Bonaccorso wrote:
Package: curl
Version: 7.21.0-1
Severity: grave
Tags: security upstream fixed-upstream

Hi Alessandro,

For having this referenced also in the Debian BTS, the following
vulnerabilities were published for curl.

CVE-2014-0138[0]:
libcurl wrong re-use of connections

CVE-2014-0139[1]:
libcurl IP address wildcard certificate validation
   
   Here are the (old)stable debdiffs (better late than nothing, I guess... I 
   had
   troubles adapting the patches for the older releases :/).
  
  If this now passes the test suite, please upload.
 
 Well, it passes the test suite only because the broken test was disabled, but 
 it
 can't be helped (the alternative would be enabling the fork() support in the
 server used for testing, but that may introduce more breakage). SUSE has done
 the same thing (in fact the SUSE maintainer suggested this) and upstream says
 it should be safe (in fact, the fact that the disabled test freezes is 
 probably
 a good sign, since it means that the patch does what it's supposed to).
 
 Anyway, uploaded.

Thanks for your uploads. Will try to have a look at them in the
weekend and release the packages.

Both arrived in any case to security-master and builds are done.

Regards,
Salvatore


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



Processed: found 744018 in 3.6.1+dfsg-1~deb6u1, found 744018 in 3.6.1+dfsg-1~deb7u1 ...

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

 found 744018 3.6.1+dfsg-1~deb6u1
Bug #744018 {Done: Craig Small csm...@debian.org} [wordpress] Wordpress 3.8.2 
fixes two vulnerabilities [CVE-2014-0165 CVE-2014-0166]
Marked as found in versions wordpress/3.6.1+dfsg-1~deb6u1.
 found 744018 3.6.1+dfsg-1~deb7u1
Bug #744018 {Done: Craig Small csm...@debian.org} [wordpress] Wordpress 3.8.2 
fixes two vulnerabilities [CVE-2014-0165 CVE-2014-0166]
Marked as found in versions wordpress/3.6.1+dfsg-1~deb7u1.
 found 744018 3.8.1+dfsg1-2
Bug #744018 {Done: Craig Small csm...@debian.org} [wordpress] Wordpress 3.8.2 
fixes two vulnerabilities [CVE-2014-0165 CVE-2014-0166]
Marked as found in versions wordpress/3.8.1+dfsg1-2.
 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
744018: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744018
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#744018: update for stable is on the way

2014-04-10 Thread Paul Muster


https://enc.com.au/2014/04/10/wordpress-update-needed-for-stable-too/

| Yesterday I mentioned that wordpress had an important security update
| to 3.8.2  The particular security bugs also impact the stable Debian
| version of wordpress, so those patches have been backported.  I’ve
| uploaded the changes to the security team so hopefully there will new
| package soon.
|
| The version you are looking for will be 3.6.1+dfsg-1~deb7u2 and will
| be on the Debian security mirrors.


Greetings,

Paul



smime.p7s
Description: S/MIME Cryptographic Signature


Bug#744078: [Pkg-telepathy-maintainers] Bug#744078: empathy: Empathy crashes at start

2014-04-10 Thread Guilhem Bonnefille
Thanks for the quick answer.


2014-04-10 10:42 GMT+02:00 Simon McVittie s...@debian.org:


 I think this is most likely to be a Folks bug; reassigning.

 On 09/04/14 20:57, Guilhem Bonnefille wrote:
  Core was generated by `empathy'.
  Program terminated with signal 11, Segmentation fault.
  #0  0x7f2c22793bd4 in ?? () from
 /lib/x86_64-linux-gnu/libglib-2.0.so.0
  (gdb) where
  #0  0x7f2c22793bd4 in ?? () from
 /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #1  0x7f2c227966c9 in g_date_time_to_timezone ()
 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #2  0x7f2c2279673c in g_date_time_to_utc ()
 from /lib/x86_64-linux-gnu/libglib-2.0.so.0
  #3  0x7f2bf54aa302 in _edsf_persona_update ()
 from /usr/lib/x86_64-linux-gnu/libfolks-eds.so.25
  #4  0x7f2bf54ab9fe in ?? ()
 from /usr/lib/x86_64-linux-gnu/libfolks-eds.so.25
  #5  0x7f2c22a7f2e4 in ?? ()
 from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0

 I can't reproduce this crash. Please install debugging symbols for at
 least GLib and folks (packages: libglib2.0-0-dbg, libfolks-eds-dbg,
 libfolks-dbg) and try to get a backtrace again. Using the gdb command
 thread apply all bt full instead of where might also provide useful
 information.


I don't know how to use the -dbg version of the libs. Something to change
in the environment?


 You can probably see this crash without Empathy by installing
 folks-tools and running folks-inspect. If it doesn't crash immediately,
 wait a few seconds; if it still hasn't crashed, type individuals at
 the prompt and see whether that crashes. If folks-inspect crashes, then
 it's confirmed to be a Folks bug.


I confirm: folks-inspect crashes immediately.


 Upgrading libfolks25, libfolks-eds25 and related packages to the version
 from unstable (0.9.6-3) might also be useful.


Such change is quite sensible: synaptic proposes to remove gnome.


 If you run empathy from a command-line (gnome-terminal or similar), do
 you get any warnings before it crashes?


No


-- 
Guilhem BONNEFILLE
-=- JID: gu...@im.apinc.org MSN: guilhem_bonnefi...@hotmail.com
-=- mailto:guilhem.bonnefi...@gmail.com
-=- http://nathguil.free.fr/


Bug#744158: wpasupplicant: Interface cannot associate to SSID

2014-04-10 Thread Daniele Giglio
Package: wpasupplicant
Version: 1.1-1
Severity: grave
Justification: renders package unusable

After an updare in the last days my wifi interface cannot associate to my
access point any longer. I have tried to use wpa_cli and I've got the following
result:

3CTRL-EVENT-SCAN-RESULTS
3Trying to associate with 00:0c:f6:a1:ba:98 (SSID='SitecomA1BA98' freq=2462
MHz)
3Association request to the driver failed
3Associated with 00:0c:f6:a1:ba:98
3WPA: Key negotiation completed with 00:0c:f6:a1:ba:98 [PTK=CCMP GTK=CCMP]
3CTRL-EVENT-CONNECTED - Connection to 00:0c:f6:a1:ba:98 completed (auth)
[id=0 id_str=wifidhcp]

my lsmod returns:

iwl394558397  0
iwlegacy   55017  1 iwl3945
mac80211  450945  2 iwl3945,iwlegacy
cfg80211  394809  3 iwl3945,iwlegacy,mac80211

the wifi and firmware installed packages are:

ii  firmware-iwlwifi  0.41  all
Binary firmware for Intel Wireless cards
ii  firmware-linux0.41  all
Binary firmware for various drivers in the Linux kernel (meta-package)
ii  firmware-linux-free   3.3   all
Binary firmware for various drivers in the Linux kernel
ii  firmware-linux-nonfree0.41  all
Binary firmware for various drivers in the Linux kernel
ii  wpasupplicant 1.1-1 amd64
client support for WPA and WPA2 (IEEE 802.11i)




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

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

Versions of packages wpasupplicant depends on:
ii  adduser   3.113+nmu3
ii  initscripts   2.88dsf-51
ii  libc6 2.18-4
ii  libdbus-1-3   1.8.0-3
ii  libnl-3-200   3.2.21-1
ii  libnl-genl-3-200  3.2.21-1
ii  libpcsclite1  1.8.11-1
ii  libreadline6  6.3-5
ii  libssl1.0.0   1.0.1g-2
ii  lsb-base  4.1+Debian12

wpasupplicant recommends no packages.

Versions of packages wpasupplicant suggests:
pn  libengine-pkcs11-openssl  none
pn  wpaguinone

-- no debconf information


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



Bug#726987: marked as done (pwman3: Error: insecure string pickle after database conversion)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 22:19:23 +
with message-id e1wynjb-0004ga...@franck.debian.org
and subject line Bug#726987: fixed in pwman3 0.5-1
has caused the Debian Bug report #726987,
regarding pwman3: Error: insecure string pickle after database conversion
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.)


-- 
726987: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=726987
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: pwman3
Version: 0.4.2-1
Severity: grave
Justification: causes non-serious data loss

I use pwman3 to store some of my passwords. The database was created with an
older version of pwman3 and now needs to be converted to a new format.

I have 13 passwords stored in my database. After the database conversion
pwman3 will only list 4 of them and then bails out with Error: insecure
string pickle.

See log below. Note that in the original db the entry number 5 has been
deleted. In the converted database entry number 5 seems to be somehow
corrupted: the username and password are shown but nothing else.


(Also note the minor typo in the warning: WARNNING should be WARNING)


-8-
% pwman3
Pwman3 0.4.2 (c) visit: http://github.com/pwman3/pwman3
*** WARNNING: You are using the old database format which is unsecure. It's
highly recommended to switch to the new database format. Do note: support for
this DB format will be dropped in v0.5. Check the help (pwman3 -h) or look at
the manpage which explains how to proceed. ***
!pwman l
Please enter your password:
1. antti.kultanen@[---REDACTED---]
2. [---REDACTED---]
3. ankulta@[---REDACTED---]
4. antti.kultanen@[---REDACTED---]
6. wlan@[---REDACTED---]
7. antti.kultanen@[---REDACTED---]
8. antti.kultanen@[---REDACTED---]
9. [---REDACTED---]
   10. [---REDACTED---]
   11. admin@[---REDACTED---]
   12. wlan@[---REDACTED---]
   13. wlan@[---REDACTED---]
   14. admin@[---REDACTED---]
!pwman exit

% pwman3 -k
Will convert the following Database: /home/pyksy/.pwman/pwman.db
backup created in  /home/pyksy/.pwman/pwman.backup-2013-10-21-11:46.db
Please enter your password:
pwman successfully converted the old database to the new
format.
Please run `pwman3 -d /home/pyksy/.pwman/pwman-newdb.db` to make sure your
password and data are still correct. If you are convinced that no harm was done,
update your config file to indicate the permanent location to your new database.
If you found errors, please report a bug in Pwman homepage in github.

% pwman3 -d /home/pyksy/.pwman/pwman-newdb.db
Pwman3 0.4.2 (c) visit: http://github.com/pwman3/pwman3
pwman l
Please enter your password:
1. antti.kultanen@[---REDACTED---]
2. [---REDACTED---]
3. ankulta@[---REDACTED---]
4. antti.kultanen@[---REDACTED---]
Error: insecure string pickle
pwman p 5
Node 5.
Username: wlan
Password: [---REDACTED---]
Error: insecure string pickle
pwman exit
-8-

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

Kernel: Linux 3.11-rc4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.ISO-8859-15, LC_CTYPE=fi_FI@euro (charmap=ISO-8859-15)
Shell: /bin/sh linked to /bin/dash

Versions of packages pwman3 depends on:
ii  python   2.7.5-5
ii  python-colorama  0.2.5-0.1
ii  python-crypto2.6.1-2

Versions of packages pwman3 recommends:
ii  python-mysqldb   1.2.3-2
ii  python-pygresql  1:4.0-3

Versions of packages pwman3 suggests:
pn  mysql-server | postgresql  none
pn  xsel   none

-- no debconf information
---End Message---
---BeginMessage---
Source: pwman3
Source-Version: 0.5-1

We believe that the bug you reported is fixed in the latest version of
pwman3, 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.
Emmanuel Bouthenot kol...@debian.org (supplier of updated pwman3 package)

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


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Thu, 10 Apr 2014 23:58:22 +0200
Source: pwman3
Binary: pwman3
Architecture: source all
Version: 0.5-1

Processed: Re: [pkg-wpa-devel] Bug#744158: wpasupplicant: Interface cannot associate to SSID

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

 severity -1 minor
Bug #744158 [wpasupplicant] wpasupplicant: Interface cannot associate to SSID
Severity set to 'minor' from 'grave'
 tags -1 moreinfo
Bug #744158 [wpasupplicant] wpasupplicant: Interface cannot associate to SSID
Added tag(s) moreinfo.

-- 
744158: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=744158
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#744158: [pkg-wpa-devel] Bug#744158: wpasupplicant: Interface cannot associate to SSID

2014-04-10 Thread Stefan Lippers-Hollmann
Control: severity -1 minor
Control: tags -1 moreinfo

On Thursday 10 April 2014, Daniele Giglio wrote:
 Package: wpasupplicant
 Version: 1.1-1
 Severity: grave
 Justification: renders package unusable
 
 After an updare in the last days my wifi interface cannot associate to my
 access point any longer. I have tried to use wpa_cli and I've got the 
 following
 result:

The wpasupplicant package was last updated on february 21st, so unless
you haven't upgraded your system for one and a half month [1], it's 
certainly not the wpasupplicant package which broke your ability to
connect to your wireless network. Besides that, grave is a heavily
inflated severity for this problem, unless you have a strong reason to 
believe that wpasupplicant is indeed broken for everyone and any 
imaginable purpose, not 'just' your own system (I realise that your
problem can be annoying enough, but it's far from grave). As a matter
of fact, wpasupplicant 1.1-1 is working fine on 33, mostly 
different[2], wlan cards on up to date unstable systems for me.

 3CTRL-EVENT-SCAN-RESULTS
 3Trying to associate with 00:0c:f6:a1:ba:98 (SSID='SitecomA1BA98' freq=2462
 MHz)
 3Association request to the driver failed

This looks like a kernel issue, probably specific to the iwlegacy 
driver for iwl3945. But the information you've presented so far isn't
comprehensive enough to make and educated guess.

 3Associated with 00:0c:f6:a1:ba:98
 3WPA: Key negotiation completed with 00:0c:f6:a1:ba:98 [PTK=CCMP GTK=CCMP]
 3CTRL-EVENT-CONNECTED - Connection to 00:0c:f6:a1:ba:98 completed (auth)
 [id=0 id_str=wifidhcp]

...and at this point it looks as if it had associated correctly, but
you're omitting eventual dmesg messages and the output of 
wpa_cli status here, so we don't know where it fails, at assoc, auth
or further up the stack when requesting an IP address.

 my lsmod returns:
 
 iwl394558397  0
 iwlegacy   55017  1 iwl3945
 mac80211  450945  2 iwl3945,iwlegacy
 cfg80211  394809  3 iwl3945,iwlegacy,mac80211
 
 the wifi and firmware installed packages are:
 
 ii  firmware-iwlwifi  0.41  all

The firmware is up to date (although there haven't been any updates
for iwl3945  in years), so this is a good sign.

[...]
 Kernel: Linux 3.13-1-amd64 (SMP w/2 CPU cores)
[...]

So kernel 3.13, I'm not aware of any known issues here either.

My gut feeling suggests that this is more likely a problem with your 
kernel (although iwlegacy is in deep maintenance mode, so there haven't
been many changes to its code recently) or a problem with your local
infrastructure (access point or wireless interference), but I have way
too little information to venture into reassigning to src:linux for 
now.

Please provide further information about your wlan configuration (you 
should use nl80211, not wext as driver type for wpa_supplicant; your
report doesn't suggest your setting), the required encryption type 
(unencrypted, the various WEP or WPA flavours), your complete dmesg
(at least the debugging information for your wlan card and its 
regulatory domain settings) and the output of wpa_cli status and 
what debugging information appears when you let wpa_cli running in 
interactive mode for a few minutes (e.g. if it goes into an auth/ 
deauth loop). It would also be tremenduously helpful if you could try
to find out what might have broken your previously working setup, by
checking which packages were installed/ upgraded in comparison to your
last known-working state (/var/log/{apt/,dpkg.log} should help here).
For testing, it probably won't hurt to restart your access point as 
well, as these can also freeze or hang.

Regards
Stefan Lippers-Hollmann

[1] and it's in testing for just a few days less
[2] unfortunately none of them using the iwlegacy drivers


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


Bug#744078: [Pkg-telepathy-maintainers] Bug#744078: empathy: Empathy crashes at start

2014-04-10 Thread Simon McVittie
On 10/04/14 22:30, Guilhem Bonnefille wrote:
 I don't know how to use the -dbg version of the libs. Something to
 change in the environment?

No, just install them (they only contain separate debug symbols, not a
recompiled copy of the entire library). gdb should use them
automatically to provide a more useful backtrace.

S


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



Bug#738420: marked as done (ruby-sinatra-contrib: FTBFS: ERROR: Test ruby1.9.1 failed.)

2014-04-10 Thread Debian Bug Tracking System
Your message dated Thu, 10 Apr 2014 23:04:18 +
with message-id e1wyo14-00018a...@franck.debian.org
and subject line Bug#738420: fixed in ruby-sinatra-contrib 1.4.2-1
has caused the Debian Bug report #738420,
regarding ruby-sinatra-contrib: FTBFS: ERROR: Test ruby1.9.1 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.)


-- 
738420: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=738420
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Source: ruby-sinatra-contrib
Version: 1.4.1-1
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20140208 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/bin/ruby1.9.1 -I/usr/lib/ruby/vendor_ruby 
 /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
 /usr/bin/ruby1.9.1 -S rspec ./spec/capture_spec.rb ./spec/config_file_spec.rb 
 ./spec/content_for_spec.rb ./spec/cookies_spec.rb ./spec/decompile_spec.rb 
 ./spec/extension_spec.rb ./spec/json_spec.rb ./spec/link_header_spec.rb 
 ./spec/multi_route_spec.rb ./spec/namespace_spec.rb ./spec/reloader_spec.rb 
 ./spec/respond_with_spec.rb ./spec/streaming_spec.rb
 F..FFFFFF...FFF...FFF...FFF...FFFFFF..FF..FFF.F.F..
 
 Failures:
 
   1) Sinatra::Capture haml behaves like a template language captures content
  Failure/Error: subject.send(:render, engine, 
 template.to_sym).strip.gsub(/\s+/, ' ')
  NoMethodError:
undefined method `mappings' for Tilt:Module
  Shared Example Group: a template language called from 
 ./spec/capture_spec.rb:35
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./spec/capture_spec.rb:19:in `render'
  # ./spec/capture_spec.rb:27:in `block (3 levels) in top (required)'
 
   2) Sinatra::Capture haml behaves like a template language allows nested 
 captures
  Failure/Error: subject.send(:render, engine, 
 template.to_sym).strip.gsub(/\s+/, ' ')
  NoMethodError:
undefined method `mappings' for Tilt:Module
  Shared Example Group: a template language called from 
 ./spec/capture_spec.rb:35
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./spec/capture_spec.rb:19:in `render'
  # ./spec/capture_spec.rb:31:in `block (3 levels) in top (required)'
 
   3) Sinatra::Capture slim behaves like a template language captures content
  Failure/Error: subject.send(:render, engine, 
 template.to_sym).strip.gsub(/\s+/, ' ')
  NoMethodError:
undefined method `mappings' for Tilt:Module
  Shared Example Group: a template language called from 
 ./spec/capture_spec.rb:36
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./lib/sinatra/engine_tracking.rb:91:in `block in render'
  # ./lib/sinatra/engine_tracking.rb:83:in `with_engine'
  # ./lib/sinatra/engine_tracking.rb:91:in `render'
  # ./spec/capture_spec.rb:19:in `render'
  # ./spec/capture_spec.rb:27:in `block (3 levels) in top (required)'
 
   4) Sinatra::Capture slim behaves like a template language allows 

Bug#743833: gnat-4.6: no longer buildable on buildds

2014-04-10 Thread John David Anglin
Further, if one does a build outside buildd and then a +b1 inside  
buildd, the
results is no longer installable as it depends on a non existent +b1  
version

of gnat-4.6-base.

Cheers,
Dave
--
John David Anglin   dave.ang...@bell.net


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



Processed: bug#743158: clarify title

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

 retitle 743158 systemd: reportbug script sends private fstab information 
 without confirmation
Bug #743158 [systemd] systemd: sends private information without confirmation
Changed Bug title to 'systemd: reportbug script sends private fstab information 
without confirmation' from 'systemd: sends private information without 
confirmation'
 thanks
Stopping processing here.

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

2014-04-10 Thread Asho Yeh - 阿信
Hi, I met this problem in recent days. I fixed dbus-interface.c in
lxseesion with attached patch and it works now.

I don't know the modification is good or not. However I hope this can help
others with systemd install.

Thanks.
diff -Nur lxsession-0.4.9.2/lxsession-logout/dbus-interface.c lxsession-0.4.9.2_mod/lxsession-logout/dbus-interface.c
--- lxsession-0.4.9.2/lxsession-logout/dbus-interface.c	2013-04-13 05:02:19.0 +0800
+++ lxsession-0.4.9.2_mod/lxsession-logout/dbus-interface.c	2014-04-11 13:32:14.474933488 +0800
@@ -283,7 +283,7 @@
 void
 dbus_logind_PowerOff (GError **error)
 {
-logind_call_function (PowerOff, TRUE, error);
+logind_call_function (PowerOff, TRUE, NULL);
 }
 
 gboolean
@@ -295,7 +295,7 @@
 void
 dbus_logind_Reboot (GError **error)
 {
-logind_call_function (Reboot, TRUE, error);
+logind_call_function (Reboot, TRUE, NULL);
 }
 
 gboolean
@@ -307,7 +307,7 @@
 void
 dbus_logind_Suspend (GError **error)
 {
-logind_call_function (Suspend, TRUE, error);
+logind_call_function (Suspend, TRUE, NULL);
 }
 
 gboolean
@@ -319,7 +319,7 @@
 void
 dbus_logind_Hibernate (GError **error)
 {
-logind_call_function (Hibernate, TRUE, error);
+logind_call_function (Hibernate, TRUE, NULL);
 }
 
 /*** ConsoleKit mechanism ***/