Bug#812055: audiofile: FTBFS with GCC 6

2016-01-19 Thread Martin Michlmayr
Package: audiofile
Version: 0.3.6-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I./.. -Wdate-time 
> -D_FORTIFY_SOURCE=2 -DNDEBUG -Wall -Wno-multichar -fvisibility=hidden 
> -fno-rtti -fno-exceptions -fvisibility-inlines-hidden -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -c 
> RebufferModule.cpp -o RebufferModule.o >/dev/null 2>&1
> In file included from ModuleState.cpp:29:0:
> SimpleModule.h: In instantiation of 'const int 
> signConverter<(FormatCode)0>::kMinSignedValue':
> SimpleModule.h:130:52:   required from 'signConverter::UnsignedType 
> signConverter::signedToUnsigned::operator()(signConverter::SignedType)
>  [with FormatCode Format = (FormatCode)0; signConverter::UnsignedType 
> = unsigned char; signConverter::SignedType = signed char]'
> /usr/include/c++/6/bits/stl_algo.h:4184:24:   required from '_OIter 
> std::transform(_IIter, _IIter, _OIter, _UnaryOperation) [with _IIter = const 
> signed char*; _OIter = unsigned char*; _UnaryOperation = 
> signConverter<(FormatCode)0>::signedToUnsigned]'
> SimpleModule.h:104:16:   required from 'void transform(const void*, void*, 
> size_t) [with UnaryFunction = signConverter<(FormatCode)0>::signedToUnsigned; 
> size_t = long unsigned int]'
> SimpleModule.h:176:62:   required from 'static void 
> ConvertSign::convertSignedToUnsigned(const void*, void*, size_t) [with 
> FormatCode Format = (FormatCode)0; size_t = long unsigned int]'
> SimpleModule.h:183:51:   required from here
> SimpleModule.h:126:40: error: left operand of shift expression '(-1 << 7)' is 
> negative [-fpermissive]
>   static const int kMinSignedValue = -1 << kScaleBits;
>  ~~~^
> 
> SimpleModule.h: In instantiation of 'const int 
> signConverter<(FormatCode)1>::kMinSignedValue':
> SimpleModule.h:130:52:   required from 'signConverter::UnsignedType 
> signConverter::signedToUnsigned::operator()(signConverter::SignedType)
>  [with FormatCode Format = (FormatCode)1; signConverter::UnsignedType 
> = short unsigned int; signConverter::SignedType = short int]'
> /usr/include/c++/6/bits/stl_algo.h:4184:24:   required from '_OIter 
> std::transform(_IIter, _IIter, _OIter, _UnaryOperation) [with _IIter = const 
> short int*; _OIter = short unsigned int*; _UnaryOperation = 
> signConverter<(FormatCode)1>::signedToUnsigned]'
> SimpleModule.h:104:16:   required from 'void transform(const void*, void*, 
> size_t) [with UnaryFunction = signConverter<(FormatCode)1>::signedToUnsigned; 
> size_t = long unsigned int]'
> SimpleModule.h:176:62:   required from 'static void 
> ConvertSign::convertSignedToUnsigned(const void*, void*, size_t) [with 
> FormatCode Format = (FormatCode)1; size_t = long unsigned int]'
> SimpleModule.h:186:52:   required from here
> SimpleModule.h:126:40: error: left operand of shift expression '(-1 << 15)' 
> is negative [-fpermissive]
> SimpleModule.h: In instantiation of 'const int 
> signConverter<(FormatCode)2>::kMinSignedValue':
> SimpleModule.h:130:52:   required from 'signConverter::UnsignedType 
> signConverter::signedToUnsigned::operator()(signConverter::SignedType)
>  [with FormatCode Format = (FormatCode)2; signConverter::UnsignedType 
> = unsigned int; signConverter::SignedType = int]'
> /usr/include/c++/6/bits/stl_algo.h:4184:24:   required from '_OIter 
> std::transform(_IIter, _IIter, _OIter, _UnaryOperation) [with _IIter = const 
> int*; _OIter = unsigned int*; _UnaryOperation = 
> signConverter<(FormatCode)2>::signedToUnsigned]'
> SimpleModule.h:104:16:   required from 'void transform(const void*, void*, 
> size_t) [with UnaryFunction = signConverter<(FormatCode)2>::signedToUnsigned; 
> size_t = long unsigned int]'
> SimpleModule.h:176:62:   required from 'static void 
> ConvertSign::convertSignedToUnsigned(const void*, void*, size_t) [with 
> FormatCode Format = (FormatCode)2; size_t = long unsigned int]'
> SimpleModule.h:189:52:   required from here
> SimpleModule.h:126:40: error: left operand of shift expression '(-1 << 23)' 
> is negative [-fpermissive]

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#812056: openni2: FTBFS with GCC 6: array subscript is below array bounds

2016-01-19 Thread Martin Michlmayr
Package: openni2
Version: 2.2.0.33+dfsg-5
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -MD -MP -MT 
> "./../../../Bin/Intermediate/x64-Release/libPS1080.so.0/XnFormatsMirror.d 
> ../../../Bin/Intermediate/x64-Release/libPS1080.so.0/XnFormatsMirror.o" -c 
> -Wall -O2 -DNDEBUG -I. -IInclude -I../../../Include 
> -I../../../ThirdParty/PSCommon/XnLib/Include -I../../../ThirdParty/LibJPEG 
> -I../../DepthUtils  -fPIC -fvisibility=hidden -Werror -o 
> ../../../Bin/Intermediate/x64-Release/libPS1080.so.0/XnFormatsMirror.o 
> Formats/XnFormatsMirror.cpp
> Formats/XnFormatsMirror.cpp: In function 'XnStatus 
> XnMirrorOneBytePixels(XnUChar*, XnUInt32, XnUInt32)':
> Formats/XnFormatsMirror.cpp:46:40: error: array subscript is below array 
> bounds [-Werror=array-bounds]
>   XnUInt8* pDestEnd = &pLineBuffer[0] - 1;
> ^
> 
> Formats/XnFormatsMirror.cpp: In function 'XnStatus 
> XnMirrorTwoBytePixels(XnUChar*, XnUInt32, XnUInt32)':
> Formats/XnFormatsMirror.cpp:79:41: error: array subscript is below array 
> bounds [-Werror=array-bounds]
>   XnUInt16* pDestEnd = &pLineBuffer[0] - 1;
>  ^
> 
> Formats/XnFormatsMirror.cpp: In function 'XnStatus 
> XnMirrorThreeBytePixels(XnUChar*, XnUInt32, XnUInt32)':
> Formats/XnFormatsMirror.cpp:115:40: error: array subscript is below array 
> bounds [-Werror=array-bounds]
>   XnUInt8* pDestEnd = &pLineBuffer[0] - 1;
> ^
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#812034: klick: FTBFS with GCC 6: needed for in-class initialization

2016-01-19 Thread Martin Michlmayr
Package: klick
Version: 0.12.2-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -o src/klick.o -c -Wdate-time -D_FORTIFY_SOURCE=2 -g -W -Wall 
> -DVERSION=\"0.12.2\" -DDATA_DIR=\"/usr/share/klick\" -DHAVE_SNDFILE_OGG 
> -DENABLE_OSC -DENABLE_TERMINAL -DENABLE_RUBBERBAND src/klick.cc
> In file included from src/klick.cc:26:0:
> src/metronome_map.hh:51:42: error: 'constexpr' needed for in-class 
> initialization of static data member 'const double 
> MetronomeMap::TICKS_PER_BEAT' of non-integral type [-fpermissive]
>  static double const TICKS_PER_BEAT = 1920.0;
>   ^~
> 
> In file included from src/klick.cc:28:0:
> src/metronome_simple.hh:62:38: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float 
> MetronomeSimple::MAX_TAP_AGE' of non-integral type [-fpermissive]
>  static float const MAX_TAP_AGE = 3.0;
>   ^~~
> 
> src/metronome_simple.hh:63:35: error: 'constexpr' needed for in-class 
> initialization of static data member 'const float MetronomeSimple::TAP_DIFF' 
> of non-integral type [-fpermissive]
>  static float const TAP_DIFF = 0.2;
>^~~
> 
> scons: *** [src/klick.o] Error 1
> scons: building terminated because of errors.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#812022: traverso: FTBFS with GCC 6: flexible array member...

2016-01-19 Thread Martin Michlmayr
Package: traverso
Version: 0.49.4-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2  -O2 -Wall -fPIC
> -msse -mfpmath=sse   -o CMakeFiles/traversosheetcanvas.dir/PluginChainView.o 
> -c /<>/src/sheetcanvas/PluginChainView.cpp
> In file included from /<>/src/plugins/PluginChain.cpp:26:0:
> /<>/src/common/Tsar.h: At global scope:
> /<>/src/common/Tsar.h:66:12: error: flexible array member 
> 'TsarEvent::_a' not at end of 'struct TsarEvent'
>   void*  _a[];
> ^

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811993: terminatorx: FTBFS with GCC 6: call overloaded is ambiguous

2016-01-19 Thread Martin Michlmayr
Package: terminatorx
Version: 3.90-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-overloaded-ambiguous

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 
> -I/usr/include/libxml2 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -finput-charset=utf-8 
> -DXML_MANUAL=\"/usr/share/gnome/help/terminatorX-manual/C/terminatorX-manual.xml\"
>  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/gio-unix-2.0/ -I/usr/include/cairo -I/usr/include/pango-1.0 
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/pixman-1 
> -I/usr/include/libpng12 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2  -D_REENTRANT  -g -O2 -fstack-protector-strong 
> -Wformat -Werror=format-security -c -o tX_capabilities.o tX_capabilities.cc
> tX_dialog.cc:546:30: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>label=gtk_label_new(PACKAGE" release "VERSION);
>   ^
> 
> tX_dialog.cc:569:23: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>label=gtk_label_new("This is "PACKAGE" release "VERSION".\nCopyright (C) 
> 1999-2014 by Alexander König ");
>^
> 
> tX_dialog.cc:569:40: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>label=gtk_label_new("This is "PACKAGE" release "VERSION".\nCopyright (C) 
> 1999-2014 by Alexander König ");
> ^
> 
> tX_mastergui.cc:1675:22: warning: invalid suffix on literal; C++11 requires a 
> space between literal and string macro [-Wliteral-suffix]
>   dummy=gtk_label_new("v"VERSION);
>   ^
> 
> tX_knobloader.c: In function 'load_knob_pixs':
> tX_knobloader.c:90:3: warning: 'gdk_pixbuf_new_from_inline' is deprecated 
> [-Wdeprecated-declarations]
>knob_pixmaps[i]=gdk_pixbuf_new_from_inline(-1, knob_pixs[i], TRUE, &error);
>^~~~
> 
> In file included from 
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf.h:33:0,
>  from /usr/include/gtk-2.0/gdk/gdkpixbuf.h:37,
>  from /usr/include/gtk-2.0/gdk/gdkcairo.h:28,
>  from /usr/include/gtk-2.0/gdk/gdk.h:33,
>  from /usr/include/gtk-2.0/gtk/gtk.h:32,
>  from tX_knobloader.c:23:
> /usr/include/gdk-pixbuf-2.0/gdk-pixbuf/gdk-pixbuf-core.h:314:12: note: 
> declared here
>  GdkPixbuf* gdk_pixbuf_new_from_inline (gint  data_length,
> ^~
...
> 
> tX_mouse.cc: In member function 'void tx_mouse::motion_notify(GtkWidget*, 
> GdkEventMotion*)':
> tX_mouse.cc:320:41: error: call of overloaded 'abs(gdouble&)' is ambiguous
> f_prec value=(abs(eventMotion->x_root)>abs(eventMotion->y_root)) ? 
> eventMotion->x_root : eventMotion->y_root;
>  ^
> 
> In file included from /usr/include/c++/6/cstdlib:72:0,
>  from /usr/include/c++/6/ext/string_conversions.h:41,
>  from /usr/include/c++/6/bits/basic_string.h:5402,
>  from /usr/include/c++/6/string:52,
>  from /usr/include/x86_64-linux-gnu/unicode/std_string.h:33,
>  from /usr/include/x86_64-linux-gnu/unicode/unistr.h:31,
>  from /usr/include/x86_64-linux-gnu/unicode/strenum.h:14,
>  from /usr/include/x86_64-linux-gnu/unicode/uenum.h:24,
>  from /usr/include/x86_64-linux-gnu/unicode/ucnv.h:51,
>  from /usr/include/libxml2/libxml/encoding.h:31,
>  from /usr/include/libxml2/libxml/parser.h:810,
>  from /usr/include/libxml2/libxml/globals.h:18,
>  from /usr/include/libxml2/libxml/threads.h:35,
>  from /usr/include/libxml2/libxml/xmlmemory.h:218,
>  from tX_midiin.h:27,
>  from tX_seqpar.h:27,
>  from tX_mastergui.h:29,
>  from tX_mouse.cc:45:
> /usr/include/stdlib.h:774:12: note: candidate: int abs(int)
>  extern int abs (int __x) __THROW __attribute__ ((__const__)) __wur;
> ^~~
> 
> In 

Bug#811921: ffmpeg: FTBFS with GCC 6: misc errors

2016-01-19 Thread Martin Michlmayr
Package: ffmpeg
Version: 7:2.8.4-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cc -I. -I/<>/ -Wdate-time -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE 
> -D_FORTIFY_SOURCE=2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC 
> -DZLIB_CONST -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -fno-strict-overflow -fstack-protector-all   -std=c99 -fomit-frame-pointer 
> -fPIC -pthread -I/usr/include/p11-kit-1 -I/usr/include/harfbuzz 
> -I/usr/include/freetype2 -I/usr/include/fribidi -I/usr/include/freetype2  
> -I/usr/include/bs2b  -I/usr/include/freetype2 -I/usr/include/freetype2 
> -I/usr/include/fribidi  -I/usr/include/opencv -I/usr/include/opus 
> -D_REENTRANT -I/usr/include/p11-kit-1 -I/usr/include/schroedinger-1.0 
> -I/usr/include/orc-0.4 -D_GNU_SOURCE=1 -D_REENTRANT 
> -I/usr/include/SDL  -g -Wdeclaration-after-statement -Wall 
> -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings 
> -Wtype-limits -Wundef -Wmissing-prototypes -Wno-pointer-to-int-cast 
> -Wstrict-prototypes
>  -Wempty-body -Wno-parentheses -Wno-switch -Wno-format-zero-length 
> -Wno-pointer-sign -O3 -fno-math-errno -fno-signed-zeros -fno-tree-vectorize 
> -Werror=format-security -Werror=implicit-function-declaration 
> -Werror=missing-prototypes -Werror=return-type -Werror=vla -Wformat 
> -fdiagnostics-color=auto -Wno-maybe-uninitialized-c -o ffmpeg_opt.o 
> /<>/ffmpeg_opt.c
> /<>/ffplay.c:3217:46: error: missing binary operator before 
> token "("
>  #if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14)
>   ^
> cc -I. -I/<>/ -Wdate-time -D_FORTIFY_SOURCE=2 -U_FORTIFY_SOURCE 
> -D_FORTIFY_SOURCE=2 -D_ISOC99_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_POSIX_C_SOURCE=200112 -D_XOPEN_SOURCE=600 -DPIC 
> -DZLIB_CONST -DHAVE_AV_CONFIG_H -MM 
> /<>/libavfilter/avf_showvolume.c | sed -e "/^#.*/d" -e 
> "s,^[[:space:]]*avf_showvolume\\.o,libavfilter/avf_showvolume.o," > 
> libavfilter/avf_showvolume.d
> /<>/libavfilter/avf_showcqt.c:38:10: error: #include expects 
> "FILENAME" or 
>  #include FT_FREETYPE_H
>   ^
...
> -Wstrict-prototypes -Wempty-body -Wno-parentheses -Wno-switch 
> -Wno-format-zero-length -Wno-pointer-sign -O3 -fno-math-errno 
> -fno-signed-zeros -fno-tree-vectorize -Werror=format-security 
> -Werror=implicit-function-declaration -Werror=missing-prototypes 
> -Werror=return-type -Werror=vla -Wformat -fdiagnostics-color=auto 
> -Wno-maybe-uninitialized   -c -o libavfilter/vf_drawbox.o 
> /<>/libavfilter/vf_drawbox.c
> /<>/libavfilter/vf_drawtext.c:69:10: error: #include expects 
> "FILENAME" or 
>  #include FT_FREETYPE_H
>   ^
> 
> /<>/libavfilter/vf_drawtext.c:70:10: error: #include expects 
> "FILENAME" or 
>  #include FT_GLYPH_H
>   ^~
> 
> /<>/libavfilter/vf_drawtext.c:71:10: error: #include expects 
> "FILENAME" or 
>  #include FT_STROKER_H
>   ^~~~
> 
> /<>/libavfilter/vf_drawtext.c:275:10: error: #include expects 
> "FILENAME" or 
>  #include FT_ERRORS_H
>   ^~~

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811952: x265: FTBFS with GCC 6: unable to find string literal operator

2016-01-19 Thread Martin Michlmayr
Package: x265
Version: 1.8-6
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-literal-operator

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 55%] Building CXX object common/CMakeFiles/common.dir/vec/dct-sse41.cpp.o
> cd /<>/x265-10bit/common && /usr/bin/c++   -DEXPORT_C_API=0 
> -DHAVE_INT_TYPES_H=1 -DHAVE_LIBNUMA -DHIGH_BIT_DEPTH=1 -DX265_ARCH_X86=1 
> -DX265_DEPTH=10 -DX265_NS=x265_10bit -DX86_64=1 -D__STDC_LIMIT_MACROS=1 
> -I/<>/source/. -I/<>/source/common 
> -I/<>/source/encoder -I/<>/x265-10bit  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wshadow -fPIC -Wno-array-bounds 
> -ffast-math -mstackrealign -fno-exceptions -Wno-unused-parameter -msse4.1 -o 
> CMakeFiles/common.dir/vec/dct-sse41.cpp.o -c 
> /<>/source/common/vec/dct-sse41.cpp
> /<>/source/encoder/ratecontrol.cpp: In member function 'bool 
> x265_10bit::RateControl::init(const x265_10bit::SPS&)':
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:440:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("bitdepth", m_param->internalBitDepth);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:441:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("weightp", m_param->bEnableWeightedPred);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:442:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("bframes", m_param->bframes);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:443:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("b-pyramid", m_param->bBPyramid);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:444:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("open-gop", m_param->bOpenGOP);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 
> /<>/source/encoder/ratecontrol.cpp:445:17: note: in expansion of 
> macro 'CMP_OPT_FIRST_PASS'
>  CMP_OPT_FIRST_PASS("keyint", m_param->keyframeMax);
>  ^~
> 
> /<>/source/encoder/ratecontrol.cpp:52:28: error: unable to find 
> string literal operator 'operator""opt' with 'const char [4]', 'long unsigned 
> int' arguments
>  char* q = strstr(opts, "no-"opt);\
> ^
> 

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811955: bs1770gain: FTBFS with GCC 6: left shift of negative value

2016-01-19 Thread Martin Michlmayr
Package: bs1770gain
Version: 0.4.8-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-shift-negative-value

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> gcc -DHAVE_CONFIG_H -I. -I..   -Wdate-time -D_FORTIFY_SOURCE=2 -I../libpbutil 
> -I../lib1770-2  -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -Werror -Wall -Wformat -Wpointer-arith -Wcast-align 
> -Wcast-qual -Wreturn-type -Wextra -Wstrict-prototypes -c ffsox_frame_convert.c
> ffsox_frame_convert.c: In function 'convert_flti_s8i':
> ffsox_frame_convert.c:103:18: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:159:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(flt,s8,float,int8_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c:103:34: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:159:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(flt,s8,float,int8_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c: In function 'convert_dbli_s8i':
> ffsox_frame_convert.c:103:18: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:160:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(dbl,s8,double,int8_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c:103:34: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:160:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(dbl,s8,double,int8_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c: In function 'convert_flti_s16i':
> ffsox_frame_convert.c:103:18: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:165:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(flt,s16,float,int16_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c:103:34: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:165:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(flt,s16,float,int16_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c: In function 'convert_dbli_s16i':
> ffsox_frame_convert.c:103:18: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:166:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(dbl,s16,double,int16_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c:103:34: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll<   ^
> 
> ffsox_frame_convert.c:150:3: note: in expansion of macro 
> 'CONVERT_FLOAT_INT_II'
>convert(); \
>^~~
> 
> ffsox_frame_convert.c:166:1: note: in expansion of macro 'CONVERT_II'
>  CONVERT_II(dbl,s16,double,int16_t,CONVERT_FLOAT_INT_II)
>  ^~
> 
> ffsox_frame_convert.c: In function 'convert_flti_s32i':
> ffsox_frame_convert.c:103:18: error: left shift of negative value 
> [-Werror=shift-negative-value]
>q=1.0==q?~(~0ll

Bug#811949: vdr-plugin-vnsiserver: FTBFS with GCC 6: unable to find string literal operator

2016-01-19 Thread Martin Michlmayr
Package: vdr-plugin-vnsiserver
Version: 1:1.3.1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-literal-operator

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE 
> -DPLUGIN_NAME_I18N='"vnsiserver"' -DVNSI_SERVER_VERSION='"1.3.1"'  -o 
> responsepacket.o responsepacket.c
> In file included from /usr/include/vdr/i18n.h:14:0,
>  from /usr/include/vdr/config.h:19,
>  from cxsocket.c:46:
> cxsocket.c: In member function 'ssize_t cxSocket::write(const void*, size_t, 
> int, bool)':
> config.h:49:32: error: unable to find string literal operator 'operator""x' 
> with 'const char [13]', 'long unsigned int' arguments
>  #define ERRORLOG(x...) esyslog("VNSI-Error: "x)
> ^
> 
> cxsocket.c:102:7: note: in expansion of macro 'ERRORLOG'
>ERRORLOG("cxSocket::write: poll() failed");
>^~~~
> 
> config.h:49:32: error: unable to find string literal operator 'operator""x' 
> with 'const char [13]', 'long unsigned int' arguments
>  #define ERRORLOG(x...) esyslog("VNSI-Error: "x)
> ^
> 
> cxsocket.c:116:9: note: in expansion of macro 'ERRORLOG'
>  ERRORLOG("cxSocket::write: write() error");
>  ^~~~
> 
> cxsocket.c: In member function 'ssize_t cxSocket::read(void*, size_t, int)':
> config.h:49:32: error: unable to find string literal operator 'operator""x' 
> with 'const char [13]', 'long unsigned int' arguments
>  #define ERRORLOG(x...) esyslog("VNSI-Error: "x)
> ^
> 
> cxsocket.c:141:7: note: in expansion of macro 'ERRORLOG'
>ERRORLOG("cxSocket::read: poll() failed at %d/%d", 
> (int)(size-missing), (int)size);
>^~~~
> 
> config.h:49:32: error: unable to find string literal operator 'operator""x' 
> with 'const char [13]', 'long unsigned int' arguments
>  #define ERRORLOG(x...) esyslog("VNSI-Error: "x)
> ^
> 
> cxsocket.c:155:7: note: in expansion of macro 'ERRORLOG'
>ERRORLOG("cxSocket::read: read() error at %d/%d", (int)(size-missing), 
> (int)size);
>^~~~
> 
> config.h:48:31: error: unable to find string literal operator 'operator""x' 
> with 'const char [7]', 'long unsigned int' arguments
>  #define INFOLOG(x...) isyslog("VNSI: "x)
>^
> 
> cxsocket.c:160:7: note: in expansion of macro 'INFOLOG'
>INFOLOG("cxSocket::read: eof, connection closed");
>^~~
> 
> g++ -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -D_FORTIFY_SOURCE=2 -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 
> -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -c -D_GNU_SOURCE 
> -DPLUGIN_NAME_I18N='"vnsiserver"' -DVNSI_SERVER_VERSION='"1.3.1"'  -o 
> vnsiserver.o vnsiserver.c
> Makefile:107: recipe for target 'cxsocket.o' failed
> make[1]: *** [cxsocket.o] Error 1
> make[1]: *** Waiting for unfinished jobs
> In file included from /usr/include/vdr/i18n.h:14:0,
>  from /usr/include/vdr/config.h:19,
>  from /usr/include/vdr/channels.h:13,
>  from /usr/include/vdr/recording.h:14,
>  from recplayer.h:35,
>  from recplayer.c:31:
> recplayer.c: In constructor 'cRecPlayer::cRecPlayer(cRecording*, bool)':
> config.h:48:31: error: unable to find string literal operator 'operator""x' 
> with 'const char [7]', 'long unsigned int' arguments
>  #define INFOLOG(x...) isyslog("VNSI: "x)
>^
> 
> recplayer.c:54:22: note: in expansion of macro 'INFOLOG'
>if(m_pesrecording) INFOLOG("recording '%s' is a PES recording", 
> m_recordingFilename);
>   ^~~
> 
> recplayer.c: In member function 'void cRecPlayer::scan()':
> config.h:48:31: error: unable to find string literal operator 'operator""x' 
> with 'const char [7]', 'long unsigned int' arguments
>  #define INFOLOG(x...) isyslog("VNSI: "x)
>^
> 
> recplayer.c:95:5: note: in expansion of macro 'INFOLOG'
>  INFOLOG("File %i found, size: %lu, totalLength now %lu", i, s.st_size, 
> m_totalLength);
>  ^~~
> 
> config.h:48:31: error: unable to find string literal operator 'operator""x' 
> with 'const char [7]', 'long unsigned int' arguments
>  #define INFOLOG(x...) isyslog("VNSI: "x)

Bug#811883: calf: FTBFS with GCC 6: no matching function for call to

2016-01-19 Thread Martin Michlmayr
Package: calf
Version: 0.0.60-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> 
> g++ -DHAVE_CONFIG_H -I. -I..  -I.. -I. -Wdate-time -D_FORTIFY_SOURCE=2 
> -ffast-math -finline-limit=80   -pthread -I/usr/include/gtk-2.0 
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/include/atk-1.0 
> -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12 
> -I/usr/include/pango-1.0 -I/usr/include/harfbuzz -I/usr/include/pango-1.0 
> -I/usr/include/cairo -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   -pthread 
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wall -O3 
> -finline-functions -finline-functions-called-once -Wall -c -o jack_client.o 
> jack_client.cpp
> jack_client.cpp: In member function 'void 
> calf_plugins::jack_client::calculate_plugin_order(std::vector&)':
> jack_client.cpp:229:71: error: no matching function for call to 
> 'make_pair(const int&, unsigned int&)'
>  run_before.insert(make_pair(p->second, i));
>^
> 
> In file included from /usr/include/c++/6/bits/stl_algobase.h:64:0,
>  from /usr/include/c++/6/bits/stl_tree.h:63,
>  from /usr/include/c++/6/map:60,
>  from ./calf/primitives.h:30,
>  from ./calf/giface.h:25,
>  from jack_client.cpp:25:
> /usr/include/c++/6/bits/stl_pair.h:406:5: note: candidate: template _T1, class _T2> constexpr std::pair std::__decay_and_strip<_Tp>::__type, typename 
> std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
>  make_pair(_T1&& __x, _T2&& __y)
>  ^
> 
> /usr/include/c++/6/bits/stl_pair.h:406:5: note:   template argument 
> deduction/substitution failed:
> jack_client.cpp:229:62: note:   cannot convert 
> 'p.std::_Rb_tree_const_iterator<_Tp>::operator-> std::__cxx11::basic_string, int> >()->std::pair std::__cxx11::basic_string, int>::second' (type 'const int') to type 
> 'int&&'
>  run_before.insert(make_pair(p->second, i));
>~~~^~
> 
> Makefile:709: recipe for target 'jack_client.o' failed
> make[4]: *** [jack_client.o] Error 1
> make[4]: Leaving directory '/<>/src'
> Makefile:738: recipe for target 'all-recursive' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811848: openni: FTBFS with GCC 6: no match for

2016-01-19 Thread Martin Michlmayr
Package: openni
Version: 1.5.4.0-13
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> ../../../../../Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2688:67: 
> warning: narrowing conversion of 'nBitsPerSample' from 'jshort {aka short 
> int}' to 'XnUInt16 {aka short unsigned int}' inside { } [-Wnarrowing]
> ../../../../../Wrappers/OpenNI.jni/org_OpenNI_NativeMethods.cpp:2688:67: 
> warning: narrowing conversion of 'nChannels' from 'jbyte {aka signed char}' 
> to 'XnUInt8 {aka unsigned char}' inside { } [-Wnarrowing]
> In file included from ../../../../../Samples/NiViewer/glh/glh_obs.h:62:0,
>  from ../../../../../Samples/NiViewer/NiViewer.cpp:63:
> /usr/include/c++/6/system_error:107:5: error: expected unqualified-id before 
> 'int'
>  equivalent(int __i, const error_condition& __cond) const noexcept;
>  ^
> 
> /usr/include/c++/6/system_error:107:5: error: expected ')' before 'int'
> /usr/include/c++/6/system_error:107:5: error: expected ')' before 'int'
> /usr/include/c++/6/system_error:107:5: error: expected ')' before 'int'
> /usr/include/c++/6/system_error:110:5: error: expected unqualified-id before 
> 'const'
>  equivalent(const error_code& __code, int __i) const noexcept;
>  ^
> 
> /usr/include/c++/6/system_error:110:5: error: expected ')' before 'const'
> /usr/include/c++/6/system_error:110:5: error: expected ')' before 'const'
> /usr/include/c++/6/system_error:110:5: error: expected ')' before 'const'
> /usr/include/c++/6/system_error: In function 'bool std::operator==(const 
> std::error_code&, const std::error_condition&)':
> ../../../../../Samples/NiViewer/glh/glh_linear.h:80:33: error: expected 
> unqualified-id before '(' token
>  #define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - 
> GLH_EPSILON)) ? true : false)
>  ^
> 
> ../../../../../Samples/NiViewer/glh/glh_linear.h:80:42: error: no match for 
> 'operator+' (operand types are 'const std::error_condition' and 'float')
>  #define equivalent(a,b) (((a < b + GLH_EPSILON) && (a > b - 
> GLH_EPSILON)) ? true : false)
>
> 

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811844: composite: FTBFS with GCC 6: no match for

2016-01-19 Thread Martin Michlmayr
Package: composite
Version: 0.006.2+dfsg0-4
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> cd /<>/composite-0.006.2+dfsg0/obj-x86_64-linux-gnu/src/Tritium && 
> /usr/bin/c++   -DFLAC_SUPPORT -DJACK_SUPPORT -DLADSPA_SUPPORT -DLRDF_SUPPORT 
> -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NO_DEBUG -DQT_XML_LIB -DTritium_EXPORTS 
> -I/<>/composite-0.006.2+dfsg0/obj-x86_64-linux-gnu -isystem 
> /usr/include/qt4 -isystem /usr/include/qt4/QtGui -isystem 
> /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtCore 
> -I/<>/composite-0.006.2+dfsg0 
> -I/<>/composite-0.006.2+dfsg0/src/Tritium/.  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -O2 -g -DNDEBUG -fPIC   -o 
> CMakeFiles/Tritium.dir/src/Sampler.o -c 
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/Sampler.cpp
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp: In 
> member function 'int Tritium::LocalFileMng::savePlayList(const string&)':
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp:719:20:
>  warning: converting to non-pointer type 'int' from NULL [-Wconversion-null]
>  return NULL;
> ^~~~
> 
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp: In 
> member function 'int Tritium::LocalFileMng::loadPlayList(const string&)':
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp:736:21:
>  error: no match for 'operator==' (operand types are 'std::ifstream {aka 
> std::basic_ifstream}' and 'long int')
>  if ( verify == NULL ) {
>   ~~~^~~~
> 
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp:736:21:
>  note: candidate: operator==(int, long int) 
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp:736:21:
>  note:   no known conversion for argument 1 from 'std::ifstream {aka 
> std::basic_ifstream}' to 'int'
> In file included from /usr/include/qt4/QtCore/qchar.h:45:0,
>  from /usr/include/qt4/QtCore/qstring.h:45,
>  from /usr/include/qt4/QtCore/qdir.h:45,
>  from /usr/include/qt4/QtCore/qabstractfileengine.h:45,
>  from /usr/include/qt4/QtCore/QtCore:3,
>  from 
> /<>/composite-0.006.2+dfsg0/src/Tritium/./Tritium/Logger.hpp:30,
>  from 
> /<>/composite-0.006.2+dfsg0/src/Tritium/src/LocalFileMng.cpp:26:
> /usr/include/qt4/QtCore/qglobal.h:2140:13: note: candidate: bool 
> operator==(QBool, bool)
>  inline bool operator==(QBool b1, bool b2) { return !b1 == !b2; }
>  ^~~~

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811831: projectm: FTBFS with GCC 6: no match for

2016-01-19 Thread Martin Michlmayr
Package: projectm
Version: 2.1.0+dfsg-3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 30%] Building CXX object 
> libprojectM/MilkdropPresetFactory/CMakeFiles/MilkdropPresetFactory.dir/Parser.cpp.o
> cd 
> /<>/projectm-2.1.0+dfsg/src/build/libprojectM/MilkdropPresetFactory 
> && /usr/bin/c++   -DCMAKE_INSTALL_PREFIX="\"\\\"/usr\\\"\"" 
> -I/<>/projectm-2.1.0+dfsg/src/libprojectM  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -fPIC   -o 
> CMakeFiles/MilkdropPresetFactory.dir/Parser.cpp.o -c 
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp:
>  In static member function 'static PerFrameEqn* 
> Parser::parse_implicit_per_frame_eqn(std::istream&, char*, int, 
> MilkdropPreset*)':
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp:1409:10:
>  error: no match for 'operator==' (operand types are 'std::istream {aka 
> std::basic_istream}' and 'long int')
>if (fs == NULL)
>~~~^~~~
> 
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp:1409:10:
>  note: candidate: operator==(int, long int) 
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp:1409:10:
>  note:   no known conversion for argument 1 from 'std::istream {aka 
> std::basic_istream}' to 'int'
> In file included from /usr/include/c++/6/set:62:0,
>  from 
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.hpp:82,
>  from 
> /<>/projectm-2.1.0+dfsg/src/libprojectM/MilkdropPresetFactory/Parser.cpp:39:
> /usr/include/c++/6/bits/stl_multiset.h:823:5: note: candidate: template _Key, class _Compare, class _Alloc> bool std::operator==(const 
> std::multiset<_Key, _Compare, _Alloc>&, const std::multiset<_Key, _Compare, 
> _Alloc>&)
>  operator==(const multiset<_Key, _Compare, _Alloc>& __x,
>  ^~~~

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811828: clam-networkeditor: FTBFS with GCC 6: no match for

2016-01-19 Thread Martin Michlmayr
Package: clam-networkeditor
Version: 1.4.0-3.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -o src/generated/main.o -c -g -O3 -Wall -pipe -fpermissive 
> -fomit-frame-pointer 
> -DDATA_EXAMPLES_PATH="\"/<>/debian/tmp/usr/share/networkeditor/example-data\""
>  -DQT_PLUGIN -DQT_NO_DEBUG -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB 
> -DQT_XML_LIB -DQDESIGNER_EXPORT_WIDGETS -D_REENTRANT -DUSE_SNDFILE=1 
> -DUSE_OGGVORBIS=1 -DWITH_VORBIS=1 -DUSE_MAD=1 -DWITH_MAD=1 -DUSE_ID3=1 
> -DUSE_ALSA=1 -DUSE_JACK=1 -DUSE_PORTAUDIO=1 -DUSE_FFTW3=1 -DCLAM_FLOAT 
> -DUSE_XERCES=1 -DCLAM_USE_XML -DUSE_LADSPA=1 -DQT_CORE_LIB -DQT_GUI_LIB 
> -DQT_OPENGL_LIB -DQT_XML_LIB -DQT_SVG_LIB -DQT_SHARED -I/usr/local/include 
> -I/usr/include/alsa -I/usr/include/qt4 -I/usr/include/qt4/QtOpenGL 
> -I/usr/include/qt4/QtSvg -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtDesigner -I/usr/include/qt4/QtXml 
> -I/usr/include/qt4/QtWebKit -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtCore -I/usr/include/libdrm 
> -Isrc -Isrc/jack -Isrc/generated -Isrc/processing -Isrc/prototyper -Isrc/c
> lamWidgetsPlugins -Isrc/clamWidgetsPlugins/generated -Isrc/monitors 
> -Isrc/widgets -I/usr/include -I/usr/include/CLAM -Isrc/clamWidgetsPlugin 
> -Isrc/clamWidgetsPlugin/generated src/main.cxx
> In file included from /usr/include/CLAM/DynamicType.hxx:28:0,
>  from /usr/include/CLAM/ProcessingConfig.hxx:25,
>  from /usr/include/CLAM/Processing.hxx:32,
>  from /usr/include/CLAM/Network.hxx:24,
>  from src/ClamNetworkCanvas.hxx:7,
>  from src/MainWindow.hxx:2,
>  from src/main.cxx:26:
> /usr/include/CLAM/XMLAdapter.hxx: In member function 'bool 
> CLAM::XMLAdapter::XMLContent(std::istream&)':
> /usr/include/CLAM/XMLAdapter.hxx:109:13: error: no match for 'operator!=' 
> (operand types are 'std::istream {aka std::basic_istream}' and 'long 
> int')
>return str!=NULL;
>   ~~~^~~

-> error

> 
> /usr/include/CLAM/XMLAdapter.hxx:109:13: note: candidate: operator!=(int, 
> long int) 
> /usr/include/CLAM/XMLAdapter.hxx:109:13: note:   no known conversion for 
> argument 1 from 'std::istream {aka std::basic_istream}' to 'int'
> In file included from /usr/include/qt4/QtCore/qnamespace.h:45:0,
>  from /usr/include/qt4/QtCore/qobjectdefs.h:45,
>  from /usr/include/qt4/QtCore/qobject.h:47,
>  from /usr/include/qt4/QtCore/qcoreapplication.h:45,
>  from /usr/include/qt4/QtGui/qapplication.h:45,
>  from /usr/include/qt4/QtGui/QApplication:1,
>  from src/main.cxx:22:
> /usr/include/qt4/QtCore/qglobal.h:2143:13: note: candidate: bool 
> operator!=(QBool, bool)
>  inline bool operator!=(QBool b1, bool b2) { return !b1 != !b2; }
>  ^~~~
> 
> /usr/include/qt4/QtCore/qglobal.h:2143:13: note:   no known conversion for 
> argument 1 from 'std::istream {aka std::basic_istream}' to 'QBool'
> /usr/include/qt4/QtCore/qglobal.h:2144:13: note: candidate: bool 
> operator!=(bool, QBool)
>  inline bool operator!=(bool b1, QBool b2) { return !b1 != !b2; }
>  ^~~~
> 
> /usr/include/qt4/QtCore/qglobal.h:2144:13: note:   no known conversion for 
> argument 1 from 'std::istream {aka std::basic_istream}' to 'bool'
> /usr/include/qt4/QtCore/qglobal.h:2145:13: note: candidate: bool 
> operator!=(QBool, QBool)
>  inline bool operator!=(QBool b1, QBool b2) { return !b1 != !b2; }
>  ^~~~
> 
> /usr/include/qt4/QtCore/qglobal.h:2145:13: note:   no known conversion for 
> argument 1 from 'std::istream {aka std::basic_istream}' to 'QBool'
> In file included from /usr/include/qt4/QtCore/qstring.h:45:0,
>  from /usr/include/qt4/QtCore/qobject.h:48,
>  from /usr/include/qt4/QtCore/qcoreapplication.h:45,
>  from /usr/include/qt4/QtGui/qapplication.h:45,
>  from /usr/include/qt4/QtGui/QApplication:1,
>  from src/main.cxx:22:
> /usr/include/qt4/QtCore/qchar.h:393:13: note: candidate: bool 
> operator!=(QChar, QChar)
>  inline bool operator!=(QChar c1, QChar c2) { return c1.unicode() != 
> c2.unicode(); }
>  ^~~~
> 
> /usr/include/qt4/QtCore/qchar.h:393:13: note:   no known conversion for 
> argument 1 from 'std::istream {aka std::basic_istream}' to 'QChar'
> In file included from /usr/

Bug#811829: clam: FTBFS with GCC 6: no match for

2016-01-19 Thread Martin Michlmayr
Package: clam
Version: 1.4.0-7
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-no-match

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> == Build copying src/Storage/XML/XMLable.hxx
> == Compiling shared scons/libs/core/src/ProcessingFactory.cxx
> In file included from scons/libs/core/include/CLAM/DynamicType.hxx:28:0,
>  from scons/libs/core/include/CLAM/ProcessingConfig.hxx:25,
>  from scons/libs/core/include/CLAM/Processing.hxx:32,
>  from scons/libs/core/include/CLAM/ProcessingFactory.hxx:4,
>  from scons/libs/core/src/ProcessingFactory.cxx:1:
> scons/libs/core/include/CLAM/XMLAdapter.hxx: In member function 'bool 
> CLAM::XMLAdapter::XMLContent(std::istream&)':
> scons/libs/core/include/CLAM/XMLAdapter.hxx:109:13: error: no match for 
> 'operator!=' (operand types are 'std::istream {aka std::basic_istream}' 
> and 'long int')
>return str!=NULL;
>   ~~~^~~

-> error

> 
> scons/libs/core/include/CLAM/XMLAdapter.hxx:109:13: note: candidate: 
> operator!=(int, long int) 
> scons/libs/core/include/CLAM/XMLAdapter.hxx:109:13: note:   no known 
> conversion for argument 1 from 'std::istream {aka std::basic_istream}' 
> to 'int'
> In file included from /usr/include/c++/6/list:63:0,
>  from scons/libs/core/include/CLAM/InControl.hxx:26,
>  from scons/libs/core/include/CLAM/InControlRegistry.hxx:28,
>  from scons/libs/core/include/CLAM/Processing.hxx:28,
>  from scons/libs/core/include/CLAM/ProcessingFactory.hxx:4,
>  from scons/libs/core/src/ProcessingFactory.cxx:1:
> /usr/include/c++/6/bits/stl_list.h:1894:5: note: candidate: template _Tp, class _Alloc> bool std::operator!=(const std::__cxx11::list<_Tp, 
> _Alloc>&, const std::__cxx11::list<_Tp, _Alloc>&)
>  operator!=(const list<_Tp, _Alloc>& __x, const list<_Tp, _Alloc>& __y)
>  ^~~~
> 
> /usr/include/c++/6/bits/stl_list.h:1894:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/_G_config.h:15:0,
>  from /usr/include/libio.h:31,
>  from /usr/include/stdio.h:74,
>  from /usr/include/c++/6/cstdio:42,
>  from /usr/include/c++/6/ext/string_conversions.h:43,
>  from /usr/include/c++/6/bits/basic_string.h:5402,
>  from /usr/include/c++/6/string:52,
>  from scons/libs/core/include/CLAM/InControlRegistry.hxx:26,
>  from scons/libs/core/include/CLAM/Processing.hxx:28,
>  from scons/libs/core/include/CLAM/ProcessingFactory.hxx:4,
>  from scons/libs/core/src/ProcessingFactory.cxx:1:
> scons/libs/core/include/CLAM/XMLAdapter.hxx:109:15: note:   'std::istream 
> {aka std::basic_istream}' is not derived from 'const 
> std::__cxx11::list<_Tp, _Alloc>'
>return str!=NULL;
>^
> 
> In file included from /usr/include/c++/6/list:63:0,
>  from scons/libs/core/include/CLAM/InControl.hxx:26,
>  from scons/libs/core/include/CLAM/InControlRegistry.hxx:28,
>  from scons/libs/core/include/CLAM/Processing.hxx:28,
>  from scons/libs/core/include/CLAM/ProcessingFactory.hxx:4,
>  from scons/libs/core/src/ProcessingFactory.cxx:1:
> /usr/include/c++/6/bits/stl_list.h:293:5: note: candidate: template _Val> bool std::operator!=(const std::_List_iterator<_Tp>&, const 
> std::_List_const_iterator<_Tp>&)
>  operator!=(const _List_iterator<_Val>& __x,
>  ^~~~
> 
> /usr/include/c++/6/bits/stl_list.h:293:5: note:   template argument 
> deduction/substitution failed:
> In file included from /usr/include/_G_config.h:15:0,
>  from /usr/include/libio.h:31,
>  from /usr/include/stdio.h:74,
>  from /usr/include/c++/6/cstdio:42,
>  from /usr/include/c++/6/ext/string_conversions.h:43,
>  from /usr/include/c++/6/bits/basic_string.h:5402,
>  from /usr/include/c++/6/string:52,
>  from scons/libs/core/include/CLAM/InControlRegistry.hxx:26,
>  from scons/libs/core/include/CLAM/Processing.hxx:28,
>  from scons/libs/core/include/CLAM/ProcessingFactory.hxx:4,
>  from scons/libs/core/src/ProcessingFactory.cxx:1:
> scons/libs/core/include/CLAM/XMLAdapter.hxx:109:15: note:   'std::istream 
> {aka std::ba

Bug#811778: din: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
Package: din
Version: 5.2.1-3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -DPACKAGE_NAME=\"din\" -DPACKAGE_TARNAME=\"din\" 
> -DPACKAGE_VERSION=\"5.2.1\" -DPACKAGE_STRING=\"din\ 5.2.1\" 
> -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"din\" 
> -DVERSION=\"5.2.1\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 
> -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 
> -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GL_GL_H=1 
> -DHAVE_TCL8_5_TCL_H=1 -DHAVE_LIBIRCCLIENT_H=1 -I.   -Wdate-time 
> -D_FORTIFY_SOURCE=2-I /usr/include -I /usr/local/include -I /opt/include 
> -I/usr/include/tcl8.5 -I/usr/local/include/tcl8.5 -I /opt/include/tcl8.5 -I 
> ../include  -Wall -O3 -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security -c -o levels.o levels.cc
> In file included from ../include/color.h:25:0,
>  from curve.cc:24:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> Makefile:485: recipe for target 'curve.o' failed
> make[3]: *** [curve.o] Error 1
> make[3]: *** Waiting for unfinished jobs
> In file included from ../include/color.h:25:0,
>  from ../include/console.h:31,
>  from help.cc:23:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:25:0,
>  from ../include/console.h:31,
>  from console.cc:22:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:25:0,
>  from ../include/range.h:26,
>  from range.cc:21:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:25:0,
>  from ../include/console.h:31,
>  from viewwin.cc:23:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:25:0,
>  from ../include/console.h:31,
>  from ../include/console_iterator.h:24,
>  from console_iterator.cc:21:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:25:0,
>  from ../include/console.h:31,
>  from beat2value.cc:22:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from solver.cc:24:0:
> ../include/random.h: In function 'unsigned int get_rand_32()':
> ../include/random.h:57:48: error: narrowing conversion of '-1727483681' from 
> 'int' to 'unsigned int' inside { } [-Wnarrowing]
>  static unsigned int mag01[2]={0x0, MATRIX_A};
> ^
> 
> In file included from ../include/color.h:2

Bug#811743: sndobj: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
Package: sndobj
Version: 2.6.6.1-5
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -o src/PVBlur.os -c -O2 -fPIC -DALSA -DJACK -Iinclude -Iinclude/rfftw 
> src/PVBlur.cpp
> g++ -o src/PVRead.os -c -O2 -fPIC -DALSA -DJACK -Iinclude -Iinclude/rfftw 
> src/PVRead.cpp
> In file included from src/PVRead.h:29:0,
>  from src/PVRead.cpp:23:
> src/SndPVOCEX.h:74:1: error: narrowing conversion of '2199042498u' from 
> 'unsigned int' to 'int' inside { } [-Wnarrowing]
>  };
>  ^
> 
> scons: *** [src/PVRead.os] Error 1
> scons: building terminated because of errors.

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811736: libdrumstick: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
Package: libdrumstick
Version: 0.5.0-3
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 24%] Building CXX object 
> utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/buildsmf.cpp.o
> cd /<>/obj-x86_64-linux-gnu/utils/buildsmf && /usr/bin/c++   
> -DHAVE_ALSA -DQT_CORE_LIB -DQT_DBUS_LIB -DQT_GUI_LIB -DQT_NO_DEBUG 
> -DQT_STRICT_ITERATORS -DQT_SVG_LIB -DRTKIT_SUPPORT 
> -I/<>/obj-x86_64-linux-gnu/utils/buildsmf 
> -I/<>/utils/buildsmf -I/usr/include/alsa 
> -I/<>/library/include -I/<>/library -isystem 
> /usr/include/qt4 -isystem /usr/include/qt4/QtSvg -isystem 
> /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtDBus -isystem 
> /usr/include/qt4/QtCore -I/usr/include/qt4/QtDesigner 
> -I/usr/include/qt4/QtDeclarative -I/usr/include/qt4/QtScriptTools 
> -I/usr/include/qt4/QtXml -I/usr/include/qt4/QtSql 
> -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtXmlPatterns 
> -I/usr/include/qt4/QtHelp -I/usr/include/qt4/QtUiTools 
> -I/usr/include/qt4/QtTest -I/usr/include/qt4/QtScript 
> -I/usr/include/qt4/Qt3Support -I/usr/share/qt4/mkspecs/default 
> -I/<>/utils -I/<>/obj-x86_64-linux-gnu/utils 
> -I/<>/u
> tils/common -I/<>/obj-x86_64-linux-gnu/utils/common  -g -O2 
> -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time 
> -D_FORTIFY_SOURCE=2  -fexceptions -UQT_NO_EXCEPTIONS -fvisibility=hidden 
> -fvisibility-inlines-hidden   -o 
> CMakeFiles/drumstick-buildsmf.dir/buildsmf.cpp.o -c 
> /<>/utils/buildsmf/buildsmf.cpp
> /<>/utils/buildsmf/buildsmf.cpp: In member function 'void 
> QSMFBuilder::trackHandler(int)':
> /<>/utils/buildsmf/buildsmf.cpp:57:66: error: narrowing 
> conversion of '240' from 'int' to 'char' inside { } [-Wnarrowing]
>0x40, 0x00, 0x7f, 0x00, 0x41, 0xf7 };
>   ^
> 
> /<>/utils/buildsmf/buildsmf.cpp:57:66: error: narrowing 
> conversion of '247' from 'int' to 'char' inside { } [-Wnarrowing]
> utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/build.make:94: recipe for 
> target 'utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/buildsmf.cpp.o' 
> failed
> make[3]: *** 
> [utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/buildsmf.cpp.o] Error 1
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:359: recipe for target 
> 'utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/all' failed
> make[2]: *** [utils/buildsmf/CMakeFiles/drumstick-buildsmf.dir/all] Error 2

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811720: jackd2: FTBFS with GCC 6: narrowing conversion

2016-01-19 Thread Martin Michlmayr
Package: jackd2
Version: 1.9.10+20150825git1ed50c92~dfsg-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-narrowing

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

You may be able to find out more about this issue at
https://gcc.gnu.org/gcc-6/changes.html

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> >/jackd2-1.9.10+20150825git1ed50c92~dfsg/build', 
> '-I/<>/jackd2-1.9.10+20150825git1ed50c92~dfsg', '-DHAVE_DOXYGEN=0', 
> '-DHAVE_ALSA=1', '-DHAVE_FIREWIRE=1', '-DHAVE_FREEBOB=0', '-DHAVE_IIO=0', 
> '-DHAVE_PORTAUDIO=0', '-DHAVE_WINMME=0', '-DHAVE_CELT_API_0_11=0', 
> '-DHAVE_CELT_API_0_8=0', '-DHAVE_CELT_API_0_7=0', '-DHAVE_CELT_API_0_5=0', 
> '-DHAVE_CELT=0', '-DHAVE_OPUS=0', '-DHAVE_SAMPLERATE=1', '-DHAVE_SNDFILE=1', 
> '-DHAVE_READLINE=1', '-DHAVE_PPOLL=1', '-DUSE_CLASSIC_AUTOLAUNCH=1', 
> '-DCLIENT_NUM=64', '-DPORT_NUM_FOR_CLIENT=768', 
> '-DADDON_DIR="/usr/lib/x86_64-linux-gnu/jack"', '-DJACK_LOCATION="/usr/bin"', 
> '-DUSE_POSIX_SHM=1', '-DJACKMP=1', '-DJACK_DBUS=1', '-DHAVE_CONFIG_H', 
> '-DSERVER_SIDE', '-DHAVE_PPOLL', '-DHAVE_TIMERFD', '-DHAVE_SAMPLERATE=1', 
> '../common/JackNetOneDriver.cpp', '-c', '-o', 
> '/<>/jackd2-1.9.10+20150825git1ed50c92~dfsg/build/common/JackNetOneDriver.cpp.8.o']
> :0:0: warning: "HAVE_OPUS" redefined
> 
> :0:0: note: this is the location of the previous definition
> 
> :0:0: warning: "HAVE_OPUS" redefined
> 
> :0:0: note: this is the location of the previous definition
> ../tests/iodelay.cpp:170:49: error: narrowing conversion of '-1' from 'int' 
> to 'jack_nframes_t {aka unsigned int}' inside { } [-Wnarrowing]
>  jack_latency_range_t   capture_latency = {-1, -1};
>  ^
> 
> ../tests/iodelay.cpp:170:49: error: narrowing conversion of '-1' from 'int' 
> to 'jack_nframes_t {aka unsigned int}' inside { } [-Wnarrowing]
> ../tests/iodelay.cpp:171:50: error: narrowing conversion of '-1' from 'int' 
> to 'jack_nframes_t {aka unsigned int}' inside { } [-Wnarrowing]
>  jack_latency_range_t   playback_latency = {-1, -1};
>   ^
> 
> ../tests/iodelay.cpp:171:50: error: narrowing conversion of '-1' from 'int' 
> to 'jack_nframes_t {aka unsigned int}' inside { } [-Wnarrowing]
> 
> :0:0: warning: "HAVE_OPUS" redefined

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811671: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
Package: audacity
Version: 2.0.6-2
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> /glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/freetype2 -Wno-unused-local-typedefs 
> -I../lib-src/portmixer/include -g -O2 -fstack-protector-strong -Wformat 
> -Werror=format-security  -Wall -I../lib-src/FileDialog   -c 
> -o prefs/audacity-EffectsPrefs.o `test -f 'prefs/EffectsPrefs.cpp' || echo 
> './'`prefs/EffectsPrefs.cpp
> import/ImportFLAC.cpp: In member function 'virtual void 
> MyFLACFile::metadata_callback(const FLAC__StreamMetadata*)':
> import/ImportFLAC.cpp:183:11: warning: enumeration value 
> 'FLAC__MAX_METADATA_TYPE' not handled in switch [-Wswitch]
> switch (metadata->type)
>^
> 
> import/ImportFLAC.cpp: In member function 'virtual ImportFileHandle* 
> FLACImportPlugin::Open(wxString)':
> import/ImportFLAC.cpp:299:14: error: cannot convert 'bool' to 
> 'ImportFileHandle*' in return
>return false; // File not found
>   ^
> 
> import/ImportFLAC.cpp:316:14: error: cannot convert 'bool' to 
> 'ImportFileHandle*' in return
>return false;
>   ^
> 

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811645: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
Package: ams
Version: 2.1.1-1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> g++ -D_REENTRANT -DLADSPA_PATH=\"/usr/lib/ladspa:/usr/local/lib/ladspa\" 
> -DTRANSLATIONSDIR=\"/usr/share/ams/translations\" 
> -DDEMOFILEPATH=\"/usr/share/ams/demos\" 
> -DINSTRUMENTFILEPATH=\"/usr/share/ams/instruments\" -DHAVE_CONFIG_H -I.   
> -Wdate-time -D_FORTIFY_SOURCE=2 -DQT_SHARED -I/usr/include/qt4 
> -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4 -I/usr/include/qt4/QtGui 
> -I/usr/include/qt4 -I/usr/include/qt4/QtCore -Wall -m64 -msse -mfpmath=sse 
> -ffast-math -g -O2 -fstack-protector-strong -Wformat -Werror=format-security 
> -c -o ams-port.o `test -f 'port.cpp' || echo './'`port.cpp
> m_vocoder.cpp: In member function 'virtual void M_vocoder::generateCycle()':
> m_vocoder.cpp:293:52: error: incompatible types in assignment of 'float' to 
> 'fftw_complex {aka double [2]}'
>modinforward[l2] = modbuf[l1][l2] * window[l2];
> ^
> 
> m_vocoder.cpp:307:43: error: invalid array assignment
>modinbackward[l2] = modoutforward[l2];
>^
> 
> m_vocoder.cpp:316:60: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double creal(__complex__ double)'
>data[2][l1][l2] = logf(fabs (creal (modoutforward[l2])) + 1.0);
> ^
> 
> m_vocoder.cpp:330:27: error: incompatible types in assignment of 'int' to 
> 'fftw_complex {aka double [2]}'
>modinbackward[l2] = 0;
>^
> 
> m_vocoder.cpp:337:50: error: invalid array assignment
>modinbackward[ lclfrq ] = modoutforward [l2];
>   ^
> 
> m_vocoder.cpp:339:69: error: invalid array assignment
>modinbackward[fftsize - lclfrq] = modoutforward [ fftsize - l2];
>  ^
> 
> m_vocoder.cpp:345:43: error: invalid array assignment
>modoutforward[l2] = modinbackward[l2];
>^
> 
> m_vocoder.cpp:348:27: error: incompatible types in assignment of 'int' to 
> 'fftw_complex {aka double [2]}'
>modinbackward[l2] = 0;
>^
> 
> m_vocoder.cpp:362:55: error: invalid use of non-lvalue array
>  modinbackward[lclfrq] += modoutforward [l2];
>^
> 
> m_vocoder.cpp:362:55: error:   in evaluation of 'operator+=(fftw_complex {aka 
> double [2]}, fftw_complex {aka double [2]})'
> m_vocoder.cpp:363:76: error: invalid use of non-lvalue array
>  modinbackward[fftsize - lclfrq] += modoutforward [ fftsize - l2];
> ^
> 
> m_vocoder.cpp:363:76: error:   in evaluation of 'operator+=(fftw_complex {aka 
> double [2]}, fftw_complex {aka double [2]})'
> m_vocoder.cpp:371:30: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double cabs(__complex__ double)'
>   cabs (modoutforward [l2])
>   ^
> 
> m_vocoder.cpp:372:44: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double carg(__complex__ double)'
>   * cexp (I * ( carg (modoutforward [l2])
> ^
> 
> m_vocoder.cpp:375:41: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double cabs(__complex__ double)'
>   cabs (modoutforward [ fftsize - l2])
>  ^
> 
> m_vocoder.cpp:376:55: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double carg(__complex__ double)'
>   * cexp (I * ( carg (modoutforward [ fftsize - l2])
>^
> 
> m_vocoder.cpp:386:48: error: invalid operands of types 'fftw_complex {aka 
> double [2]}' and 'float' to binary 'operator/'
>modoutbackward [l2] = modoutbackward[l2] / float (fftsize) ;
>  ~~~^
> 
> m_vocoder.cpp:387:48: error: invalid operands of types 'fftw_complex {aka 
> double [2]}' and 'float' to binary 'operator/'
>modoutbackward [l2] = modoutbackward[l2] / window[l2];
>  ~~~^~~~
> 
> m_vocoder.cpp:402:35: error: cannot convert 'double*' to '__complex__ double' 
> for argument '1' to 'double c

Bug#811622: FTBFS with GCC 6: cannot convert x to y

2016-01-19 Thread Martin Michlmayr
Package: crtmpserver
Version: 1.0~dfsg-5.1
Severity: important
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-6 gcc-6-cannot-convert

This package fails to build with GCC 6.  GCC 6 has not been released
yet, but it's expected that GCC 6 will become the default compiler for
stretch.

Note that only the first error is reported; there might be more.  You
can find a snapshot of GCC 6 in experimental.  To build with GCC 6,
you can set CC=gcc-6 CXX=g++-6 explicitly.

> sbuild (Debian sbuild) 0.67.0 (26 Dec 2015) on dl580gen9-02.hlinux
...
> [ 25%] Building CXX object 
> thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o
> cd "/<>/obj-x86_64-linux-gnu/thelib" && /usr/bin/c++   
> -DCreateRTCPPacket=CreateRTCPPacket_mystyle_only_once 
> -DFeedDataAudioMPEG4Generic=FeedDataAudioMPEG4Generic_one_by_one -DHAS_LUA 
> -DHAS_MEDIA_FLV -DHAS_MEDIA_MP3 -DHAS_MEDIA_MP4 -DHAS_PROTOCOL_CLI 
> -DHAS_PROTOCOL_HLS -DHAS_PROTOCOL_HTTP -DHAS_PROTOCOL_LIVEFLV 
> -DHAS_PROTOCOL_RTMP -DHAS_PROTOCOL_RTP -DHAS_PROTOCOL_TS -DHAS_PROTOCOL_VAR 
> -DHandleTSVideoData=HandleVideoData_version3 -DLINUX 
> -DLITTLE_ENDIAN_BYTE_ALIGNED -DNET_EPOLL -D_FILE_OFFSET_BITS=64 
> -D__USE_FILE_OFFSET64 -Dthelib_EXPORTS -I/usr/include/lua5.1 
> -I"/<>/common/include" -I"/<>/thelib/include"  
> -Wdate-time -D_FORTIFY_SOURCE=2 -g  -fstack-protector-strong -Wformat 
> -Werror=format-security -Wall -fPIC -O3 -fno-strict-aliasing -fPIC   
> -I/<>/obj-x86_64-linux-gnu/precompiled.gch/Release.c++ -include 
> common -Winvalid-pch -o 
> CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o -c 
> "/<>/thelib/src/p
> rotocols/rtmp/basertmpprotocol.cpp"
> In file included from 
> /<>/thelib/include/streaming/baseinfilestream.h:25:0,
>  from 
> /<>/thelib/include/protocols/rtmp/streaming/infilertmpstream.h:25,
>  from 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:31:
> /<>/thelib/include/mediaformats/mediaframe.h:40:17: warning: 
> invalid suffix on literal; C++11 requires a space between literal and string 
> macro [-Wliteral-suffix]
>return format("s: %"PRIx64"; l: %"PRIx64"; t: %hhu; dt: %.2f; kf: %hhu; 
> at: %.2f; bh: %hhu",
>  ^
> 
> /<>/thelib/include/mediaformats/mediaframe.h:40:29: warning: 
> invalid suffix on literal; C++11 requires a space between literal and string 
> macro [-Wliteral-suffix]
>return format("s: %"PRIx64"; l: %"PRIx64"; t: %hhu; dt: %.2f; kf: %hhu; 
> at: %.2f; bh: %hhu",
>  ^
> 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:225:9: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>FATAL("Invalid channel id in reset message: %"PRIu32, channelId);
>  ^
> 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:467:9: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>FATAL("Try to play a stream over a non neutral stream: id: %u; type: 
> %"PRIu64,
>  ^
> 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:722:13: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>FATAL("The server doesn't support stream ids bigger than %"PRIu32,
>  ^
> 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:754:13: 
> warning: invalid suffix on literal; C++11 requires a space between literal 
> and string macro [-Wliteral-suffix]
>FATAL("The server doesn't support stream ids bigger than %"PRIu32,
>  ^
> 
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp: In member 
> function 'BaseStream* BaseRTMPProtocol::GetRTMPStream(uint32_t)':
> /<>/thelib/src/protocols/rtmp/basertmpprotocol.cpp:345:10: 
> error: cannot convert 'bool' to 'BaseStream*' in return
>return false;
>   ^
> 
> thelib/CMakeFiles/thelib.dir/build.make:1025: recipe for target 
> 'thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o' 
> failed
> make[3]: *** 
> [thelib/CMakeFiles/thelib.dir/src/protocols/rtmp/basertmpprotocol.cpp.o] 
> Error 1
> make[3]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> CMakeFiles/Makefile2:178: recipe for target 
> 'thelib/CMakeFiles/thelib.dir/all' failed
> make[2]: *** [thelib/CMakeFiles/thelib.dir/all] Error 2
> make[2]: Leaving directory '/<>/obj-x86_64-linux-gnu'
> Makefile:130: recipe for target 'all' failed

-- 
Martin Michlmayr
Linux for HPE Helion, Hewlett Packard Enterprise

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


pd-iemguts_0.2-1_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 20:48:48 +0100
Source: pd-iemguts
Binary: pd-iemguts
Architecture: source
Version: 0.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 pd-iemguts - Pd-Objects for meta patching
Changes:
 pd-iemguts (0.2-1) unstable; urgency=medium
 .
   * Imported Upstream version 0.2
 .
   * Set build-date (for reproducible builds)
   * Depend on 'puredata' rather than 'puredata-core'
 .
   * Updated debian/copyright
   * Update Vcs-Browser stanza
   * Added debian/git-tuneclone.sh script (see README.source)
   * Point debian/watch to upstream's git-server
   * Regenerated debian/(control|copyright_hints)
Checksums-Sha1:
 fedcd7dced88642e2fdd873b9f26820fcb1d9313 2014 pd-iemguts_0.2-1.dsc
 c2b44ec14621bfce964bb0e2bf5f058d047ea479 56038 pd-iemguts_0.2.orig.tar.gz
 ef42718ac2a012655207e91f0c2eb8e31c1fde2c 4156 pd-iemguts_0.2-1.debian.tar.xz
Checksums-Sha256:
 76808f5728df40fb374d6001b21a9edd01501602a8cd2a529e5033ffedf2a632 2014 
pd-iemguts_0.2-1.dsc
 8679bc5a119d3aca1ac5026675644fdc6f9657098f4ce416e65bdd4323003590 56038 
pd-iemguts_0.2.orig.tar.gz
 885ef75b8ad8d6bec68c76a9acf42cce292013a570c598eed4774bbc42810ed7 4156 
pd-iemguts_0.2-1.debian.tar.xz
Files:
 200a5862197554b7a8b028da87dca95c 2014 sound optional pd-iemguts_0.2-1.dsc
 2f2d1fb457e3fb960a46851c0bb83c4d 56038 sound optional 
pd-iemguts_0.2.orig.tar.gz
 e156ca87dc98f2df095951c13b054ea7 4156 sound optional 
pd-iemguts_0.2-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWnpR9AAoJELZQGcR/ejb41hwP/ArWTnleGKHvdDXvL+ZV57Rb
R0KpQsJFeSuYvb6u2sMxBTIybXbjBDQtVg5v6rFIjEgAbBWv3KMuwRIsreVgEhGC
Vr5Kabrf4t5xaiWMwGxnY2JK2cN4G9oRT66XjxrB8/bHkM/oJ0aEsAMjGwc3b4y7
6TP+I0yt8Ln87DJH6zjrCI1eBHwLBqZnIW9GdGlyamrjQfpzvqLyoYF8p28XOCyJ
0Vu6ZVKjwwPrk1tTqT047SoP/t9ucn9u5G5xgikjLzc09EsGXplIAkfnERp+4k2U
HpJr+1TpV1HYtrcNqvFCDwr0urqc3nibOLXxegJMlCKK4nvVUCuev+eSYuVxIvcr
C8NTdY4WgMe6HRoFfUxfEembjhuaGUShrQpFiEjhNLNbftF4BUWYN+Rd2SjuUK79
bv3yJ+wRvyN3kda2D2wCiXj8z2vHPmyyD795XTqv0qzKk9E2ihvwM5tg2wSDq1RK
JgAFiZcHQZXl5x9oWb6GDQfZjmzvghM+GUyo7xCOV5Cpt7yihPkzJQRrIitR8DO5
xnf4UAi0kh9JGj+9YlQFMwAqYgtGamLCOH4Wtx4k0etkpFhePPCEXkTxgEFTYAdM
k/Z/yUCQTBHTmVT5iLTZQYTmsaNhg02A8JL2oQ1t/omWBaU7dtGwcTrf0wO3MdRD
ad8WOPnrz1q5A9JdpbQk
=laDb
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Chers bien-aimé,

2016-01-19 Thread Banny



Bonjour,
Je suis M. Jean Banny, le chef du personnel d'une banque.
Je voudrais solliciter votre accord à recevoir le transfert de
18,850,000 dollars,en tant que proche parent d'un de mes clients qui est
décédé dont le compte est actuellement en veille, pour reclammation.
Si vous voulez traiter cette affaire avec moi contactez moi immediatement.
Recevez mes sincères salutations.
M. Jean Banny


This message was sent using IMP, the Internet Messaging Program.


___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#809322: mpv: Complains about missing xdg-screensaver, which is installed

2016-01-19 Thread Ralf Jung
Hi,

> Try running
> 
> xdg-screensaver reset
> echo $?
> 
> in the console and make sure an echo outputs a 0. If not the script is
> supposed to fail.

It prints "4". So you are right, it fails (and the error message shown
by mpv could certainly need some improvement). That's not very
informative, though...

Kind regards,
Ralf

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811562: RFP: dcp-inspect -- deep inspection and validation of digital cinema packages

2016-01-19 Thread Ross Gammon
Package: wnpp
Severity: wishlist

* Package name: dcp-inspect
  Version : git tags
  Upstream Author : Wolfgang Woehl 
* URL : https://github.com/wolfgangw/backports
* License : GPL-3
  Programming Lang: Ruby
  Description : deep inspection and validation of digital cinema packages

dcp_inspect is a tool for deep inspection and validation of digital cinema
packages (DCP, SMPTE and Interop). This includes integrity checks, asset
inspection, schema validation, signature and certificate verification and
composition summarization.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#803868: vlc: FTBFS with FFmpeg 2.9

2016-01-19 Thread Andreas Cadhalpun
Hi Rémi,

On 19.01.2016 20:53, Rémi Denis-Courmont wrote:
> On Tuesday 19 January 2016 20:32:50 Andreas Cadhalpun wrote:
>> Why did you not disable frame-threading when using hwaccel, as the ffmpeg
>> commit message suggests?
> 
> I don´t think that it would be that easy at all on VLC side, without breaking 
> either hwaccel or threaded decoding. I don´t want to spend my free time on 
> this given that libav´s libavcodec still works just fine.

I can understand that reason...

> Patch welcome.

Unfortunately I'm also short on free time, so I suggested ffmpeg upstream
to reduce the error to a warning for the time being [1].

Thanks for bringing this problem to my attention.

Best regards,
Andreas


1: https://ffmpeg.org/pipermail/ffmpeg-devel/2016-January/187471.html

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#811556: RFP: dcpomatic -- Digital Cinema Packages (DCPs) from videos, images and sound files

2016-01-19 Thread Ross Gammon
Package: wnpp
Severity: wishlist

* Package name: dcpomatic
  Version : 2.6.3
  Upstream Author : Carl Hetherington 
* URL : http://dcpomatic.com/
* License : GPL-2
  Programming Lang: C++
  Description : Digital Cinema Packages (DCPs) from videos, images and
sound files

DCP-o-matic is a free, open-source program to create Digital Cinema Packages
(DCPs) from videos, images and sound files. This means that you can make
content to play on DCI-compliant cinema projectors.

It can take files in many different formats, including MP4, Apple ProRes, MOV,
AVI, VOB (from DVDs), M2TS (from Blu-Ray), WMV, MKV, JPEG, PNG, TIFF and lots
of others.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#803868: vlc: FTBFS with FFmpeg 2.9

2016-01-19 Thread Rémi Denis-Courmont
Hello,

On Tuesday 19 January 2016 20:32:50 Andreas Cadhalpun wrote:
> > But at this point, this is moot for the purpose of this bug report. FFmpeg
> > 2.9 breaks compatibility with VLC regardless of versions. For the time
> > being, if you want something more recent than FFmpeg 2.8, you need VLC
> > 3.0 *and* libav.
> I guess you're referring to your vlc commit e57d32f [1] as a reaction to
> ffmpeg commit 31741ae [2].
> 
> Why did you not disable frame-threading when using hwaccel, as the ffmpeg
> commit message suggests?

I don´t think that it would be that easy at all on VLC side, without breaking 
either hwaccel or threaded decoding. I don´t want to spend my free time on 
this given that libav´s libavcodec still works just fine.

Patch welcome.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processing of pd-iemguts_0.2-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
pd-iemguts_0.2-1_amd64.changes uploaded successfully to localhost
along with the files:
  pd-iemguts_0.2-1.dsc
  pd-iemguts_0.2.orig.tar.gz
  pd-iemguts_0.2-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Andreas Cadhalpun
On 19.01.2016 20:32, Rémi Denis-Courmont wrote:
> On Tuesday 19 January 2016 19:06:54 Andreas Cadhalpun wrote:
>> How is CVE-2016-1897 not fully fixed?
>>
>> Rémi, please share details about any remaining vulnerability with
>> .
> 
> This is a VLC vulnerability and I can´t share it with my own self.

However, you suggest that the underlying problem is in libavformat.

> Besides the 
> underlying issue has already been discussed with upstream libav.

But they haven't applied any fix for it, yet.

> There is plenty of information available already to reproduce the problem.

I can reproduce the problem with ffmpeg 2.8.4, but not with 2.8.5.

> I don´t want to publish an exact proof-of-concept against "my" own software, 
> especially not before VLC 2.2.2 gets released.

 is a private mailing list that can deal with
embargoed information. So please provide more details there.

Best regards,
Andreas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#803868: vlc: FTBFS with FFmpeg 2.9

2016-01-19 Thread Andreas Cadhalpun
Hi Rémi,

On 18.01.2016 21:37, Rémi Denis-Courmont wrote:
> On Friday 08 January 2016 01:01:05 Andreas Cadhalpun wrote:
>> The next version of FFmpeg is planned to be released this month
>> (and it might be called 3.0 instead of 2.9).
>>
>> What are the current release plans for VLC 3.0?
> 
> They are unchanged. VLC releases always slips by several months. I´d be very 
> surprised if VLC 3.0 actually comes out this semester.

That's unfortunate.

> But at this point, this is moot for the purpose of this bug report. FFmpeg 
> 2.9 
> breaks compatibility with VLC regardless of versions. For the time being, if 
> you want something more recent than FFmpeg 2.8, you need VLC 3.0 *and* libav.

I guess you're referring to your vlc commit e57d32f [1] as a reaction to
ffmpeg commit 31741ae [2].

Why did you not disable frame-threading when using hwaccel, as the ffmpeg
commit message suggests?

If you have a good reason for that the change in ffmpeg can be re-evaluated.

Best regards,
Andreas


1: 
https://git.videolan.org/?p=vlc.git;a=commitdiff;h=e57d32f664ff63ead57dca1fed7aedd59edac9fb
2: 
https://git.videolan.org/?p=ffmpeg.git;a=commitdiff;h=31741aecbf9938194b25f14de434104be33f5809

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Rémi Denis-Courmont
On Tuesday 19 January 2016 19:06:54 Andreas Cadhalpun wrote:
> On 19.01.2016 17:27, Sebastian Ramacher wrote:
> > On 2016-01-19 18:11:01, Rémi Denis-Courmont wrote:
> >> With a carefully crafted URL, the VLC avio plugin can be made to leak
> >> content of local files to remote parties.
> >> The root cause is the same as CVE-2016-1897.
> >> 
> >> See also:
> >> 
> >> https://mailman.videolan.org/pipermail/vlc-devel/2016-January/105718.html
> > 
> > There is nothing to be done in the vlc package. Reassigning to ffmpeg. It
> > needs to be built with --disable-protocol=concat.
> 
> How is CVE-2016-1897 not fully fixed?
> 
> Rémi, please share details about any remaining vulnerability with
> .

This is a VLC vulnerability and I can´t share it with my own self. Besides the 
underlying issue has already been discussed with upstream libav.

There is plenty of information available already to reproduce the problem. I 
don´t want to publish an exact proof-of-concept against "my" own software, 
especially not before VLC 2.2.2 gets released.

-- 
Rémi Denis-Courmont
http://www.remlab.net/

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Re: failed kfreebsd-i386 build of ardour 1:4.6~dfsg-1

2016-01-19 Thread Debian/GNU
On 01/19/2016 05:59 PM, Debian buildds wrote:
>  * Source package: ardour
>  * Version: 1:4.6~dfsg-1
>  * Architecture: kfreebsd-i386
>  * State: failed
>  * Suite: sid
>  * Builder: fils.debian.org
>  * Build log: 
> https://buildd.debian.org/status/fetch.php?pkg=ardour&arch=kfreebsd-i386&ver=1%3A4.6%7Edfsg-1&stamp=1453222775&file=log

if somebody with more waf-foo than myself would like to give ardour on
kfreebsd-i386 a try, i'd be thankful.

(afaict i *had* the sse-code disabled by passing "--no-fpu-optimization"
but somehow it didn't).

gfmsard
IOhannes



signature.asc
Description: OpenPGP digital signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Andreas Cadhalpun
Control: tags -1 = moreinfo
Control: severity -1 important

Hi,

On 19.01.2016 17:27, Sebastian Ramacher wrote:
> On 2016-01-19 18:11:01, Rémi Denis-Courmont wrote:
>> With a carefully crafted URL, the VLC avio plugin can be made to leak
>> content of local files to remote parties.
>> The root cause is the same as CVE-2016-1897.
>>
>> See also:
>>
>> https://mailman.videolan.org/pipermail/vlc-devel/2016-January/105718.html
> 
> There is nothing to be done in the vlc package. Reassigning to ffmpeg. It 
> needs
> to be built with --disable-protocol=concat.

How is CVE-2016-1897 not fully fixed?

Rémi, please share details about any remaining vulnerability with
.

Best regards,
Andreas

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Debian Bug Tracking System
Processing control commands:

> tags -1 = moreinfo
Bug #811519 [src:ffmpeg] ffmpeg: needs to build with --disable-protocol=concat 
to really fix CVE-2016-1897
Added tag(s) moreinfo; removed tag(s) patch and security.
> severity -1 important
Bug #811519 [src:ffmpeg] ffmpeg: needs to build with --disable-protocol=concat 
to really fix CVE-2016-1897
Severity set to 'important' from 'grave'

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

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


python-pyo_0.7.8-1_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 09:50:12 -0500
Source: python-pyo
Binary: python-pyo
Architecture: source amd64
Version: 0.7.8-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: Tiago Bortoletto Vaz 
Description:
 python-pyo - Python module written in C to help digital signal processing scri
Changes:
 python-pyo (0.7.8-1) unstable; urgency=medium
 .
   * New upstream release.
Checksums-Sha1:
 57431701a2002a9c0fcb7dff395852c4344c4fc7 2086 python-pyo_0.7.8-1.dsc
 73a8bc8183396739cbe6d371e2fa5d6075f445c6 4675462 python-pyo_0.7.8.orig.tar.gz
 3e5bafc942fbb683a2af360f796985f24a891647 6352 python-pyo_0.7.8-1.debian.tar.xz
 4c21e41b162db6993a41674f67a209bd4a714420 4409174 python-pyo_0.7.8-1_amd64.deb
Checksums-Sha256:
 2d3c7ddf89ba5b938d0749caa0d164601b852221d79afa701a5ef8343653530b 2086 
python-pyo_0.7.8-1.dsc
 454437c2443ac3473530ccd0480ed2e0776ca0260171b8793367930cde9fec32 4675462 
python-pyo_0.7.8.orig.tar.gz
 978e9385160d874ddae8ba853e34e15e54a6064531aacb5914ecc0b5e58ceaee 6352 
python-pyo_0.7.8-1.debian.tar.xz
 d4f9db0ec6e0a7bbf86ad168cc937fb74a1776037059c3e95f33afddf338a231 4409174 
python-pyo_0.7.8-1_amd64.deb
Files:
 b7c01bc4fd2615d14c7e953c421ccc81 2086 python optional python-pyo_0.7.8-1.dsc
 347918462d8b9b0299a333e8bae85c29 4675462 python optional 
python-pyo_0.7.8.orig.tar.gz
 ac2dcbf68b2f1a60fa7395099e9cb0fd 6352 python optional 
python-pyo_0.7.8-1.debian.tar.xz
 c44be07f6120d7645c8695c3cdf73fe2 4409174 python optional 
python-pyo_0.7.8-1_amd64.deb

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWnmZMAAoJENhHR6zktoE95UEQAJORoFV4SPXEa7h/WkFwPAMa
I1p3DnqDf/vnqCoRRui8HCqz2uCTvvWEAU2zQ5LgZO5pMAmLlP5b/9GAhReKTyZl
07vRuagsUEKAeo/3LyN7qRV1gjb7zYl66eCEFdJUTqBOLbaCMU4gHJrSlC6OIIBX
MsulT83uVDHmXy1IMIBrn3JVZIOxd74niblabh4ZFnBbqY615ApZVGUoLdm4giN+
qK3LUhpwO5ngqj7XOhtF0fEPUhBUxDZ/m924en793X+JHONPJZlxbVYbWVCYONqN
LYlIccE1RdT/wI36yguhJu1JWPBxiYQ/VcH+s59BSKPofB49QMFLjnOalRYJK1my
JcRxfU4htjhIa1qjTFPuyjRYaVCOzhlfDBIHpbG2iFvyKhaI3FXcAaM1KTgWJI2V
92Zw5hVvS5tqdNSV7EUkC/nNA5ZQdrxpP29YtMnrPwL3Sd11Ff/ULHBKJLPcdRGz
GPjdbxgVyvpi7Cy3M29Swy068WnqM2s3eEWcTTeBJWnTbzo1lXF91Eb31g/+Vyr9
0LKp3X+klytSkmitkDGLEntjCY4EkqUVt0B13wU/BaLhBWEWrUU4hbfhUH9r5gpN
NWkxQfwZPcloA4DDV6ysVm/tTg+KG1tAQnjhI6xtw6tG0BK4T5CKqs43FVhLO+nJ
WIP0B5jJ4shx+kZe/QKY
=6Q+b
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of python-pyo_0.7.8-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
python-pyo_0.7.8-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-pyo_0.7.8-1.dsc
  python-pyo_0.7.8.orig.tar.gz
  python-pyo_0.7.8-1.debian.tar.xz
  python-pyo_0.7.8-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of python-pyo_0.7.8-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
python-pyo_0.7.8-1_amd64.changes uploaded successfully to ftp-master.debian.org
along with the files:
  python-pyo_0.7.8-1.dsc
  python-pyo_0.7.8.orig.tar.gz
  python-pyo_0.7.8-1.debian.tar.xz
  python-pyo_0.7.8-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processed: Re: Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Debian Bug Tracking System
Processing control commands:

> reassign -1 src:ffmpeg 7:2.8.4-1
Bug #811519 [vlc-nox] vlc: avio plugin leaks file content
Bug reassigned from package 'vlc-nox' to 'src:ffmpeg'.
No longer marked as found in versions vlc/2.2.0~rc2-2+deb8u1.
Ignoring request to alter fixed versions of bug #811519 to the same values 
previously set
Bug #811519 [src:ffmpeg] vlc: avio plugin leaks file content
Marked as found in versions ffmpeg/7:2.8.4-1.
> retitle -1 ffmpeg: needs to build with --disable-protocol=concat to really 
> fix CVE-2016-1897
Bug #811519 [src:ffmpeg] vlc: avio plugin leaks file content
Changed Bug title to 'ffmpeg: needs to build with --disable-protocol=concat to 
really fix CVE-2016-1897' from 'vlc: avio plugin leaks file content'

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

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Sebastian Ramacher
Control: reassign -1 src:ffmpeg 7:2.8.4-1
Control: retitle -1 ffmpeg: needs to build with --disable-protocol=concat to 
really fix CVE-2016-1897

On 2016-01-19 18:11:01, Rémi Denis-Courmont wrote:
> Package: vlc
> Version: 2.2.1-5+b1
> Severity: grave
> Tags: security patch
> Justification: user security hole
> 
> Dear Maintainer,
> 
> With a carefully crafted URL, the VLC avio plugin can be made to leak
> content of local files to remote parties.
> The root cause is the same as CVE-2016-1897.
> 
> See also:
> 
> https://mailman.videolan.org/pipermail/vlc-devel/2016-January/105718.html

There is nothing to be done in the vlc package. Reassigning to ffmpeg. It needs
to be built with --disable-protocol=concat.

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processed: your mail

2016-01-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 811519 vlc-nox
Bug #811519 [vlc] vlc: avio plugin leaks file content
Bug reassigned from package 'vlc' to 'vlc-nox'.
No longer marked as found in versions vlc/2.2.1-5.
Ignoring request to alter fixed versions of bug #811519 to the same values 
previously set
> found 811519 2.2.0~rc2-2+deb8u1
Bug #811519 [vlc-nox] vlc: avio plugin leaks file content
Marked as found in versions vlc/2.2.0~rc2-2+deb8u1.
> thanks
Stopping processing here.

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

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#811519: vlc: avio plugin leaks file content

2016-01-19 Thread Rémi Denis-Courmont
Package: vlc
Version: 2.2.1-5+b1
Severity: grave
Tags: security patch
Justification: user security hole

Dear Maintainer,

With a carefully crafted URL, the VLC avio plugin can be made to leak
content of local files to remote parties.
The root cause is the same as CVE-2016-1897.

See also:

https://mailman.videolan.org/pipermail/vlc-devel/2016-January/105718.html

Best regards,

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

Kernel: Linux 4.1.15-basile (SMP w/4 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) (ignored: LC_ALL 
set to fi_FI.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages vlc depends on:
ii  fonts-freefont-ttf  20120503-4
ii  libaa1  1.4p5-44
ii  libavcodec-ffmpeg56 7:2.8.5-1
ii  libavutil-ffmpeg54  7:2.8.5-1
ii  libc6   2.21-6
ii  libcaca00.99.beta19-2+b1
ii  libcairo2   1.14.6-1
ii  libegl1-mesa [libegl1-x11]  11.1.1-2
ii  libfreerdp-client1.11.1.0~git20140921.1.440916e+dfsg1-5+b1
ii  libfreerdp-core1.1  1.1.0~git20140921.1.440916e+dfsg1-5+b1
ii  libfreerdp-gdi1.1   1.1.0~git20140921.1.440916e+dfsg1-5+b1
ii  libfreetype62.6.1-0.1
ii  libfribidi0 0.19.7-1
ii  libgcc1 1:5.3.1-6
ii  libgl1-mesa-glx [libgl1]11.1.1-2
ii  libgles1-mesa [libgles1]11.1.1-2
ii  libgles2-mesa [libgles2]11.1.1-2
ii  libglib2.0-02.46.2-3
ii  libpulse0   7.1-2
ii  libqt5core5a5.5.1+dfsg-12
ii  libqt5gui5  5.5.1+dfsg-12
ii  libqt5widgets5  5.5.1+dfsg-12
ii  libqt5x11extras55.5.1-3
ii  librsvg2-2  2.40.13-1
ii  libsdl-image1.2 1.2.12-5+b5
ii  libsdl1.2debian 1.2.15-12
ii  libstdc++6  5.3.1-6
ii  libva-drm1  1.6.2-1
ii  libva-x11-1 1.6.2-1
ii  libva1  1.6.2-1
ii  libvlccore8 2.2.1-5+b1
ii  libvncclient1   0.9.10+dfsg-3
ii  libx11-62:1.6.3-1
ii  libxcb-composite0   1.11.1-1
ii  libxcb-keysyms1 0.4.0-1
ii  libxcb-randr0   1.11.1-1
ii  libxcb-shm0 1.11.1-1
ii  libxcb-xv0  1.11.1-1
ii  libxcb1 1.11.1-1
ii  libxext62:1.3.3-1
ii  libxi6  2:1.7.5-1
ii  libxinerama12:1.1.3-1+b1
ii  libxpm4 1:3.5.11-1+b1
ii  vlc-nox 2.2.1-5+b1
ii  zlib1g  1:1.2.8.dfsg-2+b1

Versions of packages vlc recommends:
pn  vlc-plugin-notify  
pn  vlc-plugin-samba   
ii  xdg-utils  1.1.1-1

vlc suggests no packages.

Versions of packages vlc-nox depends on:
ii  liba52-0.7.4   0.7.4-18
ii  libasound2 1.0.29-1
ii  libass50.13.1-1
ii  libavahi-client3   0.6.32~rc+dfsg-1
ii  libavahi-common3   0.6.32~rc+dfsg-1
ii  libavc1394-0   0.5.4-2
ii  libavcodec-ffmpeg567:2.8.5-1
ii  libavformat-ffmpeg56   7:2.8.5-1
ii  libavutil-ffmpeg54 7:2.8.5-1
ii  libbasicusageenvironment0  2014.01.13-1
ii  libbluray1 1:0.9.2-2
ii  libc6  2.21-6
ii  libcddb2   1.3.2-5
ii  libcdio13  0.83-4.2+b1
ii  libchromaprint01.2-1+b1
ii  libcrystalhd3  1:0.0~git20110715.fdd2f19-11+b1
ii  libdbus-1-31.10.6-1
ii  libdc1394-22   2.2.3-1
ii  libdca00.0.5-7
ii  libdirectfb-1.2-9  1.2.10.0-5.1
ii  libdvbpsi101.3.0-4
ii  libdvdnav4 5.0.3-1
ii  libdvdread45.0.3-1
ii  libebml4v5 1.3.3-1
ii  libfaad2   2.8.0~cvs20150510-1
ii  libflac8   1.3.1-4
ii  libfontconfig1 2.11.0-6.3
ii  libfreetype6   2.6.1-0.1
ii  libfribidi00.19.7-1
ii  libgcc11:5.3.1-6
ii  libgcrypt201.6.4-4
ii  libgnutls-deb0-28  3.3.20-1
ii  libgpg-error0  1.21-1
ii  libgroupsock1  2014.01.13-1
ii  libjpeg62-turbo1:1.4.1-2
ii  libkate1   0.4.1-5
ii  liblircclient0 0.9.0~pre1-1.2
ii  liblivemedia23 2014.01.13-1
ii  liblua5.2-05.2.4-1
ii  libmad00.15.1b-8
ii  libmatroska6v5 1.4.4-1
ii  libmodplug11:0.8.8.5-2
ii  libmpcdec6 2:0.1~r475-1
ii  libmpeg2-4 0.5.1-7
ii  libmtp91.1.10-2
ii  libncursesw5   6.0+20151024-2
ii  libogg01.3.2-1
ii  libopus0

Processing of python-pyo_0.7.8-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
python-pyo_0.7.8-1_amd64.changes uploaded successfully to localhost
along with the files:
  python-pyo_0.7.8-1.dsc
  python-pyo_0.7.8.orig.tar.gz
  python-pyo_0.7.8-1.debian.tar.xz
  python-pyo-dbgsym_0.7.8-1_amd64.deb
  python-pyo_0.7.8-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Processing of python-pyo_0.7.8-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
python-pyo_0.7.8-1_amd64.changes uploaded successfully to ftp-master.debian.org
along with the files:
  python-pyo_0.7.8-1.dsc
  python-pyo_0.7.8.orig.tar.gz
  python-pyo_0.7.8-1.debian.tar.xz
  python-pyo-dbgsym_0.7.8-1_amd64.deb
  python-pyo_0.7.8-1_amd64.deb

Greetings,

Your Debian queue daemon (running on host coccia.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


ardour_4.6~dfsg-1_amd64.changes ACCEPTED into unstable

2016-01-19 Thread Debian FTP Masters


Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Format: 1.8
Date: Tue, 19 Jan 2016 13:44:16 +0100
Source: ardour
Binary: ardour ardour-data ardour3 ardour-i686 ardour-altivec
Architecture: source
Version: 1:4.6~dfsg-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 

Changed-By: IOhannes m zmölnig (Debian/GNU) 
Description:
 ardour - the digital audio workstation
 ardour-altivec - transitional dummy package for (altivec-optimized) ardour
 ardour-data - digital audio workstation (data)
 ardour-i686 - transitional dummy package for (i686 optimized) ardour
 ardour3- transitional dummy package for ardour
Changes:
 ardour (1:4.6~dfsg-1) unstable; urgency=medium
 .
   * Imported Upstream version 4.6~dfsg
 .
   [ IOhannes m zmölnig ]
   * Filters for repackaging in debian/copyright
 * Excluded upstream's .gitignore
 * Removed Debian's .gitignore (use debian/git-tuneclone instead)
   * debian/copyright
 * Enabled CDBS licensecheck
 * Excluded png-files from licensecheck
 * Updated copyright information
   * debian/patches
 * Refreshed existing patches
 * More spelling corrections
   * Explicitly disable FPU-optimization on non-linux
 * Build waf-configure-options gradually
   * Remove generated files in 'clean' target
   * Regenerated debian/control
 * B-D on itstool
 * Properly align CBDS_BUILD_DEPENDS
 * Use $(empty) at end of multi-line list
   * Remove ardour-dbg
 * Migrate to automatic dbgsym packages
Checksums-Sha1:
 3f8744a2ee10a270c391dd0d3edab8ce95117f50 3052 ardour_4.6~dfsg-1.dsc
 afd6bc5476c8903478b8d078f8268ce7b33f523e 10038300 ardour_4.6~dfsg.orig.tar.gz
 25b32835fac58ec3ba429f62899c62d55d2bb7b2 147568 ardour_4.6~dfsg-1.debian.tar.xz
Checksums-Sha256:
 6b633d0f65027d786b703f50e94154e0f8de8f73c6bd29da8016b150056d8f40 3052 
ardour_4.6~dfsg-1.dsc
 85e65aaf5870fb082a42e84b3a49b9b6dbb24456fdf7125db9c5e191c09013e7 10038300 
ardour_4.6~dfsg.orig.tar.gz
 56a484a6a0dac65615f9bd3c45797c587395583287ee9bbe60f5f81dba08341c 147568 
ardour_4.6~dfsg-1.debian.tar.xz
Files:
 c6ccb696cb2a6cb7292bb8d42ccd722e 3052 sound optional ardour_4.6~dfsg-1.dsc
 da120862017f70775bef1e596e4f8b3b 10038300 sound optional 
ardour_4.6~dfsg.orig.tar.gz
 f64d507ea5313064049d6bcc69456946 147568 sound optional 
ardour_4.6~dfsg-1.debian.tar.xz

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQIcBAEBCAAGBQJWnkzJAAoJELZQGcR/ejb4aAYP/iMAzQHSQVE582Dm7wemDa7x
L/uvo4ypn2JgmxvuJoAYbbrs4/OnTmHanbYihuJUSUXY+pCfgBzXcpxJci4nrbAZ
wgjmUVTGfQ6jlJMQpGN9tVyjwdndv/f9FV/jDc+C4kjmuh3INJWPOc0JcGuRIY1R
7Q4PBc4bqSTkZL8oX5SoGoW4g6StogUgAp+xF9H3VMgurjCHrccoPAM3LiLzgIpp
CvI4HzilDj/+UrsPfYRCSk9fxiXZ5GgYBX5KmocVzpvfrD3jxbOxh7ekZd8lhVEX
d8CcMbAp9iaRG8api0eSjrEXhRkNeutWHIcDU7GFKPT/fxSv+oGTB50yZ8uumG8T
wvN3ReTqq3/p5aOnKwdDoi2O3aWTNsz1b4Lki81904Aix12/cGOXzjDfWiYXj4b7
e0CrjnoSsoAaI8BN0pwLVqKuco+MFHM9WNd64vkFUquY9fL+TsxVAUf57xTAJsct
pX2VHbYcjSrV79z+onpeEwIrigzRcrFbmFXaDTw4WlXioyRt6PPPqiKiWWWKiMQJ
Hyd39NwDtjiHq1eqc2+/z8pZ4PE8DkAI5MdULJLHSbzN1spuhaHQVE6m9W/YWVob
Ev7BQuwdbNBn5XlgwLMediCQsp9ZdbW6hM2mp9tSmk3xtUNVqPRajiW4KjhafBza
UM9QqN2hwC6y4f7uGr0s
=YLwI
-END PGP SIGNATURE-


Thank you for your contribution to Debian.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Processing of ardour_4.6~dfsg-1_amd64.changes

2016-01-19 Thread Debian FTP Masters
ardour_4.6~dfsg-1_amd64.changes uploaded successfully to localhost
along with the files:
  ardour_4.6~dfsg-1.dsc
  ardour_4.6~dfsg.orig.tar.gz
  ardour_4.6~dfsg-1.debian.tar.xz

Greetings,

Your Debian queue daemon (running on host franck.debian.org)

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#809667: smplayer: Please make version 15.x available

2016-01-19 Thread Andrey Gursky
Hi,

this bug 809667 should have been mentioned in the changelog also.

  * New upstream release. (Closes: #770357, #798961, #799040, #800533,
LP: #1390937)

Regards,
Andrey


P.S. By the way, a new version of smplayer 16.1 has been recently
released.

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Bug#809322: mpv: Complains about missing xdg-screensaver, which is installed

2016-01-19 Thread Andrey Gursky
Ralf,

I had the same issue but with an older version of the xdg-screensaver
script. It's not the issue with the "missing" script but with the
failure during running, which mpv doesn't distinguish. And actually the
script seems even to succeed.

Try running

xdg-screensaver reset
echo $?

in the console and make sure an echo outputs a 0. If not the script is
supposed to fail.

Regards,
Andrey

___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers


Re: New package proposal: nordlicht

2016-01-19 Thread Sebastian Ramacher
Hi Peter

On 2016-01-16 22:13:53, Sebastian Ramacher wrote:
> On 2016-01-14 02:52:58, Peter Spiess-Knafl wrote:
> > Dear pkg-multimedia-maintainers!
> > 
> > I am currently packaging a software called nordlicht.
> > 
> > https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809923
> > 
> > Upstream is very collaborative on fixing things or applying patches.
> > Here is the ongoing discussion:
> > 
> > https://github.com/nordlicht/nordlicht/issues/38
> > 
> > I got hinted that it might be relevant to the pkg-multimedia team, so I
> > am proposing it here.
> > 
> > The package is currently developed at collab-maint:
> > http://anonscm.debian.org/cgit/collab-maint/nordlicht.git/

Also, here is a first review:

A new upstream version is available.

Why is linbpng-dev in Build-Depends? It doesn't seem to be used.

Is there a reason libnordlicht0 and libnordlicht-dev are not multi-archified?

The library exports plenty of symbols that are not listed in nordlicht.h. Please
hide those symbols (for example using __attribute__(visibility("hidden"))) and
ideally get this fixed upstream.

nordlicht is overlinked:

dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/nordlicht/usr/bin/nordlicht was not linked against 
libavcodec-ffmpeg.so.56 (it uses
 none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/nordlicht/usr/bin/nordlicht was not linked against 
libavformat-ffmpeg.so.56 (it use
s none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/nordlicht/usr/bin/nordlicht was not linked against 
libavutil-ffmpeg.so.54 (it uses 
none of the library's symbols)
dpkg-shlibdeps: warning: package could avoid a useless dependency if 
debian/nordlicht/usr/bin/nordlicht was not linked against 
libswscale-ffmpeg.so.3 (it uses 
none of the library's symbols)

libnordlicht.so.0 is underlinked. Please link it against libm:

dpkg-shlibdeps: warning: symbol log10 used by 
debian/libnordlicht0/usr/lib/libnordlicht.so.0 found in none of the libraries

Cheers
-- 
Sebastian Ramacher


signature.asc
Description: PGP signature
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Keytrip.net Launches China's First Bespoke and Theme Travel Portal for Elite Chinese Travelers!

2016-01-19 Thread 凡高旅行 Keytrip . net



 
  



Click here for the web version of this message

 


  
   
   

  

  

   
  

   


  Bespoke and Theme Travel for Elite Chinese Travelers


   



  

  
  Sports Travel


  Golf, Ski, Cycling, Diving, Surfing, Paragliding, Fishing Trips

 
   


  
  Health Travel


  Swiss Placenta, India Yoga, Chinese Medicine Trips

 
   


  
  Culture Travel


  Food and Wine, Music, Performance, Concert, Sports Match, History Trips


   



  
  Family Travel


  Summer Camp, Winter Camp, Reunion, Honeymoon Trips

  


  


   


   


  Inviting Travel Agencies, Hotel Resorts, Summer Camps to Join


  


  Keytrip.net Provides


  

  ■
  Marketing


   
  3 million elite travelers from top Chinese and international university alumni networks, with huge demand for bespoke and themed travel services.



  ■
  CRM System


   
  Manage your travel products, booking, and customer relations, both online and on mobile.



  ■
  GDS Connectivity


   
  Connect to Global Destination System (GDS) such as TravelSky (China), Sabre (US), Abacus (Asia), and Amadeus (Europe), search international flights and hotels for real-time pricing.



  ■
  Channel Sales


 

RE

2016-01-19 Thread Margaret.Hoey


I got a donation for you, Email me for details via::   mr.ped...@qq.com
Best Regards
Mr. Pedro.



** This email is intended for the addressee named and may contain confidential 
information. If you are not the intended recipient, please delete it and notify 
the sender. Unless explicitly attributed, the opinions expressed in this email 
are those of the author only and do not represent the official view of NSW 
Health nor the New South Wales Government **
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

RE

2016-01-19 Thread Margaret.Hoey


I got a donation for you, Email me for details via::   mr.ped...@qq.com
Best Regards
Mr. Pedro.



** This email is intended for the addressee named and may contain confidential 
information. If you are not the intended recipient, please delete it and notify 
the sender. Unless explicitly attributed, the opinions expressed in this email 
are those of the author only and do not represent the official view of NSW 
Health nor the New South Wales Government **
___
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers