From owner-freebsd-questions@FreeBSD.ORG Wed Apr 11 09:24:42 2007 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9F61516A403 for ; Wed, 11 Apr 2007 09:24:42 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.168]) by mx1.freebsd.org (Postfix) with ESMTP id 2FA9F13C458 for ; Wed, 11 Apr 2007 09:24:41 +0000 (UTC) (envelope-from cptsalek@gmail.com) Received: by ug-out-1314.google.com with SMTP id 71so74915ugh for ; Wed, 11 Apr 2007 02:24:41 -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=Q4uv5lWOq9lSjvLidE+PL9RpDIgMCO0Nt7/nxI4Y0V7ssESRrxsbLD/UaH1n2J7geuW5RK2QsYOqnGJpGOTSUVPg7yeAm+sV8z2kdxa9Dd6/STd38urcmoNpiqUisRcO2FSFIo/3pOaOJeAClphC7XN9u6Tl3fo+IYpdA0Lgn4I= 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=al7HRNaLnmop9mN9RDSIJlOo3R1IsCgJbIyluSsIXYjbFqJByf0gfTBpLdpoJ8cVZOwjSFzJf/2M9i5lOvIPXDq9ZdbaO4ISa04XeEj9ArDAbMaHk7Ti0HLuxdG3BRX4JeX0q1TY7/JhshLKVxCNZ2tO1Pkxv8cAWiYMKR8jeaU= Received: by 10.82.152.16 with SMTP id z16mr380688bud.1176283480487; Wed, 11 Apr 2007 02:24:40 -0700 (PDT) Received: by 10.82.158.7 with HTTP; Wed, 11 Apr 2007 02:24:40 -0700 (PDT) Message-ID: <14989d6e0704110224m53b3cdddv69fed2133d8fb9f3@mail.gmail.com> Date: Wed, 11 Apr 2007 09:24:40 +0000 From: "Christian Walther" To: "Dhananjaya hiremath" In-Reply-To: <402001.37978.qm@web39201.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <14989d6e0704100513h3e9498dcka8c574077f81000a@mail.gmail.com> <402001.37978.qm@web39201.mail.mud.yahoo.com> Cc: questions@freebsd.org Subject: Re: Debugging FreeBSD 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: Wed, 11 Apr 2007 09:24:42 -0000 If replying to a topic discussed on the list, please make sure to "reply to all". There are many talented people out there, having much more knowledge of BSD specific things than I do. On 11/04/07, Dhananjaya hiremath wrote: > Hello sir, > > Now I landed error with how to debugg the installed packages and ports and > how to get the CVS and packages like python and samba are giving error code > as -1 while installing for that what we can do for it. If you have problems with installing ports, I'd suggest you read the error message carefully. I've never seen an error message that doesn't make sense. If you need help, copy the last part of the output, paste it into a mail, and send it to the list. Important: Make sure that you describe what port you're trying to install, and that you really paste some output, e.g. starting with some of the last lines of the compiler, including all lines up to the first shell prompt. Since the port systems takes care of dependencies, it's highly likely that some requirements are built first, and that this is is just one port that fails. This would result in several error messages - one for the port that failed originally, and one message for every port up to the original port you wanted to install. Christian