Update of /cvsroot/fink/web/faq
In directory sc8-pr-cvs1:/tmp/cvs-serv26350/xml/web/faq

Modified Files:
        comp-general.php comp-packages.php faq.html general.php 
        index.php relations.php upgrade-fink.php usage-fink.php 
        usage-general.php usage-packages.php 
Log Message:
FAQ:

generalized 6.1

modified 6.2--added xfree86 package reference--expunged instructions to
remove /usr/lib/Xplugin.1.dylib

removed entry on failed install of system-xfree86 with Apple X11
(former 6.4)--obsolete

removed entry on system-xfree86 conflict with X11 (formerly 
6.5)--obsolete

Running X11:

Added material on how to remove a non-Fink X11 installation.

Removed reference to xfree86-base + rootless binary server as an option.



Index: comp-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-general.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- comp-general.php    28 Nov 2003 12:57:45 -0000      1.130
+++ comp-general.php    2 Dec 2003 02:39:47 -0000       1.131
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (1)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-packages.php" title="Compile Problems - Specific Packages"><link 
rel="prev" href="usage-fink.php" title="Installing, Using and Maintaining Fink">';
 

Index: comp-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/comp-packages.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- comp-packages.php   28 Nov 2003 12:57:45 -0000      1.130
+++ comp-packages.php   2 Dec 2003 02:39:47 -0000       1.131
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Compiling (2)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-general.php" title="Package Usage Problems - General"><link 
rel="prev" href="comp-general.php" title="Compile Problems - General">';
 
@@ -12,22 +12,18 @@
 
 
 <a name="libgtop">
-<div class="question"><p><b>Q6.1: libgtop fails to build with errors involving 
sed.</b></p></div>
-<div class="answer"><p><b>A:</b> This can happen if your login script (e.g. 
<code>~/.cshrc</code>) does something that writes to the terminal, e.g "<code>echo 
Hello</code>" or <code>xttitle</code>. To get rid of the problem, the easy solution is 
to comment out the offending lines.</p><p>If you want to keep the echo, then you can 
do something like the following:</p><pre>
-if ( $?prompt) then
+<div class="question"><p><b>Q6.1: A package fails to build with errors involving 
<code>sed</code>.</b></p></div>
+<div class="answer"><p><b>A:</b> This can happen if your login script (e.g. 
<code>~/.cshrc</code>) does something that writes to the terminal, e.g "<code>echo 
Hello</code>" or <code>xttitle</code>. To get rid of the problem, the easy solution is 
to comment out the offending lines.</p><p>If you want to keep the echo, then you can 
do something like the following:</p><pre>if ( $?prompt) then
 echo Hello
-endif
-</pre></div>
+endif</pre></div>
 </a>
 <a name="cant-install-xfree">
-<div class="question"><p><b>Q6.2: I want to switch to Fink's xfree86 packages, but I 
can't install xfree86-base, because it conflicts with system-xfree86.</b></p></div>
-<div class="answer"><p><b>A:</b> Currently, xfree86 does not work with 
Panther.</p><p>XFree86, unfortunately, really needs to be installed in /usr/X11R6. 
Because of this the Fink <code>xfree86-base</code> and <code>xfree86-rootless</code> 
packages install there, too. However, since Fink won't remove any files that aren't in 
its database, it won't automatically replace a non-Fink installation of XFree86.</p><p>
-<b>Here's how to proceed:</b>
-</p><p>1. Remove <code>system-xfree86</code>. If you don't have any packages that 
depend on X11, this is straightforward. Frequently, however, many packages that depend 
on X11 are installed. Rather than uninstalling all of them, you can use</p><p>
+<div class="question"><p><b>Q6.2: I want to switch to Fink's XFree86 packages, but I 
can't install <code>xfree86-base</code> | <code>xfree86</code>, because it conflicts 
with <code>system-xfree86</code>.</b></p></div>
+<div class="answer"><p><b>A:</b> All flavors of X11, unfortunately, really needs to 
be installed in /usr/X11R6. Because of this the Fink <code>xfree86-base</code> and 
<code>xfree86-rootless</code> packages install there, too. However, since Fink won't 
remove any files that aren't in its database, it won't automatically replace a 
non-Fink installation of X11.</p><p></p><p>Here's how to 
proceed:</p><p></p><p><b>Note:  10.2.x users with up-to-date versions of Fink (&gt;= 
0.16.2) and 10.3.x users should skip step 1 below (it won't work anyway).</b></p><p>1. 
Remove <code>system-xfree86</code>. If you don't have any packages that depend on X11, 
this is straightforward. Frequently, however, many packages that depend on X11 are 
installed. Rather than uninstalling all of them, you can use</p><p>
 <code>sudo dpkg --remove --force-depends system-xfree86</code>
 </p><p>to remove it, leaving everything in place. If you don't have 
<code>system-xfree86</code> installed then proceed to step 3.</p><p>2. Manually remove 
all of XFree86. This can be done with</p><p>
-<code>sudo rm -rf /Applications/XDarwin.app /usr/X11R6 /etc/X11 
/usr/lib/libXplugin.1.dylib</code>
-</p><p>(the last file will only be present if you had Apple's X11 
installed).</p><p>3. To get XFree86-4.2.1, Install Fink's <code>xfree86-base</code> 
and <code>xfree86-rootless</code> packages by the usual means: "<code>fink 
install</code>" for source users, "<code>apt-get install</code>" or 
<code>dselect</code> for binaries.</p><p> -or-</p><p>3a. To get XFree86-4.3.0, install 
Fink's <code>xfree86</code> package, with "fink install xfree86"--this version isn't 
in the binary distro yet, and is currently only in the unstable tree [FAQ 
3.9].</p></div>
+<code>sudo rm -rf /Applications/XDarwin.app /usr/X11R6 /etc/X11</code>
+</p><p>If you are switching from Apple X11, remove the X11 application, too.</p><p>3. 
To get XFree86-4.2.1, Install Fink's <code>xfree86-base</code> and 
<code>xfree86-rootless</code> packages by the usual means: "<code>fink install</code>" 
for source users, "<code>apt-get install</code>" or <code>dselect</code> for 
binaries.</p><p> -or-</p><p>3a. To get XFree86-4.3.x, install Fink's 
<code>xfree86</code> package, with "fink install xfree86"--this version isn't in the 
binary distro yet, and is currently only in the unstable tree [FAQ 3.9].</p></div>
 </a>
 <a name="change-thread-nothread">
 <div class="question"><p><b>Q6.3: How do I change from the non-threaded version of 
Fink's XFree86 packages to the threaded version (or vice-versa)?</b></p></div>
@@ -47,27 +43,12 @@
 <code>xfree86-base-threaded</code> and <code>xfree86-rootless-threaded</code>
 </p><p>by the usual means: "<code>fink install</code>" for source users, 
"<code>apt-get install</code>" or <code>dselect</code> for binaries.</p></div>
 </a>
-<a name="apple-x11">
-<div class="question"><p><b>Q6.4: I've installed the Apple X11 package, but 
system-xfree86 won't install.</b></p></div>
-<div class="answer"><p><b>A:</b> If you get error messages like the 
following:</p><pre>- missing /usr/X11R6/lib/libX11.dylib
-- missing /usr/X11R6/lib/libXpm.dylib
-- missing /usr/X11R6/lib/libXaw.dylib
-- missing /usr/X11R6/include/X11/Xlib.h
 
-Your XFree86 installation is missing or incomplete. Please make sure you have
-an XFree86 release installed and retry the installation of the system-xfree86
-package.
-</pre><p>then you need to install the SDK package as well as the User package. If you 
are running Panther, the SDK is on the Xcode disk and is <b>NOT</b> automatically 
installed. The SDK as well as X11 beta for Jaguar is no longer available, and you'll 
either have to upgrade to Panther or use Fink's xfree86.</p><p>If, on the other hand, 
you get the following message:</p><pre>An error occurred trying to find your XFree86 
installation's
-version. This really shouldn't happen, so I'm bailing. :(</pre><p>then you need to 
update your package descriptions and install a newer version of system-xfree86. If you 
are installing Apple X11 Beta 3, then you will need <code>system-xfree86-4.2-11</code> 
or later.</p></div>
-</a>
 <a name="cctools">
-<div class="question"><p><b>Q6.5: "When I try to install KDE, I get the following 
message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</b></p></div>
+<div class="question"><p><b>Q6.4: "When I try to install KDE, I get the following 
message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</b></p></div>
 <div class="answer"><p><b>A:</b> This somewhat cryptic message means you need to 
install the December 2002 Developer Tools.</p></div>
 </a>
-<a name="system-xfree86-upgrade">
-<div class="question"><p><b>Q6.6: I can't update system-xfree86, because of a 
conflict with x11.</b></p></div>
-<div class="answer"><p><b>A:</b> This problem has come about because of changes 
needed to allow for externally installed XFree86-4.3. Originally, 
<code>system-xfree86</code> provided the <code>x11</code> virtual package when an 
externally installed XFree86 was present. Because it only worked for XFree86-4.2, it 
was decided to have two separate packages for XFree86 4.2.x and Apple X11 beta 3, and 
one for XFree86 4.3.x and Apple X11 1.0</p><p>Either of these will provide 
<code>x11</code>. <code>system-xfree86</code> is now a bundle that installs the 
appropriate one of the above packages, depending on the version of XFree86 / Apple X11 
that is installed. Unfortunately, switching the provider of a virtual package is 
sufficiently complicated that the automatic upgrade procedure can't deal with it 
(currently). Do an additional <code>selfupdate</code> to get the latest version of the 
package, then try to update again.</p></div>
-</a>
+
 <p align="right">
 Next: <a href="usage-general.php">7 Package Usage Problems - General</a></p>
 

Index: faq.html
===================================================================
RCS file: /cvsroot/fink/web/faq/faq.html,v
retrieving revision 1.143
retrieving revision 1.144
diff -u -d -r1.143 -r1.144
--- faq.html    28 Nov 2003 12:57:45 -0000      1.143
+++ faq.html    2 Dec 2003 02:39:47 -0000       1.144
@@ -29,7 +29,7 @@
 more!</a></li><li><a href="#usage-fink.cvs-busy">4.12 When I try to run <q>fink 
selfupdate</q> or "fink selfupdate-cvs", I get the error "<tt style="white-space: 
nowrap;">Updating using CVS failed. Check the error messages 
above.</tt>"</a></li><li><a href="#usage-fink.kernel-panics">4.13 When I use Fink, my 
whole machine 
 freezes up/kernel panics/dies. Help!</a></li><li><a href="#usage-fink.not-found">4.14 
I'm trying to install a package, but Fink can't download it. The download site shows a 
later version number of the package than what Fink has. What do I do?</a></li><li><a 
href="#usage-fink.fink-not-found">4.15 I've edited my .cshrc and started a new 
terminal, but I still get "command not found" errors when I run Fink or anything that 
I installed with Fink.</a></li><li><a href="#usage-fink.invisible-sw">4.16 I want to 
hide /sw in the Finder to keep users from damaging the Fink setup.</a></li><li><a 
href="#usage-fink.install-info-bad">4.17 I can't install anything, because I get the 
following error: "install-info: unrecognized option 
`--infodir=/sw/share/info'"</a></li><li><a href="#usage-fink.bad-list-file">4.18 I 
can't install or remove anything, because of a problem with a "files list 
file".</a></li><li><a href="#usage-fink.error-nineteen">4.19 When I use the Fink 
binary installer package, I get a big "19" in the window and can't install 
anything.</a></li><li><a href="#usage-fink.dselect-garbage">4.20 I get a bunch of 
garbage when I select packages in <tt style="white-space: nowrap;">dselect</tt>. How 
can I use it?</a></li><li><a href="#usage-fink.perl-undefined-symbol">4.21 Why do I 
get a bunch of "dyld: perl undefined symbols" errors when I run Fink 
commands?</a></li><li><a href="#usage-fink.cant-upgrade">4.22 I can't seem to update 
Fink's version.</a></li><li><a href="#usage-fink.spaces-in-directory">4.23 Can I put 
Fink in a volume or directory with a space in its name?</a></li><li><a 
href="#usage-fink.packages-gz">4.24 When I try to do a binary update, there are many 
messages with "File not found"</a></li></ul></li><li><a href="#comp-general"><b>5 
Compile Problems - General</b></a><ul><li><a href="#comp-general.compiler">5.1 A 
configure script complains
 that it can't find an "acceptable cc". What's that?</a></li><li><a 
href="#comp-general.cvs">5.2 When I try a "fink selfupdate-cvs" I get this message: 
"cvs: Command not found." </a></li><li><a href="#comp-general.make">5.3 make: illegal 
option -- C</a></li><li><a href="#comp-general.head">5.4 I'm getting a strange usage 
message
-from the head command. What's broken?</a></li><li><a href="#comp-general.also_in">5.5 
When I try to install a package I get an error message about trying to overwrite a 
file that is in another package.</a></li><li><a href="#comp-general.weak_lib">5.6 
After I installed the December 2002 Development Tools I get messages about "weak 
libraries".</a></li><li><a href="#comp-general.mv-failed">5.7 What does "execution of 
mv failed, exit code 1" mean when I try to build a package?</a></li><li><a 
href="#comp-general.node-exists">5.8 I can't install a package | update because I get 
a message that a "node" already exists.</a></li><li><a 
href="#comp-general.usr-local-libs">5.9 I've heard that libraries installed in 
/usr/local/lib sometimes cause build problems for Fink. Is this true?</a></li><li><a 
href="#comp-general.toc-out-of-date">5.10 When I try to build a package, I get a 
message that a "table of contents" is out of date. What do I need to 
do?</a></li><li><a href="#comp-general.fc-atlas">5.11 Fink Commander hangs when I try 
to install atlas.</a></li><li><a href="#comp-general.basic-headers">5.12 I get 
messages saying that I'm missing stddef.h. Where do I find it?</a></li><li><a 
href="#comp-general.multiple-dependencies">5.13 I can't update, because Fink is 
"unable to resolve version conflict on multiple dependencies".</a></li><li><a 
href="#comp-general.dpkg-parse-error">5.14 I can't install anything because I get 
"dpkg: parse error, in file `/sw/var/lib/dpkg/status'"!</a></li></ul></li><li><a 
href="#comp-packages"><b>6 Compile Problems - Specific Packages</b></a><ul><li><a 
href="#comp-packages.libgtop">6.1 libgtop fails to build with errors involving 
sed.</a></li><li><a href="#comp-packages.cant-install-xfree">6.2 I want to switch to 
Fink's xfree86 packages, but I can't install xfree86-base, because it conflicts with 
system-xfree86.</a></li><li><a href="#comp-packages.change-thread-nothread">6.3 How do 
I change from the non-threaded version of Fink's XFree86 packages to the threaded 
version (or vice-versa)?</a></li><li><a href="#comp-packages.apple-x11">6.4 I've 
installed the Apple X11 package, but system-xfree86 won't install.</a></li><li><a 
href="#comp-packages.cctools">6.5 "When I try to install KDE, I get the following 
message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</a></li><li><a 
href="#comp-packages.system-xfree86-upgrade">6.6 I can't update system-xfree86, 
because of a conflict with x11.</a></li></ul></li><li><a href="#usage-general"><b>7 
Package Usage Problems - General</b></a><ul><li><a href="#usage-general.xlocale">7.1 
I'm getting lots of messages
+from the head command. What's broken?</a></li><li><a href="#comp-general.also_in">5.5 
When I try to install a package I get an error message about trying to overwrite a 
file that is in another package.</a></li><li><a href="#comp-general.weak_lib">5.6 
After I installed the December 2002 Development Tools I get messages about "weak 
libraries".</a></li><li><a href="#comp-general.mv-failed">5.7 What does "execution of 
mv failed, exit code 1" mean when I try to build a package?</a></li><li><a 
href="#comp-general.node-exists">5.8 I can't install a package | update because I get 
a message that a "node" already exists.</a></li><li><a 
href="#comp-general.usr-local-libs">5.9 I've heard that libraries installed in 
/usr/local/lib sometimes cause build problems for Fink. Is this true?</a></li><li><a 
href="#comp-general.toc-out-of-date">5.10 When I try to build a package, I get a 
message that a "table of contents" is out of date. What do I need to 
do?</a></li><li><a href="#comp-general.fc-atlas">5.11 Fink Commander hangs when I try 
to install atlas.</a></li><li><a href="#comp-general.basic-headers">5.12 I get 
messages saying that I'm missing stddef.h. Where do I find it?</a></li><li><a 
href="#comp-general.multiple-dependencies">5.13 I can't update, because Fink is 
"unable to resolve version conflict on multiple dependencies".</a></li><li><a 
href="#comp-general.dpkg-parse-error">5.14 I can't install anything because I get 
"dpkg: parse error, in file `/sw/var/lib/dpkg/status'"!</a></li></ul></li><li><a 
href="#comp-packages"><b>6 Compile Problems - Specific Packages</b></a><ul><li><a 
href="#comp-packages.libgtop">6.1 A package fails to build with errors involving <tt 
style="white-space: nowrap;">sed</tt>.</a></li><li><a 
href="#comp-packages.cant-install-xfree">6.2 I want to switch to Fink's XFree86 
packages, but I can't install <tt style="white-space: nowrap;">xfree86-base</tt> | <tt 
style="white-space: nowrap;">xfree86</tt>, because it conflicts with <tt 
style="white-space: nowrap;">system-xfree86</tt>.</a></li><li><a 
href="#comp-packages.change-thread-nothread">6.3 How do I change from the non-threaded 
version of Fink's XFree86 packages to the threaded version (or 
vice-versa)?</a></li><li><a href="#comp-packages.cctools">6.4 "When I try to install 
KDE, I get the following message: 'Can't resolve dependency "cctools (&gt;= 
446-1)"'</a></li></ul></li><li><a href="#usage-general"><b>7 Package Usage Problems - 
General</b></a><ul><li><a href="#usage-general.xlocale">7.1 I'm getting lots of 
messages
 like "locale not supported by C library". Is that bad?</a></li><li><a 
href="#usage-general.passwd">7.2 There are suddenly a number of 
 strange users on my system, with names like "mysql", "pgsql", and "games".
 Where did they come from?</a></li><li><a href="#usage-general.compile-myself">7.3 How 
do I compile something
@@ -699,22 +699,18 @@
 
 
 <a name="comp-packages.libgtop">
-<div class="question"><p><b>Q6.1: libgtop fails to build with errors involving 
sed.</b></p></div>
-<div class="answer"><p><b>A:</b> This can happen if your login script (e.g. <tt 
style="white-space: nowrap;">~/.cshrc</tt>) does something that writes to the 
terminal, e.g "<tt style="white-space: nowrap;">echo Hello</tt>" or <tt 
style="white-space: nowrap;">xttitle</tt>. To get rid of the problem, the easy 
solution is to comment out the offending lines.</p><p>If you want to keep the echo, 
then you can do something like the following:</p><pre>
-if ( $?prompt) then
+<div class="question"><p><b>Q6.1: A package fails to build with errors involving <tt 
style="white-space: nowrap;">sed</tt>.</b></p></div>
+<div class="answer"><p><b>A:</b> This can happen if your login script (e.g. <tt 
style="white-space: nowrap;">~/.cshrc</tt>) does something that writes to the 
terminal, e.g "<tt style="white-space: nowrap;">echo Hello</tt>" or <tt 
style="white-space: nowrap;">xttitle</tt>. To get rid of the problem, the easy 
solution is to comment out the offending lines.</p><p>If you want to keep the echo, 
then you can do something like the following:</p><pre>if ( $?prompt) then
 echo Hello
-endif
-</pre></div>
+endif</pre></div>
 </a>
 <a name="comp-packages.cant-install-xfree">
-<div class="question"><p><b>Q6.2: I want to switch to Fink's xfree86 packages, but I 
can't install xfree86-base, because it conflicts with system-xfree86.</b></p></div>
-<div class="answer"><p><b>A:</b> Currently, xfree86 does not work with 
Panther.</p><p>XFree86, unfortunately, really needs to be installed in /usr/X11R6. 
Because of this the Fink <tt style="white-space: nowrap;">xfree86-base</tt> and <tt 
style="white-space: nowrap;">xfree86-rootless</tt> packages install there, too. 
However, since Fink won't remove any files that aren't in its database, it won't 
automatically replace a non-Fink installation of XFree86.</p><p>
-<b>Here's how to proceed:</b>
-</p><p>1. Remove <tt style="white-space: nowrap;">system-xfree86</tt>. If you don't 
have any packages that depend on X11, this is straightforward. Frequently, however, 
many packages that depend on X11 are installed. Rather than uninstalling all of them, 
you can use</p><p>
+<div class="question"><p><b>Q6.2: I want to switch to Fink's XFree86 packages, but I 
can't install <tt style="white-space: nowrap;">xfree86-base</tt> | <tt 
style="white-space: nowrap;">xfree86</tt>, because it conflicts with <tt 
style="white-space: nowrap;">system-xfree86</tt>.</b></p></div>
+<div class="answer"><p><b>A:</b> All flavors of X11, unfortunately, really needs to 
be installed in /usr/X11R6. Because of this the Fink <tt style="white-space: 
nowrap;">xfree86-base</tt> and <tt style="white-space: nowrap;">xfree86-rootless</tt> 
packages install there, too. However, since Fink won't remove any files that aren't in 
its database, it won't automatically replace a non-Fink installation of 
X11.</p><p></p><p>Here's how to proceed:</p><p></p><p><b>Note:  10.2.x users with 
up-to-date versions of Fink (&gt;= 0.16.2) and 10.3.x users should skip step 1 below 
(it won't work anyway).</b></p><p>1. Remove <tt style="white-space: 
nowrap;">system-xfree86</tt>. If you don't have any packages that depend on X11, this 
is straightforward. Frequently, however, many packages that depend on X11 are 
installed. Rather than uninstalling all of them, you can use</p><p>
 <tt style="white-space: nowrap;">sudo dpkg --remove --force-depends 
system-xfree86</tt>
 </p><p>to remove it, leaving everything in place. If you don't have <tt 
style="white-space: nowrap;">system-xfree86</tt> installed then proceed to step 
3.</p><p>2. Manually remove all of XFree86. This can be done with</p><p>
-<tt style="white-space: nowrap;">sudo rm -rf /Applications/XDarwin.app /usr/X11R6 
/etc/X11 /usr/lib/libXplugin.1.dylib</tt>
-</p><p>(the last file will only be present if you had Apple's X11 
installed).</p><p>3. To get XFree86-4.2.1, Install Fink's <tt style="white-space: 
nowrap;">xfree86-base</tt> and <tt style="white-space: nowrap;">xfree86-rootless</tt> 
packages by the usual means: "<tt style="white-space: nowrap;">fink install</tt>" for 
source users, "<tt style="white-space: nowrap;">apt-get install</tt>" or <tt 
style="white-space: nowrap;">dselect</tt> for binaries.</p><p> -or-</p><p>3a. To get 
XFree86-4.3.0, install Fink's <tt style="white-space: nowrap;">xfree86</tt> package, 
with "fink install xfree86"--this version isn't in the binary distro yet, and is 
currently only in the unstable tree [FAQ 3.9].</p></div>
+<tt style="white-space: nowrap;">sudo rm -rf /Applications/XDarwin.app /usr/X11R6 
/etc/X11</tt>
+</p><p>If you are switching from Apple X11, remove the X11 application, too.</p><p>3. 
To get XFree86-4.2.1, Install Fink's <tt style="white-space: 
nowrap;">xfree86-base</tt> and <tt style="white-space: nowrap;">xfree86-rootless</tt> 
packages by the usual means: "<tt style="white-space: nowrap;">fink install</tt>" for 
source users, "<tt style="white-space: nowrap;">apt-get install</tt>" or <tt 
style="white-space: nowrap;">dselect</tt> for binaries.</p><p> -or-</p><p>3a. To get 
XFree86-4.3.x, install Fink's <tt style="white-space: nowrap;">xfree86</tt> package, 
with "fink install xfree86"--this version isn't in the binary distro yet, and is 
currently only in the unstable tree [FAQ 3.9].</p></div>
 </a>
 <a name="comp-packages.change-thread-nothread">
 <div class="question"><p><b>Q6.3: How do I change from the non-threaded version of 
Fink's XFree86 packages to the threaded version (or vice-versa)?</b></p></div>
@@ -734,27 +730,12 @@
 <tt style="white-space: nowrap;">xfree86-base-threaded</tt> and <tt 
style="white-space: nowrap;">xfree86-rootless-threaded</tt>
 </p><p>by the usual means: "<tt style="white-space: nowrap;">fink install</tt>" for 
source users, "<tt style="white-space: nowrap;">apt-get install</tt>" or <tt 
style="white-space: nowrap;">dselect</tt> for binaries.</p></div>
 </a>
-<a name="comp-packages.apple-x11">
-<div class="question"><p><b>Q6.4: I've installed the Apple X11 package, but 
system-xfree86 won't install.</b></p></div>
-<div class="answer"><p><b>A:</b> If you get error messages like the 
following:</p><pre>- missing /usr/X11R6/lib/libX11.dylib
-- missing /usr/X11R6/lib/libXpm.dylib
-- missing /usr/X11R6/lib/libXaw.dylib
-- missing /usr/X11R6/include/X11/Xlib.h
 
-Your XFree86 installation is missing or incomplete. Please make sure you have
-an XFree86 release installed and retry the installation of the system-xfree86
-package.
-</pre><p>then you need to install the SDK package as well as the User package. If you 
are running Panther, the SDK is on the Xcode disk and is <b>NOT</b> automatically 
installed. The SDK as well as X11 beta for Jaguar is no longer available, and you'll 
either have to upgrade to Panther or use Fink's xfree86.</p><p>If, on the other hand, 
you get the following message:</p><pre>An error occurred trying to find your XFree86 
installation's
-version. This really shouldn't happen, so I'm bailing. :(</pre><p>then you need to 
update your package descriptions and install a newer version of system-xfree86. If you 
are installing Apple X11 Beta 3, then you will need <tt style="white-space: 
nowrap;">system-xfree86-4.2-11</tt> or later.</p></div>
-</a>
 <a name="comp-packages.cctools">
-<div class="question"><p><b>Q6.5: "When I try to install KDE, I get the following 
message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</b></p></div>
+<div class="question"><p><b>Q6.4: "When I try to install KDE, I get the following 
message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</b></p></div>
 <div class="answer"><p><b>A:</b> This somewhat cryptic message means you need to 
install the December 2002 Developer Tools.</p></div>
 </a>
-<a name="comp-packages.system-xfree86-upgrade">
-<div class="question"><p><b>Q6.6: I can't update system-xfree86, because of a 
conflict with x11.</b></p></div>
-<div class="answer"><p><b>A:</b> This problem has come about because of changes 
needed to allow for externally installed XFree86-4.3. Originally, <tt 
style="white-space: nowrap;">system-xfree86</tt> provided the <tt style="white-space: 
nowrap;">x11</tt> virtual package when an externally installed XFree86 was present. 
Because it only worked for XFree86-4.2, it was decided to have two separate packages 
for XFree86 4.2.x and Apple X11 beta 3, and one for XFree86 4.3.x and Apple X11 
1.0</p><p>Either of these will provide <tt style="white-space: nowrap;">x11</tt>. <tt 
style="white-space: nowrap;">system-xfree86</tt> is now a bundle that installs the 
appropriate one of the above packages, depending on the version of XFree86 / Apple X11 
that is installed. Unfortunately, switching the provider of a virtual package is 
sufficiently complicated that the automatic upgrade procedure can't deal with it 
(currently). Do an additional <tt style="white-space: nowrap;">selfupdate</tt> to get 
the latest version of the package, then try to update again.</p></div>
-</a>
+
 <h2><a name="usage-general">7 Package Usage Problems - General</a></h2>
 
 
@@ -963,16 +944,16 @@
 <a name="usage-packages.apple-x11-wants-xfree86">
        <div class="question"><p><b>Q8.11: I installed Apple's X11 in Panther but Fink 
keeps asking to install xfree86.</b></p></div>
        <div class="answer"><p><b>A:</b> You need to (re)install the X11SDK, which is 
on the Xcode CD, and is <b>not</b> installed by default.</p><p>Even if you install 
XCode, the X11SDK is <b>not</b> installed by default. It has to be installed either 
with a custom Xcode install, or by clicking on the <tt style="white-space: 
nowrap;">X11SDK</tt> pkg in the <tt style="white-space: nowrap;">Packages</tt> 
folder.</p><p>You can check your install by running <tt style="white-space: 
nowrap;">fink-virtual-pkgs</tt> and checking to see that the <tt style="white-space: 
nowrap;">Package: system-xfree86</tt> section is present and the <tt 
style="white-space: nowrap;">provides:</tt> line contains <tt style="white-space: 
nowrap;">x11</tt></p><p>If you don't see everything properly installed, the safest way 
to fix this error is to remove all older copies of xfree86 or system-xfree86 and 
reinstall Apple's X11 and the X11SDK. You may see warnings from the first line, which 
you can ignore:</p><pre>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
-                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 from the third Panther CD and X11SDK from the Xcode 
CD.</p></div>
+                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 from the third Panther CD and X11SDK from the Xcode 
CD.</p><p>Note:  <tt style="white-space: nowrap;">system-xfree86</tt> no longer 
requires the X11SDK for <tt style="white-space: nowrap;">fink-0.17.0</tt> and 
later.</p></div>
 </a>
 <a name="usage-packages.apple-x11-beta-wants-xfree86">
        <div class="question"><p><b>Q8.12: I installed Apple's X11 with the 
10.2-gcc3.3 version of Fink but Fink keeps asking to install xfree86.</b></p></div>
        <div class="answer"><p><b>A:</b> You need to (re)install the X11SDK, which you 
should have downloaded when you downloaded your beta copy of Apple's X11.</p><p>You 
can check your install by running <tt style="white-space: 
nowrap;">fink-virtual-pkgs</tt> and checking to see that the <tt style="white-space: 
nowrap;">Package: system-xfree86</tt> section is present and the <tt 
style="white-space: nowrap;">provides:</tt> line contains <tt style="white-space: 
nowrap;">x11</tt></p><p>If you don't see everything properly installed, the safest way 
to fix this error is to remove all older copies of xfree86 or system-xfree86 and 
reinstall Apple's X11 and the X11SDK. You may see warnings from the first line, which 
you can ignore:</p><pre>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
-                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 and the X11SDK.</p></div>
+                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 and the X11SDK.</p><p>Note:  <tt style="white-space: 
nowrap;">system-xfree86</tt> no longer requires the X11SDK for <tt style="white-space: 
nowrap;">fink-0.17.0</tt> and later.</p></div>
 </a>
 <hr><h2>Copyright Notice</h2><p>Copyright (c) 2001 Christoph Pfisterer,
 Copyright (c) 2001-2003 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.xml,v 1.151 2003/11/28 12:53:51 fingolfin Exp $</i></p></body></html>
+requires the explicit consent of the author.</p><hr><p>Generated from <i>$Fink: 
faq.xml,v 1.152 2003/12/02 02:38:24 alexkhansen Exp $</i></p></body></html>

Index: general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/general.php,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -d -r1.147 -r1.148
--- general.php 28 Nov 2003 12:57:45 -0000      1.147
+++ general.php 2 Dec 2003 02:39:47 -0000       1.148
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - General";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="relations.php" title="Relations with Other Projects"><link rel="prev" 
href="index.php" title="F.A.Q. Contents">';
 

Index: index.php
===================================================================
RCS file: /cvsroot/fink/web/faq/index.php,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -d -r1.166 -r1.167
--- index.php   28 Nov 2003 12:57:45 -0000      1.166
+++ index.php   2 Dec 2003 02:39:47 -0000       1.167
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q.";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="general.php" title="General Questions">';
 
@@ -106,12 +106,10 @@
 </ul>
 <li><a href="comp-packages.php"><b>6 Compile Problems - Specific Packages</b></a></li>
 <ul>
-<li><a href="comp-packages.php#libgtop">6.1 libgtop fails to build with errors 
involving sed.</a></li>
-<li><a href="comp-packages.php#cant-install-xfree">6.2 I want to switch to Fink's 
xfree86 packages, but I can't install xfree86-base, because it conflicts with 
system-xfree86.</a></li>
+<li><a href="comp-packages.php#libgtop">6.1 A package fails to build with errors 
involving <code>sed</code>.</a></li>
+<li><a href="comp-packages.php#cant-install-xfree">6.2 I want to switch to Fink's 
XFree86 packages, but I can't install <code>xfree86-base</code> | 
<code>xfree86</code>, because it conflicts with <code>system-xfree86</code>.</a></li>
 <li><a href="comp-packages.php#change-thread-nothread">6.3 How do I change from the 
non-threaded version of Fink's XFree86 packages to the threaded version (or 
vice-versa)?</a></li>
-<li><a href="comp-packages.php#apple-x11">6.4 I've installed the Apple X11 package, 
but system-xfree86 won't install.</a></li>
-<li><a href="comp-packages.php#cctools">6.5 "When I try to install KDE, I get the 
following message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</a></li>
-<li><a href="comp-packages.php#system-xfree86-upgrade">6.6 I can't update 
system-xfree86, because of a conflict with x11.</a></li>
+<li><a href="comp-packages.php#cctools">6.4 "When I try to install KDE, I get the 
following message: 'Can't resolve dependency "cctools (&gt;= 446-1)"'</a></li>
 </ul>
 <li><a href="usage-general.php"><b>7 Package Usage Problems - General</b></a></li>
 <ul>
@@ -144,7 +142,7 @@
 <li><a href="usage-packages.php#apple-x11-wants-xfree86">8.11 I installed Apple's X11 
in Panther but Fink keeps asking to install xfree86.</a></li>
 <li><a href="usage-packages.php#apple-x11-beta-wants-xfree86">8.12 I installed 
Apple's X11 with the 10.2-gcc3.3 version of Fink but Fink keeps asking to install 
xfree86.</a></li>
 </ul>
-</ul><p>Generated from <i>$Fink: faq.xml,v 1.151 2003/11/28 12:53:51 fingolfin Exp 
$</i></p>
+</ul><p>Generated from <i>$Fink: faq.xml,v 1.152 2003/12/02 02:38:24 alexkhansen Exp 
$</i></p>
 
 
 <?

Index: relations.php
===================================================================
RCS file: /cvsroot/fink/web/faq/relations.php,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- relations.php       28 Nov 2003 12:57:45 -0000      1.132
+++ relations.php       2 Dec 2003 02:39:47 -0000       1.133
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Relations";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="upgrade-fink.php" title="Upgrading Fink (version-specific 
troubleshooting)"><link rel="prev" href="general.php" title="General Questions">';
 

Index: upgrade-fink.php
===================================================================
RCS file: /cvsroot/fink/web/faq/upgrade-fink.php,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- upgrade-fink.php    28 Nov 2003 12:57:45 -0000      1.20
+++ upgrade-fink.php    2 Dec 2003 02:39:47 -0000       1.21
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Upgrading Fink";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-fink.php" title="Installing, Using and Maintaining Fink"><link 
rel="prev" href="relations.php" title="Relations with Other Projects">';
 

Index: usage-fink.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-fink.php,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -d -r1.134 -r1.135
--- usage-fink.php      28 Nov 2003 12:57:45 -0000      1.134
+++ usage-fink.php      2 Dec 2003 02:39:47 -0000       1.135
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Fink Usage";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="comp-general.php" title="Compile Problems - General"><link rel="prev" 
href="upgrade-fink.php" title="Upgrading Fink (version-specific troubleshooting)">';
 

Index: usage-general.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-general.php,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -d -r1.130 -r1.131
--- usage-general.php   28 Nov 2003 12:57:45 -0000      1.130
+++ usage-general.php   2 Dec 2003 02:39:47 -0000       1.131
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (1)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="next" href="usage-packages.php" title="Package Usage Problems - Specific 
Packages"><link rel="prev" href="comp-packages.php" title="Compile Problems - Specific 
Packages">';
 

Index: usage-packages.php
===================================================================
RCS file: /cvsroot/fink/web/faq/usage-packages.php,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -d -r1.131 -r1.132
--- usage-packages.php  28 Nov 2003 12:57:45 -0000      1.131
+++ usage-packages.php  2 Dec 2003 02:39:47 -0000       1.132
@@ -1,7 +1,7 @@
 <?
 $title = "F.A.Q. - Usage (2)";
-$cvs_author = 'Author: fingolfin';
-$cvs_date = 'Date: 2003/11/28 12:53:51';
+$cvs_author = 'Author: alexkhansen';
+$cvs_date = 'Date: 2003/12/02 02:38:24';
 
 $metatags = '<link rel="contents" href="index.php" title="F.A.Q. Contents"><link 
rel="prev" href="usage-general.php" title="Package Usage Problems - General">';
 
@@ -110,12 +110,12 @@
 <a name="apple-x11-wants-xfree86">
        <div class="question"><p><b>Q8.11: I installed Apple's X11 in Panther but Fink 
keeps asking to install xfree86.</b></p></div>
        <div class="answer"><p><b>A:</b> You need to (re)install the X11SDK, which is 
on the Xcode CD, and is <b>not</b> installed by default.</p><p>Even if you install 
XCode, the X11SDK is <b>not</b> 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.</p><p>You can check your install by running 
<code>fink-virtual-pkgs</code> and checking to see that the <code>Package: 
system-xfree86</code> section is present and the <code>provides:</code> line contains 
<code>x11</code></p><p>If you don't see everything properly installed, the safest way 
to fix this error is to remove all older copies of xfree86 or system-xfree86 and 
reinstall Apple's X11 and the X11SDK. You may see warnings from the first line, which 
you can ignore:</p><pre>sudo dpkg -r --force-all system-xfree86 system-xfree86-42 
system-xfree86-43 \
-                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 from the third Panther CD and X11SDK from the Xcode 
CD.</p></div>
+                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 from the third Panther CD and X11SDK from the Xcode 
CD.</p><p>Note:  <code>system-xfree86</code> no longer requires the X11SDK for 
<code>fink-0.17.0</code> and later.</p></div>
 </a>
 <a name="apple-x11-beta-wants-xfree86">
        <div class="question"><p><b>Q8.12: I installed Apple's X11 with the 
10.2-gcc3.3 version of Fink but Fink keeps asking to install xfree86.</b></p></div>
        <div class="answer"><p><b>A:</b> You need to (re)install the X11SDK, which you 
should have downloaded when you downloaded your beta copy of Apple's X11.</p><p>You 
can check your install by running <code>fink-virtual-pkgs</code> and checking to see 
that the <code>Package: system-xfree86</code> section is present and the 
<code>provides:</code> line contains <code>x11</code></p><p>If you don't see 
everything properly installed, the safest way to fix this error is to remove all older 
copies of xfree86 or system-xfree86 and reinstall Apple's X11 and the X11SDK. You may 
see warnings from the first line, which you can ignore:</p><pre>sudo dpkg -r 
--force-all system-xfree86 system-xfree86-42 system-xfree86-43 \
-                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 and the X11SDK.</p></div>
+                       xfree86-base xfree86-base-shlibs; fink selfupdate; fink 
index</pre><p>Then, reinstall X11 and the X11SDK.</p><p>Note:  
<code>system-xfree86</code> no longer requires the X11SDK for <code>fink-0.17.0</code> 
and later.</p></div>
 </a>
 
 




-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to