From: "Leslie Donaldson" <donaldlf@i-55.com>
To: "Leslie Donaldson" <donaldlf@cs.rose-hulman.edu>
Cc: "Remco Post" <r.post@sara.nl>,
"Thunder from the hill" <thunder@lightweight.ods.org>,
"Oliver Pitzeier" <o.pitzeier@uptime.at>,
linux-kernel@vger.kernel.org, ink@jurassic.park.msu.ru
Subject: Re: [PATCH] include/linux/ptrace.h Re: Kernel 2.5.33 compile errors (Re: Kernel 2.5.33 successfully compiled)
Date: Wed, 04 Sep 2002 09:24:59 -0700 [thread overview]
Message-ID: <3D7633DB.6010103@i-55.com> (raw)
In-Reply-To: 3D75D184.6020303@cs.rose-hulman.edu
From the modules...
o) fix the ide system
FILE: frivers/ide/ide.c LINE: 1248
change:
ide_get_lock(&ide_intr_lock, ide_intr, hwgroup);/* for atari
only: POSSIBLY BROKEN HERE(?) */
to
#if defined(__mc68000__) || defined(CONFIG_APUS)
ide_get_lock(&ide_intr_lock, ide_intr, hwgroup);/* for
atari only: POSSIBLY BROKEN HERE(?) */
#endif
LINE 3700
Wrap the function init_module with...
#ifndef MODULE
#endif
NOTE: O yes ide is broken for modules.. There is no
cleanup_modules etc.
o) Fix radeon FB driver( yes a made it compile only, I just will not
load the module.)
FILE: drivers/video/radeonfb.c
comment out line 605 and 606
comment out any line with the text
disp->line_length
disp->visual
disp->type
disp->type_aux
disp->ypanstep
disp->ywrapstep
Note: it appears the drivers are geeting re cored and only half the
changes
were checked in. (riviafb has the same issues.)
p) net fixes
FILE: net/ipv4/netfilter/ip_nat_helper.c
remove __FUNCTION__ from two printk
FILE:net/ipv6/af_inet6.c
remove __FUNCTION__ from one printk
FILE:net/sctp/sm_make_chunk.c
LINE:1599 change secon = sign to an *
well here is depmod, nothing critical:)
if [ -r System.map ]; then /sbin/depmod -ae -F System.map 2.5.33; fi
depmod: *** Unresolved symbols in
/lib/modules/2.5.33/kernel/drivers/ide/ide-mod.o
depmod: blk_ioctl
depmod: ide_free_irq
depmod: ide_ack_intr
depmod: ide_release_region
depmod: ide_fix_driveid
depmod: ide_release_lock
depmod: *** Unresolved symbols in
/lib/modules/2.5.33/kernel/drivers/ide/ide-probe-mod.o
depmod: ide_request_irq
depmod: ide_request_region
depmod: ide_fix_driveid
depmod: ide_check_region
depmod: *** Unresolved symbols in
/lib/modules/2.5.33/kernel/drivers/net/dl2k.o
depmod: crc32_le
depmod: *** Unresolved symbols in
/lib/modules/2.5.33/kernel/drivers/usb/input/usbkbd.o
depmod: usb_kbd_free_buffers
depmod: *** Unresolved symbols in
/lib/modules/2.5.33/kernel/drivers/usb/storage/usb-storage.o
depmod: ata_fix_driveid
depmod: show_trace
Leslie Donaldson wrote:
> Hello all,
> Here is my latest.
>
> Steps
> O) Fix sound support.
> Add the following line to
> /usr/src/linux-2.5.X/linux-2.5.33/sound/core/device.c
>
> #include <asm-generic/errno-base.h>
>
> O) The following file needed to be copied (a quick hack)
> Luckly the lower end alphas have the same chipsets as pc's
>
> cd include/asm-alpha
> cp ../asm-i386/kmap_types.h .
>
> O) Argument list changed to do_fork add another zero. The uid is in
> a register someplace but I'm not sure which one....
>
> FILE: arch/alpha/kernel/process.c
> add a last argument of zero to the 2 calls to do_fork
>
> O) ptrace needs to include sched.h
>
> FILE: include/linux/ptrace.h Line: 27
> add >> #include <linux/sched.h>
>
> O) The CIA chipset has a type in the file... sigh...
>
> FILE: arch/alpha/kernel/core_cia.c
> Line:232
> Line:261
>
> change
> mase = 0x18;
> to
> mask = 0x18;
>
> O) Delete the following lines from the top of :
>
> NOTE: This is a synthetic file so the compile must fail to fix it.
>
> FILE: arch/alpha/vmlinux.lds.s
>
> # 1 "vmlinux.lds.S"
> # 1 "<built-in>"
> # 1 "<command line>"
> # 1 "vmlinux.lds.S"
> # 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 1
>
>
>
> # 1 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/autoconf.h" 1
> # 5 "/usr/src/linux-2.5.X/linux-2.5.33/include/linux/config.h" 2
> # 2 "vmlinux.lds.S" 2
>
>
>
> Okay. I will try a rebbot tomorrow. I also want to try to compile the
> modules. sigh.
>
> just everyone know I run a pure redhat rawhide. therefore.. here are
> my packages..
>
> gcc-3.2-4.src.rpm
> glibc-2.2.90-26.src.rpm
> binutils-2.13.90.0.2-2.src.rpm
>
> If these numbers don't scare you.....
>
> Leslie Donaldson
>
--
/----------------------------\ Current Contractor: None
| Leslie F. Donaldson | Current Customer : None
| Computer Contractor | Skills: Unix/OS9/VMS/Linux/SUN-OS/C/C++/assembly
| Have Computer will travel. | WWW : http://www.cs.rose-hulman.edu/~donaldlf
\----------------------------/ Email: mail://donaldlf@cs.rose-hulman.edu
Goth Code V1.1: GoCS$$ TYg(T6,T9) B11Bk!^1 C6b-- P0(1,7) M+ a24 n--- b++:+
H6'11" g m---- w+ r+++ D--~!% h+ s10 k+++ R-- Ssw LusCA++
--
/----------------------------\ Current Contractor: None
| Leslie F. Donaldson | Current Customer : None
| Computer Contractor | Skills: Unix/OS9/VMS/Linux/SUN-OS/C/C++/assembly
| Have Computer will travel. | WWW : http://www.cs.rose-hulman.edu/~donaldlf
\----------------------------/ Email: mail://donaldlf@cs.rose-hulman.edu
Goth Code V1.1: GoCS$$ TYg(T6,T9) B11Bk!^1 C6b-- P0(1,7) M+ a24 n--- b++:+
H6'11" g m---- w+ r+++ D--~!% h+ s10 k+++ R-- Ssw LusCA++
next prev parent reply other threads:[~2002-09-04 16:21 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-09-03 10:59 Kernel 2.5.33 successfully compiled Oliver Pitzeier
2002-09-03 11:57 ` Oliver Pitzeier
2002-09-03 15:08 ` Leslie Donaldson
2002-09-03 15:26 ` Padraig Brady
2002-09-03 15:53 ` Oliver Pitzeier
2002-09-03 16:14 ` Thunder from the hill
2002-09-03 16:18 ` Oliver Pitzeier
2002-09-03 16:27 ` Kernel 2.5.33 compile errors (Re: Kernel 2.5.33 successfully compiled) Oliver Pitzeier
2002-09-03 16:39 ` Thunder from the hill
2002-09-03 22:22 ` [PATCH] include/linux/ptrace.h " Remco Post
2002-09-03 22:37 ` Thunder from the hill
2002-09-04 7:33 ` Remco Post
2002-09-04 9:25 ` Leslie Donaldson
2002-09-04 16:24 ` Leslie Donaldson [this message]
2002-09-04 21:41 ` Leslie Donaldson
2002-09-03 16:34 ` Kernel 2.5.33 successfully compiled Thunder from the hill
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3D7633DB.6010103@i-55.com \
--to=donaldlf@i-55.com \
--cc=donaldlf@cs.rose-hulman.edu \
--cc=ink@jurassic.park.msu.ru \
--cc=linux-kernel@vger.kernel.org \
--cc=o.pitzeier@uptime.at \
--cc=r.post@sara.nl \
--cc=thunder@lightweight.ods.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.