By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1312

Summary: <br> in main/tdebase/kcontrol/displayconfig/displayconfigbase.ui breaks compile
Product: TDE Reporter: Jim <jdiamond>
Component: tdebaseAssignee: Timothy Pearson <kb9vqf>
Status: RESOLVED FIXED    
Severity: blocker CC: bugwatch, darrella, fatzer2, slavek.banko
Priority: P5    
Version: R14.0.0 [Trinity]   
Hardware: All   
OS: Linux   
Compiler Version: TDE Version String:
Application Version: Application Name:

Description Jim 2012-11-11 12:25:07 CST
Line 587 has <br>, and when I try to compile (under Slackware64 14.0), after a while it tells me

/usr/bin/cmake -E cmake_progress_report /tmp/tdebase.build/CMakeFiles 
[ 29%] uic: Failed to parse displayconfigbase.ui: tag mismatch in line 587
CMake Error at /tmp/tdebase/cmake/modules/TDEMacros.cmake:23 (message):
  #################################################

   Error executing '/opt/trinity/bin/tquic': status 1 returned!

  #################################################
Call Stack (most recent call first):
  /tmp/tdebase/cmake/modules/TDEMacros.cmake:98 (tde_message_fatal)
  /tmp/tdebase/cmake/modules/tde_uic.cmake:32 (tde_execute_process)


make[2]: *** [kcontrol/displayconfig/displayconfigbase.h] Error 1
make[2]: Leaving directory `/tmp/tdebase.build'
make[1]: *** [kcontrol/displayconfig/CMakeFiles/kcm_displayconfig-module.dir/all] Error 2


Removing the <br> tag allows it to compile.
Comment 1 Slávek Banko 2012-11-11 12:30:10 CST
I believe that this is already fixed in commit a37d3e5a.
If not, reopen this bug report.
Comment 2 Alexander Golubev (Fat-Zer) 2012-11-11 14:18:14 CST
I've also run into it several days ago... 
For me it's gone after I've rebuilt some other stuff from git like qt, tqtinterface, tdelibs, etc...