Revision: 5979
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5979&view=rev
Author:   gespinasse
Date:     2011-10-24 18:17:03 +0000 (Mon, 24 Oct 2011)
Log Message:
-----------
Write what we need to change to run the test suite without error.
Basically, we need a better /etc/hosts configuration as detailled in FIXME.

Help the package to find tcl with --with-tcl=/$(TOOLS_DIR)
It may not be so fine to link to a library from /$(TOOLS_DIR) with a glibc 
compiled differently.
That's only for testing and actually that work when hostname is configured the 
appropriate way.

Continue the testing with -k on make check.
Sort the configure options

Modified Paths:
--------------
    ipcop/trunk/lfs/krb5

Modified: ipcop/trunk/lfs/krb5
===================================================================
--- ipcop/trunk/lfs/krb5        2011-10-23 18:08:28 UTC (rev 5978)
+++ ipcop/trunk/lfs/krb5        2011-10-24 18:17:03 UTC (rev 5979)
@@ -87,12 +87,19 @@
                        CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
                        LDFLAGS="-no-fatal-warnings" \
                        --prefix=/usr \
-                       --with-system-et --with-system-ss \
-                       --enable-dynamic
+                       --enable-dynamic \
+                       --with-tcl=/$(TOOLS_DIR)
+                       --with-system-et \
+                       --with-system-ss
+
+
        cd $(DIR_APP)/src && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"
-       -cd $(DIR_APP)/src && make check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       # FIXME krb5 need a better hostname configuration on /etc/hosts with 
same FQDN as outside chroot like this
+       # 127.0.0.1 localhost
+       # 127.0.1.1 myshostname.mydomain myhostname
+       -cd $(DIR_APP)/src && make -k check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
 
        cd $(DIR_APP)/src && make install

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to