Processed: Re: Bug#713594: mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts enumerator values to range of 'int' [-Wpedantic]

2013-06-29 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 libpango1.0-dev
Bug #713594 [src:mssh] mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts 
enumerator values to range of 'int' [-Wpedantic]
Bug reassigned from package 'src:mssh' to 'libpango1.0-dev'.
No longer marked as found in versions mssh/1.2-3.
Ignoring request to alter fixed versions of bug #713594 to the same values 
previously set
> affects -1 mssh
Bug #713594 [libpango1.0-dev] mssh: FTBFS: pango-font.h:380:33: error: ISO C 
restricts enumerator values to range of 'int' [-Wpedantic]
Added indication that 713594 affects mssh

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


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b713594.137250121529050.transcr...@bugs.debian.org



Bug#713594: mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts enumerator values to range of 'int' [-Wpedantic]

2013-06-29 Thread Axel Beckert
Control: reassign -1 libpango1.0-dev
Control: affects -1 mssh

Hi,

David Suárez wrote:
> Source: mssh
> Version: 1.2-3
> Severity: serious
> Tags: jessie sid
> User: debian...@lists.debian.org
> Usertags: qa-ftbfs-20130620 qa-ftbfs
> Justification: FTBFS on amd64
> 
> Hi,
> 
> During a rebuild of all packages in sid, your package failed to build on
> amd64.
> 
> Relevant part:
> > gcc -DHAVE_CONFIG_H -I. -I.. -pthread -I/usr/include/gtk-2.0 
> > -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0 
> > -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 
> > -I/usr/include/gio-unix-2.0/ -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/libpng12 -I/usr/include/libdrm 
> > -I/usr/include/harfbuzz -I/usr/include/gconf/2 -I/usr/include/dbus-1.0 
> > -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/include/vte-0.0
> > -D_FORTIFY_SOURCE=2 -pedantic-errors -Werror -Wall -Wfatal-errors 
> > -Wwrite-strings -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
> > -Werror=format-security -c mssh.c
> > In file included from /usr/include/pango-1.0/pango/pango-attributes.h:25:0,
> >  from /usr/include/pango-1.0/pango/pango.h:25,
> >  from /usr/include/gtk-2.0/gdk/gdktypes.h:37,
> >  from /usr/include/gtk-2.0/gdk/gdkscreen.h:32,
> >  from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:31,
> >  from /usr/include/gtk-2.0/gdk/gdk.h:32,
> >  from /usr/include/gtk-2.0/gtk/gtk.h:32,
> >  from mssh.c:7:
> > /usr/include/pango-1.0/pango/pango-font.h:380:33: error: ISO C restricts 
> > enumerator values to range of 'int' [-Wpedantic]
> >PANGO_GLYPH_INVALID_INPUT =   ((PangoGlyph)0x),
> >  ^
> > compilation terminated due to -Wfatal-errors.
> > make[3]: *** [mssh.o] Error 1

The code which causes the FTBFS is part of
/usr/include/pango-1.0/pango/pango-font.h and I'd suspect that this is
not an mssh-specific issue. (Then OTOH this should have caused quite
many FTBTS and I've found no according bug report against the pango1.0
source package. Maybe not much programs use -Wpedantic?)

Also grepping through the mssh source package code for
PANGO_GLYPH_INVALID_INPUT or PangoGlyph did not yield any result.

At least the -Wpedantic comes from mssh:

src/Makefile.am:AM_CFLAGS = -pedantic-errors -Werror -Wall -Wfatal-errors 
-Wwrite-strings

Nevertheless I think that a library should not cause a FTBFS due to
this compiler flag.

In case you think, this is still an mssh fault, please explain and
help me to understand why.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20130629102012.gh30...@sym.noone.org



Re: Bug#713594: mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts enumerator values to range of 'int' [-Wpedantic]

2013-06-29 Thread Axel Beckert
Control: clone -1 -2
Control: reassign -2 mssh 1.2-3
Control: retitle -2 mssh: Should not use -Werror
Control: severity -2 important

Hi Michael,

Michael Biebl wrote:
> > In the meanwhile I could confirm that removing the -Wpedantic (in
> > src/Makefile.am plus using dh-autoreconf) would fix the FTBFS of mssh.
> > 
> > In case your update takes a while, I could upload an mssh with a
> > workaround if wanted.
> 
> Using -Werror in a package is bound to result in such failures.
> So I would argue this is a bug in mssh.

Ok, fixing that indeed sounds less bumpy. Hence cloning this bug into
a (less severe) bug against mssh.

> Fwiw, it should be enough to set
> export CFLAGS="-Wno-error"
> in debian/rules without having to patch Makefile.am

Thanks for that hint. I'll try that (or something similar), too.

Regards, Axel
-- 
 ,''`.  |  Axel Beckert , http://people.debian.org/~abe/
: :' :  |  Debian Developer, ftp.ch.debian.org Admin
`. `'   |  1024D: F067 EA27 26B9 C3FC 1486  202E C09E 1D89 9593 0EDE
  `-|  4096R: 2517 B724 C5F6 CA99 5329  6E61 2FF9 CD59 6126 16B5


-- 
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2013062952.gk30...@sym.noone.org



Processed: affects 714438

2013-06-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> affects 714438 =
Bug #714438 [mssh] mssh: Should not use -Werror
Removed indication that 714438 affects mssh
> thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137250464018057.transcr...@bugs.debian.org



Processed: tagging 714438

2013-06-29 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 714438 - fixed-upstream upstream
Bug #714438 [mssh] mssh: Should not use -Werror
Removed tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

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


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.137250479419119.transcr...@bugs.debian.org



Processed: Re: Bug#713594: mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts enumerator values to range of 'int' [-Wpedantic]

2013-06-29 Thread Debian Bug Tracking System
Processing control commands:

> clone -1 -2
Bug #713594 [libpango1.0-dev] mssh: FTBFS: pango-font.h:380:33: error: ISO C 
restricts enumerator values to range of 'int' [-Wpedantic]
Bug 713594 cloned as bug 714438
> reassign -2 mssh 1.2-3
Bug #714438 [libpango1.0-dev] mssh: FTBFS: pango-font.h:380:33: error: ISO C 
restricts enumerator values to range of 'int' [-Wpedantic]
Bug reassigned from package 'libpango1.0-dev' to 'mssh'.
Ignoring request to alter found versions of bug #714438 to the same values 
previously set
Ignoring request to alter fixed versions of bug #714438 to the same values 
previously set
Bug #714438 [mssh] mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts 
enumerator values to range of 'int' [-Wpedantic]
Marked as found in versions mssh/1.2-3.
> retitle -2 mssh: Should not use -Werror
Bug #714438 [mssh] mssh: FTBFS: pango-font.h:380:33: error: ISO C restricts 
enumerator values to range of 'int' [-Wpedantic]
Changed Bug title to 'mssh: Should not use -Werror' from 'mssh: FTBFS: 
pango-font.h:380:33: error: ISO C restricts enumerator values to range of 'int' 
[-Wpedantic]'
> severity -2 important
Bug #714438 [mssh] mssh: Should not use -Werror
Severity set to 'important' from 'serious'

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


--
To UNSUBSCRIBE, email to debian-qa-packages-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.b713594.137250431516318.transcr...@bugs.debian.org



Bug#664314: marked as done ([PATCH] mt-st: Helping to update to packaging format 3.0)

2013-06-29 Thread Debian Bug Tracking System
Your message dated Sat, 29 Jun 2013 15:38:46 +0200
with message-id <20130629133845.ga5...@ugent.be>
and subject line 664314 is fixed in 1.1-5
has caused the Debian Bug report #664314,
regarding [PATCH] mt-st: Helping to update to packaging format 3.0
to be marked as done.

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

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


-- 
664314: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=664314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: mt-st
Severity: wishlist
Tags: patch

Hi,

The dpatch patch management system has been deprecated for some time. The
Lintian currently flags use of dpatch packages as an error. The new 3.0
packaging format is an improved version which, among other things, contains
patch management built-in. For more information, see:

http://wiki.debian.org/Projects/DebSrc3.0

I had some free time; see attached patch to migrate to new package
format. Note that all files in debian/patches/* are canocalized to
*.patch.

Let me know if there is anything that needs adjusting or if it is ok
to upload this version in a NMU in case you are working on other
issues needing attention.

Thanks,
Jari

>From 81329265e643cf0bdd062733bec145a0995a9c04 Mon Sep 17 00:00:00 2001
From: Jari Aalto 
Date: Mon, 27 Feb 2012 04:01:13 -0500
Subject: [PATCH] format-3.0
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit

Signed-off-by: Jari Aalto 
---
 debian/changelog   |8 
 debian/compat  |2 +-
 debian/control |4 ++--
 debian/patches/00list  |2 --
 ...trip.dpatch => 13upstream_shouldnt_strip.patch} |9 +++--
 ...cc_warnings.dpatch => 15fix_gcc_warnings.patch} |9 +++--
 debian/patches/series  |2 ++
 debian/rules   |2 --
 debian/source/format   |1 +
 9 files changed, 20 insertions(+), 19 deletions(-)
 delete mode 100644 debian/patches/00list
 rename debian/patches/{13upstream_shouldnt_strip.dpatch => 13upstream_shouldnt_strip.patch} (74%)
 rename debian/patches/{15fix_gcc_warnings.dpatch => 15fix_gcc_warnings.patch} (89%)
 create mode 100644 debian/patches/series
 create mode 100644 debian/source/format

diff --git a/debian/changelog b/debian/changelog
index b0c8c00..b58f649 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mt-st (1.1-4.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
+  * Update to Standards-Version to 3.9.3 and debhelper to 9.
+
+ -- Jari Aalto   Mon, 27 Feb 2012 03:57:28 -0500
+
 mt-st (1.1-4) unstable; urgency=low
 
   * Add ".conf" suffix to modprobe.d snippet. Closes: #518245.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index d3c22b6..152376d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,8 +2,8 @@ Source: mt-st
 Section: admin
 Priority: extra
 Maintainer: Jan Christoph Nordholz 
-Build-Depends: debhelper (>= 7.2.2), dpatch
-Standards-Version: 3.8.1
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.3
 
 Package: mt-st
 Architecture: any
diff --git a/debian/patches/00list b/debian/patches/00list
deleted file mode 100644
index 7a73749..000
--- a/debian/patches/00list
+++ /dev/null
@@ -1,2 +0,0 @@
-13upstream_shouldnt_strip
-15fix_gcc_warnings
diff --git a/debian/patches/13upstream_shouldnt_strip.dpatch b/debian/patches/13upstream_shouldnt_strip.patch
similarity index 74%
rename from debian/patches/13upstream_shouldnt_strip.dpatch
rename to debian/patches/13upstream_shouldnt_strip.patch
index aef4300..b131396 100644
--- a/debian/patches/13upstream_shouldnt_strip.dpatch
+++ b/debian/patches/13upstream_shouldnt_strip.patch
@@ -1,10 +1,7 @@
-#! /bin/sh /usr/share/dpatch/dpatch-run
-## 13upstream_shouldnt_strip.dpatch by 
-##
-## DP: Don't let the upstream Makefile do "install -s". Entrust this
-## DP: to debhelper.
+From: Unknown
+Subject: Don't let the upstream Makefile do "install -s".
+ Entrust this to debhelper.
 
-@DPATCH@
 --- mt-st-0.9b.orig/Makefile	2007-08-20 01:18:33.0 +0200
 +++ mt-st-0.9b/Makefile	2007-08-20 01:18:40.0 +0200
 @@ -12,11 +12,11 @@
diff --git a/debian/patches/15fix_gcc_warnings.dpatch b/debian/patches/15fix_gcc_warnings.patch
similarity index 89%
rename from debian/patches/15fix_gcc_warnings.d

Bug#714493: zapping: Segmentation fault, furst run

2013-06-29 Thread Serge Alekseev
Package: zapping
Version: 0.10~cvs6-8
Severity: important

Dear Maintainer,
hello.
Just install zapping and run it - segmentation fault.
Output of "/usr/bin/zapping --debug --console-errors 2> zapping.out" command is
attached.
tvtime is working correctly with video.
Videocard is Geforce 240GT with non-free driver from repository.
Audiocard is Sound Blaster Audigy CA0106, alsa only.
Sorry about bad english.
Thanks.



-- System Information:
Debian Release: 7.1
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 
'stable')
Architecture: i386 (i686)

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

Versions of packages zapping depends on:
ii  gconf-service   3.2.5-1+build1
ii  gconf2  3.2.5-1+build1
ii  libc6   2.13-38
ii  libesd0 0.2.41-10+b1
ii  libgconf-2-43.2.5-1+build1
ii  libgdk-pixbuf2.0-0  2.26.1-1
ii  libglade2-0 1:2.6.4-1
ii  libglib2.0-02.33.12+really2.32.4-5
ii  libgnome2-0 2.32.1-3
ii  libgnomeui-02.24.5-2
ii  libgnomevfs2-0  1:2.24.4-2
ii  libgtk2.0-0 2.24.10-2
ii  libjpeg88d-1
ii  liblircclient0  0.9.0~pre1-1
ii  libpango1.0-0   1.30.0-1
ii  libpng12-0  1.2.49-1
ii  libpython2.72.7.3-6
ii  libx11-62:1.5.0-1+deb7u1
ii  libxext62:1.3.1-2+deb7u1
ii  libxinerama12:1.1.2-1+deb7u1
ii  libxml2 2.8.0+dfsg1-7+nmu1
ii  libxmu6 2:1.1.1-1
ii  libxv1  2:1.0.7-1+deb7u1
ii  libxxf86dga12:1.1.3-2+deb7u1
ii  libxxf86vm1 1:1.1.2-1+deb7u1
ii  libzvbi00.2.33-6

zapping recommends no packages.

zapping suggests no packages.

-- no debconf information
$Id: main.c,v 1.213 2006/06/09 01:51:00 mschimek Exp $
Zapping 0.10cvs6, build date: Apr 14 2012
CPU features 0xcff
.../../src/main.c:main_0_10cvs6:708
.../../src/main.c:main_0_10cvs6:710
.../../src/main.c:main_0_10cvs6:713
.../../src/main.c:main_0_10cvs6:715
.../../src/main.c:main_0_10cvs6:722
WM supports _NET_SUPPORTED (72)
  atom _NET_ACTIVE_WINDOW
  atom _NET_CLIENT_LIST
  atom _NET_CLIENT_LIST_STACKING
  atom _NET_CLOSE_WINDOW
  atom _NET_CURRENT_DESKTOP
  atom _NET_DESKTOP_GEOMETRY
  atom _NET_DESKTOP_LAYOUT
  atom _NET_DESKTOP_NAMES
  atom _NET_DESKTOP_VIEWPORT
  atom _NET_FRAME_EXTENTS
  atom _NET_MOVERESIZE_WINDOW
  atom _NET_NUMBER_OF_DESKTOPS
  atom _NET_REQUEST_FRAME_EXTENTS
  atom _NET_SHOWING_DESKTOP
  atom _NET_SUPPORTED
  atom _NET_SUPPORTING_WM_CHECK
  atom _NET_SYSTEM_TRAY_OPCODE
  atom _NET_WM_ACTION_ABOVE
  atom _NET_WM_ACTION_BELOW
  atom _NET_WM_ACTION_CHANGE_DESKTOP
  atom _NET_WM_ACTION_CLOSE
  atom _NET_WM_ACTION_FULLSCREEN
  atom _NET_WM_ACTION_MAXIMIZE_HORZ
  atom _NET_WM_ACTION_MAXIMIZE_VERT
  atom _NET_WM_ACTION_MINIMIZE
  atom _NET_WM_ACTION_MOVE
  atom _NET_WM_ACTION_RESIZE
  atom _NET_WM_ACTION_SHADE
  atom _NET_WM_ACTION_STICK
  atom _NET_WM_ALLOWED_ACTIONS
  atom _NET_WM_CONTEXT_HELP
  atom _NET_WM_DESKTOP
  atom _NET_WM_FULLSCREEN_MONITORS
  atom _NET_WM_ICON
  atom _NET_WM_ICON_GEOMETRY
  atom _NET_WM_ICON_NAME
  atom _NET_WM_MOVERESIZE
  atom _NET_WM_NAME
  atom _NET_WM_PID
  atom _NET_WM_PING
  atom _NET_WM_STATE
  atom _NET_WM_STATE_ABOVE
Xinerama base 0, 0, version 1.1
DGA base 65, 135, version 2.0
DGA: Ambiguous modes
X Error: serial=18 error=136 request=130 minor=1
XF86DGAGetVideoLL() failed on screen 0
.../../src/main.c:main_0_10cvs6:777
Screen 0:
  position   0, 0 - 1280, 1024
  frame buffer address   0x0
  frame buffer size  0x0 pixels, 0x0 bytes
  bytes per line 0 bytes
  pixfmt BGRA32_LE
XF86VidMode base 0, 128, version 2.2
VidModes:
  1280x1024@75 1280x1024@60 1280x720@60 1024x768@75 1024x768@70
  1024x768@60 800x600@75 800x600@60 640x480@75 640x480@60
XVideo opcode 132, base 72, 140, version 2.2
XvAdaptorInfo [0]:
  name "NV17 Video Texture"
  base_id  0x229
  num_ports32
  type Input|Image
  num_formats  136
  Port [0]
XvImageFormat [0]:
  id0x32595559 ('YUY2')
  guid  59555932--0010-8000-00aa00389b71
  type  YUV
  formatPacked
  num_planes1
  byte_orderLSBFirst/NoOrder
  bits_per_pixel16
  yuv bits  8 8 8
  yuv hor. period   1 2 2
  yuv vert. period  1 1 1
  component_order   YUYV
  scanline_orderTopToBottom
  pixfmt equiv  YUYV
XvImageFormat [1]:
  id0x32315659 ('YV12')
  guid  59563132--0010-8000-00aa00389b71
  type  YUV
  formatPlanar
  num_planes3
  byte_orderLSBFirst/NoOrder
  bits_per_pixel12
  yuv bits  8 8 8
  yuv hor. period   1 2 2
  yuv vert. period  1 2 2
  component_order   Y