[GitHub] [arrow] nealrichardson commented on pull request #7449: ARROW-9133: [C++] Add utf8_upper and utf8_lower

2020-06-29 Thread GitBox


nealrichardson commented on pull request #7449:
URL: https://github.com/apache/arrow/pull/7449#issuecomment-651369436


   > > The version installed is compiled with gcc 8. RTools 35 uses gcc 4.9
   > 
   > What difference does it make? This is plain C.
   
   :shrug: then I'll leave it to you to sort out as this is beyond my 
knowledge. In the past, undefined symbols error + only compiled for 
rtools-packages (gcc8) = you need to get it built with rtools-backports too. 
Maybe something's off with the lib that was built, IDK if anyone has verified 
that it works.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [arrow] nealrichardson commented on pull request #7449: ARROW-9133: [C++] Add utf8_upper and utf8_lower

2020-06-29 Thread GitBox


nealrichardson commented on pull request #7449:
URL: https://github.com/apache/arrow/pull/7449#issuecomment-651355763


   > > This means there also needs to be a PKGBUILD
   > 
   > Why? `libutf8proc` is installed.
   
   The version installed is compiled with gcc 8. RTools 35 uses gcc 4.9. Most 
of our deps have to be compiled for both, and this is apparently one of those. 
That's what https://github.com/r-windows/rtools-backports is for.



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [arrow] nealrichardson commented on pull request #7449: ARROW-9133: [C++] Add utf8_upper and utf8_lower

2020-06-29 Thread GitBox


nealrichardson commented on pull request #7449:
URL: https://github.com/apache/arrow/pull/7449#issuecomment-651342350


   > @xhochy Could you help on the utf8proc issue on RTools 3.5?
   > See here: 
https://github.com/apache/arrow/pull/7449/checks?check_run_id=819772618#step:10:169
   
   This means there also needs to be a PKGBUILD submitted to 
`r-windows/rtools-backports` for the old toolchain.
   
   > 
   > It seems that `UTF8PROC_STATIC` would need to be defined when building 
Arrow. But it's not set by `Findutf8proc.cmake`.
   > Also, `libutf8proc.pc.in` added in 
[r-windows/rtools-packages#124](https://github.com/r-windows/rtools-packages/pull/124)
 doesn't set it either.
   
   Just a reminder that nothing in the R bindings touches these new functions, 
so turning off utf8proc in the C++ build is also an option for now.
   



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [arrow] nealrichardson commented on pull request #7449: ARROW-9133: [C++] Add utf8_upper and utf8_lower

2020-06-29 Thread GitBox


nealrichardson commented on pull request #7449:
URL: https://github.com/apache/arrow/pull/7449#issuecomment-651261388


   The R Windows builds will fail until either utf8proc is not required by 
default (https://issues.apache.org/jira/browse/ARROW-9220) or until libutf8proc 
is added as a dependency to 
https://github.com/apache/arrow/blob/master/ci/scripts/PKGBUILD (@xhochy has 
done the necessary to get it built for Rtools in 
https://github.com/r-windows/rtools-packages/pull/124). 



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org




[GitHub] [arrow] nealrichardson commented on pull request #7449: ARROW-9133: [C++] Add utf8_upper and utf8_lower

2020-06-24 Thread GitBox


nealrichardson commented on pull request #7449:
URL: https://github.com/apache/arrow/pull/7449#issuecomment-648889866


   @xhochy if you're trying to add R Windows dependencies, see the discussion 
on https://issues.apache.org/jira/browse/ARROW-6960 for pointers



This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org