pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/37020: claws-mail-(plugin)
>Number: 37020
>Category: pkg
>Synopsis: claws-mail-(plugin)
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sun Sep 23 17:25:00 +0000 2007
>Originator: Ondrej Tuma
>Release: current
>Organization:
Blackmouse
>Environment:
Linux ip1 2.6.20.1 #3 Thu Mar 8 18:42:01 CET 2007 i686 athlon-4 i386 GNU/Linux
>Description:
ERROR: [depends.mk] A package matching ``claws-mail-3.0.1'' should
ERROR: be installed, but one cannot be found. Perhaps there is a
ERROR: stale work directory for ../../mail/claws-mail?
*** Error code 1
>How-To-Repeat:
bmake
>Fix:
problem is in plugins Makefiles, here is:
DEPENDS+= claws-mail-${CLAWS_VERSION}:../../mail/claws-mail
there is two solutions
first:
set CLAWS_VERSION to full pkg_version (3.0.1nb1), or (better)
add char '*' after ${CLAWS_VERSION} like this:
DEPENDS+= claws-mail-${CLAWS_VERSION}*:../../mail/claws-mail
Home |
Main Index |
Thread Index |
Old Index