From 9e0a574d1fe488b5c9bfc6cfa3e87ef9fd560278 Mon Sep 17 00:00:00 2001 From: rillig Date: Sun, 2 Jul 2006 23:34:03 +0000 Subject: Added "A package does not build. What shall I do?" to the FAQ. --- doc/guide/files/faq.xml | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/doc/guide/files/faq.xml b/doc/guide/files/faq.xml index bdc49acaa63..c376a2b31c2 100644 --- a/doc/guide/files/faq.xml +++ b/doc/guide/files/faq.xml @@ -1,4 +1,4 @@ - + Frequently Asked Questions @@ -581,4 +581,31 @@ a security check before building any package. See + +A package does not build. What shall I do? + + + + Make sure that your copy of pkgsrc is consistent. A + case that occurs often is that people only update pkgsrc in + parts, because of performance reasons. Since pkgsrc is one large + system, not a collection of many small systems, there are + sometimes changes that only work when the whole pkgsrc tree is + updated. + + Make sure that you don't have any CVS conflicts. + Search for <<<<<< or + >>>>>> in all your pkgsrc + files. + + Make sure that you don't have old copies of the packages + extracted. Run make clean clean-depends to + verify this. + + If the problem still exists, write a mail to the + pkgsrc-users mailing list. + + + + -- cgit v1.2.3