Update of /cvsroot/fink/web/xml/faq
In directory sc8-pr-cvs5.sourceforge.net:/tmp/cvs-serv9355/faq

Modified Files:
        faq.ja.xml faq.zh.xml 
Log Message:
en 1.74

Index: faq.ja.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.ja.xml,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- faq.ja.xml  15 Jun 2006 01:58:52 -0000      1.37
+++ faq.ja.xml  4 Aug 2006 21:44:56 -0000       1.38
@@ -799,14 +799,7 @@
 Err file: stable/crypto Packages
 File not found
 Ign file: stable/crypto Release
-Hit http://us.dl.sourceforge.net 10.3/release/main Packages
-Hit http://us.dl.sourceforge.net 10.3/release/main Release
-Hit http://us.dl.sourceforge.net 10.3/release/crypto Packages
-Hit http://us.dl.sourceforge.net 10.3/release/crypto Release
-Hit http://us.dl.sourceforge.net 10.3/current/main Packages
-Hit http://us.dl.sourceforge.net 10.3/current/main Release
-Hit http://us.dl.sourceforge.net 10.3/current/crypto Packages
-Hit http://us.dl.sourceforge.net 10.3/current/crypto Release
+...
 Failed to fetch
 file:/sw/fink/dists/local/main/binary-darwin-powerpc/Packages
 File not found
@@ -1021,6 +1014,38 @@
         </p>
       </answer>
     </faqentry>
+    <faqentry name="wrong-arch">
+      <question>
+        <p>Fink を更新できない。 <quote>package architecture 
(darwin-i386) がシステム (darwin-powerpc) に合っていない。</quote>
+</p>
+      </question>
+      <answer>
+        <p>このエラーは、PPC インストーラで Intel 
マシンにインストールした際に発生します。  
+        
現在のインストールを、例えば次のように削除してください:</p>
+        <codeblock>sudo rm -rf /sw</codeblock>
+        <p>Intel マシン用のインストーラを、<link 
url="http://fink.sourceforge.net/download/index.php";>ダウンロードページ</link>から入手してください。</p>
+      </answer>
+    </faqentry>
+    <faqentry name="sf-cvs-2006">
+             <question>
+               <p>cvs selfupdate がここのところできません。</p>
+             </question>
+             <answer>
+               <p>次のようなメッセージがある場合:</p>
+               <codeblock>
+cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):
+2401 failed: Operation timed out
+</codeblock>
+               <p>
+               これは最近あった sourceforge.net の CVS 
サーバ再構成によるものです。
+               現在、Fink のファイルは、 
<code>fink.cvs.sourceforge.net</code> にあります。
+               次のバイナリツールで <code>fink-mirrors 
package</code> を更新する必要があります:
+               </p>
+<codeblock>
+sudo apt-get update ; sudo apt-get install fink-mirrors
+</codeblock>  
+             </answer>
+             </faqentry>
 </chapter>
 <chapter filename="comp-general" >
     <!-- FAQs in comp-general are coded into VirtPackage.pm
@@ -1602,6 +1627,15 @@
 2) Reinstall BSD.pkg (from your main OS install)</p>
       </answer>
     </faqentry>
+    <faqentry name="all-others">
+      <question>
+        
<p>ここに載っていないパッケージで問題があります。</p>
+      </question>
+      <answer>
+        <p>パッケージの問題は変わりやすいので、Fink wiki 
に情報を載せることにいたしました。
+        <link 
url="http://wiki.finkproject.org/index.php/Fink:Package_issues";>Package issues 
page</link> をご確認ください。</p>
+      </answer>
+    </faqentry>
 </chapter>
 <chapter filename="usage-general" >
     <!-- FAQs in usage-general are coded into VirtPackage.pm

Index: faq.zh.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.zh.xml,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- faq.zh.xml  15 Jun 2006 01:58:52 -0000      1.23
+++ faq.zh.xml  4 Aug 2006 21:44:56 -0000       1.24
@@ -763,14 +763,7 @@
 Err file: stable/crypto Packages
   File not found
 Ign file: stable/crypto Release
-Hit http://us.dl.sourceforge.net 10.3/release/main Packages
-Hit http://us.dl.sourceforge.net 10.3/release/main Release
-Hit http://us.dl.sourceforge.net 10.3/release/crypto Packages
-Hit http://us.dl.sourceforge.net 10.3/release/crypto Release
-Hit http://us.dl.sourceforge.net 10.3/current/main Packages
-Hit http://us.dl.sourceforge.net 10.3/current/main Release
-Hit http://us.dl.sourceforge.net 10.3/current/crypto Packages
-Hit http://us.dl.sourceforge.net 10.3/current/crypto Release
+...
 Failed to fetch
 file:/sw/fink/dists/local/main/binary-darwin-powerpc/Packages
 File not found
@@ -932,6 +925,33 @@
         <p>If you're having trouble even when using an admin account, then 
it's likely a problem with the permissions on your top-level directory.  Use 
Apple's Disk Utility, select the hard drive in question, choose the <em>First 
Aid</em> tab, and press <em>Repair Disk Permissions</em>.</p>
       </answer>
     </faqentry>
+    <faqentry name="wrong-arch">
+      <question>
+        <p>I can't update Fink, because <quote>package architecture 
(darwin-i386) does not match system (darwin-powerpc).</quote>
+</p>
+      </question>
+      <answer>
+        <p>This error occurs if you use a PowerPC installer package on an 
Intel machine.  You'll need to flush your Fink installation, e.g.:</p>
+        <codeblock>sudo rm -rf /sw</codeblock>
+        <p>and then download the disk image for Intel machines from <link 
url="http://fink.sourceforge.net/download/index.php";>the downloads 
page</link>.</p>
+      </answer>
+    </faqentry>
+    <faqentry name="sf-cvs-2006">
+             <question>
+               <p>I haven't been able to do a cvs selfupdate.</p>
+             </question>
+             <answer>
+               <p>If you get errors that include lines like:</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 recent restructuring of the CVS servers 
at sourceforge.net.  Fink files are now at 
<code>fink.cvs.sourceforge.net</code>.  You'll need to update the 
<code>fink-mirrors package</code> via the binary tools:</p>
+<codeblock>
+sudo apt-get update ; sudo apt-get install fink-mirrors
+</codeblock>  
+             </answer>
+             </faqentry>
     <!-- end translation -->
   </chapter>
   <chapter filename="comp-general" >
@@ -1438,6 +1458,15 @@
 2) Reinstall BSD.pkg (from your main OS install)</p>
       </answer>
     </faqentry>
+    <faqentry name="all-others">
+      <question>
+        <p>I'm having issues with a package that isn't listed here.</p>
+      </question>
+      <answer>
+        <p>Since package problems tend to be transient, we've decided to put 
them
+      up on the Fink wiki.  Check the <link 
url="http://wiki.finkproject.org/index.php/Fink:Package_issues";>Package issues 
page</link>.</p>
+      </answer>
+    </faqentry>
     <!-- end translation -->
   </chapter>
   <chapter filename="usage-general" >


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to