[Groonga-commit] groonga/groonga at 49d667d [master] doc: add the reason about disabled zlib option

アーカイブの一覧に戻る

Kouhei Sutou kou****@clear*****
Tue Oct 1 10:17:10 JST 2013


> +.. note::
> +
> +   The disabled reason is that memory leak occurs when it refers column value.
> +   This is already known issue as GitHub#6. This issue is not nothing to do with
> +   updating column value.
> +

GitHub#6をリンクにするともっといいなぁと思いました!


In <49d667d04913777832694be83449681a217c223b �� jenkins.clear-code.com>
  "[Groonga-commit] groonga/groonga �� 49d667d [master] doc: add the reason about disabled zlib option" on Mon, 30 Sep 2013 17:43:38 +0900,
  HAYASHI Kentaro <null+groonga �� clear-code.com> wrote:

> HAYASHI Kentaro	2013-09-30 17:43:38 +0900 (Mon, 30 Sep 2013)
> 
>   New Revision: 49d667d04913777832694be83449681a217c223b
>   https://github.com/groonga/groonga/commit/49d667d04913777832694be83449681a217c223b
> 
>   Message:
>     doc: add the reason about disabled zlib option
>     
>     [groonga-dev,01845]
>     
>     Suggested by Naoya Murakami. Thanks!!!
> 
>   Modified files:
>     doc/locale/en/LC_MESSAGES/install.po
>     doc/locale/ja/LC_MESSAGES/install.po
>     doc/source/install/others.txt
> 
>   Modified: doc/locale/en/LC_MESSAGES/install.po (+35 -27)
> ===================================================================
> --- doc/locale/en/LC_MESSAGES/install.po    2013-09-30 14:53:47 +0900 (d12c322)
> +++ doc/locale/en/LC_MESSAGES/install.po    2013-09-30 17:43:38 +0900 (033ead7)
> @@ -7,7 +7,7 @@ msgid ""
>  msgstr ""
>  "Project-Id-Version: groonga 2.1.0\n"
>  "Report-Msgid-Bugs-To: \n"
> -"POT-Creation-Date: 2013-07-26 09:51+0900\n"
> +"POT-Creation-Date: 2013-09-30 17:21+0900\n"
>  "PO-Revision-Date: 2012-07-23 17:58+0900\n"
>  "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
>  "Language-Team: English\n"
> @@ -936,7 +936,7 @@ msgstr "Enables column value compression by zlib."
>  # f78aa244de6c4621bffd189d809dfb95
>  # f78aa244de6c4621bffd189d809dfb95
>  #: ../../../source/install/others.txt:174
> -#: ../../../source/install/others.txt:185
> +#: ../../../source/install/others.txt:191
>  msgid "The default is disabled."
>  msgstr "The default is disabled."
>  
> @@ -945,28 +945,36 @@ msgstr "The default is disabled."
>  msgid "Here is an example that enables column value compression by zlib::"
>  msgstr "Here is an example that enables column value compression by zlib::"
>  
> +# 714d9113db04480182154c928eac2fe9
> +#: ../../../source/install/others.txt:182
> +msgid ""
> +"The disabled reason is that memory leak occurs when it refers column value. "
> +"This is already known issue as GitHub#6. This issue is not nothing to do "
> +"with updating column value."
> +msgstr ""
> +
>  # 702a4bec259e46de8a614240a3e12a8d
> -#: ../../../source/install/others.txt:181
> +#: ../../../source/install/others.txt:187
>  msgid "``--with-lzo``"
>  msgstr "``--with-lzo``"
>  
>  # dedc6f6d9c3c4f8ebb12ca1a3c6e7307
> -#: ../../../source/install/others.txt:183
> +#: ../../../source/install/others.txt:189
>  msgid "Enables column value compression by LZO."
>  msgstr "Enables column value compression by LZO."
>  
>  # 4dab26870f6b49b293fbea6f6113d696
> -#: ../../../source/install/others.txt:187
> +#: ../../../source/install/others.txt:193
>  msgid "Here is an example that enables column value compression by LZO::"
>  msgstr "Here is an example that enables column value compression by LZO::"
>  
>  # d27846de25f64371b4da256393477c6d
> -#: ../../../source/install/others.txt:192
> +#: ../../../source/install/others.txt:198
>  msgid "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
>  msgstr "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
>  
>  # f7d2b806844f4608a706d5263554dc30
> -#: ../../../source/install/others.txt:194
> +#: ../../../source/install/others.txt:200
>  msgid ""
>  "Specifies where MessagePack is installed. If MessagePack isn't installed "
>  "with ``--prefix=/usr``, you need to specify this option with path that you "
> @@ -977,7 +985,7 @@ msgstr ""
>  "use for building MessagePack."
>  
>  # a7651cab195d4fc3bafad4b707dcb781
> -#: ../../../source/install/others.txt:198
> +#: ../../../source/install/others.txt:204
>  msgid ""
>  "If you installed MessagePack with ``--prefix=$HOME/local`` option, you "
>  "sholud specify ``--with-message-pack=$HOME/local`` to groonga's "
> @@ -988,12 +996,12 @@ msgstr ""
>  "``configure``."
>  
>  # 965d4ff5ac6342a6a17269f238cc12e6
> -#: ../../../source/install/others.txt:202
> +#: ../../../source/install/others.txt:208
>  msgid "The default is ``/usr``."
>  msgstr "The default is ``/usr``."
>  
>  # 7db3fa8ae9774dbcadf2a3a4dc490b12
> -#: ../../../source/install/others.txt:204
> +#: ../../../source/install/others.txt:210
>  msgid ""
>  "Here is an example that uses MessagePack built with ``--prefix=$HOME/local`` "
>  "option::"
> @@ -1002,12 +1010,12 @@ msgstr ""
>  "option::"
>  
>  # 79db055dd5ab49bf863205807add6f78
> -#: ../../../source/install/others.txt:210
> +#: ../../../source/install/others.txt:216
>  msgid "``--with-munin-plugins``"
>  msgstr "``--with-munin-plugins``"
>  
>  # 4e4369e6960c40de885a6e8ec8434963
> -#: ../../../source/install/others.txt:212
> +#: ../../../source/install/others.txt:218
>  msgid ""
>  "Installs Munin plugins for groonga. They are installed into ``${PREFIX}/"
>  "share/groonga/munin/plugins/``."
> @@ -1016,22 +1024,22 @@ msgstr ""
>  "share/groonga/munin/plugins/``."
>  
>  # cee7fdaca2f74c0eb01c7e54a4a25eaf
> -#: ../../../source/install/others.txt:215
> +#: ../../../source/install/others.txt:221
>  msgid "Those plugins are not installed by default."
>  msgstr "Those plugins are not installed by default."
>  
>  # bb863636e38a4db5a46f9c2bdde41d75
> -#: ../../../source/install/others.txt:217
> +#: ../../../source/install/others.txt:223
>  msgid "Here is an example that installs Munin plugins for groonga::"
>  msgstr "Here is an example that installs Munin plugins for groonga::"
>  
>  # c5c4c455c0d4407e86f18b5ea6abca50
> -#: ../../../source/install/others.txt:222
> +#: ../../../source/install/others.txt:228
>  msgid "``--with-package-platform=PLATFORM``"
>  msgstr "``--with-package-platform=PLATFORM``"
>  
>  # 2a1ef94a44e645169070e0d6627b5583
> -#: ../../../source/install/others.txt:224
> +#: ../../../source/install/others.txt:230
>  msgid ""
>  "Installs platform specific system management files such as init script. "
>  "Available platforms are ``redhat`` and ``fedora``. ``redhat`` is for Red Hat "
> @@ -1042,39 +1050,39 @@ msgstr ""
>  "and Red Hat clone distributions such as CentOS. ``fedora`` is for Fedora."
>  
>  # e2d8a371d3e047299c2ea6a36ce97d99
> -#: ../../../source/install/others.txt:229
> +#: ../../../source/install/others.txt:235
>  msgid "Those system management files are not installed by default."
>  msgstr "Those system management files are not installed by default."
>  
>  # db698039aa0f423f8f26c839e1fcf7ac
> -#: ../../../source/install/others.txt:231
> +#: ../../../source/install/others.txt:237
>  msgid ""
>  "Here is an example that installs CentOS specific system management files::"
>  msgstr ""
>  "Here is an example that installs CentOS specific system management files::"
>  
>  # e8c7eba377514721a55f87604caec24d
> -#: ../../../source/install/others.txt:237
> +#: ../../../source/install/others.txt:243
>  msgid "``--help``"
>  msgstr "``--help``"
>  
>  # 4b427295c97b4b6fb04cf4855d255b85
> -#: ../../../source/install/others.txt:239
> +#: ../../../source/install/others.txt:245
>  msgid "Shows all ``configure`` options."
>  msgstr "Shows all ``configure`` options."
>  
>  # 89671237a9c34d928bd59092edc23c15
> -#: ../../../source/install/others.txt:242
> +#: ../../../source/install/others.txt:248
>  msgid "``make``"
>  msgstr "``make``"
>  
>  # 4a7636a3e36b448c9aa9194bc8cc65eb
> -#: ../../../source/install/others.txt:244
> +#: ../../../source/install/others.txt:250
>  msgid "``configure`` is succeeded, you can build groonga by ``make``::"
>  msgstr "``configure`` is succeeded, you can build groonga by ``make``::"
>  
>  # 2a1b9a96dc5f4b52adcf4d4d6532aec5
> -#: ../../../source/install/others.txt:248
> +#: ../../../source/install/others.txt:254
>  msgid ""
>  "If you have multi cores CPU, you can make faster by using ``-j`` option. If "
>  "you have 4 cores CPU, it's good for using ``-j4`` option::"
> @@ -1083,7 +1091,7 @@ msgstr ""
>  "you have 4 cores CPU, it's good for using ``-j4`` option::"
>  
>  # 5b5231ae3c754f0fa5cd77ac437c59f5
> -#: ../../../source/install/others.txt:253
> +#: ../../../source/install/others.txt:259
>  msgid ""
>  "If you get some errors by ``make``, please report them to us: :doc:`/"
>  "contribution/report`"
> @@ -1092,17 +1100,17 @@ msgstr ""
>  "contribution/report`"
>  
>  # e14b4ffbbaf64092826e4c766262606c
> -#: ../../../source/install/others.txt:257
> +#: ../../../source/install/others.txt:263
>  msgid "``make install``"
>  msgstr "``make install``"
>  
>  # 568a8858183f4cb5b6c48627fae3f139
> -#: ../../../source/install/others.txt:259
> +#: ../../../source/install/others.txt:265
>  msgid "Now, you can install built groonga!::"
>  msgstr "Now, you can install built groonga!::"
>  
>  # 0cbaa9cf4fbd4d5896df9616a3eebff4
> -#: ../../../source/install/others.txt:263
> +#: ../../../source/install/others.txt:269
>  msgid ""
>  "If you have write permission for ``${PREFIX}``, you don't need to use "
>  "``sudo``. e.g. ``--prefix=$HOME/local`` case. In this case, use ``make "
> 
>   Modified: doc/locale/ja/LC_MESSAGES/install.po (+38 -27)
> ===================================================================
> --- doc/locale/ja/LC_MESSAGES/install.po    2013-09-30 14:53:47 +0900 (605a86c)
> +++ doc/locale/ja/LC_MESSAGES/install.po    2013-09-30 17:43:38 +0900 (dc5ac3b)
> @@ -7,7 +7,7 @@ msgid ""
>  msgstr ""
>  "Project-Id-Version: 1.2.1\n"
>  "Report-Msgid-Bugs-To: \n"
> -"POT-Creation-Date: 2013-07-26 09:58+0900\n"
> +"POT-Creation-Date: 2013-09-30 17:36+0900\n"
>  "PO-Revision-Date: 2013-04-03 13:30+0900\n"
>  "Last-Translator: Kouhei Sutou <kou �� clear-code.com>\n"
>  "Language-Team: Japanese\n"
> @@ -911,7 +911,7 @@ msgstr "zlibを使ってカラム値を圧縮する機能を有効にします
>  # 57556a2dbc4f4e429ec2514f5b6ca5b6
>  # 0a24899a6c98417d965d932d71f78727
>  #: ../../../source/install/others.txt:174
> -#: ../../../source/install/others.txt:185
> +#: ../../../source/install/others.txt:191
>  msgid "The default is disabled."
>  msgstr "デフォルトでは無効です。"
>  
> @@ -920,28 +920,39 @@ msgstr "デフォルトでは無効です。"
>  msgid "Here is an example that enables column value compression by zlib::"
>  msgstr "以下はzlibを使ってカラム値を圧縮する機能を有効にする例です::"
>  
> +# 64408dc3361f4fb29ce9f611ee368436
> +#: ../../../source/install/others.txt:182
> +msgid ""
> +"The disabled reason is that memory leak occurs when it refers column value. "
> +"This is already known issue as GitHub#6. This issue is not nothing to do "
> +"with updating column value."
> +msgstr ""
> +"無効となっている理由は、カラムの値を参照するときにメモリリークするた"
> +"めです。これは既知の問題 GitHub#6 です。この問題はカラムの更新とは関"
> +"係ありません。"
> +
>  # bfdc5fa9f86041bfa8b673142dc66c9a
> -#: ../../../source/install/others.txt:181
> +#: ../../../source/install/others.txt:187
>  msgid "``--with-lzo``"
>  msgstr ""
>  
>  # be3380808bbd4344bdf6001333301f68
> -#: ../../../source/install/others.txt:183
> +#: ../../../source/install/others.txt:189
>  msgid "Enables column value compression by LZO."
>  msgstr "LZOを使ってカラム値を圧縮する機能を有効にします。"
>  
>  # 9acae393caa447c1bb9fb820ec2a41eb
> -#: ../../../source/install/others.txt:187
> +#: ../../../source/install/others.txt:193
>  msgid "Here is an example that enables column value compression by LZO::"
>  msgstr "以下はLZOを使ってカラム値を圧縮する機能を有効にする例です::"
>  
>  # bdca8f0b3e5847a4989772a201d0d813
> -#: ../../../source/install/others.txt:192
> +#: ../../../source/install/others.txt:198
>  msgid "``--with-message-pack=MESSAGE_PACK_INSTALL_PREFIX``"
>  msgstr ""
>  
>  # d2181e7152bd43f1bd82f17c59efdeff
> -#: ../../../source/install/others.txt:194
> +#: ../../../source/install/others.txt:200
>  msgid ""
>  "Specifies where MessagePack is installed. If MessagePack isn't installed "
>  "with ``--prefix=/usr``, you need to specify this option with path that you "
> @@ -952,7 +963,7 @@ msgstr ""
>  "MessagePackをビルドするときに指定したパスをこのオプションで指定してください。"
>  
>  # d67cbcb778af4f41aef5366b0b203438
> -#: ../../../source/install/others.txt:198
> +#: ../../../source/install/others.txt:204
>  msgid ""
>  "If you installed MessagePack with ``--prefix=$HOME/local`` option, you "
>  "sholud specify ``--with-message-pack=$HOME/local`` to groonga's "
> @@ -963,12 +974,12 @@ msgstr ""
>  "$HOME/local`` と指定してください。"
>  
>  # 7acfab88eaf04c9ea99d205ebfb40e61
> -#: ../../../source/install/others.txt:202
> +#: ../../../source/install/others.txt:208
>  msgid "The default is ``/usr``."
>  msgstr "デフォルトは ``/usr`` です。"
>  
>  # e7804f95bc574cf2acc25d280a8f0536
> -#: ../../../source/install/others.txt:204
> +#: ../../../source/install/others.txt:210
>  msgid ""
>  "Here is an example that uses MessagePack built with ``--prefix=$HOME/local`` "
>  "option::"
> @@ -977,12 +988,12 @@ msgstr ""
>  "でインストールされている場合の例です::"
>  
>  # 206843aeb29845c0907e0477435e576e
> -#: ../../../source/install/others.txt:210
> +#: ../../../source/install/others.txt:216
>  msgid "``--with-munin-plugins``"
>  msgstr ""
>  
>  # 1aa15578cbfa4bebb34ec27673e4ef3e
> -#: ../../../source/install/others.txt:212
> +#: ../../../source/install/others.txt:218
>  msgid ""
>  "Installs Munin plugins for groonga. They are installed into ``${PREFIX}/"
>  "share/groonga/munin/plugins/``."
> @@ -992,22 +1003,22 @@ msgstr ""
>  
>  # caf44b2f903748b8991cf84c2c177a9f
>  # add2e5642cfe4e3a83ac17e91ddbd6ce
> -#: ../../../source/install/others.txt:215
> +#: ../../../source/install/others.txt:221
>  msgid "Those plugins are not installed by default."
>  msgstr "デフォルトではプラグインはインストールされません。"
>  
>  # 43e0e10730b24e0f9f2869aab377cfb1
> -#: ../../../source/install/others.txt:217
> +#: ../../../source/install/others.txt:223
>  msgid "Here is an example that installs Munin plugins for groonga::"
>  msgstr "以下はgroonga用のMuninプラグインをインストールする例です::"
>  
>  # 5c45044affbf41a8848fe14246583e1f
> -#: ../../../source/install/others.txt:222
> +#: ../../../source/install/others.txt:228
>  msgid "``--with-package-platform=PLATFORM``"
>  msgstr ""
>  
>  # ed8c55297cd54e9d95df6654e846de0f
> -#: ../../../source/install/others.txt:224
> +#: ../../../source/install/others.txt:230
>  msgid ""
>  "Installs platform specific system management files such as init script. "
>  "Available platforms are ``redhat`` and ``fedora``. ``redhat`` is for Red Hat "
> @@ -1020,38 +1031,38 @@ msgstr ""
>  
>  # caf44b2f903748b8991cf84c2c177a9f
>  # add2e5642cfe4e3a83ac17e91ddbd6ce
> -#: ../../../source/install/others.txt:229
> +#: ../../../source/install/others.txt:235
>  msgid "Those system management files are not installed by default."
>  msgstr "デフォルトではシステム管理ファイルはインストールされません。"
>  
>  # d8d224952a5e40668c64bf6aed70c52c
> -#: ../../../source/install/others.txt:231
> +#: ../../../source/install/others.txt:237
>  msgid ""
>  "Here is an example that installs CentOS specific system management files::"
>  msgstr "以下はCentOS用のシステム管理ファイルをインストールする例です::"
>  
>  # 73ce9a1e58ae487883e2cd13e15efecb
> -#: ../../../source/install/others.txt:237
> +#: ../../../source/install/others.txt:243
>  msgid "``--help``"
>  msgstr ""
>  
>  # 4eb9c8a0156848e192bd849c4016051b
> -#: ../../../source/install/others.txt:239
> +#: ../../../source/install/others.txt:245
>  msgid "Shows all ``configure`` options."
>  msgstr "すべての ``configure`` オプションを表示します。"
>  
>  # 3ccc49c4e940422490eb17e6434d8cce
> -#: ../../../source/install/others.txt:242
> +#: ../../../source/install/others.txt:248
>  msgid "``make``"
>  msgstr ""
>  
>  # f6547787aee44f09865d72c73ae7334c
> -#: ../../../source/install/others.txt:244
> +#: ../../../source/install/others.txt:250
>  msgid "``configure`` is succeeded, you can build groonga by ``make``::"
>  msgstr "``configure`` が成功したら ``make`` でgroongaをビルドします::"
>  
>  # 5ce9a2ae5dc546e98e9be192052b9c57
> -#: ../../../source/install/others.txt:248
> +#: ../../../source/install/others.txt:254
>  msgid ""
>  "If you have multi cores CPU, you can make faster by using ``-j`` option. If "
>  "you have 4 cores CPU, it's good for using ``-j4`` option::"
> @@ -1061,7 +1072,7 @@ msgstr ""
>  "速くビルドできます::"
>  
>  # 0722f0e621ae45a6abf6cc6324fbe5b3
> -#: ../../../source/install/others.txt:253
> +#: ../../../source/install/others.txt:259
>  msgid ""
>  "If you get some errors by ``make``, please report them to us: :doc:`/"
>  "contribution/report`"
> @@ -1070,17 +1081,17 @@ msgstr ""
>  "doc:`/contribution/report`"
>  
>  # aa8898373a0a49658c7fc85618e00bc9
> -#: ../../../source/install/others.txt:257
> +#: ../../../source/install/others.txt:263
>  msgid "``make install``"
>  msgstr ""
>  
>  # 8c1d42a847964a629f8ebeff72f93110
> -#: ../../../source/install/others.txt:259
> +#: ../../../source/install/others.txt:265
>  msgid "Now, you can install built groonga!::"
>  msgstr "これでビルドしたgroongaをインストールできます!::"
>  
>  # 714ab1fb1c3240458fa00571dfde7b07
> -#: ../../../source/install/others.txt:263
> +#: ../../../source/install/others.txt:269
>  msgid ""
>  "If you have write permission for ``${PREFIX}``, you don't need to use "
>  "``sudo``. e.g. ``--prefix=$HOME/local`` case. In this case, use ``make "
> 
>   Modified: doc/source/install/others.txt (+6 -0)
> ===================================================================
> --- doc/source/install/others.txt    2013-09-30 14:53:47 +0900 (f3507eb)
> +++ doc/source/install/others.txt    2013-09-30 17:43:38 +0900 (29629bf)
> @@ -177,6 +177,12 @@ Here is an example that enables column value compression by zlib::
>  
>    % ./configure --with-zlib
>  
> +.. note::
> +
> +   The disabled reason is that memory leak occurs when it refers column value.
> +   This is already known issue as GitHub#6. This issue is not nothing to do with
> +   updating column value.
> +
>  ``--with-lzo``
>  ++++++++++++++
>  




More information about the Groonga-commit mailing list
アーカイブの一覧に戻る