Bugzilla – Bug 527070
kate Build Plugin says "build completed without problems" when gcc says "no input files"
Last modified: 2009-10-11 07:16:07 UTC
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.0) Gecko/20090623 SUSE/3.5.0-4.6 Firefox/3.5 GTB5 Using the Kate's Build Plugin, the pop-up messages says that compile was successful when actually gcc says "no input files" and exits with status 1. Reproducible: Always Steps to Reproduce: 1. Open Kate 2. Enable the Build Plugin under «Settings» -> «Configure Kate» -> «Plugins» 3. Click the Build Output in the bottom and make sure that in the Settings tab, the Quick Compile field shows «gcc -Wall -g» (this is the default). 4. Run «Build» -> «Quick Compile» from the top menu. 5. Go in the tab «Errors and Warning» (in the Build Output section) Actual Results: After step 4, a pop-up is shown saying "Build completed successfully". In step 5 you can see that actually the build failed because there are no input files. Expected Results: The popup that appears in step 4 should show the gcc error message or, at least, a generic build error.
Please report this problem directly upstream at http://bugs.kde.org (http://en.opensuse.org/Bugs:KDE#Report_at_bugzilla.novell.com_or_bugs.kde.org.3F).
Reported: http://bugs.kde.org/show_bug.cgi?id=202084