After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 652255 - gst-openmax configure bug
gst-openmax configure bug
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-omx
unspecified
Other Linux
: Normal normal
: git master
Assigned To: Felipe Contreras (banned)
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-06-10 05:34 UTC by vallabhaneni
Modified: 2011-07-31 11:46 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description vallabhaneni 2011-06-10 05:34:11 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$
Comment 1 André Klapper 2011-06-19 14:51:08 UTC
Which exact version is this about?
gst-openmax 0.10.1? tarball or git checkout?
Comment 2 vallabhaneni 2011-06-20 04:11:36 UTC
The version is 0.10.1.
Comment 3 Felipe Contreras (banned) 2011-07-15 12:14:15 UTC
I don't see anything related to svn either in the tarball or the git repository.

How exactly did you get that 'configure' file?
Comment 4 Felipe Contreras (banned) 2011-07-31 11:46:30 UTC
With no information we can't do anything, and I think if we receive it, the bug would be invalid =/