[MacPorts] #52533: weechat 1.5 Build Error
MacPorts
noreply at macports.org
Fri Oct 7 10:32:37 CEST 2016
#52533: weechat 1.5 Build Error
---------------------------+-------------------------
Reporter: earl.lapus@… | Owner: starkhalo@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.4
Resolution: | Keywords:
Port: weechat |
---------------------------+-------------------------
Changes (by ryandesign@…):
* cc: starkhalo@… (removed)
* owner: macports-tickets@… => starkhalo@…
Comment:
Looks like the first error is:
{{{
:info:build
/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_irc_weechat/weechat/work/weechat-1.5/src/plugins/javascript
/weechat-js-v8.cpp:50:14: error: field of type 'v8::HandleScope' has
private default constructor
:info:build WeechatJsV8::WeechatJsV8()
:info:build ^
:info:build /opt/local/include/v8.h:874:13: note: declared private here
:info:build V8_INLINE HandleScope() {}
:info:build ^
}}}
Looks like you have the v8 port installed. Try:
{{{
sudo port deactivate v8
sudo port clean weechat
}}}
Then try again. If that works, weechat needs to be told not to try to use
an external v8. If that can't be done, weechat needs to use
`conflicts_build v8`.
--
Ticket URL: <https://trac.macports.org/ticket/52533#comment:1>
MacPorts <https://www.macports.org/>
Ports system for the Mac operating system
More information about the macports-tickets
mailing list