Bug 251734 - graphics/qtqr: fix stage-qa issue
Summary: graphics/qtqr: fix stage-qa issue
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Emanuel Haupt
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-10 16:53 UTC by Loïc Bartoletti
Modified: 2020-12-11 13:22 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (ehaupt)


Attachments
qtqr with PYTHON_PKGNAMEPREFIX (430 bytes, patch)
2020-12-10 16:53 UTC, Loïc Bartoletti
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Loïc Bartoletti freebsd_committer freebsd_triage 2020-12-10 16:53:25 UTC
Created attachment 220428 [details]
qtqr with PYTHON_PKGNAMEPREFIX

I have a stage-qa issue testing graphics/qtqr with latest pyqt updates:

```
====> Running Q/A tests (stage-qa)
Error: Package names are not unique with flavors:
py37: qtqr-2.0.b39_2
py38: qtqr-2.0.b39_2
py39: qtqr-2.0.b39_2
py36: qtqr-2.0.b39_2
Error: maybe use <flavor>_PKGNAMEPREFIX/SUFFIX.
*** Error code 1

Stop.
make: stopped in /usr/ports/graphics/qtqr
=>> Error: stage-qa failures detected
```

Since it's a python packages, it should have a ${PYTHON_PKGNAMEPREFIX} isn't it?
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-12-11 13:10:17 UTC
A commit references this bug:

Author: ehaupt
Date: Fri Dec 11 13:09:19 UTC 2020
New revision: 557733
URL: https://svnweb.freebsd.org/changeset/ports/557733

Log:
  Fix stage-qa issue by setting PKGNAMEPREFIX

  PR:		251734
  Submitted by:	lbartoletti
  MFH:		2020Q4

Changes:
  head/graphics/qtqr/Makefile
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-11 13:13:18 UTC
A commit references this bug:

Author: ehaupt
Date: Fri Dec 11 13:12:51 UTC 2020
New revision: 557734
URL: https://svnweb.freebsd.org/changeset/ports/557734

Log:
  MFH: r557733

  Fix stage-qa issue by setting PKGNAMEPREFIX

  PR:		251734
  Submitted by:	lbartoletti

Changes:
_U  branches/2020Q4/
  branches/2020Q4/graphics/qtqr/Makefile
Comment 3 Emanuel Haupt freebsd_committer freebsd_triage 2020-12-11 13:22:22 UTC
Good catch, thank you. Committed and MFH'ed.