Bug 238334 - audio/mp3lint: Add MAKE_JOBS_UNSAFE=yes
Summary: audio/mp3lint: Add MAKE_JOBS_UNSAFE=yes
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: Po-Chuan Hsieh
URL:
Keywords: needs-qa
Depends on:
Blocks:
 
Reported: 2019-06-05 09:17 UTC by Piotr Kubaj
Modified: 2019-06-05 19:43 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (sunpoet)
koobs: merge-quarterly?


Attachments
patch (288 bytes, patch)
2019-06-05 09:17 UTC, Piotr Kubaj
pkubaj: maintainer-approval? (sunpoet)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Piotr Kubaj freebsd_committer freebsd_triage 2019-06-05 09:17:24 UTC
Created attachment 204834 [details]
patch

Build currently fails for me because of race condition on releng/12.0:
===>  Building for mp3lint-0.9_1
--- blib/lib/.exists ---
--- blib/arch/.exists ---
--- blib/lib/auto/mp3lint/.exists ---
--- blib/arch/auto/mp3lint/.exists ---
--- blib/bin/.exists ---
--- blib/script/.exists ---
--- blib/man1/.exists ---
--- blib/man3/.exists ---
--- blib/etc/.exists ---
--- config ---
--- subdirs ---
--- dynamic ---
--- blib/man5/.exists ---
--- manifypods-local ---
--- pm_to_blib ---
--- manifypods-local ---
"/usr/local/bin/perl" "-MExtUtils::Command::MM" -e pod2man "--" -s 5 docs/mp3lintrc.pod blib/man5/mp3lintrc.5
Can't write-open blib/man5/mp3lintrc.5: No such file or directory at /usr/local/lib/perl5/5.28/ExtUtils/Command/MM.pm line 153.
Manifying 1 pod document

Add MAKE_JOBS_UNSAFE=yes to fix it.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-06-05 19:41:33 UTC
A commit references this bug:

Author: sunpoet
Date: Wed Jun  5 19:40:49 UTC 2019
New revision: 503528
URL: https://svnweb.freebsd.org/changeset/ports/503528

Log:
  Mark MAKE_JOBS_UNSAFE

  PR:		238334
  Submitted by:	pkubaj

Changes:
  head/audio/mp3lint/Makefile
Comment 2 Po-Chuan Hsieh freebsd_committer freebsd_triage 2019-06-05 19:43:11 UTC
Committed. Thanks!