[Bug 776523] Ubuntu 16.04 buildfailure of mediainfo

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Dec 27 15:42:52 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=776523

--- Comment #1 from christophe vr <christophevr at telenet.be> ---
But now the gst-devtools for that I use another script the base clone is also
into my map GIT/GSTREAMER/UBUNTU1604/gst

For that I use another script : included here

But first when building the -m (mediainfo) it failed up on missing libgee-1.0.

But ubuntu does have libgee-0.8 and that susperseeds libgee-1.0 or actually
gee-0.8 is a higher version then gee-1.0 (in despit the fact that they did not
used gee-1.0)  actually the gee-1.0 was a hack on gee-0.6 version from earlier
called gee-1.0 as far I could look up. So I corrected the configure ac lines :

pkg_modules="gee-1.0 gtk+-3.0 >= 3.0.0 gstreamer-1.0 >= 1.1.0
gstreamer-plugins-base-1.0 >= 1.1.0 gstreamer-pbutils-1.0 >= 1.1.0
gstreamer-video-1.0 >= 1.1.0"
MI_PACKAGES="--pkg gee-1.0 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg gstreamer-1.0
--pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0"

to :

pkg_modules="gee-0.8 gtk+-3.0 >= 3.0.0 gstreamer-1.0 >= 1.1.0
gstreamer-plugins-base-1.0 >= 1.1.0 gstreamer-pbutils-1.0 >= 1.1.0
gstreamer-video-1.0 >= 1.1.0"
MI_PACKAGES="--pkg gee-0.8 --pkg gtk+-3.0 --pkg gdk-x11-3.0 --pkg gstreamer-1.0
--pkg gstreamer-pbutils-1.0 --pkg gstreamer-video-1.0"

But mediainfo still does not build error msg

checking that generated files are newer than configure... done
configure: creating ./config.status
autoreconf: running: ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: error: cannot find input file: `po/Makefile.in.in'
autoreconf: ./config.status failed with exit status: 1

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list