[Bug 253695] Mk conflicts targets introduce unnecessary delays and prevent non-conflicting operations like `make extract`

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Feb 19 15:37:30 UTC 2021


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=253695

            Bug ID: 253695
           Summary: Mk conflicts targets introduce unnecessary delays and
                    prevent non-conflicting operations like `make extract`
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: emaste at freebsd.org
                CC: ports-bugs at FreeBSD.org

I am looking to investigate a number of ports for PR253275; I have no intention
of installing them. When running `make extract` the identify-install-conflicts
emits a warning that's not relevant to what I'm doing, and introduces a delay:

$ make extract

===>  play-1.0_1 conflicts with installed package(s): 
      sox-14.4.2_5

      They install files into the same place.
      You may want to stop build with Ctrl + C.

and with that removed check-build-conflicts is invoked and `make extract` fails
as a result:

===>  play-1.0_1 conflicts with installed package(s): 
      sox-14.4.2_5

      They will not build together.
      Please remove them first with pkg delete.
*** Error code 1

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-ports-bugs mailing list