Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 645234 - gnome-base/gvfs-1.32.1-r1 ld: error: cannot find -lsoup-gnome-2.4
Summary: gnome-base/gvfs-1.32.1-r1 ld: error: cannot find -lsoup-gnome-2.4
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-21 11:27 UTC by Petross404(Petros S)
Modified: 2018-03-25 22:17 UTC (History)
0 users

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


Attachments
build.log (gnome-base:gvfs-1.32.1-r1:20180121-111640.log,462.96 KB, text/x-log)
2018-01-21 11:27 UTC, Petross404(Petros S)
Details
emerge --info (info,25.64 KB, text/plain)
2018-01-21 11:28 UTC, Petross404(Petros S)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Petross404(Petros S) 2018-01-21 11:27:20 UTC
Created attachment 515632 [details]
build.log

=gnome-base/gvfs-1.32.1-r1 stopped during compile with : 

/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: error: cannot find -lsoup-gnome-2.4
Comment 1 Petross404(Petros S) 2018-01-21 11:28:05 UTC
Created attachment 515634 [details]
emerge --info
Comment 2 Mart Raudsepp gentoo-dev 2018-01-21 12:15:19 UTC
Sounds like you haven't upgraded gnome-online-accounts, libsoup or libgdata in a while and have some ancient soup-gnome-2.4 references in /usr/lib64/pkgconfig/*.pc files still, or something.
Maybe check if
grep -l soup-gnome /usr/lib64/pkgconfig/*.pc |xargs qfile -e
lists something and rebuild those? (requires portage-utils for qfile command)
Comment 3 Petross404(Petros S) 2018-03-25 21:53:26 UTC
(In reply to Mart Raudsepp from comment #2)
> Sounds like you haven't upgraded gnome-online-accounts, libsoup or libgdata
> in a while and have some ancient soup-gnome-2.4 references in
> /usr/lib64/pkgconfig/*.pc files still, or something.
> Maybe check if
> grep -l soup-gnome /usr/lib64/pkgconfig/*.pc |xargs qfile -e
> lists something and rebuild those? (requires portage-utils for qfile command)

I had to rebuild many gnome-* packages and I avoided this due to webkit-gtk. Finally, everything is back to nornal, thanks.
Comment 4 Gilles Dartiguelongue (RETIRED) gentoo-dev 2018-03-25 22:17:15 UTC
Thanks for the update.