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

Bug#739924: marked as done (unicon: FTBFS with clang instead of gcc)



Your message dated Wed, 13 Jan 2021 18:50:47 +0000
with message-id <E1kzlEF-000Epi-Lx@fasolo.debian.org>
and subject line Bug#739924: fixed in unicon 3.0.4+dfsg1-2
has caused the Debian Bug report #739924,
regarding unicon: FTBFS 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.)


-- 
739924: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=739924
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: unicon
Severity: minor
Usertags: clang-ftbfs
User: pkg-llvm-team@lists.alioth.debian.org
Tag: patch

Hello,

Using the rebuild infrastructure, your package fails to build with clang 
(instead of gcc).

Thanks,
Arthur
diff -Naur unicon.orig/unicon-3.0.4/debian/changelog unicon/unicon-3.0.4/debian/changelog
--- unicon.orig/unicon-3.0.4/debian/changelog	2014-02-23 17:22:45.923040094 -0600
+++ unicon/unicon-3.0.4/debian/changelog	2014-02-23 17:34:04.007051902 -0600
@@ -1,3 +1,10 @@
+unicon (3.0.4-14) unstable; urgency=low
+
+  * Fix the FTBFS with clang:
+    - Fixed return void in unicon/ImmModules/cce/inputs/tab2dat.c
+
+ -- Arthur Marble <arthur@playtux.info9.net>  Sun, 23 Feb 2014 17:34:04 -0600
+
 unicon (3.0.4-13) unstable; urgency=low
 
   * Depend on x11proto-core-dev instead of x-dev. (Closes:Bug515485)
diff -Naur unicon.orig/unicon-3.0.4/patches/clang-ftbfs.diff unicon/unicon-3.0.4/patches/clang-ftbfs.diff
--- unicon.orig/unicon-3.0.4/patches/clang-ftbfs.diff	1969-12-31 18:00:00.000000000 -0600
+++ unicon/unicon-3.0.4/patches/clang-ftbfs.diff	2014-02-23 17:28:02.359045604 -0600
@@ -0,0 +1,11 @@
+--- a/unicon/ImmModules/cce/inputs/tab2dat.c
++++ b/unicon/ImmModules/cce/inputs/tab2dat.c
+@@ -30,7 +30,7 @@ load_phr (int j, char *tt, int n)
+     {
+       printf ("phrase error %d\n", len);
+       strncpy (tt, "err", n);
+-      return 1;
++      return;
+     }
+ 
+   ofs[0] += (cur_table->PhraseNum + 1) * 4;
diff -Naur unicon.orig/unicon-3.0.4/patches/series unicon/unicon-3.0.4/patches/series
--- unicon.orig/unicon-3.0.4/patches/series	1969-12-31 18:00:00.000000000 -0600
+++ unicon/unicon-3.0.4/patches/series	2014-02-23 17:27:14.031044762 -0600
@@ -0,0 +1 @@
+clang-ftbfs.diff

--- End Message ---
--- Begin Message ---
Source: unicon
Source-Version: 3.0.4+dfsg1-2
Done: xiao sheng wen <atzlinux@sina.com>

We believe that the bug you reported is fixed in the latest version of
unicon, 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 739924@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
xiao sheng wen <atzlinux@sina.com> (supplier of updated unicon 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: SHA512

Format: 1.8
Date: Thu, 07 Jan 2021 23:17:06 +0800
Source: unicon
Architecture: source
Version: 3.0.4+dfsg1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Chinese Team <chinese-developers@lists.alioth.debian.org>
Changed-By: xiao sheng wen <atzlinux@sina.com>
Closes: 629016 739924 795725
Changes:
 unicon (3.0.4+dfsg1-2) unstable; urgency=medium
 .
   [ xiao sheng wen(肖盛文) ]
   d/control:
     - Bump to debhelper-compat (= 13)
     - Bump Standards-Version to 4.5.1
     - New Maintainer: Debian Chinese Team
       <chinese-developers@lists.alioth.debian.org> (Closes: #629016)
     - add New Uploaders: xiao sheng wen <atzlinux@sina.com>
     - delete the chinput package from Conflicts list,
       it don't exist in Debian now.
     - add Rules-Requires-Root: binary-targets
     - update lintian overrides files
     - add Vcs-Browser: Vcs-Git:
   * d/rules:
       - use dh-sequencer
       - convert text from gb2312,ISO8859-16 character encoding to UTF-8
   * delete unused d/TODO.Debian
   * Trim trailing whitespace.
   * 001-debian-changes.patch: add Forwarded: not-needed
   * 001-debian-changes.patch: fix spelling-error
   * add 002-fix-spelling-error-xl_intcode.c.patch
   * fix lintian: package-contains-empty-directory usr/bin/
   * add unicon-imc2.symbols
   * d/copyright: use dep5-copyright
 .
   [ Arthur Marble ]
   * Fix the FTBFS with clang (Closes: #739924)
     - Fixed return void in unicon/ImmModules/cce/inputs/tab2dat.c
 .
   [ Michael Tautschnig ]
   * Fix PhraseLevel declared without type (Closes: #795725)
Checksums-Sha1:
 feda2b0f5d0912c061a818a27c9e227e0d9cb96a 1946 unicon_3.0.4+dfsg1-2.dsc
 a4b2eba1c991457a2e8ec13555df0f0db436e469 3450608 unicon_3.0.4+dfsg1.orig.tar.xz
 3109665194edf9d0b6376d0644b050157c3df1b4 14680 unicon_3.0.4+dfsg1-2.debian.tar.xz
 3189e16b189831885b69dcdf8545fbaa5476686c 6550 unicon_3.0.4+dfsg1-2_amd64.buildinfo
Checksums-Sha256:
 6f095da910a8a6169a2ac6529ccd71e91af5376366f23a7ecd988d7811aa35e7 1946 unicon_3.0.4+dfsg1-2.dsc
 3a7a364d4048da81f58e835e7f9fa60d239c5aa0204afb854264bdcc2c17d155 3450608 unicon_3.0.4+dfsg1.orig.tar.xz
 c901297d292d86447b29c7eac5d7032d8303d18668a5a924d2fd327e8b68808c 14680 unicon_3.0.4+dfsg1-2.debian.tar.xz
 5e0dacb5fb777cd8cf51b689619d621081da510b8d89a79ce6d5b1297f96b533 6550 unicon_3.0.4+dfsg1-2_amd64.buildinfo
Files:
 b7e94962b76450531b3e5e295f71844c 1946 utils optional unicon_3.0.4+dfsg1-2.dsc
 7f4a1138de5f5155f53c88ba4215a24a 3450608 utils optional unicon_3.0.4+dfsg1.orig.tar.xz
 b3ac006ef96092940d217d784a9def9d 14680 utils optional unicon_3.0.4+dfsg1-2.debian.tar.xz
 bbaf5c0b53759696687f0ec8406fc53e 6550 utils optional unicon_3.0.4+dfsg1-2_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAl//PMcACgkQwpPntGGC
Ws4aHQ/+Iu/3LcN8LDvxM7Td3aZPGlPt/fDPRz0CG232VDFw4OWq7TNHvw6gjesD
joOTIdaixqYO+2GwF7xiCIZZRadHddaF+D5KcO7Cm2miad7ndDFo42qgscOCzojb
nrlsbWFYpupGUeBnqonkavv/zFJGVlHC0ZFtUsvtTzgRyA9vAHrdiG6NBLWxZwUr
ShhqxEYgP3n9+Wcl02Fa9O8TNO15HFE5AOc1zlbNcVmm42dDFwhECrkPI84Kf3+H
xAYAKG+RUOuPzIiUf5SNBPdT1haMuK1ypC7WMKKUnwnJarjbnfDCogYZqx3sa41b
XRYL15JijtMT103MDDgOk2fZdHdxCM0eR3Y4KPauoOZACUTWD1QnsJKfiV2JIhvU
dNZmR22H4Mr2qrO/aj3+YHVVXEG35HLeQLr+6vzTUr4K5vA8QD0QHnAmVLLD4uoi
uezfxgvIANlL/LeO//hgSLYWFcx2St/xpBLnIbKXAzXFMyz02ghAhXaPFxqr/JNo
ccFbvyAvLTdWP1cOx5PZfHfPbs4hNZ9D0uvZl/o4xufI96A/UdcrOD7y1N6czKwU
5AOOLb86NZA/5VkYBEqWCpZCycxJJS5UcUNicZS7MP4uKhca8V/WbfX57CCRfuh5
B3XXQDz+XmK586DRoLx+eoPkC59rTg9qNbmnNZe/TVGqReHCGcY=
=Bxl/
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: