Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Lives Broken Ebuild????
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Multimedia
View previous topic :: View next topic  
Author Message
misterbob05
Tux's lil' helper
Tux's lil' helper


Joined: 28 Apr 2007
Posts: 90

PostPosted: Fri Jul 06, 2007 3:13 pm    Post subject: Lives Broken Ebuild???? Reply with quote

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
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Fri Jul 06, 2007 6:23 pm    Post subject: Reply with quote

See the last comment from this bug: media-video/lives-0.9.5 fails parallel make
and this bug: emerge media-video/lives 0.9.1 hangs
_________________
Thomas S. Howard
Back to top
View user's profile Send private message
mamac
l33t
l33t


Joined: 29 Feb 2004
Posts: 890

PostPosted: Tue Aug 14, 2007 9:52 am    Post subject: Reply with quote

Hi,

I have the same problem and read the bugs.

What should I do with that: https://bugs.gentoo.org/attachment.cgi?id=114641&action=view ?

Thanks
_________________
Powered by Gentoo Linux since 2003
Back to top
View user's profile Send private message
didymos
Advocate
Advocate


Joined: 10 Oct 2005
Posts: 4798
Location: California

PostPosted: Tue Aug 14, 2007 10:36 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Multimedia All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum