From owner-freebsd-current@FreeBSD.ORG Fri Oct 4 14:55:08 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id CBA69DC1 for ; Fri, 4 Oct 2013 14:55:08 +0000 (UTC) (envelope-from rizzo@i805.com.br) Received: from server.i805.com.br (mailhost.i805.com.br [72.52.97.105]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id B7A5F2269 for ; Fri, 4 Oct 2013 14:55:08 +0000 (UTC) Received: from i805.com.br (localhost [127.0.0.1]) by server.i805.com.br (8.14.6/8.14.5) with ESMTP id r94Et0Ed053736 for ; Fri, 4 Oct 2013 11:55:00 -0300 (BRT) (envelope-from rizzo@i805.com.br) From: "Nilton Jose Rizzo" To: freebsd-current@freebsd.org Subject: how to solve a conflict between two ports? Date: Fri, 4 Oct 2013 11:55:00 -0300 Message-Id: <20131004144324.M36488@i805.com.br> X-Mailer: OpenWebMail 3.00_beta4 20121104 671 X-OriginatingIP: 179.218.87.141 (rizzo) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 X-Spam-Status: No, score=-1.0 required=5.0 tests=ALL_TRUSTED autolearn=unavailable version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on server.i805.com.br X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 04 Oct 2013 14:55:08 -0000 how to decide the best choice between two ports? in this conflict below, how to decide the best choice and why this occurs. OK, I know it's project decision, but if have conflict the ports staff can be deciding to put both in different places to avoid this conflict I have some cases that it occurs. ===> Found saved configuration for gdcm-2.2.5 ===> gdcm-2.2.5 depends on file: /usr/local/sbin/pkg - found => gdcm-2.2.5.tar.bz2 doesn't seem to exist in /usr/ports/distfiles/. => Attempting to fetch http://heanet.dl.sourceforge.net/project/gdcm/gdcm%202.x/GDCM%202.2.5/gdcm-2.2.5.tar.bz2 gdcm-2.2.5.tar.bz2 100% of 4189 kB 356 kBps 00m12s ===> Fetching all distfiles required by gdcm-2.2.5 for building ===> Extracting for gdcm-2.2.5 => SHA256 Checksum OK for gdcm-2.2.5.tar.bz2. ===> Patching for gdcm-2.2.5 ===> Applying FreeBSD patches for gdcm-2.2.5 ===> gdcm-2.2.5 depends on executable: doxygen - found ===> gdcm-2.2.5 depends on file: /usr/local/share/texmf-dist/LICENSE.texmf - not found ===> Verifying install for /usr/local/share/texmf-dist/LICENSE.texmf in /usr/ports/print/teTeX-texmf ===> teTeX-texmf-3.0_9 conflicts with installed package(s): latex2e-2003.12_1 tex-3.14159_3 They install files into the same place. You may want to stop build with Ctrl + C. ===> teTeX-texmf-3.0_9 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by teTeX-texmf-3.0_9 for building ===> teTeX-texmf-3.0_9 conflicts with installed package(s): latex2e-2003.12_1 tex-3.14159_3 They will not build together. Please remove them first with pkg delete. *** Error code 1 Stop. make[2]: stopped in /usr/ports/print/teTeX-texmf *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/gdcm *** Error code 1 Stop. make: stopped in /usr/ports/devel/gdcm root@valfenda:/usr/ports/devel/gdcm # TIA Rizzo