Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549704 - net-p2p/retroshare-0.6.0_pre20150415 fails to compile: rsrankitems.h:30:35: fatal error: serialiser/rstlvtypes.h: No such file or directory
Summary: net-p2p/retroshare-0.6.0_pre20150415 fails to compile: rsrankitems.h:30:35: f...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal minor (vote)
Assignee: Sergey Popov
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-17 10:54 UTC by Mark Nowiasz
Modified: 2015-06-14 23:14 UTC (History)
0 users

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


Attachments
build.log (build.log.gz,39.82 KB, application/gzip)
2015-05-17 10:56 UTC, Mark Nowiasz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Nowiasz 2015-05-17 10:54:19 UTC
When trying to upgrade retroshare to 0.6.0_pre20150415, retroshare fails to compile with a couple of compiler errors

Reproducible: Always

Steps to Reproduce:
1. emerge -uDN @world @system
2.
3.
Actual Results:  
n file included from p3ranking.cc:26:0:
rsrankitems.h:30:35: fatal error: serialiser/rstlvtypes.h: No such file or directory
 #include "serialiser/rstlvtypes.h"
                                   ^
compilation terminated.
Makefile:532: recipe for target 'p3ranking.o' failed
make: *** [p3ranking.o] Error 1
make: *** Waiting for unfinished jobs....
LinksCloudPlugin.cpp:2:28: fatal error: util/rsversion.h: No such file or directory
 #include <util/rsversion.h>
                            ^
compilation terminated.
In file included from rsrankitems.cc:29:0:
rsrankitems.h:30:35: fatal error: serialiser/rstlvtypes.h: No such file or directory
 #include "serialiser/rstlvtypes.h"
                                   ^
compilation terminated.
Makefile:621: recipe for target 'LinksCloudPlugin.o' failed
make: *** [LinksCloudPlugin.o] Error 1
Makefile:582: recipe for target 'rsrankitems.o' failed
make: *** [rsrankitems.o] Error 1
LinksDialog.cpp: In member function ‘void LinksDialog::changedSortFrom(int)’:
LinksDialog.cpp:246:59: error: no matching function for call to ‘std::list<std::basic_string<char> >::push_back(const RsPeerId&)’
                         peers.push_back(mPeers->getOwnId());
                                                           ^
LinksDialog.cpp:246:59: note: candidate is:
In file included from /usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/list:63:0,
                 from /usr/include/qt5/QtCore/qlist.h:43,
                 from /usr/include/qt5/QtCore/qobject.h:43,
                 from /usr/include/qt5/QtWidgets/qwidget.h:38,
                 from /usr/include/qt5/QtWidgets/qmenu.h:37,
                 from /usr/include/qt5/QtWidgets/QMenu:1,
                 from LinksDialog.cpp:22:
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_list.h:1028:7: note: void std::list<_Tp, _Alloc>::push_back(const value_type&) [with _Tp = std::basic_string<char>; _Alloc = std::allocator<std::basic_string<char> >; std::list<_Tp, _Alloc>::value_type = std::basic_string<char>]
       push_back(const value_type& __x)
       ^
/usr/lib/gcc/x86_64-pc-linux-gnu/4.9.2/include/g++-v4/bits/stl_list.h:1028:7: note:   no known conversion for argument 1 from ‘const RsPeerId {aka const t_RsGenericIdType<16u, false, 1u>}’ to ‘const value_type& {aka const std::basic_string<char>&}’
LinksDialog.cpp: In member function ‘void LinksDialog::updateLinks()’:
LinksDialog.cpp:466:103: error: no matching function for call to ‘RsPeers::getPeerName(std::string&)’
       QString peerLabel = QString::fromStdString(mPeers->getPeerName(cit->id));
                                                                             ^
LinksDialog.cpp:466:103: note: candidate is:
In file included from LinksDialog.h:27:0,
                 from LinksDialog.cpp:27:
../../libretroshare/src/retroshare/rspeers.h:309:23: note: virtual std::string RsPeers::getPeerName(const RsPeerId&)
   virtual std::string getPeerName(const RsPeerId &ssl_id)   = 0;
                       ^
../../libretroshare/src/retroshare/rspeers.h:309:23: note:   no known conversion for argument 1 from ‘std::string {aka std::basic_string<char>}’ to ‘const RsPeerId& {aka const t_RsGenericIdType<16u, false, 1u>&}’
LinksDialog.cpp: In member function ‘void LinksDialog::updateComments(std::string, std::string)’:
LinksDialog.cpp:672:46: error: conversion from ‘const RsPeerId {aka const t_RsGenericIdType<16u, false, 1u>}’ to non-scalar type ‘std::string {aka std::basic_string<char>}’ requested
         std::string ownId = mPeers->getOwnId();
                                              ^
LinksDialog.cpp: In member function ‘void LinksDialog::voteup_score(int)’:
LinksDialog.cpp:910:46: error: conversion from ‘const RsPeerId {aka const t_RsGenericIdType<16u, false, 1u>}’ to non-scalar type ‘std::string {aka std::basic_string<char>}’ requested
         std::string ownId = mPeers->getOwnId();
                                              ^
Makefile:550: recipe for target 'LinksDialog.o' failed
make: *** [LinksDialog.o] Error 1
make: Leaving directory '/var/tmp/portage/net-p2p/retroshare-0.6.0_pre20150415/work/retroshare-0.6.0_pre20150415/plugins/LinksCloud'



emerge --info '=net-p2p/retroshare-0.6.0_pre20150415::gentoo'
!!! Repository 'x-portage' is missing masters attribute in '/usr/local/portage/metadata/layout.conf'
!!! Set 'masters = gentoo' in this file for future compatibility
Portage 2.2.19 (python 3.3.5-final-0, default/linux/amd64/13.0, gcc-4.9.2, glibc-2.20-r2, 4.0.3-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.0.3-gentoo-x86_64-Intel-R-_Core-TM-_i7-2600_CPU_@_3.40GHz-with-gentoo-2.2
KiB Mem:    16420440 total,    349136 free
KiB Swap:   33554428 total,  33554236 free
Timestamp of repository gentoo: Sun, 17 May 2015 09:45:01 +0000
sh bash 4.3_p33-r2
ld GNU ld (Gentoo 2.25 p1.0) 2.25
app-shells/bash:          4.3_p33-r2::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.20.2-r1::gentoo
dev-lang/python:          2.7.9-r2::gentoo, 3.3.5-r1::gentoo
dev-util/cmake:           3.2.2::gentoo
dev-util/pkgconfig:       0.28-r2::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.16.3::gentoo
sys-apps/sandbox:         2.6-r1::gentoo
sys-devel/autoconf:       2.13::gentoo, 2.69-r1::gentoo
sys-devel/automake:       1.10.3-r1::gentoo, 1.11.6-r1::gentoo, 1.13.4::gentoo, 1.14.1::gentoo, 1.15::gentoo
sys-devel/binutils:       2.25::gentoo
sys-devel/gcc:            4.9.2::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.0::gentoo (virtual/os-headers)
sys-libs/glibc:           2.20-r2::gentoo
Repositories:

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

x-portage
    location: /usr/local/portage
    masters: gentoo
    priority: 0

eigenlay
    location: /var/lib/layman/eigenlay
    masters: gentoo
    priority: 50

kde
    location: /var/lib/layman/kde
    masters: gentoo
    priority: 50

owncloud-client
    location: /var/lib/layman/owncloud-client
    masters: gentoo
    priority: 50

scrill
    location: /var/lib/layman/scrill
    masters: gentoo
    priority: 50

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="* -@EULA"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-march=native -O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/lib64/libreoffice/program/sofficerc /usr/share/config /usr/share/easy-rsa /usr/share/gnupg/qualified.txt /usr/share/themes/oxygen-gtk/gtk-2.0 /var/lib/hsqldb"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/php/apache2-php5.6/ext-active/ /etc/php/cgi-php5.6/ext-active/ /etc/php/cli-php5.6/ext-active/ /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="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs config-protect-if-modified distlocks ebuild-locks fixlafiles merge-sync news parallel-fetch preserve-libs protect-owned sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.tu-clausthal.de/pub/linux/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ ftp://linux.rz.ruhr-uni-bochum.de/gentoo-mirror/ http://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo ftp://ftp.wh2.tu-dresden.de/pub/mirrors/gentoo ftp://ftp.join.uni-muenster.de/pub/linux/distributions/gentoo http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ ftp://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://gentoo.mneisen.org/ http://de-mirror.org/distro/gentoo/ ftp://de-mirror.org/distro/gentoo/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ ftp://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://mirror.jamit.de/gentoo/ http://mirror.netcologne.de/gentoo/ ftp://mirror.netcologne.de/gentoo/ "
LANG="en_US.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j9"
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 aalib acl acpi aim alsa amd64 apng audiofile avx ayatana bash-completion bcmath berkdb blas bluetooth branding bzip2 cairo calendar cdb cdda cddb cdinstall cdparanoia cdr chromium cli clutter colord consolekit cracklib crypt cryptsetup css cups curl curlwrappers cvs cxx dbus djvu dng dri dts dv dvb dvd dvdr encode enscript evo exif expat fam farstream ffmpeg fftw flac flickr fontconfig foomaticdb fortran ftp gd gdbm gdu geo geoip gif gimp git glut gmp gnuplot gnutls google gphoto2 graphicsmagick graphviz gsl gsm gstreamer gtk gtk3 gtkhtml gudev gzip handbook hbci hddtemp hdf5 iconv icq icu idn imagemagick imap imlib ipv6 jabber jack java java6 javascript jbig jingle jit joystick jpeg jpeg2k kde kdepim lame lapack lash latex lcms ldap libcaca libedit libffi libnotify libsamplerate libwww lm_sensors lua lzma lzo mad maildir matroska memlimit mercurial mhash mikmod milter mime mmap mms mmx mmxext mng modplug modules mono mp3 mp4 mpeg mpi mplayer msn mtp multilib musepack musicbrainz mysql mysqli nas ncurses netcdf nls nntp nocd nptl nsplugin ocr odbc offensive ofx ogg openal opencl openexr opengl openmax openmp openvg osc oscar pam pcntl pcre pda pdf pentax php plasma plotutils png policykit portaudio ppds pulseaudio python qt3support qt4 quicktime raw rdesktop readline recode rss samba sasl scanner sdl semantic-desktop session sharedmem shorten slang slp smp sndfile snmp soap sockets sound sox speex spell sqlite sqlite3 sse sse2 sse3 ssl startup-notification subversion suid svg syslog szip taglib tcpd telepathy themes theora threads tiff timidity tokenizer truetype udev unicode upnp usb v4l vala vcd vdpau video videos vim-syntax vnc vorbis vpn vpnc wavpack webkit win32codecs wmf wxwidgets x264 xa xattr xcb xcomposite xface xft xinerama xml xmlrpc xmp xmpp xosd xpm xscreensaver xsl xulrunner xv xvid xvmc yahoo yaz zeroconf zip zlib" ABI_X86="64 32" 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 rtcm104v3 sirf superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="evdev mouse keyboard" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LINGUAS="de en" 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="nvidia" 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, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON
Comment 1 Mark Nowiasz 2015-05-17 10:56:47 UTC
Created attachment 403466 [details]
build.log
Comment 2 Felix Janda 2015-05-17 16:57:21 UTC
upstream removed serialiser/rsltvtypes.h at some point, but didn't
update the LinksCloud plugin. It is still not fixed in current svn.

As a work-around, try emerging with USE="-links-cloud"
Comment 3 Sergey Popov gentoo-dev 2015-06-14 23:14:58 UTC
According to upstream - separate links-cloud plugin is discontinued and parts of it functionality was merged into a retroshare binary itself

+  14 Jun 2015; Sergey Popov <pinkbyte@gentoo.org>
+  retroshare-0.6.0_pre20150415.ebuild:
+  Remove USE-flag for discontinued links-cloud plugin, wrt bug #549704