(Relevant info: My ports are up-to-date as of yesterday and I'm running FreeBSD 8.2)
Hey, I was upgrading python26 to python27 using the make-site-packages. Unfortunately, it did not finish.
Py-gstreamer fails and I found in the mailing lists that the 'fix' was to upgrade gstreamer and its related plugins. Well, gstreamer fails too!
Despite that I HAVE g-ir-scanner, it's failing. Why is this?
As nearly every single port that I have depends on gstreamer and python, this is a pretty big deal.
Thanks for the help!
Hey, I was upgrading python26 to python27 using the make-site-packages. Unfortunately, it did not finish.
Py-gstreamer fails and I found in the mailing lists that the 'fix' was to upgrade gstreamer and its related plugins. Well, gstreamer fails too!
Code:
/usr/local/bin/g-ir-scanner: not found
gmake[4]: *** [Gst-0.10.gir] Error 127
gmake[4]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.32/gst'
gmake[3]: *** [all-recursive] Error 1
gmake[3]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.32/gst'
gmake[2]: *** [all] Error 2
gmake[2]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.32/gst'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/ports/multimedia/gstreamer/work/gstreamer-0.10.32'
gmake: *** [all] Error 2
*** Error code 1
Despite that I HAVE g-ir-scanner, it's failing. Why is this?
As nearly every single port that I have depends on gstreamer and python, this is a pretty big deal.
Thanks for the help!