[Bug 748058] New: autogen.sh fails due to autopoint erroring out due to missing gettext version in configure.ac

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Apr 17 07:48:36 PDT 2015


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

            Bug ID: 748058
           Summary: autogen.sh fails due to autopoint erroring out due to
                    missing gettext version in configure.ac
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-rtsp-server
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: vincent.penquerch at collabora.co.uk
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

./autogen.sh 
+ check for build tools
  checking for autoreconf >= 2.68 ... found 2.68, ok.
  checking for pkg-config >= 0.8.0 ... found 0.26, ok.
+ checking for autogen.sh options
  This autogen script will automatically run ./configure as:
  ./configure --enable-maintainer-mode --enable-gtk-doc
  To pass any additional options, please specify them on the ./autogen.sh
  command line.
+ running autopoint --force...
autopoint: *** Missing version: please specify in configure.ac through a line
'AM_GNU_GETTEXT_VERSION(x.yy.zz)' the gettext version the package is using
autopoint: *** Stop.

autopoint failed


Looking at configure.ac, there version number is commented out (from
bff66c00041b9b009f7e10f294f3ae683737bfb7). Uncommenting it makes autogen.sh
work (may not as expected since the commit message says it's broken though).

-- 
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