@henrique
Yes, i tried to remove both entries, and it worked. So that seems to be the 
issue. No prbs with ubuntu and opensuse, they are at automake >= 1.13 and work 
like a charm.

@jake
I was not able to find a suitable 1.13 mingw package until now. The official 
repo  shows 1.11 to me, a 1.12 is available on sourceforge, but did not do the 
trick.

Btw, I get deprecation warnings about an INCLUDE macro with automake 1.13. 
Build succeeds, though.

Have fun,
JensG
________________________________
Von: Jake Farrell
Gesendet: 12.07.2014 19:45
An: dev@thrift.apache.org
Betreff: Re: Release Apache Thrift 0.9.2

Automake 1.12 made parallel tests as the default which causes the d library
tests to fail. Can use the AUTOMAKE_VERSION defined in ac_prog_bison to
checks to add/remove the AUTOMAKE_OPTIONS line in the lid/d/Makefile.am if
AUTOMAKE_VERSION <= 1.11

-Jake

Automake 1.11 was introduced in 10/2011, i've been testing with the latest
automake 1.13 which is from 5 /13. All the automake issues we have
encountered are from the changes introduced in 1.12, I think that it might
be worth discussing switching to a minimum version required to be 1.12 to
avoid adding these type of additional work arounds for the older 1.11
version





On Sat, Jul 12, 2014 at 12:42 PM, Henrique Mendonça <henri...@apache.org>
wrote:

> Hi Jens,
>
> I can only find "serial-tests" on lib/d
> Have you tried to configure without this lib to see if it works?
> I had an issue with parallel tests before but adding this option is not
> very back compatible, as we can see... so this is actually a bug there
> IMHO.
>
> Best,
> Henrique
>
>
> On 12 July 2014 17:50, Jens Geyer <jensge...@hotmail.com> wrote:
>
> > Hi,
> >
> > seems to be the serial-test option.
> > I run automake 1.12 and I found this post right now:
> >
> > https://lists.gnu.org/archive/html/automake/2013-01/msg00058.html
> >
> >  With automake 1.13 and later, just adding the 'serial-test' will do the
> >> trick
> >>
> >
> > which seems to imply that it won't work with 1.12 or earlier.
> > Trying to find an update package ...
> >
> >
> > JensG
> >
> >
> > -----Ursprüngliche Nachricht----- From: Jens Geyer
> > Sent: Saturday, July 12, 2014 3:47 PM
> > To: dev@thrift.apache.org
> > Subject: Re: Release Apache Thrift 0.9.2
> >
> >
> > Hi,
> >
> > with this commit it starts to fail here:
> >
> >    SHA-1: 8fd8c6366d99ceeccdbcbbe94e87ae247c8c66f6
> >    * THRIFT-2602:Fix missing dist files
> >    Add all missing files to the dist package.
> >
> > I also get a message when running bootstrap.sh, maybe this is the root
> > cause?
> >
> >    lib/d/Makefile.am:20: option `serial-tests' not recognized
> >    lib/d/test/Makefile.am:20: option `serial-tests' not recognized
> >
> > Have fun,
> > JensG
> >
> >
> >
> > -----Ursprüngliche Nachricht----- From: Jens Geyer
> > Sent: Friday, July 11, 2014 11:59 PM
> > To: dev@thrift.apache.org ; jfarr...@apache.org
> > Subject: Re: [VOTE] Release Apache Thrift 0.9.2
> >
> > FYI, I do run into the same issue now with my local MinGW installation,
> > exact same message. Trying to find out the reason.
> >
> > automake (GNU automake) 1.11.1
> > autoconf (GNU Autoconf) 2.67
> >
> >
> >
> > -----Ursprüngliche Nachricht----- From: Roger Meier
> > Sent: Friday, July 11, 2014 5:46 PM
> > To: dev@thrift.apache.org ; jfarr...@apache.org
> > Subject: Re: [VOTE] Release Apache Thrift 0.9.2
> >
> >
> > as mentioned on
> >
> > https://issues.apache.org/jira/browse/THRIFT-2602
> >
> > there is an issue on Debian stable:
> >
> > checking for pow... yes
> > checking the behavior of a signed right shift... arithmetic
> > configure: creating ./config.status
> > config.status: error: cannot find input file: `Makefile.in'
> >
> >
> > just did a fresh git clone, sh bootstrap.sh and ./configure
> >
> > I like to have this fixed before we release.
> > I'm unable to work on this till Sunday evening CEST time zone...
> >
> > I guess it is related to automake and autoconf, i have these versions:
> > autoconf 2.69-1
> > automake 1:1.11.6-1
> >
> > which versions do you have?
> >
> >
> > thanks Jake for preparing this rc!
> > -roger
> >
> >
> >
> > Quoting Jake Farrell <jfarr...@apache.org>:
> >
> >  All,
> >> I propose that we accept the following release candidate as the official
> >> Apache Thrift 0.9.2 release.
> >>
> >> http://people.apache.org/~jfarrell/thrift/0.9.2/thrift-0.9.2-rc0.tar.gz
> >>
> >>
> >> The release candidate is created from the 0.9.2 branch and can be cloned
> >> using:
> >> git clone -b 0.9.2 https://git-wip-us.apache.org/repos/asf/thrift.git
> >>
> >> The release candidates GPG signature can be found at:
> >> http://people.apache.org/~jfarrell/thrift/0.9.2/thrift-
> >> 0.9.2-rc0.tar.gz.asc
> >>
> >> It has an MD5 sum of 879ef158e286107f93697c01a9ca388f
> >>
> >> The CHANGES list for this release is available at:
> >> https://git-wip-us.apache.org/repos/asf?p=thrift.git;a=blob;
> >> f=CHANGES;hb=0.9.2
> >>
> >> Packaged client libraries are available for testing at:
> >> http://people.apache.org/~jfarrell/thrift/0.9.2/lib/
> >>
> >> The deb package repo is available at:
> >> http://people.apache.org/~jfarrell/thrift/0.9.2/repo/ubuntu
> >>
> >> The windows compiler is available at:
> >> http://people.apache.org/~jfarrell/thrift/0.9.2/windows/
> >>
> >>
> >> Please download, verify sig/sum, and install/test the libraries of your
> >> choice.
> >>
> >> This vote will close in 72 hours.
> >>
> >> -Jake
> >>
> >
> >
>

Reply via email to