opensourcecobol / Open-COBOL-ESQL

Open Cobol ESQL (ocesql) is an open-source Embedded SQL pre-compiler and run-time library designed for COBOL applications which access an open-source database.
https://www.osscons.jp/osscobol/
GNU Lesser General Public License v3.0
50 stars 24 forks source link

please provide release tarballs #22

Open GitMensch opened 4 years ago

GitMensch commented 4 years ago

issues like #10, #11 could be prevented by publishing release tarballs. Please run make dist with a clean checkout and build of ocesql-1.2 and attach the result to https://github.com/opensourcecobol/Open-COBOL-ESQL/releases/tag/v1.2 - the current "assets" are only source snaphots and don't have the correct timestamps, which is the reason that bison, flex, automake and others are run - which should not be the case (both to prevent missing/mismatched toolset of those maintainer tools [= removing unnecessary dependencies] to break the build and to actually provide a tested release version).

GitMensch commented 3 years ago

I've found the reason for this issue two weeks ago - the Makefiles and configure.ac are actually not clean, a working make dist does not exist. I plan to fix this and a bunch of other stuff; @n-isaka @minemaz @ytr-sakamoto do you see an option to pull those in? Note: I definitely would prefer to do my changes under (L)GPLv3+would this be OK for PR, too, or do you have a need to stay on the old version?