linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* FYI: vmware breakage w/2.4.7
@ 2001-07-23 22:35 Allen Campbell
  0 siblings, 0 replies; 3+ messages in thread
From: Allen Campbell @ 2001-07-23 22:35 UTC (permalink / raw)
  To: linux-kernel

2.4.7 appears to break vmware (latest build: 1142.)  Looks like some
#defines moved. The vmmon build produces the following noise:

Building the vmmon module.

make: Entering directory `/tmp/vmware-config1/vmmon-only'
make[1]: Entering directory `/tmp/vmware-config1/vmmon-only'
make[2]: Entering directory `/tmp/vmware-config1/vmmon-only/driver-2.4.7'
make[2]: Leaving directory `/tmp/vmware-config1/vmmon-only/driver-2.4.7'
make[2]: Entering directory `/tmp/vmware-config1/vmmon-only/driver-2.4.7'
In file included from /usr/src/linux/include/linux/highmem.h:5,
                 from /usr/src/linux/include/linux/pagemap.h:16,
                 from /usr/src/linux/include/linux/locks.h:8,
                 from /usr/src/linux/include/linux/devfs_fs_kernel.h:6,
                 from /usr/src/linux/include/linux/miscdevice.h:4,
                 from ../linux/driver.h:10,
                 from .././linux/driver.c:58:
/usr/src/linux/include/asm/pgalloc.h: In function `get_pgd_slow':
/usr/src/linux/include/asm/pgalloc.h:56: `PAGE_OFFSET' undeclared (first 
use in
this function)
/usr/src/linux/include/asm/pgalloc.h:56: (Each undeclared identifier is 
reported
 only once
/usr/src/linux/include/asm/pgalloc.h:56: for each function it appears in.)
/usr/src/linux/include/asm/pgalloc.h: In function `pte_alloc_one':
/usr/src/linux/include/asm/pgalloc.h:103: `PAGE_SIZE' undeclared (first 
use in t
his function)
In file included from /usr/src/linux/include/linux/pagemap.h:16,
                 from /usr/src/linux/include/linux/locks.h:8,
                 from /usr/src/linux/include/linux/devfs_fs_kernel.h:6,
                 from /usr/src/linux/include/linux/miscdevice.h:4,
                 from ../linux/driver.h:10,
                 from .././linux/driver.c:58:
/usr/src/linux/include/linux/highmem.h: In function `clear_user_highpage':
/usr/src/linux/include/linux/highmem.h:48: `PAGE_SIZE' undeclared (first 
use in
this function)
/usr/src/linux/include/linux/highmem.h: In function `clear_highpage':
/usr/src/linux/include/linux/highmem.h:54: `PAGE_SIZE' undeclared (first 
use in
this function)
/usr/src/linux/include/linux/highmem.h: In function `memclear_highpage':
/usr/src/linux/include/linux/highmem.h:62: `PAGE_SIZE' undeclared (first 
use in
this function)
/usr/src/linux/include/linux/highmem.h: In function 
`memclear_highpage_flush':
/usr/src/linux/include/linux/highmem.h:76: `PAGE_SIZE' undeclared (first 
use in
this function)
/usr/src/linux/include/linux/highmem.h: In function `copy_user_highpage':
/usr/src/linux/include/linux/highmem.h:90: `PAGE_SIZE' undeclared (first 
use in
this function)
/usr/src/linux/include/linux/highmem.h: In function `copy_highpage':
/usr/src/linux/include/linux/highmem.h:101: `PAGE_SIZE' undeclared 
(first use in
 this function)
.././linux/driver.c: In function `LinuxDriver_Ioctl':
.././linux/driver.c:928: structure has no member named `dumpable'
make[2]: *** [driver.o] Error 1
make[2]: Leaving directory `/tmp/vmware-config1/vmmon-only/driver-2.4.7'
make[1]: *** [driver] Error 2
make[1]: Leaving directory `/tmp/vmware-config1/vmmon-only'
make: *** [auto-build] Error 2
make: Leaving directory `/tmp/vmware-config1/vmmon-only'
Unable to build the vmmon module.


Doubtless were looking at the result of an inappropriate dependency on
the part of vmware.  I'm not expecting any sort of help or fix.  This
is just an FYI for those that need to emulate windows.



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: FYI: vmware breakage w/2.4.7
  2001-07-24 18:47 Petr Vandrovec
@ 2001-07-26 22:00 ` Thomas Hood
  0 siblings, 0 replies; 3+ messages in thread
From: Thomas Hood @ 2001-07-26 22:00 UTC (permalink / raw)
  To: linux-kernel; +Cc: vandrove

Will these patches appear in a new vmware build?  If so,
can you give an E.T.A.?

Thanks
--
Thomas Hood

Petr Vandrovec wrote:
> Patch exists since friday and it was already discussed on linux-kernel.
> You should refresh your vmmon.tar and vmnet.tar with:
> 
> ftp://platan.vc.cvut.cz/pub/vmware/vmmon-for-2.4.7-only.tar.gz
> ftp://platan.vc.cvut.cz/pub/vmware/vmnet-204-for-2.4.6.tar.gz
> 
>                                             Best regards,
>                                                 Petr Vandrovec

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: FYI: vmware breakage w/2.4.7
@ 2001-07-24 18:47 Petr Vandrovec
  2001-07-26 22:00 ` Thomas Hood
  0 siblings, 1 reply; 3+ messages in thread
From: Petr Vandrovec @ 2001-07-24 18:47 UTC (permalink / raw)
  To: Allen Campbell; +Cc: linux-kernel

On 23 Jul 01 at 16:35, Allen Campbell wrote:
> 2.4.7 appears to break vmware (latest build: 1142.)  Looks like some
> #defines moved. The vmmon build produces the following noise:
> 
> Doubtless were looking at the result of an inappropriate dependency on
> the part of vmware.  I'm not expecting any sort of help or fix.  This
> is just an FYI for those that need to emulate windows.

Patch exists since friday and it was already discussed on linux-kernel.
You should refresh your vmmon.tar and vmnet.tar with:

ftp://platan.vc.cvut.cz/pub/vmware/vmmon-for-2.4.7-only.tar.gz
ftp://platan.vc.cvut.cz/pub/vmware/vmnet-204-for-2.4.6.tar.gz

                                            Best regards,
                                                Petr Vandrovec
                                                vandrove@vc.cvut.cz
                                                

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-07-26 22:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-07-23 22:35 FYI: vmware breakage w/2.4.7 Allen Campbell
2001-07-24 18:47 Petr Vandrovec
2001-07-26 22:00 ` Thomas Hood

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).