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.
** 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
11-03-2008, 02:37 PM
Alan McKinnon
can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
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
11-03-2008, 02:41 PM
"Rafael Barrera Oro"
can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
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
11-07-2008, 11:39 AM
"Rafael Barrera Oro"
can not emerge KDE-META (ACCESS DENIED chmod: /usr/share/config)
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