Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 882419 - gnome-base/gnome-control-center-43.1: SIGTRAP after adding wired network
Summary: gnome-base/gnome-control-center-43.1: SIGTRAP after adding wired network
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-11-21 20:32 UTC by Lukas Schmelting
Modified: 2022-12-04 18:41 UTC (History)
3 users (show)

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


Attachments
emerge --info (emerge--info.txt,17.65 KB, text/plain)
2022-11-21 20:32 UTC, Lukas Schmelting
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Schmelting 2022-11-21 20:32:31 UTC
Created attachment 835651 [details]
emerge --info

Output after launching gnome-control-center:
(gnome-control-center:218155): GLib-GIO-ERROR **: 21:29:36.306: settings object created with schema 'org.gnome.nm-applet.eap' and path '/org/gnome/nm-applet/eap/11ded47e-b8fa-4b5d-baff-e118c29ce5f9/', but path '/org/gnome/nm-applet/eap/' is specified by schema


Upstream discussion:
https://gitlab.gnome.org/GNOME/libnma/-/issues/18
Related code change upstream:
https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/44
Comment 1 Larry the Git Cow gentoo-dev 2022-12-04 14:50:38 UTC
The bug has been closed via the following commit(s):

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

commit 3d2b088e2d091a5a1caf16cca5bd7a0d45d09961
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2022-12-04 14:35:31 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2022-12-04 14:49:22 +0000

    net-libs/libnma: Fix crash when trying to configure EAP using profiles
    
    Closes: https://bugs.gentoo.org/882419
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 net-libs/libnma/libnma-1.10.4-r1.ebuild | 75 +++++++++++++++++++++++++++++++++
 1 file changed, 75 insertions(+)
Comment 2 Matt Turner gentoo-dev 2022-12-04 17:22:44 UTC
(In reply to Larry the Git Cow from comment #1)
> The bug has been closed via the following commit(s):
> 
> https://gitweb.gentoo.org/repo/gentoo.git/commit/
> ?id=3d2b088e2d091a5a1caf16cca5bd7a0d45d09961
> 
> commit 3d2b088e2d091a5a1caf16cca5bd7a0d45d09961
> Author:     Pacho Ramos <pacho@gentoo.org>
> AuthorDate: 2022-12-04 14:35:31 +0000
> Commit:     Pacho Ramos <pacho@gentoo.org>
> CommitDate: 2022-12-04 14:49:22 +0000
> 
>     net-libs/libnma: Fix crash when trying to configure EAP using profiles
>     
>     Closes: https://bugs.gentoo.org/882419
>     Signed-off-by: Pacho Ramos <pacho@gentoo.org>
> 
>  net-libs/libnma/libnma-1.10.4-r1.ebuild | 75
> +++++++++++++++++++++++++++++++++
>  1 file changed, 75 insertions(+)

This ebuild is identical to 1.10.4. Did you forget to include the upstream MR's patch or something?
Comment 3 Pacho Ramos gentoo-dev 2022-12-04 18:30:45 UTC
I copied the wrong ebuild I think when going to commit, let me check
Comment 4 Larry the Git Cow gentoo-dev 2022-12-04 18:41:35 UTC
The bug has been closed via the following commit(s):

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

commit ef1f1c97af1b9ada1d6b9ef86c3b5cda8075e459
Author:     Pacho Ramos <pacho@gentoo.org>
AuthorDate: 2022-12-04 18:40:23 +0000
Commit:     Pacho Ramos <pacho@gentoo.org>
CommitDate: 2022-12-04 18:41:23 +0000

    net-libs/libnma: Really apply the patch
    
    Thanks-to: Matt Turner
    Closes: https://bugs.gentoo.org/882419
    Signed-off-by: Pacho Ramos <pacho@gentoo.org>

 .../files/libnma-1.10.4-path-eap-schema.patch      | 32 ++++++++++++++++++++++
 ...ma-1.10.4-r1.ebuild => libnma-1.10.4-r2.ebuild} |  5 ++++
 2 files changed, 37 insertions(+)