Jump to content


Photo

OpenPLi 2.0 build - error (gstreamer)


  • Please log in to reply
9 replies to this topic

#1 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 29 October 2010 - 11:03

during attempt to build OpenPLi2.0 (for VU) today I've got following error:
configure: using GStreamer tools in /usr/bin
| configure: using GStreamer plug-ins in /usr/lib/gstreamer-0.10
| checking for GST_BASE... yes
| checking for GST_GDP... yes
| checking for GST_CHECK... yes
| checking for GST_CONTROLLER... yes
| checking for GST_PLUGINS_BASE... no
| no
| configure: Requested 'gstreamer-plugins-base-0.10 >= 0.10.30' but version of GStreamer Base Plugins Libraries is 0.10.29
| configure: error: no gstreamer-plugins-base-0.10 >= 0.10.30 (GStreamer Base Plugins) found
| ERROR: Function do_configure failed
NOTE: package gst-plugins-bad-0.10.20-r0.0: task do_configure: Failed
ERROR: TaskFailed event exception, aborting
ERROR: Build of /home/brt/openpli2/openembedded/recipes/gstreamer/gst-plugins-bad_0.10.20.bb do_configure failed
ERROR: Task 600 (/home/brt/openpli2/openembedded/recipes/gstreamer/gst-plugins-bad_0.10.20.bb, do_configure) failed with 256
ERROR: '/home/brt/openpli2/openembedded/recipes/gstreamer/gst-plugins-bad_0.10.20.bb' failed
ERROR: '/home/brt/openpli2/openembedded/recipes/gstreamer/gst-plugins-bad_0.10.20.bb' failed
make: *** [image] Error 1
my machine is ubuntu 10.04,
I successfully built 2.0 image at the beginning of october, but today no go...
it seems I've got too old gstreamer-plugins libraries (?) but I don't know where to find and how to upgrade them on ubuntu...
any hints?

Re: OpenPLi 2.0 build - error (gstreamer) #2 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 29 October 2010 - 11:45

the build should not (and I guess does not) use any gstreamer stuff from your buildsystem

Re: OpenPLi 2.0 build - error (gstreamer) #3 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 29 October 2010 - 12:40

the build should not (and I guess does not) use any gstreamer stuff from your buildsystem

oops, my bad (I'm just starting with this stuff ;))
so please could you tell me, what's the cause of error and what's the solution? or point me in the right direction?
tia

Re: OpenPLi 2.0 build - error (gstreamer) #4 pieterg

  • PLi® Core member
  • 32,766 posts

+245
Excellent

Posted 29 October 2010 - 13:01

7da25b4d5b1bc148173736ec49c5d7bd7eb43016 probably broke it
I haven't done any 2.0 builds since then, so I guess you're the first to run into it / find a fix ;)

Re: OpenPLi 2.0 build - error (gstreamer) #5 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 29 October 2010 - 14:07

Probably the problem is that "gst-plugins-bad" depends on "gst-plugins-base", but did not tell bitbake so.

Adding the following line to gst-plugins-bad in an appropriate place should fix that:

DEPENDS += "gst-plugins-base"

If you tried, lemme know if it helped!

Or, if you're lazy, run "bitbake gst-plugins-base" before building the rest.
Real musicians never die - they just decompose

Re: OpenPLi 2.0 build - error (gstreamer) #6 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 29 October 2010 - 15:12

Probably the problem is that "gst-plugins-bad" depends on "gst-plugins-base", but did not tell bitbake so.

Adding the following line to gst-plugins-bad in an appropriate place should fix that:

DEPENDS += "gst-plugins-base"

if (?) "appropriate place" is gst-plugins-bad_0.10.20.bb then this dependency was already there...

Re: OpenPLi 2.0 build - error (gstreamer) #7 xener

  • Senior Member
  • 264 posts

0
Neutral

Posted 29 October 2010 - 16:31

whats unclear?
Requested 'gstreamer-plugins-base-0.10 >= 0.10.30' but version of GStreamer Base Plugins Libraries is 0.10.29

simply rebuild base or put >=0.10.30 into dependencies.

Re: OpenPLi 2.0 build - error (gstreamer) #8 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 2 November 2010 - 11:52

ok, problem with gst plugins solved with last commits
thx :D
2 more questions/issues:
1) are softcams & pli-plugins should be compiled automatically with the 2.0 build? I can see bb files in recipes, but they don't compile, after build I have only cvs plugins and magic-hd skin in tmp/deploy/ipk...
2) the last made build overwrites previously compiled images in /tmp/deploy/images, so in case something goes wrong one has to remember to backup previous images (in 1.0 all compiled images are stored...)

rgrds

Re: OpenPLi 2.0 build - error (gstreamer) #9 MiLo

  • PLi® Core member
  • 14,045 posts

+298
Excellent

Posted 2 November 2010 - 14:19

1) It only compiles what it really needs. This is done for two reasons:
- Make sure there are no missing dependencies (i.e. that things run smoothly because we got it right, not just because we got lucky)
- Reduce build time and reduce disk space usage.

Build the "openpli-feed" image target if you also want to have the stuff that usually goes into the feed.

To compile packages, you can build them manually, or add them into the DEPENDS of your image target to get the latest version all the time.
Real musicians never die - they just decompose

Re: OpenPLi 2.0 build - error (gstreamer) #10 blzr

  • PLi® Core member
  • 2,269 posts

+118
Excellent

Posted 2 November 2010 - 18:59

ok,
thanks for explanation :)


0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users