Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 622572 - net-p2p/ppcoind-0.4.0: removal (was: with not rebuild with >= miniupnpc-1.9: net.cpp:877:74: error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)')
Summary: net-p2p/ppcoind-0.4.0: removal (was: with not rebuild with >= miniupnpc-1.9: ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 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: Pending removal: 2018-12-11
Keywords: PMASKED
: 648536 (view as bug list)
Depends on:
Blocks:
 
Reported: 2017-06-24 03:41 UTC by deference
Modified: 2018-12-11 13:55 UTC (History)
4 users (show)

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


Attachments
build.log (build-ppcoind.txt,11.77 KB, text/plain)
2017-06-24 03:41 UTC, deference
Details
emerge --info (emergeinfo-ppcoind.txt,32.02 KB, text/plain)
2017-06-24 03:41 UTC, deference
Details

Note You need to log in before you can comment on or make changes to this bug.
Description deference 2017-06-24 03:41:16 UTC
net.cpp: In function 'void ThreadMapPort2(void*)':
net.cpp:877:74: error: invalid conversion from 'int*' to 'unsigned char' [-fpermissive]
     devlist = upnpDiscover(2000, multicastif, minissdpdpath, 0, 0, &error);
                                                                          ^
net.cpp:877:74: error: too few arguments to function 'UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)'
In file included from net.cpp:21:0:
/usr/include/miniupnpc/miniupnpc.h:62:1: note: declared here
 upnpDiscover(int delay, const char * multicastif,
 ^

[ebuild   R   ] net-p2p/ppcoind-0.4.0  USE="examples ipv6 logrotate upnp"
Comment 1 deference 2017-06-24 03:41:29 UTC
Created attachment 477776 [details]
build.log
Comment 2 deference 2017-06-24 03:41:41 UTC
Created attachment 477778 [details]
emerge --info
Comment 3 Pacho Ramos gentoo-dev 2017-07-03 09:30:54 UTC
We will need to drop its upnp support then :/
Comment 4 deference 2017-07-03 14:21:12 UTC
I understand that it's upnp support will need to be dropped, the question is:
1. Is upstream aware and if so, is this being fixed or is this package dead upstream?
I am assuming that you have added the dependency on an older miniupnp locally so that others don't encounter this.
Comment 5 deference 2017-07-03 14:21:55 UTC
Thanks for the thought :)
Comment 6 Pacho Ramos gentoo-dev 2018-02-25 15:58:34 UTC
*** Bug 648536 has been marked as a duplicate of this bug. ***
Comment 7 Pacho Ramos gentoo-dev 2018-06-20 15:12:29 UTC
it seems this needs a major version bump to follow new peercoin:
https://github.com/peercoin/peercoin
Comment 8 Larry the Git Cow gentoo-dev 2018-12-11 13:55:41 UTC
The bug has been closed via the following commit(s):

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

commit c67632ab0b859d5adb326d97ad5cfb09cd92e2e1
Author:     Michał Górny <mgorny@gentoo.org>
AuthorDate: 2018-12-11 13:55:01 +0000
Commit:     Michał Górny <mgorny@gentoo.org>
CommitDate: 2018-12-11 13:55:01 +0000

    net-p2p/ppcoind: Remove last-rited pkg
    
    Closes: https://bugs.gentoo.org/622572
    Signed-off-by: Michał Górny <mgorny@gentoo.org>

 net-p2p/ppcoind/Manifest                           |   1 -
 net-p2p/ppcoind/files/ppcoin.conf                  |   8 --
 net-p2p/ppcoind/files/ppcoin.confd                 |  10 --
 net-p2p/ppcoind/files/ppcoin.initd                 | 104 ------------------
 net-p2p/ppcoind/files/ppcoin.initd-r1              |  28 -----
 net-p2p/ppcoind/files/ppcoin.service               |  30 ------
 .../ppcoind/files/ppcoind-0.4.0-boost_chrono.patch |  10 --
 net-p2p/ppcoind/files/ppcoind-0.4.0-gcc6.patch     |  11 --
 net-p2p/ppcoind/files/ppcoind.logrotate            |   7 --
 net-p2p/ppcoind/metadata.xml                       |  11 --
 net-p2p/ppcoind/ppcoind-0.4.0-r1.ebuild            | 116 ---------------------
 profiles/package.mask                              |   5 -
 12 files changed, 341 deletions(-)