Hello, I hope this is the place to bug ppl about compile errors. So here I go. I downloaded the latest through CVS last night and ran ./autogen.sh according to the manual and ran into the following error. Does anyone happen to have a fix for it? I am on FreeBSD 4.6 Stable. Thanks in advance, Till << ./autogen.sh output and error message >> elation# ./autogen.sh 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. Generating configuration files for ices, please wait.... aclocal libtoolize --automake automake --add-missing automake: configure.in: installing `./install-sh' automake: configure.in: installing `./mkinstalldirs' automake: configure.in: installing `./missing' automake: configure.in: installing `./depcomp' autoconf checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... no checking for awk... awk checking whether make sets ${MAKE}... yes checking for gcc... gcc checking for C compiler default output... 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 style of include used by make... GNU checking dependency style of gcc... gcc checking build system type... i386-unknown-freebsdelf4.6 checking host system type... i386-unknown-freebsdelf4.6 checking for ranlib... ranlib checking for ld used by GCC... /usr/libexec/elf/ld checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes loading cache /dev/null within ltconfig ltconfig: you must specify a host type if you use `--no-verify' Try `ltconfig --help' for more information. configure: error: libtool configure failed --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, 2003-04-01 at 14:33, till at klimpong.com wrote:> Hello, > I hope this is the place to bug ppl about compile errors. So here I go. > > I downloaded the latest through CVS last night and ran ./autogen.sh according to the manual and ran into the following error. Does anyone happen to have a fix for it? > > I am on FreeBSD 4.6 Stable.FreeBSD ships with old libtool (1.3) which gets confused with the auto* thats on there. ...> checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > loading cache /dev/null within ltconfig > ltconfig: you must specify a host type if you use `--no-verify' > Try `ltconfig --help' for more information. > configure: error: libtool configure failedget the latest tarball from www.xiph.org/~brendan instead and just run ./configure <with args as appropriate> <p>karl. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
in the FreeBSD ports there already is something for ices2 and icecast2. it's a little on the old side (from november 2002). cvsup the latest ports tree, though, you should update your box to 4.7 as well ... or 4.8-rc if you really want to be l33t. i've asked the port maintainer to at least put the oddsock yp hack in there or at least to update the port, but he hasn't yet. boink. On Tue, Apr 01, 2003 at 08:33:09AM +0000, till at klimpong.com wrote:> Hello, > I hope this is the place to bug ppl about compile errors. So here I go. > > I downloaded the latest through CVS last night and ran ./autogen.sh according to the manual and ran into the following error. Does anyone happen to have a fix for it? > > I am on FreeBSD 4.6 Stable. > > Thanks in advance, > Till > > << ./autogen.sh output and error message >> > elation# ./autogen.sh > 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. > Generating configuration files for ices, please wait.... > aclocal > libtoolize --automake > automake --add-missing > automake: configure.in: installing `./install-sh' > automake: configure.in: installing `./mkinstalldirs' > automake: configure.in: installing `./missing' > automake: configure.in: installing `./depcomp' > autoconf > checking for a BSD-compatible install... /usr/bin/install -c > checking whether build environment is sane... yes > checking for gawk... no > checking for mawk... no > checking for nawk... no > checking for awk... awk > checking whether make sets ${MAKE}... yes > checking for gcc... gcc > checking for C compiler default output... 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 style of include used by make... GNU > checking dependency style of gcc... gcc > checking build system type... i386-unknown-freebsdelf4.6 > checking host system type... i386-unknown-freebsdelf4.6 > checking for ranlib... ranlib > checking for ld used by GCC... /usr/libexec/elf/ld > checking if the linker (/usr/libexec/elf/ld) is GNU ld... yes > checking for BSD-compatible nm... /usr/bin/nm -B > checking whether ln -s works... yes > loading cache /dev/null within ltconfig > ltconfig: you must specify a host type if you use `--no-verify' > Try `ltconfig --help' for more information. > configure: error: libtool configure failed > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request at xiph.org' > containing only the word 'unsubscribe' in the body. No subject is needed. > Unsubscribe messages sent to the list will be ignored/filtered.-- <p>je ne cherche pas, je trouve (Picasso) <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request at xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
> > in the FreeBSD ports there already is something for ices2 and icecast2. > it's a little on the old side (from november 2002). > > cvsup the latest ports tree, though, you should update your box to 4.7 > as well ... or 4.8-rc if you really want to be l33t.Yeah, my ports are up to date. I prefer to build some things by hand though. ;-) I updated libtool and got a little further. :-) - Thanks Karl! Now the next problem is within my libogg installation. The installation was successful, even checked all files, but icecast fails to ./configure because it can not find ogg.h (which is in /usr/local/include/ogg/). I tried to use the "--with-ogg-prefix"-switch, but it didn't help. Any hints? Thanks, Till --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.
On Tue, Apr 01, 2003 at 05:36:37PM +0200, boink wrote:> > in the FreeBSD ports there already is something for ices2 and icecast2. > it's a little on the old side (from november 2002).Hello, I tried icecast2 (couple days ago, ports gets upgraded daily) on a FreeBSD 4.X (4.8-RC) and since it compiles (by default) to use encrypted passwords i could not make it work. I used the mkpasswd, makepasswd, and other crypt related programs, none worked. However, the same encrypted passwds work with the good old icecast ; ) BTW, i did check the mail list archives. They indicate how to create the encrypted passwd, yet it did not work with icecast2, it worked with icecast. Kind Regards, David Correa Network Engineer Key fingerprint 7F2C E072 479D 71B4 008B 373E A284 8CDE 7659 F5D8 --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscribe messages sent to the list will be ignored/filtered.