Package:chromium
Version:0.9.12

When I try to compile
chromium_0.9.12.orig.tar.gz+chromium_0.9.12-10.diff , I get this error
message:

./configure: line 3732: syntax error near unexpected token `newline'
./configure: line 3732: `  yes:no:'
make[2]: Entering directory `/home/me/tmp/chromium-0.9.12/support/openal/linux'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/me/tmp/chromium-0.9.12/support/openal/linux'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/home/me/tmp/chromium-0.9.12/support/openal'
make: *** [support/openal/] Error 2
##################################################################################################
##################################################################################################

ls -l /lib/libc.so.6
lrwxrwxrwx  1 root root 13 2005-09-12 12:54 /lib/libc.so.6 -> libc-2.3.5.so

dpkg -s libc6 | grep ^Version
Version: 2.3.5-6

Kernel version 2.6.13-4 - Vanilla
uname -a
Linux debian 2.6.13.4 #1 Sat Oct 15 23:46:16 EEST 2005 i686 GNU/Linux
Debian version Sarge upgraded  with packages from Unstable





Complete list of commands and messages:

$tar -zxf  chromium_0.9.12.orig.tar.gz
$cp chromium_0.9.12 chromium-0.9.12/
$cp chromium_0.9.12-10.diff chromium-0.9.12/
$cd chromium-0.9.12/
$cat chromium_0.9.12-10.diff |  patch p2
patching file p2
patching file chromium.6
patching file copyright
patching file compat
patching file docs
patching file chromium.xpm
patching file dirs
patching file menu
patching file watch
patching file rules
patching file 10_buildfixes.dpatch
patching file 15_soundfix.dpatch
patching file 20_badcode.dpatch
patching file 00list
patching file 25_gcc4.dpatch
patching file 30_new_openAL.dpatch
patching file changelog
patching file control

$make
cd support/openal/; make
make[1]: Entering directory `/home/me/tmp/chromium-0.9.12/support/openal'
mkdir -p ./lib
cd linux; sh autogen.sh; ./configure --enable-sdl --enable-smpeg; make
autoheader: WARNING: Using auxiliary files such as `acconfig.h', `config.h.bot'
autoheader: WARNING: and `config.h.top', to define templates for `config.h.in'
autoheader: WARNING: is deprecated and discouraged.
autoheader:
autoheader: WARNING: Using the third argument of `AC_DEFINE' and
autoheader: WARNING: `AC_DEFINE_UNQUOTED' allows to define a template without
autoheader: WARNING: `acconfig.h':
autoheader:
autoheader: WARNING:   AC_DEFINE([NEED_FUNC_MAIN], 1,
autoheader:             [Define if a function `main' is needed.])
autoheader:
autoheader: WARNING: More sophisticated templates can also be produced, see the
autoheader: WARNING: documentation.
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking how to run the C preprocessor... gcc -E
checking whether byte ordering is bigendian... no
checking for sin in -lm... yes
checking for dlopen in -ldl... yes
./configure: line 3732: syntax error near unexpected token `newline'
./configure: line 3732: `  yes:no:'
make[2]: Entering directory `/home/me/tmp/chromium-0.9.12/support/openal/linux'
make[2]: *** No targets specified and no makefile found.  Stop.
make[2]: Leaving directory `/home/me/tmp/chromium-0.9.12/support/openal/linux'
make[1]: *** [linux] Error 2
make[1]: Leaving directory `/home/me/tmp/chromium-0.9.12/support/openal'
make: *** [support/openal/] Error 2
$grep -R "yes:no:" *
grep: src-setup/chromium: No such file or directory
support/openal/linux/configure:  yes:no: )
support/openal/linux/configure:  yes:no:
support/openal/linux/configure:  yes:no: )
support/openal/linux/configure:  yes:no: )
support/openal/linux/configure:  yes:no: )
support/openal/linux/configure:  yes:no: )
support/openal/linux/autom4te.cache/output.0:  yes:no: )
support/openal/linux/autom4te.cache/output.0:  yes:no:
support/openal/linux/autom4te.cache/output.0:  yes:no: )
support/openal/linux/autom4te.cache/output.0:  yes:no: )
support/openal/linux/autom4te.cache/output.0:  yes:no: )
support/openal/linux/autom4te.cache/output.0:  yes:no: )
$cat -n support/openal/linux/configure
...................
  3729
  3730  # So?  What about this header?
  3731  case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
  3732    yes:no:
  3733  fi
  3734
  3735
..........................

Reply via email to