Thanks for your reply.
Libetpan (libetpan.sourceforge.net) is needed as a depencency from claws-mail (
www.claws-mail.org). Hmnm, so I just make-install it from source. But is there a way to understand what happens?
I have the package in my local repository, and _had_ it installed with no problem.
Here is the output of upkg:
bash-3.2# upkg-remove --force libetpan
ERROR: Package libetpan not found.
bash-3.2# upkg-build --verbose libetpan
Generating script...
Processing libetpan package...
Writing script...
Executing script...
System already up-to-date.
.2# upkg-install --enable-source libetpan
Generating script...
Writing script...
Executing script...
System already up-to-date.
bash-3.2#
Is it because claws-mail is installed (the same, from source) with libetpan as a dependency?
Here is claws-mail.xml (the spec)
<?xml version="1.0"?>
<package name="claws-mail">
<description></description>
<releases>
<release version="3.7.0" revision="1" branch="stable">
<deps>
<dep name="libetpan" />
</deps>
<build>
<script>
<archive name="claws-mail-3.7.0" compression="bz2">
<cmd>./configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --sysconfdir=/etc</cmd>
<cmd>make -j 2</cmd>
<cmd>make install</cmd>
</archive>
</script>
</build>
</release>
</releases>
</package>
thx, erch