Control: forwarded -1 https://github.com/ZoneMinder/zoneminder/pull/1919 Control: tags -1 fixed-upstream patch
Juhani Numminen kirjoitti 23.01.2018 klo 15:03: > On Mon, 22 Jan 2018 07:13:21 +0200 Adrian Bunk <b...@debian.org> wrote: >> Source: zoneminder >> ... >> /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h: In member function >> 'virtual int CommsBase::readV(const iovec*, int)': >> /build/1st/zoneminder-1.30.4+dfsg/src/zm_comms.h:98:20: error: '::readv' has >> not been declared >> int nBytes = ::readv( mRd, iov, iovcnt ); >> ^~~~~ > > man readv → I think "#include <sys/uio.h>" might be the solution. Here's the upstream fix. https://github.com/ZoneMinder/zoneminder/commit/417421b1d869d1b71c8ec1a1e3b082fcede6ce58 Juhani