Debian Package rebuild

Rebuild of the Debian archive with clang

"Changes of default constructor" build failure(s)
clang 3.3
Return to the list
This code is a defect of the C++ standard:
http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_active.html#1344
class foo {
    int a;
    foo(int);
};

foo::foo(int c = 5) : a(c) {

}


Versions: 2.9 - 3.0 - 3.1 - 3.2 - 3.3 - 3.4 - 3.4.2 - 3.5.0 - 3.6.0 - 3.8.1 - 3.9.1 - 4.0.1 - 5.0 - 6.0 - 8.0.1 - 9.0.1 - 10.0.0 - 11.0.0 - 12.0.1 - 13.0.0
PackageVersionSupposed error messageFull log Bug report
bzflag 2.4.2+ds1-4../../include/VotingArbiter.h:234:56: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753262
desmume 0.9.9-1filter/videofilter.cpp:45:39: error: addition of default argument on redeclaration makes this constructor a default constructor Log
eiskaltdcpp 2.2.8-1HubFrame.cpp:775:29: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753266
gpsim 0.26.1-2.1switch.cc:585:30: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753268
gtkguitune 0.8-6lcdview.cc:26:31: error: addition of default argument on redeclaration makes this constructor a default constructor Log
kbruch 4:4.8.4-1../../src/taskwidget.cpp:33:34: error: addition of default argument on redeclaration makes this constructor a default constructor Log
kdenetwork 4:4.8.4-3../../../../kget/transfer-plugins/bittorrent/btsettingswidget.cpp:20:46: error: addition of default argument on redeclaration makes this constructor a default constructor Log
linpsk 1.1-1.1../../src/csound.cpp:23:22: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753272
mumble 1.2.3-349-g315b5f5-2.2VoiceRecorderDialog.cpp:41:51: fatal error: addition of default argument on redeclaration makes this constructor a default constructor Log 753273
polygraph 4.3.2-1.1PglIntSym.cc:27:20: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753274
scribus 1.4.2.dfsg+r18267-1runscriptdialog.cpp:13:43: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753277
ucimf-openvanilla 2.10.11-2openvanilla.cpp:32:33: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753337
wicd-kde 0.3.0-2networkplotter.cpp:28:47: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753339
zaz 1.0.0~dfsg1-1mixer.cpp:26:24: error: addition of default argument on redeclaration makes this constructor a default constructor Log 753340
14 errors
Return to the list