Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 723442 - app-office/abiword-3.0.4 with =dev-cpp/asio-1.14.0 - error: ‘bytes_transferred’ is not a member of ‘asio::placeholders’
Summary: app-office/abiword-3.0.4 with =dev-cpp/asio-1.14.0 - error: ‘bytes_transferr...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: David Seifert
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-05-16 21:59 UTC by Sandino Araico Sanchez
Modified: 2020-06-09 16:04 UTC (History)
2 users (show)

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


Attachments
The complete build log (app-office:abiword-3.0.4:20200516-213947.log.gz,181.50 KB, application/gzip)
2020-05-16 22:04 UTC, Sandino Araico Sanchez
Details
The ebuild environment (environment,72.12 KB, text/plain)
2020-05-16 22:08 UTC, Sandino Araico Sanchez
Details
emerge -pqv '=app-office/abiword-3.0.4::gentoo' (file_723442.txt,370 bytes, text/plain)
2020-05-16 22:10 UTC, Sandino Araico Sanchez
Details
emerge --info '=app-office/abiword-3.0.4::gentoo' (file_723442.txt,8.88 KB, text/plain)
2020-05-16 22:10 UTC, Sandino Araico Sanchez
Details
abiword-asio.patch (abiword-asio.patch,6.44 KB, patch)
2020-06-07 13:54 UTC, David Seifert
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Sandino Araico Sanchez 2020-05-16 21:59:30 UTC
Related to Bug 700852 

In file included from ServiceUnixAccountHandler.h:23,
                 from ServiceUnixAccountHandler.cpp:20:
./../../../backends/service/xp/ServiceAccountHandler.h:152:55: error: ‘bytes_transferred’ is not a member of ‘asio::placeholders’
  152 |        asio::placeholders::error, asio::placeholders::bytes_transferred, recipient,
      |                                                       ^~~~~~~~~~~~~~~~~


Reproducible: Always

Steps to Reproduce:
 equery  l dev-cpp/asio
 * Searching for asio in dev-cpp ...
[IP-] [  ] dev-cpp/asio-1.14.0:0

 emerge -v abiword

Actual Results:  
compile error

Expected Results:  
compile without error
Comment 1 Sandino Araico Sanchez 2020-05-16 22:04:12 UTC
Created attachment 639726 [details]
The complete build log
Comment 2 Sandino Araico Sanchez 2020-05-16 22:08:00 UTC
Created attachment 639728 [details]
The ebuild environment
Comment 3 Sandino Araico Sanchez 2020-05-16 22:10:06 UTC
Created attachment 639730 [details]
emerge -pqv '=app-office/abiword-3.0.4::gentoo'
Comment 4 Sandino Araico Sanchez 2020-05-16 22:10:58 UTC
Created attachment 639732 [details]
emerge --info '=app-office/abiword-3.0.4::gentoo'
Comment 5 David Seifert gentoo-dev 2020-06-07 13:54:01 UTC
Created attachment 643830 [details, diff]
abiword-asio.patch

Please give this patch a try, it works for me.
Comment 6 Sandino Araico Sanchez 2020-06-09 13:14:19 UTC
It compiles with the patch.
Comment 7 Larry the Git Cow gentoo-dev 2020-06-09 16:04:54 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5103e7291cb7793e596668ccb2297026a17e5f2b

commit 5103e7291cb7793e596668ccb2297026a17e5f2b
Author:     David Seifert <soap@gentoo.org>
AuthorDate: 2020-06-09 16:04:38 +0000
Commit:     David Seifert <soap@gentoo.org>
CommitDate: 2020-06-09 16:04:38 +0000

    app-office/abiword: Fix for recent versions of dev-cpp/asio
    
    Closes: https://bugs.gentoo.org/723442
    Package-Manager: Portage-2.3.100, Repoman-2.3.22
    Signed-off-by: David Seifert <soap@gentoo.org>

 app-office/abiword/Manifest             | 2 +-
 app-office/abiword/abiword-3.0.4.ebuild | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)