* [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
@ 2008-11-03 15:31 Rafael Barrera Oro
2008-11-03 15:37 ` Alan McKinnon
0 siblings, 1 reply; 4+ messages in thread
From: Rafael Barrera Oro @ 2008-11-03 15:31 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 2768 bytes --]
Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until the
process suddenly dies with the following epitaph:
ACCESS DENIED chmod: /usr/share/config
chmod: changing permissions of `/usr/share/config': Permission denied
First i thought it was a portage bug so i did an emerge --sync and found out
that there was an update available, nevertheless, the problem was not fixed.
Some more output:
-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/doc/HTML/en/sonnet/index.docbook
-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/man/man7/qtoptions.7
-- Installing
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/usr/share/man/man1/kde4-config.1
ACCESS DENIED chmod: /usr/share/config
chmod: changing permissions of `/usr/share/config': Permission denied
>>> Completed installing kdelibs-4.1.2-r1 into
/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/image/
--------------------------- ACCESS VIOLATION SUMMARY
---------------------------
LOG FILE = "/var/log/sandbox/sandbox-8733.log"
chmod: /usr/share/config
--------------------------------------------------------------------------------
>>> Failed to emerge kde-base/kdelibs-4.1.2-r1, Log file:
>>> '/var/tmp/portage/kde-base/kdelibs-4.1.2-r1/temp/build.log'
* GNU info directory index is up-to-date.
* IMPORTANT: 2 config files in '/etc' need updating.
* See the CONFIGURATION FILES section of the emerge
* man page to learn how to update config files.
!!! existing preserved libs:
>>> package: app-pda/libopensync-0.36
* - /usr/lib64/libopensync.so.0
* - /usr/lib64/libopensync.so.0.0.0
* used by /usr/kde/3.5/bin/kitchensync (kde-base/kitchensync-3.5.9)
* used by /usr/kde/3.5/lib64/kde3/libkitchensyncpart.so
(kde-base/kitchensync-3.5.9)
* used by /usr/kde/3.5/lib64/libkitchensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
* used by 3 other files
* - /usr/lib64/libosengine.so.0
* - /usr/lib64/libosengine.so.0.0.0
* used by /usr/kde/3.5/bin/kitchensync (kde-base/kitchensync-3.5.9)
* used by /usr/kde/3.5/lib64/kde3/libkitchensyncpart.so
(kde-base/kitchensync-3.5.9)
* used by /usr/kde/3.5/lib64/libkitchensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
* used by /usr/kde/3.5/lib64/libqopensync.so.0.0.0
(kde-base/kitchensync-3.5.9)
>>> package: sys-fs/udev-130-r1
* - /lib64/libvolume_id.so.0
* - /lib64/libvolume_id.so.0.75.0
* used by /usr/libexec/hald-probe-storage (sys-apps/hal-0.5.9-r1)
* used by /usr/libexec/hald-probe-volume (sys-apps/hal-0.5.9-r1)
Use emerge @preserved-rebuild to rebuild packages using these libraries
Since the emerge was not completed i do not dare to deal with the preserved
libraries
As usual, thanks in advance
Humbly
Rafael
[-- Attachment #2: Type: text/html, Size: 3503 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
2008-11-03 15:31 [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config) Rafael Barrera Oro
@ 2008-11-03 15:37 ` Alan McKinnon
2008-11-03 15:41 ` Rafael Barrera Oro
0 siblings, 1 reply; 4+ messages in thread
From: Alan McKinnon @ 2008-11-03 15:37 UTC (permalink / raw
To: gentoo-user
On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote:
> Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until the
> process suddenly dies with the following epitaph:
>
> ACCESS DENIED chmod: /usr/share/config
> chmod: changing permissions of `/usr/share/config': Permission denied
You are running emerge in a sandbox and the ebuild is trying to chmod a
directory with these permissions:
$ ls -ald /usr/share/config
drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config
which of course will never work. This is a bug, so report it at bgo unless
someone else has already done so.
--
alan dot mckinnon at gmail dot com
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
2008-11-03 15:37 ` Alan McKinnon
@ 2008-11-03 15:41 ` Rafael Barrera Oro
2008-11-07 12:39 ` Rafael Barrera Oro
0 siblings, 1 reply; 4+ messages in thread
From: Rafael Barrera Oro @ 2008-11-03 15:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 783 bytes --]
Will do
thanks for the explanation
2008/11/3 Alan McKinnon <alan.mckinnon@gmail.com>
> On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote:
> > Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until
> the
> > process suddenly dies with the following epitaph:
> >
> > ACCESS DENIED chmod: /usr/share/config
> > chmod: changing permissions of `/usr/share/config': Permission denied
>
> You are running emerge in a sandbox and the ebuild is trying to chmod a
> directory with these permissions:
>
> $ ls -ald /usr/share/config
> drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config
>
> which of course will never work. This is a bug, so report it at bgo unless
> someone else has already done so.
>
>
> --
> alan dot mckinnon at gmail dot com
>
>
[-- Attachment #2: Type: text/html, Size: 1186 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
2008-11-03 15:41 ` Rafael Barrera Oro
@ 2008-11-07 12:39 ` Rafael Barrera Oro
0 siblings, 0 replies; 4+ messages in thread
From: Rafael Barrera Oro @ 2008-11-07 12:39 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 989 bytes --]
There, i submited a bug:
http://bugs.gentoo.org/show_bug.cgi?id=245420
This is the first bug i submit, it feels good...
2008/11/3 Rafael Barrera Oro <borafael@gmail.com>
> Will do
>
> thanks for the explanation
>
> 2008/11/3 Alan McKinnon <alan.mckinnon@gmail.com>
>
> On Monday 03 November 2008 17:31:59 Rafael Barrera Oro wrote:
>> > Whenever i try to emerge KDE-META-4.1.2-r1, everything goes fine until
>> the
>> > process suddenly dies with the following epitaph:
>> >
>> > ACCESS DENIED chmod: /usr/share/config
>> > chmod: changing permissions of `/usr/share/config': Permission denied
>>
>> You are running emerge in a sandbox and the ebuild is trying to chmod a
>> directory with these permissions:
>>
>> $ ls -ald /usr/share/config
>> drwxr-xr-x 4 root root 208 Oct 23 15:39 /usr/share/config
>>
>> which of course will never work. This is a bug, so report it at bgo unless
>> someone else has already done so.
>>
>>
>> --
>> alan dot mckinnon at gmail dot com
>>
>>
>
[-- Attachment #2: Type: text/html, Size: 1739 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-11-07 12:39 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-03 15:31 [gentoo-user] can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config) Rafael Barrera Oro
2008-11-03 15:37 ` Alan McKinnon
2008-11-03 15:41 ` Rafael Barrera Oro
2008-11-07 12:39 ` Rafael Barrera Oro
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox