gst-plugins-base: common subdirectory is empty...?

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

gst-plugins-base: common subdirectory is empty...?

Graham Leggett
Hi all,

The git master of gst-plugins-base currently fails to build as follows:

pi@towerofpi9:~/packages/gstreamer-master/gst-plugins-base$ ./autogen.sh --disable-gtk-doc --disable-docs-build
+ Setting up common submodule
There is something wrong with your source tree.
You are missing common/gst-autogen.sh

The error message is accurate, everything underneath common/ is missing:

pi@towerofpi9:~/packages/gstreamer-master/gst-plugins-base$ ls -al common/
total 12
drwxr-xr-x  2 pi pi 4096 Apr 21 20:54 .
drwxr-xr-x 16 pi pi 4096 Apr 21 20:30 ..
-rw-r--r--  1 pi pi   31 Apr 21 20:54 .git

Anyone know what’s up?

Regards,
Graham



_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel

smime.p7s (4K) Download Attachment
Reply | Threaded
Open this post in threaded view
|

Re: gst-plugins-base: common subdirectory is empty...?

Yasushi SHOJI-2
On Sat, Apr 22, 2017 at 6:55 AM, Graham Leggett <[hidden email]> wrote:
> The git master of gst-plugins-base currently fails to build as follows:
>
> pi@towerofpi9:~/packages/gstreamer-master/gst-plugins-base$ ./autogen.sh --disable-gtk-doc --disable-docs-build
> + Setting up common submodule
> There is something wrong with your source tree.
> You are missing common/gst-autogen.sh

seems to work here.

$ ./autogen.sh --disable-gtk-doc --disable-docs-build
+ Setting up common submodule
Submodule 'common'
(https://anongit.freedesktop.org/git/gstreamer/common.git) registered
for path 'common'
Cloning into '/home/yashi/src/gst/gst-plugins-base/common'...
Submodule path 'common': checked out '48a5d85ebf4a0bad1c997c83100f710fe2154fbf'
+ passing argument --disable-gtk-doc to configure
+ passing argument --disable-docs-build to configure
+ options passed to configure:  --disable-gtk-doc --disable-docs-build
+ check for build tools
  checking for autoreconf ...

try deinit first and redoit

$ git submodule deinit --all
Cleared directory 'common'
Submodule 'common'
(https://anongit.freedesktop.org/git/gstreamer/common.git)
unregistered for path 'common'
--
             yashi
_______________________________________________
gstreamer-devel mailing list
[hidden email]
https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel