----------------------------------------------------------------------------------------------------------------------------------------------
First Chapter

On an Old post Fred Gleason Talks about a bug and  put the solution,
Patch the "timex.h" file will solve it...


1.- The Bug

There is indeed a bug in the 'timex.h' header on CentOS 6.  It's in
the bugtracker at RedHat and so will presumably be fixed in an
upcoming CentOS update.  In the meantime, the following little patch
against it should fix it so as to allow Rivendell to build properly:

*** snip snip ***
--- timex.h-orig        2011-10-03 10:27:10.025099991 -0400
+++ timex.h     2011-10-03 10:27:59.695190370 -0400
@@ -140,13 +140,8 @@
 extern int __adjtimex (struct timex *__ntx) __THROW;
 extern int adjtimex (struct timex *__ntx) __THROW;

-#if defined __GNUC__ && __GNUC__ >= 2
-extern int ntp_gettime (struct ntptimeval *__ntv)
-     __asm__ ("ntp_gettimex") __THROW;
-#else
 extern int ntp_gettimex (struct ntptimeval *__ntv) __THROW;
 # define ntp_gettime ntp_gettimex
-#endif
 extern int ntp_adjtime (struct timex *__tntx) __THROW;

 __END_DECLS
*** snip snip ***


This is excellent because it works...

I have GPT Hard Drives and CentOS 6 support Hard Drives with more than 2.5 TB

Resume.

Rivendell 2.0.2 on CentOS 6.0 works with sucess

Chapter Closed
---------------------------------------------------------------------------------------------------------------------------------


New Chapter

A New Hope

2.- CentOS 6 and Rivendell 2.1.1

Compiling the new Rivendell it's not easy, from a fresh install you
will need the patch that Fred Gleason recomends, but when it's
compiling Caed gives a Libtool error...

libtool: link: cannot find the library `' or unhandled argument `Source'
make[1]: *** [caed] Error 1

This is so strange, because Rivendell 2.0.2 works Perfectly.

Thank you guys.. this is all I want you to know....

Thanks Fred Gleason

--------------------------------------------------------------------------------------------------------------------------------------
Isaac Betancourt
-- 
יִצְחַק בטנקור
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev

Reply via email to