Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 568190 - net-news/liferea-1.10.17 fails to build: undefined reference to `notification_node_has_new_items'
Summary: net-news/liferea-1.10.17 fails to build: undefined reference to `notification...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Iskren Slavov
URL: https://github.com/lwindolf/liferea/i...
Whiteboard:
Keywords:
Depends on: 577452
Blocks:
  Show dependency tree
 
Reported: 2015-12-13 21:21 UTC by teefax
Modified: 2016-11-20 17:00 UTC (History)
5 users (show)

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


Attachments
build.log (build.log,199.95 KB, text/plain)
2015-12-14 09:35 UTC, teefax
Details

Note You need to log in before you can comment on or make changes to this bug.
Description teefax 2015-12-13 21:21:41 UTC
Linker error for net-news/liferea-1.10.17 USE="-ayatana -libnotify":

/bin/sh ../libtool  --tag=CC   --mode=link x86_64-pc-linux-gnu-gcc  -march=native -O2 -pipe  -Wl,-O1 -Wl,--as-needed -o liferea au
th.o auth_activatable.o browser.o browser_history.o comments.o common.o conf.o date.o db.o dbus.o debug.o e-date.o enclosure.o exp
ort.o favicon.o feed.o feed_parser.o feedlist.o folder.o html.o htmlview.o item.o item_history.o item_loader.o item_state.o itemse
t.o itemlist.o json.o metadata.o migrate.o net.o net_monitor.o newsbin.o node.o node_type.o plugins_engine.o render.o rule.o socia
l.o subscription.o update.o main.o vfolder.o vfolder_loader.o xml.o parsers/libliparsers.a fl_sources/libliflsources.a ui/libliui.
a webkit/libwebkit.a -lxslt -lxml2 -lz -lm -ldl -lm -lxml2 -lsqlite3 -lgthread-2.0 -pthread -lwebkitgtk-3.0 -lsoup-2.4 -ljavascrip
tcoregtk-3.0 -ljson-glib-1.0 -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_p
ixbuf-2.0 -lpeas-1.0 -Wl,--export-dynamic -lgmodule-2.0 -pthread -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0   -lgirepos
itory-1.0 -lgobject-2.0 -lglib-2.0 
libtool: link: x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -Wl,-O1 -o liferea auth.o auth_activatable.o browser.o browser_hist
ory.o comments.o common.o conf.o date.o db.o dbus.o debug.o e-date.o enclosure.o export.o favicon.o feed.o feed_parser.o feedlist.
o folder.o html.o htmlview.o item.o item_history.o item_loader.o item_state.o itemset.o itemlist.o json.o metadata.o migrate.o net
.o net_monitor.o newsbin.o node.o node_type.o plugins_engine.o render.o rule.o social.o subscription.o update.o main.o vfolder.o v
folder_loader.o xml.o -pthread -Wl,--export-dynamic -pthread  -Wl,--as-needed parsers/libliparsers.a fl_sources/libliflsources.a u
i/libliui.a webkit/libwebkit.a -lxslt -lz -ldl -lm -lxml2 -lsqlite3 -lgthread-2.0 -lwebkitgtk-3.0 -lsoup-2.4 -ljavascriptcoregtk-3
.0 -ljson-glib-1.0 -lpeas-gtk-1.0 -lgtk-3 -lgdk-3 -lpangocairo-1.0 -lpango-1.0 -latk-1.0 -lcairo-gobject -lcairo -lgdk_pixbuf-2.0 
-lpeas-1.0 -lgmodule-2.0 -lgio-2.0 -lgirepository-1.0 -lgobject-2.0 -lglib-2.0 -pthread
feed.o: In function `feed_process_update_result':
feed.c:(.text+0x12c): undefined reference to `notification_node_has_new_items'
fl_sources/libliflsources.a(libliflsources_a-ttrss_source_feed.o): In function `ttrss_feed_subscription_process_update_result':
ttrss_source_feed.c:(.text+0x377): undefined reference to `notification_node_has_new_items'
collect2: error: ld returned 1 exit status
Makefile:629: recipe for target 'liferea' failed
make[3]: *** [liferea] Error 1
make[3]: Leaving directory '/var/tmp/portage/net-news/liferea-1.10.17/work/liferea-1.10.17/src'
Makefile:810: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/net-news/liferea-1.10.17/work/liferea-1.10.17/src'
Makefile:649: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/net-news/liferea-1.10.17/work/liferea-1.10.17'
Makefile:453: recipe for target 'all' failed
make: *** [all] Error 2
 * ERROR: net-news/liferea-1.10.17::gentoo failed (compile phase):
 *   emake failed
 * 
 * If you need support, post the output of `emerge --info '=net-news/liferea-1.10.17::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-news/liferea-1.10.17::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-news/liferea-1.10.17/temp/build.log'.
 * The ebuild environment file is located at '/var/tmp/portage/net-news/liferea-1.10.17/temp/environment'.
 * Working directory: '/var/tmp/portage/net-news/liferea-1.10.17/work/liferea-1.10.17'
 * S: '/var/tmp/portage/net-news/liferea-1.10.17/work/liferea-1.10.17'
Comment 1 Tomáš Mózes 2015-12-14 06:40:10 UTC
 * If you need support, post the output of `emerge --info '=net-news/liferea-1.10.17::gentoo'`,
 * the complete build log and the output of `emerge -pqv '=net-news/liferea-1.10.17::gentoo'`.
 * The complete build log is located at '/var/tmp/portage/net-news/liferea-1.10.17/temp/build.log'.
Comment 2 teefax 2015-12-14 09:35:17 UTC
Created attachment 419152 [details]
build.log

% emerge --info '=net-news/liferea-1.10.17::gentoo'

Portage 2.2.26 (python 3.4.3-final-0, default/linux/amd64/13.0/desktop/kde/systemd, gcc-4.9.3, glibc-2.22-r1, 4.3.2-gentoo x86_64)
=================================================================
                         System Settings
=================================================================
System uname: Linux-4.3.2-gentoo-x86_64-Intel-R-_Core-TM-_i3-3110M_CPU_@_2.40GHz-with-gentoo-2.2
KiB Mem:     7997788 total,   3431560 free
KiB Swap:    9437180 total,   9437180 free
Timestamp of repository gentoo: Mon, 14 Dec 2015 00:45:01 +0000
sh bash 4.3_p42
ld GNU ld (Gentoo 2.25.1 p1.1) 2.25.1
app-shells/bash:          4.3_p42::gentoo
dev-java/java-config:     2.2.0::gentoo
dev-lang/perl:            5.22.0::gentoo
dev-lang/python:          2.7.11::gentoo, 3.4.3-r5::gentoo, 3.5.1::gentoo
dev-util/cmake:           3.4.1::gentoo
dev-util/pkgconfig:       0.29::gentoo
sys-apps/baselayout:      2.2::gentoo
sys-apps/openrc:          0.19.1::gentoo
sys-apps/sandbox:         2.9::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.1-r1::gentoo
sys-devel/gcc:            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.3::gentoo (virtual/os-headers)
sys-libs/glibc:           2.22-r1::gentoo
Repositories:

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

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

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

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

ACCEPT_KEYWORDS="amd64 ~amd64"
ACCEPT_LICENSE="@FREE"
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="-march=native -O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FCFLAGS="-O2 -pipe"
FEATURES="assume-digests binpkg-logs buildpkg 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 webrsync-gpg xattr"
FFLAGS="-O2 -pipe"
GENTOO_MIRRORS="ftp://ftp.uni-erlangen.de/pub/mirrors/gentoo ftp://ftp-stud.hs-esslingen.de/pub/Mirrors/gentoo/ ftp://sunsite.informatik.rwth-aachen.de/pub/Linux/gentoo"
LANG="de_DE.utf8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
MAKEOPTS="-j4"
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 alsa amd64 berkdb bluetooth bzip2 cairo cdda cdr cli cracklib crypt cryptsetup cups cxx dbus declarative dri dts dvd dvdr emboss encode exif fam firefox flac fontconfig fortran gdbm gif glamor gpm gtk iconv icu ipv6 jpeg kde kipi lcms ldap libnotify mad mmx mmxext mng modules mp3 mp4 mpeg multilib ncurses networkmanager nls nptl ogg opengl openmp pam pango pcre pdf phonon plasma png policykit ppds pulseaudio qt3support qt4 qt5 readline sdl seccomp semantic-desktop session spell sse sse2 ssl startup-notification svg systemd tcpd tiff truetype udev udisks unicode upower usb vaapi vorbis wxwidgets x264 xattr xcb xcomposite xinerama xml xscreensaver xv xvid zlib zsh zsh-completion" 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="mmx mmxext sse sse2" 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 synaptics" 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_4" RUBY_TARGETS="ruby20 ruby21 ruby22" USERLAND="GNU" VIDEO_CARDS="intel" 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:  CC, CPPFLAGS, CTARGET, CXX, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, USE_PYTHON

% emerge -pqv '=net-news/liferea-1.10.17::gentoo'

[ebuild     U ] net-news/liferea-1.10.17 [1.10.12] USE="-ayatana -libnotify"
Comment 3 Víctor Ostorga (RETIRED) gentoo-dev 2015-12-27 19:02:58 UTC
Yes, this is happening in liferea 1.10.17 when libnotify useflag is disabled
Comment 4 Víctor Ostorga (RETIRED) gentoo-dev 2015-12-30 21:50:04 UTC
Masked 1.10.17 
1.10.16 works fine
Comment 5 Teodor Petrov 2016-02-20 09:15:50 UTC
(In reply to Víctor Ostorga from comment #4)
> Masked 1.10.17 
> 1.10.16 works fine

1.10.16 crashes every time the properties dialog for a subscription is opened.
1.10.18 has been released and by the locks of it includes your fix for this issue.
Comment 6 Drake Wyrm 2016-08-07 16:55:21 UTC
The 1.10.18 release fixed this build error.
Comment 7 Göktürk Yüksek archtester gentoo-dev 2016-11-20 17:00:07 UTC
commit 94e68420a45249b9df2044866b57d0427cf54dfa
Author:     Yuri Konotopov <ykonotopov@gmail.com>
AuthorDate: Sat Nov 19 00:08:21 2016 +0300
Commit:     Göktürk Yüksek <gokturk@gentoo.org>
CommitDate: Sun Nov 20 11:52:54 2016 -0500

    net-news/liferea: version bump, eapi 6 bump, removed gconf dependency.
    
    Added myself as proxy-maintainer.
    
    Gentoo-Bug: https://bugs.gentoo.org/546188
    Gentoo-Bug: https://bugs.gentoo.org/568190
    Gentoo-Bug: https://bugs.gentoo.org/577452
    
    Acked-by: Iskren Slavov <iskren.s@gmail.com>