Bug 19306 - 7.0 kudzu won't recompile on RHL6.2
Summary: 7.0 kudzu won't recompile on RHL6.2
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: kudzu
Version: 7.0
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-10-18 06:19 UTC by Pekka Savola
Modified: 2014-03-17 02:16 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-10-18 06:19:15 UTC
Embargoed:


Attachments (Terms of Use)

Description Pekka Savola 2000-10-18 06:19:13 UTC
7.0 Kudzu (which is required by Xconfigurator, which is required by
XFree86-4) won't
recompile in RHL 6.2

The reason is a minor change in the naming of headers (linux/hdreg.h).  The
following makes it compile
fine.  A check for the struct member should probably be there somewhere:

--- ide.c~	Tue Aug  8 23:11:08 2000
+++ ide.c	Wed Oct 18 08:48:17 2000
@@ -211,7 +211,7 @@
 
 		if (!ioctl(fd, CDROMVOLCTRL, &vol))
 			newdev->class = CLASS_CDROM;
-		else if (hdId.command_set_1 & 4)
+		else if (hdId.command_sets & 4)
 			newdev->class = CLASS_FLOPPY;
 		else
 			newdev->class = CLASS_HD;

Comment 1 Bill Nottingham 2000-10-18 06:33:57 UTC
This got fixed in kudzu-0.75.



Note You need to log in before you can comment on or make changes to this bug.