[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#742210: marked as done (libvisual-plugins: fails to build with clang instead of gcc)



Your message dated Wed, 09 Sep 2015 10:33:49 +0000
with message-id <E1ZZchJ-0000Ef-Jy@franck.debian.org>
and subject line Bug#742210: fixed in libvisual-plugins 1:0.4.0+dfsg1-8
has caused the Debian Bug report #742210,
regarding libvisual-plugins: fails to build with clang instead of gcc
to be marked as done.

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

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


-- 
742210: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=742210
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libvisual-plugins
Version: 0.4.0.dfsg.1-7
Severity: minor
Tags: patch
User: pkg-llvm-team@lists.alioth.debian.org
Usertags: clang-ftbfs

Dear Maintainer,

Your package fails to build with clang instead of gcc. [-Wreturn-type]
The attached patch fixes it.
Buildlogs and patch are here:
https://github.com/nonas/debian-clang/tree/master/buildlogs/libvisual-plugins

Regards,
Nicolas

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

Kernel: Linux 3.13-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Description: fix FTBFS with clang instead of gcc
Author: Nicolas Sévelin-Radiguet <nicosr@free.fr>
Last-Update: 2014-03-20

--- a/plugins/morph/flash/morph_flash.c
+++ b/plugins/morph/flash/morph_flash.c
@@ -116,7 +116,7 @@
 	FlashPrivate *priv = visual_object_get_private (VISUAL_OBJECT (plugin));
 
 	if (src1->pal == NULL || src2->pal == NULL)
-		return;
+		return -1;
 
 	if (rate < 0.5)
 		visual_palette_blend (pal, src1->pal, &priv->whitepal, rate * 2);

--- End Message ---
--- Begin Message ---
Source: libvisual-plugins
Source-Version: 1:0.4.0+dfsg1-8

We believe that the bug you reported is fixed in the latest version of
libvisual-plugins, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 742210@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joao Eriberto Mota Filho <eriberto@debian.org> (supplier of updated libvisual-plugins package)

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


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 06 Sep 2015 19:30:35 -0300
Source: libvisual-plugins
Binary: libvisual-0.4-plugins
Architecture: source amd64
Version: 1:0.4.0+dfsg1-8
Distribution: unstable
Urgency: medium
Maintainer: Joao Eriberto Mota Filho <eriberto@debian.org>
Changed-By: Joao Eriberto Mota Filho <eriberto@debian.org>
Description:
 libvisual-0.4-plugins - audio visualization framework plugins
Closes: 641060 742210
Changes:
 libvisual-plugins (1:0.4.0+dfsg1-8) unstable; urgency=medium
 .
   * New maintainer. Thanks to all previous people that have helped this
       package. (Closes: #641060)
   * Fixed the dfsg period issue ('.dfsg.1' -> '+dfsg1') in revision number.
       Consequently, used the epoch 1: to prevent new version from being less
       than the last version.
   * debian/control:
       - Added the Homepage field.
       - Added the Vcs-* fields.
       - Added the Enhances field to binary.
       - Bumped Standards-Version to 3.9.6.
       - Improved the long description.
       - Removed no longer needed Conflicts and Replaces fields.
       - Updated debhelper version to 9.
   * debian/copyright:
       - Migrated to 1.0 format.
       - Updated all information.
   * debian/docs: created to install some upstream docs.
   * debian/lintian-overrides: added to override a false positive.
   * debian/patches/:
       - Renamed all patches:
           ~ 01_disable-gforce-dfsg.patch to 10_disable-gforce-dfsg.
           ~ 02_64-bit_JESS_fix.patch to 20_64-bit_JESS_fix.
           ~ 03_build_against_gl_fixes.patch to 30_build_against_gl_fixes.
           ~ 04_lv_analyzer_build_fix.patch to 40_lv_analyzer_build_fix.
           ~ 05_fix_po.patch to 50_fix_po.
           ~ 06_alsa_m4_macro.patch to 60_alsa_m4_macro.
           ~ 60_no-const-vispluginfo-in-nastyfft.patch to
             70_no-const-vispluginfo-in-nastyfft.
       - Updated all previous headers in all patches.
       - Added the 80_fix_FTBFS_clang patch to fiz a FTBFS with Clang. Thanks
         to Nicolas Sévelin-Radiguet <nicosr@free.fr>. (Closes: #742210)
   * debian/README.source: created to explain about non-free G-Force plugin.
       Credits to David Schleef, the first maintainer of this package.
   * debian/rules:
       - Added DEB_BUILD_MAINT_OPTIONS variable to improve the GCC hardening.
       - Improved the 'find' command to remove *.la files.
       - Removed the --enable-debug option.
   * debian/watch: improved.
Checksums-Sha1:
 ff29e18b66da8071d3d70228cf61a49c287125f7 2174 libvisual-plugins_0.4.0+dfsg1-8.dsc
 f3d5455e29326ae8e019c3c9fb70444bf4246958 559641 libvisual-plugins_0.4.0+dfsg1.orig.tar.gz
 319244baacd3406a6f01603be909b42c531ec9ae 11096 libvisual-plugins_0.4.0+dfsg1-8.debian.tar.xz
 b615ac950e05cca680f05e4a5ab0b41d1870e74b 116120 libvisual-0.4-plugins_0.4.0+dfsg1-8_amd64.deb
Checksums-Sha256:
 49adfd8b25d95ea0922b41756b62bc33c6bdfad1e95ad448c04953e480f539e7 2174 libvisual-plugins_0.4.0+dfsg1-8.dsc
 8dcb961387b1121fa0cb2e377dcfdd862d0b3dd87059ce14b6df9eeab06ef027 559641 libvisual-plugins_0.4.0+dfsg1.orig.tar.gz
 c98ed76e39103ba6578de350fdbb79f649c816f3d167911e4de7deede9a192b0 11096 libvisual-plugins_0.4.0+dfsg1-8.debian.tar.xz
 cc35df5f3340a5656b720d4099ae56f234e21b574f55777e4774993033357901 116120 libvisual-0.4-plugins_0.4.0+dfsg1-8_amd64.deb
Files:
 435165aa683916217ed4d6952c6938e8 2174 sound optional libvisual-plugins_0.4.0+dfsg1-8.dsc
 2e223eea6347d2e613269146dd708bcf 559641 sound optional libvisual-plugins_0.4.0+dfsg1.orig.tar.gz
 060b41ad78ba6a72c65eb876ee42b02a 11096 sound optional libvisual-plugins_0.4.0+dfsg1-8.debian.tar.xz
 c1830851336208e22f74d7986e3263e8 116120 sound optional libvisual-0.4-plugins_0.4.0+dfsg1-8_amd64.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBAgAGBQJV8AZFAAoJEN5juccE6+nvvoAP/j2jGaaQECMY/89JR4fN8raP
Ok0/aNmyPwxaB3AJGIvHyMWCz3ZLFmhTwAVo+82LmcYIOKoS5WvNFwcIM9pQ8lNu
SwkwA2fg1lRKLjUASEw+lK+iSNqeaxMx3nz48tpyE9O1+ZsV+CkBNJIHPskXnwwO
2tvyv+iZ7kJkypkN50PZy84YqJbZMDUNhsdvx7/tJZfx+Tl4JpsGeVjXGL5YD7dH
t9Vzsknnhp70u9eARlQlYFC+/aR9xApXAcqoVMchxa/CyjScIviyVyw9Ct2PK4dq
J+KnQHZAkkyxr5HgTKV8mMZoh7I6PLagReWDjvNFc+SbvEIns6PwdhaKn5df4FCS
vqI+EMLs4AqqngrUQaaKf0lb5sBvMBtkxp4rD02KAYeb1nOWjVNlJHgjn4nAVTkN
5sTbKcy8SBSYdQqINoow4m26zCAwhdercpYM/jehDyoQWJeSe2woPKXreqjpEiiY
2+GnTXWascqOvi50I4G2n2kaOO9HrKml0baqd/0qLVRXpnWjjS8be4NeeuG5DKCO
kFIhRTe+9Zhcxoc7aYxO9HKiMWgMiOS7oCIIZFe7TBVi9GfbN1cfG1c40bV3auPy
6YiBoIbBV3HJhzb2z0SNSjRA40aauLF2xqC/HshF3J4ds8vTdnSIZI8AhCkcP1ux
nGjuH5N9OLF9MLwiRydL
=NeDA
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: