[Bug 670320] New: gst-plugins-good 0.11.1 fails to build due to missing gstsmokedec.h

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Feb 17 12:25:55 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=670320
  GStreamer | gst-plugins-good | 0.11.x

           Summary: gst-plugins-good 0.11.1 fails to build due to missing
                    gstsmokedec.h
    Classification: Platform
           Product: GStreamer
           Version: 0.11.x
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: dominique-gnomezilla at leuenberger.net
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Created an attachment (id=207903)
 View: https://bugzilla.gnome.org/attachment.cgi?id=207903
 Review: https://bugzilla.gnome.org/review?bug=670320&attachment=207903

No longer reference deprecated header files while building docs.

Building gst-plugins-good-0.11.1 tarball results in this build error:

make[3]: Leaving directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/tests'
make[2]: Leaving directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/tests'
Making all in docs
make[2]: Entering directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/docs'
Making all in plugins
make[3]: Entering directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/docs/plugins'
make[3]: *** No rule to make target `../../ext/jpeg/gstsmokedec.h', needed by
`scan-build.stamp'.  Stop.
make[3]: Leaving directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/docs/plugins'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1/docs'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/home/abuild/rpmbuild/BUILD/gst-plugins-good-0.11.1'
make: *** [all] Error 2
error: Bad exit status from /var/tmp/rpm-tmp.K6tuQE (%build)


gstsmoedec.h (and also gstsmokeenc.h) are removed from the
'ext/jpeg/Makefile.am' file stating they are deprecated. This change did not
make it into docs/plugins/Makefile.am.

The attached patch removes the two file-references there as well.

(The commit marking those headers as deprecated was
http://cgit.freedesktop.org/gstreamer/gst-plugins-good/commit/ext/jpeg/Makefile.am?h=0.11&id=be4f60b0622ac25245830b3d7b601394559d54fe
)

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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