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 - <br> in main/tdebase/kcontrol/displayconfig/displayconfigbase.ui breaks compile
Summary: <br> in main/tdebase/kcontrol/displayconfig/displayconfigbase.ui breaks compile
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: All Linux
: P5 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-11-11 12:25 CST by Jim
Modified: 2012-11-11 14:18 CST (History)
4 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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...