Hm. I dunno why I said package.c; probably there was a glitch in my brain. Due to your wish I resubmit this trivial change too: From 9036af619e04339c86c0019101bc2a0622591eed Mon Sep 17 00:00:00 2001 From: Nagy Gabor <ngaba@bibl.u-szeged.hu> Date: Fri, 26 Oct 2007 16:11:13 +0200 Subject: [PATCH] dependency error message fix in libalpm/remove.c Normally you must never see that error message. --- lib/libalpm/remove.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lib/libalpm/remove.c b/lib/libalpm/remove.c index 734c365..0ed4dd0 100644 --- a/lib/libalpm/remove.c +++ b/lib/libalpm/remove.c @@ -120,7 +120,7 @@ int _alpm_remove_prepare(pmtrans_t *trans, pmdb_t *db, alpm_list_t **data) } } else { _alpm_log(PM_LOG_ERROR, _("could not find %s in database -- skipping\n"), - miss->depend.name); + miss->target); } } FREELIST(lp); -- 1.5.3.4