Bug 225847 - benchmarks/stress-ng: 'make describe' causes warning message on 11.1-RELEASE amd64
Summary: benchmarks/stress-ng: 'make describe' causes warning message on 11.1-RELEASE ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Luca Pizzamiglio
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-02-12 10:59 UTC by Yasuhiro Kimura
Modified: 2018-02-13 09:27 UTC (History)
1 user (show)

See Also:
pizzamig: maintainer-feedback+


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Yasuhiro Kimura freebsd_committer freebsd_triage 2018-02-12 10:59:57 UTC
On 11.1-RELEASE amd64 'make describe' causes warning message.

yasu@maybe[2331]% uname -a
FreeBSD maybe.home.utahime.org 11.1-RELEASE-p6 FreeBSD 11.1-RELEASE-p6 #0 r326723: Sat Dec  9 17:03:12 JST 2017     rootz@maybe.home.utahime.org:/usr0/freebsd/src/obj/usr0/freebsd/src/releng/11.1/sys/MAYBE  amd64
yasu@maybe[2332]% pwd
/usr/ports/benchmarks/stress-ng
yasu@maybe[2333]% svnversion
461567
yasu@maybe[2334]% make describe
sh: clang50: not found
make: "/usr0/freebsd/ports/ports/Mk/Uses/compiler.mk" line 69: warning: "clang50 --version" returned non-zero status
stress-ng-0.09.15|/usr0/freebsd/ports/ports/benchmarks/stress-ng|/usr/local|Stress test benchmarks|/usr0/freebsd/ports/ports/benchmarks/stress-ng/pkg-descr|pizzamig@FreeBSD.org|benchmarks||||/usr0/freebsd/ports/ports/devel/gmake /usr0/freebsd/ports/ports/devel/llvm50||http://kernel.ubuntu.com/~cking/stress-ng/
yasu@maybe[2335]%
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-02-13 09:26:12 UTC
A commit references this bug:

Author: pizzamig
Date: Tue Feb 13 09:26:00 UTC 2018
New revision: 461690
URL: https://svnweb.freebsd.org/changeset/ports/461690

Log:
  benchmarks/stress-ng: Fix 'make describe'

  PR:		225847
  Reported by:	Yasuhiro KIMURA <yasu@utahime.org>

Changes:
  head/benchmarks/stress-ng/Makefile
Comment 2 Luca Pizzamiglio freebsd_committer freebsd_triage 2018-02-13 09:27:05 UTC
It wasn't immediately clear what caused that warning message.
Now it's fixed!
Thanks for reporting