You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/06/12 04:37:30 UTC

[GitHub] [incubator-mxnet] sandeep-krishnamurthy commented on a change in pull request #15171: Upgrade archive utility and add back FC improvement

sandeep-krishnamurthy commented on a change in pull request #15171: Upgrade archive utility and add back FC improvement
URL: https://github.com/apache/incubator-mxnet/pull/15171#discussion_r292743917
 
 

 ##########
 File path: docs/install/build_from_source.md
 ##########
 @@ -180,6 +180,8 @@ More information on turning these features on or off are found in the following
 There is a configuration file for make,
 [`make/config.mk`](https://github.com/apache/incubator-mxnet/blob/master/make/config.mk), that contains all the compilation options. You can edit it and then run `make` or `cmake`. `cmake` is recommended for building MXNet (and is required to build with MKLDNN), however you may use `make` instead. For building with Java/Scala/Clojure, only `make` is supported.
 
+**NOTE:** When certain set of build flags are set, MXNet archive increases to more than 4 GB. Since MXNet uses archive internally archive runs into a bug ("File Truncated": [bugreport](https://sourceware.org/bugzilla/show_bug.cgi?id=14625)) for archives greater than 4 GB. Please use ar version 2.27 or greater to overcome this bug. Please see https://github.com/apache/incubator-mxnet/issues/15084 for more details.
 
 Review comment:
   Can we explicitly give the flags that causes such bloat, so that, not all users building from source need to worry new archive utility?

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services