From owner-freebsd-ports@FreeBSD.ORG Sun Apr 8 13:19:01 2007 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 596BC16A401 for ; Sun, 8 Apr 2007 13:19:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 1992613C4AE for ; Sun, 8 Apr 2007 13:19:01 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so1408133ana for ; Sun, 08 Apr 2007 06:19:00 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=mlQ+M6ZXBkKeuld3l2bXd+zYVdBM655pfaLf6cJWPpt8Ap2TgHRbeouTliuELWSmMVQy7htN4Z/llD2J2ag5ejeLJN/BcoTbOWmoyAX3rp3gUj1rC+aREdpIuAbL6ZpdAFg/VYGQaIhSLOO4gw565ByLiIPIgl2UZqjZescRjmI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XzPmIXZqcglWcG4CvWsddfJCywSaifQpZEADLEqiMn3PtkGvlYknDEXKV9GYoXOeyxgahmUQYKjRn7eKtWVEVh139c1BvfT2W8aDuFSYhAx/W6XpXj/hUNBd/Sqi9pwNiOucjT7+gepMjoAvGf7jqc4PWrGHjaNSqC5Ik5quD4U= Received: by 10.100.143.1 with SMTP id q1mr3308447and.1176038340478; Sun, 08 Apr 2007 06:19:00 -0700 (PDT) Received: by 10.100.109.18 with HTTP; Sun, 8 Apr 2007 06:19:00 -0700 (PDT) Message-ID: <790a9fff0704080619p593d0419j74aa62eafe7e14f0@mail.gmail.com> Date: Sun, 8 Apr 2007 08:19:00 -0500 From: "Scot Hetzel" To: "Dan Reinholz" In-Reply-To: <975746.80018.qm@web50102.mail.re2.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <975746.80018.qm@web50102.mail.re2.yahoo.com> Cc: freebsd-ports@freebsd.org Subject: Re: cannot install: Unknown component no. X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2007 13:19:01 -0000 On 4/7/07, Dan Reinholz wrote: > I'm not sure how this happened, but when I try to > install almost any port, dolphin for example, I have > this problem: > > bsd# cd /usr/ports/x11-fm/dolphin > bsd# make install > ===> dolphin-0.8.2 cannot install: Unknown component > no. > *** Error code 1 > > Stop in /usr/ports/x11-fm/dolphin. > I'm able to reproduce this problem as follows: hp010# make install USE_GNOME=no ===> dolphin-0.8.2 cannot install: Unknown component no. *** Error code 1 Stop in /usr/ports/x11-fm/dolphin. > > I don't know where the IGNORE is coming from, but it's > a big problem that won't let me install or update most > software. I really appreciate any help. > The problem is that USE_GNOME is being set to "no", and then when Mk/bsd.gnome.mk checks the USE_GNOME value for valid components it is unable to find the gnome component "no". This causes it to set the IGNORE variable. Check your /etc/make.conf for the USE_GNOME variable and remove it. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.