[jira] [Resolved] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-05-04 Thread James E. King, III (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

James E. King, III resolved THRIFT-3071.

Resolution: Fixed

 bootstrap.sh on Ubuntu 12.04 (Precise) automake error
 -

 Key: THRIFT-3071
 URL: https://issues.apache.org/jira/browse/THRIFT-3071
 Project: Thrift
  Issue Type: Bug
  Components: Build Process
Affects Versions: 0.9.3
 Environment: Ubuntu 12.04.1 LTS
Reporter: James E. King, III
Assignee: James E. King, III
Priority: Minor
 Fix For: 0.9.3


 Ubuntu 12.04 contains automake-1.11, and the bootstrap.sh script requires 
 1.13 or later:
 {code}
 ~/dev/thrift$ ./bootstrap.sh
 configure.ac:103: warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in 
 library
 configure.ac:103: error: possibly undefined macro: AM_EXTRA_RECURSIVE_TARGETS
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.{code}
 A workaround for this issue is to install automake-1.14 via community PPA:
 {noformat}
 # add-apt-repository ppa:dns/gnu
 # apt-get update
 # apt-get install automake
 {noformat}
 bootstrap.sh should check the version of automake and emit a nicer error 
 message when 1.13 or later is not available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-14 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer resolved THRIFT-3071.

Resolution: Fixed

Committed


 bootstrap.sh on Ubuntu 12.04 (Precise) automake error
 -

 Key: THRIFT-3071
 URL: https://issues.apache.org/jira/browse/THRIFT-3071
 Project: Thrift
  Issue Type: Bug
  Components: Build Process
Affects Versions: 0.9.3
 Environment: Ubuntu 12.04.1 LTS
Reporter: James E. King, III
Assignee: Jens Geyer
Priority: Minor
 Fix For: 0.9.3


 Ubuntu 12.04 contains automake-1.11, and the bootstrap.sh script requires 
 1.13 or later:
 {code}
 ~/dev/thrift$ ./bootstrap.sh
 configure.ac:103: warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in 
 library
 configure.ac:103: error: possibly undefined macro: AM_EXTRA_RECURSIVE_TARGETS
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.{code}
 A workaround for this issue is to install automake-1.14 via community PPA:
 {noformat}
 # add-apt-repository ppa:dns/gnu
 # apt-get update
 # apt-get install automake
 {noformat}
 bootstrap.sh should check the version of automake and emit a nicer error 
 message when 1.13 or later is not available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (THRIFT-3071) bootstrap.sh on Ubuntu 12.04 (Precise) automake error

2015-04-03 Thread Jens Geyer (JIRA)

 [ 
https://issues.apache.org/jira/browse/THRIFT-3071?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jens Geyer resolved THRIFT-3071.

   Resolution: Fixed
Fix Version/s: 0.9.3

Committed.

 bootstrap.sh on Ubuntu 12.04 (Precise) automake error
 -

 Key: THRIFT-3071
 URL: https://issues.apache.org/jira/browse/THRIFT-3071
 Project: Thrift
  Issue Type: Bug
  Components: Build Process
Affects Versions: 0.9.3
 Environment: Ubuntu 12.04.1 LTS
Reporter: James E. King, III
Assignee: Jens Geyer
Priority: Minor
 Fix For: 0.9.3


 Ubuntu 12.04 contains automake-1.11, and the bootstrap.sh script requires 
 1.13 or later:
 {code}
 ~/dev/thrift$ ./bootstrap.sh
 configure.ac:103: warning: macro `AM_EXTRA_RECURSIVE_TARGETS' not found in 
 library
 configure.ac:103: error: possibly undefined macro: AM_EXTRA_RECURSIVE_TARGETS
   If this token and others are legitimate, please use m4_pattern_allow.
   See the Autoconf documentation.{code}
 A workaround for this issue is to install automake-1.14 via community PPA:
 {noformat}
 # add-apt-repository ppa:dns/gnu
 # apt-get update
 # apt-get install automake
 {noformat}
 bootstrap.sh should check the version of automake and emit a nicer error 
 message when 1.13 or later is not available.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)