Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved] Need help emerge vmware-modules
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Wed Nov 14, 2007 12:16 pm    Post subject: [Solved] Need help emerge vmware-modules Reply with quote

Hi all,

I just upgraded my kernel to gentoo-sources-2.6.22-r9.
Now I'm upgrading my bigger apps to a new version. One is vmware-server. While emerging vmware-modules I get this error:

Code:
roberta vmware-modules # emerge -va vmware-server

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

Calculating dependencies... done!
[ebuild  N    ] app-emulation/vmware-modules-1.0.0.15-r1  0 kB
[ebuild  N    ] app-emulation/vmware-server-1.0.4.56528  0 kB

Total: 2 packages (2 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 2) app-emulation/vmware-modules-1.0.0.15-r1 to /
 * vmware-any-any-update101.tar.gz MD5 ;-) ...                                                                                             [ ok ]
 * vmware-any-any-update101.tar.gz RMD160 ;-) ...                                                                                          [ ok ]
 * vmware-any-any-update101.tar.gz SHA1 ;-) ...                                                                                            [ ok ]
 * vmware-any-any-update101.tar.gz SHA256 ;-) ...                                                                                          [ ok ]
 * vmware-any-any-update101.tar.gz size ;-) ...                                                                                            [ ok ]
 * checking ebuild checksums ;-) ...                                                                                                       [ ok ]
 * checking auxfile checksums ;-) ...                                                                                                      [ ok ]
 * checking miscfile checksums ;-) ...                                                                                                     [ ok ]
 * checking vmware-any-any-update101.tar.gz ;-) ...                                                                                        [ ok ]
 * This profile has not been tested thoroughly and is not considered to be
 * a supported server profile at this time.  For a supported server
 * profile, please check the Hardened project (http://hardened.gentoo.org).

 * This profile is merely a convenience for people who require a more
 * minimal profile, yet are unable to use hardened due to restrictions in
 * the software being used on the server. This profile should also be used
 * if you require GCC 4.1 or Glibc 2.4 support. If you don't know if this
 * applies to you, then it doesn't and you should probably be using
 * Hardened, instead.

 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.22-gentoo-r9/build
 * Found sources for kernel version:
 *     2.6.22-gentoo-r9
>>> Unpacking source...
>>> Unpacking vmware-any-any-update101.tar.gz to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work
>>> Unpacking ./vmware-any-any-update101/vmmon.tar to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                                                                                          [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                                                                                  [ ok ]
 * Done with patching
 * Converting vmmon-only/Makefile to use M= instead of SUBDIRS= ...                                                                        [ ok ]
>>> Unpacking ./vmware-any-any-update101/vmnet.tar to /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                                                                                          [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                                                                                  [ ok ]
 * Done with patching
 * Converting vmnet-only/Makefile to use M= instead of SUBDIRS= ...                                                                        [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/work ...
 * Preparing vmmon module
Using standalone build system.
cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++
 * Preparing vmnet module
Using standalone build system.
In file included from /usr/include/linux/if_ether.h:107,
                 from /usr/include/linux/netdevice.h:29,
                 from hub.c:19:
/usr/include/linux/skbuff.h:30:26: net/checksum.h: No such file or directory
In file included from /usr/include/linux/if_ether.h:107,
                 from /usr/include/linux/netdevice.h:29,
                 from driver.c:23:
/usr/include/linux/skbuff.h:30:26: net/checksum.h: No such file or directory
In file included from driver.c:29:
compat_sock.h:5:22: net/sock.h: No such file or directory
In file included from hub.c:25:
compat_sock.h:5:22: net/sock.h: No such file or directory
make: *** [driver.o] Error 1
make: *** Waiting for unfinished jobs....
make: *** [hub.o] Error 1

!!! ERROR: app-emulation/vmware-modules-1.0.0.15-r1 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1328:   Called linux-mod_src_compile
  linux-mod.eclass, line 518:   Called die

!!! Unable to make   auto-build VMWARE_VER=VME_V55.
!!! If you need support, post the topmost build error, and the call stack if relevant.
!!! A complete build log is located at '/var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r1/temp/build.log'.

This ebuild used the following eclasses from overlays:

  /usr/local/portage/eclass/vmware-mod.eclass
  /usr/local/portage/eclass/vmware.eclass


Can someone help?

Than in advance,
grassu


Last edited by grassu on Tue Nov 20, 2007 6:23 pm; edited 1 time in total
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Nov 14, 2007 12:28 pm    Post subject: Reply with quote

emerge --info plz :)
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Wed Nov 14, 2007 12:41 pm    Post subject: Reply with quote

Sure:

Code:
roberta vmware-modules # emerge --info
Portage 2.1.2.12 (default-linux/amd64/2006.1/server, gcc-3.4.6, glibc-2.4-r4, 2.6.22-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3000+
Gentoo Base System release 1.12.9
Timestamp of tree: Wed, 07 Nov 2007 03:16:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p15-r1
dev-lang/python:     2.4.4-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.13-r4
sys-devel/libtool:   1.5.23b
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -pipe -march=k8 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O3 -pipe -march=k8 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="alsa amd64 apache2 berkdb bitmap-fonts cli cracklib crypt cups dri fortran gdbm gpm iconv imap isdnlog ldap mailwrapper midi mudflap mysql ncurses nls nptl nptlonly openmp pam pcre perl postfix postgres ppds pppd python readline reflection samba sasl session snmp spl ssl tcpd truetype-fonts type1-fonts unicode xml xml2 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Wed Nov 14, 2007 5:41 pm    Post subject: Reply with quote

Maybe you could upgrade to the 2007.0 profile before debugging that. Maybe it has a relation with the compilation error...
Back to top
View user's profile Send private message
hirakendu
Guru
Guru


Joined: 24 Jan 2007
Posts: 386
Location: san diego

PostPosted: Wed Nov 14, 2007 8:19 pm    Post subject: Reply with quote

may be its a good idea to emerge and update the package 'linux-headers' first (guess 2.6.11 is pretty old).
_________________
Helium Sources || Gentoo Minimal Livecd
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Thu Nov 15, 2007 12:04 am    Post subject: Reply with quote

thanks for the tip. Just emerged linux-headers. Now I get this:

Code:
 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /lib/modules/2.6.22-gentoo-r9/build
 * Found sources for kernel version:
 *     2.6.22-gentoo-r9
>>> Unpacking source...
>>> Unpacking vmware-any-any-update101.tar.gz to /var/tmp/portage/app-emulation/                                      vmware-modules-1.0.0.15-r1/work
>>> Unpacking ./vmware-any-any-update101/vmmon.tar to /var/tmp/portage/app-emula                                      tion/vmware-modules-1.0.0.15-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                         [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                 [ ok ]
 * Done with patching
 * Converting vmmon-only/Makefile to use M= instead of SUBDIRS= ...       [ ok ]
>>> Unpacking ./vmware-any-any-update101/vmnet.tar to /var/tmp/portage/app-emula                                      tion/vmware-modules-1.0.0.15-r1/work
 * Applying various patches (bugfixes/updates) ...
 *   000_all_makefile-include-directory.patch ...                         [ ok ]
 *   020_all_epoll-def-warnings.patch ...                                 [ ok ]
 * Done with patching
 * Converting vmnet-only/Makefile to use M= instead of SUBDIRS= ...       [ ok ]
>>> Source unpacked.
>>> Compiling source in /var/tmp/portage/app-emulation/vmware-modules-1.0.0.15-r                                      1/work ...
 * Preparing vmmon module
Using standalone build system.
./autoconf/geninclude.c:1:28: linux/autoconf.h: No such file or directory
./autoconf/geninclude.c:1:28: linux/autoconf.h: No such file or directory
.././autoconf/geninclude.c:1:28: linux/autoconf.h: No such file or directory
In file included from .././linux/driver.c:6:
.././include/driver-config.h:32:2: #error "No Module support in this kernel.  Pl                                      ease configure with CONFIG_MODULES"
make[2]: *** [driver.d] Error 1
make[2]: *** Waiting for unfinished jobs....
In file included from .././linux/hostif.c:15:
.././include/driver-config.h:32:2: #error "No Module support in this kernel.  Pl                                      ease configure with CONFIG_MODULES"
make[2]: *** [hostif.d] Error 1
make[1]: *** [deps] Error 2
make: *** [auto-build] Error 2

!!! ERROR: app-emulation/vmware-modules-1.0.0.15-r1 failed.
Call stack:
  ebuild.sh, line 1638:   Called dyn_compile
  ebuild.sh, line 985:   Called qa_call 'src_compile'
  ebuild.sh, line 44:   Called src_compile
  ebuild.sh, line 1328:   Called linux-mod_src_compile
  linux-mod.eclass, line 518:   Called die

!!! Unable to make   auto-build VMWARE_VER=VME_V55.
!!! If you need support, post the topmost build error, and the call stack if rel                                      evant.
!!! A complete build log is located at '/var/tmp/portage/app-emulation/vmware-mo                                      dules-1.0.0.15-r1/temp/build.log'.

This ebuild used the following eclasses from overlays:

  /usr/local/portage/eclass/vmware-mod.eclass
  /usr/local/portage/eclass/vmware.eclass


Should I now upgrade to profile 2007 first?

Thanks for help,
grassu
Back to top
View user's profile Send private message
hirakendu
Guru
Guru


Joined: 24 Jan 2007
Posts: 386
Location: san diego

PostPosted: Thu Nov 15, 2007 1:11 am    Post subject: Reply with quote

this time, it seems to whine that you don't have CONFIG_MODULES=y in your kernel. just verify if that's a genuine crib (' less /usr/src/linux/.config | grep -i CONFIG_MODULES ') and then you may do whatever :).

(aside, if you have updated gcc, make sure kernel has been compiled with same gcc as the one you are using now for building vmware modules.)
_________________
Helium Sources || Gentoo Minimal Livecd
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Nov 15, 2007 1:24 am    Post subject: Reply with quote

Yeah, you GCC is pretty old.
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Thu Nov 15, 2007 11:53 am    Post subject: Reply with quote

Just checked my kernel config and yes it is compiled with CONFIG_MODULES=y.

And why do you think my gcc is old?

Code:
roberta / # emerge -va gcc

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

Calculating dependencies... done!
[ebuild     U ] sys-devel/gcc-4.1.2 [4.1.1] USE="fortran mudflap* nls (-altivec) -bootstrap -build -d% -doc -gcj -gtk dened) -ip28 -ip32r10k (-multilib) -multislot (-n32) (-n64) -nocxx -objc -objc++ -objc-gc -test -vanilla" 38,841 kB

Is it realy that old? It is version 4.1.1! The newest stable is 4.1.2.
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Nov 15, 2007 12:22 pm    Post subject: Reply with quote

Before your upgrade you had :

Code:

Portage 2.1.2.12 (default-linux/amd64/2006.1/server, gcc-3.4.6, glibc-2.4-r4, 2.6.22-gentoo-r9 x86_64)
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Thu Nov 15, 2007 12:55 pm    Post subject: Reply with quote

Oh! Your right. But I didn't upgrade gcc. And emerge --info gives me still this:
Code:
roberta Ablage # emerge --info
Portage 2.1.2.12 (default-linux/amd64/2006.1/server, gcc-3.4.6, glibc-2.4-r4, 2.6.22-gentoo-r9 x86_64)


But emerge -va gcc gives me:
Code:
[ebuild     U ] sys-devel/gcc-4.1.2 [4.1.1]


My system seems to be confused and me too.

Any idea?
Back to top
View user's profile Send private message
LoSeR_5150
Guru
Guru


Joined: 20 Mar 2005
Posts: 455
Location: San Francisco, CA

PostPosted: Thu Nov 15, 2007 3:36 pm    Post subject: Reply with quote

do a
Code:
gcc-config -l



I imagine u will have
Code:
[1] x86_64-pc-linux-gnu-3.4.6
[2] x86_64-pc-linux-gnu-4.1.2



do a

Code:
gcc-config 2

_________________
Opteron 1356@2.4Ghz
6GB DDR2 800Mhz
128MB Quadro NVS 210S
640GB Western Digital HD
*Gentoo-x86_64-2.6.30-r1

Opteron175@2.2GHz
2GB DDR 400MHz
256MB Quadro 1400 Go
(2) 80GB Segate HDs: RAID0
*Gentoo-x86_64-2.6.30-r1
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Thu Nov 15, 2007 8:12 pm    Post subject: Reply with quote

And after that, you should upgrade with a emerge -e system and a emerge -e world.
Back to top
View user's profile Send private message
hirakendu
Guru
Guru


Joined: 24 Jan 2007
Posts: 386
Location: san diego

PostPosted: Thu Nov 15, 2007 9:16 pm    Post subject: Reply with quote

looks that eventually it has become more of a system upgrade thread ;). you know, its pretty harsh - emerging gcc and then the entire toolchain and world. but then, its a full blown upgrade between 2 gcc versions after may be a couple of years - so not bad spending a day or two with these things running in background. (actually, i am snickering about what might lie ahead - xorg and desktop :p.) (ps : was this really necessary ;).) (aside, i appreciate your patience ^:)^. if i were you, i would have gotten an itch for clean install at first place, and your current situation would have begged me to do it :D.)
_________________
Helium Sources || Gentoo Minimal Livecd
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Fri Nov 16, 2007 9:11 am    Post subject: Reply with quote

Ok, thanks. I will come back after upgrading my system. I hope vmware will work after this.

A clean install would be nice. But it is too much work to get all the apps and services running like now.

Thanks again for help.

grassu
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Sun Nov 18, 2007 9:25 pm    Post subject: Reply with quote

Ok here I am again.

After emerge system & emerge world & compiling new kernel I still cannot emerge vmware-modules. Same error as posted before.

Any help is appreciated.

Thanks,
grassu
Back to top
View user's profile Send private message
d2_racing
Bodhisattva
Bodhisattva


Joined: 25 Apr 2005
Posts: 13047
Location: Ste-Foy,Canada

PostPosted: Mon Nov 19, 2007 1:00 am    Post subject: Reply with quote

grassu wrote:
After emerge system & emerge world & compiling new kernel I still cannot emerge vmware-modules. Same error as posted before.


On my god, that gotta hurt my friend...how long did the world and system took you to compile ?
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Mon Nov 19, 2007 9:43 am    Post subject: Reply with quote

:-) I didn't measure it. A couple of hours! After upgrade I had some minor problems to solve. Trac still doesn't run. But the worst is vmware-server. I saw a bug in bugzille (https://bugs.gentoo.org/show_bug.cgi?id=142811) but it doesn't seem to be the same one.

Any ideas?

This is my new emerge --info:

Code:
Portage 2.1.3.19 (default-linux/amd64/2007.0/server, gcc-4.1.2, glibc-2.6.1-r0, 2.6.22-gentoo-r9 x86_64)
=================================================================
System uname: 2.6.22-gentoo-r9 x86_64 AMD Athlon(tm) 64 Processor 3000+
Timestamp of tree: Thu, 15 Nov 2007 13:46:01 +0000
distcc 2.18.3 x86_64-pc-linux-gnu (protocols 1 and 2) (default port 3632) [disabled]
ccache version 2.4 [enabled]
app-shells/bash:     3.2_p17
dev-lang/python:     2.4.4-r6
dev-python/pycrypto: 2.0.1-r6
dev-util/ccache:     2.4-r7
sys-apps/baselayout: 1.12.9-r2
sys-apps/sandbox:    1.2.18.1-r2
sys-devel/autoconf:  2.13, 2.61-r1
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.18-r1
sys-devel/gcc-config: 1.3.16
sys-devel/libtool:   1.5.24
virtual/os-headers:  2.6.22-r2
ACCEPT_KEYWORDS="amd64"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O3 -pipe -march=k8 -fomit-frame-pointer"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib/X11/xkb"
CONFIG_PROTECT_MASK="/etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/php/apache2-php5/ext-active/ /etc/php/cgi-php5/ext-active/ /etc/php/cli-php5/ext-active/ /etc/revdep-rebuild /etc/terminfo /etc/udev/rules.d"
CXXFLAGS="-O3 -pipe -march=k8 -fomit-frame-pointer"
DISTDIR="/usr/portage/distfiles"
FEATURES="ccache distlocks metadata-transfer sandbox sfperms strict unmerge-orphans userfetch"
GENTOO_MIRRORS="ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo ftp://pandemonium.tiscali.de/pub/gentoo/ http://gentoo.intergenia.de "
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --filter=H_**/files/digest-*"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
USE="acl alsa amd64 apache2 berkdb bitmap-fonts cli cracklib crypt cups dri fortran gdbm gpm iconv imap isdnlog ldap mailwrapper midi mmx mudflap mysql ncurses nls nptl nptlonly openmp pam pcre perl postfix postgres pppd python readline reflection samba sasl session snmp spl sse sse2 ssl tcpd truetype-fonts type1-fonts unicode xml xml2 xorg zlib" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" ALSA_PCM_PLUGINS="adpcm alaw asym copy dmix dshare dsnoop empty extplug file hooks iec958 ioplug ladspa lfloat linear meter mulaw multi null plug rate route share shm softvol" ELIBC="glibc" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" USERLAND="GNU" VIDEO_CARDS="apm ark chips cirrus cyrix dummy fbdev glint i128 i810 mach64 mga neomagic nv r128 radeon rendition s3 s3virge savage siliconmotion sis sisusb tdfx tga trident tseng v4l vesa vga via vmware voodoo"
Unset:  CPPFLAGS, CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LANG, LC_ALL, LDFLAGS, LINGUAS, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Tue Nov 20, 2007 5:45 pm    Post subject: Reply with quote

hm! unfortunately not solved. This is what I tried now:

Installed a new gentoo 2007 in a windows vmware. There I could successful emerge vmware-server.
Strange - in this machine it emerged vmware-modules-1.0.0.17 and not 1.0.0.15 as in my production machine? Why?

I realized that I didn't have "Automatic kernel module loading" in my kernel. But after recompiling with this option and restarting it still doesn't work.

After this I unmerged the vmware-modules and deleted the directory /usr/portage/app-emulation/vmware-modules.

Now I get this error:

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

Calculating dependencies... done!
[ebuild  N    ] app-emulation/vmware-modules-1.0.0.15-r1  0 kB
[ebuild  N    ] app-emulation/vmware-server-1.0.4.56528  0 kB

Total: 2 packages (2 new), Size of downloads: 0 kB

Would you like to merge these packages? [Yes/No] y
>>> Verifying ebuild Manifests...

>>> Emerging (1 of 2) app-emulation/vmware-modules-1.0.0.15-r1 to /
 * checking ebuild checksums ;-) ...                                                                                        [ ok ]
 * checking auxfile checksums ;-) ...                                                                                       [ ok ]
 * checking miscfile checksums ;-) ...                                                                                      [ ok ]
 * checking vmware-any-any-update101.tar.gz ;-) ...                                                                         [ !! ]

!!! Missing digest for 'vmware-any-any-update101.tar.gz'


I can solve this with doing:
Code:
ebuild /usr/portage/app-emulation/vmware-modules/vmware-modules-1.0.0.15.ebuild digest

but perhaps this is part of the problem?

Any ideas?

Thanks,
grassu
Back to top
View user's profile Send private message
grassu
Tux's lil' helper
Tux's lil' helper


Joined: 06 Jun 2004
Posts: 91
Location: Berlin

PostPosted: Tue Nov 20, 2007 6:23 pm    Post subject: Reply with quote

Ok, it is solved! :-)

I deleted all vmware* in /usr/portage/distfiles/ and /usr/portage/app-emulation/.
After an emerge --sync I could successfully emerge vmware-server.

Now I cannot login from windows-console. But this should be solvable.

Thanks for your help.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum