From owner-freebsd-questions@FreeBSD.ORG Mon Jul 30 04:03:42 2012 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 77AE2106564A for ; Mon, 30 Jul 2012 04:03:42 +0000 (UTC) (envelope-from bonomi@mail.r-bonomi.com) Received: from mail.r-bonomi.com (mx-out.r-bonomi.com [204.87.227.120]) by mx1.freebsd.org (Postfix) with ESMTP id 28B6B8FC14 for ; Mon, 30 Jul 2012 04:03:41 +0000 (UTC) Received: (from bonomi@localhost) by mail.r-bonomi.com (8.14.4/rdb1) id q6U45OEd051971 for freebsd-questions@freebsd.org; Sun, 29 Jul 2012 23:05:24 -0500 (CDT) Date: Sun, 29 Jul 2012 23:05:24 -0500 (CDT) From: Robert Bonomi Message-Id: <201207300405.q6U45OEd051971@mail.r-bonomi.com> To: freebsd-questions@freebsd.org In-Reply-To: <20120730030512.2296a738.freebsd@edvax.de> Subject: Re: Where did my port go? 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: Mon, 30 Jul 2012 04:03:42 -0000 > From owner-freebsd-questions@freebsd.org Sun Jul 29 20:07:54 2012 > Date: Mon, 30 Jul 2012 03:05:12 +0200 > From: Polytropon > To: Kyle Hanson > Cc: freebsd-questions@freebsd.org > Subject: Re: Where did my port go? > > On Sun, 29 Jul 2012 19:51:06 -0500, Kyle Hanson wrote: > > To clarify I could use the haskell commands "runhaskell" cabal etc > > yesterday. When I restarted my computer it can't find the command so I cant > > use where is. The commands disappeared. > > Check the presence of /usr/local/bin/runhaskell. If it's > not there, _repeat_ the port installation. Also check if > the ghc port has been properly installed (as I assume > that hs-haskell-platform depends on that. There is no > reason why a command should disappear other than it has > been deleted manually or by a deinstallation (either by > ports infrastructure or pkg_delete). It is also _possible_ that the binaries were installed in some 'non-standard' location, with that location added to the path. The OP might try 'find / -name runhaskell -print' and see if it finds anything.