Bug 13597 - raw.c does not compile on 2.2 kernel.
Summary: raw.c does not compile on 2.2 kernel.
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: util-linux
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Crutcher Dunnavant
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-07-08 14:46 UTC by MATSUURA Takanori
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2000-07-08 14:46:21 UTC
Embargoed:


Attachments (Terms of Use)

Description MATSUURA Takanori 2000-07-08 14:46:20 UTC
I found a following comment for raw command in
"util-linux-2.10m/disk-utils/Makefile".

# raw.c does not compile on 2.2.*.
# find out later where it does and add tests to config

But util-linux-2.10c-rhconfig.patch contains following lines.

@@ -81,6 +81,9 @@
 # If HAVE_FDUTILS is set to "yes", then setfdprm won't be installed.
 HAVE_FDUTILS=no
 
+# If ADD_RAW is set to "yes", then raw gets built
+ADD_RAW=yes
+
 # Get CC from environment if defined
 ifeq "$(CC)" ""
   CC=          gcc

I think ADD_RAW should NOT be set for 2.2.x kernel.

Comment 1 Jeff Johnson 2000-10-09 16:38:58 UTC
Red Hat 7 uses kernel-headers from 2.4, so ADD_RAW should be ok.


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