configure revision 655 not working

View: New views
4 Messages — Rating Filter:   Alert me  

configure revision 655 not working

by Marco Hoehle-2 :: Rate this Message:

| View Threaded | Show Only this Message

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Morning,

trying to build the latest trunk sources does not finish configure.

configure: creating ./config.status
config.status: error: cannot find input file: Makefile.in
hoehle@voyager:~/cfengine_trunk/cfengine-3.co665> svn info | grep -i rev
Revision: 665
Last Changed Rev: 665


Regards
marco
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org

iEYEARECAAYFAkscyxQACgkQ27XhMxhUCo3/6gCfTZO3e0TXaUIySajHjw73ebUt
W24AoMoEGMyD1GrJxdvfCo5SXEL/h+sH
=Qx80
-----END PGP SIGNATURE-----
_______________________________________________
Bug-cfengine mailing list
Bug-cfengine@...
https://cfengine.org/mailman/listinfo/bug-cfengine

Re: configure revision 655 not working

by Eystein Måløy Stenberg :: Rate this Message:

| View Threaded | Show Only this Message

Hi,

Makefile.in is created from Makefile.am by automake.

I'd suggest to download, run standard configure and install on these:
m4-1.4.7-MSYS.tar.bz2
autoconf-2.63.tar.gz
automake-1.10.1.tar.gz
libtool-2.2.6a.tar.gz

found at any GNU mirror.

then run "automake -a -c" in the build directory, followed by configure
and make.

--Eystein

Marco Hoehle wrote:

> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> Morning,
>
> trying to build the latest trunk sources does not finish configure.
>
> configure: creating ./config.status
> config.status: error: cannot find input file: Makefile.in
> hoehle@voyager:~/cfengine_trunk/cfengine-3.co665> svn info | grep -i rev
> Revision: 665
> Last Changed Rev: 665
>
>
> Regards
> marco
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2.0.9 (GNU/Linux)
> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>
> iEYEARECAAYFAkscyxQACgkQ27XhMxhUCo3/6gCfTZO3e0TXaUIySajHjw73ebUt
> W24AoMoEGMyD1GrJxdvfCo5SXEL/h+sH
> =Qx80
> -----END PGP SIGNATURE-----
> _______________________________________________
> Bug-cfengine mailing list
> Bug-cfengine@...
> https://cfengine.org/mailman/listinfo/bug-cfengine
_______________________________________________
Bug-cfengine mailing list
Bug-cfengine@...
https://cfengine.org/mailman/listinfo/bug-cfengine

Re: configure revision 655 not working

by Mark Burgess :: Rate this Message:

| View Threaded | Show Only this Message


We tried taking these out, as they were causing troubles when moving platforms.
You should be able to build them by running

automake -a -c

Marco Hoehle wrote:

> Morning,
>
> trying to build the latest trunk sources does not finish configure.
>
> configure: creating ./config.status
> config.status: error: cannot find input file: Makefile.in
> hoehle@voyager:~/cfengine_trunk/cfengine-3.co665> svn info | grep -i rev
> Revision: 665
> Last Changed Rev: 665
>
>
> Regards
> marco
_______________________________________________
Bug-cfengine mailing list
Bug-cfengine@...
https://cfengine.org/mailman/listinfo/bug-cfengine

--
Mark Burgess

-------------------------------------------------
Professor of Network and System Administration
Oslo University College, Norway

Personal Web: http://www.iu.hio.no/~mark
Office Telf : +47 22453272
-------------------------------------------------
_______________________________________________
Bug-cfengine mailing list
Bug-cfengine@...
https://cfengine.org/mailman/listinfo/bug-cfengine

Re: configure revision 655 not working

by Nicolas Charles-2 :: Rate this Message:

| View Threaded | Show Only this Message

Doing "autoreconf --force --install --symlink" prior to configure might
help if you don't have the same version of libtool (for instance on a
debian stable)

Nicolas

Eystein Måløy Stenberg wrote:

> Hi,
>
> Makefile.in is created from Makefile.am by automake.
>
> I'd suggest to download, run standard configure and install on these:
> m4-1.4.7-MSYS.tar.bz2
> autoconf-2.63.tar.gz
> automake-1.10.1.tar.gz
> libtool-2.2.6a.tar.gz
>
> found at any GNU mirror.
>
> then run "automake -a -c" in the build directory, followed by configure
> and make.
>
> --Eystein
>
> Marco Hoehle wrote:
>  
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>> Morning,
>>
>> trying to build the latest trunk sources does not finish configure.
>>
>> configure: creating ./config.status
>> config.status: error: cannot find input file: Makefile.in
>> hoehle@voyager:~/cfengine_trunk/cfengine-3.co665> svn info | grep -i rev
>> Revision: 665
>> Last Changed Rev: 665
>>
>>
>> Regards
>> marco
>> -----BEGIN PGP SIGNATURE-----
>> Version: GnuPG v2.0.9 (GNU/Linux)
>> Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org
>>
>> iEYEARECAAYFAkscyxQACgkQ27XhMxhUCo3/6gCfTZO3e0TXaUIySajHjw73ebUt
>> W24AoMoEGMyD1GrJxdvfCo5SXEL/h+sH
>> =Qx80
>> -----END PGP SIGNATURE-----
>> _______________________________________________
>> Bug-cfengine mailing list
>> Bug-cfengine@...
>> https://cfengine.org/mailman/listinfo/bug-cfengine
>>    
> _______________________________________________
> Bug-cfengine mailing list
> Bug-cfengine@...
> https://cfengine.org/mailman/listinfo/bug-cfengine
>  

_______________________________________________
Bug-cfengine mailing list
Bug-cfengine@...
https://cfengine.org/mailman/listinfo/bug-cfengine