CFLAGS="-march=pentium-m -O2 -pipe" emerge -1 vmware-modules

These are the packages that would be merged, in reverse order:

Calculating dependencies... done!
[ebuild   R   ] app-emulation/vmware-modules-1.0.0.17-r1  0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB

>>> Verifying ebuild Manifests...

>>> Emerging (1 of 1) app-emulation/vmware-modules-1.0.0.17-r1 to /
 * vmware-any-any-update115.tar.gz RMD160 SHA1 SHA256 size ;-) ...                                                                                     [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                                   [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                                  [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                                 [ ok ]
 * checking vmware-any-any-update115.tar.gz ;-) ...                                                                                                    [ ok ]
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found sources for kernel version:
 *     2.6.25-gentoo-r4-megadeth
>>> Unpacking source...
>>> Unpacking vmware-any-any-update115.tar.gz to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work
>>> Unpacking ./vmware-any-any-update115/vmblock.tar to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                                                                                                      [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                                                                                              [ ok ]
 * Done with patching
 * Applying various patches (bugfixes/updates) ...
 *   010_all_kernel-2.6.25.patch ...                                                                                                                   [ ok ]
 * Done with patching
 * Converting vmblock-only/Makefile to use M= instead of SUBDIRS= ...                                                                                  [ ok ]
>>> Unpacking ./vmware-any-any-update115/vmmon.tar to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                                                                                                      [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                                                                                              [ ok ]
 * Done with patching
 * Applying various patches (bugfixes/updates) ...
 *   030_all_fix-linux-headers.patch ...                                                                                                               [ ok ]
 *   035_all_kernel-2.6.25.patch ...                                                                                                                   [ ok ]
 * Done with patching
 * Converting vmmon-only/Makefile to use M= instead of SUBDIRS= ...                                                                                    [ ok ]
>>> Unpacking ./vmware-any-any-update115/vmnet.tar to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                                                                                                      [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                                                                                              [ ok ]
 * Done with patching
 * Applying various patches (bugfixes/updates) ...
 *   021_all_wireless_fix.patch ...                                                                                                                    [ ok ]
 *   025_all_kernel-2.6.25.patch ...                                                                                                                   [ ok ]
 * Done with patching
 * Converting vmnet-only/Makefile to use M= instead of SUBDIRS= ...                                                                                    [ ok ]
 * Applying 1.0.0.17-update115-nasty-hack.patch ...                                                                                                    [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work ...
 * Preparing vmblock module
Using 2.6.x kernel build system.
make -C /usr/src/linux/include/.. M=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r4'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/block.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/control.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/dbllnklst.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/dentry.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/file.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/filesystem.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/inode.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/module.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/stubs.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/super.o
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/linux/super.c:143: warning: ‘SuperOpReadInode’ defined but not used
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/vmblock.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/vmblock.mod.o
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmblock-only/vmblock.ko
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r4'
cp -f vmblock.ko ./../vmblock.o
 * Preparing vmmon module
Using 2.6.x kernel build system.
make -C /usr/src/linux/include/.. M=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r4'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/linux/driver.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/linux/driverLog.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/linux/hostif.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/comport.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/cpuid.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/hash.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/memtrack.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/phystrack.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task.o
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Werror-implicit-function-declaration" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wdeclaration-after-statement" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wno-pointer-sign" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
cc1plus: warning: command line option "-ffreestanding" is valid for C/ObjC but not for C++
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV321]’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV3]’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageGSX1]’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMCrossPage*, VMDriver*) [with VMCrossPage = VMCrossPageV2]’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM_V4(VMDriver*, Vcpuid) [with VMCrossPage = VMCrossPageV4]’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘int Vmx86_RunVM(VMDriver*, Vcpuid)’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2491: warning: ‘sysenterState.SysenterStateV45::rsp’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2492: warning: ‘sysenterState.SysenterStateV45::rip’ is used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:3028: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h: In function ‘void Task_Switch_V45(VMDriver*, Vcpuid)’:
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::validEIP’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::cs’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rsp’ may be used uninitialized in this function
/var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/task_compat.h:2666: warning: ‘sysenterState.SysenterStateV45::rip’ may be used uninitialized in this function
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciContext.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciDatagram.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciDriver.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciDs.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciGroup.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciHashtable.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciProcess.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciResource.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmciSharedMem.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/common/vmx86.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/vmcore/compat.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/vmcore/moduleloop.o
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/vmmon.o
  Building modules, stage 2.
  MODPOST 1 modules
WARNING: modpost: module vmmon.ko uses symbol 'init_mm' marked UNUSED
  CC      /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/vmmon.mod.o
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmmon-only/vmmon.ko
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r4'
cp -f vmmon.ko ./../vmmon.o
 * Preparing vmnet module
Using 2.6.x kernel build system.
make -C /usr/src/linux/include/.. M=$PWD SRCROOT=$PWD/. modules
make[1]: Entering directory `/usr/src/linux-2.6.25-gentoo-r4'
make[1]: warning: jobserver unavailable: using -j1.  Add `+' to parent make rule.
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/driver.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/hub.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/userif.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/netif.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/bridge.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/filter.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/procfs.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/smac_compat.o
  CC [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/smac_linux.x386.o
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/vmnet.o
  Building modules, stage 2.
  MODPOST 1 modules
  CC      /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/vmnet.mod.o
  LD [M]  /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/work/vmnet-only/vmnet.ko
make[1]: Leaving directory `/usr/src/linux-2.6.25-gentoo-r4'
cp -f vmnet.ko ./../vmnet.o
>>> Source compiled.
>>> Test phase [not enabled]: app-emulation/vmware-modules-1.0.0.17-r1

>>> Install vmware-modules-1.0.0.17-r1 into /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/image/ category app-emulation
 * Installing vmblock module
 * Installing vmmon module
 * Installing vmnet module
>>> Completed installing vmware-modules-1.0.0.17-r1 into /var/tmp/portage/app-emulation/vmware-modules-1.0.0.17-r1/image/

strip: i686-pc-linux-gnu-strip --strip-unneeded -R .comment
   lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmnet.ko
   lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmmon.ko
   lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmblock.ko
* checking 4 files for package collisions
 * This package will overwrite one or more files that may belong to other
 * packages (see list below). Add "collision-protect" to FEATURES in
 * make.conf if you would like the merge to abort in cases like this. You
 * can use a command such as `portageq owners / <filename>` to identify
 * the installed package that owns a file. If portageq reports that only
 * one package owns a file then do NOT file a bug report. A bug report is
 * only useful if it identifies at least two or more packages that are
 * known to install the same file(s). If a collision occurs and you can
 * not explain where the file came from then you should simply ignore the
 * collision since there is not enough information to determine if a real
 * problem exists. Please do NOT file a bug report at
 * http://bugs.gentoo.org unless you report exactly which two packages
 * install the same file(s). Once again, please do NOT file a bug report
 * unless you have completely understood the above message.
 *
 * Detected file collision(s):
 *
 *      /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmblock.ko
 *      /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmmon.ko
 *      /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmnet.ko
>>> Merging app-emulation/vmware-modules-1.0.0.17-r1 to /
--- /lib/
--- /lib/modules/
--- /lib/modules/2.6.25-gentoo-r4-megadeth/
--- /lib/modules/2.6.25-gentoo-r4-megadeth/misc/
>>> /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmblock.ko
>>> /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmmon.ko
>>> /lib/modules/2.6.25-gentoo-r4-megadeth/misc/vmnet.ko
--- /etc/
--- /etc/udev/
--- /etc/udev/rules.d/
>>> /etc/udev/rules.d/60-vmware.rules
>>> Safely unmerging already-installed instance...
No package files given... Grabbing a set.
--- cfgpro   obj /lib/modules/2.6.25-gentoo-r2-megadeth/misc/vmnet.ko
--- cfgpro   obj /lib/modules/2.6.25-gentoo-r2-megadeth/misc/vmmon.ko
--- cfgpro   obj /lib/modules/2.6.25-gentoo-r2-megadeth/misc/vmblock.ko
--- cfgpro   dir /lib/modules/2.6.25-gentoo-r2-megadeth/misc
--- cfgpro   dir /lib/modules/2.6.25-gentoo-r2-megadeth
--- replaced dir /lib/modules
--- replaced dir /lib
--- replaced obj /etc/udev/rules.d/60-vmware.rules
--- replaced dir /etc/udev/rules.d
--- replaced dir /etc/udev
--- replaced dir /etc
 * Removing app-emulation/vmware-modules-1.0.0.17-r1 from moduledb.
>>> Original instance of package unmerged safely.
 * Updating module dependencies for 2.6.25-gentoo-r4-megadeth ...                                                                                      [ ok ]
 * Adding module to moduledb.
>>> app-emulation/vmware-modules-1.0.0.17-r1 merged.

>>> No packages selected for removal by clean
>>> Auto-cleaning packages...

>>> No outdated packages were found on your system.
 * GNU info directory index is up-to-date.