trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: January 2014

Re: [trinity-devel] tdebase FTBFS /usr/bin/ld: cannot find -ldbus-tqt-1

From: "Darrell Anderson" <darrella@...>
Date: Sun, 19 Jan 2014 18:05:46 -0600
>It failed again:
>
>Any thoughts?

My memory is slow most days and other days is not fast. I now 
remember a similar bug hitting me a while back when trying to build 
3.5.13.2:

http://bugs.trinitydesktop.org/show_bug.cgi?id=1727

The problem turned out to be the way I had my build scripts 
configured. I hadn't paid attention for months and discovered I was 
installing dbus-1-tqt to /usr. Yet the remainder of my build 
scripts were built to install to /opt/trinity. Therefore the other 
build scripts were looking for the dbus-1-tqt files in /opt/trinity 
(${PREFIX}). After I commented out those hard-coded lines I no 
longer had any problems. You can still see them commented out in 
the coppies you got from me.

Now that specific failure was with 3.5.13.2, not R14. Yet who 
knows, could be something similar. Check into where your dbus-1-tqt 
files are actually being installed.

BTW, make sure you are not concurrently using WITH_HAL and 
WITH_TDEHWLIB. One or the other.

Darrell