From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Oct 16 01:10:00 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id CA04FFF1 for ; Tue, 16 Oct 2012 01:10:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 9F8938FC14 for ; Tue, 16 Oct 2012 01:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9G1A04H082567 for ; Tue, 16 Oct 2012 01:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9G1A0o9082566; Tue, 16 Oct 2012 01:10:00 GMT (envelope-from gnats) Resent-Date: Tue, 16 Oct 2012 01:10:00 GMT Resent-Message-Id: <201210160110.q9G1A0o9082566@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Garrett Cooper Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id E8D51E36 for ; Tue, 16 Oct 2012 01:04:03 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id D0BB78FC08 for ; Tue, 16 Oct 2012 01:04:03 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.5/8.14.5) with ESMTP id q9G143UV046543 for ; Tue, 16 Oct 2012 01:04:03 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.5/8.14.5/Submit) id q9G143jF046542; Tue, 16 Oct 2012 01:04:03 GMT (envelope-from nobody) Message-Id: <201210160104.q9G143jF046542@red.freebsd.org> Date: Tue, 16 Oct 2012 01:04:03 GMT From: Garrett Cooper To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/172741: [ports] check-build-conflicts checks too early for pre-build targets X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 16 Oct 2012 01:10:01 -0000 >Number: 172741 >Category: ports >Synopsis: [ports] check-build-conflicts checks too early for pre-build targets >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 16 01:10:00 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Garrett Cooper >Release: 9.1-PRERELEASE >Organization: EMC Isilon >Environment: FreeBSD forza.west.isilon.com 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240770: Thu Sep 20 19:28:45 PDT 2012 gcooper@forza.west.isilon.com:/usr/obj/usr/src/sys/FORZA amd64 >Description: I just wanted to look at the source files for perl-5.8.9 and I can't due to CONFLICTS between perl versions: $ sudo make extract ===> perl-5.8.9_7 conflicts with installed package(s): perl-5.12.4_4 They install files into the same place. You may want to stop build with Ctrl + C. ===> License ART10 GPLv1 accepted by the user ===> Found saved configuration for perl-5.8.9_7 ===> perl-5.8.9_7 depends on file: /usr/local/sbin/pkg - found ===> perl-5.8.9_7 conflicts with installed package(s): perl-5.12.4_4 They will not build together. Please remove them first with pkg delete. *** [check-build-conflicts] Error code 1 Stop in /scratch/freebsd/ports/lang/perl5.8. *** [extract] Error code 1 Stop in /scratch/freebsd/ports/lang/perl5.8. The conflicts checking could be delayed to a later stage. The workaround is to use -DDELAY_CONFLICTS_CHECK: $ sudo make extract -DDEFER_CONFLICTS_CHECK ===> perl-5.8.9_7 conflicts with installed package(s): perl-5.12.4_4 They install files into the same place. You may want to stop build with Ctrl + C. ===> License ART10 GPLv1 accepted by the user ===> Found saved configuration for perl-5.8.9_7 ===> perl-5.8.9_7 depends on file: /usr/local/sbin/pkg - found ===> Extracting for perl-5.8.9_7 => SHA256 Checksum OK for perl/perl-5.8.9.tar.bz2. => SHA256 Checksum OK for perl/BSDPAN-5.8.9_20090303.tar.bz2. => SHA256 Checksum OK for perl/defined-or-5.8.9.bz2. $ >How-To-Repeat: cd /usr/ports/lang/perl5.12; make install cd ../perl5.8; make extract >Fix: >Release-Note: >Audit-Trail: >Unformatted: