* Kryptiva Packages <[EMAIL PROTECTED]> [070810 18:32]:
> This script worked fine yesterday, and today, after a dist-upgrade, I
> get those error:
> 
> gpgme gave GPGME error: Bad passphrase
> There have been errors!

> ii  libgpg-error0           1.4-2            library for common error values 
> an
> ii  libgpgme11              1.1.2-5          GPGME - GnuPG Made Easy
> ii  libdb4.3                4.3.29-8.1       Berkeley v4.3 Database Libraries 
> [

Looking at this versions, that seems to be a stable libgpgme and an
testing/unstable libgpg-error and unstable libdb4.3.
It might be possible that the gpgme libraries miss some versioned
dependencies and your combination has problems. Best try to update
gpg and libgpgme11 both to the unstable versions (so that they match the
distribution libgpg-error0 is intended for).

> and then a bit below that:
>
> Created directory "kps-cd/pool/main/d/dpkg"
> Exporting indices...
> find: reprepro terminated by signal 13

Signal 13 is sigpipe, i.e. reprepro was terminated because it wrote to
a pipe closed at the other side. (Most likely because the client it
connects to was terminated). As I tried to write my own code in a way
it always check before writing, I guess the libgpgme code causes this.
Looks like I'll have to add something to ignore that signal, then. :-(

> The all the subsequent calls fails because the lockfile has been left
> behind.

If reprepro terminates unnaturally, the lockfile is always left behind,
so that one is warned the databases might be in a bad state.

Hochachtungsvoll,
        Bernhard R. Link


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to