TRANSLATE Fwd: web/xml/faq faq.en.xml,1.28,1.29

"Alexander K. Hansen" <[email protected]>
Newsgroups gmane.os.apple.fink.i18n
Message-ID <[email protected]>

Begin forwarded message:

> From: Alexander Hansen <[email protected]>
> Date: August 10, 2004 11:40:29 AM EDT
> To: [email protected]
> Subject: web/xml/faq faq.en.xml,1.28,1.29
> Reply-To: [email protected]
>
> Update of /cvsroot/fink/web/xml/faq
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32582
>
> Modified Files:
> 	faq.en.xml
> Log Message:
> Put more relevant things to check first.
>
>
> Index: faq.en.xml
> ===================================================================
> RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v
> retrieving revision 1.28
> retrieving revision 1.29
> diff -u -d -r1.28 -r1.29
> --- faq.en.xml	15 Jul 2004 14:16:04 -0000	1.28
> +++ faq.en.xml	10 Aug 2004 15:40:26 -0000	1.29
> @@ -1937,23 +1937,16 @@
>          <p>There are two possibilities to consider.</p>
>          <ul>
>            <li>
> -            <em>You are installing from binaries:</em>   <p>If you 
> are running a
> -          version of the <code>fink</code> package that is earlier 
> than 0.17.0, then
> +            <em>You are installing from binaries:</em>   <p>If you 
> have a current version of <code>fink</code> (&gt;=0.18.3-1), typically 
> what you need to do is reinstall the X11User package, since the 
> installer application occasionally misses installing a file.  You may 
> need to do this multiple times.</p>Running
> +<codeblock>fink list -i system-xfree86</codeblock>should show that 
> the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> 
> packages are installed.<p>If reinstalling the X11User package doesn't 
> work, then consult the <xref section="special-x11-debug">special 
> debug</xref> instructions, below.</p><p>If you are running an earlier 
> version of the <code>fink</code> package, then
>            updating <code>fink</code> may solve your problem 
> immediately, e.g.
> -          via</p><codeblock>sudo apt-get update
> -sudo apt-get install fink</codeblock><p>If this fails, or if you have 
> a later version of Fink, then typically what you need to do is 
> reinstall the X11User package, since the installer application 
> occasionally misses installing a file.</p>Running
> -<codeblock>fink list -i system-xfree86</codeblock>should show that 
> the <code>system-xfree86</code> and <code>system-xfree86-shlibs</code> 
> packages are installed.<p>If reinstalling the X11User package doesn't 
> work, then consult the <xref section="special-x11-debug">special 
> debug</xref> instructions, below.</p>
> -          </li>
> +          via</p>          <codeblock>sudo apt-get update
> +sudo apt-get install fink</codeblock></li>
>            <li>
> -            <em>You are installing from source: </em><p>If you are 
> running a version of <filename>fink</filename> prior to 0.17 then you 
> should update
> -          <code>fink</code>, e.g. via a </p><codeblock>fink 
> selfupdate</codeblock>(assuming that you have either CVS or rsync 
> updating turned on and aren't just using point releases).
> -<p>Once you have a current version of <code>fink</code>, running 
> </p><codeblock>fink list -i system-xfree86</codeblock>should show the 
> <code>system-xfree86</code>, <code>system-xfree86-shlibs</code>, and 
> <code>system-xfree86-dev</code> packages as installed.  If either of 
> the first two are missing, then you need to reinstall the X11User 
> package.  If the <code>-dev</code> package is missing, then you need 
> to (re)install the X11SDK, which
> -          is on the Xcode CD, and is <em>not</em> installed by 
> default. Even
> -          if you install XCode, the X11SDK is <em>not</em> installed 
> by
> -          default. It has to be installed either with a custom Xcode 
> install,
> -          or by clicking on the <code>X11SDK</code> pkg in the
> -          <code>Packages</code> folder of the XCode CD.
> -<p><em>Note for Jaguar (X11 beta 3) users</em>:  As you aren't using 
> XCode, you need to have already downloaded a copy of the proper X11SDK 
> package on your system.  Since X11 beta 3 is expired, its X11SDK 
> package (as well as the X11User package) is no longer available for 
> download.  You'll either have to restrict yourself to installing X11 
> applications via the binary distribution, install XFree86, or update 
> to Panther.</p><p>If you're still having problems, then consult the 
> <xref section="special-x11-debug">special debug</xref> instructions, 
> below.</p></li>
> +            <em>You are installing from source: </em>If you have a 
> current version of <code>fink</code>, then 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 on the Xcode CD, and 
> is <em>not</em> installed by default. Even if you install XCode, the 
> X11SDK is <em>not</em> installed by default. It has to be installed 
> either with a custom Xcode install, or by clicking on the X11SDK pkg 
> in the <filename>Packages</filename> folder of the XCode CD.
> +<p>If you are still having problems, run </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).</p>
> +<p><em>Note for Jaguar (X11 beta 3) users</em>:  As you aren't using 
> XCode, you need to have already downloaded a copy of the proper X11SDK 
> package on your system.  Since X11 beta 3 is expired, its X11SDK 
> package (as well as the X11User package) is no longer available for 
> download.  You'll either have to restrict yourself to installing X11 
> applications via the binary distribution, install XFree86, or update 
> to Panther.</p><p>If you are running a version of 
> <filename>fink</filename> prior to 0.17 then you should update
> +          <code>fink</code>, e.g. via a </p><codeblock>fink 
> selfupdate</codeblock>(assuming that you have either CVS or rsync 
> updating turned on and aren't just using point releases).<p>If you're 
> still having problems, then consult the <xref 
> section="special-x11-debug">special debug</xref> instructions, 
> below.</p></li>
>          </ul>
>        </answer>
>      </faqentry>
>
>
>
> -------------------------------------------------------
> SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
> 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
> Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
> http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
> _______________________________________________
> Fink-commits mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/fink-commits
>
--
Alexander K. Hansen
Fink Documentarian
Day Job:  Levitated Dipole Experiment
http://www.psfc.mit.edu/LDX



-------------------------------------------------------
SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media
100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33
Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift.
http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.