Summary: | net-p2p/classified-ads-0.09 : net/networklistener.cpp:267:52: error: too few arguments to function ‘UPNPDev* upnpDiscover(int, const char*, const char*, int, int, unsigned char, int*)’ | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Toralf Förster <toralf> |
Component: | Current packages | Assignee: | Antti Järvinen <antti.jarvinen> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | idella4 |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge-history.txt
environment net-p2p:classified-ads-0.09:20151020-205019.log Ebuild fixing the miniupnpc api breakage |
Description
Toralf Förster
![]() Created attachment 415034 [details]
emerge-history.txt
Created attachment 415036 [details]
environment
Created attachment 415038 [details]
net-p2p:classified-ads-0.09:20151020-205019.log
FWIW it failed during @preserved-rebuild, origin emerge went fine All right, seems like miniupnpc-1.9 has (again) slightly different API in new version, thank you for the report. Created attachment 415196 [details]
Ebuild fixing the miniupnpc api breakage
Ok, attached is ebuild that is a VCS snapshot on top of 0.09 release. It only fixes the API breakage, program seems to be functional also with the new miniupnpc.
Fix for this is included also in https://github.com/gentoo/gentoo/pull/500 that is for bug 568874 but includes this one too. The changes were merged by Ian, so this is now fixed. commit 6575f8afba024acbe3fec867d0368fab7ac53eb8 Author: Antti Jarvinen <antti.jarvinen@katiska.org> Date: Tue Dec 22 19:57:11 2015 +0200 net-p2p/classified-ads: Fix bug 568874 - use correct qmake version Changes due to comments at https://github.com/gentoo/gentoo/pull/500 |