From owner-freebsd-java@FreeBSD.ORG Fri Jun 21 20:28:42 2013 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 25D97497 for ; Fri, 21 Jun 2013 20:28:42 +0000 (UTC) (envelope-from ykavitha@uw.edu) Received: from mail-wg0-x229.google.com (mail-wg0-x229.google.com [IPv6:2a00:1450:400c:c00::229]) by mx1.freebsd.org (Postfix) with ESMTP id AEFC0130F for ; Fri, 21 Jun 2013 20:28:41 +0000 (UTC) Received: by mail-wg0-f41.google.com with SMTP id y10so944501wgg.4 for ; Fri, 21 Jun 2013 13:28:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=ttmFY5uJPALz6DldisfLH0rfww6PfgtjCckzF9zqBi8=; b=Rbejm5jBrlOaKHFTHMSFaMfPj7qygou7Wy0FRf49AsKtkHaDryrBZI2IE9b+5R8v35 ORjknEmbhBAv7krxVVcicLO6qSPuUmM1ouCTCGSA+BVjUDMLrudlR9YjZiArDH4jQ3rH NJ+1IFPmFRqMgUvp1/8IzVaFtrz4KvdEHh+YA5d+BLTijWTVKcyoEBY06nneXtLe+iWF Zlcb5cFC9JXHa4OQSCWT9evB1QVMaINyY8CVTerEzwOUqLAglAlUp4gHSSOw1muzGpSg j42//iRQSv+eQu29DJXuRLHCmbDcOCtsLcuzLNgs4ZABz8qpJk0/gcBJAWSTqIIFuyxL uoKA== MIME-Version: 1.0 X-Received: by 10.180.9.242 with SMTP id d18mr3872850wib.18.1371846520689; Fri, 21 Jun 2013 13:28:40 -0700 (PDT) Received: by 10.194.79.166 with HTTP; Fri, 21 Jun 2013 13:28:40 -0700 (PDT) In-Reply-To: References: Date: Fri, 21 Jun 2013 13:28:40 -0700 Message-ID: Subject: Re: FreeBSD java installation help! From: Kavitha H Yogaraj To: Ronald Klop X-Gm-Message-State: ALoCoQkHgDp6Fi8DNlB3rhJ4QwW37JBudeug4rdmB+UpeC3xFhQf8qbONVyTezEjfGDIEHGXR48O Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: =?ISO-8859-1?Q?Heiner_Strau=DF?= , freebsd-java@freebsd.org, horst leitenmueller 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 20:28:42 -0000 Hi, When I try to delete pkg_delete pkg-config-0.25_1 I get a message saying package 'pkg-config-0.25_1' is required by these other packages and may not be deinstalled: libidn-1.22 wget-1.13.4_1 libxml2-2.7.8_3 php5-5.4.4 php5-curl-5.4.4 php5-posix-5.4.4 php5-json-5.4.4 liboauth-0.9.6_1 pecl-APC-3.1.10 pecl-oauth-1.2.2 php5-xmlwriter-5.4.4 php5-xml-5.4.4 php5-tokenizer-5.4.4 php5-simplexml-5.4.4 php5-session-5.4.4 php5-pdo-5.4.4 php5-iconv-5.4.4 php5-hash-5.4.4 php5-filter-5.4.4 php5-dom-5.4.4 php5-xmlreader-5.4.4 php5-ctype-5.4.4 php5-phar-5.4.4 for the same above mentioned error message there are several online suggestions. One such is using portmaster as Achilleas said, Should I go head and try these?? portmaster-o devel / pkgconf devel / pkg-config portupgrade-fo devel / pkg-config pkgconf / Achilleas and Ronald also mentioned to use pkgng. For this, I need to remove all packages and install correct? Should I remove some packages scares me a lot, but if I can backup the packages and after it updates On Fri, Jun 21, 2013 at 7:05 AM, Ronald Klop wrote: > 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. >