Update of /cvsroot/fink/web/xml/faq
In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11892

Modified Files:
        faq.ja.xml 
Log Message:
ja translation for en 1.110

Index: faq.ja.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.ja.xml,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- faq.ja.xml  10 Nov 2010 02:23:58 -0000      1.45
+++ faq.ja.xml  11 Nov 2010 02:54:41 -0000      1.46
@@ -240,59 +240,63 @@
 <title>Fink のアップグレード 
(バージョン固有の問題対処法)</title>
 <shorttitle>Fink のアップグレード</shorttitle>
     <faqentry name="leopard-bindist1">
-      <question translated="no">
-        <p>Fink doesn't see new packages even after I've run an rsync or cvs 
selfupdate.</p>
+      <question>
+        <p>rsync や cvs の selfupdate を実行しても、Fink 
が新しいパッケージを読み込んでくれません。</p>
       </question>
-      <answer translated="no">
-        <p>This is a current issue for people on OS 10.5 using the binary 
installer. Check your version:</p>
+      <answer>
+        <p>これは OS 10.5 
バイナリインストーラを使用している際の問題です。まず、バージョンを確認し:</p>
         <codeblock>fink --version</codeblock>
-        <p>If you currently have <code>fink-0.27.13-41</code>, which is the 
version that comes
-       with the installer, or <code>fink-0.27.16-41</code>, then there are a 
couple of options.</p>
+        <p>もし <code>fink-0.27.13-41</code> 
であれば、これはインストーラのものです。
+       また、<code>fink-0.27.16-41</code>の場合も同様に、</p>
        <ul>
          <li>
-           <em>rsync (preferred):</em>  Run the sequence below
+           <em>rsync (推奨):</em> 下記の手順で実行してください
            <codeblock>fink selfupdate
 fink selfupdate-rsync
 fink index -f
 fink selfupdate</codeblock>
          </li>
          <li>
-           <em>cvs (alternate):</em>  Run
+           <em>cvs (別の方法):</em> 
下記の手順で実行してください
            <codeblock>fink selfupdate-cvs
 fink index -f
 fink selfupdate</codeblock>
          </li>
        </ul>
-        <p>Either will bring you the newest <code>fink</code> version.</p>
+        <p>どちらも、最新バージョンの <code>fink</code> 
に更新します。</p>
       </answer>
     </faqentry>
     
     <faqentry name="leopard-bindist2">
-      <question translated="no">
-        <p>When I try to install stuff I get 'Can't resolve dependency "fink 
(>= 0.28.0)"'</p>
+      <question>
+        <p>何かをインストールしようとすると、'Can't resolve 
dependency "fink (>= 0.28.0)"' というエラーが出ます。</p>
       </question>
-      <answer translated="no">
-        <p>Apply the fix from <xref section="leopard-bindist1">the prior 
entry.</xref></p>
+      <answer>
+        <p><xref section="leopard-bindist1">上述の FAQ</xref> 
をしてください。</p>
       </answer>
     </faqentry>
     <faqentry name="stuck-gettext">
-      <question translated="no"><p>Fink tells me to run 'sudo apt-get install 
libgettext3-dev=0.14.5-2' to clear up inconsistent dependencies but I'm still 
stuck.</p></question>
-      <answer translated="no">
-       <p>There is a timestamp issue with the <em>libgettext3</em> package 
description:  0.14.5-2 is an outdated version.  Run</p>
+      <question>
+        <p>Fink が、'sudo apt-get install libgettext3-dev=0.14.5-2' 
を実行して問題のある依存性を解消するように言ってきますが、まだおかしいです。</p></question>
+      <answer>
+       <p><em>libgettext3</em> 
のパッケージ記述ファイルのタイムスタンプに問題があります:
 0.14.5-2 は古いバージョンでです。</p>
        <codeblock>fink index -f
 fink update libgettext3-dev    
        </codeblock>
-       <p>to update the package description cache and then the package.</p>
+       
<p>と実行し、パッケージ記述ファイルのキャッシュを更新した後、パッケージを更新してください。</p>
       </answer>
     </faqentry>
     <faqentry name="stuck-dpkg">
-      <question translated="no"><p>Fink tells me 'Can't resolve dependency 
"dpkg (>= 1.10.21-1229)" for package "dpkg-base-files-0.3-1"'.  How do I solve 
this?</p></question>
-      <answer translated="no">
-       <p>There is a timestamp issue with the updated <em>dpkg</em> package 
description.  Run</p>
+      <question>
+        <p>Fink が 'Can't resolve dependency "dpkg (>= 1.10.21-1229)" for 
package "dpkg-base-files-0.3-1"' って言うてはりますけど、  
+          どないしたらよろしいですやろ?
+          </p></question>
+      <answer>
+       <p>更新された <em>dpkg</em> 
パケージ記述にタイムスタンプの問題があります。</p>
        <codeblock>fink index -f
 fink selfupdate
        </codeblock>
-       <p>to update the package description cache and then to install 
<code>dpkg</code> and <code>dpkg-base-files</code>.</p>
+       
<p>と実行し、パッケージ記述のキャッシュを更新し、 
<code>dpkg</code> と <code>dpkg-base-files</code> 
をインストールしてください。</p>
       </answer>
     </faqentry>
 </chapter>
@@ -425,59 +429,59 @@
 <question>
 <p>unstable 
にあるパッケージをインストールしようとすると、 fink が 
'no package found' 
といいます。どうしたらインストールできるのですか?</p>
 </question>
-      <answer translated="no">
-        <p>First make sure you understand what 'unstable' means. Packages in
-        the unstable tree are not in stable for any number of reasons.  It
-        could be because there are known issues, validation errors, or just
-        not enough people giving feedback that the package works for them.
-        For that reason, Fink doesn't search the unstable tree by
-        default.</p>
-        <p>If you do enable unstable, please remember to e-mail the
-        maintainer if something works (or even if it doesn't). Feedback from
-        users like you is what we use to determine if something is ready for
-        stable! To find out the maintainer of a package, run <code>fink info
-        <em>packagename</em></code>.</p>
-       <p>For <code>fink-0.26</code> and later:  If you run
-       <code>fink configure</code> one of the questions will ask whether you
-       want to turn the unstable trees on.  </p>
-       <p>To configure Fink to use unstable
-       when you have an earlier version of the <code>fink</code> tool than
-       <em>0.26</em>, edit
-        <filename>/sw/etc/fink.conf</filename>, and add 
<code>unstable/main</code>
-        and <code>unstable/crypto</code> to the <code>Trees:</code> line.</p>
-       <p>If you use Fink Commander, then there is a Preference to use unstable
-       packages.</p>
-       <p>None of these options actually download the unstable tree's package
-       descriptions.You'll need to turn on <code>rsync</code> or
-       <code>cvs</code> updating to do this, which is not set up by default on 
a new
-       Fink installation.  The following command sequence will set you up on
-       a new Fink installation:</p>
+      <answer>
+        <p>
+         まず、'unstable の意味を確認してください。
+         unstable tree 
にあるパッケージは、さまざまな理由により安定ではありません。
+         既知の問題が残っていたり、valid error 
があったり、あるいは十分なフィードバックがないかもしれません。
+         この理由により、Fink はデフォルトでは unstable tree 
を探さないのです。
+       </p>
+        <p>
+         unstable を使う場合、もしうまく行った場合 
(あるいは行かなかった場合)、メンテナにメールすることを心がけてください。
+         あなたからのフィードバックは、stable 
に移行するための貴重な根拠となるのです!
+         パッケージのメンテナを知るには、<code>fink info 
<em>packagename</em></code> と実行してください。
+       </p>
+       <p> 
+         <code>fink-0.26</code> 以降:
+         <code>fink configure</code> 
を実行すれば、たくさんある質問の中で unstable tree を on 
にするかという質問があります。
+       </p>
+       <p>
+         <em>0.26</em> よりも古いバージョンの Fink が unstable 
を使うよう設定するには、
+         <filename>/sw/etc/fink.conf</filename> 
を編集し、<code>Trees:</code> 行に <code>unstable/main</code>
+         と <code>unstable/crypto</code> to the <code>Trees:</code> 
を追加してください。
+       </p>
+       <p>
+         Fink Commander を使っている場合、Preference から unstable 
パッケージを使うことができます。
+       </p>
+       <p>
+         これらのことをするだけでは、unstable tree 
のパッケージ記述を自動的にはダウンロードしません。
+         各自で <code>rsync</code> または <code>cvs</code> 
の更新をする必要があります。
+         これは、Fink 
のデフォルトではないので、以下のコマンドの入力してください。
+       </p>
        <codeblock>fink selfupdate</codeblock>
-       <p>followed by</p>
+       <p>とした後、</p>
        <codeblock>fink selfupdate-rsync</codeblock>
-       <p>or</p>
+       <p>または</p>
        <codeblock>fink selfupdate-cvs</codeblock>
-       <p>and then</p>
+       <p>その後</p>
        <codeblock>fink index -f
 fink scanpackages</codeblock>
-       <p><em>Note:</em>  There are Fink Commander analogs for everything 
except
-       <code>fink index -f</code>.  You will have to use the command line for 
that.</p>
-       <p>If you're already set up with <code>rsync</code> or <code>cvs</code>
-       updating, then the following
-       command sequence (or the Fink Commander analogs) will suffice:</p>
+       <p><em>注記:</em> Fink Commander では、同様のことが、 
+       <code>fink index -f</code> 
以外、できます。これだけはコマンドラインから行ってください。</p>
+       <p>すでに <code>rsync</code> または <code>cvs</code> 
で更新できるようになっている場合、以下のものだけで十分です:</p>
        <codeblock>
 fink selfupdate
 fink index
 fink scanpackages
        </codeblock>
-       <p>If you're not sure what your update method is, check
-       <code>fink --version</code> in at a command line
-       and see if that mentions <code>cvs</code> or <code>rsync</code>.</p>
-       <p>If you don't want to install any more from unstable than
-        your specific package(s) and its (their) dependencies, (and any base 
packages
-       that got updated) don't use the
-        <code>update-all</code> command until you turn the unstable tree
-        back off.</p>
+       <p>
+         もし、update 方法を知らない場合、<code>fink 
--version</code> とすることで 
+         <code>cvs</code> または <code>rsync</code> 
であることがわかります。
+       </p>
+       <p>
+         特定のパッケージ (および base パッケージ) 
以外、unstable からインストールしたくない場合、
+         unstable を off に戻す前に <code>update-all</code> 
コマンドを実行しないよう注意してください。
+       </p>
       </answer>
 </faqentry>
 
@@ -568,7 +572,7 @@
 <question>
 <p><quote>fink selfupdate</quote> か &quot;fink selfupdate-cvs&quot; 
を実行しようとした時、  &quot;<code>Updating using CVS failed. Check 
the error messages above.</code>&quot; エラーが出ました。</p>
 </question>
-<answer translated="no">
+<answer>
 <p>メッセージが、</p>
 <codeblock>Can't exec &quot;cvs&quot;: No such file or directory at
 /sw/lib/perl5/Fink/Services.pm line 216, &lt;STDIN> line 3.
@@ -593,7 +597,7 @@
 <codeblock>cvs [update aborted]: End of file received from server</codeblock>
 <p>あるいは</p>
 <codeblock>cvs [update aborted]: received broken pipe signal</codeblock>
-<p>であれば、 cvs 
サーバが過負荷になっていると思われますので、時間をおいてアップデートを試してみて下さい。</p>
+<p>であれば、 cvs 
サーバが過負荷になっていると思われますので、時間をおいて
 update を試してみて下さい。</p>
 
<p>この他、パーミッションをもっていない可能性もあります。
 この場合は &quot;Permission denied&quot; メッセージ:</p>
 <codeblock>cvs update: in directory 10.2/stable/main:
@@ -622,15 +626,23 @@
 <p>これを修正するには、 selfupdate-cvs 
の出力にでてきたファイルを一つずつ削除して、コマンドを再実行します。</p>
 <codeblock>sudo rm /sw/fink/10.2/unstable/main/finkinfo/libs/db31-3.1.17-6.info
 fink selfupdate-cvs</codeblock>
-               <p>If you get errors that mention 
<em>cvs.sourceforge.net</em>:</p>
+               <p>もし、<em>cvs.sourceforge.net</em> 
と述べているエラーが発生した場合:</p>
                <codeblock>
 cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):
 2401 failed: Operation timed out
 </codeblock>
-             <p>this is because of a restructuring of the CVS servers at 
sourceforge.net in 2006.  Fink files are now at 
<em>fink.cvs.sourceforge.net</em>.</p>
-             <p>Check your Distribution version, e.g. via</p>
+             <p>
+               これは、2006年に sourceforge.net において CVS 
サーバを再構築したためです。
+               Fink のファイルは、現在は 
<em>fink.cvs.sourceforge.net</em> にあります。
+             </p>
+             
<p>現在のディストリビューションのバージョンを、</p>
              <codeblock>fink --version</codeblock>
-             <p>If that shows <code>10.4-transitional</code>, then you need to 
update to the regular 10.4 distribution.  An <link 
url="http://prdownloads.sourceforge.net/fink/scripts-10.4-update-0.4.tar.gz?download";>update
 script</link> has been created to assist with that.</p>
+             <p>
+               などで確認してください。
+               もし、<code>10.4-transitional</code> 
であれば、ただの 10.4 
ディストリビューションに更新する必要があります。
+               <link 
url="http://prdownloads.sourceforge.net/fink/scripts-10.4-update-0.4.tar.gz?download";>update
 script</link>
+               を使って更新することができます。
+             </p>
       </answer>
 </faqentry>
 <faqentry name="kernel-panics" >
@@ -672,10 +684,11 @@
 <link url="http://sourceforge.net/mailarchive/forum.php?forum=fink-users"; 
>fink-users mailing list</link>
 で古いソースをもっている人を探してみて下さい。
 </p>
-<p>Once you locate the proper source tarball, download it manually, and then 
move the file into your Fink source location (i.e. for a default Fink install,
-もしソースの tarball 
が見つかったら、手動でダウンロードし、 Fink 
ソース保存先に移して下さい:
-&quot;<code>sudo mv <em>package-source.tar.gz</em> /sw/src/</code>&quot;
-この後、通常通り '<code>fink install <em>packagename</em></code>' 
して下さい。</p>
+<p>
+  もしソースの tarball 
が見つかったら、手動でダウンロードし、 Fink 
ソース保存先に移して下さい:
+  &quot;<code>sudo mv <em>package-source.tar.gz</em> /sw/src/</code>&quot;
+  この後、通常通り '<code>fink install <em>packagename</em></code>' 
して下さい。
+</p>
 
<p>ソースファイルが見つからない場合、メンテナが問題に対処するまで待つしかありません。
 古いソースか、新しいバージョン用の .info と .patch 
ファイルへのリンクが投稿されることでしょう。</p>
 </answer>
@@ -743,9 +756,9 @@
 <codeblock>files list file for package <em>packagename</em> contains empty 
filename</codeblock>
 <p>または</p>
 <codeblock>files list file for package <em>packagename</em> is missing final 
newline</codeblock>
-<p>This can be fixed, with a little work. If you have the .deb file for the 
offending package currently available on your system, then check its integrity 
by running
-これは直すことができます。
-エラーメッセージ中のパッケージの .deb 
ファイルがシステム上にあれば、その状態を確認します:
+<p>
+  これは直すことができます。
+  エラーメッセージ中のパッケージの .deb 
ファイルがシステム上にあれば、その状態を確認します:
 </p>
 <codeblock>dpkg --contents <em>full-path-to-debfile</em>
 </codeblock>
@@ -1215,23 +1228,34 @@
 <p>&quot;dpkg: parse error, in file `/sw/var/lib/dpkg/status'&quot;
 
というメッセージが出て、何もインストールできません!</p>
 </question>
-      <answer translated="no">
-        <p>This means that somehow your dpkg database got damaged, usually
-        from a crash or some other unrecoverable error.  This most often 
occurs with a buildlock, e.g:</p>
+      <answer>
+        <p>
+         
これは、クラッシュや回復不可能なエラーなど、何らかの理由で
 dpkg データベースが壊れたことを意味します。
+         多くの場合、buildlock 中に発生するので、例えば:
+       </p>
        <codeblock>package `fink-buildlock-foo-1.2.3-4':  missing 
version</codeblock>
-       <p>(of course, replace <filename>foo-1.2.3-4</filename> with the 
package name you are seeing).</p>
-       <p>When this happens, you should edit 
<filename>/sw/var/lib/dpkg/status</filename> as a superuser.
-       Then go near the line number which shows up in the error message.
-       You should see a <code>fink-buildlock-foo-1.2.3-4</code>
-        package whose <code>Status</code> field is marked</p>
+       <p>
+         (もちろん、<filename>foo-1.2.3-4</filename> 
はあなたが見ようとしているパッケージ名)
+       </p>
+       <p>
+         この問題が発生した場合、superuser で 
<filename>/sw/var/lib/dpkg/status</filename> を編集します。
+         エラーメッセージにある行の近くにいきます。
+         <code>fink-buildlock-foo-1.2.3-4</code> で、 <code>Status</code> 
フィールドが、
+       </p>
        <codeblock>install ok installed</codeblock>
-       <p>Change that to</p>
+       <p>となっていますが、これを</p>
        <codeblock>purge ok not-installed</codeblock>
-       <p>Under other circumstances, there may be garbage in the file.  You 
can fix this situation by
-        copying the previous version of the database, like so:</p>
+       <p>
+         と書き換えます。
+       </p>
+       <p>
+         
また、これとは異なり、ファイル中にゴミがある場合があります。
+         
この場合は、旧バージョンのデータベースをコピーします:
+       </p>
         <codeblock>sudo cp /sw/var/lib/dpkg/status-old 
/sw/var/lib/dpkg/status</codeblock>
-        <p>You may need to re-install the last couple of packages you
-        installed before the problem started occurring.</p>
+        <p>
+         
問題が起きる前にインストールしていたパッケージをいくつか再インストールする必要があるかもしれません。
+       </p>
       </answer>
 </faqentry>
 <faqentry name="freetype-problems"> 
@@ -1417,26 +1441,33 @@
 
     <faqentry name="alternates">
       <question>
-        <p>Whenever I try to build from source, Fink keeps waffling between 
alternate versions of the same library.</p>
+        <p>
+         
ソースからビルドしようとすると必ず、同じライブラリの二つのバージョンをいったりきたりします。
+       </p>
       </question>
       <answer>
-        <p>Often, in a complicated build tree, you may find that some of the 
packages
-       depend on a particular version of a library, and other depend on a 
different one
-       (e.g. <code>db47</code> vs. <code>db44</code>).  Consequently, Fink may 
try to
-       switch to whichever one isn't currently installed in order to satisfy 
the
-       build dependency for the current package that you're trying to 
update.</p>
+        <p>
+        
非常に複雑なビルドツリーでは、いくつかのパッケージがライブラリの特定バージョンに依存しており、
+        
他のパッケージが他のバージョンに依存していることがあります
 (例 <code>db47</code> vs. <code>db44</code>)。
+        結果、Fink 
は更新しようとしているパッケージの依存性を満たすためにインストールされていない方をインストールしようとします。
+       </p>
        <p>Unfortunately, due to limitations in the build-dependency engine, you
-      may wind up with the dreaded</p>
+      may wind up with the dreaded
+         
残念ながら、ビルド依存エンジンの限界により、恐怖の
+       </p>
       <codeblock>Fink::SysState: Could not resolve inconsistent 
dependencies</codeblock>
-      <p>message when trying a sufficiently complicated 
<code>update-all</code>. This generally gives you a
-      command to try to resolve the issue:</p>
+      <p>
+        というメッセージを、十分複雑な <code>update-all</code> 
をした場合に見ることができます。
+       これは通常、以下のコマンドで直ります:
+      </p>
       <codeblock>
 fink scanpackages
 sudo apt-get update
 sudo apt-get install foo=1.23-4        
       </codeblock>
-      <p>but this may not work for sufficiently complicated updates.  You 
might need
-      to update packages one-by-one, at least for a while.
+      <p>
+        しかし、十分複雑な更新の場合には聞きません。
+       
いくつかのパッケージを一つ一つ更新してみてください。
       </p>
       </answer>
     </faqentry>
@@ -1466,18 +1497,31 @@
                値が 10.3 
だと思い込むミスマッチが発生します。
         </p>
         <p>
-        <code>fink rebuild python24</code> for the case above.
-               上記の問題の場合であれば、<code>fink rebuild 
python24</code> を実行し、
-               <code>python</code> 
パッケージを更新すれば修正されます。
+          上記の問題の場合であれば、<code>fink rebuild 
python24</code> を実行し、
+          <code>python</code> 
パッケージを更新すれば修正されます。
         </p>
       </answer>
     </faqentry>
 <faqentry name="libtool-unrecognized-dynamic">
-  <question><p>I get <quote>unrecognized option `-dynamic'</quote> errors from 
<filename>libtool</filename>.</p></question>
-<answer><p>This error:</p>
-<codeblock> libtool: unrecognized option `-dynamic'</codeblock>
-<p>typically means that you've replaced Apple's 
<filename>/usr/bin/libtool</filename> with a GNU <filename>libtool</filename>.  
Unfortunately, the two <code>libtools</code> <em>do not</em> do the same 
thing.</p>
-<p>The only way to solve this is to get a working Apple 
<filename>libtool</filename> from somewhere.  It is installed as part of the 
<filename>DeveloperTools.pkg</filename> package of the XCode Tools, and you can 
reinstall that whole package if you first clear out its receipt in 
<filename>/Library/Receipts</filename> (drag it to the Trash for OS 10.4 and 
later, or use <code>sudo rm -rf /Library/Receipts/DeveloperTools.pkg</code> for 
10.3).</p></answer>
+  <question>
+    <p>
+      <quote>unrecognized option `-dynamic'</quote> というエラーが 
<filename>libtool</filename> から出たとです。
+    </p>
+  </question>
+  <answer>
+    <p>このエラー:</p>
+    <codeblock> libtool: unrecognized option `-dynamic'</codeblock>
+    <p>
+      は、Apple の <filename>/usr/bin/libtool</filename> を GNU の 
<filename>libtool</filename> に変えてしまったことを意味します。
+      残念ながら、この二つの <code>libtools</code> 
は、同じことを<em>してくれません</em>。
+    </p>
+    <p>
+      これを直す唯一の方法は、ちゃんとした Apple 
<filename>libtool</filename> をどこから手に入れることです。
+      これは、 XCode Tools の <filename>DeveloperTools.pkg</filename> 
パッケージの一部で、
+      <filename>/Library/Receipts</filename> 
のレシートを削除した後、再インストールすることができます。
+      (10.4以降ならゴミ箱へ、10.3なら<code>sudo rm -rf 
/Library/Receipts/DeveloperTools.pkg</code>してください)
+    </p>
+  </answer>
 </faqentry>
 </chapter>
 <chapter filename="comp-packages" >
@@ -1561,14 +1605,6 @@
 <p>普通は、ソースインストールは: &quot;<code>fink 
install</code>&quot; で、バイナリインストールは: 
&quot;<code>apt-get install</code>&quot; または <code>dselect</code> 
です。</p>
 </answer>
 </faqentry>
-<faqentry name="cctools" >
-<question>
-<p>KDE 
をインストール使用とすると、次のメッセージが出ます: 
'Can't resolve dependency &quot;cctools (>= 446-1)&quot;'</p>
-</question>
-<answer>
-<p>このなんとも暗号のようなメッセージは、 December 2002 
Developer Tools をインストールしろという意味です。</p>
-</answer>
-</faqentry>
 <faqentry name="libiconv-gettext">
 <question>
        <p><code>libiconv</code> が更新できません。</p>
@@ -1606,9 +1642,6 @@
                次に、 XCode (2.3 以降) をインストールします。
           </li>
         </ul>
-        <p>
-1) Flush out your old
-2) Reinstall BSD.pkg (from your main OS install)</p>
       </answer>
     </faqentry>
     <faqentry name="gettext-tools">
@@ -1627,12 +1660,16 @@
     <question>
       <p>OS 10.5 で <em>gtk+2</em> がインストールできません。</p>
     </question>
-    <answer translated="no">
-    <p>Typically this involves missing libraries, such as:   
<filename>/usr/X11/lib/libXrandr.2.0.0.dylib</filename> or 
-    <filename>/usr/X11/lib/libXdamage.1.1.0.dylib</filename> (or other 
versions of libraries in
-    <filename>/usr/X11/lib/</filename>).</p>
-    <p>The current wisdom on the best
-    fix for such an issue is to install Xcode 3.1.3 or later.</p>  
+    <answer>
+      <p>
+        
これは、典型的には、ライブラリがないということです。例えば:
+       <filename>/usr/X11/lib/libXrandr.2.0.0.dylib</filename> や 
+       <filename>/usr/X11/lib/libXdamage.1.1.0.dylib</filename> 
+       (あるいは <filename>/usr/X11/lib/</filename> 
にある他のバージョンのライブラリ)
+      </p>
+      <p>
+        現状では、ベストな解決策は XCode 3.1.3 
以降をインストールすることです。
+      </p>  
     </answer>
   </faqentry>
     <faqentry name="all-others">
@@ -1707,13 +1744,15 @@
 <question>
 <p>Fink 
でインストールしたソフトウェアを使って、自分で何かをコンパイルするにはどうしたらいいのですか?</p>
 </question>
-      <answer translated="no">
+      <answer>
         <!-- TODO: maybe change this to use LIBRARY_PATH / DYLD_LIBRARY_PATH ? 
-->
-        <p>When compiling something yourself outside of Fink, the compiler and
-        linker need to be told where to find the Fink-installed libraries and
-               headers.  It is also necessary to tell the compiler to use the
-               appropriate target architecture.  For a package that uses 
standard
-               configure/make process, you need to set some environment 
variables:</p>
+        <p>
+         Fink 以外でなにかをコンパイルしようとする場合、
+         コンパイラとリンカに、Fink 
がインストールしたライブラリやヘッダがどこにあるのかを伝える必要があります。
+         
また、コンパイラにターゲットのアーキテクチャーを使うよう伝える必要もあります。
+         標準的な configure/make を使用するパッケージの場合、
+         以下の環境変数を設定する必要があります:
+       </p>
         <p>-bash-</p>
         <codeblock>export CFLAGS=-I/sw/include 
 export LDFLAGS=-L/sw/lib 
@@ -1732,18 +1771,18 @@
 setenv PKG_CONFIG_PATH &quot;/sw/lib/pkgconfig&quot;
 setenv PATH /sw/var/lib/fink/path-prefix-10.6:$PATH
 setenv MACOSX_DEPLOYMENT_TARGET 10.5</codeblock>
-       <p>(assuming that the build system is running OS 10.5 or later)</p>
-        <p>It is often easiest just to add these to your startup files (e.g.
-        <filename>.cshrc</filename> | <filename>.profile</filename>) so they
-        are set automatically. If a package does not use these variables, you
-        may need to add the "-I/sw/include" (for headers) and "-L/sw/lib" (for
-        libraries) to the compile lines yourself. Some packages may use
-        similar non-standard variables such as EXTRA_CFLAGS or --with-qt-dir=
-        configure options. "./configure --help" will usually give you a list
-        of the extra configure options.</p>
-        <p>In addition, you may need to install the development headers (e.g.
-        <em>foo-1.0-1-dev</em>) for the library packages that you are using,
-        if they aren't already installed.</p>
+       <p>(実行 OS が 10.5 以降の場合)</p>
+        <p>
+         これを起動ファイル (e.g. <filename>.cshrc</filename> | 
<filename>.profile</filename>) 
に入れておくと、自動的に設定され、最も簡単です。
+         
これらの環境設定を使用しないパッケージの場合、コンパイル行に
+         "-I/sw/include" (ヘッダファイル) と "-L/sw/lib" 
(ライブラリ) を追加する必要があるでしょう。
+         パッケージによっては、同様だが非標準な 
EXTRA_CFLAGS or --with-qt-dir= 
などのオプションを使っているかもしれません。
+         "./configure --help" をすることで、こうした configure 
オプションを知ることができます。
+       </p>
+        <p>
+         また、ライブラリパッケージなどは、
+         対応する開発ヘッダ (e.g. <em>foo-1.0-1-dev</em>) 
をインストールする必要があるかもしれません。
+       </p>
       </answer>
 </faqentry>
 <faqentry name="apple-x11-applications-menu" >
@@ -2064,45 +2103,56 @@
 <question>
        <p>X11 と Fink に問題があります。</p>
 </question>
-      <answer translated="no">
-        <p>There are two possibilities to consider.</p>
+      <answer>
+        <p>二つの可能性が考えられます。</p>
         <ul>
           <li>
-            <em>You are installing from binaries:</em>
-            <p>Typically what you need to do is reinstall the X11User package,
-           since the installer application occasionally misses installing a 
file.
-           You may need to repeat this multiple times. Running</p>
+            <em>バイナリからインストールしている場合:</em>
+            <p>
+             通常、X11User 
を再インストールする必要があります。
+             
インストーラは、稀にファイルをインストールし忘れるためです。
+             
何度か再インストールする必要があるかもしれません。
+           </p>
            <codeblock>fink list -i system-xfree86</codeblock>
-           <p>should show that the <code>system-xfree86</code> and
-           <code>system-xfree86-shlibs</code> packages are installed, and</p>
+           <p>
+             とすると、<code>system-xfree86</code> と 
<code>system-xfree86-shlibs</code>
+             がインストールされているかを示します。
+           </p>
            <codeblock>fink list x11</codeblock>
-           <p>should indicate that the <code>x11-shlibs</code> and 
<code>x11</code> virtual
-           packages are present.</p>
-           <p>If reinstalling the X11User package doesn't work, then consult 
the
-           <xref section="special-x11-debug">special debug</xref> instructions,
-           below.</p>
+           <p>
+             とすると、<code>x11-shlibs</code> と <code>x11</code>
+             の virtual package があるかを示します。
+           </p>
+           <p>
+             もし、X11User の再インストールでもダメな場合、
+             下記の<xref 
section="special-x11-debug">特別なデバッグ</xref> 
をお読みください。
+           </p>
           </li>
           <li>
-            <em>You are installing from source:</em>
-           <p>Typically this error means that you need to (re)install the 
X11SDK,
-           which is <em>mandatory</em> if you want to build packages from 
source.
-            It is in the Xcode Tools folder of a Tiger DVD, or (Optional
-            Installs/)Xcode Tools/Packages on your Leopard DVD(s). If you
-            run</p>
+            <em>ソースからインストールしている場合:</em>
+           <p>
+             通常、X11SDK 
を(再)インストールする必要があります。
+             
これはソースからパッケージをビルドする際に<em>必ず必要</em>です。
+             Tiger DVD か、Leopard DVD の(Optional Installs/)Xcode 
Tools/Packages にあります。
+           </p>
             <codeblock>fink list -i system-xfree86  </codeblock>
-            <p>it should show the <code>system-xfree86</code>,
-           <code>system-xfree86-shlibs</code>, and 
<code>system-xfree86-dev</code>
-           packages as installed.  If the <code>-dev</code> package is missing,
-           reinstall the X11SDK, since sometimes the Apple Installer misses a
-           file.  You may need to keep doing this.  If either of the other two
-           are missing, then reinstall the X11User package (same reason).  At
-           this point</p>
+            <p>
+             とすれば、 <code>system-xfree86</code>, 
<code>system-xfree86-shlibs</code>, および <code>system-xfree86-dev</code>
+             がインストールされているとわかるでしょう。
+             <code>-dev</code> パッケージがない場合、X11SDK 
を再インストールします。
+             Apple 
のインストーラは、稀にファイルを忘れるためです。
+             もし他の二つのどれかがない場合、同じ理由で 
X11User を再インストールします。
+             この後、
+           </p>
            <codeblock>fink list x11</codeblock>
-           <p>should indicate that the <code>x11-dev</code>, 
<code>x11-shlibs</code>,
-           and <code>x11</code> virtual packages are present.</p>
-           <p>If reinstalling the X11SDK or X11User package doesn't work, then 
consult the
-           <xref section="special-x11-debug">special debug</xref> instructions,
-           below.</p>
+           <p>
+             とすれば、<code>x11-dev</code>, <code>x11-shlibs</code>, 
および <code>x11</code>
+             の virtual package 
があることを確認できるでしょう。
+           </p>
+           <p>
+             もし、X11User と X11SDK 
の再インストールでもダメな場合、
+             下記の<xref 
section="special-x11-debug">特別なデバッグ</xref> 
をお読みください。
+           </p>
            </li>
         </ul>
       </answer>
@@ -2119,12 +2169,12 @@
                
のヒントで問題が解決されないか、自分の問題と異なる場合、
                X11 をきれいに削除し、代替パッケージと X11 
関連パッケージを削除します:
                </p>
-       <p>On Leopard, use</p>
+       <p>Leopard では、</p>
 <codeblock>
 sudo pkgutil --forget com.apple.pkg.X11User
 sudo pkgutil --forget com.apple.pkg.X11SDKLeo
 </codeblock>
-<p>Then, on either 10.4 or 10.5, run</p>
+       <p>を実行します。次に、10.4 と 10.5 では、</p>
 <codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
 xorg xorg-shlibs xfree86 xfree86-shilbs \
 xfree86-base xfree86-base-shlibs xfree86-rootless xfree86-rootless-shlibs \
@@ -2132,17 +2182,19 @@
 xfree86-rootless-threaded xfree86-rootless-threaded-shlibs
 rm -rf /Library/Receipts/X11SDK.pkg /Library/Receipts/X11User.pkg
 fink selfupdate; fink index</codeblock>
-        <p>(the first line may give you warnings about trying to remove
-       nonexistent packages).  Then, reinstall Apple's X11 (and the X11SDK, if
-       needed), or,
-       if you're on 10.4, an alternative X11 implementation, like XFree86 or 
X.org.</p>
-        <p>If you are still having problems then you can run</p>
+        <p>
+         と実行します。
+         
(最初の行は、存在しないパッケージを削除しようとしているという警告の場合もあります)
+         次に、Apple X11 (および、必要であれば X11SDK) 
を再インストールするか、
+         10.4 の場合、XFree86 や X.org などの他の X11 
を再インストールします。
+       </p>
+        <p>まだ問題がある場合、</p>
 <codeblock>fink-virtual-pkgs --debug</codeblock>
-<p>で何が不足しているかの情報が得られます。</p>
-<p>
-               古いバージョンの  <code>fink</code> 
を使っている場合、Perl スクリプト
+        
<p>と実行することで何が不足しているかの情報が得られます。</p>
+       <p>
+         古いバージョンの  <code>fink</code> 
を使っている場合、Perl スクリプト
                (Martin Costabel 
作成) で同様の情報が得られます。
-               </p>
+       </p>
 <ul>
 <li>入手先: <link 
url="http://perso.wanadoo.fr/costabel/fink-x11-debug";>http://perso.wanadoo.fr/costabel/fink-x11-debug</link>
 </li>


------------------------------------------------------------------------------
Centralized Desktop Delivery: Dell and VMware Reference Architecture
Simplifying enterprise desktop deployment and management using
Dell EqualLogic storage and VMware View: A highly scalable, end-to-end
client virtualization framework. Read more!
http://p.sf.net/sfu/dell-eql-dev2dev
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to