ports/76260: ports/emulators/linux_base-8 installation failure

Ken Smith kensmith at cse.Buffalo.EDU
Wed Jan 19 07:30:27 PST 2005


The following reply was made to PR ports/76260; it has been noted by GNATS.

From: Ken Smith <kensmith at cse.Buffalo.EDU>
To: freebsd-gnats-submit at FreeBSD.org, scott-allendorf at uiowa.edu
Cc:  
Subject: Re: ports/76260: ports/emulators/linux_base-8 installation failure
Date: Wed, 19 Jan 2005 10:23:02 -0500

 I MFCed a bit more of the Linux kernel emulation into
 RELENG_4 yesterday.  That seems to fix this problem.
 I'll probably move it into RELENG_4_11 later today.
 
 This is the patch, if anyone has some time to give
 it a try on their machines (or if you're tracking
 RELENG_4 just update):
 
 Index: sys/i386/linux/linux_sysvec.c
 ===================================================================
 RCS file: /home/ncvs/src/sys/i386/linux/linux_sysvec.c,v
 retrieving revision 1.55.2.9
 retrieving revision 1.55.2.10
 diff -u -r1.55.2.9 -r1.55.2.10
 --- sys/i386/linux/linux_sysvec.c       12 Jan 2002 11:03:30 -0000
 1.55.2.9+++ sys/i386/linux/linux_sysvec.c       18 Jan 2005 22:11:12
 -0000      1.55.2.10
 @@ -722,6 +722,7 @@
         args[2] = tf->tf_edx;
         args[3] = tf->tf_esi;
         args[4] = tf->tf_edi;
 +       args[5] = tf->tf_ebp;   /* Unconfirmed */
         *params = NULL;         /* no copyin */
  }
 
 


More information about the freebsd-emulation mailing list