trinity-devel@lists.pearsoncomputing.net

Message: previous - next
Month: November 2012

Re: [trinity-devel] New LDAP/Kerberos components added to the TDE repository!

From: Francois Andriot <francois.andriot@...>
Date: Thu, 08 Nov 2012 19:45:06 +0100
Le 08/11/2012 03:03, Timothy Pearson a écrit :
> We are pleased to announce the public release of two components of a TDE
> LDAP/Kerberos toolkit! The two components released today are libtdeldap
> and kerberostray, both of which are now accessible via TDE GIT with binary
> builds for Debian and Ubuntu coming shortly.
>
> Additionally, other portions of this suite of LDAP/Kerberos tools are
> being offered through the TDE bounty program. These tools are geared
> towards enterprise users, and cover all aspects of creating, managing, and
> using LDAP/Kerberos realms.
>
> For more information, screenshots, statistics, and demo videos, please
> visit the TDE RFE page at http://www.trinitydesktop.org/crfe/.
>
> Timothy Pearson
> Trinity Desktop Project
>
>


Hello, thanks for the release :-)

I have FTBFS in libtdeldap ...

make[2] : on entre dans le répertoire « 
/mnt/storage/ssd2/rpmbuild/BUILD/BUILD.mga2.x86_64/libtdeldap-3.5.13.1/src »
rm -rf ldaplogindlgbase.h;
/opt/trinity/bin/uic-tqt -L /opt/trinity/lib64/trinity/plugins/designer 
-nounload ./ldaplogindlgbase.ui | /usr/bin/perl -pi -e "s,public 
QWizard,public KWizard,g; s,#include <qwizard.h>,#include <kwizard.h>,g" 
 >> ldaplogindlgbase.h ;
/bin/sh ../libtool --tag=CXX   --mode=compile 
x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. 
-I/opt/trinity/include/tde -I/usr/lib/qt3/include -I/usr/include 
-include tqt.h  -I/opt/trinity/include/tqt  -DQT_THREAD_SUPPORT  
-D_REENTRANT  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-O2 -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -I/opt/trinity/include/tqt  
-MT libtdeldap.lo -MD -MP -MF .deps/libtdeldap.Tpo -c -o libtdeldap.lo 
libtdeldap.cpp
libtool: compile:  x86_64-mageia-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I.. 
-I/opt/trinity/include/tde -I/usr/lib/qt3/include -I/usr/include 
-include tqt.h -I/opt/trinity/include/tqt -DQT_THREAD_SUPPORT 
-D_REENTRANT -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith 
-O2 -O2 -g -pipe -Wformat -Werror=format-security 
-Wp,-D_FORTIFY_SOURCE=2 -fstack-protector --param=ssp-buffer-size=4 
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor 
-fno-exceptions -fno-check-new -fno-common -I/opt/trinity/include/tqt 
-MT libtdeldap.lo -MD -MP -MF .deps/libtdeldap.Tpo -c libtdeldap.cpp  
-fPIC -DPIC -o .libs/libtdeldap.o
libtdeldap.cpp:2616:26: fatal error: libtdeldap.moc: No such file or 
directory
compilation terminated.
make[2]: *** [libtdeldap.lo] Erreur 1
make[2] : on quitte le répertoire « 
/mnt/storage/ssd2/rpmbuild/BUILD/BUILD.mga2.x86_64/libtdeldap-3.5.13.1/src »
make[1]: *** [all-recursive] Erreur 1
make[1] : on quitte le répertoire « 
/mnt/storage/ssd2/rpmbuild/BUILD/BUILD.mga2.x86_64/libtdeldap-3.5.13.1 »
make: *** [all] Erreur 2


Missing file, really ? Or invalid #include ?

Francois