<p dir="ltr"><br>
Am 07.10.2015 22:25 schrieb "Albert Astals Cid" <<a href="mailto:aacid@kde.org">aacid@kde.org</a>>:<br>
><br>
> El Tuesday 06 October 2015, a les 19:20:00, Frank Reininghaus va escriure:<br>
> > Hi,<br>
> ><br>
> > 2015-10-06 15:04 GMT+02:00  <<a href="mailto:no-reply@kde.org">no-reply@kde.org</a>>:<br>
> > > GENERAL INFO<br>
> > ><br>
> > > BUILD UNSTABLE<br>
> > > Build URL:<br>
> > > <a href="https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=">https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=</a><br>
> > > gcc/119/ Project: PLATFORM=Linux,compiler=gcc<br>
> > > Date of build: Tue, 06 Oct 2015 12:34:13 +0000<br>
> > > Build duration: 14 min<br>
> > ><br>
> > > CHANGE SET<br>
> > > Revision 4f464d4ade465ad009758d12908f72189953c4f1 by scripty: (SVN_SILENT<br>
> > > made messages (.desktop file) - always resolve ours)><br>
> > >   change: edit src/new_file_templates/TextFile.desktop<br>
> > >   change: edit src/widgets/konqpopupmenuplugin.desktop<br>
> > >   change: edit src/new_file_templates/linkProgram.desktop<br>
> > >   change: edit src/new_file_templates/linkPath.desktop<br>
> > >   change: edit src/new_file_templates/linkURL.desktop<br>
> > >   change: edit src/new_file_templates/Directory.desktop<br>
> > >   change: edit src/new_file_templates/HTMLFile.desktop<br>
> > ><br>
> > > JUNIT RESULTS<br>
> > ><br>
> > > Name: (root) Failed: 1 test(s), Passed: 45 test(s), Skipped: 0 test(s),<br>
> > > Total: 46 test(s)Failed: TestSuite.kiofilewidgets-knewfilemenutest<br>
> > it looks like this test failure has something to do with my recent<br>
> > commit that added the "new file" templates. I cannot reproduce it<br>
> > locally though. The log at<br>
> ><br>
> > <a href="https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc">https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc</a><br>
> > /119/testReport/%28root%29/TestSuite/kiofilewidgets_knewfilemenutest/<br>
> ><br>
> > indicates that the test tries to use klauncher, which is not running<br>
> > on the server. klauncher is part of kinit, which is apparently not a<br>
> > dependency of kio, maybe this is the problem?<br>
> ><br>
> > The last successful executions of the test simply skipped it, see, e.g.,<br>
> ><br>
> > <a href="https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc">https://build.kde.org/job/kio%20master%20kf5-qt5/PLATFORM=Linux,compiler=gcc</a><br>
> > /117/testReport/%28root%29/TestSuite/kiofilewidgets_knewfilemenutest/<br>
> ><br>
> > At first sight, it looks to me like the test might be broken because<br>
> > it relies on stuff that kio does not officially depend on. It was just<br>
> > not noticed before because KNewFileMenu did not work at all because of<br>
> > the missing templates, such that the test was skipped.<br>
> ><br>
> > Does anyone see a good way to fix this without disabling the test?<br>
><br>
> So what depends on klauncher the test or knewfilemenu?</p>
<p dir="ltr">I'm not quite sure (cannot check right now because I'm travelling without my laptop and analyzing code on the phone screen is a bit tedious). Thanks for bringing up the question - in frameworks,  we should really make sure that not only build time dependencies, but also run time dependencies are handled correctly. </p>
<p dir="ltr">Cheers, <br>
Frank <br>
</p>