Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 616732 - kde-apps/kalarm-4.14.11_pre20160211 doesn't compile anymore after upgrading gcc
Summary: kde-apps/kalarm-4.14.11_pre20160211 doesn't compile anymore after upgrading gcc
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-27 14:52 UTC by Christophe PEREZ
Modified: 2017-04-29 08:31 UTC (History)
0 users

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


Attachments
emerge log (kde-apps:kalarm-4.14.11_pre20160211:20170427-143506.log,396.47 KB, text/x-log)
2017-04-27 14:52 UTC, Christophe PEREZ
Details
emerge --info (emerge_info,6.04 KB, text/plain)
2017-04-27 14:53 UTC, Christophe PEREZ
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Christophe PEREZ 2017-04-27 14:52:11 UTC
Created attachment 471010 [details]
emerge log

After upgrading from sys-devel/gcc-4.9.4 to sys-devel/gcc-5.4.0-r3, I did :
revdep-rebuild --library 'libstdc++.so.6' -- --exclude gcc
but, kalarm (and kde-apps/kdepim-common-libs but didn't investigate about it) doesn't compile anymore.
Tried with FEATURES="-distcc" then MAKEOPTS="-j1".
Comment 1 Christophe PEREZ 2017-04-27 14:53:06 UTC
Created attachment 471012 [details]
emerge --info
Comment 2 Andreas Sturmlechner gentoo-dev 2017-04-27 16:22:59 UTC
Apparently you didn't rebuild dev-libs/xapian as part of the big revdep-rebuild, or it failed to build.
Comment 3 Christophe PEREZ 2017-04-27 17:14:49 UTC
Yes I did
# genlop -i xapian
 * dev-libs/xapian


   Total builds: 9
   Global build time: 17 minutes and 40 seconds.
   Average merge time: 1 minute and 57 seconds.

   Info about currently installed ebuild:

   * dev-libs/xapian-1.2.24
   Install date: Thu Apr 27 13:13:08 2017
   USE=" -doc -static-libs --cpu_flags_x86_sse -+cpu_flags_x86_sse2 -+brass -+chert -+inmemory"
   CFLAGS="-march=nocona -O2 -pipe   CXXFLAGS="-march=nocona -O2 -pipe   LDFLAGS="-Wl,-O1 -Wl,--as-needed"

And revdep-rebuild doesn't give ANYTHING to compile.
Comment 4 Andreas Sturmlechner gentoo-dev 2017-04-27 20:43:27 UTC
Of course(In reply to Christophe PEREZ from comment #3)
> And revdep-rebuild doesn't give ANYTHING to compile.
Of course not, I assumed you are aware of the revdep-rebuild command required for the GCC-5 upgrade as described in the news item.

Your build.log tells the opposite. Check `equery b /usr/lib64/libbaloopim.so.4` and rebuild that.
Comment 5 Christophe PEREZ 2017-04-28 02:50:41 UTC
(In reply to Andreas Sturmlechner from comment #4)
> Of course not, I assumed you are aware of the revdep-rebuild command
> required for the GCC-5 upgrade as described in the news item.

did you read my first post ?

> Your build.log tells the opposite. Check `equery b
> /usr/lib64/libbaloopim.so.4` and rebuild that.

baloo, and I compiled 100 times.

But no problem, forget it.
Comment 6 Andreas Sturmlechner gentoo-dev 2017-04-28 06:03:57 UTC
(In reply to Christophe PEREZ from comment #5)
> (In reply to Andreas Sturmlechner from comment #4)
> > Of course not, I assumed you are aware of the revdep-rebuild command
> > required for the GCC-5 upgrade as described in the news item.
> 
> did you read my first post ?
*That* command does not give any package to rebuild?
Comment 7 Andreas Sturmlechner gentoo-dev 2017-04-28 06:09:33 UTC
Also, just in case kdepim-common-libs was not rebuilt, do that manually as well.
Comment 8 Andreas Sturmlechner gentoo-dev 2017-04-28 06:29:58 UTC
...and disable ccache.