Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 671468 - media-plugins/vdr-fritzbox-1.5.3 : TcpClient.cpp:58:57: error: no matching function for call to boost::asio::basic_socket_iostream<boost::asio::ip::tcp>::expires_from_now(boost::posix_time::seconds)
Summary: media-plugins/vdr-fritzbox-1.5.3 : TcpClient.cpp:58:57: error: no matching fu...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo VDR Project
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks: boost-1.71
  Show dependency tree
 
Reported: 2018-11-18 20:15 UTC by Toralf Förster
Modified: 2019-06-30 11:51 UTC (History)
0 users

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


Attachments
emerge-info.txt (emerge-info.txt,17.82 KB, text/plain)
2018-11-18 20:15 UTC, Toralf Förster
Details
emerge-history.txt (emerge-history.txt,379.93 KB, text/plain)
2018-11-18 20:15 UTC, Toralf Förster
Details
environment (environment,108.44 KB, text/plain)
2018-11-18 20:16 UTC, Toralf Förster
Details
etc.portage.tbz2 (etc.portage.tbz2,20.30 KB, application/x-bzip)
2018-11-18 20:16 UTC, Toralf Förster
Details
media-plugins:vdr-fritzbox-1.5.3:20181118-193524.log (media-plugins:vdr-fritzbox-1.5.3:20181118-193524.log,14.92 KB, text/plain)
2018-11-18 20:16 UTC, Toralf Förster
Details
temp.tbz2 (temp.tbz2,27.50 KB, application/x-bzip)
2018-11-18 20:16 UTC, Toralf Förster
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2018-11-18 20:15:53 UTC
x86_64-pc-linux-gnu-g++ -O2 -pipe -march=native -fPIC -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I/usr/include  -DUSE_PLUGINMISSING -I/var/tmp/portage/media-plugins/vdr-fritzbox-1.5.3/work/fritzbox-1.5.3 -std=c++11 -o TcpClient.o -c TcpClient.cpp
TcpClient.cpp: In member function ‘void network::TcpClient::expireStreamNow()’:
TcpClient.cpp:58:57: error: no matching function for call to ‘boost::asio::basic_socket_iostream<boost::asio::ip::tcp>::expires_from_now(boost::posix_time::seconds)’
   stream->expires_from_now(boost::posix_time::seconds(0));
                                                         ^
In file included from /usr/include/boost/asio.hpp:31,

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

  This is an unstable amd64 chroot image at a tinderbox (==build bot)
  name: 17.0-desktop-plasma_libressl_20181109-050110

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

gcc-config -l:
 [1] x86_64-pc-linux-gnu-7.3.1
 [2] x86_64-pc-linux-gnu-8.2.0 *

Available Python interpreters, in order of preference:
  [1]   python3.7
  [2]   python3.6
  [3]   python2.7 (fallback)
  [4]   pypy (fallback)
  [5]   jython2.7 (fallback)
Available Ruby profiles:
  [1]   ruby23 (with Rubygems)
  [2]   ruby24 (with Rubygems)
  [3]   ruby25 (with Rubygems) *
Available Rust versions:
  [1]   rust-1.30.1 *
  [2]   rust-bin-1.30.1
java-config:
The following VMs are available for generation-2:
*)	IcedTea JDK 3.9.0 [icedtea-bin-8]
Available Java Virtual Machines:
  [1]   icedtea-bin-8  system-vm

emerge -qpvO media-plugins/vdr-fritzbox
[ebuild   R   ] media-plugins/vdr-fritzbox-1.5.3
Comment 1 Toralf Förster gentoo-dev 2018-11-18 20:15:56 UTC
Created attachment 555664 [details]
emerge-info.txt
Comment 2 Toralf Förster gentoo-dev 2018-11-18 20:15:59 UTC
Created attachment 555666 [details]
emerge-history.txt
Comment 3 Toralf Förster gentoo-dev 2018-11-18 20:16:02 UTC
Created attachment 555668 [details]
environment
Comment 4 Toralf Förster gentoo-dev 2018-11-18 20:16:05 UTC
Created attachment 555670 [details]
etc.portage.tbz2
Comment 5 Toralf Förster gentoo-dev 2018-11-18 20:16:08 UTC
Created attachment 555672 [details]
media-plugins:vdr-fritzbox-1.5.3:20181118-193524.log
Comment 6 Toralf Förster gentoo-dev 2018-11-18 20:16:10 UTC
Created attachment 555674 [details]
temp.tbz2
Comment 7 Andreas Sturmlechner gentoo-dev 2019-05-11 20:04:10 UTC
Fix from Arch AUR: https://github.com/jowi24/libnetpp/commit/212847f0efaeffee8422059b8e202d844174aaf3.patch
Comment 8 Larry the Git Cow gentoo-dev 2019-06-30 11:51:14 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41994240d5a6caae4fd9dfff2b7ed6c40eff46fd

commit 41994240d5a6caae4fd9dfff2b7ed6c40eff46fd
Author:     Andreas Sturmlechner <asturm@gentoo.org>
AuthorDate: 2019-06-30 11:39:40 +0000
Commit:     Andreas Sturmlechner <asturm@gentoo.org>
CommitDate: 2019-06-30 11:51:02 +0000

    media-plugins/vdr-fritzbox: Fix build with >=boost-1.67
    
    Non-maintainer commit after timeout.
    
    Closes: https://bugs.gentoo.org/671468
    Package-Manager: Portage-2.3.67, Repoman-2.3.16
    Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>

 .../files/vdr-fritzbox-1.5.3-boost-1.67.patch      | 22 ++++++++++++++
 .../vdr-fritzbox/vdr-fritzbox-1.5.3-r1.ebuild      | 34 ++++++++++++++++++++++
 2 files changed, 56 insertions(+)