[ 
https://issues.apache.org/jira/browse/YETUS-78?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15119215#comment-15119215
 ] 

Kengo Seki commented on YETUS-78:
---------------------------------

I tried the 03 patch, but CMAKE_ROOT_BUILD=true doesn't seem to work.

{code}
[sekikn@mobile yetus]$ tail precommit/personality/orc.sh 
  JIRA_ISSUE_RE='^ORC-[0-9]+$'
  # shellcheck disable=SC2034
  BUILDTOOL=cmake
  #shellcheck disable=SC2034
  GITHUB_REPO="apache/orc"

  # protobuf fails
  #shellcheck disable=SC2034
  CMAKE_ROOT_BUILD=true
}
[sekikn@mobile yetus]$ cat /tmp/p
diff --git a/c++/src/Adaptor.hh.in b/c++/src/Adaptor.hh.in
index 5b3a677..e814443 100644
--- a/c++/src/Adaptor.hh.in
+++ b/c++/src/Adaptor.hh.in
@@ -90,3 +90,4 @@
 #define GTEST_LANG_CXX11 0
 
 #endif /* ADAPTER_HH */
+
[sekikn@mobile yetus]$ precommit/test-patch.sh --basedir=../orc --project=orc 
--resetrepo /tmp/p

(snip)

============================================================================
============================================================================
                        master cmake CMakeLists.txt
============================================================================
============================================================================


cd /Users/sekikn/orc/c++/src
cmake /Users/sekikn/orc/c++/src > 
/private/tmp/yetus-14528.31526/branch-CMakeLists.txt-c++_src.txt 2>&1
Elapsed:   0m 04s


============================================================================
============================================================================
                       Pre-patch master compilation
============================================================================
============================================================================


cd /Users/sekikn/orc/c++/src
make > /private/tmp/yetus-14528.31526/branch-compile-c++_src.txt 2>&1
Elapsed:   0m 01s

src in master failed.

(snip)

============================================================================
============================================================================
                        Patch cmake CMakeLists.txt
============================================================================
============================================================================


cd /Users/sekikn/orc/c++/src
cmake /Users/sekikn/orc/c++/src > 
/private/tmp/yetus-14528.31526/patch-CMakeLists.txt-c++_src.txt 2>&1
Elapsed:   0m 01s


============================================================================
============================================================================
                             Patch compilation
============================================================================
============================================================================


cd /Users/sekikn/orc/c++/src
make > /private/tmp/yetus-14528.31526/patch-compile-c++_src.txt 2>&1
Elapsed:   0m 01s

src in the patch failed.

(snip)

|| Subsystem || Report/Notes ||
============================================================================
| Optional Tests |  compile  unit  |
| uname | Darwin mobile.local 15.0.0 Darwin Kernel Version 15.0.0: Sat Sep 19 
15:53:46 PDT 2015; root:xnu-3247.10.11~1/RELEASE_X86_64 x86_64 |
| Build tool | cmake |
| Personality | /Users/sekikn/yetus/precommit/personality/orc.sh |
| git revision | master / ab62b82 |
| compile | /private/tmp/yetus-14528.31526/branch-compile-c++_src.txt |
| compile | /private/tmp/yetus-14528.31526/patch-compile-c++_src.txt |
| whitespace | /private/tmp/yetus-14528.31526/whitespace-eol.txt |
| whitespace | /private/tmp/yetus-14528.31526/whitespace-tabs.txt |
| modules | C: c++/src U: c++/src |
| Powered by | Apache Yetus 0.2.0-SNAPSHOT   http://yetus.apache.org |
{code}

Am I missing something?

> add support for orc
> -------------------
>
>                 Key: YETUS-78
>                 URL: https://issues.apache.org/jira/browse/YETUS-78
>             Project: Yetus
>          Issue Type: New Feature
>          Components: Test Patch
>            Reporter: Allen Wittenauer
>            Assignee: Allen Wittenauer
>         Attachments: YETUS-78.00.patch, YETUS-78.01.patch, YETUS-78.02.patch, 
> YETUS-78.03.patch
>
>




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

Reply via email to