Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 822270 - gnome-extra/sushi-3.38.1:0/0::gentoo compile failed
Summary: gnome-extra/sushi-3.38.1:0/0::gentoo compile failed
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-07 10:12 UTC by begdory4
Modified: 2022-10-03 02:57 UTC (History)
2 users (show)

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


Attachments
emerge --info '=gnome-extra/sushi-3.38.1::gentoo' (emerge-info.txt,7.40 KB, text/plain)
2021-11-07 10:12 UTC, begdory4
Details
emerge -pqv '=gnome-extra/sushi-3.38.1::gentoo' (emerge-pv.txt,69 bytes, text/plain)
2021-11-07 10:13 UTC, begdory4
Details
/var/tmp/portage/gnome-extra/sushi-3.38.1/temp/build.log (build.log,24.92 KB, text/plain)
2021-11-07 10:14 UTC, begdory4
Details

Note You need to log in before you can comment on or make changes to this bug.
Description begdory4 2021-11-07 10:12:26 UTC
Created attachment 749286 [details]
emerge --info '=gnome-extra/sushi-3.38.1::gentoo'

I am trying to rebuild sushi with -wayland


ERROR: gnome-extra/sushi-3.38.1::gentoo failed (compile phase):
 *   compile failed
 * 
 * Call stack:
 *     ebuild.sh, line  127:  Called src_compile
 *   environment, line 2247:  Called meson_src_compile
 *   environment, line 1590:  Called die
 * The specific snippet of code:
 *       "$@" || die "compile failed"
Comment 1 begdory4 2021-11-07 10:13:01 UTC
Created attachment 749289 [details]
emerge -pqv '=gnome-extra/sushi-3.38.1::gentoo'
Comment 2 begdory4 2021-11-07 10:14:45 UTC
Created attachment 749292 [details]
/var/tmp/portage/gnome-extra/sushi-3.38.1/temp/build.log
Comment 3 Tee KOBAYASHI 2021-11-07 19:53:01 UTC
/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../lib64/libevview3.so: undefined reference to `gdk_wayland_display_get_type'

Probably app-text/evince needs to be rebuilt.

Looks similar to https://bugs.gentoo.org/677292
Comment 4 begdory4 2021-11-07 21:35:57 UTC
Thank you, it works. 

Should i run `emerge -v1 $(equery depends gtk+ | cut -f1)` in addition?