[jira] [Created] (HADOOP-18770) cmake CompileMojo resolution

2023-06-13 Thread Steve Loughran (Jira)
Steve Loughran created HADOOP-18770: --- Summary: cmake CompileMojo resolution Key: HADOOP-18770 URL: https://issues.apache.org/jira/browse/HADOOP-18770 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-18274) Use CMake 3.19.0 in Debian 10

2022-06-02 Thread Jira
[ https://issues.apache.org/jira/browse/HADOOP-18274?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Íñigo Goiri resolved HADOOP-18274. -- Fix Version/s: 3.4.0 Hadoop Flags: Reviewed Resolution: Fixed > Use CMake 3.1

[jira] [Created] (HADOOP-18274) Use CMake 3.19.0 in Debian 10

2022-06-02 Thread Gautham Banasandra (Jira)
Gautham Banasandra created HADOOP-18274: --- Summary: Use CMake 3.19.0 in Debian 10 Key: HADOOP-18274 URL: https://issues.apache.org/jira/browse/HADOOP-18274 Project: Hadoop Common Issue

[jira] [Resolved] (HADOOP-17507) Add build instructions for installing GCC 9 and CMake 3.19

2021-01-31 Thread Masatake Iwasaki (Jira)
Add build instructions for installing GCC 9 and CMake 3.19 > -- > > Key: HADOOP-17507 > URL: https://issues.apache.org/jira/browse/HADOOP-17507 > Project: Hadoop Common >

[jira] [Created] (HADOOP-17507) Add build instructions for installing GCC 9 and CMake 3.19

2021-01-31 Thread Gautham Banasandra (Jira)
Gautham Banasandra created HADOOP-17507: --- Summary: Add build instructions for installing GCC 9 and CMake 3.19 Key: HADOOP-17507 URL: https://issues.apache.org/jira/browse/HADOOP-17507 Project

[jira] [Created] (HADOOP-16856) cmake is missing in the CentOS 8 section of BUILDING.txt

2020-02-11 Thread Akira Ajisaka (Jira)
Akira Ajisaka created HADOOP-16856: -- Summary: cmake is missing in the CentOS 8 section of BUILDING.txt Key: HADOOP-16856 URL: https://issues.apache.org/jira/browse/HADOOP-16856 Project: Hadoop Common

[jira] [Created] (HADOOP-14873) CentOS 6.6 + gcc 4.4 + cmake 3.1 don't get C99

2017-09-15 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-14873: - Summary: CentOS 6.6 + gcc 4.4 + cmake 3.1 don't get C99 Key: HADOOP-14873 URL: https://issues.apache.org/jira/browse/HADOOP-14873 Project: Hadoop C

[jira] [Resolved] (HADOOP-14670) Increase minimum cmake version for all platforms

2017-09-15 Thread Chris Douglas (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas resolved HADOOP-14670. Resolution: Fixed > Increase minimum cmake version for all platfo

[jira] [Reopened] (HADOOP-14670) Increase minimum cmake version for all platforms

2017-09-15 Thread Wangda Tan (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-14670?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wangda Tan reopened HADOOP-14670: - > Increase minimum cmake version for all platfo

[jira] [Created] (HADOOP-14682) cmake Makefiles in hadoop-common don't properly respect -Dopenssl.prefix

2017-07-24 Thread Ravi Prakash (JIRA)
Ravi Prakash created HADOOP-14682: - Summary: cmake Makefiles in hadoop-common don't properly respect -Dopenssl.prefix Key: HADOOP-14682 URL: https://issues.apache.org/jira/browse/HADOOP-14682 Pr

[jira] [Created] (HADOOP-14670) Increase minimum cmake version for all platforms

2017-07-19 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-14670: - Summary: Increase minimum cmake version for all platforms Key: HADOOP-14670 URL: https://issues.apache.org/jira/browse/HADOOP-14670 Project: Hadoop Common

[jira] [Created] (HADOOP-12727) Minor cleanups needed for CMake 3.X

2016-01-21 Thread Alan Burlison (JIRA)
Alan Burlison created HADOOP-12727: -- Summary: Minor cleanups needed for CMake 3.X Key: HADOOP-12727 URL: https://issues.apache.org/jira/browse/HADOOP-12727 Project: Hadoop Common Issue Type

[jira] [Resolved] (HADOOP-12036) Consolidate all of the cmake extensions in one directory

2015-06-26 Thread Colin Patrick McCabe (JIRA)
: 2.8.0 > Consolidate all of the cmake extensions in one directory > > > Key: HADOOP-12036 > URL: https://issues.apache.org/jira/browse/HADOOP-12036 > Project: Hadoop Common >

New CMake infrastructure patches available

2015-06-20 Thread Alan Burlison
I've submitted 5 patches to JIRA for rejigging the CMake infrastructure. As they really all need to be considered together, here is the list. The first is a dependency for the other 4. Consolidate all of the cmake extensions in one directory https://issues.apache.org/jira/browse/HADOOP-

Re: CMake and CMAKE_LD_FLAGS

2015-06-18 Thread Alan Burlison
that hadoop-mapreduce-client-nativetask seems to be using this macro to set "-no-undefined -version-info 0:1:0" and some other stuff. Can you create a JIRA to change these uses over to the correct CMake directive? If you create a JIRA that makes only that change, it should be pretty

[jira] [Created] (HADOOP-12104) Migrate Hadoop Pipes native build to new CMake framework

2015-06-18 Thread Alan Burlison (JIRA)
Alan Burlison created HADOOP-12104: -- Summary: Migrate Hadoop Pipes native build to new CMake framework Key: HADOOP-12104 URL: https://issues.apache.org/jira/browse/HADOOP-12104 Project: Hadoop Common

Re: CMake and CMAKE_LD_FLAGS

2015-06-15 Thread Colin P. McCabe
etask seems to be using this macro to set "-no-undefined -version-info 0:1:0" and some other stuff. Can you create a JIRA to change these uses over to the correct CMake directive? If you create a JIRA that makes only that change, it should be pretty quick to review and commit. best, Colin

Re: CMake and CMAKE_LD_FLAGS

2015-06-04 Thread Alan Burlison
On 03/06/2015 21:23, Alan Burlison wrote: hadoop-common-project/hadoop-common/src/JNIFlags.cmake sets the CMAKE_LD_FLAGS variable to the flags required for the linker. However, despite the name, CMAKE_LD_FLAGS is *not* a valid standard CMake variable Confirmed, I've put nonsense fla

CMake and CMAKE_LD_FLAGS

2015-06-03 Thread Alan Burlison
hadoop-common-project/hadoop-common/src/JNIFlags.cmake sets the CMAKE_LD_FLAGS variable to the flags required for the linker. However, despite the name, CMAKE_LD_FLAGS is *not* a valid standard CMake variable, at least according to http://www.cmake.org/cmake/help/v3.0/manual/cmake-variables.7

[jira] [Resolved] (HADOOP-11997) CMake CMAKE_C_FLAGS are non-portable

2015-05-28 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11997?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HADOOP-11997. --- Resolution: Duplicate > CMake CMAKE_C_FLAGS are non-porta

[jira] [Resolved] (HADOOP-11987) JNI build should use default cmake FindJNI.cmake

2015-05-28 Thread Colin Patrick McCabe (JIRA)
[ https://issues.apache.org/jira/browse/HADOOP-11987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Colin Patrick McCabe resolved HADOOP-11987. --- Resolution: Duplicate > JNI build should use default cmake FindJNI.cm

[jira] [Created] (HADOOP-12036) Consolidate all of the cmake extensions in one directory

2015-05-26 Thread Allen Wittenauer (JIRA)
Allen Wittenauer created HADOOP-12036: - Summary: Consolidate all of the cmake extensions in one directory Key: HADOOP-12036 URL: https://issues.apache.org/jira/browse/HADOOP-12036 Project: Hadoop

[jira] [Created] (HADOOP-11997) CMake CMAKE_C_FLAGS are non-portable

2015-05-19 Thread Alan Burlison (JIRA)
Alan Burlison created HADOOP-11997: -- Summary: CMake CMAKE_C_FLAGS are non-portable Key: HADOOP-11997 URL: https://issues.apache.org/jira/browse/HADOOP-11997 Project: Hadoop Common Issue

[jira] [Created] (HADOOP-11987) JNI build should use default cmake FindJNI.cmake

2015-05-16 Thread Alan Burlison (JIRA)
Alan Burlison created HADOOP-11987: -- Summary: JNI build should use default cmake FindJNI.cmake Key: HADOOP-11987 URL: https://issues.apache.org/jira/browse/HADOOP-11987 Project: Hadoop Common

[jira] [Created] (HADOOP-11154) Update BUILDING.txt to state that CMake 3.0 or newer is required on Mac.

2014-09-29 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-11154: -- Summary: Update BUILDING.txt to state that CMake 3.0 or newer is required on Mac. Key: HADOOP-11154 URL: https://issues.apache.org/jira/browse/HADOOP-11154

[jira] [Created] (HADOOP-11080) Convert Windows native build in hadoop-common to use CMake.

2014-09-09 Thread Chris Nauroth (JIRA)
Chris Nauroth created HADOOP-11080: -- Summary: Convert Windows native build in hadoop-common to use CMake. Key: HADOOP-11080 URL: https://issues.apache.org/jira/browse/HADOOP-11080 Project: Hadoop

HDFS-573: Windows builds will require CMake

2014-08-03 Thread Chris Nauroth
FYI, I plan to commit HDFS-573 next week, which ports libhdfs to Windows. With this patch, we have a new build requirement: Windows build machines now require CMake. I've updated BUILDING.txt accordingly. For those of you working on a Windows dev machine, please install CMake at your ear

[jira] [Created] (HADOOP-10573) Pure Native Client:Correct Cmake version

2014-05-05 Thread Wenwu Peng (JIRA)
Wenwu Peng created HADOOP-10573: --- Summary: Pure Native Client:Correct Cmake version Key: HADOOP-10573 URL: https://issues.apache.org/jira/browse/HADOOP-10573 Project: Hadoop Common Issue Type

[jira] [Reopened] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
built correctly, as Andrew pointed out site is not working, we have to fix that. > Use a Maven plugin to build the native code using CMake > --- > > Key: HADOOP-8887 > URL: https://is

[jira] [Resolved] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
build and verified all generated JARs are the correct version. Apologies for the noise. > Use a Maven plugin to build the native code using CMake > --- > > Key: HADOOP-8887 >

[jira] [Reopened] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-18 Thread Alejandro Abdelnur (JIRA)
the patch, and we compare the warning numbers, less or equal good). > Use a Maven plugin to build the native code using CMake > --- > > Key: HADOOP-8887 > URL: https://issues.apache.or

[jira] [Created] (HADOOP-8887) Use a Maven plugin to build the native code using CMake

2012-10-05 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8887: Summary: Use a Maven plugin to build the native code using CMake Key: HADOOP-8887 URL: https://issues.apache.org/jira/browse/HADOOP-8887 Project

[jira] [Created] (HADOOP-8764) CMake: HADOOP-8737 broke ARM build

2012-09-04 Thread Trevor Robinson (JIRA)
Trevor Robinson created HADOOP-8764: --- Summary: CMake: HADOOP-8737 broke ARM build Key: HADOOP-8764 URL: https://issues.apache.org/jira/browse/HADOOP-8764 Project: Hadoop Common Issue Type

[jira] [Created] (HADOOP-8747) Syntax error on cmake version 2.6 patch 2 in JNIFlags.cmake

2012-08-29 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8747: Summary: Syntax error on cmake version 2.6 patch 2 in JNIFlags.cmake Key: HADOOP-8747 URL: https://issues.apache.org/jira/browse/HADOOP-8747 Project

[jira] [Created] (HADOOP-8737) cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h

2012-08-27 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8737: Summary: cmake: always use JAVA_HOME to find libjvm.so, jni.h, jni_md.h Key: HADOOP-8737 URL: https://issues.apache.org/jira/browse/HADOOP-8737

[jira] [Created] (HADOOP-8538) CMake builds fail on ARM

2012-06-27 Thread Trevor Robinson (JIRA)
Trevor Robinson created HADOOP-8538: --- Summary: CMake builds fail on ARM Key: HADOOP-8538 URL: https://issues.apache.org/jira/browse/HADOOP-8538 Project: Hadoop Common Issue Type: Bug

[jira] [Reopened] (HADOOP-8368) Use CMake rather than autotools to build native code

2012-06-07 Thread Tsz Wo (Nicholas), SZE (JIRA)
. -1 on the patch in order to prevent the commit-revert situation. > Use CMake rather than autotools to build native code > > > Key: HADOOP-8368 > URL: https://issues.apache.org/jir

[jira] [Resolved] (HADOOP-8368) Use CMake rather than autotools to build native code

2012-06-06 Thread Alejandro Abdelnur (JIRA)
leanly in both branches. I've done a clean native build in both branches without any issues. Re-committed to trunk and branch-2. > Use CMake rather than autotools to build native code > > >

[jira] [Reopened] (HADOOP-8368) Use CMake rather than autotools to build native code

2012-06-05 Thread Tsz Wo (Nicholas), SZE (JIRA)
builds. We should revert this since it never passes Jenkins. The patch should be re-tested. > Use CMake rather than autotools to build native code > > > Key: HADOOP-8368 >

[jira] [Created] (HADOOP-8481) update BUILDING.txt to talk about cmake rather than autotools

2012-06-04 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8481: Summary: update BUILDING.txt to talk about cmake rather than autotools Key: HADOOP-8481 URL: https://issues.apache.org/jira/browse/HADOOP-8481

trunk & branch-2 builds now require cmake

2012-06-04 Thread Alejandro Abdelnur
As a heads up, autoconf is dead, long live cmake HADOOP-8368 is in in both trunk and branch-2 (thanks Colin) If you are building native Hadoop (-Pnative) you may need to install CMAKE in your system. Thx -- Alejandro

Re: cmake

2012-05-23 Thread Roman Shaposhnik
On Wed, May 23, 2012 at 8:58 AM, Owen O'Malley wrote: > After a quick look at cmake, it seems reasonable. Please use feature tests > rather than OS tests. (By that I mean that if Solaris needs "foobar.h" and > RHEL needs "sys/foobar.h" to get the definition f

Re: cmake

2012-05-23 Thread Eli Collins
On Wed, May 23, 2012 at 8:58 AM, Owen O'Malley wrote: > After a quick look at cmake, it seems reasonable. Please use feature tests > rather than OS tests. (By that I mean that if Solaris needs "foobar.h" and > RHEL needs "sys/foobar.h" to get the definition f

Re: cmake

2012-05-23 Thread Owen O'Malley
After a quick look at cmake, it seems reasonable. Please use feature tests rather than OS tests. (By that I mean that if Solaris needs "foobar.h" and RHEL needs "sys/foobar.h" to get the definition for foobar, the code should ifdef whether they need sys/foobar.h and not if

Re: cmake

2012-05-23 Thread Steve Loughran
On 22 May 2012 11:33, Radim Kolar wrote: > i have better experience with scons instead of cmake > mmm, may be better to jump beyond make altogether to the higher levels of nativeish build tools. What would be good is that the output can be parsed by jenkins & have that set up to buil

Re: cmake

2012-05-22 Thread Matt Foley
+1, especially for support of Win native builds. On Tue, May 22, 2012 at 5:07 AM, Harsh J wrote: > I am +1 with this change as well. CMake is a good choice. My other > favorite project, KDE, uses CMake as well and it has worked great > there ever since 2007. > > On Tue, May 22,

Re: cmake

2012-05-22 Thread Harsh J
I am +1 with this change as well. CMake is a good choice. My other favorite project, KDE, uses CMake as well and it has worked great there ever since 2007. On Tue, May 22, 2012 at 8:40 AM, Eli Collins wrote: > +1   having a build tool that supports multiple platforms is worth the > depe

Re: cmake

2012-05-22 Thread Radim Kolar
i have better experience with scons instead of cmake

Re: cmake

2012-05-21 Thread Eli Collins
+1 having a build tool that supports multiple platforms is worth the dependency. I've also had good experiences with cmake. On Mon, May 21, 2012 at 6:00 PM, Colin McCabe wrote: > Hi all, > > We'd like to use CMake instead of autotools to build native (C/C++) code in > Ha

cmake

2012-05-21 Thread Colin McCabe
Hi all, We'd like to use CMake instead of autotools to build native (C/C++) code in Hadoop. There are a lot of reasons to want to do this. For one thing, it is not feasible to use autotools on the Windows platform, because it depends on UNIX shell scripts, the m4 macro processor, and some

[jira] [Created] (HADOOP-8368) Use CMake rather than autotools to build native code

2012-05-07 Thread Colin Patrick McCabe (JIRA)
Colin Patrick McCabe created HADOOP-8368: Summary: Use CMake rather than autotools to build native code Key: HADOOP-8368 URL: https://issues.apache.org/jira/browse/HADOOP-8368 Project: Hadoop