From owner-freebsd-questions@FreeBSD.ORG Fri Sep 18 17:01:35 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 5B367106566B for ; Fri, 18 Sep 2009 17:01:35 +0000 (UTC) (envelope-from amvandemore@gmail.com) Received: from mail-yx0-f172.google.com (mail-yx0-f172.google.com [209.85.210.172]) by mx1.freebsd.org (Postfix) with ESMTP id 0BEC98FC13 for ; Fri, 18 Sep 2009 17:01:34 +0000 (UTC) Received: by mail-yx0-f172.google.com with SMTP id 2so1451419yxe.3 for ; Fri, 18 Sep 2009 10:01:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=+GGTy8hxSRffYQPuyMEjkf/tuzwDoCmw5uwcK6M9qrw=; b=nKL1TU5nPGtTcNWAxkEv+3zByZSI5U32Jk73bKcaUzrHDh3JbAVTpmNoLTslBjTwdl 7gCwmWRacXyuWB138H3vfj5E8jfpd9AZkFdUqoIkxAuCq3f6ccQL7bFfoTQve4+vYfUR PWgPm4vtG1IQKqQkSD0abYY6HKxA5IdrQ6rQI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=rk9srisKORMRhc3y+TWGs+Ode+qIOLm/fotpRpP5+KjRXY7FKnitdhWlVFxrf3IcW2 +DgaH5DV0O1L2IvesBhcBqa1HGrQ3+6DlEGckUTphqhlSdv7t8ZEvtld84jszrCbSrvA xJNNe0hRzPXBo3qmO/r6p1Waq0KVfdBKqpWiA= MIME-Version: 1.0 Received: by 10.150.65.5 with SMTP id n5mr3667572yba.190.1253293294746; Fri, 18 Sep 2009 10:01:34 -0700 (PDT) In-Reply-To: References: <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 12:01:34 -0500 Message-ID: <6201873e0909181001j42db11b6gda44b3ca44695346@mail.gmail.com> From: Adam Vande More To: Jeronimo Calvo Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 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 17:01:35 -0000 On Fri, Sep 18, 2009 at 11:19 AM, Jeronimo Calvo < jeronimocalvop@googlemail.com> wrote: > no, I did not, the only change i made was VBOX_WITH_HARDENING = 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 > list > >> >> is > >> >> incorrectly specified?) > >> > > >> > This error isn't serious. You can look in that directory, see what's > >> > left, and either submit a fix for the port to remove it, or perhaps > find > >> > out that there is local configuration that the port *shouldn't* be > >> > removing. > >> > > >> > -- > >> > Lowell Gilbert, embedded/networking software engineer, Boston area > >> > http://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 > > > > ? > > -- > What is the output of cat /var/db/ports/virtualbox/options -- Adam Vande More