Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 76544 - emerge of blender-2.36-r1 fails
Summary: emerge of blender-2.36-r1 fails
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Luca Barbato
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-03 11:40 UTC by Wojciech Milkowski
Modified: 2005-04-28 07:57 UTC (History)
0 users

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 Wojciech Milkowski 2005-01-03 11:40:46 UTC
During merge process this problem occurs:

[...]
>>> /usr/lib/blender/plugins/sequence/scatter.o
>>> /usr/lib/blender/plugins/sequence/showzbuf.c
>>> /usr/lib/blender/plugins/sequence/showzbuf.o
>>> /usr/lib/blender/plugins/sequence/showzbuf.so
>>> /usr/lib/blender/plugins/sequence/blur.so

!!! Cannot write to '/usr/lib/blender/plugins/include'.
!!! Please check permissions and directories for broken symlinks.
!!! You may start the merge process again by using ebuild:
!!! ebuild /usr/portage/media-gfx/blender/blender-2.36-r1.ebuild merge
!!! And finish by running this: env-update

my emerge info:
Portage 2.0.51-r8 (default-linux/x86/2004.3, gcc-3.4.3, glibc-2.3.4.20041102-r0, 2.6.10 i686)
=================================================================
System uname: 2.6.10 i686 AMD Athlon(tm)
Gentoo Base System version 1.6.8
Python:              dev-lang/python-2.3.4 [2.3.4 (#1, Nov 19 2004, 18:02:31)]
dev-lang/python:     2.3.4
sys-devel/autoconf:  2.59-r6, 2.13
sys-devel/automake:  1.8.5-r2, 1.5, 1.4_p6, 1.6.3, 1.7.9, 1.9.3
sys-devel/binutils:  2.15.92.0.2-r2
sys-devel/libtool:   1.5.10-r2
virtual/os-headers:  2.6.8.1-r1
ACCEPT_KEYWORDS="x86 ~x86"
AUTOCLEAN="yes"
CFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -fweb -frename-registers"
CHOST="i686-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/2/share/config /usr/kde/3/share/config /usr/lib/X11/xkb /usr/lib/mozilla/defaults/pref /usr/share/config /var/qmail/control"
CONFIG_PROTECT_MASK="/etc/gconf /etc/terminfo /etc/env.d"
CXXFLAGS="-march=athlon-xp -O2 -fomit-frame-pointer -fweb -frename-registers"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoaddcvs autoconfig candy ccache collision-protect distlocks nostrip sandbox sfperms"
GENTOO_MIRRORS="http://trumpetti.atm.tut.fi/gentoo"
LDFLAGS=""
MAKEOPTS="-j2"
PKGDIR="/usr/portage/packages"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/overlays/wojtek"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="x86 3dnow 3dnowex X aalib acl acpi alsa apache2 avi berkdb bitmap-fonts bonobo cdr crypt cscope cups dga divx dvd encode esd faad fam flac flash foomaticdb fortran gdbm gif gnome gpm gstreamer gtk gtk2 imlib ipv6 jack java jpeg libwww mad matroska mikmod mmx mmx2 motif mozilla mp3 mpeg mysql ncurses nls nptl nptlonly oggvorbis opengl oss pam pdflib perl png posix postgres python quicktime readline samba sdl slang speex spell sqlite sse ssl svga tcpd theora threads tiff truetype wmf xml xml2 xmms xv xvid zlib"


Reproducible: Always
Steps to Reproduce:
emerge blender-2.36-r1
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2005-01-03 12:10:37 UTC
>!!! Cannot write to '/usr/lib/blender/plugins/include'.
>!!! Please check permissions and directories for broken symlinks.
>!!! You may start the merge process again by using ebuild:
>!!! ebuild /usr/portage/media-gfx/blender/blender-2.36-r1.ebuild merge
>!!! And finish by running this: env-update

rm -f /usr/lib/blender/plugins/include


Luca: Don't know if you want to do something about it.
Comment 2 Luca Barbato gentoo-dev 2005-01-03 17:15:53 UTC
What's wrong exactly?
Comment 3 Wojciech Milkowski 2005-01-04 04:45:23 UTC
Couldn't merge into filesystem. I don't know if it was just my problem or it is more common filure.
Comment 4 Francesco R. (RETIRED) gentoo-dev 2005-01-04 04:48:01 UTC
dedalus kdelibs # ls -l /usr/lib/blender/plugins/include
lrwxrwxrwx  1 root root 71 30 dic 04:13 /usr/lib/blender/plugins/include -> /var/tmp/portage/blender-2.36/work/blender/source/blender/blenpluginapi
Comment 5 Francesco R. (RETIRED) gentoo-dev 2005-01-04 04:50:41 UTC
workaround:

rm /usr/lib/blender/plugins/include
ebuild /usr/portage/media-gfx/blender/blender-2.36-r1.ebuild install
Comment 6 Luca Barbato gentoo-dev 2005-01-04 04:51:50 UTC
ok, I'm adding an check for that. in the mean time just remove that symlink
Comment 7 Francesco R. (RETIRED) gentoo-dev 2005-01-04 04:55:34 UTC
please do more than add a check, a symlink from the filesystem pointing inside the sandbox is not very good.
Is the symlink created from the previous version of blender or from something in the actual blender compile (if so is sandbox breaked ? )? 
Comment 8 Francesco R. (RETIRED) gentoo-dev 2005-01-04 04:59:24 UTC
aaaarrrrgggggggg I did it again !!!!!!

workaround should be:

rm /usr/lib/blender/plugins/include
ebuild /usr/portage/media-gfx/blender/blender-2.36-r1.ebuild merge install postinstall
Comment 9 Luca Barbato gentoo-dev 2005-02-06 05:13:01 UTC
the r1 should remove that symlink, it isn't working yet?
Comment 10 Luca Barbato gentoo-dev 2005-04-28 07:57:34 UTC
Should be fixed, reopen if isn't