GNOME Bugzilla – Bug 652255
gst-openmax configure bug
Last modified: 2011-07-31 11:46:30 UTC
kvallabhaneni@kvallabhaneni-laptop:~/gst-openmax$ ./configure --prefix="$HOME/omx" git: 'svn' is not a git-command. See 'git --help'. Did you mean one of these? fsck show git: 'svn' is not a git-command. See 'git --help'. Did you mean one of these? fsck show ./configure: line 699: -f2)test $revision || revision=$(cd "" && grep revision .svn/entries 2>/dev/null | cut -d ' -f2)test || revision=test && revision=SVN-r# check for git svn revision numberif ! test ; then revision= test && revision=git-svn-r# check for git short hashif ! test ; then revision=69f66df test && revision=git-# no revision number foundtest || revision=UNKNOWN# releases extract the version number from the VERSION fileversion=test || version= -n && version=-NEW_REVISION=#define: No such file or directory git: 'svn' is not a git-command. See 'git --help'. Did you mean one of these? fsck show checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... no checking for mawk... mawk checking whether make sets $(MAKE)... yes git: 'svn' is not a git-command. See 'git --help'. Did you mean one of these? fsck show ./configure: line 2778: -f2)test $revision || revision=$(cd "" && grep revision .svn/entries 2>/dev/null | cut -d ' -f2)test || revision=test && revision=SVN-r# check for git svn revision numberif ! test ; then revision= test && revision=git-svn-r# check for git short hashif ! test ; then revision=69f66df test && revision=git-# no revision number foundtest || revision=UNKNOWN# releases extract the version number from the VERSION fileversion=test || version= -n && version=-NEW_REVISION=#define: No such file or directory ./configure: line 3168: See: command not found ./configure: line 3197: 10q conftest.err >conftest.er1 cat conftest.er1 >&5 rm -f conftest.er1 conftest.err fi $as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5 test $ac_status = 0; } done cat confdefs.h - <<_ACEOF >conftest.$ac_ext /* end confdefs.h. */ #include <stdio.h> int main () { FILE *f = fopen ("conftest.out", "w"); return ferror (f) || fclose (f) != 0; ; return 0; } _ACEOF ac_clean_files_save=$ac_clean_files ac_clean_files="$ac_clean_files a.out a.out.dSYM a.exe b.out conftest.out" # Try to create an executable without -o first, disregard a.out. # It will help us diagnose broken compilers, and finding out an intuition # of exeext. { $as_echo "$as_me:${as_lineno-$LINENO}: checking for C compiler default output file name" >&5 $as_echo_n "checking for C compiler default output file name... " >&6; } ac_link_default=`$as_echo "$ac_link" | sed s/: No such file or directory sed: can't read conftest.c: No such file or directory configure: error: in `/home/kvallabhaneni/gst-openmax': configure: error: C compiler cannot create executables See `config.log' for more details. ./configure: line 37: sed: No such file or directory ./configure: line 40: sort: No such file or directory kvallabhaneni@kvallabhaneni-laptop:~/gst-openmax$
Which exact version is this about? gst-openmax 0.10.1? tarball or git checkout?
The version is 0.10.1.
I don't see anything related to svn either in the tarball or the git repository. How exactly did you get that 'configure' file?
With no information we can't do anything, and I think if we receive it, the bug would be invalid =/