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

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



Your message dated Mon, 04 May 2015 22:04:46 +0000
with message-id <E1YpOTm-0007bo-0y@franck.debian.org>
and subject line Bug#753272: fixed in linpsk 1.2-1
has caused the Debian Bug report #753272,
regarding 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.)


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

Hello,

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

We detected this kinf of error:
http://clang.debian.net/status.php?version=3.4.2&key=DEFAULT_CONSTRUCTOR

Full build log is available here:
http://clang.debian.net/logs/2014-06-16/linpsk_1.1-1.1_unstable_clang.log

Thanks,
Alexander

-- System Information:
Debian Release: jessie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.2.0-4-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--- linpsk-1.1/src/csound.cpp	2010-02-20 14:43:02.000000000 +0300
+++ linpsk-1.1-my/src/csound.cpp	2014-06-30 01:58:00.206628384 +0400
@@ -20,7 +20,7 @@
 
 using namespace std;
 extern Parameter settings;
-CSound::CSound ( int ptt = -1 ) : Input ( ptt )
+CSound::CSound ( int ptt ) : Input ( ptt )
 {
   started = false;
   output = false;
--- linpsk-1.1/src/csound.h	2010-02-20 14:43:01.000000000 +0300
+++ linpsk-1.1-my/src/csound.h	2014-06-30 01:57:52.170772109 +0400
@@ -37,7 +37,7 @@
 class CSound : public Input
 {
   public:
-    CSound ( int ptt );
+    CSound ( int ptt = -1 );
     ~CSound();
     virtual bool open_Device_write ( QString * );
     virtual bool open_Device_read ( QString * );
--- linpsk-1.1/src/textinput.cpp	2010-02-20 14:43:02.000000000 +0300
+++ linpsk-1.1-my/src/textinput.cpp	2014-06-30 01:58:31.262071119 +0400
@@ -22,7 +22,7 @@
 extern Parameter settings;
 extern int errno;
 
-TextInput::TextInput ( int ptt = -1 ) : Input ( ptt )
+TextInput::TextInput ( int ptt ) : Input ( ptt )
 {
 }
 TextInput::~TextInput()
--- linpsk-1.1/src/textinput.h	2010-02-20 14:43:02.000000000 +0300
+++ linpsk-1.1-my/src/textinput.h	2014-06-30 01:58:44.921828357 +0400
@@ -29,7 +29,7 @@
 {
     Q_OBJECT
   public:
-    TextInput ( int ptt );
+    TextInput ( int ptt = -1 );
     ~TextInput();
 
     /** Opens the Device for writting **/
--- linpsk-1.1/src/waveinput.cpp	2014-06-30 02:00:15.000000000 +0400
+++ linpsk-1.1-my/src/waveinput.cpp	2014-06-30 01:59:12.729329605 +0400
@@ -19,7 +19,7 @@
 
 extern Parameter settings;
 
-WaveInput::WaveInput(int ptt = -1): Input(ptt)
+WaveInput::WaveInput(int ptt): Input(ptt)
 {
  EightBits=false;
 }
--- linpsk-1.1/src/waveinput.h	2010-02-20 14:43:02.000000000 +0300
+++ linpsk-1.1-my/src/waveinput.h	2014-06-30 01:59:29.409030482 +0400
@@ -31,7 +31,7 @@
 {
 Q_OBJECT
   public:
-    WaveInput ( int ptt );
+    WaveInput ( int ptt = -1 );
     ~WaveInput();
     /** Opens the Device for writting **/
     bool open_Device_write ( QString * );

--- End Message ---
--- Begin Message ---
Source: linpsk
Source-Version: 1.2-1

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

Debian distribution maintenance software
pp.
Iain R. Learmonth <irl@fsfe.org> (supplier of updated linpsk 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: SHA256

Format: 1.8
Date: Mon, 04 May 2015 19:37:23 +0100
Source: linpsk
Binary: linpsk
Architecture: source amd64
Version: 1.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Hamradio Maintainers <debian-hams@lists.debian.org>
Changed-By: Iain R. Learmonth <irl@fsfe.org>
Description:
 linpsk     - program for operating PSK31/RTTY modes with X GUI
Closes: 753272 773755
Changes:
 linpsk (1.2-1) unstable; urgency=medium
 .
   * Team upload.
   * Acknowledge NMU.
   * New upstream version (Closes: #773755):
   * debian/watch:
     - Now checks for alternative archive extensions.
   * debian/control:
     - Reformatted with cme.
     - Bump standards version to 3.9.6.
     - Removed version from build dependency on libqt4-dev.
     - Removed old incorrect Vcs-* fields and added new Vcs-* fields for the
       pkg-hamradio git.
   * debian/rules:
     - Streamline using modern dh command.
   * Refreshed patches:
     - Removed demowave.patch - now included upstream.
     - Removed qt4.patch - no longer relevant.
     - Removed gcc-4.6.patch - no longer relevant.
     - Refreshed typo.patch - typos have moved.
     - Included ftbfs-clang.patch (Closes: #753272).
Checksums-Sha1:
 20a9bf7ed7d40da39151509a74e9552b08762fb5 2008 linpsk_1.2-1.dsc
 4dc56cefd9b5e040834c84bd646ec707f1e98497 119865 linpsk_1.2.orig.tar.gz
 b56d23fcbb2165c350cb37022c81a459ef15556c 4992 linpsk_1.2-1.debian.tar.xz
 7c32f14a4df40c5671022ea018c46f9d22613b7f 152702 linpsk_1.2-1_amd64.deb
Checksums-Sha256:
 01edb4f6f1bbb0f8f720e84840e0074221c96d3b7fce307de9a42450d676e8c4 2008 linpsk_1.2-1.dsc
 ae906b50dba0009c9c8bbef0adca7db8c7a0737ae44a55a3483aa0e79542656a 119865 linpsk_1.2.orig.tar.gz
 e118973406f6b039d8c107b953a032816e9c35d80083479f11947eb5b81125dd 4992 linpsk_1.2-1.debian.tar.xz
 3730894dc774efbcbb74e1003b038f2a44580c9a6bd6539e9f81d43f95c6099c 152702 linpsk_1.2-1_amd64.deb
Files:
 806be92d0f8b4b9722e1e8e911e4d868 2008 hamradio optional linpsk_1.2-1.dsc
 ff8ca8e27cd4bfb33cc67702f640fa16 119865 hamradio optional linpsk_1.2.orig.tar.gz
 6280bda7cd16f680a071dc1078556d4c 4992 hamradio optional linpsk_1.2-1.debian.tar.xz
 c33e39a8cab03f13768820ef15dcb16a 152702 hamradio optional linpsk_1.2-1_amd64.deb

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

iQIcBAEBCAAGBQJVR9EnAAoJEPoMQQc4ydkDbWUP/10NHIIAWxWUp/XcdDuhpCtc
OBR2Q0OBYAHvoEDtvRFSlhhiYPBciP3c+Unq7Js+Rrm2Y3ZR0eYECGGcm47yqMk+
kBZ2DJnbN6Lo7pQ2IPBotL0w7TYGm15y0pdA1yX9jKSfud6O4BTXibOQIMh14bx6
j3CLf81y2+Xo3eHiSLwNQODbSFDBNDIKEHlPgfM+EpqoR1GxhEZ7OSWhABDnHpuW
C9TVyPKuUp86fdzemO35VgZ1QzluhtsUrC+ipo4ONxUdryVCZ7Vz4j9ToCEufEEK
Na96i9oHGuKrlnRggFCcvpXZqbi2InV0BowIebBp3COfw23O4iuiBG7AsCxA8SJ1
X4IRc2ho/F0lCDrU7MR7rDHkRGcQU4vCDmHsBWqwb/Ru0LbAfEPlfFjfHvgV3DyN
txKPtCwt0U88TZRwP/YPZm+7hEDB9YXpFAptmBSJ58OkIc7Qr5dx6faunmjmyM0J
ibwnv8si9HX6MRg6lYyZwvYUHK7XFFFFO3ktTeXRTUjstdAHiNJIrKPX8TV98BEr
pF/P5fBJXdW7auKdmHPD+pYXqDhpzMgYz2R+SfEXrhbu5i/LgNaS8FwDAARwBJRP
hBOrMOdd7X4+PP8lLxMAoNznPoKIhZQiZDhKH/ppSXOuXStMr3t1uLERGuAp8VSK
EfHBuj/0cFgNIEkRZ1ZC
=p82L
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: