Summary: | gnome-extra/evolution-data-server-3.52.4-r2 Gdk-ERROR **: gdk_display_manager_get() was called before gtk_init() | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Karim <elatov> |
Component: | Current packages | Assignee: | Gentoo Linux bug wranglers <bug-wranglers> |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | elatov |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | build.log for gnome-extra/evolution-data-server-3.52.4-r2 |
Description
Karim
2025-03-11 18:13:04 UTC
Created attachment 920582 [details]
build.log for gnome-extra/evolution-data-server-3.52.4-r2
may be a dupe of 950673 very strange that you have -std=gnu17 in CFLAGS towards the bottom of your output in comment 0 Yeah I am not sure why I have that in the CFLAGS: ``` > cat /etc/portage/make.conf # These settings were set by the catalyst build script that automatically # built this stage. # Please consult /usr/share/portage/config/make.conf.example for a more # detailed example. CFLAGS="-march=skylake -O2 -pipe" CXXFLAGS="${CFLAGS}" FCFLAGS="${FFLAGS}" FFLAGS="${CFLAGS}" MAKEOPTS="-j10" USE="X jpeg truetype zsh-completion -ipv6 -gnome -kde systemd \ bindist amd64 bzip2 -qt5 libnotify pulseaudio dbus alsa \ introspection networkmanager" CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sse sse2 sse3 sse4_1 sse4_2 ssse3" VIDEO_CARDS="intel" INPUT_DEVICES="evdev" # NOTE: This stage was built with the bindist Use flag enabled PORTDIR="/var/db/repos/gentoo" DISTDIR="/var/cache/distfiles" PKGDIR="/var/cache/binpkgs" # This sets the language of build output to English. # Please keep this setting intact when reporting bugs. LC_MESSAGES=C GENTOO_MIRRORS="http://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.cs.utah.edu/" GRUB_PLATFORMS="efi-64" FEATURES="-network-sandbox" #EMERGE_DEFAULT_OPTS="--exclude sys-kernel/gentoo-kernel-bin" ``` And you are also correct that it maybe a dup. I reviewed the build log from that bug and it's the same. I will close this as a dup. *** This bug has been marked as a duplicate of bug 950673 *** (In reply to Karim from comment #3) > Yeah I am not sure why I have that in the CFLAGS: > Maybe something in /etc/portage/env? Thanks for following up. The ebuild adds -std=gnu17. |