From owner-freebsd-java@FreeBSD.ORG Fri Jun 21 14:05:40 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 976E79B5 for ; Fri, 21 Jun 2013 14:05:40 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smarthost1.greenhost.nl (smarthost1.greenhost.nl [195.190.28.81]) by mx1.freebsd.org (Postfix) with ESMTP id 2F17C1120 for ; Fri, 21 Jun 2013 14:05:39 +0000 (UTC) Received: from smtp.greenhost.nl ([213.108.104.138]) by smarthost1.greenhost.nl with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1Uq1y3-0003de-Fx; Fri, 21 Jun 2013 16:05:36 +0200 Received: from [81.21.138.17] (helo=ronaldradial.versatec.local) by smtp.greenhost.nl with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1Uq1y3-0005b8-Sm; Fri, 21 Jun 2013 16:05:35 +0200 Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes To: "horst leitenmueller" , "Kavitha H Yogaraj" Subject: Re: FreeBSD java installation help! References: Date: Fri, 21 Jun 2013 16:05:32 +0200 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/12.15 (Win32) X-Virus-Scanned: by clamav at smarthost1.samage.net X-Spam-Level: / X-Spam-Score: -0.5 X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_05 autolearn=disabled version=3.3.1 X-Scan-Signature: 66f4fda096222dd2b2010deb1ce817c5 Cc: =?utf-8?Q?Heiner_Strau=C3=9F?= , freebsd-java@freebsd.org X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Jun 2013 14:05:40 -0000 On Fri, 21 Jun 2013 15:17:43 +0200, Kavitha H Yogaraj wrote: > Hey Ronald & Horst, > > Thank you very much for these two instructions, > portsnap fetch > portsnap extract > > I at least understood what people are talking online -about creating cd > /usr/ports.... etc... > > Now, as Horst said, I'm first installing Xorg-libraries by this > cd /usr/ports/x11/xorg-libraries > make install > > > But, it looks like there is some package existing already, I get this > error > message... > > ===> Installing for pkgconf-0.9.2_1 > > ===> pkgconf-0.9.2_1 conflicts with installed package(s): > pkg-config-0.25_1 > > They install files into the same place. > Please remove them first with pkg_delete(1). > *** Error code 1 > > Stop in /usr/ports/devel/pkgconf. > *** Error code 1 > > Stop in /usr/ports/x11/libdmx. > *** Error code 1 > > Stop in /usr/ports/x11/xorg-libraries. > > > x11/xorg was not installed... If I go head and delete this existing > package > will it create dependencies of deletion? because right now, I'm the only > one doing this in my lab all others are on break. I don't want to mess up > the running system. You can safely remove pkg-config and run make install again so it will install pkgconf. Pkg-config is only used while compiling and linking. Not while running the program. Ronald.