From 9228168bc907a2530bcc340ccc2dfbce33f81121 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Thu, 18 Oct 2012 18:34:30 +0200 Subject: [PATCH] update comment Signed-off-by: Nico Schottelius --- doc/dev/logs/2012-10-17.conflicting-types-problem | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/dev/logs/2012-10-17.conflicting-types-problem b/doc/dev/logs/2012-10-17.conflicting-types-problem index a976a7f7..5f35ddf7 100644 --- a/doc/dev/logs/2012-10-17.conflicting-types-problem +++ b/doc/dev/logs/2012-10-17.conflicting-types-problem @@ -17,3 +17,11 @@ __directory/var/named explorer detects that the directory is missing __package/named gencode-remote installs package, which creates directory __directory/var/named gencode-remote outputs mkdir +Solutions: + + - don't use __directory, because __package does already the job (clean solution) + - re-run explorer before gencode-* stage + - gencode-remote would have caught that + +Not sure yet - although the latter feature has been requested, the first +solution looks better (more clean) to this problem.