View previous topic :: View next topic |
Author |
Message |
misterbob05 Tux's lil' helper
Joined: 28 Apr 2007 Posts: 90
|
Posted: Fri Jul 06, 2007 3:13 pm Post subject: Lives Broken Ebuild???? |
|
|
Hey guys i was going to emerge lives to do some video edition on my system but everyime it hangs at a certain point. I have no clue what to do to fix it so i thought i would post it here.
This is the point it hangs no error messages no nothing.
Code: | test ! -f lives.po || { \
if test -f ./lives.pot; then \
sed -f remove-potcdate.sed < ./lives.pot > lives.1po && \
sed -f remove-potcdate.sed < lives.po > lives.2po && \
if cmp lives.1po lives.2po >/dev/null 2>&1; then \
rm -f lives.1po lives.2po lives.po; \
else \
rm -f lives.1po lives.2po ./lives.pot && \
mv lives.po ./lives.pot; \
fi; \
else \
mv lives.po ./lives.pot; \
fi; \
}
make[4]: Leaving directory `/var/tmp/portage/media-video/lives-0.9.1/work/LiVES-0.9.1/po'
make[3]: Leaving directory `/var/tmp/portage/media-video/lives-0.9.1/work/LiVES-0.9.1/po'
adding files from /var/tmp/portage/media-video/lives-0.9.1/image///usr/share/lives/plugins/effects/rendered/ |
|
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
|
Back to top |
|
|
mamac l33t
Joined: 29 Feb 2004 Posts: 890
|
|
Back to top |
|
|
didymos Advocate
Joined: 10 Oct 2005 Posts: 4798 Location: California
|
Posted: Tue Aug 14, 2007 10:36 am Post subject: |
|
|
Well, first, try doing this with one of the versions >0.9.1:
Code: |
MAKEOPTS="-j1" emerge lives
|
Yeah, they're "unstable" but they'll likely work just fine. They all have the same dependencies, so that won't be an issue. The MAKEOPTS probably isn't even necessary if the version you emerge is >0.9.5. I guess what I'm saying is, just install the newest version. _________________ Thomas S. Howard |
|
Back to top |
|
|
|