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

Modified Files:
        faq.en.xml 
Log Message:
Fix typo in 9.13.
Add entry 6.21 about MasterFirst.


Index: faq.en.xml
===================================================================
RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- faq.en.xml  15 Jun 2004 00:27:55 -0000      1.26
+++ faq.en.xml  15 Jul 2004 01:19:13 -0000      1.27
@@ -717,6 +717,7 @@
         I run Fink commands?</p>
       </question>
       <answer>
+        <p>Obsolete</p>
         <p>If you see an error sequence like the following:</p>
         <codeblock>dyld: perl Undefined symbols: 
 _Perl_safefree
@@ -1275,6 +1276,15 @@
         <p>You need to make sure that you have the right variant of the xml-parser-pm 
package to match the Perl version for your system.  For example, if you're on Panther 
you should have <code>xml-parser-pm581</code> rather than 
<code>xml-parser-pm560</code> (you may also have the <code>xml-parser-pm</code> 
placeholder), since you have <code>Perl-5.8.1</code> rather than 
<code>Perl-5.6.0</code>.</p>
       </answer>
     </faqentry>
+    <faqentry name="master-problems">
+      <question>
+        <p>I'm trying to download a package, but Fink goes to some weird site with 
<quote>distfiles</quote> in its name, and the file isn't there.</p>
+      </question>
+      <answer>
+        <p>What's happened here is that Fink is trying to use one of it's so called 
<quote>Master</quote> mirrors.  These were set up to makes sure that sources for Fink 
packages are available even when the upstream site has moved them around.  Typically 
these errors occur when a new upstream version of a package is released, but hasn't 
made it to the Master mirrors yet.</p>
+        <p>To remedy this, run <code>fink configure</code> and set the search order 
to use Master mirrors last.</p>
+      </answer>
+    </faqentry>
   </chapter>
   <chapter filename="comp-packages">
     <title>Compile Problems - Specific Packages</title>
@@ -1421,6 +1431,18 @@
         <p>This most frequently happens on updates.  You need to make sure that you 
also have <code>xml-parser-pmXXX</code> installed, where 'XXX" corresponds to the 
correct version of Perl for your system, e.g. 560 for Jaguar's built in Perl, and  581 
for Panther's. </p>
       </answer>
     </faqentry>
+    <faqentry name="libiconv-gettext">
+      <question>
+        <p>I can't update <code>libiconv</code>.</p>
+      </question>
+      <answer>
+        <p>If you get errors of the form:</p>
+        <codeblock>libtool: link: cannot find the library 
`/sw/lib/libiconv.la'</codeblock>
+        <p>you can solve this problem by running</p>
+        <codeblock>fink remove gettext-dev
+fink install libiconv</codeblock>
+      </answer>
+    </faqentry>
   </chapter>
   <chapter filename="usage-general">
     <title>Package Usage Problems - General</title>
@@ -1549,7 +1571,7 @@
         <p>All are variants on XFree86 (they're all based on the XFree86
         code), but have some slight differences between them. There are
   different options under Panther and under Jaguar.</p>
- <p>Under Panther you have the choice between:</p>
+        <p>Under Panther you have the choice between:</p>
         <ul>
           <li><p>     Apple's X11 (on the third disk). Don't forget to install the
   X11 SDK
@@ -1965,7 +1987,7 @@
       <answer>
         <p>If the hints in the  <xref section="apples-x11-wants-xfree86">Fink tries 
to install XFree86</xref> or <xref section="wants-xfree86-on-upgrade">X11 and upgrade 
from 10.2</xref> entries don't help, or aren't applicable to your situtation, you may 
need to flush out your X11 installation and remove any old placeholders and 
partially/fully installed X11-related packages:</p>
         <codeblock>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
-xfree86 xfree86-shilbs \
+xfree86 xfree86-shlibs \
 xfree86-base xfree86-base-shlibs xfree86-rootless xfree86-rootless-shlibs \
 xfree86-base-threaded xfree86-base-threaded-shlibs \
 xfree86-rootless-threaded xfree86-rootless-threaded-shlibs



-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to