Update of /cvsroot/fink/web/faq
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv7027/web/faq
Modified Files:
comp-general.en.php comp-packages.en.php faq.en.html
general.en.php index.en.php mirrors.en.php relations.en.php
upgrade-fink.en.php usage-fink.en.php usage-general.en.php
usage-packages.en.php
Log Message:
Remove old entry about SF.net -> finkmirrors.net bindist transition
Index: usage-general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- usage-general.en.php 19 Jan 2009 22:31:44 -0000 1.86
+++ usage-general.en.php 8 Mar 2009 16:01:25 -0000 1.87
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Usage (1)";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="usage-packages.php?phpLang=en" title="Package
Usage Problems - Specific Packages"><link rel="prev"
href="comp-packages.php?phpLang=en" title="Compile Problems - Specific
Packages">';
Index: usage-fink.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-fink.en.php,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -d -r1.88 -r1.89
--- usage-fink.en.php 19 Jan 2009 22:31:44 -0000 1.88
+++ usage-fink.en.php 8 Mar 2009 16:01:25 -0000 1.89
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Fink Usage";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="comp-general.php?phpLang=en" title="Compile
Problems - General"><link rel="prev" href="upgrade-fink.php?phpLang=en"
title="Upgrading Fink (version-specific troubleshooting)">';
@@ -439,32 +439,8 @@
<div class="question"><p><b><? echo FINK_Q ; ?>5.29: I can't update
Fink, because it can't move /sw/fink out of the way.</b></p></div>
<div class="answer"><p><b><? echo FINK_A ; ?>:</b> This
error:</p><pre>Failed: Can't move "/sw/fink" out of the way.</pre><p>is usually
due, in spite of what it says, to permissions errors in one of the temporary
directories that get created during a <code>selfupdate</code>. Remove
these:</p><pre>sudo rm -rf /sw/fink.tmp /sw/fink.old</pre></div>
</a>
- <a name="four-oh-three">
- <div class="question"><p><b><? echo FINK_Q ; ?>5.30: I keep getting 403
errors when I use <code>apt-get</code> or <code>dselect</code> or the Fink
Commander Binary menu.</b></p></div>
- <div class="answer"><p><b><? echo FINK_A ; ?>:</b> There have been
problems with the Sourceforge download servers, and therefore we are moving the
binary distribution repository for this very reason.</p><ul>
- <li>If you have the Developer Tools installed then install the
latest version of the <code>fink-mirrors</code> package (>= 0.24.4.1), and
then reinstall <code>fink</code>, either via:
-<pre>fink reinstall fink</pre>
-<p>or</p>
-<pre>sudo apt-get install --reinstall fink</pre>
-<p>(if for whatever reason you don't want to use the source distribution).</p>
-</li>
- <li>If you don't have the Developer Tools installed, then you'll
have to set things up manually. Edit your <code>sources.list</code> file as
root, e.g..via
-<pre>sudo pico /sw/etc/apt/sources.list</pre>
-<p>(use your favorite Unix-line-ending-compatible text editor). Change the
lines that start with "Official binary distribution:" thusly:</p>
-<pre># Official binary distribution: download location for packages
-# from the latest release
-deb http://bindist.finkmirrors.net/bindist 10.3/release main crypto
-
-# Official binary distribution: download location for updated
-# packages built between releases
-deb http://bindist.finkmirrors.net/bindist 10.3/current main crypto</pre>
-<p>The above of course assumes you're on 10.3. If you're on a different OS
replace <code>10.3</code> with what your current distribution is.</p>
-<p>Then save your work and quit the editor. Now update your binary package
list again.</p>
-</li>
- </ul></div>
- </a>
- <a name="fc-cache">
- <div class="question"><p><b><? echo FINK_Q ; ?>5.31: I get a message
that says "No fonts found".</b></p></div>
+ <a name="fc-cache">
+ <div class="question"><p><b><? echo FINK_Q ; ?>5.30: I get a message
that says "No fonts found".</b></p></div>
<div class="answer"><p><b><? echo FINK_A ; ?>:</b> If you see the
following (so far only seen on OS 10.4):</p><pre>No fonts found; this probably
means that the fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
@@ -472,18 +448,18 @@
page and on http://fontconfig.org.</pre><p>then you can fix it by
running</p><pre>sudo fc-cache</pre></div>
</a>
<a name="non-admin-installer">
- <div class="question"><p><b><? echo FINK_Q ; ?>5.32: I can't install
Fink via the Installer package, because I get "volume doesn't support symlinks"
errors.</b></p></div>
+ <div class="question"><p><b><? echo FINK_Q ; ?>5.31: I can't install
Fink via the Installer package, because I get "volume doesn't support symlinks"
errors.</b></p></div>
<div class="answer"><p><b><? echo FINK_A ; ?>:</b> This message commonly
means that you've tried to run the Fink installer as user who doesn't have
administrative privileges. Make sure to log in at the login screen as such a
user or switch to such a user in the Finder (i.e. fast user switching) before
starting the Fink installer.</p><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 (from the Utilities sub-folder
in your Applications folder), select the hard drive in question, choose the
<b>First Aid</b> tab, and press <b>Repair Disk Permissions</b>. If that
doesn't work, then you may need to set your permissions manually via:</p><pre>
sudo chmod 1775 /
</pre></div>
</a>
<a name="wrong-arch">
- <div class="question"><p><b><? echo FINK_Q ; ?>5.33: I can't update
Fink, because <q>package architecture (darwin-i386) does not match system
(darwin-powerpc).</q>
+ <div class="question"><p><b><? echo FINK_Q ; ?>5.32: I can't update
Fink, because <q>package architecture (darwin-i386) does not match system
(darwin-powerpc).</q>
</b></p></div>
<div class="answer"><p><b><? echo FINK_A ; ?>:</b> 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><pre>sudo rm -rf /sw</pre><p>and then download
the disk image for Intel machines from <a
href="http://www.finkproject.org/download/index.php">the downloads
page</a>.</p></div>
</a>
<a name="sf-cvs-2006">
- <div class="question"><p><b><? echo FINK_Q ; ?>5.34: I haven't
been able to do a cvs selfupdate.</b></p></div>
+ <div class="question"><p><b><? echo FINK_Q ; ?>5.33: I haven't
been able to do a cvs selfupdate.</b></p></div>
<div class="answer"><p><b><? echo FINK_A ; ?>:</b> If you get
errors that include lines like:</p><pre>
cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):
2401 failed: Operation timed out
Index: mirrors.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/mirrors.en.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- mirrors.en.php 19 Jan 2009 22:31:44 -0000 1.85
+++ mirrors.en.php 8 Mar 2009 16:01:25 -0000 1.86
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Mirrors";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="upgrade-fink.php?phpLang=en" title="Upgrading
Fink (version-specific troubleshooting)"><link rel="prev"
href="relations.php?phpLang=en" title="Relations with Other Projects">';
Index: upgrade-fink.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/upgrade-fink.en.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- upgrade-fink.en.php 19 Jan 2009 22:31:44 -0000 1.85
+++ upgrade-fink.en.php 8 Mar 2009 16:01:25 -0000 1.86
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Upgrading Fink";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="usage-fink.php?phpLang=en" title="Installing,
Using and Maintaining Fink"><link rel="prev" href="mirrors.php?phpLang=en"
title="Fink mirrors">';
Index: index.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.en.php,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- index.en.php 19 Jan 2009 22:31:44 -0000 1.91
+++ index.en.php 8 Mar 2009 16:01:25 -0000 1.92
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q.";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="general.php?phpLang=en" title="General
Questions">';
@@ -35,8 +35,8 @@
the change.</a></li><li><a
href="usage-fink.php?phpLang=en#seg-fault">5.25 I get errors with
<code>gzip</code> | <code>dpkg-deb</code>I
applications from the<code> fileutils </code>package!
Help!</a></li><li><a
href="usage-fink.php?phpLang=en#pathsetup-keeps-running">5.26 When I open a
Terminal window, I get a message that "Your
environment seems to be correctly set up for Fink already.", and it
- logs out.</a></li><li><a
href="usage-fink.php?phpLang=en#ext-drive">5.27 I have Fink installed away from
the main partition and I can't update the fink package from source. There are
errors involving <q>chowname</q>.</a></li><li><a
href="usage-fink.php?phpLang=en#mirror-gnu">5.28 Fink won't update my packages
because it says it can't find the 'gnu' mirror.</a></li><li><a
href="usage-fink.php?phpLang=en#cant-move-fink">5.29 I can't update Fink,
because it can't move /sw/fink out of the way.</a></li><li><a
href="usage-fink.php?phpLang=en#four-oh-three">5.30 I keep getting 403 errors
when I use <code>apt-get</code> or <code>dselect</code> or the Fink Commander
Binary menu.</a></li><li><a href="usage-fink.php?phpLang=en#fc-cache">5.31 I
get a message that says "No fonts found".</a></li><li><a
href="usage-fink.php?phpLang=en#non-admin-installer">5.32 I can't install Fink
via the Installer package, because I get "volume doesn't support symlinks"
errors.</a></li><li><a href="usage-fink.php?phpLang=en#wrong-arch">5.33 I can't
update Fink, because <q>package architecture (darwin-i386) does not match
system (darwin-powerpc).</q>
-</a></li><li><a href="usage-fink.php?phpLang=en#sf-cvs-2006">5.34 I haven't
been able to do a cvs selfupdate.</a></li></ul></li><li><a
href="comp-general.php?phpLang=en"><b>6 Compile Problems -
General</b></a><ul><li><a href="comp-general.php?phpLang=en#compiler">6.1 A
configure script complains that it can't find an "acceptable cc".
+ logs out.</a></li><li><a
href="usage-fink.php?phpLang=en#ext-drive">5.27 I have Fink installed away from
the main partition and I can't update the fink package from source. There are
errors involving <q>chowname</q>.</a></li><li><a
href="usage-fink.php?phpLang=en#mirror-gnu">5.28 Fink won't update my packages
because it says it can't find the 'gnu' mirror.</a></li><li><a
href="usage-fink.php?phpLang=en#cant-move-fink">5.29 I can't update Fink,
because it can't move /sw/fink out of the way.</a></li><li><a
href="usage-fink.php?phpLang=en#fc-cache">5.30 I get a message that says "No
fonts found".</a></li><li><a
href="usage-fink.php?phpLang=en#non-admin-installer">5.31 I can't install Fink
via the Installer package, because I get "volume doesn't support symlinks"
errors.</a></li><li><a href="usage-fink.php?phpLang=en#wrong-arch">5.32 I can't
update Fink, because <q>package architecture (darwin-i386) does not match
system (darwin-powerpc).</q>
+</a></li><li><a href="usage-fink.php?phpLang=en#sf-cvs-2006">5.33 I haven't
been able to do a cvs selfupdate.</a></li></ul></li><li><a
href="comp-general.php?phpLang=en"><b>6 Compile Problems -
General</b></a><ul><li><a href="comp-general.php?phpLang=en#compiler">6.1 A
configure script complains that it can't find an "acceptable cc".
What's that?</a></li><li><a href="comp-general.php?phpLang=en#cvs">6.2
When I try a "fink selfupdate-cvs" I get this message: "cvs:
Command not found."</a></li><li><a
href="comp-general.php?phpLang=en#missing-make">6.3 I'm getting an error
message involving <code>make</code>
</a></li><li><a href="comp-general.php?phpLang=en#head">6.4 I'm
getting a strange usage message from the head command. What's
@@ -77,7 +77,7 @@
<code>gnome-session</code> won't open a window manager.</a></li><li><a
href="usage-packages.php?phpLang=en#apple-x11-no-windowbar">9.10 I upgraded to
Apple's X11 in Panther and now my window title bars
are missing.</a></li><li><a
href="usage-packages.php?phpLang=en#apple-x11-wants-xfree86">9.11 I installed
Apple's X11 but Fink keeps asking to install
XFree86 or X.org.</a></li><li><a
href="usage-packages.php?phpLang=en#wants-xfree86-on-upgrade">9.12 I switched
from the 10.2 Fink version to 10.2-gcc3.3 or 10.3, I have Apple's X11, and Fink
asks me to install XFree86 or X.org.</a></li><li><a
href="usage-packages.php?phpLang=en#special-x11-debug">9.13 I'm still having
problems with X11 and Fink.</a></li><li><a
href="usage-packages.php?phpLang=en#tiger-gtk">9.14 After updating to Tiger (OS
10.4), whenever I use a GTK app, I get errors involving
<code>_EVP_idea_cbc</code>.</a></li><li><a
href="usage-packages.php?phpLang=en#yelp">9.15 I can't get the help to work for
any GNOME application.</a></li></ul></li></ul>
-<!--Generated from $Fink: faq.en.xml,v 1.92 2009/01/19 22:29:15 alexkhansen
Exp $-->
+<!--Generated from $Fink: faq.en.xml,v 1.93 2009/03/08 15:59:57 alexkhansen
Exp $-->
<? include_once "../footer.inc"; ?>
Index: relations.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.en.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- relations.en.php 19 Jan 2009 22:31:44 -0000 1.85
+++ relations.en.php 8 Mar 2009 16:01:25 -0000 1.86
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Relations";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="mirrors.php?phpLang=en" title="Fink
mirrors"><link rel="prev" href="general.php?phpLang=en" title="General
Questions">';
Index: comp-packages.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-packages.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- comp-packages.en.php 19 Jan 2009 22:31:44 -0000 1.86
+++ comp-packages.en.php 8 Mar 2009 16:01:24 -0000 1.87
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Compiling (2)";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="usage-general.php?phpLang=en" title="Package
Usage Problems - General"><link rel="prev" href="comp-general.php?phpLang=en"
title="Compile Problems - General">';
Index: comp-general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-general.en.php,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- comp-general.en.php 19 Jan 2009 22:31:44 -0000 1.87
+++ comp-general.en.php 8 Mar 2009 16:01:24 -0000 1.88
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Compiling (1)";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="comp-packages.php?phpLang=en" title="Compile
Problems - Specific Packages"><link rel="prev" href="usage-fink.php?phpLang=en"
title="Installing, Using and Maintaining Fink">';
Index: faq.en.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.en.html,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -d -r1.96 -r1.97
--- faq.en.html 19 Jan 2009 22:31:44 -0000 1.96
+++ faq.en.html 8 Mar 2009 16:01:24 -0000 1.97
@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!--
-Generated from $Fink: faq.en.xml,v 1.92 2009/01/19 22:29:15 alexkhansen Exp $
+Generated from $Fink: faq.en.xml,v 1.93 2009/03/08 15:59:57 alexkhansen Exp $
-->
<title>Fink Documentation - The Fink F.A.Q.</title></head><body>
<table width="100%" cellspacing="0">
@@ -44,8 +44,8 @@
the change.</a></li><li><a href="#usage-fink.seg-fault">5.25 I get
errors with <tt style="white-space: nowrap;">gzip</tt> | <tt
style="white-space: nowrap;">dpkg-deb</tt>I
applications from the<tt style="white-space: nowrap;"> fileutils
</tt>package! Help!</a></li><li><a
href="#usage-fink.pathsetup-keeps-running">5.26 When I open a Terminal window,
I get a message that "Your
environment seems to be correctly set up for Fink already.", and it
- logs out.</a></li><li><a href="#usage-fink.ext-drive">5.27 I have Fink
installed away from the main partition and I can't update the fink package from
source. There are errors involving <q>chowname</q>.</a></li><li><a
href="#usage-fink.mirror-gnu">5.28 Fink won't update my packages because it
says it can't find the 'gnu' mirror.</a></li><li><a
href="#usage-fink.cant-move-fink">5.29 I can't update Fink, because it can't
move /sw/fink out of the way.</a></li><li><a
href="#usage-fink.four-oh-three">5.30 I keep getting 403 errors when I use <tt
style="white-space: nowrap;">apt-get</tt> or <tt style="white-space:
nowrap;">dselect</tt> or the Fink Commander Binary menu.</a></li><li><a
href="#usage-fink.fc-cache">5.31 I get a message that says "No fonts
found".</a></li><li><a href="#usage-fink.non-admin-installer">5.32 I can't
install Fink via the Installer package, because I get "volume doesn't support
symlinks" errors.</a></li><li><a href="#usage-fink.wrong-arch">5.33 I can't
update Fink, because <q>package architecture (darwin-i386) does not match
system (darwin-powerpc).</q>
-</a></li><li><a href="#usage-fink.sf-cvs-2006">5.34 I haven't been able to do
a cvs selfupdate.</a></li></ul></li><li><a href="#comp-general"><b>6 Compile
Problems - General</b></a><ul><li><a href="#comp-general.compiler">6.1 A
configure script complains that it can't find an "acceptable cc".
+ logs out.</a></li><li><a href="#usage-fink.ext-drive">5.27 I have Fink
installed away from the main partition and I can't update the fink package from
source. There are errors involving <q>chowname</q>.</a></li><li><a
href="#usage-fink.mirror-gnu">5.28 Fink won't update my packages because it
says it can't find the 'gnu' mirror.</a></li><li><a
href="#usage-fink.cant-move-fink">5.29 I can't update Fink, because it can't
move /sw/fink out of the way.</a></li><li><a href="#usage-fink.fc-cache">5.30 I
get a message that says "No fonts found".</a></li><li><a
href="#usage-fink.non-admin-installer">5.31 I can't install Fink via the
Installer package, because I get "volume doesn't support symlinks"
errors.</a></li><li><a href="#usage-fink.wrong-arch">5.32 I can't update Fink,
because <q>package architecture (darwin-i386) does not match system
(darwin-powerpc).</q>
+</a></li><li><a href="#usage-fink.sf-cvs-2006">5.33 I haven't been able to do
a cvs selfupdate.</a></li></ul></li><li><a href="#comp-general"><b>6 Compile
Problems - General</b></a><ul><li><a href="#comp-general.compiler">6.1 A
configure script complains that it can't find an "acceptable cc".
What's that?</a></li><li><a href="#comp-general.cvs">6.2 When I try a
"fink selfupdate-cvs" I get this message: "cvs:
Command not found."</a></li><li><a
href="#comp-general.missing-make">6.3 I'm getting an error message involving
<tt style="white-space: nowrap;">make</tt>
</a></li><li><a href="#comp-general.head">6.4 I'm getting a strange
usage message from the head command. What's
@@ -639,32 +639,8 @@
<div class="question"><p><b>Q5.29: I can't update Fink, because it can't
move /sw/fink out of the way.</b></p></div>
<div class="answer"><p><b>A:</b> This error:</p><pre>Failed: Can't move
"/sw/fink" out of the way.</pre><p>is usually due, in spite of what it says, to
permissions errors in one of the temporary directories that get created during
a <tt style="white-space: nowrap;">selfupdate</tt>. Remove these:</p><pre>sudo
rm -rf /sw/fink.tmp /sw/fink.old</pre></div>
</a>
- <a name="usage-fink.four-oh-three">
- <div class="question"><p><b>Q5.30: I keep getting 403 errors when I use
<tt style="white-space: nowrap;">apt-get</tt> or <tt style="white-space:
nowrap;">dselect</tt> or the Fink Commander Binary menu.</b></p></div>
- <div class="answer"><p><b>A:</b> There have been problems with the
Sourceforge download servers, and therefore we are moving the binary
distribution repository for this very reason.</p><ul>
- <li>If you have the Developer Tools installed then install the
latest version of the <tt style="white-space: nowrap;">fink-mirrors</tt>
package (>= 0.24.4.1), and then reinstall <tt style="white-space:
nowrap;">fink</tt>, either via:
-<pre>fink reinstall fink</pre>
-<p>or</p>
-<pre>sudo apt-get install --reinstall fink</pre>
-<p>(if for whatever reason you don't want to use the source distribution).</p>
-</li>
- <li>If you don't have the Developer Tools installed, then you'll
have to set things up manually. Edit your <tt style="white-space:
nowrap;">sources.list</tt> file as root, e.g..via
-<pre>sudo pico /sw/etc/apt/sources.list</pre>
-<p>(use your favorite Unix-line-ending-compatible text editor). Change the
lines that start with "Official binary distribution:" thusly:</p>
-<pre># Official binary distribution: download location for packages
-# from the latest release
-deb http://bindist.finkmirrors.net/bindist 10.3/release main crypto
-
-# Official binary distribution: download location for updated
-# packages built between releases
-deb http://bindist.finkmirrors.net/bindist 10.3/current main crypto</pre>
-<p>The above of course assumes you're on 10.3. If you're on a different OS
replace <tt style="white-space: nowrap;">10.3</tt> with what your current
distribution is.</p>
-<p>Then save your work and quit the editor. Now update your binary package
list again.</p>
-</li>
- </ul></div>
- </a>
- <a name="usage-fink.fc-cache">
- <div class="question"><p><b>Q5.31: I get a message that says "No fonts
found".</b></p></div>
+ <a name="usage-fink.fc-cache">
+ <div class="question"><p><b>Q5.30: I get a message that says "No fonts
found".</b></p></div>
<div class="answer"><p><b>A:</b> If you see the following (so far only
seen on OS 10.4):</p><pre>No fonts found; this probably means that the
fontconfig
library is not correctly configured. You may need to
edit the fonts.conf configuration file. More information
@@ -672,18 +648,18 @@
page and on http://fontconfig.org.</pre><p>then you can fix it by
running</p><pre>sudo fc-cache</pre></div>
</a>
<a name="usage-fink.non-admin-installer">
- <div class="question"><p><b>Q5.32: I can't install Fink via the
Installer package, because I get "volume doesn't support symlinks"
errors.</b></p></div>
+ <div class="question"><p><b>Q5.31: I can't install Fink via the
Installer package, because I get "volume doesn't support symlinks"
errors.</b></p></div>
<div class="answer"><p><b>A:</b> This message commonly means that you've
tried to run the Fink installer as user who doesn't have administrative
privileges. Make sure to log in at the login screen as such a user or switch
to such a user in the Finder (i.e. fast user switching) before starting the
Fink installer.</p><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 (from the Utilities sub-folder in your
Applications folder), select the hard drive in question, choose the <b>First
Aid</b> tab, and press <b>Repair Disk Permissions</b>. If that doesn't work,
then you may need to set your permissions manually via:</p><pre>
sudo chmod 1775 /
</pre></div>
</a>
<a name="usage-fink.wrong-arch">
- <div class="question"><p><b>Q5.33: I can't update Fink, because
<q>package architecture (darwin-i386) does not match system
(darwin-powerpc).</q>
+ <div class="question"><p><b>Q5.32: I can't update Fink, because
<q>package architecture (darwin-i386) does not match system
(darwin-powerpc).</q>
</b></p></div>
<div class="answer"><p><b>A:</b> 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><pre>sudo rm -rf /sw</pre><p>and then download the disk
image for Intel machines from <a
href="http://www.finkproject.org/download/index.php">the downloads
page</a>.</p></div>
</a>
<a name="usage-fink.sf-cvs-2006">
- <div class="question"><p><b>Q5.34: I haven't been able to do a
cvs selfupdate.</b></p></div>
+ <div class="question"><p><b>Q5.33: I haven't been able to do a
cvs selfupdate.</b></p></div>
<div class="answer"><p><b>A:</b> If you get errors that include
lines like:</p><pre>
cvs [update aborted]: connect to cvs.sourceforge.net(66.35.250.207):
2401 failed: Operation timed out
@@ -1502,9 +1478,9 @@
<div class="answer"><p><b>A:</b> You need to install the <tt
style="white-space: nowrap;">yelp</tt> package. This package was not placed
within the GNOME bundle because it uses cryptography, and it was decided not to
place all of GNOME in the crypto tree just to use the help system.</p></div>
</a>
<hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
-Copyright (c) 2001-2008 The Fink Project.
+Copyright (c) 2001-2009 The Fink Project.
You may distribute this document in print for private purposes,
provided the document and this copyright notice remain complete and
unmodified. Any commercial reproduction and any online publication
requires the explicit consent of the author.</p><hr>
-<p>Generated from <i>$Fink: faq.en.xml,v 1.92 2009/01/19 22:29:15 alexkhansen
Exp $</i></p></body></html>
+<p>Generated from <i>$Fink: faq.en.xml,v 1.93 2009/03/08 15:59:57 alexkhansen
Exp $</i></p></body></html>
Index: usage-packages.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-packages.en.php,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -d -r1.86 -r1.87
--- usage-packages.en.php 19 Jan 2009 22:31:44 -0000 1.86
+++ usage-packages.en.php 8 Mar 2009 16:01:25 -0000 1.87
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - Usage (2)";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="prev" href="usage-general.php?phpLang=en" title="Package
Usage Problems - General">';
Index: general.en.php
===================================================================
RCS file: /cvsroot/fink/web/faq/general.en.php,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- general.en.php 19 Jan 2009 22:31:44 -0000 1.85
+++ general.en.php 8 Mar 2009 16:01:25 -0000 1.86
@@ -1,7 +1,7 @@
<?
$title = "F.A.Q. - General";
$cvs_author = 'Author: alexkhansen';
-$cvs_date = 'Date: 2009/01/19 22:29:15';
+$cvs_date = 'Date: 2009/03/08 15:59:57';
$metatags = '<link rel="contents" href="index.php?phpLang=en" title="F.A.Q.
Contents"><link rel="next" href="relations.php?phpLang=en" title="Relations
with Other Projects"><link rel="prev" href="index.php?phpLang=en" title="F.A.Q.
Contents">';
------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs