[Icecast-dev] Opus and WebM support have landed

Parisson lists at parisson.com
Fri Jun 15 03:29:56 PDT 2012


On 14/06/2012 11:35, Rücker Thomas wrote:
> Hi,
> 
> quick info. Yesterday Rillian landed Oneman's patches adding ogg/opus 
> and WebM support on Icecast trunk.
> Big thanks for all the work that has gone into this!
> 
> Please use trunk for your testing and development in this area from now. 
> If you run into problems please send mails/patches/bitch'n'moan-on-IRC/...
> It's important to find any problems by testing it in every possible 
> aspect as early as possible and make the code even better!
> 
> In other news, I decided to drop the 'debian' directory from svn trunk. 
> (Apologies to Rillian for missing the automake references!)
> The reasoning behind this is that Debian explicitly are throwing this 
> out and replacing it with their own maintained 'debian' directory. Also 
> the debian directory in trunk was largely untouched since before Icecast 
> 2.0...
> I'm considering to do the same with the RPM spec, but have less 
> visibility on its usage by distributions.
> If someone has other views on this, please let me know!
> 

Trying to compile it on Debian Squeeze but :

momo at wm22:~/dev/icecast/icecast$ ./autogen.sh
Checking for automake version
  found automake
  found aclocal
Generating configuration files for icecast, please wait....
  aclocal  -I m4
aclocal: couldn't open directory `m4': Aucun fichier ou dossier de ce type
  autoheader
autoheader: error: AC_CONFIG_HEADERS not found in configure.in
  libtoolize --automake
  automake --add-missing
configure.in: no proper invocation of AM_INIT_AUTOMAKE was found.
configure.in: You should verify that configure.in invokes AM_INIT_AUTOMAKE,
configure.in: that aclocal.m4 is present in the top-level directory,
configure.in: and that aclocal.m4 was recently regenerated (using aclocal).
configure.in:12: installing `./config.guess'
configure.in:12: installing `./config.sub'
src/Makefile.am: installing `./depcomp'
/usr/share/automake-1.11/am/depend2.am: am__fastdepCC does not appear in
AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define
`am__fastdepCC' is to add `AC_PROG_CC'
/usr/share/automake-1.11/am/depend2.am:   to `configure.in' and run `aclocal'
and `autoconf' again.
/usr/share/automake-1.11/am/depend2.am: AMDEP does not appear in AM_CONDITIONAL
/usr/share/automake-1.11/am/depend2.am:   The usual way to define `AMDEP' is to
add one of the compiler tests
/usr/share/automake-1.11/am/depend2.am:     AC_PROG_CC, AC_PROG_CXX,
AC_PROG_CXX, AC_PROG_OBJC,
/usr/share/automake-1.11/am/depend2.am:     AM_PROG_AS, AM_PROG_GCJ, AM_PROG_UPC
/usr/share/automake-1.11/am/depend2.am:   to `configure.in' and run `aclocal'
and `autoconf' again.
src/Makefile.am:5: required directory src/avl does not exist
src/Makefile.am:5: required directory src/thread does not exist
src/Makefile.am:5: required directory src/httpp does not exist
src/Makefile.am:5: required directory src/net does not exist
src/Makefile.am:5: required directory src/log does not exist
src/Makefile.am:5: required directory src/timing does not exist
configure.in:153: required file `src/avl/Makefile.in' not found
configure.in:153: required file `src/httpp/Makefile.in' not found
configure.in:153: required file `src/thread/Makefile.in' not found
configure.in:153: required file `src/log/Makefile.in' not found
configure.in:153: required file `src/net/Makefile.in' not found
configure.in:153: required file `src/timing/Makefile.in' not found
  autoconf
configure.in:7: error: possibly undefined macro: AM_INIT_AUTOMAKE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:8: error: possibly undefined macro: AM_CONFIG_HEADER
configure.in:9: error: possibly undefined macro: AM_MAINTAINER_MODE
configure.in:13: error: possibly undefined macro: AC_PROG_LIBTOOL
configure.in:25: error: possibly undefined macro: AC_DEFINE
configure.in:46: error: possibly undefined macro: AC_CHECK_FUNCS
configure.in:63: error: possibly undefined macro: AC_MSG_ERROR
configure.in:72: error: possibly undefined macro: AC_MSG_WARN
configure.in:103: error: possibly undefined macro: AC_CHECK_DECL
configure.in:110: error: possibly undefined macro: AC_MSG_NOTICE
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
./configure: line 2098: AM_INIT_AUTOMAKE: command not found
./configure: line 2099: syntax error near unexpected token `config.h'
./configure: line 2099: `AM_CONFIG_HEADER(config.h)'


Again:


momo at wm22:~/dev/icecast/icecast$ ./autogen.sh
Checking for automake version
  found automake
  found aclocal
Generating configuration files for icecast, please wait....
  aclocal  -I m4
  autoheader
  libtoolize --automake
  automake --add-missing
configure.in:7: installing `./install-sh'
configure.in:7: installing `./missing'
src/Makefile.am:5: required directory src/avl does not exist
src/Makefile.am:5: required directory src/thread does not exist
src/Makefile.am:5: required directory src/httpp does not exist
src/Makefile.am:5: required directory src/net does not exist
src/Makefile.am:5: required directory src/log does not exist
src/Makefile.am:5: required directory src/timing does not exist
configure.in:153: required file `src/avl/Makefile.in' not found
configure.in:153: required file `src/httpp/Makefile.in' not found
configure.in:153: required file `src/thread/Makefile.in' not found
configure.in:153: required file `src/log/Makefile.in' not found
configure.in:153: required file `src/net/Makefile.in' not found
configure.in:153: required file `src/timing/Makefile.in' not found
  autoconf
configure.in:25: error: possibly undefined macro: AC_DEFINE
      If this token and others are legitimate, please use m4_pattern_allow.
      See the Autoconf documentation.
configure.in:46: error: possibly undefined macro: AC_CHECK_FUNCS
configure.in:72: error: possibly undefined macro: AC_MSG_WARN
configure.in:103: error: possibly undefined macro: AC_CHECK_DECL
configure.in:110: error: possibly undefined macro: AC_MSG_NOTICE
I am going to run ./configure with no arguments - if you wish
to pass any to it, please specify them on the ./autogen.sh command line.
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... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
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 ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) supports shared
libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking for ANSI C header files... (cached) yes
checking whether time.h and sys/time.h may both be included... yes
checking alloca.h usability... yes
checking alloca.h presence... yes
checking for alloca.h... yes
checking sys/timeb.h usability... yes
checking sys/timeb.h presence... yes
checking for sys/timeb.h... yes
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking for unistd.h... (cached) yes
./configure: line 10889: XIPH_C__FUNC__: command not found
checking for localtime_r... yes
checking for poll... yes
checking for gettimeofday... yes
checking for ftime... yes
checking for library containing nanosleep... none required
./configure: line 10962: XIPH_NET: command not found
./configure: line 10965: XIPH_PATH_XSLT: command not found
./configure: line 10966: syntax error near unexpected token
`XIPH_CPPFLAGS,$XSLT_CFLAGS'
./configure: line 10966: `XIPH_VAR_APPEND(XIPH_CPPFLAGS,$XSLT_CFLAGS)'
momo at wm22:~/dev/icecast/icecast$
momo at wm22:~/dev/icecast/icecast$ make
make: *** Pas de cibles spécifiées et aucun makefile n'a été trouvé. Arrêt.


Any clue ?
Thanks
Yomguy



More information about the Icecast-dev mailing list