ports/172741: [ports] check-build-conflicts checks too early for pre-build targets
Garrett Cooper
yanegomi at gmail.com
Tue Oct 16 01:10:01 UTC 2012
>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 at 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:
More information about the freebsd-ports-bugs
mailing list