Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 712454

Summary: net-im/pidgin-2.13.0-r8 with gnome-base/gconf: sandbox violation in src_install
Product: Gentoo Linux Reporter: Ulrich Müller <ulm>
Component: Current packagesAssignee: Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c>
Status: RESOLVED FIXED    
Severity: normal CC: phils
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: emerge --info net-im/pidgin
build.log

Description Ulrich Müller gentoo-dev 2020-03-14 09:37:34 UTC
Making install in libpurple
make[1]: Entering directory '/tmp/portage/net-im/pidgin-2.13.0-r8/work/pidgin-2.13.0/libpurple'
make  install-recursive
make[2]: Entering directory '/tmp/portage/net-im/pidgin-2.13.0-r8/work/pidgin-2.13.0/libpurple'
Making install in data/gconf
make[3]: Entering directory '/tmp/portage/net-im/pidgin-2.13.0-r8/work/pidgin-2.13.0/libpurple/data/gconf'
make[4]: Entering directory '/tmp/portage/net-im/pidgin-2.13.0-r8/work/pidgin-2.13.0/libpurple/data/gconf'
make[4]: Nothing to be done for 'install-exec-am'.
GCONF_CONFIG_SOURCE=xml:merged:/etc/gconf/gconf.xml.defaults /usr/bin/gconftool-2 --makefile-install-rule purple.schemas 2>&1 | \
        grep -v "^WARNING: failed to install schema" | grep -v "^Attached schema" 1>&2 || true
 * ACCESS DENIED:  open_wr:      /etc/gconf/gconf.xml.defaults/.testing.writeability
 * ACCESS DENIED:  unlink:       /etc/gconf/gconf.xml.defaults/.testing.writeability


r7 builds and installs fine here.
Comment 1 Ulrich Müller gentoo-dev 2020-03-14 09:38:20 UTC
Created attachment 618716 [details]
emerge --info net-im/pidgin
Comment 2 Ulrich Müller gentoo-dev 2020-03-14 09:40:11 UTC
Created attachment 618718 [details]
build.log
Comment 3 Larry the Git Cow gentoo-dev 2020-03-14 10:04:42 UTC
The bug has been closed via the following commit(s):

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

commit 5a17c5d09e80b2228b47dba7b103a8dae06c9520
Author:     Sergei Trofimovich <slyfox@gentoo.org>
AuthorDate: 2020-03-14 10:04:17 +0000
Commit:     Sergei Trofimovich <slyfox@gentoo.org>
CommitDate: 2020-03-14 10:04:36 +0000

    sys-devel/kgcc64: restore valid ebuild
    
    Reported-by: Toralf Förster
    Closes: https://bugs.gentoo.org/712454
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>

 sys-devel/kgcc64/kgcc64-9.3.0-r1.ebuild | 47 +++++++++++++++++++++++++++++++++
 sys-devel/kgcc64/kgcc64-9.3.0.ebuild    | 19 -------------
 2 files changed, 47 insertions(+), 19 deletions(-)
Comment 4 Ulrich Müller gentoo-dev 2020-03-14 10:20:33 UTC
(In reply to Larry the Git Cow from comment #3)
>     Closes: https://bugs.gentoo.org/712454

@slyfox: Typo?
Comment 5 Sergei Trofimovich (RETIRED) gentoo-dev 2020-03-14 11:10:37 UTC
(In reply to Ulrich Müller from comment #4)
> (In reply to Larry the Git Cow from comment #3)
> >     Closes: https://bugs.gentoo.org/712454
> 
> @slyfox: Typo?

Yes. My apologies.
Comment 6 Phil Stracchino (Unix Ronin) 2020-03-14 18:13:16 UTC
I was just about to report this myself.
Comment 7 Larry the Git Cow gentoo-dev 2020-03-14 23:07:51 UTC
The bug has been referenced in the following commit(s):

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

commit ead80efffd4500dd53852399c577c929658abc1c
Author:     Lars Wendler <polynomial-c@gentoo.org>
AuthorDate: 2020-03-14 23:07:17 +0000
Commit:     Lars Wendler <polynomial-c@gentoo.org>
CommitDate: 2020-03-14 23:07:46 +0000

    net-im/pidgin: Attempt to fix installation with gnome-base/gconf
    
    Bug: https://bugs.gentoo.org/712454
    Package-Manager: Portage-2.3.93, Repoman-2.3.20
    Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>

 net-im/pidgin/pidgin-2.13.0-r8.ebuild | 21 ++++++++++++++++++++-
 1 file changed, 20 insertions(+), 1 deletion(-)
Comment 8 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2020-03-14 23:20:18 UTC
PLease test again and report your result
Comment 9 Phil Stracchino (Unix Ronin) 2020-03-15 00:08:34 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #8)
> PLease test again and report your result

Lars, this fix (manually applied) worked for me.
Comment 10 Ulrich Müller gentoo-dev 2020-03-15 15:46:49 UTC
(In reply to Lars Wendler (Polynomial-C) from comment #8)
> PLease test again and report your result

r8 built and installed successfully now.