Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 795507 - >=dev-util/sysprof-capture-3.40.1 is no longer leaking symbols causing failures for consumers until rebuild
Summary: >=dev-util/sysprof-capture-3.40.1 is no longer leaking symbols causing failur...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
: 795336 795471 (view as bug list)
Depends on:
Blocks:
 
Reported: 2021-06-12 08:33 UTC by Thomas Deutschmann (RETIRED)
Modified: 2021-06-14 11:10 UTC (History)
5 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Deutschmann (RETIRED) gentoo-dev 2021-06-12 08:33:11 UTC
On 2021-06-07 I did a world upgrade on my ~amd64 box during which I upgraded to dev-util/sysprof-capture-3.40.1.

On 2021-06-11 I suddenly noticed that firefox or vivaldi (a binary package) no longer worked due to undefined symbols errors for sysprof_collector_mark_vprintf in libpangoft2-1.0.so.

Rebuilding x11-libs/pango fixed the problem (there are more affected packages but most of them were fixed via package update in another world upgrade) -- the undefined symbols were gone.

I shared my problem in #gentoo-mozilla and Arfrever noticed

> Overview of changes in Sysprof 3.40.1
> =====================================
> 
>  * Fix build system issue which caused symbols from libsysprof-capture.a to leak
>    into the ABI of libraries consuming it. This was due to inheritance of GNU
>    default symbol visibility. A recompilation of those libraries is necessary.
> 

(from https://gitlab.gnome.org/GNOME/sysprof/-/blob/3.40.1/NEWS#L4-6)

Downgrading to <dev-util/sysprof-capture-3.40 brought back symbols like sysprof_collector_mark_vprintf.

Arfrever suggested to add revision bumps of packages from https://qa-reports.gentoo.org/output/genrdeps/dindex/dev-util/sysprof-capture with >=dev-util/sysprof-capture-3.40.1 dependency.
Comment 1 Ionen Wolkens gentoo-dev 2021-06-12 11:59:43 UTC
*** Bug 795336 has been marked as a duplicate of this bug. ***
Comment 2 Ionen Wolkens gentoo-dev 2021-06-12 12:00:16 UTC
*** Bug 795471 has been marked as a duplicate of this bug. ***
Comment 3 Joseph 2021-06-13 12:53:06 UTC
I hit this also. gnome-shell kept failing to build, first due to pango, now due to gtk+
Comment 4 Larry the Git Cow gentoo-dev 2021-06-13 20:25:32 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03f477cb6e3962fda78b6069fe8d3b6b4db149c2

commit 03f477cb6e3962fda78b6069fe8d3b6b4db149c2
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:45:20 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:11 +0000

    x11-libs/pango: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-libs/pango/{pango-1.48.5.ebuild => pango-1.48.5-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4b3dcb67dbc9b5c5ae67f155998ba5573af6e52

commit b4b3dcb67dbc9b5c5ae67f155998ba5573af6e52
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:45:07 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:10 +0000

    net-libs/libsoup: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 net-libs/libsoup/{libsoup-2.72.0.ebuild => libsoup-2.72.0-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5e42187eab6047806e489afd2cdff101f1e046b

commit c5e42187eab6047806e489afd2cdff101f1e046b
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:44:56 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:09 +0000

    gui-libs/gtk: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 gui-libs/gtk/{gtk-4.2.1.ebuild => gtk-4.2.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=944485e3673af54f4308c740367670161c277ff7

commit 944485e3673af54f4308c740367670161c277ff7
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:44:47 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:08 +0000

    dev-util/sysprof: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/sysprof/{sysprof-3.38.1.ebuild => sysprof-3.38.1-r1.ebuild} | 0
 dev-util/sysprof/{sysprof-3.40.1.ebuild => sysprof-3.40.1-r1.ebuild} | 0
 2 files changed, 0 insertions(+), 0 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cd51f7ca1e0767a056b637b32b5253bb80d5b34

commit 4cd51f7ca1e0767a056b637b32b5253bb80d5b34
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:44:41 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:07 +0000

    dev-libs/glib: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/glib/{glib-2.68.2.ebuild => glib-2.68.2-r1.ebuild} | 2 +-
 dev-libs/glib/{glib-2.68.3.ebuild => glib-2.68.3-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48d295a874d222d1a07ced483faa0741d2300779

commit 48d295a874d222d1a07ced483faa0741d2300779
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:44:22 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:06 +0000

    dev-libs/gjs: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/gjs/{gjs-1.68.1.ebuild => gjs-1.68.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc3a1aa466e1eab817d37cffb6a9df9a1aa283da

commit cc3a1aa466e1eab817d37cffb6a9df9a1aa283da
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:33:13 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:05 +0000

    gnome-extra/gnome-software: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Package-Manager: Portage-3.0.19, Repoman-3.0.3
    Signed-off-by: Sam James <sam@gentoo.org>

 .../{gnome-software-40.2.ebuild => gnome-software-40.2-r1.ebuild}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0fd1abeb5553d1d20f4e206128363b5eaec794a

commit e0fd1abeb5553d1d20f4e206128363b5eaec794a
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 18:30:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-13 20:24:04 +0000

    dev-util/sysprof-capture: Stabilize 3.40.1 for amd64, x86
    
    Bug: https://bugs.gentoo.org/795507
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-util/sysprof-capture/sysprof-capture-3.40.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 5 Arfrever Frehtes Taifersar Arahesis 2021-06-14 07:44:31 UTC
There were no revision bumps for these packages:

gnome-extra/cjs
x11-libs/gtk+:3
x11-wm/mutter

Were they forgotten?
Comment 6 Ionen Wolkens gentoo-dev 2021-06-14 10:12:03 UTC
(In reply to Arfrever Frehtes Taifersar Arahesis from comment #5)
> There were no revision bumps for these packages:
> 
> gnome-extra/cjs
The duplicate bug #795471 was about needing a gjs rebuild too, pango issues were the most common but not limited to
Comment 7 Sam James archtester Gentoo Infrastructure gentoo-dev Security 2021-06-14 10:24:22 UTC
(In reply to Ionen Wolkens from comment #6)
> (In reply to Arfrever Frehtes Taifersar Arahesis from comment #5)
> > There were no revision bumps for these packages:
> > 
> > gnome-extra/cjs
> The duplicate bug #795471 was about needing a gjs rebuild too, pango issues
> were the most common but not limited to

The earlier version of gjs needs slot 3 so wasn't revbumped.

(In reply to Arfrever Frehtes Taifersar Arahesis from comment #5)
> There were no revision bumps for these packages:
> 
> gnome-extra/cjs

Yep, missed that.

> x11-libs/gtk+:3

Only needs slot 3.

> x11-wm/mutter

Missed some of these but not all needed it (slot 3).
Comment 8 Larry the Git Cow gentoo-dev 2021-06-14 10:38:42 UTC
The bug has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d469fd8e04569c56ca18d4e94b86692e0957000

commit 7d469fd8e04569c56ca18d4e94b86692e0957000
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 23:50:42 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-14 10:37:42 +0000

    x11-wm/mutter: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-wm/mutter/{mutter-40.1.ebuild => mutter-40.1-r2.ebuild}    | 2 +-
 x11-wm/mutter/{mutter-40.1-r1.ebuild => mutter-40.1-r3.ebuild} | 2 +-
 x11-wm/mutter/{mutter-40.2.ebuild => mutter-40.2-r1.ebuild}    | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a2dbf392399e7d4c60668f159c63eadfacf6e84

commit 4a2dbf392399e7d4c60668f159c63eadfacf6e84
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-13 23:38:01 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-14 10:37:42 +0000

    gnome-extra/cjs: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Signed-off-by: Sam James <sam@gentoo.org>

 gnome-extra/cjs/{cjs-4.8.2.ebuild => cjs-4.8.2-r1.ebuild} | 2 +-
 gnome-extra/cjs/{cjs-5.0.0.ebuild => cjs-5.0.0-r1.ebuild} | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
Comment 9 Larry the Git Cow gentoo-dev 2021-06-14 11:10:13 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b558abf95ce8dd36ff19f09b8c9cece5b5c54f5

commit 6b558abf95ce8dd36ff19f09b8c9cece5b5c54f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-14 11:09:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-14 11:10:06 +0000

    x11-wm/mutter: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Closes: https://bugs.gentoo.org/795507
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-wm/mutter/{mutter-40.1-r3.ebuild => mutter-40.1-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b558abf95ce8dd36ff19f09b8c9cece5b5c54f5

commit 6b558abf95ce8dd36ff19f09b8c9cece5b5c54f5
Author:     Sam James <sam@gentoo.org>
AuthorDate: 2021-06-14 11:09:44 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2021-06-14 11:10:06 +0000

    x11-wm/mutter: revbump for newer sysprof-capture dependency
    
    <sysprof 3.40.1 broke ABI (added various symbols) which was fixed in 3.40.1,
    so upgrading to this newer version broke consumers. We force a rebuild of them
    against the newer sysprof to resolve build failures.
    
    Bug: https://bugs.gentoo.org/795507
    Closes: https://bugs.gentoo.org/795507
    Signed-off-by: Sam James <sam@gentoo.org>

 x11-wm/mutter/{mutter-40.1-r3.ebuild => mutter-40.1-r4.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)