Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795471 - gnome-base/gnome-shell-40.2: FAILED: src/gnome-shell-portal-helper
Summary: gnome-base/gnome-shell-40.2: FAILED: src/gnome-shell-portal-helper
Status: RESOLVED DUPLICATE of bug 795507
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: 2021-06-11 23:23 UTC by HougeLangley
Modified: 2021-07-13 07:10 UTC (History)
1 user (show)

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


Attachments
emerge --info (emerge-info,7.16 KB, text/plain)
2021-06-11 23:24 UTC, HougeLangley
Details
Full Log (build.log,235.74 KB, text/x-log)
2021-06-11 23:25 UTC, HougeLangley
Details
emerge environment (environment,119.92 KB, text/plain)
2021-06-11 23:26 UTC, HougeLangley
Details

Note You need to log in before you can comment on or make changes to this bug.
Description HougeLangley 2021-06-11 23:23:01 UTC
Update to new version, gnome-shell-40.2 failed to build

Reproducible: Always

Steps to Reproduce:
doas emerge --sync; doas emerge -avujDN --with-bdeps=y --autounmask-write=y @world
Actual Results:  
build faild
Comment 1 HougeLangley 2021-06-11 23:24:27 UTC
Created attachment 715359 [details]
emerge --info
Comment 2 HougeLangley 2021-06-11 23:25:19 UTC
Created attachment 715362 [details]
Full Log
Comment 3 HougeLangley 2021-06-11 23:26:29 UTC
Created attachment 715365 [details]
emerge environment
Comment 4 Ionen Wolkens gentoo-dev 2021-06-11 23:29:40 UTC
ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock'
ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock_init'
collect2: error: ld returned 1 exit status

rebuild gjs (emerge -1 dev-libs/gjs)

Been seeing a lot of these lately, usually with pango but guess not limited to.
Comment 5 HougeLangley 2021-06-11 23:32:16 UTC
(In reply to Ionen Wolkens from comment #4)
> ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock'
> ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock_init'
> collect2: error: ld returned 1 exit status
> 
> rebuild gjs (emerge -1 dev-libs/gjs)
> 
> Been seeing a lot of these lately, usually with pango but guess not limited
> to.

Thanks, It's working
Comment 6 Ionen Wolkens gentoo-dev 2021-06-12 12:00:16 UTC

*** This bug has been marked as a duplicate of bug 795507 ***
Comment 7 Victor Orozco 2021-06-26 20:49:13 UTC
(In reply to HougeLangley from comment #5)
> (In reply to Ionen Wolkens from comment #4)
> > ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock'
> > ld: /usr/lib64/libgjs.so: undefined reference to `sysprof_clock_init'
> > collect2: error: ld returned 1 exit status
> > 
> > rebuild gjs (emerge -1 dev-libs/gjs)
> > 
> > Been seeing a lot of these lately, usually with pango but guess not limited
> > to.
> 
> Thanks, It's working

I got this same error with gnome-shell today. I also confirm that rebuilding libgjs solved the issue.
Comment 8 Sebastian Mueller 2021-07-13 07:10:01 UTC
I also got this error with `gnome-base/gnome-shell-40.2` and recompiling `libgjs` did solve the issue for me.

Wondering what the root cause of this issue is