Bug#631823: libmei: FTBFS: configure: error: SWIG version >= 1.3.30 is required. You have 2.0.4.

2011-06-28 Thread Sebastian Ramacher
On 06/28/2011 10:08 PM, David Monfort wrote:
> Just for the record, the suggested fix is (a bit) buggy due to a missing
> "test" at the beginning of the third test (but correct overall !).

Thanks for noticing that. I'll update the patch in #631800.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#631800: FTBFS: SWIG version >= 1.3.28 is required. You have 2.0.4.

2011-06-28 Thread Sebastian Ramacher
On 06/27/2011 02:23 PM, Sebastian Ramacher wrote:
> Here is patch for m4/ac_pkg_swig.m4 that fixes the version check. With that
> patch the package builds fine (until the build is hit by #625678). Please note
> that one has to rebuild configure after applying the patch.

Attached is a fixed version of the patch. I forgot to add a test. Thanks to
David Monfort for spotting this.

Kind regards
-- 
Sebastian Ramacher
--- setools-3.3.6.ds.orig/m4/ac_pkg_swig.m4	2007-02-09 18:32:41.0 +0100
+++ setools-3.3.6.ds/m4/ac_pkg_swig.m4	2011-06-27 14:12:03.0 +0200
@@ -106,15 +106,18 @@
 if test -z "$available_patch" ; then
 [available_patch=0]
 fi
-if test $available_major -ne $required_major \
--o $available_minor -ne $required_minor \
--o $available_patch -lt $required_patch ; then
-AC_MSG_WARN([SWIG version >= $1 is required.  You have $swig_version.  You should look at http://www.swig.org])
-SWIG='echo "Error: SWIG version >= $1 is required.  You have '"$swig_version"'.  You should look at http://www.swig.org"; ; false'
-else
+if test $available_major -gt $required_major || \
+( test $available_major -eq $required_major && \
+  test $available_minor -gt $required_minor ) || \
+( test $available_major -eq $required_major && \
+test $available_minor -eq $required_minor && \
+test $available_patch -ge $required_patch ) ; then
 AC_MSG_NOTICE([SWIG executable is '$SWIG'])
 SWIG_LIB=`$SWIG -swiglib`
 AC_MSG_NOTICE([SWIG library directory is '$SWIG_LIB'])
+else
+AC_MSG_WARN([SWIG version >= $1 is required.  You have $swig_version.  You should look at http://www.swig.org])
+SWIG='echo "Error: SWIG version >= $1 is required.  You have '"$swig_version"'.  You should look at http://www.swig.org"; ; false'
 fi
 else
 AC_MSG_WARN([cannot determine SWIG version])


signature.asc
Description: OpenPGP digital signature


Bug#632055: rebuildd: /e/r/m/00_update_build_system fails if lines from the default config are uncommented

2011-06-29 Thread Sebastian Ramacher
Package: rebuildd
Version: 0.3.10
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

The default config contains an example for PBUILDER_OTHER_OPTIONS. If these
lines are uncommented /etc/rebuildd/maintenance/00_update_build_system fails to
run. This is due to the fact that the update script is run with /bin/sh and the
definition of PBUILDER_OTHER_OPTIONS is a bashism.

Please either fix the bashism in PBUILDER_OTHER_OPTIONS or replace the shebang
of 00_update_build_system with /bin/bash.

Could you also please clarify the use of PBUILDER_OTHER_OPTIONS? It doesn't seem
to be used anyway.

- -- System Information:
Debian Release: wheezy/sid
Architecture: amd64 (x86_64)

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

Versions of packages rebuildd depends on:
ii  lsb-base  3.2-27 Linux Standard Base 3.2 init scrip
ii  python2.6.6-14   interactive high-level object-orie
ii  python-apt0.8.0  Python interface to libapt-pkg
ii  python-sqlobject  0.12.4-2   object relational manager providin
ii  python-support1.0.14 automated rebuilding support for P

Versions of packages rebuildd recommends:
ii  pbuilder  0.200  personal package builder for Debia
ii  python-gdchart2   0.beta1-3.4+b3 Python OO interface to GDChart
ii  python-webpy  1:0.34-2   Web framework for Python applicati

Versions of packages rebuildd suggests:
pn  cowdancer  (no description available)

- -- Configuration Files:
/etc/default/rebuildd changed [not included]
/etc/rebuildd/maintenance/00_update_build_system changed [not included]
/etc/rebuildd/rebuilddrc changed [not included]

- -- no debconf information

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

iQIcBAEBCAAGBQJOCw0FAAoJEGny/FFupxmTKocP/3zfSAyGAGmD9uWzToMhibo0
hOTQGRMk7PxEzzL6Cg9ddU4e+ogCVEMprsqKWOb6mJhrBuI9QLCMpM/sJnuJAgpu
yIbBGdiRlSYvBTJD+Fdw8KQ5QHV1jYjW/fdZ7r3f+O5duL9I8Q/MK3SV+yGFNK8g
X4l2jUqj2f2YLpVA5iPBov0iWzcFJ47FwxejTGh09Q3trburOPBf6/3rSFpTNBxN
4DJdFZ9G1jTYb9ljRMlk8x3HUl9QlJBo6YCddoWnAigm9gEYcFnVwF8yhHbtMdl8
5RuN/AE/7Lb/CcsFnxqKdmcQOF59rFOpDG+UrilxomfxCgmSXuJtBrAckzYnuyYn
8yw1R7DbyurlOKlqN2p6IWReRRAq85B/MQXJNerTtTFEBjf52M+vDXGZnaMJ5nzX
EDjjBsHd4WPR8CVjpRnQmX90Pk9OkaaHu8nLsnxQ+w1gplbSzgyV6494xmrDmQCN
5TCtu9SDbiFTJ/WQsRvPZr3s9T7ko2I+qSuAUI3R+vovp6f+GnWmIgPovzsxV00T
xsMRIYnE2AFmq7cZwWN9dTJoI+nh4hOsHWgXI4byCUfVEQg4qBbSJO9mr+rHPkVg
rQCE3CRaKSEjPzm9qmOsFZBabEmIQTI2gyjn2/uPL0GVg6Fl9GGlPaXPP4WR1UBb
aGQ/OnOSGW8B6dQ/7DYM
=lMdg
-END PGP SIGNATURE-



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



Bug#632055: rebuildd: /e/r/m/00_update_build_system fails if lines from the default config are uncommented

2011-06-29 Thread Sebastian Ramacher
On 06/29/2011 01:31 PM, Sebastian Ramacher wrote:
> Could you also please clarify the use of PBUILDER_OTHER_OPTIONS? It doesn't 
> seem
> to be used anyway.

I think I need to clarify that one: It is used in rebuildd-init-build-system but
not in the 00_update_build_system and it doesn't seem to be used in rebuildd
anywhere.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#625120: clonalframe: FTBFS: src/move_hidden.cpp:169:62: error: taking address of temporary [-fpermissive]

2011-06-30 Thread Sebastian Ramacher
On 06/29/2011 09:17 AM, Andreas Tille wrote:
> sorry for the late reply to this bug.  I can reproduce the problem on my
> side but I'm not finally sure that this is really a problem of clonalframe
> or whether it is a bad coincidence with libgsl0-dev.  The line in question
> where the problem occures is:
> 
>  src/move_hidden.cpp:423:59: error: taking address of temporary 
> [-fpermissive]
>  
> 
>  423:Util::normalize(&(gsl_matrix_row(e,i+1).vector));
> 
> So I suspect that there are temporary variables used where they should
> not but these are not declared in Move_hidden::makee().  My c++
> knowledge ist too limited to track down the problem in a reasonable time
> frame and thus I CC debian-mentors and upstream (Xavier please find the
> full log of this bug below or at http://bugs.debian.org/625120).

The attached patch should fix this issue. The problem here is that the return
value of gsl_matrix_row is a non-lvalue and thus one cannot take its address.

Kind regards,
-- 
Sebastian Ramacher
--- clonalframe-1.2.orig/src/move_hidden.cpp
+++ clonalframe-1.2/src/move_hidden.cpp
@@ -166,7 +166,8 @@ namespace wb
 sum+=gsl_matrix_get(f,j,i)*q[j][state][site-siteprev-1];
 gsl_matrix_set(f,state,i+1,sum*gsl_matrix_get(e,state,msgs[site]));
 }
-Util::normalize(&(gsl_matrix_column(f,i+1).vector));
+gsl_vector_view view = gsl_matrix_column(f,i+1);
+Util::normalize(&view.vector);
 }
 return f;
 }
@@ -420,7 +421,8 @@ namespace wb
 gsl_matrix_set(e,i+1,2,(1.0-m2)*m3+(1.0-m3)*m2);
 }
 
-Util::normalize(&(gsl_matrix_row(e,i+1).vector));
+gsl_vector_view view = gsl_matrix_row(e,i+1);
+Util::normalize(&view.vector);
 }
 }
 


signature.asc
Description: OpenPGP digital signature


Bug#632230: debian-maintainers: Please add Sebastian Ramacher as a Debian Maintainer

2011-06-30 Thread Sebastian Ramacher
Package: debian-maintainers
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please add my key to the Debian Maintainers keyring.

Please note that I don't use my primary UID for Debian related work. I use the
UID Sebastian Ramacher  for my packaging work. Please take
this into account.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJODLBvAAoJEGny/FFupxmT2WcP/3vCwjzmyUGWKQu3eArmwm/D
XyiKCDs5sy2PYp5p0KPExsOtL0fBdztup3ghoRHxvTX1qHf8h9ZlqzJzre+6bPAB
FJ2mt0AW6xaUVkwpN3ccdHBnD51R9jDluV3i+x9BWzjcx/GTHpRBwWqwl5XRr52K
5HNze391meQH6sW4anOJqEAlrG5KOruuThIewxvaIDyxahTE9ydP7O6/gmEmE+Xh
Hyc/uDnFThhjmRnyXtzPKMzA+WSXqRKTvVIGIzkgc7TbbGwnToCBxcNq4ZeSWM/7
H9bc2NqCNlMP/kgEZCPot7G1fsEOwP11h8YlDe/DwpK842Xy+gOekacai2LrXqXn
6XX+y2Ig6YzZTC7cTJcYssPQ66sdT+p4J4cUDgj/XwVpe9LDD43/iitTypNgNTjb
599svANXb+JxxUSjpiY9ojIqE331SWEkE9Lo5F05fsQT9Qczfrsdkge2r4tQyScj
mSv+Dz56q9SXDcbOsSt2KMRXIYKnFsVJnskHdN9RRuNbc6Pw1QHYuSNgUdliKVMv
mVNrn6LMgzo3gnoR8ux5Odfdn9MXMOOv5EXM+8wB1fCpa8ujf9unNtn3rrfkP0aT
lAEmPB11bo1etn4s5sSlehoR4+bzBch4obX0ovA69Sz2NLn/j8pGK+KFwxSEJymh
Du4f8Z2NClSqY/meT2Tc
=9c9f
-END PGP SIGNATURE-----
Comment: Add Sebastian Ramacher  as a Debian Maintainer
Date: Thu, 30 Jun 2011 19:06:53 +0200
Action: import
Recommended-By:
  Jakub Wilk , Jan Dittberner 
Agreement:
  http://lists.debian.org/debian-newmaint/2011/06/msg00039.html
Advocates:
  http://lists.debian.org/debian-newmaint/2011/06/msg00041.html,
  http://lists.debian.org/debian-newmaint/2011/06/msg00042.html
Data: 
  -BEGIN PGP PUBLIC KEY BLOCK-
  Version: GnuPG v1.4.11 (GNU/Linux)
  
  mQINBEqBxfkBEADLCcOlhk6moEMZD/2/LuzuvWvcO/IluYKia+z4VRawaEToS/hk
  jyXqxZzl3Roy54Ed2D2FdvkyjdmQ/X/4fMr9DArqy0hjWDBY8dAGMdoADX1PgsY3
  bhoqaTROWC0vZlUSNWrcnwC9jLLRngfpssmurN4kNvndjO2DkzaBMAWOkGls/Phl
  +R4uI1clF0iYZ2qkU+wn4e5O5RIPAm1uXQJjV2S2o42nzJIwu+Wwrd4HNfflu/mK
  4SvZtvTaogIqJ9/LqP/sjuT3IzWTLKe+OCRvNM9BDKf+vDnkY8Whi/pB5V9hENwW
  Iu84jBTP3GiXNciJOZW8GCQepo4wYTAW5/wTUaLvqjS06cgjUMgYJUas6AoHxnpD
  8UP+mhC+IjXD6eYmnGzSEbJgaw5QYovi7eXAQLlJj7lhs7EZsbePr9/OHvLgMv7q
  2L55WDkJnkvLIuOhwr5Inchp8BfEcWD63euTYi3+thwilbbpGzyls4/NRkk/CGUM
  TEKnY065zIAmDSEbKapS4bP2QZ44aCSOe5BLKi3I2cNy7bRLrYxgJfSUlQ/2FzK7
  R/+5kD4YZltYam2cvjlh1OJP0f1MxzSVHGoWxYB+mCRPOuealbRxZJQ1hTj3o+nY
  b+XkOitx9HoKbYkkUpzNhg0v8oQ0/qrVcVXL/XIxnAXJaTPn//FLfL9hWQARAQAB
  tClTZWJhc3RpYW4gUmFtYWNoZXIgPHMucmFtYWNoZXJAZ21haWwuY29tPokCOgQT
  AQgAJAIbAwULCQgHAwUVCgkICwUWAgMBAAIeAQIXgAUCSoHHDgIZAQAKCRBp8vxR
  bqcZk3SFEADDOrVKFKxrKeS1BqDIAEs2iNUwhRP7+VYrMxkH4sVBW18ioAQ8K2F3
  xwIHtKU8zPRpKbnJUa4XPrGmmNO5z2qqONNIRGf6ejqHvApbvsZiB61EO7clnM3U
  McigE1uZJAqGwC4JFG5ALzNQuuQagGv0/DuyE6c9RO8xGSDabk7HC77oHa12Cmo/
  bO0gkDn+FTngiI3TMD64Z6i2RG9P0oZKJQ8aKbaUmgPNaY1p7uKzknOh2s8HEx98
  NaZyFSdniEH9QNNQMaxXrpa85SnArS75s69QpmauawlkpQipHvJ+bbWlf5+rS4G8
  2M6K9E9C3v8BWGxruEZOG69Zj0guMa2CqYss1YLFcXYzn+AqkRgR2Bc5ESF6hViR
  oq/q3B0z5s9obiPFsNoVKM07u5g6MyhU0NOMPCxmbHIJbeH2wmruCncFUEM/wR21
  +9S3/FSX0CDpbvnnn/eDrRcdhWsgP2+tl0ulULrKzDfj2r16MkiSGlsDA4irTVck
  kB0TQ5GhZil9CS+cBLpwXUqKIUEexQsKhjo1aPAStGl0Bnipf/I2I99gbbCAbxHT
  6Y1Jr+CzFxD5kfyzwQ8lxHHkjIB/PoDo22Z+3Bb/Ghpo0pBOZhQomM7dG7dzahZh
  ymOiRHgYqwGDLRuhEjOpv6a4qeAm2P3T0XI2QSKiyoPV4VARO5VhBIhGBBARCAAG
  BQJKgcqtAAoJENqBQtw4gMDWdwYAnArgOIpdVB+indKLoIjiKcKM/MAbAJ9ReTiH
  ePLVFoUPlTNslcfM7TYxOIkCHAQTAQIABgUCS3GchgAKCRDddRlmf0gETmTOEACj
  YfNJERQXNQhlbqX09YK5mYNXrEPFQZvvO1ZWRKjTK8Bw1yggz5aqqaYJoFXJlZhX
  VkyJdpch1iWMqVFcx3HKSZVPmZVNXjLDST/GNe99R+NWXCbQrJWoKU5ygDlXljod
  XVzl7SDZ2+KIqCCHJb77Mtnz4MWPTX2WfqcHkXiJ8E7dJCby9HnWS9h1ML2lF+Wx
  d7XRSl/1p4CiG48L7+IwU9Fc8/5MchP4H8BOZaAAJG3e3QrUsfEWydeRg9nr4l7y
  rn2MjcdNv5+FAHmEVkb/ZtszKRp2yBNGA/bdI10GfgyuTq8JyWfbX/f1lQqMnBG9
  Loy+BDooZiAL+6fn8CNJ3+Tk5qNhFSk91IKKKS41Gl2JXfv/XTPJKroVMQCn78X6
  wutSpiT8W5oGatHEH+2b26UiZZ2sDJXICaeC5Nnep4xcp4OYV1xWaRf0qkLOo1Fd
  T3P6O8L15mn0E1g/taVD1HHlVA6adu1Qo3eYzL2zPVzc+Vcrjjnus6C0188f/fFg
  ae21el56TaT+o3aZ4UyER0PIOEEwPllnrwQ7BB0dqIDNx4qByUNFr/zSxRsgJCFL
  16Dm6VXAn7BzwvvwgCJiJAzwAICiSona1ZEszropFqrB8DElVm5O/zsNHQEzYLE5
  CKRZEcXbFvRNPjYdn4vLrBiMtNXOS84KEgDz3k12X4hGBBMRAgAGBQJMSiGuAAoJ
  EP86zm/IVYrN8sUAn1MR809kscvaaWBxNFKy806M/l1XAJ9MzhD1t1gjH3IphNfA
  7q1Wm4TXz4kCHAQQAQgABgUCTaIggQAKCRBcE9bbkwUuA58tEACAc6cEawKu9QKz
  wAnVd/9ay974II44y++RMaZoYjw3dQ39xVGYXaKAMqOK4J/YV9kF24eqH6gCMdZU
  u2WuqTe1x89ojUaZ5b591gBGTtYADBD8KsUxUHEq49+488VVMUpepHrlY/OMpn7y
  wXcsCRVhO17J61zkeqIIoSRSShkGen9A7Piwx6f7WzUU639/OncrVcb6E7kJ6Nwc
  JVAWiXKlWym7oCLv+ZkDjFmDMP9R2qtq5p0lM8bk3IyRokchW+2MGmZFyPkgPu5T
  1tz/hBgUey1YGS7wRGYTz1NzeBzn6VvaclRBweco9Q3CdbZ5fxWtotzbLhFXpkKZ
  n3ZaXRPmLSMa4F070BHbkFg+56HwHiNO1XkkENh

Bug#637904: __m2crypto.so: undefined symbol: SSLv2_method

2011-08-15 Thread Sebastian Ramacher
tag 637904 + patch
thanks

Simon McVittie 
> m2crypto appears to have regressed between 0.20.1-1.1 and 0.21.1-1:
> 
>> smcv@reptile(sid-amd64)% python2.6 -c 'import M2Crypto'
>> Traceback (most recent call last):
>>   File "", line 1, in 
>>   File "/usr/lib/python2.6/dist-packages/M2Crypto/__init__.py", line 22, in 
>> 
>> import __m2crypto
>> ImportError: /usr/lib/python2.6/dist-packages/M2Crypto/__m2crypto.so: 
>> undefined symbol: SSLv2_method

It seems as the fix from 0.20.1-1.1 for this issue has been silently dropped.
But that fix still applies and works fine. I've attached the patch.

In view of #637750 please note that test_sslv23_no_v2_no_service and
test_sslv23_weak_crypto will fail because openssl seems to ignore -no_ssl3
silently. But I didn't dig any further.

Kind regards
-- 
Sebastian Ramacher
--- m2crypto-0.20.1.orig/SWIG/_ssl.i
+++ m2crypto-0.20.1/SWIG/_ssl.i
@@ -41,8 +45,10 @@
 %rename(ssl_get_alert_desc_v) SSL_alert_desc_string_long;
 extern const char *SSL_alert_desc_string_long(int);
 
+#ifndef OPENSSL_NO_SSL2
 %rename(sslv2_method) SSLv2_method;
 extern SSL_METHOD *SSLv2_method(void);
+#endif
 %rename(sslv3_method) SSLv3_method;
 extern SSL_METHOD *SSLv3_method(void);
 %rename(sslv23_method) SSLv23_method;



signature.asc
Description: OpenPGP digital signature


Bug#638166: ImportError: cannot import name SHA256

2011-08-17 Thread Sebastian Ramacher
tag 638166 + moreinfo
thanks

On 08/17/2011 11:13 AM, GODART Christophe (MORPHO) wrote:
> $ python
> Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) 
> [GCC 4.4.5] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import paramiko
> Traceback (most recent call last):
>   File "", line 1, in 
>   File "/usr/share/pyshared/paramiko/__init__.py", line 69, in 
> from transport import randpool, SecurityOptions, Transport
>   File "/usr/share/pyshared/paramiko/transport.py", line 32, in 
> from paramiko import util
>   File "/usr/share/pyshared/paramiko/util.py", line 32, in 
> from paramiko.common import *
>   File "/usr/share/pyshared/paramiko/common.py", line 98, in 
> from rng import StrongLockingRandomPool
>   File "/usr/share/pyshared/paramiko/rng.py", line 23, in 
> from Crypto.Util.randpool import RandomPool as _RandomPool
>   File "/usr/share/pyshared/Crypto/Util/randpool.py", line 30, in 
> import Crypto.Random
>   File "/usr/share/pyshared/Crypto/Random/__init__.py", line 29, in 
> import _UserFriendlyRNG
>   File "/usr/share/pyshared/Crypto/Random/_UserFriendlyRNG.py", line 36, in 
> 
> from Crypto.Random.Fortuna import FortunaAccumulator
>   File "/usr/share/pyshared/Crypto/Random/Fortuna/FortunaAccumulator.py", 
> line 34, in 
> import SHAd256
>   File "/usr/share/pyshared/Crypto/Random/Fortuna/SHAd256.py", line 38, in 
> 
> from Crypto.Hash import SHA256
> ImportError: cannot import name SHA256

Works for me.

> New try with just python-crypto:
> 
>>>> from Crypto.Hash import SHA256
> Traceback (most recent call last):
>   File "", line 1, in 
> ImportError: cannot import name SHA256

Works again.

So I need some more information. It seems that your sys.path doesn't include
/usr/lib/python2.6/dist-packages. Otherwise the module should be found. How does
your sys.path look like?

> Then, trying to import just the SHA256 module from its directory:
> 
> $ cd /usr/lib/python2.6/dist-packages/Crypto/Hash
> $ python
> Python 2.6.6 (r266:84292, Dec 27 2010, 00:02:40) 
> [GCC 4.4.5] on linux2
> Type "help", "copyright", "credits" or "license" for more information.
>>>> import SHA256
> Traceback (most recent call last):
>   File "", line 1, in 
> SystemError: dynamic module not initialized properly

That's expected as the module is named Crypto.Hash.SHA256 so you can't just
import it as SHA256.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#639883: openjdk-6: Can't load standard profile: LINEAR_RGB.pf

2011-08-31 Thread Sebastian Ramacher
Package: openjdk-6-jre
Version: 6b23~pre8-2
Severity: important

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After the recent upgrade from 6b23~pre7-1 to 6b23~pre8~2 the following simple
program fails to run:

public class Main {
  static public void main(String[] args)
  {

java.awt.color.ColorSpace.getInstance(java.awt.color.ColorSpace.CS_LINEAR_RGB);
  }
}

It fails with:

Exception in thread "main" java.lang.IllegalArgumentException: Can't load
standard profile: LINEAR_RGB.pf
at java.awt.color.ICC_Profile$2.run(ICC_Profile.java:912)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.color.ICC_Profile.getStandardProfile(ICC_Profile.java:905)
at java.awt.color.ICC_Profile.getInstance(ICC_Profile.java:886)
at java.awt.color.ColorSpace.getInstance(ColorSpace.java:347)
at Main.main(Main.java:4)

There are

openjdk-6-jre-headless:
/usr/lib/jvm/java-6-openjdk-amd64/jre/lib/cmm/LINEAR_RGB.pf
openjdk-6-jre-lib: /usr/lib/jvm/java-6-openjdk/jre/lib/cmm/LINEAR_RGB.pf

but none of them seems to be found.

Kind regards

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages openjdk-6-jre depends on:
ii  libaccess-bridge-java-jni  1.26.2-6
ii  libasound2 1.0.24.1-3  
ii  libc6  2.13-18 
ii  libgif44.1.6-9 
ii  libjpeg62  6b1-2   
ii  libpng12-0 1.2.46-3
ii  libpulse0  0.9.23-1
ii  libx11-6   2:1.4.4-1   
ii  libxext6   2:1.3.0-3   
ii  libxi6 2:1.4.3-3   
ii  libxrender11:0.9.6-2   
ii  libxtst6   2:1.2.0-3   
ii  openjdk-6-jre-headless 6b23~pre8-2 
ii  zlib1g 1:1.2.3.4.dfsg-3

Versions of packages openjdk-6-jre recommends:
ii  icedtea-netx  
ii  ttf-dejavu-extra  2.33-2

Versions of packages openjdk-6-jre suggests:
pn  icedtea-plugin  

- -- no debconf information

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

iQIcBAEBCAAGBQJOXgIpAAoJEGny/FFupxmTmJkP/0AlqCA9ClkoeRRLXDRDj7y8
hSw7MIrGTCNCFJpFvQJtZpcK+TtdMzNvSshVLMCvSvBNh10F7MP//GCH3ubIzSB3
Ld+cp4KtrOkACKqOG+dBPZj/vucWzz5G2sDfCAKsXomlya8gmxJqqjekI8Bu/rpZ
yucEZ1+12dXmpI/5CXbItTCUJNsfItT7Yk+jQjC/vbbZHiCig6G+tYgWZgDNEewC
561yn+k25JmnrwCjVf3oTq/3Zwd5Hm75SHof+aoFjuhCX/LcPu26CjF8S/LMVFaD
RUnU1ogjTPbIP0Ni4pGhLXqwewbTkcj7BM++PcifxiD8IrYPoAmNcS+gJoOVqQIu
N7peSDuNAs8jP7st6sak939lq/+9CgDXLwJZgMwiGSBFbTidYX0STHPVD1UBGI6Y
5MoFT+KPW3vxkUc/cZFpYe4qV5x1EpmyYaTNVBfkuG/5oco5dTD3mpus27BOQ+pB
UrJJ4i4L0+OW/WfLOI0gqjUKUlwcxb2ecEXFLekBK3CG4N2qIxajYESTivsQ6AyR
te0cVO2iANBPrMmXE74rCgK4rgkPyZNfyX+gUCIZgNgymApBa7l0eiaDxmrUntjb
MRQl1axFq6LHGjZij/KVJF9P8bZt1cbEXAoqGMXWVvl53rrmWX3VyuUQsyU3Osae
MXYCfJuBXXLESy9DMqV4
=8vVL
-END PGP SIGNATURE-



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



Bug#633590: tmux: mouse events broken in konsole

2011-07-11 Thread Sebastian Ramacher
Package: tmux
Version: 1.5-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After the upgrade to 1.5-1 mouse events are broken with tmux running inside
konsole, i.e pressing the right mouse button doesn't cause the context menu to
appear and pressing the middle mouse button doesn't paste text.

Everything worked fine with 1.4-9. My konsole version is 4:4.6.3-1.After the
upgrade to 1.5-1 mouse events are broken with tmux running inside konsole, i.e
pressing the right mouse button doesn't cause the context menu to appear and
pressing the middle mouse button doesn't paste text.

Everything worked fine with 1.4-9. My konsole version is 4:4.6.3-1.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages tmux depends on:
ii  libc62.13-10 Embedded GNU C Library: Shared lib
ii  libevent-1.4-2   1.4.13-stable-1 An asynchronous event notification
ii  libncurses5  5.9-1   shared libraries for terminal hand

tmux recommends no packages.

tmux suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJOG3PlAAoJEGny/FFupxmT4GwP/idNsQqhrhGIYxXb6lUyNHFb
ZSQmWI61uIszsDMlwd0+gUpMZ6726n26ldZ23PLf3eE4WDqhFF+B5zNFs5yfaYAH
KmryK2huSzi5EmQ3E26RmzYnmJHj4E7abhlgMVeWw9jHduGjc2ZUGoYO9bZ/gHW/
a/y9qZNIBnMsKWHFBQtq2m6gxWvLmUwM6UCxYyU7d/HIS9+/CoEp8KjiSgs+Nc/E
90WgZmfjwDoJzS++/7vI8+T66Hjl+7faRRObWdeg5z8ZLIuTX7xbHoTuQH1Z2ecK
ShTxZoWJVP/eNtH2HBadgU2+geMm3IgCcqry11/j4fgBSIV4JEW2iBusB8+gEoS6
HYk8GvaQJU4SY+Q8nzvLn18dzm6Sg9IL4KyoZlDr1/e/hBapgGPDjM5lQHdHXUnv
IhK+7zL/8ES4SJqDL/7utPF9h9TNwcfrJorC7GzA4upB23nSFhSKCjvrJYguqCW7
u9Rt/QzrS37/Sj+wKmxw8NYETAdXmf10hNpa0cApP3owmPzPiLowp3uHJM6r6c1w
FDEHT7KrrFlJUvCIDCCsnDNl33xts91+dluLQoSJaDILP/fh05BQHcp1R3r1y3yh
KuCKYkt/mHY61O8h98sHcw4BifOG9FrVA5rulCbi2GkZCHrt49ZBM3iWj9Qci3GT
MbNwKTt/qffmMUXpA5tC
=rsth
-END PGP SIGNATURE-



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



Bug#633736: swig2.0: python/std_map.i doesn't honor all template arguments

2011-07-13 Thread Sebastian Ramacher
Package: swig2.0
Version: 2.0.4-2
Severity: serious
Tags: patch
Justification: causes FTBFS

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

std::map has four template arguments, but the code in swig's python/std_map.i
only honors the first two. This makes e.g swiginac [1] and syfi [2] fail to
build with swig 2.0.4.

The attached patch fixes this bug. I've also submitted the patch upstream [3].

[1] http://bugs.debian.org/633710
[2] At least accoording to https://bugs.launchpad.net/fenics-syfi/+bug/793984
[3] 
https://sourceforge.net/tracker/?func=detail&aid=3365908&group_id=1645&atid=301645

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages swig2.0 depends on:
ii  libc6   2.13-10  Embedded GNU C Library: Shared lib
ii  libgcc1 1:4.6.1-3GCC support library
ii  libpcre38.12-3   Perl 5 Compatible Regular Expressi
ii  libstdc++6  4.6.1-3  GNU Standard C++ Library v3
ii  zlib1g  1:1.2.3.4.dfsg-3 compression library - runtime

swig2.0 recommends no packages.

Versions of packages swig2.0 suggests:
pn  swig2.0-doc(no description available)
pn  swig2.0-examples   (no description available)

- -- no debconf information

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

iQIcBAEBCAAGBQJOHXVsAAoJEGny/FFupxmTPOgQAJq5epY245HOgQA8xDn1lWA/
NF/XSnFWQA28axPbXTdppm2TQfqDweiCuNSfAYbsaccZUkd2dsrHYHJvCPkcqMb5
KMxBF6ui9piQPzEZ+PhKIGtcXJoX7uiXLu+Me3fJm2jB47iGSLOydL2wV/IgBfYz
R/tZoTzj/7976Jj/izUffPJFwj2sWgwbi2aD1gV9dIlO+vgO2QROJaf8wF46s4DB
QBqrkWhCHgpjt7PCNMK+j1919U/H40vKepYMQfpQVTPFi+jlh8A9pIQ4kjnRqrF1
i7FPRRLTdBkfSI6CJ/1tCUQOyokY+OcnvwhWXf/OrlGF1nDcs+sxH8GHp//uvszT
Nve+Ro9zr8hJc1SEpo7nNmbrffrKsHGHOTmN4x9szXEBQCApey4nvvELRUwSXRyE
GLweMHL5GC1VSJY5vqL3JfLRuZBUXzPXo50kRPeszui1O/z29xSZOAKPplL5hMf9
jLqK0zNOGyj/Tc4l6oFp9dn1/N9g+cZpEiQnVBsHCXWr2ZKa2h+I6umUgxS0hyjv
MV8jVMlewFuP2LPjOF30274fY4JOWfM8h/i91aKCN14vMxg/51ST/j4IAGMUfcg6
x7uEMpJt9Msq1BlwBWFsKnW0pPSpMcriM43+4CxIRZwbJj9b8L6kImONQ5HcBEjF
5i88JxWYw8p9wTTzO3bu
=/ozt
-END PGP SIGNATURE-
Index: std_map.i
===
--- std_map.i	(revision 12755)
+++ std_map.i	(working copy)
@@ -5,19 +5,19 @@
 %fragment("StdMapTraits","header",fragment="StdSequenceTraits")
 {
   namespace swig {
-template 
+template 
 inline void
-assign(const SwigPySeq& swigpyseq, std::map *map) {
-  typedef typename std::map::value_type value_type;
+assign(const SwigPySeq& swigpyseq, std::map *map) {
+  typedef typename std::map::value_type value_type;
   typename SwigPySeq::const_iterator it = swigpyseq.begin();
   for (;it != swigpyseq.end(); ++it) {
 	map->insert(value_type(it->first, it->second));
   }
 }
 
-template 
-struct traits_asptr >  {
-  typedef std::map map_type;
+template 
+struct traits_asptr >  {
+  typedef std::map map_type;
   static int asptr(PyObject *obj, map_type **val) {
 	int res = SWIG_ERROR;
 	SWIG_PYTHON_THREAD_BEGIN_BLOCK;
@@ -27,7 +27,7 @@
   /* In Python 3.x the ".items()" method returns a dict_items object */
   items = PySequence_Fast(items, ".items() didn't return a sequence!");
 %#endif
-	  res = traits_asptr_stdseq, std::pair >::asptr(items, val);
+	  res = traits_asptr_stdseq, std::pair >::asptr(items, val);
 	} else {
 	  map_type *p;
 	  res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info(),0);
@@ -38,9 +38,9 @@
   }  
 };
   
-template 
-struct traits_from >  {
-  typedef std::map map_type;
+template 
+struct traits_from >  {
+  typedef std::map map_type;
   typedef typename map_type::const_iterator const_iterator;
   typedef typename map_type::size_type size_type;
 


Bug#633710: [Python-modules-team] Bug#633710: swiginac: FTBFS: swiginac_wrap.cpp:6138: error: 'asdict' is not a member of 'swig::traits_from

2011-07-13 Thread Sebastian Ramacher
# bug in swig
block 633710 with 633766
thanks

On 07/13/2011 05:16 AM, Nobuhiro Iwamatsu wrote:
> gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall
> -Wstrict-prototypes -g -O2 -g -O2 -Wall -fPIC -I/usr/include/python2.6
> -c swiginac_wrap.cpp -o build/temp.linux-x86_64-2.6/swiginac_wrap.o
> cc1plus: warning: command line option '-Wstrict-prototypes' is valid
> for Ada/C/ObjC but not for C++ [enabled by default]
> swiginac_wrap.cpp: In function 'PyObject*
> std_map_Sl_GiNaC_ex_Sc_GiNaC_ex_Sc_GiNaC_ex_is_less_Sg__asdict(std::map GiNaC::ex, GiNaC::ex_is_less>*)':
> swiginac_wrap.cpp:6138:14: error: 'asdict' is not a member of
> 'swig::traits_from
>> '
> swiginac_wrap.cpp:6139:5: warning: control reaches end of non-void
> function [-Wreturn-type]
> error: command 'gcc' failed with exit status 1
> make: *** [debian/python-module-stampdir/python-swiginac] Error 1
> dpkg-buildpackage: error: debian/rules build gave error exit status 2
> -
> 
> Could you check your package?

This is actually a swig bug. See #633766 [1].

Kind regards

[1] http://bugs.debian.org/633736
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#633736: swig2.0: python/std_map.i doesn't honor all template arguments

2011-07-13 Thread Sebastian Ramacher
On 07/13/2011 12:37 PM, Sebastian Ramacher wrote:
> The attached patch fixes this bug. I've also submitted the patch upstream [3].

I've run svn diff in the wrong directory. Attached is an updated patch that
applies cleanly to the current packaging of swig2.0.

Kind regards,
-- 
Sebastian Ramacher
Index: Lib/python/std_map.i
===
--- Lib/python/std_map.i	(revision 12755)
+++ Lib/python/std_map.i	(working copy)
@@ -5,19 +5,19 @@
 %fragment("StdMapTraits","header",fragment="StdSequenceTraits")
 {
   namespace swig {
-template 
+template 
 inline void
-assign(const SwigPySeq& swigpyseq, std::map *map) {
-  typedef typename std::map::value_type value_type;
+assign(const SwigPySeq& swigpyseq, std::map *map) {
+  typedef typename std::map::value_type value_type;
   typename SwigPySeq::const_iterator it = swigpyseq.begin();
   for (;it != swigpyseq.end(); ++it) {
 	map->insert(value_type(it->first, it->second));
   }
 }
 
-template 
-struct traits_asptr >  {
-  typedef std::map map_type;
+template 
+struct traits_asptr >  {
+  typedef std::map map_type;
   static int asptr(PyObject *obj, map_type **val) {
 	int res = SWIG_ERROR;
 	SWIG_PYTHON_THREAD_BEGIN_BLOCK;
@@ -27,7 +27,7 @@
   /* In Python 3.x the ".items()" method returns a dict_items object */
   items = PySequence_Fast(items, ".items() didn't return a sequence!");
 %#endif
-	  res = traits_asptr_stdseq, std::pair >::asptr(items, val);
+	  res = traits_asptr_stdseq, std::pair >::asptr(items, val);
 	} else {
 	  map_type *p;
 	  res = SWIG_ConvertPtr(obj,(void**)&p,swig::type_info(),0);
@@ -38,9 +38,9 @@
   }  
 };
   
-template 
-struct traits_from >  {
-  typedef std::map map_type;
+template 
+struct traits_from >  {
+  typedef std::map map_type;
   typedef typename map_type::const_iterator const_iterator;
   typedef typename map_type::size_type size_type;
 


signature.asc
Description: OpenPGP digital signature


Bug#614498: guppy: FTBFS with Python 2.7: ImportError: guppy/sets/setsc.so: undefined symbol: _PyLong_AsScaledDouble

2011-09-29 Thread Sebastian Ramacher
Hi,

On 09/29/2011 07:49 AM, Nobuhiro Iwamatsu wrote:
>> I've just tried to build the guppy version from SVN and run the test suite 
>> with
>> Python 2.7 on an amd64 machine. The test suite already fails test1 in
>> guppy/sets/test.py. I've also tried on a 32 bit machine and and their it 
>> didn't
>> fail.
>>
>> The reason is simple: _PyLong_Frexp takes a Py_ssize_t* as second argument 
>> but a
>> int* is passed. Therefor _PyLong_Frexp messes with other variables on the 
>> stack
>> since Py_ssize_t is larger than int on amd64.
>>
>> Attached is a patch to fix this issues.
> 
> I checked this package with your patch on latest unstable.
> This problem does not seem to be settled with your patch.
> I attach build log.

As noted in my first mail, my patch was against the latest SVN revision. And
there these issues were already fixed (see revision 87 from [1] and onwards).
And since Yaroslav explicitly talked about including these changes I didn't
include them in my patch.

Regards,

[1] 
http://guppy-pe.svn.sourceforge.net/viewvc/guppy-pe?view=revision&revision=87

-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#640340: pacemaker-mgmt: FTBFS: mgmt_crm.c:1307:5: error: too few arguments to function 'delete_attr'

2011-10-06 Thread Sebastian Ramacher
Since pacemaker 1.1 hit unstable, the patch
debian/patches/undo-argument-change.patch is not needed anymore. Hence removing
this patch and bumping the pacemaker-dev dependency to 1.1 is enough to fix this
FTBFS bug.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#631820: Fix found, awaiting upstream feedback

2011-10-06 Thread Sebastian Ramacher
Hi Clint,

On 7/11/2011 08:59 PM, Clint Byrum wrote:
> The problem here is just that the autoconf ac_pkg_swig.m4 snippet used
> in the m4 dir of gearman-interface is broken and cannot detect swig
> versions greater than 1.x.
> 
> There is an updated macro available in the latest version of
> autoconf-archive, which I've asked upstream to include (they do not have
> a public bug tracker setup). Once I hear back from them, I will prepare
> an upload with the new m4 macro in place.

I just wanted to check if there are any news from upstream and what's the ETA of
a fixed package.

Regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#629145: poker-network: won't build modules for Python 2.7

2011-09-04 Thread Sebastian Ramacher
tags 629745 + patch
thanks

The attached patch adds support for Python 2.7 to the build system. It also adds
support for the PYTHON environment variable. If PYTHON is set, the extension
modules will only be built for the given version. So, with "export
PYTHON=$(shell pyversions -d)" in debian/rules, the extension modules will only
be built for the default Python version.

The patch is somewhat hackish and really could need some love.

Regards,
-- 
Sebastian Ramacher
--- poker-network-1.7.7.orig/configure.ac
+++ poker-network-1.7.7/configure.ac
@@ -95,6 +95,7 @@
 AM_CONDITIONAL([PYTHON_2_4], [false])
 AM_CONDITIONAL([PYTHON_2_5], [false])
 AM_CONDITIONAL([PYTHON_2_6], [false])
+AM_CONDITIONAL([PYTHON_2_7], [false])
 
 ], [
 if test "$GXX" = "yes" -a "$ac_test_CXXFLAGS" != set ; then
only in patch2:
unchanged:
--- poker-network-1.7.7.orig/config/ccpython.m4
+++ poker-network-1.7.7/config/ccpython.m4
@@ -111,20 +111,47 @@
 
 AC_DEFUN([ALL_CC_PYTHON],
 [ 
-m4_define([_AM_PYTHON_INTERPRETER_LIST], [python2.6 python2.5 python2.4 python2.3])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python2.7 python2.6 python2.5 python2.4 python2.3])
+if test -n "$PYTHON" ; then OLDPYTHON=`which "$PYTHON"` ; unset PYTHON ; fi
 PYTHONS=''
 found_one=''
+done=false
 _ONE_CC_PYTHON([=2.3], [2_3])
 if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+if test -n "$OLDPYTHON" && test "$OLDPYTHON" = "$PYTHON" ; then done=true ; fi
 unset PYTHON
-_ONE_CC_PYTHON([=2.4], [2_4])
-if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
-unset PYTHON
-_ONE_CC_PYTHON([=2.5], [2_5])
-if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
-unset PYTHON
-_ONE_CC_PYTHON([=2.6], [2_6])
-if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+if test $done = "false" ; then
+  _ONE_CC_PYTHON([=2.4], [2_4])
+  if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+  if test -n "$OLDPYTHON" && test "$OLDPYTHON" = "$PYTHON" ; then done=true ; fi
+  unset PYTHON
+else
+  AM_CONDITIONAL([PYTHON_2_4], false)
+fi
+if test $done = "false" ; then
+  _ONE_CC_PYTHON([=2.5], [2_5])
+  if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+  if test -n "$OLDPYTHON" && test "$OLDPYTHON" = "$PYTHON" ; then done=true ; fi
+  unset PYTHON
+else
+  AM_CONDITIONAL([PYTHON_2_5], false)
+fi
+if test $done = "false" ; then
+  _ONE_CC_PYTHON([=2.6], [2_6])
+  echo python "$PYTHON" and oldpytho n"$OLDPYTHON"
+  if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+  if test -n "$OLDPYTHON" && test "$OLDPYTHON" = "$PYTHON" ; then echo "we're done"; done=true ; fi
+  unset PYTHON
+else
+  AM_CONDITIONAL([PYTHON_2_6], false)
+fi
+if test $done = "false" ; then
+  _ONE_CC_PYTHON([=2.7], [2_7])
+  if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+  if test -n "$OLDPYTHON" && test "$OLDPYTHON" = "$PYTHON" ; then done=true ; fi
+else
+  AM_CONDITIONAL([PYTHON_2_7], false)
+fi
 PYTHON=$found_one
 if ! test "$found_one" ; then
AC_MSG_ERROR([No python development environments found])
only in patch2:
unchanged:
--- poker-network-1.7.7.orig/config/python.m4
+++ poker-network-1.7.7/config/python.m4
@@ -42,7 +42,7 @@
   dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
   dnl in 1.5.
   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
-  [python python2 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
+  [python python2 python2.7 python2.6 python2.5 python2.4 python2.3 python2.2 dnl
 python2.1 python2.0 python1.6 python1.5])
 
   m4_if([$1],[],[
only in patch2:
unchanged:
--- poker-network-1.7.7.orig/pokerclient2d/Makefile.am
+++ poker-network-1.7.7/pokerclient2d/Makefile.am
@@ -105,6 +105,14 @@
 _pokerinterface_la_LDFLAGS = -module -no-undefined @GLIB_LIBS@ @GLADE_LIBS@ libinterface.la
 _pokerinterface_la_CPPFLAGS = @GLADE_CFLAGS@ @PYTHON_CFLAGS@ @GLIB_CFLAGS@ -DPYTHON_VERSION=\"\" -D'VERSION_NAME(w)=w'
 
+if PYTHON_2_7
+py2_7exec_LTLIBRARIES = _pokerinterface2_7.la
+_pokerinterface2_7_la_SOURCES = python.c
+_pokerinterface2_7_la_DEPENDENCIES = libinterface.la
+_pokerinterface2_7_la_LDFLAGS = -module -no-undefined @GLIB_LIBS@ @GLADE_LIBS@ libinterface.la
+_pokerinterface2_7_la_CPPFLAGS = @GLADE_CFLAGS@ @PYTHON2_7_CFLAGS@ @GLIB_CFLAGS@ -DPYTHON_VERSION=\"2_7\" -D'VERSION_NAME(w)=w\#\#2_7'
+endif
+
 if PYTHON_2_6
 py2_6exec_LTLIBRARIES = _pokerinterface2_6.la
 _pokerinterface2_6_la_SOURCES = python.c


signature.asc
Description: OpenPGP digital signature


Bug#632234: pypoker-eval: won't build modules for Python 2.7

2011-09-04 Thread Sebastian Ramacher
tags 632234 + patch
thanks

The attached patch adds support for Python 2.7 to the build system. After
applying the patch and regenerating configure and Makefile, extension modules
for Python 2.7 will be built (if it's available).

Regards,
-- 
Sebastian Ramacher
+++ pypoker-eval-138.0/Makefile.am
@@ -32,6 +32,14 @@
 python_PYTHON = \
 	pokereval.py
 
+if PYTHON_2_7
+py2_7exec_LTLIBRARIES = _pokereval_2_7.la
+_pokereval_2_7_la_SOURCES = pypokereval.c
+_pokereval_2_7_la_LDFLAGS = -module -no-undefined -version-info 1:0:0
+_pokereval_2_7_la_LIBADD = ${PYTHON2_7_LIBS} ${POKER_EVAL_LIBS}
+_pokereval_2_7_la_CFLAGS = ${PYTHON2_7_CFLAGS} ${POKER_EVAL_CFLAGS} -DPYTHON_VERSION=\"2_7\" -D'VERSION_NAME(w)=w\#\#2_7'
+endif
+
 if PYTHON_2_6
 py2_6exec_LTLIBRARIES = _pokereval_2_6.la
 _pokereval_2_6_la_SOURCES = pypokereval.c
only in patch2:
unchanged:
--- pypoker-eval-138.0.orig/config/ccpython.m4
+++ pypoker-eval-138.0/config/ccpython.m4
@@ -110,7 +110,7 @@
 
 AC_DEFUN([ALL_CC_PYTHON],
 [ 
-m4_define([_AM_PYTHON_INTERPRETER_LIST], [python2.6 python2.5 python2.4 python2.3])
+m4_define([_AM_PYTHON_INTERPRETER_LIST], [python2.7 python2.6 python2.5 python2.4 python2.3])
 PYTHONS=''
 found_one=''
 _ONE_CC_PYTHON([=2.3], [2_3])
@@ -124,6 +124,9 @@
 unset PYTHON
 _ONE_CC_PYTHON([=2.6], [2_6])
 if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
+unset PYTHON
+_ONE_CC_PYTHON([=2.7], [2_7])
+if test -f "$PYTHON" ; then found_one=$PYTHON ; PYTHONS="$PYTHON $PYTHONS" ; fi
 PYTHON=$found_one
 if ! test "$found_one" ; then
AC_MSG_ERROR([No python development environments found])
only in patch2:
--
+++ pypoker-eval-138.0/config/python.m4
@@ -42,7 +42,7 @@
   dnl $prefix/lib/site-python in 1.4 to $prefix/lib/python1.5/site-packages
   dnl in 1.5.
   m4_define_default([_AM_PYTHON_INTERPRETER_LIST],
-  [python python2 python2.5 python2.6 python2.4 python2.3 python2.2 dnl
+  [python python2 python2.7 python2.5 python2.6 python2.4 python2.3 python2.2 dnl
 python2.1 python2.0 python1.6 python1.5])
 
   m4_if([$1],[],[


signature.asc
Description: OpenPGP digital signature


Bug#639072: hplip: FTBFS: prnt/hpps/hppsfilter.c:119:5: error: unknown type name 'ppd_attr_t'

2011-09-12 Thread Sebastian Ramacher
3.11.7-1 contains a patch to fix this issue [1]. It also built on all buildds
and I can't reproduce the bug with 3.11.7-1. So I think this bug can be closed.

Regards

[1]
http://patch-tracker.debian.org/patch/series/view/hplip/3.11.7-1/cups-1.5.0-compatibility
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#583769: K3b 2.0.0-1 uploaded to unstable - bug ping

2010-07-04 Thread Sebastian Ramacher
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

I just found the bugs [1] and [2] upstream. So, this bug isn't actually
a bug and could be closed. But I'd rather wait for [2] to clarify the
misunderstanding.

Kind regards

[1] https://bugs.kde.org/show_bug.cgi?id=162922
[2] https://bugs.kde.org/show_bug.cgi?id=240129
- -- 
Sebastian Ramacher
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (GNU/Linux)

iQIcBAEBCAAGBQJMMD4cAAoJEGny/FFupxmTlOEP/i6wSMc8FbV/NeTwc12oWtpn
ZerMPc2c9gx4wYY/lexwtSvTKq6IPXLFXzU9gQPWpHQFq1KGh7ipoFIhGAfblrid
f3zOY6va36wAzHDzVWqWe8aNLC32cjWRZForcJKrcWRPtcIKAvakdgBL6aPr45wY
Uppz2f65H35euSuQgsAOBWUfsMaK3b9/UjkCFNszGo34ZDZefnlv0pgMITDHjXDj
hKN1zXl2N9JmqNMEqZb24s9QHQ2BQgKr22CnhwDqzBX/NMye4fqrp2SUvA/9qlBq
awa8PvmVDP3nvy2gmhvkTiKTOt82fWW04Y8VU5trJxHLEOi9+jfqr+eYZ/acpKaE
T36V8nBjtiRSxG2xixsTW2jJ+eY7kI4HrDOWyW7H2ngQ3lWxN+Y+iJdme93AxJN/
R35c4pK3oq3P4XO+4UEluoWLkkJ67iRAS/skiNtlk/9aTCFi8SMky64D/5oKY6w4
1uSWO8LTCJMwwW7GmRbAwOl3SBCesD+X2EHFR0eUXSZYxhGsJSnnFYdxx24u7Lut
ai8L06KcwDPqn4fW9arsqsVP6xC8BQodoNsgR/R6u4E7KV5uC6RTPR3w6TB1V8zq
mGPk4lNjSTnzNMGNbAMj+NbyU6k6H+BJKwb1E1THMMeA0sbfpVMo5HWxBwvhbysK
L4sINi+S+Pg3hBaT8f85
=u+dx
-END PGP SIGNATURE-



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



Bug#583769: k3b fails to create images of audio CD projects

2010-05-30 Thread Sebastian Ramacher
Package: k3b
Version: 1.92.0~rc3-1
Severity: important

If I want to create an ISO image of an audio CD project, k3b correctly encodes
the audio files to WAVs but doesn't create the ISO image.

I checked that with lsof. k3b doesn't open anything to write the image to.

-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages k3b depends on:
ii  cdparanoia   3.10.2+debian-9 audio extraction tool for sampling
ii  cdrdao   1:1.2.2-18.2records CDs in Disk-At-Once (DAO) 
ii  genisoimage  9:1.1.10-1  Creates ISO-9660 CD-ROM filesystem
ii  k3b-data 1.92.0~rc3-1A sophisticated CD/DVD burning app
ii  kdebase-runtime  4:4.4.3-1   runtime components from the offici
ii  libc62.10.2-9Embedded GNU C Library: Shared lib
ii  libgcc1  1:4.4.4-3   GCC support library
ii  libk3b6  1.92.0~rc3-1The KDE CD/DVD burning application
ii  libkcddb44:4.4.3-2   CDDB library for KDE (runtime)
ii  libkde3support4  4:4.4.3-2   the KDE 3 Support Library for the 
ii  libkdecore5  4:4.4.3-2   the KDE Platform Core Library
ii  libkdeui54:4.4.3-2   the KDE Platform User Interface Li
ii  libkfile44:4.4.3-2   the File Selection Dialog Library 
ii  libkio5  4:4.4.3-2   the Network-enabled File Managemen
ii  libknotifyconfig44:4.4.3-2   library for configuring KDE Notifi
ii  libkparts4   4:4.4.3-2   the Framework for the KDE Platform
ii  libkutils4   4:4.4.3-2   various utility classes for the KD
ii  libmusicbrainz4c2a   2.1.5-4 Second generation incarnation of t
ii  libqt4-dbus  4:4.6.2-5   Qt 4 D-Bus module
ii  libqt4-network   4:4.6.2-5   Qt 4 network module
ii  libqt4-qt3support4:4.6.2-5   Qt 3 compatibility library for Qt 
ii  libqt4-svg   4:4.6.2-5   Qt 4 SVG module
ii  libqt4-webkit4:4.6.2-5   Qt 4 WebKit module
ii  libqt4-xml   4:4.6.2-5   Qt 4 XML module
ii  libqtcore4   4:4.6.2-5   Qt 4 core module
ii  libqtgui44:4.6.2-5   Qt 4 GUI module
ii  libsolid44:4.4.3-2   Solid Library for KDE Platform
ii  libstdc++6   4.4.4-3 The GNU Standard C++ Library v3
ii  wodim9:1.1.10-1  command line CD/DVD writing tool

Versions of packages k3b recommends:
ii  dvd+rw-tools7.1-6DVD+-RW/R tools
ii  libk3b6-extracodecs 1.91.0~rc2-1 The KDE CD/DVD burning application
ii  vcdimager   0.7.23-4+b2  A VideoCD (VCD) image mastering an

Versions of packages k3b suggests:
pn  k3b-extrathemes(no description available)
pn  k3b-i18n   (no description available)
pn  movixmaker-2   (no description available)
pn  normalize-audio(no description available)
ii  sox  14.3.1-1+b1 Swiss army knife of sound processi

-- no debconf information



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



Bug#678499: iptables: iptables-restore messes with --log-prefix

2012-06-22 Thread Sebastian Ramacher
Package: iptables
Version: 1.4.14-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After the upgrade from 1.4.13-1.1 to 1.4.14-2 loading LOG rules with
iptables-restore is broken. Loading a rule like

 -A INPUT -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "foo"

I end up with

 -A INPUT -m limit --limit 3/min --limit-burst 10 -j LOG --log-prefix "--l"

Changing the length of the log prefix gives me more or less "--log-prefix" as
log prefix. So I suspect that --log-prefix and the argument are mixed up at some
place.

Using iptables to add the rule works fine, though.

Kind regards

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages iptables depends on:
ii  libc6  2.13-33
ii  libnfnetlink0  1.0.0-1

iptables recommends no packages.

iptables suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJP5CzhAAoJEGny/FFupxmTFbsP/R8vIpXTDqySrTJnt1DS8Cm6
XwZ/gypCaUWTBt9TvbKpbNLDWX8IiqHrCUdhz8UVWRY1hfU2/Ng3lTt4U/oToMI3
EAXodVxUy2FgMy1xP2rqjuOUBOCXQz58WjnoJPv+4bLW3Wvgqsje2Y8zQrqTewI+
zPhKl5+IhUFCQKsdcoUW6cmlGCxN5UDytmE3WuXlSbH36tq+c1eONCcRXfj1HhE8
ZIOyxWJOb5jIJ9MZO0eqvoYz0yWsg+VnZHWhhqaKHTe/AiQk6Z3NONKAlofIANla
APCWyQ0A6B33fd4frxQ7Ec0QMYnMlRX7en/E4g/tnocXs+Sesk/F3OFJQTGmWYy2
9Ncp2dwIJVLwDuimsqvMUPeERWItEjoxkxlm2uppniKgm8opUejl61oiGxjNTawI
wbdNY2XzR4dNr+88+7ubkRk7XjJfEa/02TbMvLWQyZ/lxj2mS2Bt9TDjbF/NFvhV
ZjERissyRCQa3Uz5bUC/4GdAayjy3/uboRir4JTxMvCaWhejuPdgX10/RhfyEH1R
ueLU7/OrzydiIQWAiY1Q5BDauexx3W0XRJgI7uTqUqnz8fLEUTpWm8Ufp6VTmac6
kzzT6mQuuBUJQssQ9XpwSBDEmikYFsyhBYnVgeD8LqcuIwzI5c+aie04iR8m4GtG
8kO4FbbcCgW9xYOJOxAA
=cqIr
-END PGP SIGNATURE-



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



Bug#678499: iptables: iptables-restore messes with --log-prefix

2012-06-22 Thread Sebastian Ramacher
forwarded 678499 http://bugzilla.netfilter.org/show_bug.cgi?id=782
thanks

Just found the upstream bug.
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#666380: libiptcdata: FTBFS: debian/xml-man/en/iptc.1: No such file or directory at /usr/bin/dh_installman line 127.

2012-06-23 Thread Sebastian Ramacher
tags 666380 + patch
thanks

On 30/03/12 11:39, Lucas Nussbaum wrote:
>> dh_installman -plibiptcdata-bin debian/xml-man/en/iptc.1 
>> debian/xml-man/en/iptc.1: No such file or directory at 
>> /usr/bin/dh_installman line 127.
>> make: *** [binary-install/libiptcdata-bin] Error 2

Please find attached a patch to fix this FTBFS.

Kind regards
-- 
Sebastian Ramacher
diff -u libiptcdata-1.0.4/debian/rules libiptcdata-1.0.4/debian/rules
--- libiptcdata-1.0.4/debian/rules
+++ libiptcdata-1.0.4/debian/rules
@@ -55,6 +55,8 @@
 
 build/python-iptcdata:: $(addprefix build-stamp-, $(PY_VERSIONS))
 
+build/libiptcdata-bin:: docbook-manpage
+
 install-stamp-%:
 	make -C build-$* install DESTDIR=$(CURDIR)/debian/tmp
 	touch $@


signature.asc
Description: OpenPGP digital signature


Bug#673112: lintian: hardening-no-stackprotector check has many false positives

2012-05-31 Thread Sebastian Ramacher
Hi Niels,

On 22/05/12 14:05, Niels Thykier wrote:
> [2] // Poor man's strdup
> #include 
> #include 
> #include 
> 
> int main(int argc, char **argv) {
>   const char *s = argv[0];
>   size_t l = strlen(s);
>   char *cpy = malloc (l + 1);
>   if (!cpy)
> return 1;
>   strcpy(cpy, s);
>   cpy[0] = 'b';
>   printf("%s\n", cpy);
>   return 0;
> }

I've been playing around with your example a bit. Since I stumbled upon some
cases where gcc didn't replace calls to memset and memmove with their hardened
versions, I modified your example to use memset and memmove. I ended up with the
following:

#include 
#include 
#include 

int main(int argc, char** argv)
{
  const char* s = argv[0];
  size_t l = strlen(s);
  char* cpy = malloc(l + 1);
  if (!cpy)
return 1;
  memset(cpy, s[0], l);
  cpy[l] = 0;
  printf("%s\n", cpy);
  memmove(cpy, s, l);
  cpy[0] = 'b';
  printf("%s\n", cpy);
  return 0;
}

Regardless of the flags passed to gcc [1], hardening-check reports the following
[2]:

 Fortify Source functions: no, only unprotected functions found!
unprotected: memset
unprotected: memmove

So maybe memset and memmove are good candidates for the while list as well.

Cheers

[1] `dpkg-buildflags --get CFLAGS` `dpkg-buildflags --get CPPFLAGS`
`dpkg-buildflags --get LDFLAGS` and iterated over all the possible -O.
[2] With -Os the call to memset is optimized and not present at all.
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 18:42, gregor herrmann wrote:
> On Sun, 13 May 2012 02:10:15 +0200, Sebastian Ramacher wrote:
> 
>> On 19/04/12 21:12, Lucas Nussbaum wrote:
>>> Relevant part:
>>>> gcc -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config 
>>>> --cflags`  `pkg-config lua --cflags --silence-errors ||pkg-config lua5.1 
>>>> --cflags --silence-errors ||pkg-config lua-5.1 --cflags` -D__ENABLE_LUA__  
>>>>  -O -Wall -g -O2 -c fileformats.c -o ../obj/unix/fileformats.o
>>>> fileformats.c:30:17: fatal error: png.h: No such file or directory
>>>> compilation terminated.
>>>> make[1]: *** [../obj/unix/fileformats.o] Error 1
>>
>> Please find attached a patch to fix this FTBFS.
> 
> Hm, builds fine for me now as-is ...

For me now as well. libsdl-image1.2-dev/1.2.12-2 added the dependency on
libpng-dev again, which was dropped in 1.2.12-1. But since grafx2 includes
libpng directly, it should add a Build-Dep on it at least [1].

Regards

[1] The libsdl-image1.2-dev maintainers plan to drop it again:
http://anonscm.debian.org/gitweb/?p=pkg-sdl/packages/sdl-image1.2.git;a=commit;h=8d2a6ca62f19eb9c92419496fe4c068b8ba3b3e4
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-31 Thread Sebastian Ramacher
On 31/05/12 19:18, gregor herrmann wrote:
> On Sat, 12 May 2012 23:29:30 +0200, Sebastian Ramacher wrote:
> 
>> On 30/03/12 11:14, Lucas Nussbaum wrote:
>>> Relevant part:
>>>> gcc version 4.6.3 (Debian 4.6.3-1) 
>>>> configure:2329: $? = 0
>>>> configure:2331: gcc -V &5
>>>> gcc: error: unrecognized option '-V'
>>>> gcc: fatal error: no input files
>>>> compilation terminated.
>>
>> Please find attached a patch to fix this FTBFS.
> 
> Here's a different approach to this issue that looks more
> debhelper-ish to me.

Yes, definitely.

> But lintian -F (ftp-amster autoreject reasosns) reports a problem:
> E: euler: binary-or-shlib-defines-rpath usr/bin/euler 
> /usr/lib/x86_64-linux-gnu

Regenerating ./configure fixes that. I can send an updated patch if you don't
want to do it your self.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#675379: python-keyring: CryptedFileKeyring is insecure

2012-05-31 Thread Sebastian Ramacher
Package: python-keyring
Version: 0.7.1-1
Severity: important
Tags: security

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Due to recent changes in python-crypto it has been discovered that
python-keyring's CryptedFileKeyring uses AES/CFB in an insecure way. CFB
requires an unpredictable IV, but CryptedFileKeyring doesn't even pass one.
In previous versions of python-crypto it was possible to omit the IV and it
was set to '\0' * 16 in that case. Starting with 2.6 it is mandatory to
specify an IV.

Please see LP: #1004845 [1] for a detailed discussion of the issue.

Kind regards

[1] https://bugs.launchpad.net/ubuntu/+source/python-keyring/+bug/1004845

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages python-keyring depends on:
ii  python 2.7.2-10
ii  python2.6  2.6.7-4
ii  python2.7  2.7.3~rc2-2.1

Versions of packages python-keyring recommends:
ii  python-crypto  2.6-2

python-keyring suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPx7HmAAoJEGny/FFupxmTFggQALhVKijeI3ClwADBkkeTtbA5
w08Fgkoqfnr90K7YIHf6UolISDwfUg5P1D1Bq9ablCef/EVe4mCSI/uRHQjL+96K
q9Kmw1SThxlDfozc1n6Jn1TqpEgMwJ4eH4tCAiOQHVEqUmWetMe74hVBj563gfdO
G68OAlrhl0tyl8JVM60Tj4bvcuoFvnUR9nZd+qE/G3lweWD9NL+HDuuocXXLEQNb
piLkLMeEq/PqfG0f1qMWXeDJTzr6Zm05k2xAqHP7ejj62iKeOViV3Abri/Zecy/d
qm2kUZRQkkYJP2ef7W3z9AnQVfu6CX7t2L74JOHEb20BlyQhT8aoGrSGZxKjHjHU
3kTfXGHuV0dbHXkPJ+IoG+qtYSBFVHlSQW/Rg7GOp4PxBVDXLw/zb64jJ9BG3ovq
AvRiDRRQpheY+WODuA/XHgeuaiWXsOfkVtsJowbtLK4L8DefBGI2I3xFbsLMkRGc
woWbyizPjPPpEmKiG9hpN0W0/8fpdhJoVrjw840DahP12SQmrccSGUf0Vq6cp4BW
LsPRfsskHYuO6G3aYwxHpjuX58S53+Viq2QeWos4vqOgRzyuCihQ3Sfki8ubztR1
vTK5F8NdlfsBfXGsrx6c0gx5jwCdg2aBjkqpnFPl9x4ewRxIzApGrsj6FRKwt/KA
xNuOBLsutj3z5FihNfbY
=rFa+
-END PGP SIGNATURE-



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



Bug#681765: bpython-urwid: suggest python-twisted

2012-07-16 Thread Sebastian Ramacher
Package: bpython-urwid
Version: 0.11-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

bpython's urwid interface supports the use of Twisted rectors and is able to run
twistd plugins. So please add a Suggest on python-twisted.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages bpython-urwid depends on:
ii  bpython   0.11-1
ii  python2.7.3-1
ii  python-urwid  1.0.1-2

bpython-urwid recommends no packages.

bpython-urwid suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJQA+cNAAoJEGny/FFupxmT0TQP/3Fz3fa58w0u/0TLoE1Mj8bI
KRLv4VhTZ9SGVQkdQWcjw4jIJ5ppm9aDW/bhvpORNth7sA4PLZ3zBg7Cn6yS6aIz
utMF08LRG/8gYjhsWdFpiM4fGk3gGm0lLj4zv01Qvugk+9KnRFLjNeF5YvJ9P64y
RHEpQzWU3LwDJbhNXJRzz9Jl7xUZzCqfNesuYnaacPlckJ10NzbJ5774v4VO2AzN
S0+Q7GRzmxN0c7mBc4FEzk8H76Aba710BX6yazqG+g+zWl9pI5wxbqGjafJjJhyp
T7C16G39temACrpRfqmDZtXJNwmLl9NOnXCkonoXCotI1EvhM7+exqrN7L5n1ni6
IIMe0JGOJ9cP/wjwaCCpmYVDfX2aKf88mVFEgF5HGGwerUbpetbWkqEeqbomwi1X
K4n2WCgXnTKUDmKUvcEYqjqmkPSgUw1hkwo+iUXsm4mALMVnMxLBkuyU8n6n0T8B
sNtSIAxedt1YZs+4D2k3OW5IBzE/QoXYkWG15DpYG9XgMKedwDMwuVT0BPQLb1TE
C4QdHc8kuQrCJjmwSTBot6IH4LxreUGwMFwH34MvIvD35saKYqyRMgPke5luk0mJ
oMJ2EkqtK2QtdjcdW0Q8dCzlXaWfiT2DCmrAGjOZ7NmwpIIreEdeXNwQwX5UghOK
h2Ls/IhmIskBqVuQlW+M
=ma5c
-END PGP SIGNATURE-


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



Bug#682316: gnome-mplayer: Mplayer interrupted by signal 6.

2012-07-22 Thread Sebastian Ramacher
tags 682316 + moreinfo
thanks

Hi,

>I got a report "MPlayer interrupted by signal 6 in module: filter video" 
> when I try to use gnome-mplayer to play every video with all configure I 
> could try. But I am able to play them with smplayer normally. Now 
> gnome-player is almost unusable to me.

please run gnome-mplayer -v to get the exact command that gnome-mplayer uses to
execute mplayer. This should look something like:

 mplayer -vo gl_nosw -vf-add screenshot -channels 2 -af-add
export=/tmp/mplayer-af_exportcxhhdg:512 -quiet -slave -noidle -noconsolecontrols
-nostop-xscreensaver -identify -volume 100 -softvol -msglevel all=5 -osdlevel 0
-delay 0.00 -subdelay 0.00 -subpos 0 -sub-fuzziness 0 -wid 0x3a0001a
-brightness 0 -contrast 0 -hue 0 -saturation 0 -alang Zuni,zun -slang Zuni,zun
-nomsgcolor -nomsgmodule -nokeepaspect -ass -embeddedfonts -ass-font-scale 1.00
-ass-color ff00 filepath

Please remove -wid 0x from the line and try to run it yourself with
mplayer installed (not mplayer2). If that line fails as well this is a mplayer
bug and should be reassigned.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#679754: libgtk-3-dev: /usr/share/doc/libgtk-3-dev/README: dangling symlink

2012-07-01 Thread Sebastian Ramacher
Package: libgtk-3-dev
Version: 3.4.2-2
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

/usr/share/doc/libgtk-3-dev/README points to
/usr/share/doc/libgtk-3-common/README which does not exist. I guess it's
supposed to point to /usr/share/doc/libgtk-3-common/README.gz.

Kind regards

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages libgtk-3-dev depends on:
ii  gir1.2-gtk-3.03.4.2-2
ii  libatk1.0-dev 2.4.0-2
ii  libcairo2-dev 1.12.2-2
ii  libgdk-pixbuf2.0-dev  2.26.1-1
ii  libglib2.0-dev2.32.3-1
ii  libgtk-3-03.4.2-2
ii  libgtk-3-common   3.4.2-2
ii  libpango1.0-dev   1.30.0-1
ii  libx11-dev2:1.5.0-1
ii  libxcomposite-dev 1:0.4.3-2
ii  libxcursor-dev1:1.1.13-1
ii  libxdamage-dev1:1.1.3-2
ii  libxext-dev   2:1.3.1-2
ii  libxfixes-dev 1:5.0-4
ii  libxi-dev 2:1.6.1-1
ii  libxinerama-dev   2:1.1.2-1
ii  libxrandr-dev 2:1.3.2-2
ii  pkg-config0.26-1

libgtk-3-dev recommends no packages.

Versions of packages libgtk-3-dev suggests:
pn  libgtk-3-doc  

- -- no debconf information

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

iQIcBAEBCAAGBQJP8Ck7AAoJEGny/FFupxmTMVcQAIb6qJc0AwJKiq6opUlfgDcD
wrB4t/i8HFRd3Q7DV81VNfzqjvNxqfTaF8zdxK6tVSJaVrQHi5aLRfWLH0FjqLRe
8AaPXAUVF2wIxKvNdWsiMkyqUAiHBI9Zn0wBG6zYk1ySI21jyb86WikbHmc2IGiK
lTZS/MYi38GpCEU+4az9igOGKS2e0DsAQSfCLCP1x+YlK1uNNDkbmmaWQaNBhvkt
0BK9ZTCH97qxMrzDsA8J6RCDyFmm//TJo0FpyW03BXEREpNJbJ/fHsMgGru9GN7i
lWUk2KLZ0HeekYzbKHLwB+9P4JeXuu5ixa6e1AT/q7q3+/wxgRhXDwxdV7qbxs6D
Cju65UMdt2S/Jh0YRXXaMDoZQyrPg6/OC23nhDHSYOCzjOUOeDtqPb84Kk/y5jIs
x98renOl0Yp8uRq5o9CGxqDAnL25Epw+LJwLQiR0qCbe3blNmxF0xDXmIjDR18VY
0ZrASLAiYoqP5Kx8uaMiSaIOMjskiYAOWP/FH52A3jC+rvlh6IDWWFDI5Etkvm8K
FjMS9E6fZEzjcNtaE4OOeCroBUrB3fl6I5uqb0E5MCgEHcpLqYkIT0JVtrv6NN3Z
A+R9magosGKDiQj4H/7P/vb/BqGuBYIz3wYvkZCAl2hGbrImFQW+sVA7075bujyq
BJ57T1V0DTsVH0i7XcZw
=S7F3
-END PGP SIGNATURE-



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



Bug#679945: kiwix: crashes entire session upon exit

2012-07-02 Thread Sebastian Ramacher
Hi,

On 02/07/12 18:15, whatmeurgent wrote:
> I've twice launched and used kiwix satisfactorily; on both occassions, upon 
> selecting the menu item file/quit, the entire session dies and returns me to 
> a login screen, resulting in total loss of all unsaved work in orther windows.

After selecting File/Quit I'm able to observe a crash as well. It doesn't crash
the session for me but it might be related. Here's the gdb output:

$ gdb -q --args sh /usr/bin/xulrunner-10.0 /usr/lib/kiwix/application.ini
Reading symbols from /bin/sh...(no debugging symbols found)..done.
(gdb) r
Starting program: sh /usr/bin/xulrunner-10.0 /usr/lib/kiwix/application.ini
process 8521 is executing new program: /bin/dash
process 8521 is executing new program: /usr/lib/xulrunner-10.0/xulrunner-bin
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7fffeb0a6700 (LWP 8547)]
[New Thread 0x7fffea4f3700 (LWP 8548)]
[New Thread 0x7fffe9aff700 (LWP 8549)]
[New Thread 0x7fffe90ff700 (LWP 8550)]
[New Thread 0x7fffe25fc700 (LWP 8551)]
[New Thread 0x7fffe1dfb700 (LWP 8552)]
[New Thread 0x7fffe06ff700 (LWP 8553)]
[New Thread 0x7fffdfefe700 (LWP 8554)]
[New Thread 0x7fffdf6fd700 (LWP 8555)]
[Thread 0x7fffdf6fd700 (LWP 8555) exited]
[New Thread 0x7fffdeaff700 (LWP 8556)]
[New Thread 0x7fffdf6fd700 (LWP 8557)]
[New Thread 0x7fffdc9ff700 (LWP 8558)]
[New Thread 0x7fffdc1fe700 (LWP 8559)]
[New Thread 0x7fffdb7ff700 (LWP 8560)]
[New Thread 0x7fffdaffe700 (LWP 8561)]

Program received signal SIGTERM, Terminated.
0x755b9757 in kill () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt
#0  0x755b9757 in kill () from /lib/x86_64-linux-gnu/libc.so.6
#1  0x7fffe2e6d457 in ContentManager::KillAria2c(bool*) () from
/usr/lib/kiwix/components/contentManager.so
#2  0x76e7e665 in NS_InvokeByIndex_P () from
/usr/lib/xulrunner-10.0/libxul.so
#3  0x76b81852 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#4  0x76b8648d in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#5  0x74ea7173 in ?? () from /usr/lib/libmozjs.so.10d
#6  0x74e9581d in ?? () from /usr/lib/libmozjs.so.10d
#7  0x74ea7136 in ?? () from /usr/lib/libmozjs.so.10d
#8  0x74ea7987 in ?? () from /usr/lib/libmozjs.so.10d
#9  0x74e1b52c in JS_CallFunctionValue () from /usr/lib/libmozjs.so.10d
#10 0x769433dd in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#11 0x769887d4 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#12 0x76856e97 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#13 0x76869ef3 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#14 0x7686a2cf in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#15 0x7686aa23 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#16 0x7667843e in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#17 0x76bfd61e in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#18 0x76bfbcff in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#19 0x76c448a4 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#20 0x76c4709a in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#21 0x7695e848 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#22 0x7695eb13 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#23 0x76e71255 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#24 0x76e46a80 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#25 0x76deeb98 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#26 0x76e8c6a3 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#27 0x76d6e7b9 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#28 0x76c4ffe3 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#29 0x76537d61 in XRE_main () from /usr/lib/xulrunner-10.0/libxul.so
#30 0x004029d0 in ?? ()
#31 0x755a5ead in __libc_start_main () from 
/lib/x86_64-linux-gnu/libc.so.6
#32 0x00402aa9 in _start ()

Installing aria2 fixes the crash for me. Does installing aria2 fix the issue for
you as well?

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682641: pycode-browser: FTBFS: LyX: Creating directory /sbuild-nonexistent/.lyx/

2012-07-25 Thread Sebastian Ramacher
On 25/07/12 14:05, Georges Khaznadar wrote:
> Hello Lucas, the bug you reported does not seems to be reproducible.
> 
> The error during the creation of a directory refers to a directory named 
> /sbuild-nonexistent, which is referred by no environment variable when I
> attempt a "pbuilder login".

The problem is that lyx tries to access $HOME, which is set to
/sbuild-nonexistent (see Lucas' build log) and does not exist.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682641: pycode-browser: FTBFS: LyX: Creating directory /sbuild-nonexistent/.lyx/

2012-07-25 Thread Sebastian Ramacher
Hi Georges,

On 25/07/12 14:50, Georges Khaznadar wrote:
> - which is the tool used to check the packages? I currently use
>   pbuilder, but the errors are reported from some other tool.

sbuild. You should be able to reproduce the problem with pbuilder as well. Just
set HOME to something non-existent before starting the build.

> - should I forward that bug to the maintainer of LyX?

That's not a bug in LyX. You just have to take care of programs using $HOME
during the build process.

> and the half of a question:
> - I suppose that defining temporarily HOME as $(mktemp -d) would 
>   work around this problem. Should I close the bug if I use such a
>   workaround? 

Yes, you just need a $HOME that lyx can use. Any writable directory should do.
You can have a look at the packaging of ipython for an example:
http://anonscm.debian.org/viewvc/python-modules/packages/ipython/trunk/debian/rules?revision=22385&view=markup
lines 13 and 29

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
Control: tags 682410 + patch

On 22/07/12 15:59, Andreas Beckmann wrote:
> make[3]: Entering directory `/tmp/buildd/viennacl-1.2.0/obj-x86_64-linux-gnu'
> /usr/bin/cmake -E cmake_progress_report 
> /tmp/buildd/viennacl-1.2.0/obj-x86_64-linux-gnu/CMakeFiles 88
> [ 85%] Building CXX object 
> examples/parameters/CMakeFiles/matrixparams.dir/matrix.cpp.o
> cd /tmp/buildd/viennacl-1.2.0/obj-x86_64-linux-gnu/examples/parameters && 
> /usr/bin/c++-Wall -pedantic -I/tmp/buildd/viennacl-1.2.0 
> -I/tmp/buildd/viennacl-1.2.0/obj-x86_64-linux-gnu -I/tmp/bu
> ildd/viennacl-1.2.0/external-o CMakeFiles/matrixparams.dir/matrix.cpp.o 
> -c /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp
> In file included from /tmp/buildd/viennacl-1.2.0/viennacl/matrix.hpp:28:0,
>  from 
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp:20:
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp: In 
> instantiation of 'void viennacl::linalg::prod_impl(const 
> viennacl::matrix_expression IGNMENT>, const viennacl::matrix, 
> viennacl::op_trans>&, const viennacl::vector&, 
> viennacl::vector&) [with SC
> ALARTYPE = float; F = viennacl::row_major; unsigned int ALIGNMENT = 1u; 
> unsigned int VECTOR_ALIGNMENT = 1u]':
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:1023:9:   
> required from 'viennacl::vector& 
> viennacl::vector::operator=(const vienna
> cl::vector_expression viennacl::matrix, const 
> viennacl::matrix, viennacl::op_trans>, const vie
> nnacl::vector, viennacl::op_prod>&) [with F = 
> viennacl::row_major; unsigned int MAT_ALIGNMENT = 1u; SCALARTYPE = float; 
> unsigned int ALIGNMENT = 1u]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix_functors.hpp:90:3:   
> required from 'void matrix_trans_vec_mul(TestData&) [with TestData = 
> test_data, viennacl::vecto
> r, viennacl::matrix >]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp:154:3:   required 
> from 'int run_matrix_benchmark(test_config&, 
> viennacl::io::parameter_database&) [with ScalarType = float]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp:237:42:   required 
> from here
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:369:7: 
> error: 'trans_prod_impl' was not declared in this scope, and no declarations 
> were found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:381:10: 
> note: 'template int VECTOR_ALIGNMENT> void viennacl::linalg::trans_prod_impl(const 
> viennacl::matrix&, const 
> viennacl::vector&, viennacl::vector VECTOR_ALIGNMENT>&)' declared here, later in the translation unit
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp: In 
> instantiation of 'void viennacl::linalg::prod_impl(const 
> viennacl::matrix_expression, 
> const viennacl::matrix, viennacl::op_trans>&, const 
> viennacl::vector&, viennacl::vector VECTOR_ALIGNMENT>&) [with SCALARTYPE = double; F = viennacl::row_major; 
> unsigned int ALIGNMENT = 1u; unsigned int VECTOR_ALIGNMENT = 1u]':
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:1023:9:   
> required from 'viennacl::vector& 
> viennacl::vector::operator=(const 
> viennacl::vector_expression viennacl::matrix, const 
> viennacl::matrix, viennacl::op_trans>, const 
> viennacl::vector, viennacl::op_prod>&) [with F = 
> viennacl::row_major; unsigned int MAT_ALIGNMENT = 1u; SCALARTYPE = double; 
> unsigned int ALIGNMENT = 1u]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix_functors.hpp:90:3:   
> required from 'void matrix_trans_vec_mul(TestData&) [with TestData = 
> test_data, viennacl::vector, 
> viennacl::matrix >]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp:154:3:   required 
> from 'int run_matrix_benchmark(test_config&, 
> viennacl::io::parameter_database&) [with ScalarType = double]'
> /tmp/buildd/viennacl-1.2.0/examples/parameters/matrix.cpp:253:45:   required 
> from here
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:369:7: 
> error: 'trans_prod_impl' was not declared in this scope, and no declarations 
> were found by argument-dependent lookup at the point of instantiation 
> [-fpermissive]
> /tmp/buildd/viennacl-1.2.0/viennacl/linalg/matrix_operations.hpp:381:10: 
> note: 'template int VECTOR_ALIGNMENT> void viennacl::linalg::trans_prod_impl(const 
> viennacl::matrix&, const 
> viennacl::vector&, viennacl::vector VECTOR_ALIGNMENT>&)' declare

Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-26 Thread Sebastian Ramacher
Control: clone 680845 -1
Control: reassign -1 rubber
Control: retitle -1 rubber: calls makeindex with absolute paths
Control: forwarded -1 https://bugs.launchpad.net/rubber/+bug/706338
Control: block 680845 by -1

On 08/07/12 19:05, Lucas Nussbaum wrote:
>> rubber main.tex
>> compiling main.tex...
>> processing index main.idx...
>>
>> makeindex: Not writing to /«PKGBUILDDIR»/tex/main.ind (openout_any = p).
>> Can't create output index file /«PKGBUILDDIR»/tex/main.ind.
>> Usage: makeindex [-ilqrcgLT] [-s sty] [-o ind] [-t log] [-p num] [idx0 idx1 
>> ...]
>> could not make index /«PKGBUILDDIR»/tex/main.ind
>> make[2]: *** [derivations.dvi] Error 1

This is a bug in rubber. makeindex requires relative paths if TEXMFOUTPUT is not
set to the correct directory. rubber calls makeindex with absolute paths, 
though.

Until rubber is fixed setting TEXMFOUTPUT to $(CURDIR)/tex in debian/rules is
enough is enough to work around this bug..

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
Hi Karl,

On 26/07/12 21:48, Karl Rupp wrote:
> thanks for the patch. Just two short questions:
> * Which compiler (version) did you use? 

gcc 4.7

> * Do you happen to know whether the error shows up with ViennaCL 1.3.0 as 
> well? 

ViennaCL 1.3.0 has the same issue. Michael Wild's package at mentors.debian.net
[1] already contains the fix and he opened a bug report upstream [2].

Kind regards

[1] http://mentors.debian.net/package/viennacl
[2]
http://sourceforge.net/tracker/?func=detail&aid=3530507&group_id=322140&atid=1353702
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682410: viennacl: FTBFS in a minimal sid amd64 chroot

2012-07-26 Thread Sebastian Ramacher
Hi Michael,

On 26/07/12 22:39, Michael Wild wrote:
> How should I proceed? Should I upload viennacl-1.2.0-2 to mentors and
> ask for sponsorship? I don't suppose that 1.3.0-1 would be uploadable
> due to the freeze, right?
> 
> Michael

The diff between 1.2.0-1 and 1.3.0-1 is huge:
 311 files changed, 19800 insertions(+), 3235 deletions(-)

So viennacl 1.2.0-2 with only the fix for this bug sounds like the best idea to
me. That'd make it easier for the Release Team to review the diff and to grant a
freeze exception to viennacl eventually.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#682907: World Wind 1.4 is available

2012-07-26 Thread Sebastian Ramacher
Source: worldwind
Version: 0.5.0-8
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please package the new World Wind release.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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

iQIcBAEBCAAGBQJQEc/UAAoJEGny/FFupxmTNjMQAIcejqgmSdjc5tGfk16/E1Bw
5rrH/b5b0ra1AA7sYaV5M6t8H3ab/XOZZhf2mcpkRLs8Ouy5PmF2Ibdc211bl7bC
3BUtbC9TE93iEcgXoXHQV0jsAAfrF/I2Tzux4SX69QtWmakhMf2nw+YtiPbDoXzi
rV/botTj0tAWsgZcfDwXlH2Kn0F39nufVtyPWhh6d8L1gH+gdgpFohobRG7rsdjZ
gr5A5gCX77Frh68KTvwDG/GSO7D3RAZx2QLuJFBCxX/urEvWHdFzYIA0/B4Uwj+9
8Tfqyvm85XL+kH/yu3X9+eKx/QhoHIG5pBjUbtKNf9fT6ZVULCS4BnLbL4+hr7lB
UmQM5Wma/y50/Anrtxn39RJnVgDwIBYNzKUSHeya4MpP8flq4dgIVpohgKmIoEU4
nh5fFjaDGaGkltic+yjIBZhbyc/9ju7DU3wxFSGebyfnVjcHFD3b6q36LdmF/ApI
+09wycxzZ/wgW+Ng0rn0w2RrvOJMmYhpTiNcBQqecj2EZVcV5riXIyD5nGVFD9V4
Z6MkG0BzNInpB9WKuLXfAZ+SiNJEtw7BWioXjSVdxJTzr0RlF7Dq8CgDcqwbHTt+
OsSEIC4VpUFBULCP770T7gFnvUWZrtsU4rCMQ7T4KKU63Dtz9T5BHWMXGlMDuVB3
jyeBLnir63aCd4s4+xYc
=NCWh
-END PGP SIGNATURE-


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



Bug#682892: Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-07-27 Thread Sebastian Ramacher
Hi Hilmar,

On 27/07/12 10:52, Hilmar Preusse wrote:
> As you have a work around: is this cloned bug still of severity
> serious?

I'd say it's at least important and should be fixed for wheezy anyway. The bug
causes a FTBFS in another package and makes rubber useless for any document
containing an index.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#683845: RFS: gnomint/1.2.1-4 [RC] [QA]

2012-08-04 Thread Sebastian Ramacher
Package: sponsorship-requests
Severity: important
User: sponsorship-reque...@packages.debian.org
Usertags: for-wheezy

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Dear mentors,

I am looking for a sponsor for a QA upload of package "gnomint" to fix #682432.

 Package name: gnomint
 Version : 1.2.1-4

It builds those binary packages:
 gnomint- x509 Certification Authority management tool for GNOME

To access further information about this package, please visit the following 
URL:
 http://mentors.debian.net/package/gnomint

Alternatively, one can download the package with dget using this command:
 dget -x 
http://mentors.debian.net/debian/pool/main/g/gnomint/gnomint_1.2.1-4.dsc

Changes since the last upload:

  * QA upload.
  * d/patches/682432.patch: Fix double free in tls_creation_data_free.
(Closes: #682432)

Regards

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

iQIcBAEBCAAGBQJQHW1YAAoJEGny/FFupxmTuzsP/2QZHKbXBqSf0ClDlwf+wH9e
/YA5N80ZDwBFt4V+mBu5mFB1852A9fIXqiPKeGZr87rptEneP4CsSBL6i9Uxd8sG
VjumCoVg0aN4TfYjwcumvVvsgiagSKW75lo+s+xDTWrAprqd7wX/XzoWrsoklme4
n6qjX9U0WUR3SafV9VIPZX017M9ehDbunBlZD9K9YIxRLKODsz0v9R3SIsmRHmdI
Xa/5GKNJNCZRJmBYaIRRZRY5eqxwj7ffJATwRxNX9XCVJsQA84j1emfO1wcNHs1u
qIQqbgLxveQHC4bD2bKlJUqg2szboMmtOXTvpJQqZOCgE3LsdgAUhw+nW5SYuqM5
QoFKh4rGvz4SpquvPaPR9wnHLDrmkdkxJRL5kKptOGKJIQPS+TRB5v01rWIhx99T
Dh+dyvgiZLA//Alu712Zw6+WyJFAT+WGxvsn3adnTxYRyXPpJR//o9Xlhekiz3WW
fZljr8/IURBzVwv6HExjpoDQDBpkbkOa26QoyerBq47u3g9GYW3ubTdSvCvLEAvd
M5GoQi2d7yOjz6iwbUeCqJeJMOh+bfl4jeIE/6cIBDueQP3Kc6fkaiNzZ0LXa3GV
kUbAr9Th+zJVt5EAuRGQMjNSomkmkneZu4FMGRzGUrTE1eTKMp9LfBneRu8+DM1E
R/Ut4/dyKJOrnxPyJmdI
=qi7A
-END PGP SIGNATURE-


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



Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-06-01 Thread Sebastian Ramacher
On 01/06/12 01:03, gregor herrmann wrote:
> If you have the time to create a debdiff, great.
> Otherwise I can also do it myself.

Here it is. LDFLAGS is exported now as well. Otherwise the maintainer's change
from 1.61.0-5 is reverted, i.e the unneeded dependencies are back.

Cheers
-- 
Sebastian Ramacher
diff -Nru euler-1.61.0/debian/changelog euler-1.61.0/debian/changelog
--- euler-1.61.0/debian/changelog	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/changelog	2012-06-01 14:09:21.0 +0200
@@ -1,3 +1,16 @@
+euler (1.61.0-8.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to regenerate ./configure. This fixes the FTBFS and
+lintian's binary-or-shlib-defines-rpath. (Closes: #666337)
+- debian/control: Build-Dep on dh-autoreconf instead of autotools-dev.
+- debian/rules:
+  - Call dh with --with autoreconf and don't copy config.{guess,sub}
+manually.
+  - Export LDFLAGS to not revert the maintainer's change in 1.61.0-5.
+
+ -- Sebastian Ramacher   Fri, 01 Jun 2012 13:48:31 +0200
+
 euler (1.61.0-8) unstable; urgency=low
 
   * Switched to source format "3.0 (quilt)".
diff -Nru euler-1.61.0/debian/control euler-1.61.0/debian/control
--- euler-1.61.0/debian/control	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/control	2012-05-31 19:32:06.0 +0200
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Frank S. Thomas 
-Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev (>= 2.6.0)
+Build-Depends: debhelper (>= 7), dh-autoreconf, libgtk2.0-dev (>= 2.6.0)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/collab-maint/euler.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/euler.git
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/rules	2012-06-01 14:04:57.0 +0200
@@ -1,13 +1,9 @@
 #!/usr/bin/make -f
 
-LDFLAGS += -Wl,--as-needed
-
-build:
-	cp -f /usr/share/misc/config.guess .
-	cp -f /usr/share/misc/config.sub .
-	dh build
+export LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@
+	dh $@ --with autoreconf
 
-.PHONY: build
+# override_dh_autoreconf:
+#	dh_autoreconf --as-needed


signature.asc
Description: OpenPGP digital signature


Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-06-01 Thread Sebastian Ramacher
On 01/06/12 14:17, Sebastian Ramacher wrote:
> On 01/06/12 01:03, gregor herrmann wrote:
>> If you have the time to create a debdiff, great.
>> Otherwise I can also do it myself.
> 
> Here it is. LDFLAGS is exported now as well. Otherwise the maintainer's change
> from 1.61.0-5 is reverted, i.e the unneeded dependencies are back.

Sorry, that was the wrong patch. Here is the right one.

Cheers
-- 
Sebastian Ramacher
diff -Nru euler-1.61.0/debian/changelog euler-1.61.0/debian/changelog
--- euler-1.61.0/debian/changelog	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/changelog	2012-06-01 14:09:21.0 +0200
@@ -1,3 +1,16 @@
+euler (1.61.0-8.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Use dh-autoreconf to regenerate ./configure. This fixes the FTBFS and
+lintian's binary-or-shlib-defines-rpath. (Closes: #666337)
+- debian/control: Build-Dep on dh-autoreconf instead of autotools-dev.
+- debian/rules:
+  - Call dh with --with autoreconf and don't copy config.{guess,sub}
+manually.
+  - Export LDFLAGS to not revert the maintainer's change in 1.61.0-5.
+
+ -- Sebastian Ramacher   Fri, 01 Jun 2012 13:48:31 +0200
+
 euler (1.61.0-8) unstable; urgency=low
 
   * Switched to source format "3.0 (quilt)".
diff -Nru euler-1.61.0/debian/control euler-1.61.0/debian/control
--- euler-1.61.0/debian/control	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/control	2012-05-31 19:32:06.0 +0200
@@ -2,7 +2,7 @@
 Section: math
 Priority: optional
 Maintainer: Frank S. Thomas 
-Build-Depends: debhelper (>= 7), autotools-dev, libgtk2.0-dev (>= 2.6.0)
+Build-Depends: debhelper (>= 7), dh-autoreconf, libgtk2.0-dev (>= 2.6.0)
 Standards-Version: 3.8.3
 Vcs-Git: git://git.debian.org/git/collab-maint/euler.git
 Vcs-Browser: http://git.debian.org/?p=collab-maint/euler.git
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/rules	2012-06-01 14:11:14.0 +0200
@@ -1,13 +1,6 @@
 #!/usr/bin/make -f
 
-LDFLAGS += -Wl,--as-needed
-
-build:
-	cp -f /usr/share/misc/config.guess .
-	cp -f /usr/share/misc/config.sub .
-	dh build
+export LDFLAGS += -Wl,--as-needed
 
 %:
-	dh $@
-
-.PHONY: build
+	dh $@ --with autoreconf


signature.asc
Description: OpenPGP digital signature


Bug#675379: python-keyring: CryptedFileKeyring is insecure

2012-06-05 Thread Sebastian Ramacher
tags 675379 + fixed-upstream
thanks

python-keyring 0.9.2 has been released which contains a fix for this issue.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#676517: zathura: Going to a given page don't work

2012-06-07 Thread Sebastian Ramacher
tags 676517 + upstream fixed-upstream
thanks

On 07/06/12 15:54, Florian Birée wrote:
> Is it possible to get this change in the debian package?

Unfortunately the fix requires changes to girara that break its ABI. So this has
to wait for a new girara release.

Cheers
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#676650: libssh: please provide variant linked against gcrypt

2012-06-08 Thread Sebastian Ramacher
Source: libssh
Version: 0.5.2-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Please provide a variant of libssh that is linked against gcrypt instead of
OpenSSL (like libcurl does for example). This can be achieved by passing
- -DWITH_GCRYPT to cmake.

With this change it would be possible to link GPLed software without an OpenSSL
linking exemption to libssh.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

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

iQIcBAEBCAAGBQJP0hFNAAoJEGny/FFupxmT/wgQAKuigJRUEhVDrcGPKxE4l1ts
LP4qJo2WnHI0S+tuam5JuxB7b5HamCUumpex/nAZtZ77F9oFEsS04RTFxFlIQvcR
qpE0hwForL50ZviDoP3Cd+MVTFXGRC8MXRtOqpQcWV0RR8V56eLZmcQSzhrSeB1U
dpLkXMv8fB1fbLy0RCuBHr9ogdQEA2FGD/JouYdY0xNyq9GqCYacdVjBFb1uStyb
wKyuPXr2m6kQnKrbgcWfgUcyJpKDN5Y966dQUAtDGkJHKvEfzG/PaYalgzq5OK0a
5BnLvnU+uJpl2duGyw3L4m2jYrEU70ZJuebffsUhChs+stnJbRdoRDDZXUXUnQ+c
t5MvvU9dYKC7XzLKUpSlEQ/7goA6ALbNNjISNkylrJs/eqQRXBEobr6E9fxLzm7b
gX1Ev3+0oxlxRI8iJEG7gTH5ehhwtiMsIMEvaa3Wmxs6m1qWV8KIgheM8xYFSImo
gU94CA974VCtzGievkaenaKkOlrbE3jLm4LZjdh1Q8GoNL+DIlUv/4pOGOAUhh1K
QY2BCc9IJrJr6OsXH7DV2FBY1nQYYzMK5wc3i16ebWwNFIhyo+ne4PcCdIdXqFoq
cTx8v8cktY42D7B4OSxvjNuR62nNpL9X6Yl9ymt7DtTO61NGdjYEDDMtXnSMwSdY
roe11UhpwTs2JhXmWUhD
=rpAV
-END PGP SIGNATURE-



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



Bug#686234: zathura: Don't start searching until 'Enter' pressed

2012-08-30 Thread Sebastian Ramacher
Control: forwarded -1 http://bugs.pwmt.org/issue248
Control: tags -1 + upstream

On 30/08/12 12:46, George B. wrote:
> Is it possible to have zathura behave more like 'less' with regard to 
> searching, i.e. to start searching only after enter key is pressed.
> 
> At present searching starts as soon as character is entered which in my case 
> (for a large PDF document) causes the screen to freeze up for a few seconds.

It is currently not possible to do so. I've forwarded your request upstream.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#674373: Patch to fix FTBFS

2012-06-15 Thread Sebastian Ramacher
tags 674373 + patch
thanks

Please find attached a patch to fix the FTBFS.

Kind regards
-- 
Sebastian Ramacher
diff -Nru plastimatch-1.5.10+dfsg0/debian/changelog plastimatch-1.5.10+dfsg0/debian/changelog
--- plastimatch-1.5.10+dfsg0/debian/changelog	2012-04-24 04:48:36.0 +0200
+++ plastimatch-1.5.10+dfsg0/debian/changelog	2012-06-15 22:52:39.0 +0200
@@ -1,3 +1,10 @@
+plastimatch (1.5.10+dfsg0-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/674374.patch: Fix FTBFS with gcc 4.7. (Closes: #674373)
+
+ -- Sebastian Ramacher   Fri, 15 Jun 2012 22:44:04 +0200
+
 plastimatch (1.5.10+dfsg0-1) unstable; urgency=low
 
   * build with libpng-dev instead of libpng12-dev (Closes: #662467)
diff -Nru plastimatch-1.5.10+dfsg0/debian/patches/674373.patch plastimatch-1.5.10+dfsg0/debian/patches/674373.patch
--- plastimatch-1.5.10+dfsg0/debian/patches/674373.patch	1970-01-01 01:00:00.0 +0100
+++ plastimatch-1.5.10+dfsg0/debian/patches/674373.patch	2012-06-15 22:52:28.0 +0200
@@ -0,0 +1,108 @@
+Description: Fix build failures with gcc 4.7
+Author: Sebastian Ramacher 
+Last-Update: 2012-06-15
+
+Index: plastimatch-1.5.10+dfsg0/libs/dlib-17.34/dlib/string/string.h[36/3823]
+===
+--- plastimatch-1.5.10+dfsg0.orig/libs/dlib-17.34/dlib/string/string.h  2012-06-15 20:12:23.0 +
 plastimatch-1.5.10+dfsg0/libs/dlib-17.34/dlib/string/string.h   2012-06-15 20:12:23.0 +
+@@ -222,6 +222,43 @@
+ 
+ // 
+ 
++template <
++typename charT,
++typename traits,
++typename alloc
++>
++inline const typename disable_if,std::string>::type narrow (
++const std::basic_string& str
++)
++{
++std::string temp;
++temp.reserve(str.size());
++std::string::size_type i;
++for (i = 0; i < str.size(); ++i)
++{
++if (zero_extend_cast(str[i]) > 255)
++temp += ' ';
++else
++temp += zero_extend_cast(str[i]);
++}
++return temp;
++}
++
++template <
++typename charT,
++typename traits,
++typename alloc
++>
++inline const typename enable_if,std::string>::type narrow (
++const std::basic_string& str
++)
++{ 
++return str;
++}
++
++
++// 
++
+ class string_cast_error : public error
+ {
+ public:
+@@ -438,42 +475,6 @@
+ 
+ // 
+ 
+-template <
+-typename charT,
+-typename traits,
+-typename alloc
+->
+-inline const typename disable_if,std::string>::type narrow (
+-const std::basic_string& str
+-)
+-{
+-std::string temp;
+-temp.reserve(str.size());
+-std::string::size_type i;
+-for (i = 0; i < str.size(); ++i)
+-{
+-if (zero_extend_cast(str[i]) > 255)
+-temp += ' ';
+-else
+-temp += zero_extend_cast(str[i]);
+-}
+-return temp;
+-}
+-
+-template <
+-typename charT,
+-typename traits,
+-typename alloc
+->
+-inline const typename enable_if,std::string>::type narrow (
+-const std::basic_string& str
+-)
+-{ 
+-return str;
+-}
+-
+-// 
+-
+ template <
+ typename charT,
+ typename traits,
+Index: plastimatch-1.5.10+dfsg0/libs/dlib-17.34/dlib/cmd_line_parser/cmd_line_parser_check_1.h
+===
+--- plastimatch-1.5.10+dfsg0.orig/libs/dlib-17.34/dlib/cmd_line_parser/cmd_line_parser_check_1.h2012-06-15 20:24:20.357943831 +
 plastimatch-1.5.10+dfsg0/libs/dlib-17.34/dlib/cmd_line_parser/cmd_line_parser_check_1.h 2012-06-15 20:25:39.104440882 +
+@@ -533,7 +533,7 @@
+ size_t i = 0;
+ for (; i < length; ++i)
+ {
+-if (option(option_set[i]).count() > 1)
++if (this->option(option_set[i]).count() > 1)
+ break;
+ }
+ if (i != length)
diff -Nru plastimatch-1.5.10+dfsg0/debian/patches/series plastimatch-1.5.10+dfsg0/debian/patches/series
--- plastimatch-1.5.10+dfsg0/debian/patches/series	1970-01-01 01:00:00.0 +0100
+++ plastimatch-1.5.10+dfsg0/debian/patches/series	2012-06-15 22:45:29.0 +0200
@@ -0,0 +1 @@
+674373.patch


signature.asc
Description: OpenPGP digital signature


Bug#666598: Bug in python-old-doctools

2012-06-16 Thread Sebastian Ramacher
reassign 666598 python-old-doctools 2.5.5-2
affects albatross
tags 666598 + patch
thanks

This is actually a bug in python-old-doctools. The attached patch fixes the
usage of \ifpdf and makes albatross build again.

Kind regards
-- 
Sebastian Ramacher
--- python-old-doctools-2.5.5.orig/Doc/texinputs/python.sty
+++ python-old-doctools-2.5.5/Doc/texinputs/python.sty
@@ -8,6 +8,7 @@
 
 \RequirePackage{longtable}
 \RequirePackage{underscore}
+\RequirePackage{ifpdf}
 
 % Uncomment these two lines to ignore the paper size and make the page 
 % size more like a typical published manual.
@@ -32,10 +33,7 @@
 \newif\ifpy@doing@page@targets
 \py@doing@page@targetsfalse
 
-\newif\ifpdf\pdffalse
-\ifx\pdfoutput\undefined\else\ifcase\pdfoutput
-\else
-  \pdftrue
+\ifpdf
   \input{pdfcolor}
   \let\py@LinkColor=\NavyBlue
   \let\py@NormalColor=\Black
@@ -115,7 +113,7 @@
\def\H@old@thehead{\hfil}\fi
 \def\@thehead{\@foo\relax\H@old@thehead}%
   }
-\fi\fi
+\fi
 
 % Increase printable page size (copied from fullpage.sty)
 \topmargin 0pt



signature.asc
Description: OpenPGP digital signature


Bug#674329: gimp-dimage-color: FTBFS: gimpmatrix.h:23:2: error: #error "Only can be included directly."

2012-06-16 Thread Sebastian Ramacher
tags 674329 + patch
thanks

On 24/05/12 11:31, Lucas Nussbaum wrote:
> Relevant part:
>> gcc -DHAVE_CONFIG_H -I. -I. -I.. -pthread -I/usr/include/gdk-pixbuf-2.0 
>> -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/glib-2.0 
>> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
>> -I/usr/include/freetype2 -I/usr/include/gtk-2.0 
>> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
>> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ 
>> -I/usr/include/gimp-2.0   -DLOCALEDIR=\""/usr/share/gimp/2.0"\"   
>> -DDATADIR=\""/usr/lib/gimp/2.0/dimage_color"\"  
>> -DPLUGIN_NAME=\""dimage_color"\"   -g -O2 -Wall -c dimage_color.c
>> In file included from dimage_color.c:28:0:
>> /usr/include/gimp-2.0/libgimpmath/gimpmatrix.h:23:2: error: #error "Only 
>>  can be included directly."
>> dimage_color.c: In function 'run':
>> dimage_color.c:96:10: warning: variable 'image_id' set but not used 
>> [-Wunused-but-set-variable]
>> dimage_color.c: In function 'dimage_color_dialog':
>> dimage_color.c:267:28: warning: cast to pointer from integer of different 
>> size [-Wint-to-pointer-cast]
>> make[3]: *** [dimage_color.o] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u gimp-dimage-color-1.1.0/src/profile.c gimp-dimage-color-1.1.0/src/profile.c
--- gimp-dimage-color-1.1.0/src/profile.c
+++ gimp-dimage-color-1.1.0/src/profile.c
@@ -17,7 +17,7 @@
  */
 
 #include 
-#include 
+#include 
 
 #include "config.h"
 #include "profile.h"
diff -u gimp-dimage-color-1.1.0/src/dimage_color.c gimp-dimage-color-1.1.0/src/dimage_color.c
--- gimp-dimage-color-1.1.0/src/dimage_color.c
+++ gimp-dimage-color-1.1.0/src/dimage_color.c
@@ -25,7 +25,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 #include "plugin-intl.h"
 #include "transform.h"
diff -u gimp-dimage-color-1.1.0/src/preview.c gimp-dimage-color-1.1.0/src/preview.c
--- gimp-dimage-color-1.1.0/src/preview.c
+++ gimp-dimage-color-1.1.0/src/preview.c
@@ -21,7 +21,7 @@
 #include 
 #include 
 #include 
-#include 
+#include 
 
 #include "dimage_color.h"
 #include "transform.h"
diff -u gimp-dimage-color-1.1.0/src/transform.c gimp-dimage-color-1.1.0/src/transform.c
--- gimp-dimage-color-1.1.0/src/transform.c
+++ gimp-dimage-color-1.1.0/src/transform.c
@@ -22,7 +22,7 @@
 
 #include 
 #include 
-#include 
+#include 
 
 #include "dimage_color.h"
 #include "profile.h"


signature.asc
Description: OpenPGP digital signature


Bug#676066: farpd: FTBFS: configure: error: libevent not found

2012-06-16 Thread Sebastian Ramacher
tags 676066 + patch
thanks

On 05/06/12 00:04, Lucas Nussbaum wrote:
> Relevant part:
>>  debian/rules build
>> dh_testdir
>> # Add here commands to configure the package.
>> ./configure --host=x86_64-linux-gnu --build=x86_64-linux-gnu --prefix=/usr 
>> --mandir=\${prefix}/share/man --infodir=\${prefix}/share/info
>> creating cache ./config.cache
>> checking for a BSD compatible install... /usr/bin/install -c
>> checking whether build environment is sane... yes
>> checking whether make sets ${MAKE}... yes
>> checking for working aclocal... missing
>> checking for working autoconf... missing
>> checking for working automake... missing
>> checking for working autoheader... missing
>> checking for working makeinfo... missing
>> checking for mawk... mawk
>> checking for gcc... gcc
>> checking whether the C compiler (gcc  ) works... yes
>> checking whether the C compiler (gcc  ) is a cross-compiler... no
>> checking whether we are using GNU C... yes
>> checking whether gcc accepts -g... yes
>> checking for a BSD compatible install... /usr/bin/install -c
>> checking whether ln -s works... yes
>> checking for socket in -lsocket... no
>> checking for gethostbyname in -lnsl... yes
>> configure: error: libevent not found
>> checking for libdumbnet... yes
>> checking for libevent... no
>> make: *** [config.status] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u farpd-0.2/configure.in farpd-0.2/configure.in
--- farpd-0.2/configure.in
+++ farpd-0.2/configure.in
@@ -77,7 +77,7 @@
  fi
  ;;
   esac ],
-[ if test -f ${prefix}/include/event.h -a -f ${prefix}/lib/libevent.a;
+[ if test -f ${prefix}/include/event.h -a -f ${prefix}/lib/${host}/libevent.a;
 then
  EVENTINC="-I${prefix}/include"
  EVENTLIB="-L${prefix}/lib -levent"


signature.asc
Description: OpenPGP digital signature


Bug#669445: Patch to fix FTBFS

2012-06-16 Thread Sebastian Ramacher
tags 669445 + patch
thanks

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
Index: cccd-0.3beta4/cddbp.c
===
--- cccd-0.3beta4.orig/cddbp.c	2012-06-16 21:48:58.0 +0200
+++ cccd-0.3beta4/cddbp.c	2012-06-16 21:50:57.877976888 +0200
@@ -97,7 +97,7 @@
   printf("=> %s\n", buffer);
 #endif
 
-  fprintf(socket, buffer);
+  fprintf(socket, "%s", buffer);
   free(buffer);
 
   tmp = buffer = get_string_piece(socket, '\n');


signature.asc
Description: OpenPGP digital signature


Bug#666641: Can't reproduce

2012-06-17 Thread Sebastian Ramacher
tags 41 + moreinfo
thanks

Hi Lucas,

I can't reproduce this bug. It seems to be fixed with recent versions of
texlive-fonts-recommended. Are you still able to reproduce this issue?

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#676650: libssh: please provide variant linked against gcrypt

2012-06-20 Thread Sebastian Ramacher
tags 676650 + patch
thanks

On 08/06/12 16:50, Sebastian Ramacher wrote:
> Please provide a variant of libssh  that is linked against gcrypt instead of
> OpenSSL (like libcurl does for example). This can be achieved by passing
> -DWITH_GCRYPT to cmake.

Please find attached a patch that implements that. It adds packages
libssh-gcrypt-4 and libssh-gcrypt-dev that provide libssh compiled against 
gcrypt.

Please note that I switched to dh since my knowledge of cdbs is not good enough
to implement multi flavor builds with cmake. So this should just give an idea
how it could look like.

Kind regards
-- 
Sebastian Ramacher
diff -Nru libssh-0.5.2/debian/changelog libssh-0.5.2/debian/changelog
--- libssh-0.5.2/debian/changelog	2011-09-19 12:01:37.0 +0200
+++ libssh-0.5.2/debian/changelog	2012-06-20 13:39:15.0 +0200
@@ -1,3 +1,23 @@
+libssh (0.5.2-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Build gcrypt flavor. (Closes: #676650)
+  * d/control:
+- Add Build-Dep on libgcrypt-dev.
+- Bump Build-Dep on debhelper to >= 9 and remove cdbs.
+- Add libssh-gcrypt-dev and libssh-gcrypt-4 packages.
+- Add Conflicts to libssh-dev and libssh-gcrypt-dev against each other.
+- Add Depends on libssh-gcrypt-4 to libssh-dbg and break incompatible
+  versions.
+- Update libssh-4 and libssh-dev Description.
+  * d/compat: Bump to 9.
+  * d/rules: Convert to dh and build gcrypt flavor.
+  * d/libssh-doc.docs: Update location of documentation.
+  + d/patches/0003-custom-lib-names.patch: Allow to overwrite libssh's
+OUTPUT_NAME.
+
+ -- Sebastian Ramacher   Tue, 19 Jun 2012 20:44:33 +0200
+
 libssh (0.5.2-1) unstable; urgency=low
 
   * New upstream release
diff -Nru libssh-0.5.2/debian/compat libssh-0.5.2/debian/compat
--- libssh-0.5.2/debian/compat	2011-09-19 12:01:37.0 +0200
+++ libssh-0.5.2/debian/compat	2012-06-19 20:00:50.0 +0200
@@ -1 +1 @@
-8
+9
diff -Nru libssh-0.5.2/debian/control libssh-0.5.2/debian/control
--- libssh-0.5.2/debian/control	2011-09-19 12:01:37.0 +0200
+++ libssh-0.5.2/debian/control	2012-06-19 22:16:07.0 +0200
@@ -2,7 +2,7 @@
 Section: libs
 Priority: optional
 Maintainer: Laurent Bigonville 
-Build-Depends: cdbs (>= 0.4.93~), debhelper (>= 8.1.3~), cmake (>= 2.6), libssl-dev, libz-dev
+Build-Depends: debhelper (>= 9), cmake (>= 2.6), libssl-dev, libz-dev, libgcrypt-dev
 Build-Depends-Indep: doxygen
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/git/collab-maint/libssh.git
@@ -14,21 +14,51 @@
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Multi-Arch: same
-Description: tiny C SSH library
+Description: tiny C SSH library (OpenSSL flavor)
  The ssh library was designed to be used by programmers needing a working SSH
  implementation by the mean of a library. The complete control of the client
  is made by the programmer. With libssh, you can remotely execute programs,
  transfer files, use a secure and transparent tunnel for your remote programs.
  With its SFTP implementation, you can play with remote files easily.
 
+Package: libssh-gcrypt-4
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Multi-Arch: same
+Description: tiny C SSH library (gcrypt flavor)
+ The ssh library was designed to be used by programmers needing a working SSH
+ implementation by the mean of a library. The complete control of the client
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+ .
+ This package contains shared libraries linked against gcrypt.
+
 Package: libssh-dev
 Section: libdevel
 Architecture: any
 Depends: libssh-4 (= ${binary:Version}), ${misc:Depends}, libssl-dev, zlib1g-dev
 Suggests: libssh-doc
-Conflicts: libssh-2-dev
+Conflicts: libssh-2-dev, libssh-gcrypt-dev
+Replaces: libssh-2-dev
+Description: tiny C SSH library. Development files (OpenSSL flavor)
+ The ssh library was designed to be used by programmers needing a working SSH
+ implementation by the mean of a library. The complete control of the client
+ is made by the programmer. With libssh, you can remotely execute programs,
+ transfer files, use a secure and transparent tunnel for your remote programs.
+ With its SFTP implementation, you can play with remote files easily.
+ .
+ This package contains development files.
+
+Package: libssh-gcrypt-dev
+Section: libdevel
+Architecture: any
+Depends: libssh-gcrypt-4 (= ${binary:Version}), ${misc:Depends}, libgcrypt-dev, zlib1g-dev
+Suggests: libssh-doc
+Conflicts: libssh-2-dev, libssh-dev
 Replaces: libssh-2-dev
-Description: tiny C SSH library. Development files
+Description: tiny C SSH library. Development files (gcrypt flavor)
  The ssh library was designed to be used by programmers needing a working SSH
  implementati

Bug#680845: derivations: FTBFS: Can't create output index file /«PKGBUILDDIR»/tex/main.ind.

2012-08-10 Thread Sebastian Ramacher
Hi,

On 09/08/12 18:09, Hilmar Preusse wrote:
> Benjamin Mako Hill provided a patch, which probably solves the
> problem. I've uploaded new packages here, do you have a chance to
> test if they do?
> 
> http://wagner.debian.org/~hilmar-guest/rubber/

derivations built for me with the patched package. Didn't try anything else.

Cheers
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#685067: dh_python3: Warning should mention d/py3dist-overrides, not d/pydist-overrides

2012-08-16 Thread Sebastian Ramacher
Package: python3
Version: 3.2.3-5
Severity: minor
Tags: patch

dh_python3 mentions debian/pydist-overrides in a warning whereas it should
mention debian/py3dist-overrides. Patch attached.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

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

Versions of packages python3 depends on:
ii  python3-minimal  3.2.3-5
ii  python3.23.2.3-3

python3 recommends no packages.

Versions of packages python3 suggests:
ii  python3-doc  3.2.3-5
pn  python3-tk   

-- no debconf information
=== modified file 'debpython/pydist.py'
--- debpython/pydist.py	2012-06-30 19:24:20 +
+++ debpython/pydist.py	2012-08-16 09:20:13 +
@@ -168,7 +168,7 @@
 pname = sensible_pname(name)
 log.warn('Cannot find installed package that provides %s. '
  'Using %s as package name. Please add "%s correct_package_name" '
- 'line to debian/pydist-overrides to override it if this is incorrect.',
+ 'line to debian/py3dist-overrides to override it if this is incorrect.',
  name, pname, safe_name(name))
 return pname
 



Bug#665712: enigmail: Enigmime Service not available

2012-03-25 Thread Sebastian Ramacher
Package: enigmail
Version: 2:1.3.4-2
Severity: grave
Justification: renders package unusable

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

With icedove 10.0.3 in unstable enigmail is not usable anymore. Everytime I want
to view a signed or encrypted mail I get the following error message:

Enigmail: Enigmine Service not available.

I'm also not able to sign or encrypt my mails.

According to enigmail's preferences it is not able to find GnuPG even if I
specify the path to gpg manually.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages enigmail depends on:
ii  gnupg1.4.12-4
ii  libc62.13-27
ii  libgcc1  1:4.7.0-1
ii  libnspr4-0d  4.9-1
ii  libstdc++6   4.7.0-1

Versions of packages enigmail recommends:
ii  icedove  10.0.3-1

enigmail suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPbwF+AAoJEGny/FFupxmT2aUP/RX98GyB0laGCEJGa53YJmb8
jmyO6WOLpdYMuyvJf9czZL40+HG2pWEu6to447XNmx3P2bhK2Y0kDv2t/IOUntBb
4tFj4fDl7v7c9Tfj8nFFJDFzgDF3hxepUyrk2NRoD6eN+6VrwB7K9SnUSYBFDstm
EKm97Zbx3bt84HCMF0ckPzRVRt+NXmRE8370jTGdivKOKSRUIW500KZzGNjHDPqQ
m8RB1iIGrRu1IjGZrgKBIan4fhvRqj3IbADPaAGXOlfKxNzEmSD7u+aNFw9HnoGE
CpQiupji9eo5PlmETSctwSBsutn9TL/VPx7Gftvdnhhopi85+HAhb6yQNlYpjWFV
UtOouowJx3ujizh3vh6v+b3gbJ5dbi7aUZbZy89S8RYlcaf4cKXrseJQ/zjJghvE
sv7gSZRwSXHbEmNW1LCHzp27t1y2VH5LWZ0fP0kgaBBfNGUECKqr3mMIrPMQtGb4
s0+48GprAXkdJjKNwK8b9npWyZ1r5eaSHBeHgEJn6WhpxxxAK+1N9fsx+h9k2z23
zVZOD7ipM6UnPy+hSlF5LpydX66tAvQhawDPzWTkYsoseKl+euBfrrCMv+1eEPLB
kgipqQ619enYnp4oXcHKeJWqWmf5yeXHS1ucdpBHSX4dD9kE7JcGg8o1UtLcNjDP
AfO41YClaN5z6jOU1CgU
=rc+f
-END PGP SIGNATURE-



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



Bug#665806: pkg-config: please exit with non-zero exit code if requested variable doesn't exist

2012-03-26 Thread Sebastian Ramacher
Package: pkg-config
Version: 0.26-1
Severity: wishlist

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

pkg-config exits with zero exit code if one tries to query a variable that
doesn't exist. Consider the following example:

  $ cat test.pc
  Name: test
  Description: test
  Version: 1

  $ pkg-config test.pc --variable=var; echo $?

  0
 
It would be nice if pkg-config could exit with a non-zero exit code if the
variable doesn't exist. This could also be done with an extra option to not
break anything depending on the current behavior.


This request is motiviated by the following snippet:

In debian/rules:

override_dh_gencontrol:
  echo "subst:var=var-$(shell pkg-config --variable=var pkg || echo '')" 
>> debian/pkg.substvars
  dh_gencontrol

where ${subst:var} is used in Depends. If pkg-config failed with a non-zero exit
code, this would make dpkg-gencontrol fail since var- is not a valid
package name.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages pkg-config depends on:
ii  libc6 2.13-27
ii  libglib2.0-0  2.30.2-6
ii  libpopt0  1.16-3

pkg-config recommends no packages.

pkg-config suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPcEVJAAoJEGny/FFupxmToWEP/j1pZ0v8a7yy7Npp/EJ0HiU4
cAwejdrn07bLvicvbbaAcrWG5UJ+2m7sGRjxJSlONwx5xTJ7AlmD1CdwKAOnS6Yg
8toMNVqABD1OOeJZ1WJzyWOzx+8nMIHtSEupPOKAJa/g9gYgUTmx6dunULr8wZJF
TxDgIVokLN5ETqQreCf3NlQ2A81MzL+ISF2YlKPqAFCl/yiLDpNFkFZdexS+8wA4
RDKL2LL35hZxrZ7DCt1PVjORbVcNDZW4yEWXnMj78OjurG48yWgdVQDMM/MUH/Pa
KeR0ey6GyIIJZAyW9rlTnUJP49OsPJB/CF4a5/KFtby0B/oRYd4u6Khf4cZkkoaf
cqKdRAC3MwT+mIuzjGIpkoP1DbrAiDjA6NRhhysyIskP19H5mRgnZU69klilLlwZ
BYT1ssRy7V/Qcj4ISttkwXhhC1FT/3bko3z/jEsCBTcJJt5V/78up6A5+qBf8+AQ
nx6lppggF/4apsTuP/MEqmaW3mhsLjpB0b2KpILNsTq0ABN116cjaaSBeOJpTtk/
kgFLED2MZpAiuDn7VtrUeMGiZDYV1vONy9kNwdNGTwwsTTF+lm/4F78wRkC7Zsxn
aeiefaMyUteFmIqQ4DEaKcZT5E74UoG0+kPtoLQ6s9Oi2sh+Sb76wGrGr6RILKjI
PpZNrywQRkkx9BKwP6fS
=A+2Y
-END PGP SIGNATURE-



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



Bug#646227: icedove: searching for non-ascii characters in multi-part messages with iso-8859-1 encoding fails

2012-03-28 Thread Sebastian Ramacher
found 646227 10.0.3-2
thanks

I stumbled upon this issue with the latest version from unstable.

On 22/10/11 14:46, Sebastian Ramacher wrote:
> While searching (Ctrl-F, filter message by body) for a string that contains

This is Ctrl-Shift-K now.

Regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#660789: ITP: girara -- user interface library for minimalistic interfaces

2012-02-21 Thread Sebastian Ramacher
Package: wnpp
Severity: wishlist
Owner: Sebastian Ramacher 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: girara
  Version : 0.1.0
  Upstream Author : Moritz Lipp 
* URL : http://pwmt.org/projects/girara/
* License : Zlib
  Programming Lang: C
  Description : user interface library for minimalistic interfaces
 A library focused at implementing minimalistic user interfaces. It provides
 three main components: a view widget that represents the actual application, an
 input bar to execute application specific commands and a status bar which
 provides information to the user.

girara is needed for the upcoming zathura release.

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

iQIcBAEBCAAGBQJPRApBAAoJEGny/FFupxmTc7QQAKGAfHjPgIBx+u3mr+PXWCp6
/H34hOCCAi/O2zaWPm3uiiBT1rm5o7c/lDykgTXwCCYI6yVrq6CpfySk2abaJJZf
YVvWblwAgd0kyLrUaYd9R046167KbgrHDNO03W9kyQbHMrcqCGEspCY3+attMWJv
MbdAUgEncqxwA6fJuzP24/OAFSTc0mK1Xn1CutYOwPbRbU2OAP5TT+2ioIBjAp9X
Mvl2PWn0VdO50jtUXBPhUw/5kqBaR5xsCQoWtxWpOXmv7LTapN9DSqsujQ7ZQpmJ
lmcDh4/eHEcOrP8rl3z0gmSSnO9kSM7sSXK3xIBVHZwfCFVqrrlyamvgzmXdVXIg
3rfvNcuu1G/1TjQ96XfocwaUAXzgYEebRLT63rKLa4t6I8BEBObPpr6ktuqj421k
NNcUh8mNHHKYYcIGhl5WgxmI1JCL+Orhd0AorMBg7gHMvFTpTMEZYXVZVioaXAsx
XL67pxqEuSYkxKn3Xfxs1Wt+UE/0v8+ot9HEbyFu704ZEW9SP0GwO7/G/2jQ/shX
WXbSszPF7Fw3ua+N3mjmfjI6ZhHFfrEPD7jPcq1Yis1mItUaokNqx3ufvHMIkFxI
f4YahrSWjgtRD4N4FyKwqDACQ7GrDDUZ1NrjALdsdGXqKJeGWz2dVblvXb99R6N+
bkcfhxKfhd0Vd9Eu6SCX
=Ek4t
-END PGP SIGNATURE-



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



Bug#660513: ITA

2012-02-22 Thread Sebastian Ramacher
retitle 660513 ITA: yafc -- yet another FTP client
owner 660513 !
thanks

As I've done the previous NMU and I am using yafc, I intend to adopt it.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#661416: upnp-inspector: traceback during device discovery

2012-02-26 Thread Sebastian Ramacher
Package: upnp-inspector
Version: 0.2.2+dfsg-3
Severity: minor

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

During device discovery (both at start up and manually via Rediscover devices) 
I see
the following traceback multiple times:

Unhandled Error
Traceback (most recent call last):
  File "/usr/bin/upnp-inspector", line 61, in 
reactor.run()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py", line 
277, in run
self.__run()
  File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py", line 
148, in wrapper
return real_cb(real_s, condition)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/gtk2reactor.py", line 
282, in callback
source, self._doReadOrWrite, source, source, condition)
- ---  ---
  File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 84, in 
callWithLogger
return callWithContext({"system": lp}, func, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/python/log.py", line 69, in 
callWithContext
return context.call({ILogContext: newCtx}, func, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 118, 
in callWithContext
return self.currentContext().callWithContext(ctx, func, *args, **kw)
  File "/usr/lib/python2.7/dist-packages/twisted/python/context.py", line 81, 
in callWithContext
return func(*args,**kw)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 
594, in _doReadOrWrite
self._disconnectSelectable(selectable, why, inRead)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/posixbase.py", line 
263, in _disconnectSelectable
selectable.connectionLost(f)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 433, in 
connectionLost
Connection.connectionLost(self, reason)
  File "/usr/lib/python2.7/dist-packages/twisted/internet/tcp.py", line 277, in 
connectionLost
protocol.connectionLost(reason)
  File "/usr/lib/python2.7/dist-packages/twisted/web/client.py", line 191, in 
connectionLost
self.factory._disconnectedDeferred.callback(None)
exceptions.AttributeError: HeaderAwareHTTPClientFactory instance has no 
attribute '_disconnectedDeferred'

The devices show up as expected nevertheless.

Since HeaderAwareHTTPClientFactory comes from python-coherence this might be a
bug in python-coherence instead. But as I don't use any other software that
uses python-coherence I can't test that. So please reassign accordingly if
that's the case.

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages upnp-inspector depends on:
ii  python2.7.2-10
ii  python-coherence  0.6.6.2-6
ii  python-gtk2   2.24.0-3

upnp-inspector recommends no packages.

upnp-inspector suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPStceAAoJEGny/FFupxmTCjgP/jOE+wX0jkvbLNZS+OcA39O+
gq5GMD6/9kYeof28kL3blocqilpP7Uaxs8iweuojCAOcrTIRFCOw83Dg7OyiggIJ
R28Qvpa6HCyxm+dK/uOYYejnUyK+AgTS0Vz4C+cM9uzo9jbisZOvKxusMYLs1jRm
DyI5auEb8HF5IK8BH0lxHBRUp03zKzxO//0WmZnOYCVWJTE8DWXsjJA7V8G8KRnJ
wxcJYONwn5aRGggPws4ja7QLFwcjTPnlYTJL2RcC1Lz3Lt+LI5Kt0aUQ3iQnelsA
X/ab6mE2nRb8Xjib/4X+6dSDFbqQ0CFfDRIi6kdV9DwuOxQVQRlZrbsA8NtjkJA+
I9aFDUtuCmB5vGFg8OG7qGiv8GEY/uI9k7ukOXe0q8QavyioFmOSHu1l5tADwjrv
CdcjPXBq7ddSoTHt6I4BNzWT6d0lAT0L2wVz9wjQBc+vpLyabRzUjadKi8Nh+UhU
q7V7fpKhiLA5hAQMNPqQdIVLHTotZrIwXwZ+/3o5fbqTZl9I8hDlijzYbAiql9Q4
hQXoCAXGspR6j+wdcZRN0PBh4yeOgniNvxDT17vQh2Xa5rVAFiZZFwvCs7Ec36v6
98SOz4RATlkOKoS4GK6iomAEr++G0KOMAMAItYQgb9r/xDz2IVl+CsZJYUNoV1Tm
boqCVAHCaV8qRT3BX/lX
=gg8+
-END PGP SIGNATURE-



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



Bug#672620: debian-maintainers: Annual ping for Sebastian Ramacher

2012-05-12 Thread Sebastian Ramacher
Package: debian-maintainers
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

this is my annual ping.

Cheers

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

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

iQIcBAEBCAAGBQJPrl6HAAoJEGny/FFupxmTeTwQAIK9Kt/n6UtLjl+wRl1Abcat
o/jbI/7IiAv9ZRWKpdQ15nIaBZQal2rDkq4TI5kW1Su4mznGQcPr1IZ2NbPZb0A3
Ju2UJhA+HFWVFlx20qXPLRH1cK+uu866pSX7EE3Q9cN2U6rp++LVte/DUhVZx86G
1IVSsXe/2gt/9rfpdcdieZnYyN1VzXKKbtr4kzJe0xzL8YdZx7KYs4oqkh3bi+aV
USFtXngetJHzYi5pC/UJcKcQMQem0sTQmF/DAIB6UnK3USk7W3XeGlFwtuneerxK
1WFvC6xeC2lQTVovhtozULBOo2Na1QfhIpAMdJsK2fdxElGIiz7QflCErWxJ+64T
H8dl2mB8onzAF77F8MHfMosYUP9f5jivlkqKF2TZIycdZP5ifJJ9KY+Ce6nxmCb9
rrM/72DiV5LeOSvZs5/b41fBVuviLFBAoeMntQIPfOi5SCrxYw8pmyQDVWpyC8by
IzjfzMCQLz8dMa3NyP0lTlahZFa+6ckuOF3/e4ReNP4ISUOkWdx9ynhmUkNLsAZd
uEpEA88YPXU48ExLRer2iO8GE/LGs8Q2F72jm2yGx3eGj9qArmEmLgotP70iRdxi
dUFGJWPDBc1J9HJA8RZhSLneDrJvC7CKPOYPadflgCoDAuCd4ZXMrEmZD5ppGjQb
Ja+DV/M2VjzW494D+lWp
=R4Am
-END PGP SIGNATURE-



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



Bug#672031: fatrat: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672031 + patch
thanks

On 08/05/12 20:57, Matthias Klose wrote:
> The build failure is exposed by building with gcc-4.7/g++-4.7,
> which is now the default gcc/g++ on x86 architectures.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
Index: fatrat-1.1.3/src/poller/EpollPoller.cpp
===
--- fatrat-1.1.3.orig/src/poller/EpollPoller.cpp	2012-05-12 21:44:58.0 +0200
+++ fatrat-1.1.3/src/poller/EpollPoller.cpp	2012-05-12 21:44:58.0 +0200
@@ -30,6 +30,7 @@
 #include 
 #include 
 #include 
+#include 
 
 EpollPoller::EpollPoller(QObject* parent)
 	: Poller(parent)
Index: fatrat-1.1.3/src/engines/CurlDownload.cpp
===
--- fatrat-1.1.3.orig/src/engines/CurlDownload.cpp	2010-09-06 11:43:46.0 +0200
+++ fatrat-1.1.3/src/engines/CurlDownload.cpp	2012-05-12 21:48:35.0 +0200
@@ -45,6 +45,7 @@
 #include 
 #include 
 #include 
+#include 
 
 CurlDownload::CurlDownload()
 	: m_curl(0), m_nTotal(0), m_nStart(0), m_bAutoName(false), m_nUrl(0), m_file(0)
Index: fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp
===
--- fatrat-1.1.3.orig/src/engines/RapidshareFreeDownload.cpp	2010-09-06 11:43:46.0 +0200
+++ fatrat-1.1.3/src/engines/RapidshareFreeDownload.cpp	2012-05-12 21:52:53.0 +0200
@@ -36,6 +36,7 @@
 #include 
 #include 
 #include 
+#include 
 
 static QMutex m_mInstanceActive;
 


signature.asc
Description: OpenPGP digital signature


Bug#666337: euler: FTBFS: gcc: error: unrecognized option '-V'

2012-05-12 Thread Sebastian Ramacher
tags 666337 + patch
thanks

On 30/03/12 11:14, Lucas Nussbaum wrote:
> Relevant part:
>> gcc version 4.6.3 (Debian 4.6.3-1) 
>> configure:2329: $? = 0
>> configure:2331: gcc -V &5
>> gcc: error: unrecognized option '-V'
>> gcc: fatal error: no input files
>> compilation terminated.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -Nru euler-1.61.0/debian/rules euler-1.61.0/debian/rules
--- euler-1.61.0/debian/rules	2009-11-18 13:39:47.0 +0100
+++ euler-1.61.0/debian/rules	2012-05-12 23:12:18.0 +0200
@@ -2,10 +2,10 @@
 
 LDFLAGS += -Wl,--as-needed
 
-build:
+build build-arch:
 	cp -f /usr/share/misc/config.guess .
 	cp -f /usr/share/misc/config.sub .
-	dh build
+	dh $@
 
 %:
 	dh $@


signature.asc
Description: OpenPGP digital signature


Bug#664924: kbibtex: FTBFS: bibtexfileview.h:58:5: error: 'KSharedConfigPtr' does not name a type

2012-05-12 Thread Sebastian Ramacher
tags 664924 + patch
thanks

On 21/03/12 21:27, Lucas Nussbaum wrote:
> Relevant part:
>> make[3]: Entering directory `/«PKGBUILDDIR»/obj-x86_64-linux-gnu'
>> /usr/bin/cmake -E cmake_progress_report 
>> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/CMakeFiles 13
>> [ 53%] Building CXX object 
>> src/gui/CMakeFiles/kbibtexgui.dir/kbibtexgui_automoc.o
>> cd /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui && /usr/bin/c++   
>> -DMAKE_KBIBTEXGUI_LIB -D_BSD_SOURCE -DHAVE_QTWEBKIT -D_XOPEN_SOURCE=500 
>> -D_BSD_SOURCE -DQT_NO_STL -DQT_NO_CAST_TO_ASCII -D_REENTRANT 
>> -DKDE_DEPRECATED_WARNINGS -DKDE4_CMAKE_TOPLEVEL_DIR_LENGTH=21 
>> -DMAKE_KBIBTEXGUI_LIB -DKDE_DEFAULT_DEBUG_AREA=101012 -Wnon-virtual-dtor 
>> -Wno-long-long -ansi -Wundef  -Wchar-subscripts -Wall -W -Wpointer-arith 
>> -Wformat-security -fno-exceptions -DQT_NO_EXCEPTIONS -fno-check-new 
>> -fno-common -Woverloaded-virtual -fno-threadsafe-statics -fvisibility=hidden 
>> -Werror=return-type -fvisibility-inlines-hidden -O2 -g -DNDEBUG 
>> -DQT_NO_DEBUG -fPIC -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui 
>> -I/«PKGBUILDDIR»/src/gui -I/«PKGBUILDDIR»/src -I/«PKGBUILDDIR» 
>> -I/«PKGBUILDDIR»/obj-x86_64-linux-gnu -I/«PKGBUILDDIR»/src/gui/bibtex 
>> -I/«PKGBUILDDIR»/src/gui/dialogs -I/«PKGBUILDDIR»/src/gui/element 
>> -I/«PKGBUILDDIR»/src/gui/field -I/«PKGBUILDDIR»/src/gui/widgets 
>> -I/«PKGBUILDDIR»/src/gui/con
fig -I/«PKGBUILDDIR»/src/gui/../processing 
-I/«PKGBUILDDIR»/src/gui/../libkbibtexio 
-I/«PKGBUILDDIR»/src/gui/../libkbibtexio/config -I/usr/include/KDE 
-I/usr/include/qt4/phonon -I/usr/include/qt4/QtXmlPatterns 
-I/usr/include/qt4/QtXml -I/usr/include/qt4/QtWebKit 
-I/usr/include/qt4/QtUiTools -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtSvg 
-I/usr/include/qt4/QtSql -I/usr/include/qt4/QtScriptTools 
-I/usr/include/qt4/QtScript -I/usr/include/qt4/QtNetwork 
-I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtDesigner 
-I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtDBus 
-I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtGui 
-I/usr/include/qt4/QtCore -I/usr/include/qt4/Qt 
-I/usr/share/qt4/mkspecs/default -I/usr/include/qt4-D_GNU_SOURCE 
-D_LARGEFILE64_SOURCE -o CMakeFiles/kbibtexgui.dir/kbibtexgui_automoc.o -c 
/«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui/kbibtexgui_automoc.cpp
>> In file included from 
>> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui/moc_bibtexfileview.cpp:10:0,
>>  from 
>> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui/kbibtexgui_automoc.cpp:4:
>> /«PKGBUILDDIR»/obj-x86_64-linux-gnu/src/gui/../../../src/gui/bibtex/bibtexfileview.h:58:5:
>>  error: 'KSharedConfigPtr' does not name a type
>> make[3]: *** [src/gui/CMakeFiles/kbibtexgui.dir/kbibtexgui_automoc.o] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
--- kbibtex-0.4.orig/src/gui/bibtex/bibtexfileview.h
+++ kbibtex-0.4/src/gui/bibtex/bibtexfileview.h
@@ -23,6 +23,7 @@
 #include 
 
 #include 
+#include 
 
 class QSignalMapper;
 


signature.asc
Description: OpenPGP digital signature


Bug#671995: compiz: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 671995 + patch
thanks

On 08/05/12 20:56, Matthias Klose wrote:
> The build failure is exposed by building with gcc-4.7/g++-4.7,
> which is now the default gcc/g++ on x86 architectures.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
--- compiz-0.8.4.orig/kde/window-decorator/window.cpp
+++ compiz-0.8.4/kde/window-decorator/window.cpp
@@ -54,6 +54,8 @@
 #include 
 #include 
 
+#include 
+
 KWD::Window::Window (WId  parentId,
 		 WId  clientId,
 		 WId  frame,
--- compiz-0.8.4.orig/kde/window-decorator-kde4/window.cpp
+++ compiz-0.8.4/kde/window-decorator-kde4/window.cpp
@@ -57,6 +57,8 @@
 #include 
 #include 
 
+#include 
+
 #include "paintredirector.h"
 
 KWD::Window::Window (WId  parentId,


signature.asc
Description: OpenPGP digital signature


Bug#672014: megaglest: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672014 + patch
thanks

On 08/05/12 20:56, Matthias Klose wrote:
> The build failure is exposed by building with gcc-4.7/g++-4.7,
> which is now the default gcc/g++ on x86 archi

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
Index: megaglest-3.6.0.3/source/shared_lib/sources/util/util.cpp
===
--- megaglest-3.6.0.3.orig/source/shared_lib/sources/util/util.cpp	2012-05-13 00:18:02.0 +0200
+++ megaglest-3.6.0.3/source/shared_lib/sources/util/util.cpp	2012-05-13 00:18:02.0 +0200
@@ -33,6 +33,7 @@
 #ifndef WIN32
 #include 
 #endif
+#include 
 
 #include "leak_dumper.h"
 
Index: megaglest-3.6.0.3/source/shared_lib/include/graphics/math_util.h
===
--- megaglest-3.6.0.3.orig/source/shared_lib/include/graphics/math_util.h	2011-12-14 08:40:48.0 +0100
+++ megaglest-3.6.0.3/source/shared_lib/include/graphics/math_util.h	2012-05-13 00:23:50.0 +0200
@@ -184,10 +184,10 @@
 
 	Rect2 computeBoundingRect() const{
 		return Rect2i(
-			min(p[0].x, p[1].x), 
-			min(p[0].y, p[2].y), 
-			max(p[2].x, p[3].x), 
-			max(p[1].y, p[3].y));
+			std::min(p[0].x, p[1].x), 
+			std::min(p[0].y, p[2].y), 
+			std::max(p[2].x, p[3].x), 
+			std::max(p[1].y, p[3].y));
 	}
 
 	bool isInside(const Vec2 &pt) const{


signature.asc
Description: OpenPGP digital signature


Bug#672017: qmk-groundstation: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672017 + patch
thanks

On 08/05/12 20:57, Matthias Klose wrote:
> The build failure is exposed by building with gcc-4.7/g++-4.7,
> which is now the default gcc/g++ on x86 architectures.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
--- qmk-groundstation-1.0.1.orig/Classes/ToolBox.cpp
+++ qmk-groundstation-1.0.1/Classes/ToolBox.cpp
@@ -18,6 +18,7 @@
  ***/
 
 #include "ToolBox.h"
+#include 
 
 ToolBox::ToolBox()
 {


signature.asc
Description: OpenPGP digital signature


Bug#672000: structure-synth: ftbfs with GCC-4.7

2012-05-12 Thread Sebastian Ramacher
tags 672000 + patch
thanks

On 08/05/12 20:56, Matthias Klose wrote:
> The build failure is exposed by building with gcc-4.7/g++-4.7,
> which is now the default gcc/g++ on x86 architectures.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -Nru structure-synth-1.5.0/debian/patches/gcc4.7.patch structure-synth-1.5.0/debian/patches/gcc4.7.patch
--- structure-synth-1.5.0/debian/patches/gcc4.7.patch	1970-01-01 01:00:00.0 +0100
+++ structure-synth-1.5.0/debian/patches/gcc4.7.patch	2012-05-13 01:23:46.0 +0200
@@ -0,0 +1,24 @@
+Index: structure-synth-1.5.0/SyntopiaCore/GLEngine/Sphere.h
+===
+--- structure-synth-1.5.0.orig/SyntopiaCore/GLEngine/Sphere.h	2012-05-13 01:16:32.0 +0200
 structure-synth-1.5.0/SyntopiaCore/GLEngine/Sphere.h	2012-05-13 01:16:33.0 +0200
+@@ -2,6 +2,7 @@
+ 
+ #include "SyntopiaCore/Math/Vector3.h"
+ #include "Object3D.h"
++#include 
+ 
+ namespace SyntopiaCore {
+ 	namespace GLEngine {	
+Index: structure-synth-1.5.0/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp
+===
+--- structure-synth-1.5.0.orig/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp	2012-05-13 01:16:32.0 +0200
 structure-synth-1.5.0/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp	2012-05-13 01:16:33.0 +0200
+@@ -1,5 +1,5 @@
+ #include 
+-
++#include 
+ 
+ #include "RayTracer.h"
+ 
+
diff -Nru structure-synth-1.5.0/debian/patches/series structure-synth-1.5.0/debian/patches/series
--- structure-synth-1.5.0/debian/patches/series	2010-11-25 23:59:08.0 +0100
+++ structure-synth-1.5.0/debian/patches/series	2012-05-13 01:13:09.0 +0200
@@ -1,3 +1,4 @@
 abs_data_path.patch
 sunflow.patch
 fix_help.patch
+gcc4.7.patch
diff -Nru structure-synth-1.5.0/debian/rules structure-synth-1.5.0/debian/rules
--- structure-synth-1.5.0/debian/rules	2010-11-25 21:53:52.0 +0100
+++ structure-synth-1.5.0/debian/rules	2012-05-13 01:23:26.0 +0200
@@ -13,7 +13,7 @@
 build-stamp: config-stamp  
 	dh_testdir
 	qmake-qt4 -project \
-		-after "CONFIG+=opengl" -after "QT+=xml opengl script"
+		-after "CONFIG+=opengl" -after "QT+=xml opengl script" -after "unix:LIBS+=-lGLU"
 	qmake-qt4
 	$(MAKE) \
 		CFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/structure-synth\\\"" \


signature.asc
Description: OpenPGP digital signature


Bug#669433: grafx2: FTBFS: fileformats.c:30:17: fatal error: png.h: No such file or directory

2012-05-12 Thread Sebastian Ramacher
tags 669433 + patch
thanks

On 19/04/12 21:12, Lucas Nussbaum wrote:
> Relevant part:
>> gcc -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config 
>> --cflags`  `pkg-config lua --cflags --silence-errors ||pkg-config lua5.1 
>> --cflags --silence-errors ||pkg-config lua-5.1 --cflags` -D__ENABLE_LUA__   
>> -O -Wall -g -O2 -c fileformats.c -o ../obj/unix/fileformats.o
>> fileformats.c:30:17: fatal error: png.h: No such file or directory
>> compilation terminated.
>> make[1]: *** [../obj/unix/fileformats.o] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
--- grafx2-2.3.orig/src/Makefile
+++ grafx2-2.3/src/Makefile
@@ -278,8 +278,8 @@ else
 
 # Compiles a regular linux executable for the native platform
 BIN = ../bin/grafx2
-COPT = -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) $(LUACOPT) $(JOYCOPT) $(VKEYCOPT) -O$(OPTIM)
-LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) -lpng $(LUALOPT) -lm
+COPT = -W -Wall -Wdeclaration-after-statement -std=c99 -c -g `sdl-config --cflags` $(TTFCOPT) $(LUACOPT) $(JOYCOPT) $(VKEYCOPT) -O$(OPTIM) `pkg-config --cflags libpng`
+LOPT = `sdl-config --libs` -lSDL_image $(TTFLOPT) `pkg-config --libs libpng` $(LUALOPT) -lm
 # Use gcc for compiling. Use ncc to build a callgraph and analyze the code.
 CC = gcc
 #CC = nccgen -ncgcc -ncld -ncfabs


signature.asc
Description: OpenPGP digital signature


Bug#666298: Bug#672017: qmk-groundstation: ftbfs with GCC-4.7

2012-05-13 Thread Sebastian Ramacher
tags 666298 + patch
thanks

On 13/05/12 01:06, Sebastian Ramacher wrote:
> Please find attached a patch to fix this FTBFS.

Attached is a revised patch that also fixes #666298.

Regards
-- 
Sebastian Ramacher
diff -u qmk-groundstation-1.0.1/debian/rules qmk-groundstation-1.0.1/debian/rules
--- qmk-groundstation-1.0.1/debian/rules
+++ qmk-groundstation-1.0.1/debian/rules
@@ -12,5 +12,6 @@
 	rm -f Images/QMK-Groundstation.xpm
 
-build:
+build: build-arch
+build-arch:
 	$(CONVERT) Images/QMK-Groundstation.png -geometry 32x32 Images/QMK-Groundstation.xpm
 
diff -u qmk-groundstation-1.0.1/debian/changelog qmk-groundstation-1.0.1/debian/changelog
--- qmk-groundstation-1.0.1/debian/changelog
+++ qmk-groundstation-1.0.1/debian/changelog
@@ -1,3 +1,11 @@
+qmk-groundstation (1.0.1-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/rules: Add build-arch target. (Closes: #666298)
+  * Classes/ToolBox.cpp: Fix FTBGS with g++ 4.7. (Closes: #672017)
+
+ -- Sebastian Ramacher   Sun, 13 May 2012 00:57:07 +0200
+
 qmk-groundstation (1.0.1-2) unstable; urgency=low
 
   * Added note about license of the QMapControl widget to
only in patch2:
unchanged:
--- qmk-groundstation-1.0.1.orig/Classes/ToolBox.cpp
+++ qmk-groundstation-1.0.1/Classes/ToolBox.cpp
@@ -18,6 +18,7 @@
  ***/
 
 #include "ToolBox.h"
+#include 
 
 ToolBox::ToolBox()
 {


signature.asc
Description: OpenPGP digital signature


Bug#672860: libnspr4-0d: SIGSEGV in pt_PostNotifyToCvar

2012-05-14 Thread Sebastian Ramacher
Package: libnspr4-0d
Version: 4.9-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Hi,

with icedove 10.0.4-1 and enigmail 2:1.4.1-2 I can observe the following SIGSEGV
in libnspr4-0d while opening signed mails:

Program received signal SIGSEGV, Segmentation fault.
(gdb) bt
#0  pt_PostNotifyToCvar (cvar=0x0, broadcast=0) at ptsynch.c:312
#1  0x7fee2ac91aeb in PR_NotifyCondVar (cvar=) at 
ptsynch.c:445
#2  0x7fee2ac99c3f in WaitPidDaemonThread (unused=) at 
uxproces.c:690
#3  0x7fee2ac97283 in _pt_root (arg=0x7fedf7d8c460) at ptthread.c:187
#4  0x7fee3110eb50 in start_thread (arg=) at 
pthread_create.c:304
#5  0x7fee30e599dd in clone () at 
../sysdeps/unix/sysv/linux/x86_64/clone.S:112
#6  0x in ?? ()

This segfault occurs randomly. Sometimes I'm able to view hundreds of signed
mails and sometimes it crashes after viewing ten.

This bug might be related to the upstream bug at [1].

I wasn't able to reproduce this bug with a fresh profile and it doesn't occur if
enigmail is disabled. If you think this a bug in icedove or enigmail, please
reassign it.

If you need more info please let me know. I have saved the core dump.

Kind regards

[1] https://bugzilla.mozilla.org/show_bug.cgi?id=335303

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libnspr4-0d:amd64 depends on:
ii  libc6  2.13-32
ii  multiarch-support  2.13-32

libnspr4-0d:amd64 recommends no packages.

libnspr4-0d:amd64 suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPsNA6AAoJEGny/FFupxmT1/wP/3Xl1jnlnGEasF1Z78JY3MNQ
z44yNsbfO2mMG1sSeEgQ+FhPk8Jz5o4heqeco9XaXPCQ1sLbFAfpUvB4oRZP0+5L
tPrQDvg8vZpvcw9uySpauxftCZSCuxp9vXo/2ihqpVDJIcXVvmTdBlNmafmXa5V0
pd+uSYkB1OEt24+Utd01FoZFEZm38YavWCapAEXLWnxxB6WvybQVlByzSQMtmaKJ
0ZFncWM3BBXT6zs9mFPmacD2MFAScz3HnEcn7rJ/Sm0ZjMnnVi/qNk3TDwIvcoMF
Z5Pz4TTX2UHV4fl7rh0KS4e9QmxEMcwf95/fQGq3eRt8TIe5zU/cdFlD7FLh6VIc
Chdnb8gF4rvSE6WD5z5inw8+ClmqYZ4WaYiApdUVosP07ECzMS33lePZ5kzbO7bX
g38YlPSU3wiWwbzOrk8IDie+O7K6+HMt/6Rk3rPbXa6KzN0b0ylrorihjyex7UFX
RZ1acriDtqgtlu0LunUeGCs5uedGWGJIG3lcaDnlNRuSUj88a9S2+sT16iyHQtaB
T17JYw+7JG/I/2ODT17UaWpVt5atytAjD3j69EQOkN/2oM0OYgbxf/y4GtegvyQi
mrWliii5QuhNf6S7ClvkFKGLE67qiZ7G5oufR7Qa1j0vukKxzWzh8sfkddb99zQO
aEa2ScxC6miOdBFqmlZc
=6Jvw
-END PGP SIGNATURE-



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



Bug#672000: structure-synth: diff for NMU version 1.5.0-1.1

2012-05-14 Thread Sebastian Ramacher
Dear maintainer,

I've prepared an NMU for structure-synth (versioned as 1.5.0-1.1). It is
available at [1] and the debdiff is attached.

Regards.

[1] 
http://mentors.debian.net/debian/pool/main/s/structure-synth/structure-synth_1.5.0-1.1.dsc

diff -Nru structure-synth-1.5.0/debian/changelog 
structure-synth-1.5.0/debian/changelog
--- structure-synth-1.5.0/debian/changelog  2010-11-26 00:01:50.0 
+0100
+++ structure-synth-1.5.0/debian/changelog  2012-05-14 11:15:18.0 
+0200
@@ -1,3 +1,11 @@
+structure-synth (1.5.0-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/gcc4.7.patch: Fix FTBFS with g++ 4.7. (Closes: #672000)
+  * debian/rules: Link against GLU to fix build failure.
+
+ -- Sebastian Ramacher   Mon, 14 May 2012 11:15:14 +0200
+
 structure-synth (1.5.0-1) unstable; urgency=low
 
   * New upstream release
diff -Nru structure-synth-1.5.0/debian/patches/gcc4.7.patch 
structure-synth-1.5.0/debian/patches/gcc4.7.patch
--- structure-synth-1.5.0/debian/patches/gcc4.7.patch   1970-01-01 
01:00:00.0 +0100
+++ structure-synth-1.5.0/debian/patches/gcc4.7.patch   2012-05-13 
10:50:38.0 +0200
@@ -0,0 +1,28 @@
+Description: Fix build failures with g++ 4.7.
+Author: Sebastian Ramacher 
+Last-Update: 2012-05-13
+
+Index: structure-synth-1.5.0/SyntopiaCore/GLEngine/Sphere.h
+===
+--- structure-synth-1.5.0.orig/SyntopiaCore/GLEngine/Sphere.h  2012-05-13 
01:16:32.0 +0200
 structure-synth-1.5.0/SyntopiaCore/GLEngine/Sphere.h   2012-05-13 
01:16:33.0 +0200
+@@ -2,6 +2,7 @@
+ 
+ #include "SyntopiaCore/Math/Vector3.h"
+ #include "Object3D.h"
++#include 
+ 
+ namespace SyntopiaCore {
+   namespace GLEngine {
+Index: structure-synth-1.5.0/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp
+===
+--- structure-synth-1.5.0.orig/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp   
2012-05-13 01:16:32.0 +0200
 structure-synth-1.5.0/SyntopiaCore/GLEngine/Raytracer/RayTracer.cpp
2012-05-13 01:16:33.0 +0200
+@@ -1,5 +1,5 @@
+ #include 
+-
++#include 
+ 
+ #include "RayTracer.h"
+ 
+
diff -Nru structure-synth-1.5.0/debian/patches/series 
structure-synth-1.5.0/debian/patches/series
--- structure-synth-1.5.0/debian/patches/series 2010-11-25 23:59:08.0 
+0100
+++ structure-synth-1.5.0/debian/patches/series 2012-05-13 01:13:09.0 
+0200
@@ -1,3 +1,4 @@
 abs_data_path.patch
 sunflow.patch
 fix_help.patch
+gcc4.7.patch
diff -Nru structure-synth-1.5.0/debian/rules structure-synth-1.5.0/debian/rules
--- structure-synth-1.5.0/debian/rules  2010-11-25 21:53:52.0 +0100
+++ structure-synth-1.5.0/debian/rules  2012-05-13 01:23:26.0 +0200
@@ -13,7 +13,7 @@
 build-stamp: config-stamp  
dh_testdir
qmake-qt4 -project \
-   -after "CONFIG+=opengl" -after "QT+=xml opengl script"
+   -after "CONFIG+=opengl" -after "QT+=xml opengl script" -after 
"unix:LIBS+=-lGLU"
qmake-qt4
$(MAKE) \
CFLAGS="$(CFLAGS) -DDATADIR=\\\"/usr/share/structure-synth\\\"" 
\



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



Bug#672014: megaglest: diff for NMU version 3.6.0.3-1.1

2012-05-14 Thread Sebastian Ramacher
Dear maintainer,

I've prepared an NMU for megaglest (versioned as 3.6.0.3-1.1). It is available
at [1] and the debdiff is attached. 

Regards.

[1] 
http://mentors.debian.net/debian/pool/main/m/megaglest/megaglest_3.6.0.3-1.1.dsc

diff -Nru megaglest-3.6.0.3/debian/changelog megaglest-3.6.0.3/debian/changelog
--- megaglest-3.6.0.3/debian/changelog  2012-02-03 10:30:11.0 +0100
+++ megaglest-3.6.0.3/debian/changelog  2012-05-14 11:16:21.0 +0200
@@ -1,3 +1,10 @@
+megaglest (3.6.0.3-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/gcc4.7.patch: Fix FTBFS with g++ 4.7. (Closes: #672014).
+
+ -- Sebastian Ramacher   Mon, 14 May 2012 11:16:09 +0200
+
 megaglest (3.6.0.3-1) unstable; urgency=low
 
   [ Mark Vejvoda ]
diff -Nru megaglest-3.6.0.3/debian/patches/gcc4.7.patch 
megaglest-3.6.0.3/debian/patches/gcc4.7.patch
--- megaglest-3.6.0.3/debian/patches/gcc4.7.patch   1970-01-01 
01:00:00.0 +0100
+++ megaglest-3.6.0.3/debian/patches/gcc4.7.patch   2012-05-13 
10:45:00.0 +0200
@@ -0,0 +1,35 @@
+Description: Fix build failures with g++ 4.7
+Author: Sebastian Ramacher 
+Last-Update: 2012-05-13
+
+Index: megaglest-3.6.0.3/source/shared_lib/sources/util/util.cpp
+===
+--- megaglest-3.6.0.3.orig/source/shared_lib/sources/util/util.cpp 
2012-05-13 00:18:02.0 +0200
 megaglest-3.6.0.3/source/shared_lib/sources/util/util.cpp  2012-05-13 
00:18:02.0 +0200
+@@ -33,6 +33,7 @@
+ #ifndef WIN32
+ #include 
+ #endif
++#include 
+ 
+ #include "leak_dumper.h"
+ 
+Index: megaglest-3.6.0.3/source/shared_lib/include/graphics/math_util.h
+===
+--- megaglest-3.6.0.3.orig/source/shared_lib/include/graphics/math_util.h  
2011-12-14 08:40:48.0 +0100
 megaglest-3.6.0.3/source/shared_lib/include/graphics/math_util.h   
2012-05-13 00:23:50.0 +0200
+@@ -184,10 +184,10 @@
+ 
+   Rect2 computeBoundingRect() const{
+   return Rect2i(
+-  min(p[0].x, p[1].x), 
+-  min(p[0].y, p[2].y), 
+-  max(p[2].x, p[3].x), 
+-  max(p[1].y, p[3].y));
++  std::min(p[0].x, p[1].x), 
++  std::min(p[0].y, p[2].y), 
++  std::max(p[2].x, p[3].x), 
++  std::max(p[1].y, p[3].y));
+   }
+ 
+   bool isInside(const Vec2 &pt) const{
diff -Nru megaglest-3.6.0.3/debian/patches/series 
megaglest-3.6.0.3/debian/patches/series
--- megaglest-3.6.0.3/debian/patches/series 1970-01-01 01:00:00.0 
+0100
+++ megaglest-3.6.0.3/debian/patches/series 2012-05-13 00:18:02.0 
+0200
@@ -0,0 +1 @@
+gcc4.7.patch



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



Bug#661899: libsnmp-python: wrong package name (should be python-netsnmp)

2012-03-02 Thread Sebastian Ramacher
Package: libsnmp-python
Version: 5.4.3~dfsg-2.4
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

In order to adhere to Debian Python Policy §2.2 (Module Package Names) [1],
this package should be renamed to python-netsnmp.

[1] 
http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-package_names

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages libsnmp-python depends on:
ii  libc6   2.13-27
ii  libsnmp15   5.4.3~dfsg-2.4
ii  python  2.7.2-10
ii  python-central  0.6.17

libsnmp-python recommends no packages.

libsnmp-python suggests no packages.

- -- no debconf information

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

iQIcBAEBCAAGBQJPULDqAAoJEGny/FFupxmTwOIP/1w2DOe/s/m+aZ0pbInRIGu4
P3hmKwBxjV3cjwnHDTMCSXJ2qSBRTdYQWVfUTUl2mhNyy5dByDVOlP29b+e0TLd1
+iHPfAgDPzBI3OsyGgAMqkQ6oyP2A88M4uplOCJnZvzxH35NJzA4noClIDB430ty
g17UNRXRUN3KfAZBDThjRgp/sEbaENHdSjHTiCYYZnEFp35IHj2BIhgpEY9kyaQS
C0TuNDG4fbwSymYUqqtcttYtiPnTHV42fXs/XukAG4XbUY8yg/1jE+BQV4wnyUxB
Y0t2S/HG1e8iwps8u9n+/tbDqmpPNM63a9Gj3/eioIgfUVJbVkcDGBWChP1xYkcn
6wPLPG14sX1xYetLZH4EGHyKTM8mAUMZmZReV7NpM7ehkQ3GEL8mcC+bDGa+mws5
jzA4zvsG5IoeP+rzqrjhywT/tW7n2QeUwLiUIbVS2bylLiXR7vJMK5PXgFUvWcWS
QsWYrtut4yBYEkjYTaRD/SK6NI9Tu5cgAKq8iOkcetWTt03aSNdr6qKAp5nPaWNO
z/m8jd9sFGmrFgb40iWsZg0lgn4Oszy56Xjy7SNhu6ZuZ1wsl1lU2RnfhR13Y4RS
4V7pVsPt+ExaS3CJC2qQ+kUEfzKYSAE72b6wiIQmKmmUPx7PFRwAYgS6wWGuMChd
W8nl0gFZWZmC7nG3YBPL
=qkiJ
-END PGP SIGNATURE-



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



Bug#663131: New upstream version (0.1.0)

2012-03-08 Thread Sebastian Ramacher
On 08/03/12 21:22, Benoît Knecht wrote:
> Benoît Knecht wrote:
>> zathura 0.1.0 has been released a few weeks ago [1][2]. It would be
>> great if you could package it.
>>
>> [...]
>>
>> [1] http://pwmt.org/projects/zathura/download/
>> [2] http://pwmt.org/projects/zathura/download/zathura-0.1.0.tar.gz
> 
> I see that libgirara, a new dependency of zathura, is already in
> experimental; note that zathura-pdf-poppler [3] will also need to be
> package in order for zathura to do anything useful.
> 
> Should I open an RFP bug, or are you already on it?

I'm already on it. The new zathura version (including the plugin) will follow 
soon.

Cheers,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#658706: plasma-widget-yawp: doesn't refresh after suspend-to-disk

2012-02-05 Thread Sebastian Ramacher
Package: plasma-widget-yawp
Version: 0.4.2-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

After suspend-to-disk the yawp widget doesn't refresh the weather info. It
doesn't get refreshed directly after waking up and also not after the configured
refresh interval.

If I can do anything to debug the issue please say so.

Kind regards

- -- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (650, 'unstable'), (601, 'testing'), (600, 'experimental')
Architecture: amd64 (x86_64)

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

Versions of packages plasma-widget-yawp depends on:
ii  libc62.13-26
ii  libkdecore5  4:4.6.5-2+b1
ii  libkdeui54:4.6.5-2+b1
ii  libkio5  4:4.6.5-2+b1
ii  libkunitconversion4  4:4.6.5-2+b1
ii  libplasma3   4:4.6.5-2+b1
ii  libqtcore4   4:4.7.4-2
ii  libqtgui44:4.7.4-2
ii  libsolid44:4.6.5-2+b1
ii  libstdc++6   4.6.2-12
ii  plasma-dataengines-yawp  0.4.2-1

plasma-widget-yawp recommends no packages.

Versions of packages plasma-widget-yawp suggests:
pn  plasma-dataengines-workspace  4:4.6.5-4
pn  plasma-widget-yawp-dbg

- -- no debconf information

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

iQIcBAEBCAAGBQJPLn66AAoJEGny/FFupxmTi90P/18tArpUCMFSnz1NsMy2iDh/
A7MbI8fsSMysusjMmY+3xG/c3NblmNN+przllIQWv6m7eSGNalsNGm9QOewGyWzg
2OqgCVR6OoXydFY21ekMIlMqfhXOOCpiW0/QcZ5wem/163Ad4thojvY7m7/Nuujs
LUUR1/AByiSJt190rS3NO66gBisq2/v6LYmbF88upHgp7dspMGFc9FAseaGizCfS
28njDBg8SBs6xmnNsbPsjm0Bv9DipOQjPCrk9YLuxzvvb8eWF5P1Vcq+4jtzWKaR
sv8dSdcH5cBVB019yozHZtOG1ilgZyaEQU8echDNn4Zj/UIhwe56P0g5xHgP9dX3
HefxsSSvoWTJaUnOQaTN2GkCTzahQJq2t5FmEx5cMyvSAkWMltZlpGfUu3mCjOTl
QVg8fXjWoVSW6t/VR5h1/yfqOAEBPDdiutqF9NdC6ifTUfOv/IrzWKhtH3Dpd7tP
+dESygEE0PIYDkubQ0wRD1fGZfuWXtIx1c1MCb3kcA+3fVjYYNIUBRPrJEs0L28D
kinsVArpD3ccMYHeNWFLK+kFpB4WtXxIPWjGUZlkr3zaNHp+IYRrVE32POcjie8Z
YytnSABL9hJRBqodZk0t7DYQyke+cb2Ko14NYYUrCXonBkegAGbDngz7osbG52cd
JEPPAL3toFsOKUXQBUbA
=DYsS
-END PGP SIGNATURE-



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



Bug#638165: Fwd: Site to reproduce

2012-02-06 Thread Sebastian Ramacher
On 02/06/2012 07:34 AM, Jos van Wolput wrote:
> At least http://nos.nl/nieuws/live/journaal24/wmv/?lowres=1
> and videos from http://news.xinhuanet.com/english still do not work.
> My Iceweasel is now v. 11.0, gecko-mediaplayer 1.0.5-1, gnome-mplayer 1.0.5-1,
> mplayer 3:1.0~rc4

Thank you. Nevertheless I can't reproduce the issue on a fresh installation of
iceweasel and gecko-mediaplayer. Just to make sure it's not the obvious one:
what's the state of "Disable Player Embedding" under Preferences / Plugin? Did
you change any other settings? Could you also run the plugin with verbose debug
output (that's "Verbose Debug Output" under Preferences / Interface) and attach
the log?

Thank you for your help.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#658791: gnome-mplayer doesn't support gvfs

2012-02-08 Thread Sebastian Ramacher
tags 658791 + moreinfo
thanks

On 02/06/2012 02:18 AM, Patrik Dufresne wrote:
> I've try to use gnome-player to play a video located on a SSH server.
> Gnome-mplayer doesn't play the video.
> 
> Here the step to reproduce:
> 1. Using nautilus, open the remote location. e.g.:
> ssh://myservername/home/patrik/
> 2. Browse the server to get a video file.
> 3. Using the context menu, Open the file using gnome-mplayer
> 
> Current behaviour:
> 4. gnome-mplayer open, but never play the video.
> 
> Expected behaviour:
> 4. gnome-mplayer open to play the video.

This looks like upstream bug #579 [1]. Could you please upgrade gnome-mplayer to
1.0.5-1 and try again?

Kind regards

[1] https://code.google.com/p/gnome-mplayer/issues/detail?id=579
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#657160: Ability to pan/scroll the document using the mouse

2012-02-09 Thread Sebastian Ramacher
tags 657160 + fixed-upstream
thanks

> It would be very nice to be able to pan the document using the mouse, maybe by
> dragging the second or third mouse button.

This has been implemented in zathura's develop version.

Kind regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#658791: gnome-mplayer doesn't support gvfs

2012-02-10 Thread Sebastian Ramacher
tags 658791 - moreinfo + confirmed
thanks

On 02/08/2012 01:38 PM, Patrik Dufresne wrote:
> I have the same problem after upgrading gnome-mplayer to 1.0.5-1 by using
> the package available in sid unstable.

Thanks for checking. I am also able to reproduce it now.

Kind regards



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



Bug#658791: gnome-mplayer doesn't support gvfs

2012-02-10 Thread Sebastian Ramacher
tags 658791 + fixed-upstream
thanks

Fixed in upstream's svn repository as of revision 2212 [1].

Kind regards

[1] https://code.google.com/p/gnome-mplayer/source/detail?r=2212
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#658787: FTBFS: tests fail

2012-02-10 Thread Sebastian Ramacher
On 02/11/2012 02:12 AM, Charlie Smotherman wrote:
> Hmm I can not reproduce this build failure locally.
> Please see attached build log

The test suite relies on network access which is not required to available on
the buildds. From [1]:

"no network -- most buildds will have no network access available (potentially
not even the loopback). Your package build+test process must not attempt to use
the network or assume that any network interface is available."

Kind regards

[1] http://wiki.debian.org/buildd
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#670320: ruby-locale: fails to get available locale

2012-04-24 Thread Sebastian Ramacher
On 24/04/12 22:42, Yannick Roehlly wrote:
> With the update from 2.0.5-2 to 2.0.5-3 I encounter some strange behaviour.
> Under KDE, the programmes that use ruby-locale fails. For instance, on irb:
> 
>   irb(main):001:0> require 'locale'
>   => true
>   irb(main):002:0> Locale.current
>   => []
>   irb(main):003:0> Locale.candidates
>   NoMethodError: undefined method `size' for nil:NilClass
>   from /usr/lib/ruby/vendor_ruby/locale.rb:239:in `collect_candidates'
>   from /usr/lib/ruby/vendor_ruby/locale.rb:222:in `candidates'
>   from (irb):3
>   irb(main):004:0> 

As far as I can tell this is only reproducible if LANGUAGE is set but empty. So
I guess KDE sets LANGUAGE to an empty value an Xfce does not.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#660294: gnome-mplayer: does not load embedded fonts from MKV files

2012-04-29 Thread Sebastian Ramacher
tags 660294 + moreinfo
thanks

Hi,

On 18/02/12 00:47, James Aaron Asis wrote:
> Gnome-mplayer seems to prefer using the font specified in the "Subtitle Font" 
> option in "Subtitle Settings" despite the option "Use Embedded Fonts" being 
> enabled.
> Checking and unchecking the "Use Embedded Fonts" option does not change the 
> behavior of the program.
> 
> This behavior is specific to gnome-mplayer and not the underlying mplayer 
> program
> because when the same MKV video file is opened with the command "mplayer 
> -ass",
> the embedded fonts are loaded and used correctly. 

this looks like LP #655469 [1]. Could you please test version currently in
testing or unstable? The bug should be fixed there.

Regards

[1] https://bugs.launchpad.net/ubuntu/+source/gnome-mplayer/+bug/655469
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#669439: meritous: FTBFS: src/save.c:27:18: fatal error: zlib.h: No such file or directory

2012-04-29 Thread Sebastian Ramacher
tags 669439 + patch
thanks

On 19/04/12 21:14, Lucas Nussbaum wrote:
> Relevant part:
>> gcc -c -o src/save.o src/save.c -DSAVES_IN_HOME -O2 -Wall `sdl-config 
>> --cflags` -g
>> src/save.c:27:18: fatal error: zlib.h: No such file or directory
>> compilation terminated.
>> make[1]: *** [src/save.o] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u meritous-1.2+dfsg/debian/changelog meritous-1.2+dfsg/debian/changelog
--- meritous-1.2+dfsg/debian/changelog
+++ meritous-1.2+dfsg/debian/changelog
@@ -1,3 +1,11 @@
+meritous (1.2+dfsg-1.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Add Build-Dep on zlib1g-dev to fix FTBFS. (Closes:
+#669439)
+
+ -- Sebastian Ramacher   Sun, 29 Apr 2012 17:33:31 +0200
+
 meritous (1.2+dfsg-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -u meritous-1.2+dfsg/debian/control meritous-1.2+dfsg/debian/control
--- meritous-1.2+dfsg/debian/control
+++ meritous-1.2+dfsg/debian/control
@@ -3,7 +3,7 @@
 Priority: extra
 Homepage: http://www.asceai.net/meritous/
 Maintainer: Dylan R. E. Moonfire 
-Build-Depends: debhelper (>= 5), libsdl-image1.2-dev, libsdl-mixer1.2-dev, xsltproc, docbook-xsl, quilt
+Build-Depends: debhelper (>= 5), libsdl-image1.2-dev, libsdl-mixer1.2-dev, xsltproc, docbook-xsl, quilt, zlib1g-dev
 Standards-Version: 3.7.3
 Vcs-Browser: http://mfgames.com/wsvn/debian-meritous/
 Vcs-Svn: http://mfgames.com/svn/debian/meritous/trunk/


signature.asc
Description: OpenPGP digital signature


Bug#669501: linphone: FTBFS: linphonec.c:1432: undefined reference to `rl_attempted_completion_over'

2012-04-29 Thread Sebastian Ramacher
tags 669501 + patch
thanks

On 19/04/12 21:22, Lucas Nussbaum wrote:
> Relevant part:
>> gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../coreapi -I../oRTP/include -I../exosip 
>> -I../mediastreamer2/include   -Wall  -DIN_LINPHONE -DENABLE_TRACE 
>> -D_ORTP_SOURCE   -DOSIP_MT -DHAVE_PTHREAD-g -O2 -c -o 
>> linphonec-commands.o `test -f 'commands.c' || echo './'`commands.c
>>   CCLD   linphonec
>> linphonec-linphonec.o: In function `linephonec_readline_completion':
>> /«PKGBUILDDIR»/console/linphonec.c:1432: undefined reference to 
>> `rl_attempted_completion_over'
>> linphonec-linphonec.o: In function `linphonec_finish_readline':
>> /«PKGBUILDDIR»/console/linphonec.c:1092: undefined reference to 
>> `stifle_history'
>> /«PKGBUILDDIR»/console/linphonec.c:1093: undefined reference to 
>> `write_history'
>> linphonec-linphonec.o: In function `linphonec_prompt_for_auth_final':
>> /«PKGBUILDDIR»/console/linphonec.c:839: undefined reference to 
>> `rl_event_hook'
>> /«PKGBUILDDIR»/console/linphonec.c:840: undefined reference to 
>> `rl_event_hook'
>> /«PKGBUILDDIR»/console/linphonec.c:889: undefined reference to 
>> `rl_line_buffer'
>> /«PKGBUILDDIR»/console/linphonec.c:890: undefined reference to 
>> `rl_event_hook'
>> linphonec-linphonec.o: In function `linphonec_idle_call':
>> /«PKGBUILDDIR»/console/linphonec.c:1031: undefined reference to 
>> `rl_inhibit_completion'
>> /«PKGBUILDDIR»/console/linphonec.c:1035: undefined reference to 
>> `rl_inhibit_completion'
>> linphonec-linphonec.o: In function `linphonec_readline':
>> /«PKGBUILDDIR»/console/linphonec.c:557: undefined reference to `readline'
>> linphonec-linphonec.o: In function `linephonec_readline_completion':
>> /«PKGBUILDDIR»/console/linphonec.c:1439: undefined reference to 
>> `rl_completion_matches'
>> linphonec-linphonec.o: In function `linphonec_initialize_readline':
>> /«PKGBUILDDIR»/console/linphonec.c:1059: undefined reference to 
>> `rl_readline_name'
>> /«PKGBUILDDIR»/console/linphonec.c:1062: undefined reference to 
>> `rl_set_keyboard_input_timeout'
>> /«PKGBUILDDIR»/console/linphonec.c:1063: undefined reference to 
>> `rl_event_hook'
>> /«PKGBUILDDIR»/console/linphonec.c:1068: undefined reference to 
>> `read_history'
>> /«PKGBUILDDIR»/console/linphonec.c:1074: undefined reference to 
>> `rl_attempted_completion_function'
>> linphonec-linphonec.o: In function `linphonec_main_loop':
>> /«PKGBUILDDIR»/console/linphonec.c:1149: undefined reference to `add_history'
>> linphonec-commands.o: In function `lpc_cmd_codec':
>> /«PKGBUILDDIR»/console/commands.c:2138: undefined reference to 
>> `rl_inhibit_completion'
>> /«PKGBUILDDIR»/console/commands.c:2143: undefined reference to 
>> `rl_inhibit_completion'
>> /«PKGBUILDDIR»/console/commands.c:2143: undefined reference to 
>> `rl_inhibit_completion'
>> linphonec-commands.o: In function `lpc_cmd_proxy':
>> /«PKGBUILDDIR»/console/commands.c:1050: undefined reference to 
>> `rl_inhibit_completion'
>> /«PKGBUILDDIR»/console/commands.c:1054: undefined reference to 
>> `rl_inhibit_completion'
>> collect2: ld returned 1 exit status

Please see the attached patch to fix the detection of readline. Alternatively
one can simply add libncurses5-dev to Build-Depends. This fixes the FTBFS as 
well.

Regards
-- 
Sebastian Ramacher
--- linphone-3.5.2.orig/m4/readline.m4
+++ linphone-3.5.2/m4/readline.m4
@@ -21,8 +21,14 @@ if test "$readline_prefix" != "none"; th
 	LIBS="$LIBS $READLINE_LIBS"
 	AC_CHECK_HEADERS(readline.h readline/readline.h, readline_h_found=yes)
 	AC_CHECK_HEADERS(history.h readline/history.h)
-	
-	AC_CHECK_LIB(readline, readline, [readline_libs_found=yes],[],[-lncurses])
+
+  for termcap_lib in "" termcap curses ncurses; do
+LIBS="$LIBS_save $READLINE_LIBS $termcap_lib"
+	   AC_CHECK_LIB(readline, readline, [readline_libs_found=yes])
+if test "x$readline_libs_found" = "xyes" ; then
+  break
+fi
+  done
 	
 	LIBS=$LIBS_save
 	CPPFLAGS=$CPPFLAGS_save


signature.asc
Description: OpenPGP digital signature


Bug#669435: mokomaze: FTBFS: configure.ac:19: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT

2012-04-29 Thread Sebastian Ramacher
tags 669435 + patch
thanks

On 19/04/12 21:15, Lucas Nussbaum wrote:
>> configure.ac:19: warning: macro `AM_GLIB_GNU_GETTEXT' not found in library
>> autoreconf: running: /usr/bin/autoconf --force
>> configure.ac:19: error: possibly undefined macro: AM_GLIB_GNU_GETTEXT
>>   If this token and others are legitimate, please use m4_pattern_allow.
>>   See the Autoconf documentation.
>> autoreconf: /usr/bin/autoconf failed with exit status: 1
>> make: *** [build-stamp] Error 1

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#664956: getdp: FTBFS: unsatisfiable build-dependencies: libpetsc3.1-dev, libslepc3.1-dev

2012-04-30 Thread Sebastian Ramacher
On 21/03/12 21:45, Lucas Nussbaum wrote:
>> The following packages have unmet dependencies:
>>  sbuild-build-depends-getdp-dummy : Depends: libpetsc3.1-dev but it is not 
>> installable
>> Depends: libslepc3.1-dev but it is not 
>> installable
>> E: Broken packages

Bumping the dependencies to libpetsc3.2-dev and libslepc3.2-dev, updating the
paths in debian/rules and applying the attached patch makes it build again.

I didn't test if the resulting package works. There are also a lot of new
warnings related to Fortran code in contrib. So someone who is more familiar
with getdp should look into this.

Regards
-- 
Sebastian Ramacher
diff --git a/Legacy/EigenSolve.cpp b/Legacy/EigenSolve.cpp
index f2928f9..0fc0889 100644
--- a/Legacy/EigenSolve.cpp
+++ b/Legacy/EigenSolve.cpp
@@ -13,8 +13,8 @@ void EigenSolve(struct DofData * DofData_P, int NumEigenvalues,
 #if defined(HAVE_ARPACK) && defined(HAVE_SLEPC) 
   // if both Arpack and SLEPC are available, use Arpack by default
   // (set "-slepc" on the command line to force SLEPC)
-  PetscTruth slepc = PETSC_FALSE, set;
-  PetscOptionsGetTruth(PETSC_NULL, "-slepc", &slepc, &set);
+  PetscBool slepc = PETSC_FALSE, set;
+  PetscOptionsGetBool(PETSC_NULL, "-slepc", &slepc, &set);
   if(slepc)
 EigenSolve_SLEPC(DofData_P, NumEigenvalues, shift_r, shift_i);
   else
diff --git a/Legacy/EigenSolve_SLEPC.cpp b/Legacy/EigenSolve_SLEPC.cpp
index bec19d5..3e6cec3 100644
--- a/Legacy/EigenSolve_SLEPC.cpp
+++ b/Legacy/EigenSolve_SLEPC.cpp
@@ -130,8 +130,8 @@ static void _storeEigenVectors(struct DofData *DofData_P, int nconv,
 Current.Time = re;
 Current.TimeImag = im;
   }
-  _try(VecDestroy(xr));
-  _try(VecDestroy(xi));
+  _try(VecDestroy(&xr));
+  _try(VecDestroy(&xi));
 }
 
 static void _linearEVP(struct DofData * DofData_P, int numEigenValues, 
@@ -203,8 +203,6 @@ static void _linearEVP(struct DofData * DofData_P, int numEigenValues,
 Msg::Error("SLEPc diverged after %d iterations", its);
   else if(reason == EPS_DIVERGED_BREAKDOWN)
 Msg::Error("SLEPc generic breakdown in method");
-  else if(reason == EPS_DIVERGED_NONSYMMETRIC)
-Msg::Error("The operator is nonsymmetric");
   
   // get number of converged approximate eigenpairs
   PetscInt nconv;
@@ -217,7 +215,7 @@ static void _linearEVP(struct DofData * DofData_P, int numEigenValues,
   // print eigenvalues and store eigenvectors in DofData
   _storeEigenVectors(DofData_P, nconv, eps, PETSC_NULL);
   
-  _try(EPSDestroy(eps));
+  _try(EPSDestroy(&eps));
 }
 
 static void _quadraticEVP(struct DofData * DofData_P, int numEigenValues, 
@@ -307,7 +305,7 @@ static void _quadraticEVP(struct DofData * DofData_P, int numEigenValues,
   // print eigenvalues and store eigenvectors in DofData
   _storeEigenVectors(DofData_P, nconv, PETSC_NULL, qep);
   
-  _try(QEPDestroy(qep));
+  _try(QEPDestroy(&qep));
 
   // restore operators
   LinAlg_ProdMatrixDouble(&DofData_P->M3, -1.0, &DofData_P->M3);
diff --git a/Legacy/LinAlg_PETSC.cpp b/Legacy/LinAlg_PETSC.cpp
index fe76f19..4b3dd72 100644
--- a/Legacy/LinAlg_PETSC.cpp
+++ b/Legacy/LinAlg_PETSC.cpp
@@ -127,13 +127,13 @@ static void _fillseq(gVector *V)
   VecScatterBegin(ctx, V->V, V->Vseq, INSERT_VALUES, SCATTER_FORWARD);
   VecScatterEnd(ctx, V->V, V->Vseq, INSERT_VALUES, SCATTER_FORWARD);
 #endif
-  VecScatterDestroy(ctx);
+  VecScatterDestroy(&ctx);
 }
 
 void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m)
 {
   PetscInt prealloc = 100;
-  PetscTruth set;
+  PetscBool set;
   PetscOptionsGetInt(PETSC_NULL, "-petsc_prealloc", &prealloc, &set);
 
   // prealloc cannot be bigger than the number of rows!
@@ -161,19 +161,19 @@ void LinAlg_CreateMatrix(gMatrix *M, gSolver *Solver, int n, int m)
 void LinAlg_DestroySolver(gSolver *Solver)
 {
   for(int i = 0; i < 10; i++)
-if(Solver->ksp[i]) _try(KSPDestroy(Solver->ksp[i]));
+if(Solver->ksp[i]) _try(KSPDestroy(&Solver->ksp[i]));
 }
 
 void LinAlg_DestroyVector(gVector *V)
 {
-  _try(VecDestroy(V->V));
+  _try(VecDestroy(&V->V));
   if(Msg::GetCommSize() > 1)
-_try(VecDestroy(V->Vseq));
+_try(VecDestroy(&V->Vseq));
 }
 
 void LinAlg_DestroyMatrix(gMatrix *M)
 {
-  _try(MatDestroy(M->M));
+  _try(MatDestroy(&M->M));
 }
 
 void LinAlg_CopyScalar(gScalar *S1, gScalar *S2)
@@ -303,7 +303,7 @@ void LinAlg_PrintVector(FILE *file, gVector *V, bool matlab)
 _try(PetscViewerASCIIOpen(PETSC_COMM_WORLD, "vector.m", &fd));
 _try(PetscViewerSetFormat(fd, PETSC_VIEWER_ASCII_MATLAB));
 _try(VecView(V->V, fd));
-_try(PetscViewerDestroy(fd));
+_try(PetscViewerDestroy(&fd));
   }
 } 
 
@@ -314,7 +314,7 @@ void LinAlg_PrintMatrix(FILE *file, gMatrix *M, bool matlab)
   _try(Petsc

Bug#669440: freecraft: FTBFS: conftest.c:57: undefined reference to `shl_load'

2012-04-30 Thread Sebastian Ramacher
tags 669440 + patch
thanks

On 19/04/12 21:11, Lucas Nussbaum wrote:
> Relevant part:
>> cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but 
>> not for C [enabled by default]
>> configure:7888: $? = 0
>> configure:7901: result: no
>> configure:7921: checking for gcc option to produce PIC
>> configure:8193: result: -fPIC -DPIC
>> configure:8205: checking if gcc PIC flag -fPIC -DPIC works
>> configure:8223: gcc -c -g -O2  -fPIC -DPIC -DPIC conftest.c >&5
>> configure:8227: $? = 0
>> configure:8240: result: yes
>> configure:8264: checking if gcc static flag -static works
>> configure:8292: result: yes
>> configure:8307: checking if gcc supports -c -o file.o
>> configure:8328: gcc -c -g -O2  -o out/conftest2.o conftest.c >&5
>> configure:8332: $? = 0
>> configure:8354: result: yes
>> configure:8362: checking if gcc supports -c -o file.o
>> configure:8409: result: yes
>> configure:8442: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 
>> supports shared libraries
>> configure:9432: result: yes
>> configure:9469: checking whether -lc should be explicitly linked in
>> configure:9474: gcc -c -g -O2  conftest.c >&5
>> configure:9477: $? = 0
>> configure:9492: gcc -shared conftest.o  -v -Wl,-soname -Wl,conftest -o 
>> conftest 2\>\&1 \| /bin/grep  -lc  \>/dev/null 2\>\&1
>> configure:9495: $? = 0
>> configure:9507: result: no
>> configure:9671: checking dynamic linker characteristics
>> configure:10104: gcc -o conftest -g -O2   -Wl,-rpath -Wl,/foo conftest.c  >&5
>> configure:10104: $? = 0
>> configure:10334: result: GNU/Linux ld.so
>> configure:10436: checking how to hardcode library paths into programs
>> configure:10461: result: immediate
>> configure:10555: checking for shl_load
>> configure:10555: gcc -o conftest -g -O2   conftest.c  >&5
>> /tmp/cc4AktI0.o: In function `main':
>> /«PKGBUILDDIR»/conftest.c:57: undefined reference to `shl_load'
>> collect2: ld returned 1 exit status

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -Nru freecraft-1.20/debian/changelog freecraft-1.20/debian/changelog
--- freecraft-1.20/debian/changelog	2011-03-26 16:16:59.0 +0100
+++ freecraft-1.20/debian/changelog	2012-04-30 19:10:11.0 +0200
@@ -1,3 +1,11 @@
+freecraft (1:1.20-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/control: Add Build-Dep on pkg-config to fix FTBFS. (Closes:
+#669440)
+
+ -- Sebastian Ramacher   Mon, 30 Apr 2012 19:09:45 +0200
+
 freecraft (1:1.20-1) unstable; urgency=high
 
   * Fixing indirect linking error by linking the main program explicitly
diff -Nru freecraft-1.20/debian/control freecraft-1.20/debian/control
--- freecraft-1.20/debian/control	2011-03-26 16:16:18.0 +0100
+++ freecraft-1.20/debian/control	2012-04-30 19:03:57.0 +0200
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Lincoln de Sousa Primo Clarete 
 Build-Depends: libx11-dev, libxext-dev, libsdl1.2-dev (>> 1.2.2),
- libsdl1.2debian, libpng12-dev, libbz2-dev, debhelper (>= 7.0.50~)
+ libsdl1.2debian, libpng12-dev, libbz2-dev, debhelper (>= 7.0.50~),
+ pkg-config
 Standards-Version: 3.9.1
 Vcs-Browser: http://git.comum.org/gitweb.cgi?p=lincoln/debian/freecraft.git
 Vcs-Git: http://git.comum.org/lincoln/debian/freecraft.git


signature.asc
Description: OpenPGP digital signature


Bug#652778: kamoso: FTBFS: has_binary_operator.hp:50: Parse error at "BOOST_JOIN"

2012-04-30 Thread Sebastian Ramacher
tags 652778 + moreinfo
thanks

Hi Lucas

On 20/12/11 16:01, Lucas Nussbaum wrote:
>> usr/include/boost/type_traits/detail/has_binary_operator.hp:50: Parse error 
>> at "BOOST_JOIN"
>> automoc4: process for 
>> /build/kamoso-BvA0Sh/kamoso-2.0.2/obj-x86_64-linux-gnu/src/moc_webcamwidget.cpp
>>  failed: Unknown error

I can't reproduce it anymore. This seems to be fixed with Boost 1.39. Does it
still fail to build for you?

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#663648: ITP: zathura-extras -- plugins for zathura to support additional document formats

2012-03-12 Thread Sebastian Ramacher
Package: wnpp
Severity: wishlist
Owner: Sebastian Ramacher 

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

* Package name: zathura-extras
  Version : 0.1.0
  Upstream Author : Moritz Lipp 
* URL : http://pwmt.org/projects/zathura/plugins/
* License : Zlib
  Programming Lang: C
  Description : plugins for zathura to support additional document formats
 zathura-extras will consist of the zathura plugins zathura-djvu and
 zathura-ps. They add support to view DjVU and PostScripts documents in
 zathura.

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

iQIcBAEBCAAGBQJPXokIAAoJEGny/FFupxmTPfwQALgB9rrSkoatzZtvihycldyb
ckBWaaujpEi/lXdUihSyNdQczul/8zlEArcR2UWeC8kv6Qt6FZJV217nKucUFj94
Mg2he86ftcMRJVciCjA7A1KSo7cRcRh+eC5Wx6BdS3mkZANmPPu4d0Ooy5Vp/vss
AwYnQwgCw1FwvHbeImmxc5PAjsItSxswxSdpWi04eqmIupC5PbeR/0QrJJpzjkJ+
20JfIx0fTeSMfdYMYnaRaLLtQHXnBbc4EXriHnpWZlCj/d3R7uTD2gXzilFrMjku
PIxYvoF2dht1U896I71xyioAdriwo8VBa3kIOAASmuErXKl8mG2dPf84uTxRzUP8
09yCCDBNixgSiSCc4b6ombGrsBPtK82vJidcCK3F8FhOJniQJdUaDxEHokBm4bJN
miOJy9iJC6qpsj6Ru7fO26MYZPl6Asc07yvWith7FV0dkIMNK4NKKKWRuhBb14HR
5GSLffoqRe1wdU3gKsbIR6uFrmNfcs1GGoBrECITK37pqAI6Cn/3QWAk69kOVOhP
TgV8Mb0EV1W7VI5mT2hruSOp0RUTpRe0PQIlIhNNPt3yjiQrxT+oANLIVpJ2Ektr
TLF5C8TmdKO41FuRUrz+tcsimCRqbXgs1vEHsszGnkRFsWskZGAv5JzqulLTK7XU
TLmYyBzCnvBkmmGteCLp
=q5vG
-END PGP SIGNATURE-



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



Bug#659806: glipper: uninstallable due to dependency on python-gnomeapplet

2012-03-13 Thread Sebastian Ramacher
tags 659806 + patch
thanks

On 13/02/12 21:42, Adam D. Barratt wrote:
> glipper depends on python-gnomeapplet, but that package does not exist
> in unstable (in fact, it only exists in stable).  glipper is thus
> uninstallable in unstable.

As far as I can tell glipper doesn't use anything from the now gone
python-gnomeapplet. In the absence of python-appindicator glipper falls back to
Gtk.StatusIcon and is usable (but I'm not a user of glipper, so please correct
me if I'm wrong).

The attached patch drops the Depends.

Cheers
-- 
Sebastian Ramacher
diff -Nru glipper-2.3/debian/rules glipper-2.3/debian/rules
--- glipper-2.3/debian/rules	2012-01-27 16:44:09.0 +0100
+++ glipper-2.3/debian/rules	2012-03-13 11:44:40.0 +0100
@@ -6,7 +6,7 @@
 ifeq ($(shell dpkg-vendor --derives-from Ubuntu && echo yes), yes)
 	SUBSTVARS = -Vdist:Depends="python-appindicator"
 else
-	SUBSTVARS = -Vdist:Depends="python-gnomeapplet"
+	SUBSTVARS = -Vdist:Depends=""
 endif
 
 %:


signature.asc
Description: OpenPGP digital signature


Bug#440222: Unreproducible

2012-03-13 Thread Sebastian Ramacher
tags 440222 + unreproducible
thanks

Hello Tanguy,

I can't reproduce this bug with the yafc and proftpd-basic version from
unstable. As I don't see any changes in yafc that could have fixed the issue, I
guess it has been fixed in proftpd.

If you're still able to reproduce it, please say so. Otherwise I'll close the
bug in a month.

-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#669034: Bad panning behavior

2012-05-03 Thread Sebastian Ramacher
tags 669034 + upstream fixed-upstream
thanks

On 16/04/12 18:50, Yuri D'Elia wrote:
> All being said, this behavior is ugly, and the document does not follow the
> pointer.

This has been fixed upstream [1] and I'll add the fix to the next upload.

Regards

[1] http://git.pwmt.org/?p=zathura.git;a=commit;h=b5bf7ef8
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#671350: yafc: New yafc fork

2012-05-03 Thread Sebastian Ramacher
tags 671350 + pending
thanks

On 03/05/12 14:04, George B. wrote:
> There is a new (and apparently active) fork of yafc here:
> 
> http://www.yafc-ftp.com/
> 
> Considering original upstream has been quite dead for several years, please 
> consider packaging the fork instead. Providing it's good... ;-)

I'm already working on the new version. I hope it's ready soon.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#518296: yafc: segfault

2012-05-05 Thread Sebastian Ramacher
tags 518296 + moreinfo
thanks

Hi George,

sorry for this really late reply.

> I have an issue with yafc crashing when I do a "get -nr".

Could you please try 1.1.3-1 from unstable and tell me if this is still a
problem?  I think the issue might be related to some invalid reads and writes
that have been fixed in 1.1.3. Since I'm not sure if that's really the case I'd
appreciate it if you could confirm that the issue has been fixed.

Kind regards,
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


Bug#666646: chaksem: FTBFS: ! LaTeX Error: File `a4wide.sty' not found.

2012-04-18 Thread Sebastian Ramacher
tags 46 + patch
thanks

On 31/03/12 21:27, Lucas Nussbaum wrote:
>> ! LaTeX Error: File `a4wide.sty' not found.

Please find attached a patch to fix this FTBFS.

Regards
-- 
Sebastian Ramacher
diff -u chaksem-1.7b/debian/changelog chaksem-1.7b/debian/changelog
--- chaksem-1.7b/debian/changelog
+++ chaksem-1.7b/debian/changelog
@@ -1,3 +1,10 @@
+chaksem (1.7b-5.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Add Build-Dep on texlive-latex-extra for a4wide.sty (Closes: #46).
+
+ -- Sebastian Ramacher   Tue, 10 Apr 2012 18:11:36 +0200
+
 chaksem (1.7b-5) unstable; urgency=low
 
   * Bump standards version to 3.8.3.
diff -u chaksem-1.7b/debian/control chaksem-1.7b/debian/control
--- chaksem-1.7b/debian/control
+++ chaksem-1.7b/debian/control
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Jamie Wilkinson 
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended
+Build-Depends-Indep: texlive-base-bin, texlive-latex-base, texlive-latex-recommended, texlive-fonts-recommended, texlive-latex-extra
 Standards-Version: 3.8.3
 
 Package: chaksem


signature.asc
Description: OpenPGP digital signature


Bug#669034: Bad panning behavior

2012-04-18 Thread Sebastian Ramacher
forwarded 669034 http://bt.pwmt.org/view.php?id=172
thanks

On 16/04/12 18:50, Yuri D'Elia wrote:
> When you pan a PDF document with the middle mouse button, zathura moves the
> screen roughly half the actual pointer distance.
> 
> That is, if I drag from point A to B, the document itself will be panned
> by a distance which is somewhere in the middle.
> 
> In fact, looking at the behavior, it seems that zathura is using mouse-deltas
> to move the document, which combined with the jerkiness of the redrawing speed
> does not account for the total motion.
> 
> All being said, this behavior is ugly, and the document does not follow the
> pointer.

Thanks for the report. I've forwarded it upstream.

Regards
-- 
Sebastian Ramacher



signature.asc
Description: OpenPGP digital signature


<    1   2   3   4   5   6   7   8   9   10   >