From owner-freebsd-hackers@FreeBSD.ORG Tue Mar 24 03:27:45 2015 Return-Path: Delivered-To: hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BA2BA7CD; Tue, 24 Mar 2015 03:27:45 +0000 (UTC) Received: from mail-ob0-x22a.google.com (mail-ob0-x22a.google.com [IPv6:2607:f8b0:4003:c01::22a]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 78FD2CF4; Tue, 24 Mar 2015 03:27:45 +0000 (UTC) Received: by obdfc2 with SMTP id fc2so138393209obd.3; Mon, 23 Mar 2015 20:27:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=BGRTABMgehd4qvcsmgNZVpNVUUsBksCquvKIzLVQZIo=; b=wxrJhd5ItH/0IPc41w+ETjbqFRM1dpyDsd0U5DGjyDHkAY1FJ85y0jEzMqaIj1jYZi CP0QGlEu+U4C8MeeVCbLWxy8CaIxwM9fn5REzqw5UjoUNEXT9hBE+bW+OWQVX6w2OyHz G3gTcAiirsgPo8p6Iw5aFmH0kAYH46jh3UeKME5SirxfEdYTrUSFHaA9zRdp7uG0KV5i FOyndB6r9VzZmRYTxfc4yWooaXXl92GGiBqYy/lLL54WCXEBKHjXw+NI3+Ae+qCtOPmR RaGnUz3e3G0A31oXW+rwHiajOZL9CLFiRBV3HJnYXLtNiUlb6z27ejgWcXIZp5l3gcs1 7HBA== MIME-Version: 1.0 X-Received: by 10.182.22.167 with SMTP id e7mr1651833obf.31.1427167664761; Mon, 23 Mar 2015 20:27:44 -0700 (PDT) Sender: robbak@gmail.com Received: by 10.76.145.9 with HTTP; Mon, 23 Mar 2015 20:27:44 -0700 (PDT) In-Reply-To: References: Date: Tue, 24 Mar 2015 13:27:44 +1000 X-Google-Sender-Auth: _P-WCu2aMKitHFzbJAMG6dIiR8M Message-ID: Subject: Re: ports errors classification From: Robert Backhaus To: umka ursa X-Mailman-Approved-At: Tue, 24 Mar 2015 04:17:58 +0000 Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: hackers@freebsd.org, Freebsd_mailinglist_PORTS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Mar 2015 03:27:45 -0000 The code is just the value returned by the last process to run. Processes that complete successfully return 0, and if they fail, they return something else. So if you want to know what the codes mean, you have to look at the documentation - generally the man page - for the process, such as the compiler, or the 'cp ' command. That said, the number is generally 1 for any failure. On 24 March 2015 at 08:37, umka ursa wrote: > Hello comunity! > Im looking for documentation about ports instalation error codes. I meen > somthing like this: > > *** [install] Error code 1 > *** [build-depends] Error code 1 > > Can not find it yet. > Can you shere it please? > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >