Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 26768

Summary: patch required to build trn against glibc cvs
Product: [Retired] Red Hat Linux Reporter: Jack Howarth <howarth>
Component: trnAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 7.1CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2001-02-09 01:04:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Jack Howarth 2001-02-09 01:04:27 UTC
Because of time header changes in glibc cvs, a patch is required to build
trn against glibc cvs. The following patch allows trn to compile...



diff -uNr trn-3.6/config.h trn-3.6.new/config.h
--- trn-3.6/config.h	Sun Feb  4 17:36:48 2001
+++ trn-3.6.new/config.h	Sun Feb  4 17:37:40 2001
@@ -400,7 +400,7 @@
  *	include <sys/time.h>.
  */
 /*#define I_TIME		*//**/
-#define I_SYS_TIME		/**/
+#define I_TIME		/**/
 
 /* NEWSLIB:
  *	This symbol contains the name of the directory serving as the news

Comment 1 Trond Eivind Glomsrxd 2001-02-09 02:56:57 UTC
This is fixed in  trn-3.6-28. Thanks for your report.