[gstreamer-bugs] [Bug 632203] New: make distcheck fails if required orcc version isn't present

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Oct 15 03:37:51 PDT 2010


https://bugzilla.gnome.org/show_bug.cgi?id=632203
  GStreamer | gst-plugins-base | git

           Summary: make distcheck fails if required orcc version isn't
                    present
    Classification: Desktop
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
        AssignedTo: gstreamer-bugs at lists.sourceforge.net
        ReportedBy: bilboed at gmail.com
         QAContact: gstreamer-bugs at lists.sourceforge.net
      GNOME target: ---
     GNOME version: ---


This is due to the fact that ORCC is empty when calling the following rule:

        $(ORCC) --test -o $@ $<                                                 
Which gets evaluated to:

make[2]: Entering directory
`/home/bilboed/buildbot/g64~-base-full/build/tests/check'
/usr/bin/mkdir -p orc/
test -o orc/adder.c ../../gst/adder/gstadderorc.orc
/bin/sh: line 0: test: orc/adder.c: binary operator expected
make[2]: [orc/adder.c] Error 2 (ignored)
/usr/bin/mkdir -p orc/
test -o orc/audioconvert.c ../../gst/audioconvert/gstaudioconvertorc.orc
/bin/sh: line 0: test: orc/audioconvert.c: binary operator expected
make[2]: [orc/audioconvert.c] Error 2 (ignored)
/usr/bin/mkdir -p orc/
test -o orc/videoscale.c ../../gst/videoscale/gstvideoscaleorc.orc
/bin/sh: line 0: test: orc/videoscale.c: binary operator expected
make[2]: [orc/videoscale.c] Error 2 (ignored)
/usr/bin/mkdir -p orc/
test -o orc/videotestsrc.c ../../gst/videotestsrc/gstvideotestsrcorc.orc
/bin/sh: line 0: test: orc/videotestsrc.c: binary operator expected
make[2]: [orc/videotestsrc.c] Error 2 (ignored)
/usr/bin/mkdir -p orc/
test -o orc/volume.c ../../gst/volume/gstvolumeorc.orc
/bin/sh: line 0: test: orc/volume.c: binary operator expected
make[2]: [orc/volume.c] Error 2 (ignored)
cp: cannot stat `./orc/adder.c': No such file or directory
make[2]: *** [distdir] Error 1
make[2]: Leaving directory
`/home/bilboed/buildbot/g64~-base-full/build/tests/check'
make[1]: *** [distdir] Error 1
make[1]: Leaving directory `/home/bilboed/buildbot/g64~-base-full/build/tests'
make: *** [distdir] Error 1
program finished with exit code 2
elapsedTime=8.756139

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