[Bug 726666] error: redundant redeclaration

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Mar 19 09:20:00 PDT 2014


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

--- Comment #9 from U. Artie Eoff <ullysses.a.eoff at intel.com> 2014-03-19 16:44:31 UTC ---
At the top level with HEAD=759ea92, I ran:

$ git bisect start HEAD cba72fbee33847dca
$ git bisect run ./buildit.sh

Where ./buildit.sh is:

------
#!/bin/sh

make distclean
set -e
./autogen.sh --prefix=$PREFIX --disable-gtk-doc --enable-wayland
--disable-examples
make -j 6
make -j 6 install
------

Then for sanity I ran the following:

$ git bisect reset
$ git reset --hard 6b3fe4418538bcdb8ccccd274ba22764ae203e6f
$ ./buildit.sh # build fail
$ git reset --hard HEAD~1
$ ./buildit.sh # build success

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