Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Nov 2015 23:14:40 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 204297] [patch] Mk/bsd.port.mk: stage-qa target should depend on stage
Message-ID:  <bug-204297-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
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@FreeBSD.org
          Reporter: kozlov.sergey.404@gmail.com
                CC: freebsd-ports-bugs@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204297-13>