<div dir="ltr">On Sun, Dec 1, 2013 at 8:22 AM, Albert Astals Cid <span dir="ltr"><<a href="mailto:aacid@kde.org" target="_blank">aacid@kde.org</a>></span> wrote:<br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
El Dissabte, 30 de novembre de 2013, a les 19:42:31, Ralf Habacker va<br>
escriure:<br>
<div class="im">> Am 30.11.2013 10:53, schrieb Joris Steyn:<br>
> > Hi,<br>
> ><br>
> > that's bad news. I pushed this commit to KDE/4.11 just now to fix the<br>
> > error (other branches are fine):<br>
> ><br>
> ><br>
> > <a href="http://quickgit.kde.org/?p=umbrello.git&a=commit&h=5f9f6a68716a8aced2c5f96" target="_blank">http://quickgit.kde.org/?p=umbrello.git&a=commit&h=5f9f6a68716a8aced2c5f96</a><br>
> > 2247d9b05b326fcf5<br>
> ><br>
> > Doing a non-debug build of 4.11 worked without warnings on my system,<br>
> > that's how the error got in<br>
> > 4.11 unnoticed. I hope to prevent that in the future but I'm not sure<br>
> > what compiler version/options make<br>
> > the difference in allowing this error without warning, and complete<br>
> > failure.<br>
><br>
> For master and KDE/4.12 branch there is a  KDE Continuous Integration<br>
> build service at <a href="http://build.kde.org/view/kdesdk/" target="_blank">http://build.kde.org/view/kdesdk/</a>, which performs a<br>
> build after each commit.<br>
> Would it be possible to setup this for 4.11 too ? That would help to be<br>
> informed about such issues in the future.<br>
<br>
</div>Yes, that would be ideal. Ben is working in adding more "compilation groups"<br>
to the jenkins server, but still not done though as far as i know.<br></blockquote><div><br></div><div style>The changes necessary for the CI system to support multiple compilation groups (known as "branch groups") are now complete.</div>
<div style> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Cheers,<br>
  Albert<br></blockquote><div><br></div><div style>Regards,</div><div style>Ben</div><div style> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im HOEnZb"><br>
><br>
> Ralf<br>
><br>
> > f<br>
> > Eric, could you tell me what compiler version you are using? And did<br>
> > you do a "debugfull" cmake build<br>
> > or just a regular build?<br>
> ><br>
> > Regards,<br>
> ><br>
> > Joris.<br>
> ><br>
> ><br>
> ><br>
> > On Sat, Nov 30, 2013 at 1:17 AM, Albert Astals Cid <<a href="mailto:aacid@kde.org">aacid@kde.org</a><br>
> ><br>
</div><div class="HOEnZb"><div class="h5">> > <mailto:<a href="mailto:aacid@kde.org">aacid@kde.org</a>>> wrote:<br>
> >     Joris, Ralph, Umbrello KDE/4.11 is broken, can you please guys fix it?<br>
> ><br>
> >     Cheers,<br>
> ><br>
> >       Albert<br>
> ><br>
> >     El Divendres, 29 de novembre de 2013, a les 13:03:44, Eric<br>
> >     Hameleers va<br>
> ><br>
> >     escriure:<br>
> >     > On Fri, 29 Nov 2013, Torgny Nyblom wrote:<br>
> >     > > Hi,<br>
> >     > ><br>
> >     > > The tarballs for the 4.11.4 release are now available in the usual<br>
> >     > > location.<br>
> >     > ><br>
> >     > > I've not compiled them so please report any issues you find.<br>
> >     > ><br>
> >     > > sha1 sums and revisions/hashes are attached.<br>
> >     > ><br>
> >     > > /Regards<br>
> >     > > Torgny<br>
> >     ><br>
> >     > When compiling umbrello (part of our Slackware kdesdk module), I run<br>
> >     > into this error:<br>
> >     ><br>
> >     > [ 11%] Building CXX object<br>
> >     > umbrello/CMakeFiles/umbrello.dir/dialogs/classoptionspage.cpp.o<br>
> >     > [ 11%] Building CXX object<br>
> >     > umbrello/CMakeFiles/umbrello.dir/dialogs/classpropdlg.cpp.o<br>
> ><br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.cp><br>
> >     > p: In member function 'void<br>
> ><br>
> >     > ClassifierListPage::slotActivateItem(QListWidgetItem*)':<br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.cp><br>
> >     > p:349:9: error: 'listItem' was not declared in this scope listItem =<br>
> >     > getItemList().at( itemIndex );<br>
> >     ><br>
> >     >           ^<br>
> ><br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.cp><br>
> >     > p:354:74: error: cannot dynamic_cast 'listItem' (of type '<type<br>
> ><br>
> >     error>') to<br>
> ><br>
> >     > type 'class UMLOperation*' (source is not a pointer)<br>
> >     ><br>
> >     >               m_pCodeTE->setPlainText(<br>
> >     ><br>
> >     > dynamic_cast<UMLOperation*>(listItem)->get<br>
> >     > SourceCode() );<br>
> >     ><br>
> >     > ^<br>
> >     > make[2]: ***<br>
> >     > [umbrello/CMakeFiles/umbrello.dir/dialogs/classifierlistpage.cpp.o]<br>
> >     ><br>
> >     >   Error 1<br>
> >     ><br>
> >     > make[2]: *** Waiting for unfinished jobs....<br>
> >     > [  0%] Built target umbrello_automoc<br>
> >     > [  0%] Building CXX object<br>
> >     > umbrello/CMakeFiles/umbrello.dir/dialogs/classifierlistpage.cpp.o<br>
> ><br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.cp><br>
> >     > p: In member function 'void<br>
> ><br>
> >     > ClassifierListPage::slotActivateItem(QListWidgetItem*)':<br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.c<br>
> ><br>
</div></div><div class="HOEnZb"><div class="h5">> >     > pp:349:9: error: 'listItem' was not declared in this scope<br>
> >     ><br>
> >     >           listItem = getItemList().at( itemIndex );<br>
> >     >           ^<br>
> ><br>
> >     /tmp/kde-build/kdesdk/umbrello-4.11.4/umbrello/dialogs/classifierlistp<br>
> >     age.cp><br>
> >     > p:354:74: error: cannot dynamic_cast 'listItem' (of type '<type<br>
> ><br>
> >     error>') to<br>
> ><br>
> >     > type 'class UMLOperation*' (source is not a pointer)<br>
> >     ><br>
> >     >               m_pCodeTE->setPlainText(<br>
> >     ><br>
> >     > dynamic_cast<UMLOperation*>(listItem)->getSourceCode() );<br>
> >     ><br>
> >     > ^<br>
> >     > make[2]: ***<br>
> >     > [umbrello/CMakeFiles/umbrello.dir/dialogs/classifierlistpage.cpp.o]<br>
> >     > Error 1<br>
> >     > make[1]: *** [umbrello/CMakeFiles/umbrello.dir/all] Error 2<br>
> >     > make: *** [all] Error 2<br>
> >     > kdesdk failed to build.<br>
> >     ><br>
> >     > Any clue?<br>
> >     ><br>
> >     > Cheers, Eric<br>
<br>
</div></div></blockquote></div><br></div></div>