From owner-freebsd-questions@FreeBSD.ORG Sun Jun 18 08:52:14 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 90C7F16A474 for ; Sun, 18 Jun 2006 08:52:14 +0000 (UTC) (envelope-from beni@brinckman.info) Received: from sun-out.schedom-europe.net (sun.schedom-europe.net [193.109.184.70]) by mx1.FreeBSD.org (Postfix) with SMTP id B8CD843D48 for ; Sun, 18 Jun 2006 08:52:12 +0000 (GMT) (envelope-from beni@brinckman.info) Received: (qmail 6276 invoked from network); 18 Jun 2006 08:52:11 -0000 Received: from unknown (HELO sun.schedom-europe.net) (193.109.184.70) by sun.schedom-europe.net with SMTP; 18 Jun 2006 08:52:11 -0000 Received: (qmail 6056 invoked from network); 18 Jun 2006 08:52:07 -0000 Received: from unknown (HELO ?192.168.1.100?) (83.101.7.3) by sun.schedom-europe.net with SMTP; 18 Jun 2006 08:52:07 -0000 From: Beni To: freebsd-questions@freebsd.org Date: Sun, 18 Jun 2006 10:52:06 +0200 User-Agent: KMail/1.9.3 References: <44946422.7030900@io.dk> In-Reply-To: <44946422.7030900@io.dk> X-Face: %*c?V7%A[c.}s2rI*TaRWm-[I-, ZLpBKmmC-@)J}KGbr)=a, TsXSA=:ArC(<=?utf-8?q?v=5C/=5F=25BaB=24K=0A=09=24=60E=7D6=7EyjIqu/SN=3A=24Pb=7DGngR+8=3D?= =?utf-8?q?dE=60?=)V~48zl6) =?utf-8?q?BhEtfQ2=3D=7ChScx=3Frn30d!QMd=3F=2E=60/hR!l+=0A=09x?=(]+zXesMf?'W[>46aPKMAAwd7eT{X_O9besb[u]'Y(DAe MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606181052.06807.beni@brinckman.info> X-Antivirus: This mail has been scanned for viruses by schedom vof (http://www.dommel.com) 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 08:52:14 -0000 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.