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
Created attachment 715359 [details] emerge --info
Created attachment 715362 [details] Full Log
Created attachment 715365 [details] emerge environment
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.
(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
*** This bug has been marked as a duplicate of bug 795507 ***
(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.
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