Project

General

Profile

Actions

Misc #12124

closed

Use Automake

Added by cjcollier (C.J. Collier) about 8 years ago. Updated over 2 years ago.

Status:
Closed
Assignee:
-
[ruby-core:74032]

Description

It looks like there is a lot of duplicate code that could be removed by making use of automake.

Are there any reasons why this should not be done?

I've got some patches up for review here:

https://github.com/ruby/ruby/compare/trunk...LLC-Technologies-Collier:trunk?expand=1

Updated by shyouhei (Shyouhei Urabe) about 8 years ago

  • I'm afraid automake contaminates this project with GPL.
  • I'm afraid this world is not built on top of GNU. AFAIK automake forces us to use GNU make, which breaks compatibility.

Updated by normalperson (Eric Wong) about 8 years ago

wrote:

  • I'm afraid automake contaminates this project with GPL.

Not true, automake gives something like the following:

This Makefile.in is free software; the Free Software Foundation

gives unlimited permission to copy and/or distribute it,

with or without modifications, as long as this notice is preserved.

Either the above or special exception (same thing we already have
for autoconf-generated stuff).

Updated by naruse (Yui NARUSE) about 8 years ago

I generally for this, but ...

C.J. Collier wrote:

It looks like there is a lot of duplicate code that could be removed by making use of automake.

Are there any reasons why this should not be done?

Just because Ruby was born before automake (and matz seems not be familiar with automake when he introduced configure.in).

I've got some patches up for review here:

https://github.com/ruby/ruby/compare/trunk...LLC-Technologies-Collier:trunk?expand=1

The patch breaks version.h's RUBY_RELEASE_DATE mechanism.

Shyouhei Urabe wrote:

  • I'm afraid automake contaminates this project with GPL.

"Automake places no restrictions on the distribution of the resulting Makefile.ins."
http://www.gnu.org/savannah-checkouts/gnu/automake/manual/html_node/Distributing.html

  • I'm afraid this world is not built on top of GNU. AFAIK automake forces us to use GNU make, which breaks compatibility.

With AM_INIT_AUTOMAKE([-Wportability foreign 1.9]) or something, you can keep portability.

Updated by shyouhei (Shyouhei Urabe) about 8 years ago

On 02/29/2016 03:17 PM, Eric Wong wrote:

wrote:

  • I'm afraid automake contaminates this project with GPL.

Not true, automake gives something like the following:

This Makefile.in is free software; the Free Software Foundation

gives unlimited permission to copy and/or distribute it,

with or without modifications, as long as this notice is preserved.

Either the above or special exception (same thing we already have
for autoconf-generated stuff).

What was in my mind was not Makefile.in but config.sub and other files that slip into a project. They are not generated, rather pure redistributions of GPLed software.

But it seems the current config.sub comes in GPL with exception clause so it might be OK. Not checked everything that ships with automake though. I'd like to withdraw this first point.

Updated by naruse (Yui NARUSE) about 8 years ago

Just I remind,
Ruby's Makefile must support nmake.
I know automake can generate Makefile which runs with bsdmake, but don't know with nmake.

Updated by shyouhei (Shyouhei Urabe) about 8 years ago

We looked at this issue on this month's developer meeting. Attendees agree that automake is basically a good thing to have. However:

  • We also have to support nmake.
  • In order to do so, we have a Makefile named common.mk which includes most part of rules that are in common between nmake and others.
  • Automake migration should not break this part. The difficulty is here.

Updated by cjcollier (C.J. Collier) about 8 years ago

Shyouhei Urabe wrote:

We looked at this issue on this month's developer meeting. Attendees agree that automake is basically a good thing to have. However:

  • We also have to support nmake.
  • In order to do so, we have a Makefile named common.mk which includes most part of rules that are in common between nmake and others.
  • Automake migration should not break this part. The difficulty is here.

That all sounds reasonable, and I'm happy to hear that there is interest in the community.

It will likely be much less effort if we get some buy-in from the nmake folks as well. To that end, I've reached out to a friend who was on the Visual Studio team for quite a long time. I hope to hear back from someone in Redmond who can help us to bridge the gap here.

Updated by cjcollier (C.J. Collier) almost 8 years ago

C.J. Collier wrote:

Shyouhei Urabe wrote:

We looked at this issue on this month's developer meeting. Attendees agree that automake is basically a good thing to have. However:

  • We also have to support nmake.
  • In order to do so, we have a Makefile named common.mk which includes most part of rules that are in common between nmake and others.
  • Automake migration should not break this part. The difficulty is here.

That all sounds reasonable, and I'm happy to hear that there is interest in the community.

It will likely be much less effort if we get some buy-in from the nmake folks as well. To that end, I've reached out to a friend who was on the Visual Studio team for quite a long time. I hope to hear back from someone in Redmond who can help us to bridge the gap here.

I had a meeting yesterday at Microsoft in Redmond with members of the Visual Studio team. They are excited by the idea of enabling support for autotools in Visual Studio. We spoke about the possibility of releasing the nmake source code under a license such as X11/MIT. I am hopeful about the possibility, but of course Microsoft is a large company and they will need to acquire clearance from the developers who wrote the code, management of the Visual Studio team, and LCA before being able to make such a thing possible.

If this were to happen, I expect that it would be relatively easy to convince the automake team to add native support for another Free Software make platform.

Thank you all for your patience!

C.J.

Updated by naruse (Yui NARUSE) almost 8 years ago

C.J. Collier wrote:

I had a meeting yesterday at Microsoft in Redmond with members of the Visual Studio team. They are excited by the idea of enabling support for autotools in Visual Studio.

That sounds interesting.
If autotools support of Visual Studio, it will ease the maintenance of configure.in/Makefile.in!
(though it needs some Unix tools like grep.exe and sed.exe, and organize current win32/Makefile.sub into new separation)

We spoke about the possibility of releasing the nmake source code under a license such as X11/MIT. I am hopeful about the possibility, but of course Microsoft is a large company and they will need to acquire clearance from the developers who wrote the code, management of the Visual Studio team, and LCA before being able to make such a thing possible.

If this were to happen, I expect that it would be relatively easy to convince the automake team to add native support for another Free Software make platform.

It's great!
We sometimes hit nmake compatibility issue like folloing.
I wish it would help to avoid such issue.

e56b9b4 common.mk: dependency of ripper.c
655b18e common.mk: source dependency for nmake
184c7e6 common.mk: probes.dmyh for nmake
f6dcbf7 nmake VPATH
52ddf1f Revert r53482 "nmake VPATH"
64e2285 nmake VPATH
445e11d probes.h including dummy header
a1115a1 * ext/ripper/depend: Just like BSDmake, nmake also recognize the rule of   ".eventids2.check" as inference one.  but nmake is not cheated by macro.   this fixes build failure introduced at r53448. see also the commit log of   r53452.
fabb8b4 enc/Makefile.in: get rid of nmake bug
bae170f common.mk: double quotes

Updated by hsbt (Hiroshi SHIBATA) over 2 years ago

  • Assignee deleted (cjcollier (C.J. Collier))
Actions #11

Updated by nobu (Nobuyoshi Nakada) over 2 years ago

  • Status changed from Open to Closed
Actions

Also available in: Atom PDF

Like0
Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0Like0