Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 914047

Summary: gnome-base/gnome-shell-44.4::gentoo: ninja FAILED: src/gnome-shell-portal-helper
Product: Gentoo Linux Reporter: Petr Šourek <sourek.petr>
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED INVALID    
Severity: normal CC: mattst88
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: build.log
emerge --info '=gnome-base/gnome-shell-44.4::gentoo' > emerge.info.log
environment.log

Description Petr Šourek 2023-09-12 10:25:58 UTC
Created attachment 870345 [details]
build.log

Hello,

I am getting error in emerging gnome-base/gnome-shell, where is only FAILED: src/gnome-shell-portal-helper and I am wondering, what I am missing.

Please see attached logs.

Thanks,
Regards,
Petr Sourek
Comment 1 Petr Šourek 2023-09-12 10:26:39 UTC
Created attachment 870346 [details]
emerge --info '=gnome-base/gnome-shell-44.4::gentoo' > emerge.info.log
Comment 2 Petr Šourek 2023-09-12 10:26:54 UTC
Created attachment 870347 [details]
environment.log
Comment 3 Matt Turner gentoo-dev 2023-09-12 17:07:58 UTC
Looks like the real problem is

> /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgjs.so: undefined reference to `getenv@mozjs_102'

What is the output of `emerge dev-libs/gjs -vp`? Does re-emerging gjs help?
Comment 4 Petr Šourek 2023-09-12 17:25:39 UTC
(In reply to Matt Turner from comment #3)
> Looks like the real problem is
> 
> > /usr/lib/gcc/x86_64-pc-linux-gnu/12/../../../../x86_64-pc-linux-gnu/bin/ld: /usr/lib64/libgjs.so: undefined reference to `getenv@mozjs_102'
> 
> What is the output of `emerge dev-libs/gjs -vp`? Does re-emerging gjs help?


I am sorry, did not get it, that I should rebuild gjs.

sudo emerge -av dev-libs/gjs
sudo emerge -avu gnome-base/gnome-shell

Did the trick.

Thanks again,
Regards,
Petr Sourek