Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 19 Jan 2005 15:30:19 GMT
From:      Ken Smith <kensmith@cse.Buffalo.EDU>
To:        emulation@FreeBSD.org
Subject:   Re: ports/76260: ports/emulators/linux_base-8 installation failure
Message-ID:  <200501191530.j0JFUJ0G027118@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/76260; it has been noted by GNATS.

From: Ken Smith <kensmith@cse.Buffalo.EDU>
To: freebsd-gnats-submit@FreeBSD.org, scott-allendorf@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 */
  }
 
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200501191530.j0JFUJ0G027118>