atefsaeed2010 / datacard

Automatically exported from code.google.com/p/datacard
Other
0 stars 1 forks source link

automake exit code = 1 #73

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. autoconf
2. automake -a

I'm trying to make FreeBSD port.
In port's Makefile:
--
AUTOMAKE_ARGS=-a
USE_AUTOTOOLS=autoconf automake
--
===>  Configuring for chan_datacard-201
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:8: installing `./config.guess'
configure.in:8: installing `./config.sub'
configure.in:49: installing `./install-sh'
automake-1.11: no `Makefile.am' found for any configure output
*** Error code 1
Stop in /usr/home/bas/ports/chan_datacard.
--
Files are created, but exit code = 1 -> build fails.

What version of the product are you using? On what operating system?
r201

Please provide any additional information below.

Original issue reported on code.google.com by alexande...@gtempaccount.com on 6 Apr 2011 at 9:43

GoogleCodeExporter commented 9 years ago
configure file created ?

can configure and make or not ?

Original comment by bg_...@mail.ru on 7 Apr 2011 at 9:21

GoogleCodeExporter commented 9 years ago
Yes, configure file is created and make by hands is successful.
Problem is in exit code. When it = 1, automatic build through freebsd ports 
system fails.

Original comment by alexande...@gtempaccount.com on 7 Apr 2011 at 9:42

GoogleCodeExporter commented 9 years ago
Try the patch in http://code.google.com/p/datacard/issues/detail?id=74 :) I had 
similar problems.

Original comment by dex...@d3xt3r01.tk on 18 Apr 2011 at 12:19