BIND 10 #3243: [kean] The serial unit tests execution is not possible for automake 1.13 and later

BIND 10 Development do-not-reply at isc.org
Tue Jan 7 11:30:06 UTC 2014


#3243: [kean] The serial unit tests execution is not possible for automake 1.13
and later
-------------------------------------+-------------------------------------
            Reporter:  marcin        |                        Owner:  kean
                Type:  enhancement   |                       Status:
            Priority:  medium        |  reviewing
           Component:  build system  |                    Milestone:
            Keywords:                |  Sprint-20131015
           Sensitive:  0             |                   Resolution:
         Sub-Project:  Core          |                 CVSS Scoring:
Estimated Difficulty:  0             |              Defect Severity:  N/A
         Total Hours:  0             |  Feature Depending on Ticket:
                                     |          Add Hours to Ticket:  0
                                     |                    Internal?:  0
-------------------------------------+-------------------------------------

Comment (by muks):

 Replying to [comment:6 marcin]:
 > Can we just workaround the serial-tests problem by checking the automake
 version using system command ?
 >
 > {{{
 > +m4_define([serial_tests], [
 > +    m4_esyscmd([automake --version |
 > +                head -1 |
 > +                awk '{split ($NF,a,"."); if (a[1] == 1 && a[2] >= 12) {
 print "serial-tests" }}'
 > +    ])
 > +])
 > +AM_INIT_AUTOMAKE(foreign serial_tests)
 > }}}
 >
 > I have taken it from here:
 > https://www.redhat.com/archives/libguestfs/2013-February/msg00102.html

 This is cleverer. If it works fine on the various build platforms, we can
 adopt this.

-- 
Ticket URL: <http://bind10.isc.org/ticket/3243#comment:7>
BIND 10 Development <http://bind10.isc.org>
BIND 10 Development


More information about the bind10-tickets mailing list