Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 914047 - gnome-base/gnome-shell-44.4::gentoo: ninja FAILED: src/gnome-shell-portal-helper
Summary: gnome-base/gnome-shell-44.4::gentoo: ninja FAILED: src/gnome-shell-portal-helper
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: 2023-09-12 10:25 UTC by Petr Šourek
Modified: 2023-09-12 17:36 UTC (History)
1 user (show)

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


Attachments
build.log (build.log.bz2,9.99 KB, application/x-bzip)
2023-09-12 10:25 UTC, Petr Šourek
Details
emerge --info '=gnome-base/gnome-shell-44.4::gentoo' > emerge.info.log (emerge.info.log,12.12 KB, text/x-log)
2023-09-12 10:26 UTC, Petr Šourek
Details
environment.log (environment.log,120.55 KB, text/x-log)
2023-09-12 10:26 UTC, Petr Šourek
Details

Note You need to log in before you can comment on or make changes to this bug.
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