Summary: | emulators/virtualbox-ose: 5.2.30: fails to build/kmk *** No rule to make target | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | O. Hartmann <ohartmann> | ||||
Component: | Individual Port(s) | Assignee: | Virtualbox Team (Nobody) <vbox> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Many People | CC: | fluffy, jkim, vvd | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(vbox) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
O. Hartmann
2019-05-17 08:11:55 UTC
Same here on 12.0-p4 amd64 and i386. Created attachment 204424 [details]
Fix build by use external libopus
Fix build by use external libopus
(In reply to VVD from comment #1) Enable VPX for videorecording require libopus for audio support, but it dropped from bundle. Patch add external libopus dependency and make it mandatory with VPX enabled -nox11 looks to be broken at all — errors on display functions /wrkdirs/usr/ports/emulators/virtualbox-ose-nox11/work/VirtualBox-5.2.30/src/VBox/Main/src-client/ConsoleImpl.cpp:6774:29: error: no member named 'i_videoRecSendAudio' in 'Display' int rc2 = mDisplay->i_videoRecSendAudio(pvData, cbData, uDurationMs); I just committed a patch to restore the previous behaviour. Please update the port and try again. Sorry for the breakage. (In reply to Jung-uk Kim from comment #5) If this is resolved, please assign yourself (or the committer that resolved) and Close The problem is gone for me, I can't speak for other. But as the initiator of this PR, I'll close it. Work for me too. |