On Saturday 09 February 2008, Martin Sourada wrote: > > So to again say where the problem was: gxine was expecting output of > xine-config --version in x.y.z format, but for xine-lib-1.1.10.1 it > clearly has x.y.z.w format, so you need to ignore the rest. The bogus > output from the configure error is most likely result of printing '1.1' > and like as integer... > > Both for gxine and xine-plugin the change to configure is like this: > > xine_config_major_version=`$XINE_CONFIG $xine_config_args --version | \ > - sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\)/\1/'` > + sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\1/'` That comes from xine-lib's xine.m4. Your fix seems good enough at least for packages needing a build right now IMO, but I also think things could be made quite a bit more robust upstream - candidate patch added to http://bugs.xine-project.org/show_bug.cgi?id=41 Thanks for reporting the issue upstream! -- fedora-devel-list mailing list fedora-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-list