From owner-freebsd-questions@FreeBSD.ORG Fri Sep 18 16:19:24 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2C668106568D for ; Fri, 18 Sep 2009 16:19:24 +0000 (UTC) (envelope-from jeronimocalvop@googlemail.com) Received: from mail-fx0-f210.google.com (mail-fx0-f210.google.com [209.85.220.210]) by mx1.freebsd.org (Postfix) with ESMTP id A58528FC1E for ; Fri, 18 Sep 2009 16:19:23 +0000 (UTC) Received: by fxm6 with SMTP id 6so788870fxm.43 for ; Fri, 18 Sep 2009 09:19:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0JDzphtliDC5rEJ+rBAvCv7FBbNcEtlYc7AsRaKwcwY=; b=CoC1aNH0X6eGkBGGgtn24RG10Ifti0aX3T9sSIpMven+nDdDHdMQb4m8a1pSa9Jv8+ gTJ2BUwCWGFKnktEqNehSlGf/PPmjIrASna9lf8VbRXrlgKw+Xxf8wk2Ehe5B/xtAF+c eiciPrKaBxOEezibvM9+RLL0091iowlaTBSHM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EwCM0NknOpxpfJhnlgwFgxWc2Fw6zEop5kCYK514DIcwdZTO7wJ+yN/hO6JpyvWa3E 21mbjKjB7nUbJkxdq3jDGROF4IH7VwPq4cJjZnY7Br3oPs4/wXG00ygOgTRmIR1HvFuN rrluIxaaBOdpULbgSK4kSJ1P7+hoYcerRrpdI= MIME-Version: 1.0 Received: by 10.204.18.145 with SMTP id w17mr1665935bka.42.1253290762179; Fri, 18 Sep 2009 09:19:22 -0700 (PDT) In-Reply-To: <6201873e0909180907k7f34756ai43e157bac517295f@mail.gmail.com> References: <1253223838.46513.1.camel@coyote.lerwick.hopto.org> <1253224538.46513.5.camel@coyote.lerwick.hopto.org> <1253227916.46513.10.camel@coyote.lerwick.hopto.org> <44my4s1d7p.fsf@be-well.ilk.org> <6201873e0909180907k7f34756ai43e157bac517295f@mail.gmail.com> Date: Fri, 18 Sep 2009 17:19:21 +0100 Message-ID: From: Jeronimo Calvo To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: FreeBSD Questions Subject: Re: Virtualbox does not lunch (FREEBSD 7.2 STABLE) 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: Fri, 18 Sep 2009 16:19:24 -0000 no, I did not, the only change i made was VBOX_WITH_HARDENING =3D 0, on Config.kmk, before compiling... 2009/9/18 Adam Vande More : > On Fri, Sep 18, 2009 at 11:01 AM, Jeronimo Calvo > wrote: >> >> make install, seems to do the work... but the only thing is that im >> not able to launch the app... it doesn't seems to do the correct >> link... as "which or whereis" doesnt give me any output pointing to >> "VirtualBox" so in consequence im not able to launch the app >> post-installation... >> >> Can u maybe paste the output of #which virtualbox ? >> >> Cheers! >> >> 2009/9/18 Lowell Gilbert : >> > Don't top-post, please. >> > >> > Jeronimo Calvo writes: >> > >> >> for some reason, it gives me the same error... the funny thing is >> >> pkgdb gives me a nice colection of errors as well :D >> >> >> >> >> >> # pkg_info | grep virtualbox >> >> virtualbox-3.0.51.r22226 A general-purpose full virtualizer for x86 >> >> hardware >> >> >> >> # pkg_delete -f virtualbox-3.0.51.r22226 >> >> >> >> pkg_delete: unable to completely remove directory >> >> '/usr/local/lib/virtualbox' >> >> pkg_delete: couldn't entirely delete package (perhaps the packing lis= t >> >> is >> >> incorrectly specified?) >> > >> > This error isn't serious. =A0You can look in that directory, see what'= s >> > left, and either submit a fix for the port to remove it, or perhaps fi= nd >> > out that there is local configuration that the port *shouldn't* be >> > removing. >> > >> > -- >> > Lowell Gilbert, embedded/networking software engineer, Boston area >> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0http://be-well.ilk.org/~lowell/ >> > >> _______________________________________________ >> 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" > > Did you unselect configuration option > > Build with QT4 Frontend > > ? > -- > Adam Vande More >