From kasp.niel at gmail.com Wed Jun 3 14:22:32 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Wed, 3 Jun 2015 16:22:32 +0200 Subject: openggsn fails on debian 8 Message-ID: when trying to install on clean debian 8 I get errors. This is my bash: ./configure bash: ./configure: No such file or directory running alcohol && automake && autoheader && autoconf also gives lots of errors. How can I install openggsn? -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.huemer at xx.vu Wed Jun 3 14:51:37 2015 From: alexander.huemer at xx.vu (Alexander Huemer) Date: Wed, 3 Jun 2015 16:51:37 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: Message-ID: <20150603145137.GB10371@yade.xx.vu> Hi. On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote: > when trying to install on clean debian 8 I get errors. > > This is my bash: > ./configure > bash: ./configure: No such file or directory > > running alcohol && automake && autoheader && autoconf also gives lots of > errors. What's alcohol? autoreconf -i produces a configure script just fine on my jessie/amd64 installation. There is only a minor warning regarding configure.{in,ac}. configure does not complain either. make produces some -Wformat warnings, nothing scary. openggsn does not seem to be broken at all. Kind regards, -Alex From kasp.niel at gmail.com Wed Jun 3 16:24:42 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Wed, 3 Jun 2015 18:24:42 +0200 Subject: openggsn fails on debian 8 In-Reply-To: <20150603145137.GB10371@yade.xx.vu> References: <20150603145137.GB10371@yade.xx.vu> Message-ID: alcohol was a typo from my operating system. when running autoreconf -i I get this: autoreconf -i aclocal: warning: autoconf input should be named 'configure.ac', not ' configure.in' aclocal: warning: couldn't open directory 'm4': No such file or directory automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' configure.in:13: installing './compile' configure.in:7: installing './config.guess' configure.in:7: installing './config.sub' configure.in:14: installing './install-sh' configure.in:105: installing './missing' Makefile.am: installing './INSTALL' automake: warning: autoconf input should be named 'configure.ac', not ' configure.in' ggsn/Makefile.am: installing './depcomp' gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' again. gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure gtp/Makefile.am:1: its definition is in aclocal's search path. lib/Makefile.am:1: error: library used but 'RANLIB' is undefined lib/Makefile.am:1: The usual way to define 'RANLIB' is to add 'AC_PROG_RANLIB' lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. autoreconf: automake failed with exit status: 1 On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer wrote: > Hi. > > On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote: > > when trying to install on clean debian 8 I get errors. > > > > This is my bash: > > ./configure > > bash: ./configure: No such file or directory > > > > running alcohol && automake && autoheader && autoconf also gives lots of > > errors. > > What's alcohol? > > autoreconf -i produces a configure script just fine on my jessie/amd64 > installation. There is only a minor warning regarding configure.{in,ac}. > configure does not complain either. > make produces some -Wformat warnings, nothing scary. > openggsn does not seem to be broken at all. > > Kind regards, > -Alex > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kasp.niel at gmail.com Wed Jun 3 17:33:33 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Wed, 3 Jun 2015 19:33:33 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: <20150603145137.GB10371@yade.xx.vu> Message-ID: after apt-get install libtool the errors was removed. but I cannot run make. it says "No targets specified and no makefile found" stop. On Wed, Jun 3, 2015 at 6:24 PM, Kasper Nielsen wrote: > alcohol was a typo from my operating system. > > when running autoreconf -i I get this: > > autoreconf -i > aclocal: warning: autoconf input should be named 'configure.ac', not ' > configure.in' > aclocal: warning: couldn't open directory 'm4': No such file or directory > automake: warning: autoconf input should be named 'configure.ac', not ' > configure.in' > configure.in:13: installing './compile' > configure.in:7: installing './config.guess' > configure.in:7: installing './config.sub' > configure.in:14: installing './install-sh' > configure.in:105: installing './missing' > Makefile.am: installing './INSTALL' > automake: warning: autoconf input should be named 'configure.ac', not ' > configure.in' > ggsn/Makefile.am: installing './depcomp' > gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined > gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' > gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' > again. > gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure > gtp/Makefile.am:1: its definition is in aclocal's search path. > lib/Makefile.am:1: error: library used but 'RANLIB' is undefined > lib/Makefile.am:1: The usual way to define 'RANLIB' is to add > 'AC_PROG_RANLIB' > lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. > autoreconf: automake failed with exit status: 1 > > > On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer > wrote: > >> Hi. >> >> On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote: >> > when trying to install on clean debian 8 I get errors. >> > >> > This is my bash: >> > ./configure >> > bash: ./configure: No such file or directory >> > >> > running alcohol && automake && autoheader && autoconf also gives lots of >> > errors. >> >> What's alcohol? >> >> autoreconf -i produces a configure script just fine on my jessie/amd64 >> installation. There is only a minor warning regarding configure.{in,ac}. >> configure does not complain either. >> make produces some -Wformat warnings, nothing scary. >> openggsn does not seem to be broken at all. >> >> Kind regards, >> -Alex >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kasp.niel at gmail.com Wed Jun 3 17:34:47 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Wed, 3 Jun 2015 19:34:47 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: <20150603145137.GB10371@yade.xx.vu> Message-ID: sorry. I ran ./configure now. It fails with: ./configure: line 15892: syntax error near unexpected token `LIBOSMOCORE,' ./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= 0.6.4)' Do i need to install other things before the ggsn? On Wed, Jun 3, 2015 at 7:33 PM, Kasper Nielsen wrote: > after apt-get install libtool the errors was removed. but I cannot run > make. > it says "No targets specified and no makefile found" stop. > > On Wed, Jun 3, 2015 at 6:24 PM, Kasper Nielsen > wrote: > >> alcohol was a typo from my operating system. >> >> when running autoreconf -i I get this: >> >> autoreconf -i >> aclocal: warning: autoconf input should be named 'configure.ac', not ' >> configure.in' >> aclocal: warning: couldn't open directory 'm4': No such file or directory >> automake: warning: autoconf input should be named 'configure.ac', not ' >> configure.in' >> configure.in:13: installing './compile' >> configure.in:7: installing './config.guess' >> configure.in:7: installing './config.sub' >> configure.in:14: installing './install-sh' >> configure.in:105: installing './missing' >> Makefile.am: installing './INSTALL' >> automake: warning: autoconf input should be named 'configure.ac', not ' >> configure.in' >> ggsn/Makefile.am: installing './depcomp' >> gtp/Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined >> gtp/Makefile.am:1: The usual way to define 'LIBTOOL' is to add 'LT_INIT' >> gtp/Makefile.am:1: to 'configure.in' and run 'aclocal' and 'autoconf' >> again. >> gtp/Makefile.am:1: If 'LT_INIT' is in 'configure.in', make sure >> gtp/Makefile.am:1: its definition is in aclocal's search path. >> lib/Makefile.am:1: error: library used but 'RANLIB' is undefined >> lib/Makefile.am:1: The usual way to define 'RANLIB' is to add >> 'AC_PROG_RANLIB' >> lib/Makefile.am:1: to 'configure.in' and run 'autoconf' again. >> autoreconf: automake failed with exit status: 1 >> >> >> On Wed, Jun 3, 2015 at 4:51 PM, Alexander Huemer >> wrote: >> >>> Hi. >>> >>> On Wed, Jun 03, 2015 at 04:22:32PM +0200, Kasper Nielsen wrote: >>> > when trying to install on clean debian 8 I get errors. >>> > >>> > This is my bash: >>> > ./configure >>> > bash: ./configure: No such file or directory >>> > >>> > running alcohol && automake && autoheader && autoconf also gives lots >>> of >>> > errors. >>> >>> What's alcohol? >>> >>> autoreconf -i produces a configure script just fine on my jessie/amd64 >>> installation. There is only a minor warning regarding configure.{in,ac}. >>> configure does not complain either. >>> make produces some -Wformat warnings, nothing scary. >>> openggsn does not seem to be broken at all. >>> >>> Kind regards, >>> -Alex >>> >> >> > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.huemer at xx.vu Wed Jun 3 17:41:58 2015 From: alexander.huemer at xx.vu (Alexander Huemer) Date: Wed, 3 Jun 2015 19:41:58 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: <20150603145137.GB10371@yade.xx.vu> Message-ID: <20150603174158.GA8872@yade.xx.vu> On Wed, Jun 03, 2015 at 07:34:47PM +0200, Kasper Nielsen wrote: > sorry. I ran ./configure now. > It fails with: > > ./configure: line 15892: syntax error near unexpected token `LIBOSMOCORE,' > ./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= > 0.6.4)' > > Do i need to install other things before the ggsn? Yes, ask a web search engine, it's the first hit. Kind regards, -Alex From kasp.niel at gmail.com Fri Jun 5 09:57:13 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Fri, 5 Jun 2015 11:57:13 +0200 Subject: openggsn fails on debian 8 In-Reply-To: <20150603174158.GA8872@yade.xx.vu> References: <20150603145137.GB10371@yade.xx.vu> <20150603174158.GA8872@yade.xx.vu> Message-ID: i found http://openbsc.osmocom.org/trac/wiki/OpenBSC_GPRS following that tutorial gives same error. if i first install libosmocore and then openggsn i get this: config.status: error: cannot find input file: `Makefile.in' make: *** No targets specified and no makefile found. Stop. make: *** No rule to make target 'install'. Stop. i could try and rename the Makefile.am to .in, but that seems wrong or? On Wed, Jun 3, 2015 at 7:41 PM, Alexander Huemer wrote: > On Wed, Jun 03, 2015 at 07:34:47PM +0200, Kasper Nielsen wrote: > > sorry. I ran ./configure now. > > It fails with: > > > > ./configure: line 15892: syntax error near unexpected token > `LIBOSMOCORE,' > > ./configure: line 15892: `PKG_CHECK_MODULES(LIBOSMOCORE, libosmocore >= > > 0.6.4)' > > > > Do i need to install other things before the ggsn? > > Yes, ask a web search engine, it's the first hit. > > Kind regards, > -Alex > -------------- next part -------------- An HTML attachment was scrubbed... URL: From alexander.huemer at xx.vu Fri Jun 5 10:45:24 2015 From: alexander.huemer at xx.vu (Alexander Huemer) Date: Fri, 5 Jun 2015 12:45:24 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: <20150603145137.GB10371@yade.xx.vu> <20150603174158.GA8872@yade.xx.vu> Message-ID: <20150605104522.GA3287@yade.xx.vu> On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote: > following that tutorial gives same error. if i first install > libosmocore and then openggsn i get this: > config.status: error: cannot find input file: `Makefile.in' > make: *** No targets specified and no makefile found. Stop. > make: *** No rule to make target 'install'. Stop. > > i could try and rename the Makefile.am to .in, but that seems wrong > or? The problems you are facing have nothing to do with the software you are trying to use. You just don't know how to build it. Those problems are out of scope of this ML. Use a web search engine and learn how to build software that's based on autotools. Kind regards, -Alex From kasp.niel at gmail.com Fri Jun 5 11:25:14 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Fri, 5 Jun 2015 13:25:14 +0200 Subject: openggsn fails on debian 8 In-Reply-To: <20150605104522.GA3287@yade.xx.vu> References: <20150603145137.GB10371@yade.xx.vu> <20150603174158.GA8872@yade.xx.vu> <20150605104522.GA3287@yade.xx.vu> Message-ID: i see. sorry. On Fri, Jun 5, 2015 at 12:45 PM, Alexander Huemer wrote: > On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote: > > following that tutorial gives same error. if i first install > > libosmocore and then openggsn i get this: > > config.status: error: cannot find input file: `Makefile.in' > > make: *** No targets specified and no makefile found. Stop. > > make: *** No rule to make target 'install'. Stop. > > > > i could try and rename the Makefile.am to .in, but that seems wrong > > or? > > The problems you are facing have nothing to do with the software you are > trying to use. > You just don't know how to build it. > Those problems are out of scope of this ML. > Use a web search engine and learn how to build software that's based on > autotools. > > Kind regards, > -Alex > -------------- next part -------------- An HTML attachment was scrubbed... URL: From kasp.niel at gmail.com Fri Jun 5 11:26:02 2015 From: kasp.niel at gmail.com (Kasper Nielsen) Date: Fri, 5 Jun 2015 13:26:02 +0200 Subject: openggsn fails on debian 8 In-Reply-To: References: <20150603145137.GB10371@yade.xx.vu> <20150603174158.GA8872@yade.xx.vu> <20150605104522.GA3287@yade.xx.vu> Message-ID: i just thought when doing exactly as the tutorial said with this software and it failed that there was something wrong with software or tutorial. On Fri, Jun 5, 2015 at 1:25 PM, Kasper Nielsen wrote: > i see. sorry. > > On Fri, Jun 5, 2015 at 12:45 PM, Alexander Huemer > wrote: > >> On Fri, Jun 05, 2015 at 11:57:13AM +0200, Kasper Nielsen wrote: >> > following that tutorial gives same error. if i first install >> > libosmocore and then openggsn i get this: >> > config.status: error: cannot find input file: `Makefile.in' >> > make: *** No targets specified and no makefile found. Stop. >> > make: *** No rule to make target 'install'. Stop. >> > >> > i could try and rename the Makefile.am to .in, but that seems wrong >> > or? >> >> The problems you are facing have nothing to do with the software you are >> trying to use. >> You just don't know how to build it. >> Those problems are out of scope of this ML. >> Use a web search engine and learn how to build software that's based on >> autotools. >> >> Kind regards, >> -Alex >> > > -------------- next part -------------- An HTML attachment was scrubbed... URL: