Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 638122 - net-libs/ptlib-2.10.11 : ptlib/.../channel.cxx:239:38: error: ::readv has not been declared
Summary: net-libs/ptlib-2.10.11 : ptlib/.../channel.cxx:239:38: error: ::readv has not...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-19 12:17 UTC by Toralf Förster
Modified: 2018-01-26 22:58 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
emerge-info.txt (emerge-info.txt,16.02 KB, text/plain)
2017-11-19 12:17 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,137.28 KB, text/plain)
2017-11-19 12:17 UTC, Toralf Förster
Details
environment (environment,81.71 KB, text/plain)
2017-11-19 12:17 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,15.95 KB, application/x-bzip)
2017-11-19 12:17 UTC, Toralf Förster
Details
logs.tbz2 (logs.tbz2,10.86 KB, application/x-bzip)
2017-11-19 12:17 UTC, Toralf Förster
Details
net-libs:ptlib-2.10.11:20171119-120645.log (net-libs:ptlib-2.10.11:20171119-120645.log,93.02 KB, text/plain)
2017-11-19 12:18 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,25.72 KB, application/x-bzip)
2017-11-19 12:18 UTC, Toralf Förster
Details
ptlib-2.10.11-sys-uio.patch (ptlib-2.10.11-sys-uio.patch,288 bytes, patch)
2017-12-03 20:45 UTC, Ulrich Müller
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2017-11-19 12:17:42 UTC
                            ^~~~~~~~
ptlib/unix/channel.cxx: In member function ‘virtual PBoolean PChannel::Read(const VectorOfSlice&)’:
ptlib/unix/channel.cxx:239:38: error: ‘::readv’ has not been declared
   if (ConvertOSError(lastReadCount = ::readv(os_handle, &slices[0], slices.size()), LastReadError))
                                      ^~
ptlib/unix/channel.cxx: In member function ‘virtual PBoolean PChannel::Write(const VectorOfSlice&)’:

  -------------------------------------------------------------------

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 13.0-desktop_20171113-203456

  -------------------------------------------------------------------

gcc-config -l:
 [1] x86_64-pc-linux-gnu-6.4.0 *

Available Python interpreters, in order of preference:
  [1]   python3.4
  [2]   python2.7 (fallback)
  [3]   pypy3 (fallback)
Available Ruby profiles:
  [1]   ruby22 (with Rubygems) *
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.6.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpv net-libs/ptlib
[ebuild  N    ] net-libs/ptlib-2.10.11  USE="alsa asn dtmf http ipv6 ldap sdl sound ssl stun video wav xml -debug -doc -examples -ffmpeg -ftp -lua -mail -odbc -oss -pch -pulseaudio -qos -remote -sasl -serial -shmvideo -snmp -soap -socks -static-libs -telnet -tts -v4l -vxml -xmlrpc -xmpp"
Comment 1 Toralf Förster gentoo-dev 2017-11-19 12:17:46 UTC
Created attachment 504918 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2017-11-19 12:17:49 UTC
Created attachment 504920 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2017-11-19 12:17:52 UTC
Created attachment 504922 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2017-11-19 12:17:55 UTC
Created attachment 504924 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2017-11-19 12:17:58 UTC
Created attachment 504926 [details]
logs.tbz2
Comment 6 Toralf Förster gentoo-dev 2017-11-19 12:18:01 UTC
Created attachment 504928 [details]
net-libs:ptlib-2.10.11:20171119-120645.log
Comment 7 Toralf Förster gentoo-dev 2017-11-19 12:18:04 UTC
Created attachment 504930 [details]
temp.tbz2
Comment 8 Ulrich Müller gentoo-dev 2017-12-03 20:45:45 UTC
Created attachment 507950 [details, diff]
ptlib-2.10.11-sys-uio.patch

Attached is a trivial patch that makes it compile for me.
I haven't had time yet for any runtime testing, though.
Comment 9 Mikle Kolyada (RETIRED) archtester Gentoo Infrastructure gentoo-dev Security 2018-01-26 22:58:26 UTC
Gone