Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 532250 - [gnome-overlay] mutter-3.14.2 - ./.libs/libmutter.so: undefined reference to `clutter_egl_set_kms_fd'
Summary: [gnome-overlay] mutter-3.14.2 - ./.libs/libmutter.so: undefined reference to ...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GNOME (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 532624 (view as bug list)
Depends on:
Blocks: gnome-3.14
  Show dependency tree
 
Reported: 2014-12-11 10:15 UTC by Kobboi
Modified: 2015-01-02 10:07 UTC (History)
2 users (show)

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


Attachments
build.log (build.log,513.30 KB, text/plain)
2014-12-11 10:16 UTC, Kobboi
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kobboi 2014-12-11 10:15:59 UTC
Maybe related to the patch in https://mail.gnome.org/archives/commits-list/2014-March/msg04992.html ?

$ sudo emerge -pv1 mutter

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R    ] x11-wm/mutter-3.14.2::gnome  USE="introspection kms%* wayland%* -debug {-test}" 0 KiB

Total: 1 package (1 reinstall), Size of downloads: 0 KiB

$  eix -e clutter
[I] media-libs/clutter
     Available versions:  (1.0) 1.18.2{tbz2} (~)1.18.4{tbz2} (~)1.20.0{tbz2}[1] **9999[1]
       {+X aqua debug doc egl gtk +introspection test wayland}
     Installed versions:  1.20.0(1.0){tbz2}[1](11:58:51 AM 12/08/2014)(X egl gtk introspection wayland -aqua -debug -doc -test)
     Homepage:            https://wiki.gnome.org/Projects/Clutter
     Description:         Clutter is a library for creating graphical user interfaces

[1] "gnome" /var/lib/layman/gnome

Reproducible: Always
Comment 1 Kobboi 2014-12-11 10:16:40 UTC
Created attachment 391424 [details]
build.log
Comment 2 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-12-11 13:36:56 UTC
yes, please rebuild all dependencies that got updated and the error will go away. emerge --new-use should do the trick.

I still need to add a flag on gnome-shell since it needs a rebuild if you want to use it on wayland after rebuilding mutter with wayland support but everything else is covered by proper dependencies now.
Comment 3 Kobboi 2014-12-11 13:56:37 UTC
Well, -N does not seem to do the trick. emerge -uDN world -av --complete-graph=y --with-bdeps=y only wants to rebuild mutter. Maybe I should just wait for this to be fixed properly instead? I mean my current goal is to detect issues, I'm not blocked in my daily routine by not having certain features yet.
Comment 4 Mark R. Pariente 2014-12-12 00:33:50 UTC
Same here, don't see any new use flags on clutter.
Comment 5 Pacho Ramos gentoo-dev 2014-12-15 15:20:17 UTC
*** Bug 532624 has been marked as a duplicate of this bug. ***
Comment 6 Gilles Dartiguelongue (RETIRED) gentoo-dev 2014-12-23 23:03:06 UTC
So, does rebuilding clutter fix the problem or not ? I moved the ebuild to the tree so it's not going to change without a revbump again.
Comment 7 Emanuel Dávila 2015-01-02 01:29:15 UTC
(In reply to Gilles Dartiguelongue from comment #6)
> So, does rebuilding clutter fix the problem or not ? I moved the ebuild to
> the tree so it's not going to change without a revbump again.

rebuilding clutter fixed it for me... thanks
Comment 8 Gilles Dartiguelongue (RETIRED) gentoo-dev 2015-01-02 10:07:58 UTC
Ok, thanks for the update.