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 1445 - Build issue: tdelibs FTBFS
Summary: Build issue: tdelibs FTBFS
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdelibs (show other bugs)
Version: R14.0.0 [Trinity]
Hardware: Other Linux
: P1 blocker
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2013-04-10 13:08 CDT by Darrell
Modified: 2013-04-12 15:57 CDT (History)
3 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 Darrell 2013-04-10 13:08:43 CDT
Latest GIT, Slackware 14

tdelibs/tdecore/tdehardwaredevices.cpp:72:25: fatal error: 

tqdbusdata.h: No such file or directory

/opt/trinity/include/dbus-1-tqt/tqdbusdata.h does exists on my system.

Changing -DBUILD_UPOWER=OFF is one (unacceptable) way to resolve the failure.

Setting -DBUILD_UPOWER=ON also works when I concurrently set WITH_NETWORK_MANAGER_BACKEND=ON.

From what I see in CMakeLists.txt, the two build options are independent and  -DBUILD_UPOWER=ON should succeed with WITH_NETWORK_MANAGER_BACKEND=OFF.
Comment 1 Timothy Pearson 2013-04-10 13:54:55 CDT
Both upower and network-manager support rely on the dbus-1-tqt library.  If tqdbusdata.h is not installed on your system, then anything relying on dbus-1-tqt (such as upower and network-manager support) cannot be built.
Comment 2 Darrell 2013-04-10 14:29:08 CDT
In Comment #1 I wrote:

/opt/trinity/include/dbus-1-tqt/tqdbusdata.h does exists on my system.
Comment 3 Timothy Pearson 2013-04-11 22:26:39 CDT
(In reply to comment #2)
> In Comment #1 I wrote:
> 
> /opt/trinity/include/dbus-1-tqt/tqdbusdata.h does exists on my system.

Sorry about that, for some reason I read that does *not* exists...
Comment 4 Darrell 2013-04-11 23:14:34 CDT
My sloppy typing did not help. :)
Comment 5 Timothy Pearson 2013-04-12 14:47:51 CDT
Resolved in GIT hash 1534608.

Thanks for reporting!
Comment 6 Darrell 2013-04-12 15:57:20 CDT
tdelibs now builds with -DBUILD_UPOWER=ON and -DWITH_NETWORK_MANAGER_BACKEND=OFF. Thanks!