Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 555560 - net-p2p/classified-ads-0.07 : /usr/include/natpmp.h:146:1: error: ‘LIBSPEC’ does not name a type
Summary: net-p2p/classified-ads-0.07 : /usr/include/natpmp.h:146:1: error: ‘LIBSPEC’ d...
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Ian Delaney (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on: 555724
Blocks:
  Show dependency tree
 
Reported: 2015-07-21 14:12 UTC by Toralf Förster
Modified: 2015-08-01 13:23 UTC (History)
2 users (show)

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


Attachments
emerge log (net-p2p-classified-ads-0.07-20150721-135829.log,9.61 KB, text/plain)
2015-07-21 14:12 UTC, Toralf Förster
Details
package history (net-p2p-classified-ads-0.07-20150721-135829.pks,90.36 KB, text/plain)
2015-07-21 14:12 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 2015-07-21 14:12:33 UTC
Created attachment 407344 [details]
emerge log

x86_64-pc-linux-gnu-g++ -c -O2 -pipe -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_SQL_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtSql -I/usr/include/qt4 -I/usr/include/miniupnpc -I. -I. -o networklistener.o net/networklistener.cpp
In file included from net/networklistener.cpp:39:0:
/usr/include/natpmp.h:146:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int initnatpmp(natpmp_t * p, int forcegw, in_addr_t forcedgw);
 ^
/usr/include/natpmp.h:154:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int closenatpmp(natpmp_t * p);
 ^
/usr/include/natpmp.h:162:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int sendpublicaddressrequest(natpmp_t * p);
 ^
/usr/include/natpmp.h:176:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int sendnewportmappingrequest(natpmp_t * p, int protocol,
 ^
/usr/include/natpmp.h:188:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int getnatpmprequesttimeout(natpmp_t * p, struct timeval * timeout);
 ^
/usr/include/natpmp.h:207:1: error: ‘LIBSPEC’ does not name a type
 LIBSPEC int readnatpmpresponseorretry(natpmp_t * p, natpmpresp_t * response);
 ^
net/networklistener.cpp: In member function ‘void NetworkListener::figureOutLocalAddresses()’:
net/networklistener.cpp:327:47: error: ‘initnatpmp’ was not declared in this scope
             initnatpmp(&natpmp,forcegw,gateway);
                                               ^
net/networklistener.cpp:328:165: error: ‘sendnewportmappingrequest’ was not declared in this scope
 .listenPortOfThisNode(), iModel->nodeModel().listenPortOfThisNode(),INT_MAX-1);
                                                                              ^
net/networklistener.cpp:334:58: error: ‘getnatpmprequesttimeout’ was not declared in this scope
                 getnatpmprequesttimeout(&natpmp, &timeout);
                                                          ^
net/networklistener.cpp:336:65: error: ‘readnatpmpresponseorretry’ was not declared in this scope
                 r = readnatpmpresponseorretry(&natpmp, &response);
                                                                 ^
net/networklistener.cpp:350:74: error: ‘sendpublicaddressrequest’ was not declared in this scope
             if(( addrQueryRespCode = sendpublicaddressrequest(&natpmp)) > 0 ) {
                                                                      ^
net/networklistener.cpp:358:66: error: ‘getnatpmprequesttimeout’ was not declared in this scope
                         getnatpmprequesttimeout(&natpmp, &timeout);
                                                                  ^
net/networklistener.cpp:360:73: error: ‘readnatpmpresponseorretry’ was not declared in this scope
                         r = readnatpmpresponseorretry(&natpmp, &response);
                                                                         ^
net/networklistener.cpp:438:32: error: ‘closenatpmp’ was not declared in this scope
             closenatpmp(&natpmp);
                                ^
Makefile:1229: recipe for target 'networklistener.o' failed
make: *** [networklistener.o] Error 1
 * ERROR: net-p2p/classified-ads-0.07::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=net-p2p/classified-ads-0.07::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-p2p/classified-ads-0.07::gentoo'`.
 * The complete build log is located at '/var/log/portage/net-p2p:classified-ads-0.07:20150721-135829.log'.
 * For convenience, a symlink to the build log is located at '/var/tmp/portage/net-p2p/classified-ads-0.07/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-p2p/classified-ads-0.07/temp/environment'.
 * Working directory: '/var/tmp/portage/net-p2p/classified-ads-0.07/work/classified-ads-0.07'
 * S: '/var/tmp/portage/net-p2p/classified-ads-0.07/work/classified-ads-0.07'

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

  This is an unstable amd64 chroot image (named amd64-gnome-unstable_20150719-194535) at a hardened host acting as a tinderbox.

Portage 2.2.20 (python 2.7.10-final-0, default/linux/amd64/13.0/desktop/gnome, gcc-4.9.3, glibc-2.20-r2, 4.0.8-hardened x86_64)
=================================================================
System uname: Linux-4.0.8-hardened-x86_64-Intel-R-_Core-TM-_i7-3770_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16164692 total,   1152152 free
KiB Swap:          0 total,         0 free
Timestamp of repository gentoo: Tue, 21 Jul 2015 12:15:01 +0000
sh bash 4.3_p39
ld GNU ld (Gentoo 2.25 p1.2) 2.25
app-shells/bash:          4.3_p39::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.10::gentoo, 3.3.5-r1::gentoo
dev-util/cmake:           3.2.3::gentoo
dev-util/pkgconfig:       0.28-r3::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.17::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25-r1::gentoo
sys-devel/gcc:            4.8.4::gentoo, 4.9.3::gentoo
sys-devel/gcc-config:     1.8::gentoo
sys-devel/libtool:        2.4.6-r1::gentoo
sys-devel/make:           4.1-r1::gentoo
sys-kernel/linux-headers: 4.1::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

local
    location: /usr/local/portage
    masters: gentoo

gentoo
    location: /usr/portage
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: 9999

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="*"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo /etc/texmf/language.dat.d /etc/texmf/language.def.d /etc/texmf/updmap.d /etc/texmf/web2c"
CXXFLAGS="-O2 -pipe"
DISTDIR="/var/tmp/distfiles"
EMERGE_DEFAULT_OPTS="--nospinner --tree --quiet-build --accept-properties=-interactive --accept-restrict=-fetch"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync network-sandbox news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="http://ftp.uni-erlangen.de/pub/mirrors/gentoo rsync://mirror.netcologne.de/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gor.bytemark.co.uk/gentoo/ rsync://ftp.snt.utwente.nl/gentoo"
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j1"
PKGDIR="/usr/portage/packages"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages"
PORTAGE_TMPDIR="/var/tmp"
USE="X a52 aac acl acpi aes-ni alsa amd64 apache2 avx avx2 berkdb bluetooth branding btrfs bzip2 cairo cdda cdr cgi cli colord consolekit corefonts cracklib crypt cups curl cxx dbus designer dnssec dot dri drmkms dts dvd dvdr ecc eds emboss encode evo exif extraengine fam firefox flac fortran fpm gdbm gif glamor gnome gnome-keyring gnome-online-accounts gpm gstreamer gtk gudev gui iconv icu inifile introspection ipv6 jadetex jpeg lcms libkms libnotify libsecret logrotate mad mbox minizip mmx mmxext mng modules mp3 mp4 mpeg multilib nautilus ncurses nls nptl ogg opengl openmp pam pango pax_kernel pcre pcre16 pdf plasma policykit postgres ppds pulseaudio qemu qml qt3support qt4 readline sdl session spell spice sqlite sqlite3 sse sse2 sse4 sse4_1 sse4_2 ssl ssse3 startup-notification svg tcl tcpd tiff tracker truetype udev udisks uml unicode upower usb usbredir vorbis wxwidgets x264 xcb xkb xml xslt xv xvfb xvid xvmc zenmap zlib" ABI_X86="64" ALSA_CARDS="ali5451 als4000 atiixp atiixp-modem bt87x ca0106 cmipci emu10k1x ens1370 ens1371 es1938 es1968 fm801 hda-intel intel8x0 intel8x0m maestro3 trident usb-audio via82xx via82xx-modem ymfpci" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="kexi words flow plan sheets stage tables krita karbon braindump author" CAMERAS="ptp2" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_X86="aes avx mmx mmxext popcnt sse sse2 sse3 sse4_1 sse4_2 ssse3" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104 v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="keyboard mouse evdev" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="en en_GB" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php5-5" PYTHON_SINGLE_TARGET="python2_7" PYTHON_TARGETS="python2_7 python3_3" RUBY_TARGETS="ruby19 ruby20" USERLAND="GNU" VIDEO_CARDS="fbdev glint intel mach64 mga nouveau nv r128 radeon savage sis tdfx trident vesa via vmware dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  CPPFLAGS, CTARGET, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Toralf Förster gentoo-dev 2015-07-21 14:12:45 UTC
Created attachment 407346 [details]
package history
Comment 2 Antti Järvinen 2015-07-23 09:17:57 UTC
Thank you Toralf for your bug report, 

this particular problem has been seen before but obviously our attempt to fix the problem with strict versioned dependencies was not enough. This problem is because of incompatibility between net-libs/libnatpmp and net-libs/miniupnpc. 

If this problem still happens in your computer (because I think "update world" will fix the issue) could you please do the following: check for installed versions of libraries natpmp and miniupnp, by saying

emerge --search libnatpmp
and
emerge --search miniupnpc

and report which are the installed versions under net-libs category (as both packages have multiple matches with emerge --search, version numbers of dev-python/miniupnpc or dev-python/libnatpmp are not needed).

Also, could you attach into this bug report copy of your installed files /usr/include/declspec.h and /usr/include/miniupnpc/declspec.h as this is the conflicting file, provided by both packages.

--
Antti Järvinen
Comment 3 Antti Järvinen 2015-07-23 09:33:52 UTC
Ah, nevermind, I've got the problem re-produced here, seems like there is new version of miniupnpc.
Comment 4 Antti Järvinen 2015-07-23 21:15:26 UTC
There is a fix available at #555724 and once that ticket is done, the fix may then be verified and this ticket closed, depending in results.
Comment 5 Ian Delaney (RETIRED) gentoo-dev 2015-08-01 13:23:36 UTC
*classified-ads-0.07_p20150728 (01 Aug 2015)

  01 Aug 2015; Ian Delaney <idella4@gentoo.org>
  +classified-ads-0.07_p20150728.ebuild:
  bump; a snapshot of a post release to address a version update of library
  miniupnpc wrt bugs #555724 & #555560. SRC_URI adjusted accordingly, also
  improvements to syntax and style