doc/packaging.txt
changeset 1907 446472de62e9
parent 1428 94d2b78b3e05
child 2142 813e4817e573
--- a/doc/packaging.txt	Mon May 19 10:28:03 2014 +0100
+++ b/doc/packaging.txt	Mon May 19 07:37:20 2014 -0700
@@ -162,6 +162,15 @@
     Content validation is performed by extension to pkglint(1) in
     $(WS_TOP)/tools/python/userland-lint
 
+    Note that when integrating new packages, and one or more of them depends
+    on or more of the others, then this may result:
+        WARNING pkglint.action005.1      obsolete dependency check skipped:
+            unable to find dependency (target pkg) for (source pkg)
+    This means that the target package was not found in the reference repo,
+    which was the source of the pkglint cache that was created when 'gmake
+    setup' was run after the workspace was created; thus the warning is
+    harmless and can be ignored in this circumstance.
+
 Publication.
     Once manifest validation has occurred, the package(s) is/are finally
     published to the workspace package repository.