Bug 223696 - devel/rubygem-rspec-its: missing USES = shebangfix, fails stage-qa
Summary: devel/rubygem-rspec-its: missing USES = shebangfix, fails stage-qa
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: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-16 04:40 UTC by Phillip R. Jaenke
Modified: 2017-11-27 21:57 UTC (History)
2 users (show)

See Also:
naito.yuichiro: maintainer-feedback+
pizzamig: merge-quarterly+


Attachments
build failure in stage-qa (20.62 KB, text/plain)
2017-11-16 04:40 UTC, Phillip R. Jaenke
no flags Details
rubygem-rspec-its.patch (582 bytes, patch)
2017-11-16 09:31 UTC, Yuichiro NAITO
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Phillip R. Jaenke 2017-11-16 04:40:52 UTC
Created attachment 188037 [details]
build failure in stage-qa

Above mentioned port fails stage-qa consistently in poudriere due to use of /bin/bash. Build log attached.
Comment 1 Yuichiro NAITO 2017-11-16 09:31:54 UTC
Created attachment 188041 [details]
rubygem-rspec-its.patch
Comment 2 Yuichiro NAITO 2017-11-16 09:32:19 UTC
(In reply to Phillip R. Jaenke from comment #0)
Thanks for reporting.
I wrote a patch for this problem.
Please apply the attached 'rubygem-rspec-its.patch' to Ports tree.
Thank you.
Comment 3 Phillip R. Jaenke 2017-11-16 16:18:42 UTC
Confirmed that patch works perfectly, thanks very much!
Comment 4 Yuichiro NAITO 2017-11-20 01:26:53 UTC
I checked 'script/test_all' script works with /bin/sh.
It is no need to change my patch.
Please commit `rubygem-rspec-its.patch`.
Thank you.
Comment 5 commit-hook freebsd_committer freebsd_triage 2017-11-21 12:43:39 UTC
A commit references this bug:

Author: pizzamig
Date: Tue Nov 21 12:43:11 UTC 2017
New revision: 454606
URL: https://svnweb.freebsd.org/changeset/ports/454606

Log:
  devel/rubygem-rspec-its: Fix shebang

  PR:		223696
  Submitted by:	prj@rootwyrm.com
  Reviewed by:	naito.yuichiro@gmail.com (maintainer)
  Approved by:	olivier (mentor)
  MFH:		2017Q4
  Differential Revision:	https://reviews.freebsd.org/D13167

Changes:
  head/devel/rubygem-rspec-its/Makefile
Comment 6 commit-hook freebsd_committer freebsd_triage 2017-11-27 21:48:50 UTC
A commit references this bug:

Author: pizzamig
Date: Mon Nov 27 21:47:44 UTC 2017
New revision: 454994
URL: https://svnweb.freebsd.org/changeset/ports/454994

Log:
  MFH: r454606

  devel/rubygem-rspec-its: Fix shebang

  PR:		223696
  Submitted by:	prj@rootwyrm.com
  Reviewed by:	naito.yuichiro@gmail.com (maintainer)
  Approved by:	olivier (mentor)
  Differential Revision:	https://reviews.freebsd.org/D13167

  Approved by:	ports-secteam (swills)

Changes:
_U  branches/2017Q4/
  branches/2017Q4/devel/rubygem-rspec-its/Makefile
Comment 7 Luca Pizzamiglio freebsd_committer freebsd_triage 2017-11-27 21:57:59 UTC
Committed! Thanks!