[Bug 204297] [patch] Mk/bsd.port.mk: stage-qa target should depend on stage

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Nov 4 23:14:40 UTC 2015


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

            Bug ID: 204297
           Summary: [patch] Mk/bsd.port.mk: stage-qa target should depend
                    on stage
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch
          Severity: Affects Only Me
          Priority: ---
         Component: Ports Framework
          Assignee: portmgr at FreeBSD.org
          Reporter: kozlov.sergey.404 at gmail.com
                CC: freebsd-ports-bugs at FreeBSD.org
          Keywords: patch

Created attachment 162792
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=162792&action=edit
The Patch

"stage-qa" target should depend on "stage" like, for example, "check-plist"
does.

If "stage" is not done, "stage-qa" have nothing to verify and reports "file not
found" errors.

Checked on one of my ports: devel/staf

without the patch:
$ make clean stage-qa
===>  Cleaning for staf-3.4.23
====> Running Q/A tests (stage-qa)
cd: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory
find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory
find: /usr/home/leeroyjenkins/prtwrk/staf/work/.PLIST.mktmp: No such file or
directory
find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory
find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory
find: /usr/home/leeroyjenkins/prtwrk/staf/work/stage: No such file or directory

with the patch:
$ make clean stage-qa
===>  Cleaning for staf-3.4.23
... build omitted ...
===>  Staging for staf-3.4.23
===>   Generating temporary packing list
... staging omitted ...
====> Running Q/A tests (stage-qa)

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


More information about the freebsd-ports-bugs mailing list