From owner-freebsd-questions@FreeBSD.ORG Sun Jun 18 14:00:32 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DCF916A492 for ; Sun, 18 Jun 2006 14:00:32 +0000 (UTC) (envelope-from coolzone@io.dk) Received: from dansknet.dk (smtp1.dansknet.dk [85.233.229.242]) by mx1.FreeBSD.org (Postfix) with SMTP id A792B43D5E for ; Sun, 18 Jun 2006 14:00:17 +0000 (GMT) (envelope-from coolzone@io.dk) Received: (qmail 5298 invoked from network); 18 Jun 2006 14:52:13 -0000 Received: from 85233230237.switch.dansknet.dk (HELO ?85.233.230.237?) (85.233.230.237) by dansknet.dk with SMTP; 18 Jun 2006 14:52:13 -0000 Message-ID: <44955C4A.8060702@io.dk> Date: Sun, 18 Jun 2006 15:59:38 +0200 From: Rico User-Agent: Thunderbird 1.5 (X11/20060317) MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=iso-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: VMWare install error X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 Jun 2006 14:00:32 -0000 Thank you very much Beni! I completely missed that. Best regards, Rico -------- Original Message -------- Subject: Re: VMWare install error Date: Sun, 18 Jun 2006 10:52:06 +0200 From: Beni To: freebsd-questions@freebsd.org References: <44946422.7030900@io.dk> On Saturday 17 June 2006 22:20, Rico wrote: > Hi, > > I am trying to install VMWare3 on FreeBSD 6.1 from the ports. > > During intall I get this error: > > => SHA256 Checksum OK for rpm/i386/fedora/4/zlib-1.2.2.2-5.fc4.i386.rpm. > ===> linux_base-fc-4_1 depends on file: /usr/local/bin/rpm2cpio - found > ===> Patching for linux_base-fc-4_1 > ===> Configuring for linux_base-fc-4_1 > ===> Building for linux_base-fc-4_1 > ===> Installing for linux_base-fc-4_1 > > ===> linux_base-fc-4_1 conflicts with installed package(s): > linux_base-8-8.0_14 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/emulators/linux_base-fc4. > *** Error code 1 > > Stop in /usr/ports/emulators/rtc. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3. > *** Error code 1 > > Stop in /usr/ports/emulators/vmware3. > > I do understand the conflict, but I am not sure what the best way to > handle this is. Trying to remove linux_base, gives a lot of work since a > lot of other stuff depends upon that. > > Any recommendations? > > Another question, regarding speed and ease of configuration, which is > recommended: VMWare vs. Qemu? > > Best and kind regards, > Rico > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" Maybe this can help from /usr/ports/UPDATING : [...] 20060616: AFFECTS users of emulation/linux_base-* AUTHOR: netchild@FreeBSD.org We now use Fedora Core 4 as the linux base port, and the corresponding xorg libs for the linux X11 libs port. To upgrade you have to run portupgrade -f -o emulators/linux_base-fc4 linux_base\* portupgrade -f -o x11/linux-xorg-libs linux-XFree86-libs [...] Beni. _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" .