Bug 215496 - emulators/open-vm-tools: Fix pkg-plist after perl5.24 enabled DTRACE by default
Summary: emulators/open-vm-tools: Fix pkg-plist after perl5.24 enabled DTRACE by default
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-12-22 19:43 UTC by Olli Hauer
Modified: 2017-03-24 18:57 UTC (History)
0 users

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


Attachments
open-vm-tools patch (4.66 KB, patch)
2016-12-22 19:43 UTC, Olli Hauer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Olli Hauer freebsd_committer freebsd_triage 2016-12-22 19:43:06 UTC
Created attachment 178209 [details]
open-vm-tools patch

Since a few days open-vm-tools-nox11 fails in poudriere with the following error:

====> Checking for pkg-plist issues (check-plist)
===> Parsing plist
===> Checking for items in STAGEDIR missing from pkg-plist
Error: Orphaned: @dir /usr/lib/debug/%%KMODDIR%%
Error: Orphaned: @dir /usr/lib/debug/boot
Error: Orphaned: @dir /usr/lib/debug
===> Checking for items in pkg-plist which are not in STAGEDIR
===> Error: Plist issues found.
*** Error code 1


I suspect it was one of the last perl5.24 changes (enable DTRACE ..) but not sure about it.

The patch fixes this issue, additional it is a good time to sort pkg-plist and add a default vmtools.conf to prevent spamming /var/log/messages every few seconds.
Comment 1 Steve Wills freebsd_committer freebsd_triage 2017-02-27 23:27:42 UTC
I believe this is no longer an issue, can you please test the patch in PR 212471?
Comment 2 Steve Wills freebsd_committer freebsd_triage 2017-03-24 18:57:19 UTC
Port is updated and I believe this is fixed.