Bug#778041: open-axiom: ftbfs with GCC-5

2015-07-08 Thread Игорь Пашев
I'm currently updating OpenAxiom package, and will fix whatever issues.


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



Bug#761549:

2014-09-29 Thread Игорь Пашев
this is a GCC bug https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63405


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



Bug#733651: general: Any USB card reader works only after being replugged.

2013-12-30 Thread Игорь Пашев
I can confirm this.

# uname -a
Linux hope 3.10-2-amd64 #1 SMP Debian 3.10.7-1 (2013-08-17) x86_64 GNU/Linux

# cat /etc/debian_version
jessie/sid

udev/204-5


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



Bug#713498:

2013-12-26 Thread Игорь Пашев
http://code.ohloh.net/file?fid=ZYcxFNlRJ6mpB4hT8j4bH36t1OYcid=P9m-lyBa7_Is=fp=306441mpprojSelected=true#L0

One needs to put tags after commen, e. g.:

diff --git a/farstream/fs-session.c b/farstream/fs-session.c
index 80794d1..abb1bc3 100644
--- a/farstream/fs-session.c
+++ b/farstream/fs-session.c
@@ -270,9 +270,6 @@ fs_session_class_init (FsSessionClass *klass)
   /**
* FsSession:codec-preferences:
*
-   * Type: GLib.List(FsCodec)
-   * Transfer: full
-   *
* This is the current preferences list for the local codecs. It is
* set by the user to specify the codec options and priorities. The user may
* change its value with fs_session_set_codec_preferences() at any time
@@ -283,6 +280,9 @@ fs_session_class_init (FsSessionClass *klass)
* or %FS_CODEC_ID_ANY. If the encoding name is reserve-pt, then the
* payload type of the codec will be reserved and not be used by any
* dynamically assigned payload type.
+   *
+   * Type: GLib.List(FsCodec)
+   * Transfer: full
*/
   g_object_class_install_property (gobject_class,
   PROP_CODEC_PREFERENCES,


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



Bug#719454:

2013-12-26 Thread Игорь Пашев
diff -uNr gst-plugins-bad-0.10.23/docs/plugins/gst-plugins-bad-plugins-docs.sgml
gst-plugins-bad-0.10.23.new/docs/plugins/gst-plugins-bad-plugins-docs.sgml
--- gst-plugins-bad-0.10.23/docs/plugins/gst-plugins-bad-plugins-docs.sgml
2011-12-30 19:24:26.0 +0100
+++ gst-plugins-bad-0.10.23.new/docs/plugins/gst-plugins-bad-plugins-docs.sgml
2012-09-29 15:19:33.449242759 +0200
@@ -221,7 +221,6 @@
 xi:include href=xml/plugin-wildmidi.xml /
 xi:include href=xml/plugin-xvid.xml /
 xi:include href=xml/plugin-voaacenc.xml /
-xi:include href=xml/plugin-voamrwbenc.xml /
 xi:include href=xml/plugin-vp8.xml /
 xi:include href=xml/plugin-zbar.xml /
   /chapter

From 
http://code.ohloh.net/file?fid=146cLJIk1XZDqS5OElCfDmDkU7Acid=8FaGx4bQTAAs=fp=512466mpprojSelected=true#L0


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



Bug#701300:

2013-09-06 Thread Игорь Пашев
Please check:

# nm -D /usr/lib/libACE-6.0.3.so  | grep handle_signal | c++filt
00117910 T ACE_Sig_Adapter::handle_signal(int, siginfo*, ucontext*)
000de5c0 T ACE_Event_Handler::handle_signal(int, siginfo*, ucontext*)
000a7ae0 T ACE_Service_Config::handle_signal(int, siginfo*, ucontext*)
001115e0 T ACE_Process_Manager::handle_signal(int, siginfo*, ucontext*)
000abab0 T ACE_Service_Manager::handle_signal(int, siginfo*, ucontext*)
000f1c50 T ACE_MMAP_Memory_Pool::handle_signal(int, siginfo*, ucontext*)
00116e10 T ACE_Shared_Memory_Pool::handle_signal(int,
siginfo*, ucontext*)


Cf. siginfo_t* vs siginfo*

# dpkg -s libace-6.0.3
Package: libace-6.0.3
Status: install ok installed
Priority: optional
Section: libs
Installed-Size: 1868
Maintainer: Debian ACE+TAO maintainers pkg-ace-de...@lists.alioth.debian.org
Architecture: amd64
Source: ace
Version: 6.0.3+dfsg-0.1
Depends: libc6 (= 2.8), libgcc1 (= 1:4.1.1), libstdc++6 (= 4.6)
Description: C++ network programming framework
 This package contains the ADAPTIVE Communication Environment (ACE)
 framework.
 .


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



Bug#721718:

2013-09-04 Thread Игорь Пашев
https://git.gnome.org/browse/gegl/commit/?id=97067622352e58f86a24851dacb1f5daa0762897


Bug#713596: Look like libxml issue

2013-07-02 Thread Игорь Пашев
Look like libxml issue

http://gnats.netbsd.org/47400

typedef struct _xmlBuf xmlBuf;


...should really be...


typedef struct _xmlBuffer xmlBuf;


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



Bug#713596: gdome2 should be ported to newer libxml

2013-07-02 Thread Игорь Пашев
Oh, no. It is really gdome issue:

  /usr/include/libxml2/libxml/tree.h

  82 /**
  83  * xmlBuffer:
  84  *
  85  * A buffer structure, this old construct is limited to 2GB and
  86  * is being deprecated, use API with xmlBuf instead
  87  */
  88 typedef struct _xmlBuffer xmlBuffer;
  89 typedef xmlBuffer *xmlBufferPtr;
  90 struct _xmlBuffer {
  91 xmlChar *content;   /* The buffer content UTF8 */
  92 unsigned int use;   /* The buffer size used */
  93 unsigned int size;  /* The buffer size */
  94 xmlBufferAllocationScheme alloc; /* The realloc method */
  95 xmlChar *contentIO; /* in IO mode we may have a different base */
  96 };
  97
  98 /**
  99  * xmlBuf:
 100  *
 101  * A buffer structure, new one, the actual structure internals
are not public
 102  */
 103
 104 typedef struct _xmlBuf xmlBuf;
 105
 106 /**
 107  * xmlBufPtr:
 108  *
 109  * A pointer to a buffer structure, the actual structure internals are not
 110  * public
 111  */
 112
 113 typedef xmlBuf *xmlBufPtr;


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



Bug#713596: Proposed patch

2013-07-02 Thread Игорь Пашев



ftbfs-bug713596.patch
Description: Binary data


Bug#690378: python_distutils.pm is broken

2012-10-13 Thread Игорь Пашев
Package: debhelper
Version: 9.20120909
Severity:grave

Commit closing 683557
http://anonscm.debian.org/gitweb/?p=debhelper/debhelper.git;a=commitdiff;h=00250d8cd20a37be362850d3ed8a652b0768455f

introduces one more bug: default python is not called because
/usr/lib/python/distutils/ does not exists.


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



Bug#671302: Circular Build Dependencies

2012-05-04 Thread Игорь Пашев
When I meet circular build deps:

1. Just get sources and try to build, satisfying what possible.
Some deps required for docs or tests and may be ignored for the first time.

2. If a build dep is really required to build (I remember x11-utils), I
install it separately
from sources into /usr/local

3. And finally, if nothing helps, I make a dummy package :-) I remember
gtk3 - gsettings-backend


Bug#671302: Circular Build Dependencies

2012-05-04 Thread Игорь Пашев
2012/5/4 Игорь Пашев pashev.i...@gmail.com

 x11-utils


xfonts-utils