Page MenuHome GnuPG
Feed Advanced Search

Feb 3 2017

alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

Hi,

I can still see that qt[1] is using the simplified pkg macros[2], while the
configure.ac is using proprietary method[3].

We are still missing PKG_PROG_PKG_CONFIG macro in configure.ac to make pkg
macros happy, this can remove all AC_PATH_PROG(PKG_CONFIG, pkg-config, no)
executions, see pinentry-0.9.5-build.patch, as you have PKG_CONFIG set.

The other changes to use PKG_CHECK_MODULES are optional but is there any reason
why not to use this macro instead of executing the pkg-config manually? This
macro has the advantage of allowing override via environment, and append proper
help.

If you like I can rebase this old patch set.

[1] http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=m4/qt.m4;hb=HEAD
[2]
http://git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=m4/pkg.m4;hb=HEAD
[3]
http:
//git.gnupg.org/cgi-bin/gitweb.cgi?p=pinentry.git;a=blob;f=configure.ac;hb=HEAD#l431

links removed as I got "Edit Error: not allowed (too many links).

Feb 3 2017, 1:50 PM · Gentoo, Bug Report, pinentry

Sep 11 2015

alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=526146 on T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?.
Sep 11 2015, 9:02 PM · gpgrt, Gentoo, Bug Report

Aug 30 2015

alonbl added a comment to T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?.

Maybe add configure parameter to ignore subarch for 99% of cases in which it
does not matter? This will avoid patching in most of the cases.

Aug 30 2015, 9:56 PM · gpgrt, Gentoo, Bug Report
alonbl closed T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header? as Resolved.
Aug 30 2015, 9:56 PM · gpgrt, Gentoo, Bug Report

Aug 29 2015

alonbl added a comment to T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?.

Thanks, but I do not understand the comment, do you suggest to patch this file
with every subarch out there? I still trying to understand why subarch is
important for the processing, it is a generic string.

Aug 29 2015, 8:15 PM · gpgrt, Gentoo, Bug Report
alonbl reopened T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header? as "Open".
Aug 29 2015, 8:15 PM · gpgrt, Gentoo, Bug Report

Jul 18 2015

alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

0003-build-sync-qt4-pkg-config-behavior-with-other-pkg-co.patch - on top

optional

sync qt4 pkg-config behaviour

Jul 18 2015, 11:53 AM · Gentoo, Bug Report, pinentry
alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

D317: 660_0003-build-sync-qt4-pkg-config-behavior-with-other-pkg-co.patch

Jul 18 2015, 11:53 AM · Gentoo, Bug Report, pinentry
alonbl lowered the priority of T2049: conflicting pkg-config detection and initialization from High to Normal.
Jul 18 2015, 11:53 AM · Gentoo, Bug Report, pinentry
alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

0002-build-use-pkg.m4-for-pkg-config-usage.patch - on top

remove the manual pkg-config usage, as build already use pkg.m4 macros there is
no reason to use manual pkg-config

Jul 18 2015, 11:52 AM · Gentoo, Bug Report, pinentry
alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

D318: 659_0002-build-use-pkg.m4-for-pkg-config-usage.patch

Jul 18 2015, 11:52 AM · Gentoo, Bug Report, pinentry
alonbl added projects to T2049: conflicting pkg-config detection and initialization: pinentry, Bug Report, Gentoo.
Jul 18 2015, 10:22 AM · Gentoo, Bug Report, pinentry
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=554686 on T2049: conflicting pkg-config detection and initialization.
Jul 18 2015, 10:22 AM · Gentoo, Bug Report, pinentry
alonbl set Version to 0.9.5 on T2049: conflicting pkg-config detection and initialization.
Jul 18 2015, 10:22 AM · Gentoo, Bug Report, pinentry
alonbl added a comment to T2049: conflicting pkg-config detection and initialization.

D319: 658_pinentry-0.9.5-build.patch

Jul 18 2015, 10:22 AM · Gentoo, Bug Report, pinentry

Jun 5 2015

alonbl reopened T1795: gpgme-1.5.3 and gnupg-2 (gpgsm) incompatible? as "Open".
Jun 5 2015, 7:00 PM · gnupg (gpg20), gpgme, Bug Report
alonbl added a comment to T1795: gpgme-1.5.3 and gnupg-2 (gpgsm) incompatible?.

I am unsure I understand, this causes gpgme to fail.

GPGME 2014-12-26 01:12:58 <0x5f44> _gpgme_run_io_cb: call: item=0xd2e804f5b00,
handler (0xd2e804f5970, 13)
GPGME 2014-12-26 01:12:58 <0x5f44> chan_12 <- ERR 50331822 Unknown option <GpgSM>

GPGME 2014-12-26 01:12:58 <0x5f44> gpgme:status_handler: call:
gpgsm=0xd2e804f5970, fd 0xd: ERR line - mapped to: Unknown option

Jun 5 2015, 7:00 PM · gnupg (gpg20), gpgme, Bug Report

Dec 26 2014

alonbl added a comment to T1795: gpgme-1.5.3 and gnupg-2 (gpgsm) incompatible?.

Dec 26 2014, 12:20 AM · gnupg (gpg20), gpgme, Bug Report
alonbl set Version to 1.5.3 on T1795: gpgme-1.5.3 and gnupg-2 (gpgsm) incompatible?.
Dec 26 2014, 12:20 AM · gnupg (gpg20), gpgme, Bug Report
alonbl added projects to T1795: gpgme-1.5.3 and gnupg-2 (gpgsm) incompatible?: Bug Report, gpgme.
Dec 26 2014, 12:20 AM · gnupg (gpg20), gpgme, Bug Report

Oct 25 2014

alonbl added a comment to T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?.

I try to imagine where the subarch can cause an issue, maybe a big fat warning
when mapping should be sufficient at this point?

For now I will add a note for everyone that opens a bug for this reason to
duplicate the unknown subarch into his own, package will not be compiled
automatically for these.

Thanks!

Oct 25 2014, 3:19 PM · gpgrt, Gentoo, Bug Report

Oct 21 2014

alonbl added projects to T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?: Bug Report, Gentoo, gpgrt.
Oct 21 2014, 12:26 AM · gpgrt, Gentoo, Bug Report
alonbl set Version to 1.15 on T1744: lib-gpgerror cross compile ignore 2nd component of host for lock header?.
Oct 21 2014, 12:26 AM · gpgrt, Gentoo, Bug Report

Aug 9 2014

alonbl added projects to T1681: tests/t-lock.c: In function ‘main’: warning: implicit declaration of function ‘getpid’ // warning: ‘i’ may be used uninitialized in this function: gnupg, Bug Report, Gentoo.
Aug 9 2014, 8:10 PM · Gentoo, Bug Report, gnupg
alonbl added a comment to T1681: tests/t-lock.c: In function ‘main’: warning: implicit declaration of function ‘getpid’ // warning: ‘i’ may be used uninitialized in this function.

D207: 445_libgpg-error-1.13-t-lock.patch

Aug 9 2014, 8:10 PM · Gentoo, Bug Report, gnupg
alonbl set Version to 1.13 on T1681: tests/t-lock.c: In function ‘main’: warning: implicit declaration of function ‘getpid’ // warning: ‘i’ may be used uninitialized in this function.
Aug 9 2014, 8:10 PM · Gentoo, Bug Report, gnupg
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=519490 on T1681: tests/t-lock.c: In function ‘main’: warning: implicit declaration of function ‘getpid’ // warning: ‘i’ may be used uninitialized in this function.
Aug 9 2014, 8:10 PM · Gentoo, Bug Report, gnupg

Jan 29 2014

alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

the tarball is OK, however, we must patch the autoconf[1], so we also use the
automake installed at user site which may be newer than 1.13.

it seems that this expression has no effect to 1.13 and damage the 1.14...

bench-slope.log: benchmark.log
hashtest-256g.log: bench-slope.log

you can close this issue, but know that it does exist in newer versions of
automake. if there is no real need for the above statements then removing them
resolves the issue.

[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch?revision=1.1&view=markup

Jan 29 2014, 3:18 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 29 2014, 10:19 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

That was added because we have it in master.

Have 'it'? I see it in the tarball of 1.6.

Again: If you do not use the tarball release do not expect that pacthes will

be included. You should never do autoreconf.

We do use the tarball release, and we must patch it to resolve issues you do not
handle as I presented in previous comment.

Jan 29 2014, 10:19 AM · libgcrypt, Gentoo, Bug Report, Won't Fix

Jan 28 2014

alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 28 2014, 11:15 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

We patch your sources mainly because[1], I will be happy to stop autoreconf your
packages, but cannot do this until this and other issues are resolved.

[1]
http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/dev-libs/libgcrypt/files/libgcrypt-1.5.0-uscore.patch?revision=1.1&view=markup

OK, someone already tried to solve it at your side:

tests/Makefile.am

  1. Force sequential run of some tests. bench-slope.log: benchmark.log hashtest-256g.log: bench-slope.log

However, from automake manual:

In order to guarantee an ordering between tests even with make -jN, dependencies
between the corresponding .log files may be specified through usual make
dependencies. For example, the following snippet lets the test named
foo-execute.test depend upon completion of the test foo-compile.test:

TESTS = foo-compile.test foo-execute.test
foo-execute.log: foo-compile.log

Please note that this ordering ignores the results of required tests, thus the
test foo-execute.test is run even if the test foo-compile.test failed or was
skipped beforehand. Further, please note that specifying such dependencies
currently works only for tests that end in one of the suffixes listed in
TEST_EXTENSIONS.

Removing the above makes all works in parallel without specific order, which is
nice... unsure why the above was added when there is no real dependency, and
prior to automake-1.13 there was no parallel anyway.

Jan 28 2014, 11:15 PM · libgcrypt, Gentoo, Bug Report, Won't Fix

Jan 27 2014

alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

why do you close issues so fast?

"""can you please seek the proper solution?"""

means that I ask to fix build to have proper dependencies between tests to allow
serial or parallel execution. this will work in any version.

Jan 27 2014, 11:40 AM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl reopened T1607: libgcrypt parallel tests automake>=1.13 issue as "Open".
Jan 27 2014, 11:40 AM · libgcrypt, Gentoo, Bug Report, Won't Fix

Jan 24 2014

alonbl added a comment to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.

D189: 421_libgcrypt-1.5.0-uscore.patch

Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=383865 on T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl set Version to 1.6.0 on T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl added projects to T1608: GNUPG_SYS_SYMBOL_UNDERSCORE and cross compile: Bug Report, Gentoo.
Jan 24 2014, 10:29 PM · Stalled, libgcrypt, Not A Bug, Gentoo, Bug Report
alonbl added projects to T1607: libgcrypt parallel tests automake>=1.13 issue: Bug Report, Gentoo.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl set Version to 1.6.0 on T1607: libgcrypt parallel tests automake>=1.13 issue.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl added a comment to T1607: libgcrypt parallel tests automake>=1.13 issue.

D188: 420_libgcrypt-1.6.0-serial-tests.patch

Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=498718 on T1607: libgcrypt parallel tests automake>=1.13 issue.
Jan 24 2014, 10:22 PM · libgcrypt, Gentoo, Bug Report, Won't Fix

Oct 7 2013

alonbl closed T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter as Resolved.
Oct 7 2013, 7:47 PM · Won't Fix, Bug Report, gnupg
alonbl added a comment to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.

Based on that, you should remove all code from script and replace it with a
message instructing to use the other tool. I do not understand how providing
non-workable code has any value.

I do not want to reopen this... but it is odd. Feel free to ignore.

Thanks!

Oct 7 2013, 7:47 PM · Won't Fix, Bug Report, gnupg
alonbl reopened T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter as "Open".
Oct 7 2013, 7:47 PM · Won't Fix, Bug Report, gnupg

Oct 5 2013

alonbl added a comment to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.

While it is provided, please make it work. The patch is trivial.

Oct 5 2013, 12:07 AM · Won't Fix, Bug Report, gnupg
alonbl reopened T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter as "Open".
Oct 5 2013, 12:07 AM · Won't Fix, Bug Report, gnupg

May 22 2013

alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 22 2013, 5:29 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

You mean --disable-fd-passing...

Correct it works.

Attached lsof output for the process when does not work.

I don't think it has to do with hardened kernel... as the initial report was
without. I will try to contact the original user.

May 22 2013, 5:29 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 22 2013, 4:20 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

Attached.

May 22 2013, 4:20 PM · Duplicate, gpgme, Gentoo, Bug Report

May 13 2013

alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=468430 on T1494: pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry
alonbl renamed T1494: pinentry to support 'ncurses --with-termlib' from ping entry to support 'ncurses --with-termlib' to pinentry to support 'ncurses --with-termlib'.
May 13 2013, 9:58 PM · Feature Request, Gentoo, pinentry
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=467290 on T1493: gpgme hungs in test t-verify.
May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added a comment to T1493: gpgme hungs in test t-verify.

Did not get an email with your comment... just happened to peek.

I am sorry, I forgot to place the link to the bug.

My system:
System uname:
Linux-3.8.6-hardened-x86_64-Intel-R-_Core-TM-_i7-3520M_CPU_@_2.90GHz-with-gentoo-2.2
sys-kernel/linux-headers: 3.7 (virtual/os-headers)
sys-libs/glibc: 2.15-r3
app-shells/bash: 4.2_p45

Attached is my config.log.

At the bug link you will find the user's details.

May 13 2013, 9:55 PM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added projects to T1498: gpg tries to access files outside of build tree during checks: gnupg, Bug Report, Gentoo.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set External Link to https://bugs.gentoo.org/show_bug.cgi?id=469388 on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl set Version to 1.4 master on T1498: gpg tries to access files outside of build tree during checks.
May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg
alonbl added a comment to T1498: gpg tries to access files outside of build tree during checks.

D174: 375_0001-checks-do-not-access-files-outside-of-build.patch

May 13 2013, 9:37 PM · Gentoo, Bug Report, gnupg

May 5 2013

alonbl added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

pkg-config variant.

There is also ncurses-config option...

May 5 2013, 1:19 PM · Feature Request, Gentoo, pinentry
alonbl added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

D172: 374_pinentry-0.8.2-ncurses-pkg-config.patch

May 5 2013, 1:19 PM · Feature Request, Gentoo, pinentry
alonbl set Version to master on T1494: pinentry to support 'ncurses --with-termlib'.
May 5 2013, 1:18 PM · Feature Request, Gentoo, pinentry
alonbl added projects to T1494: pinentry to support 'ncurses --with-termlib': pinentry, Bug Report, Gentoo.
May 5 2013, 1:18 PM · Feature Request, Gentoo, pinentry
alonbl added a comment to T1494: pinentry to support 'ncurses --with-termlib'.

D173: 373_pinentry-0.8.2-ncurses.patch

May 5 2013, 1:18 PM · Feature Request, Gentoo, pinentry
alonbl set Version to 1.4.1 on T1493: gpgme hungs in test t-verify.
May 5 2013, 12:06 AM · Duplicate, gpgme, Gentoo, Bug Report
alonbl added projects to T1493: gpgme hungs in test t-verify: Bug Report, Gentoo, gpgme.
May 5 2013, 12:06 AM · Duplicate, gpgme, Gentoo, Bug Report

Jan 19 2013

alonbl added a comment to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.

D164: 367_gnupg-2.0.17-gpgsm-gencert.patch

Jan 19 2013, 10:17 PM · Won't Fix, Bug Report, gnupg
alonbl added a comment to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.

D165: 366_gpgsm-gencert.sh.diff

Jan 19 2013, 10:06 PM · Won't Fix, Bug Report, gnupg
alonbl set Version to master on T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter.
Jan 19 2013, 10:06 PM · Won't Fix, Bug Report, gnupg
alonbl added projects to T1466: tools/gpgsm-gencert.sh - don't fail on creation of file_parameter: gnupg, Bug Report.
Jan 19 2013, 10:06 PM · Won't Fix, Bug Report, gnupg

Jan 8 2008

alonbl added a comment to T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".

It works for me too... There are some users, however, that have this issue.

Jan 8 2008, 11:40 AM · Too Old, Gentoo, Bug Report, gnupg

Dec 22 2007

alonbl added a comment to T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".

D39: 149_pinentry-0.7.4-grab.patch

Dec 22 2007, 6:28 AM · Too Old, Gentoo, Bug Report, gnupg
alonbl added a comment to T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".

The expose event does not work too well either.
http://bugs.gentoo.org/show_bug.cgi?id=201951

Dec 22 2007, 6:28 AM · Too Old, Gentoo, Bug Report, gnupg

Dec 20 2007

alonbl set Version to 0.7.4 on T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".
Dec 20 2007, 10:04 PM · Too Old, Gentoo, Bug Report, gnupg
alonbl reopened T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard" as "Open".
Dec 20 2007, 10:04 PM · Too Old, Gentoo, Bug Report, gnupg
alonbl added a comment to T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".

D40: 148_pinentry-0.7.4-grab.patch

Dec 20 2007, 10:04 PM · Too Old, Gentoo, Bug Report, gnupg
alonbl added a comment to T798: app-crypt/pinentry-0.7.2 - gtk2 fails with "** ERROR **: could not grab keyboard".

The revert does not always work.

Dec 20 2007, 10:04 PM · Too Old, Gentoo, Bug Report, gnupg

Dec 13 2007

alonbl added a comment to T811: t-gettime fail.

I don't understand... You succeeded in reproducing this and have an issue with
glibc?
If you do, have you opened some kind of bug report/thread to solve this?

Dec 13 2007, 8:01 PM · Not A Bug, Gentoo, Bug Report, gnupg

Nov 27 2007

alonbl added a comment to T848: libksba - optimization issue.

D46: 146_libksba-1.0.2-segfault.patch

Nov 27 2007, 8:18 AM · Gentoo, Bug Report, Duplicate, libksba
alonbl closed T848: libksba - optimization issue as Resolved.
Nov 27 2007, 8:18 AM · Gentoo, Bug Report, Duplicate, libksba

Nov 20 2007

alonbl reopened T848: libksba - optimization issue as "Open".
Nov 20 2007, 7:27 AM · Gentoo, Bug Report, Duplicate, libksba
alonbl added a comment to T848: libksba - optimization issue.

I would love to be able to add my-self to CC of issues...

Nov 20 2007, 7:27 AM · Gentoo, Bug Report, Duplicate, libksba

Nov 12 2007

alonbl added projects to T848: libksba - optimization issue: libksba, Bug Report, Gentoo.
Nov 12 2007, 6:46 AM · Gentoo, Bug Report, Duplicate, libksba
alonbl set External Link to http://bugs.gentoo.org/show_bug.cgi?id=198648 on T848: libksba - optimization issue.
Nov 12 2007, 6:46 AM · Gentoo, Bug Report, Duplicate, libksba
alonbl set Version to 1.0.2 on T848: libksba - optimization issue.
Nov 12 2007, 6:46 AM · Gentoo, Bug Report, Duplicate, libksba

Sep 13 2007

alonbl changed Version from 2.0.6 to 2.0.5-2.0.7 on T811: t-gettime fail.
Sep 13 2007, 2:35 AM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl added a comment to T811: t-gettime fail.

Please echo of you use this bug database, as you ignore this issue for the last
two versions.

Sep 13 2007, 2:35 AM · Not A Bug, Gentoo, Bug Report, gnupg

Aug 17 2007

alonbl added a comment to T811: t-gettime fail.

glib-2.5
TZ="right/UTC" make check

Aug 17 2007, 6:52 AM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl changed Version from 2.0.5 to 2.0.6 on T811: t-gettime fail.
Aug 17 2007, 6:49 AM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl added a comment to T811: t-gettime fail.

Still not fixed.

Aug 17 2007, 6:49 AM · Not A Bug, Gentoo, Bug Report, gnupg

Jul 20 2007

alonbl added projects to T817: libassuan - compile as PIC: gnupg, Bug Report.
Jul 20 2007, 10:14 PM · gnupg
alonbl set Version to 1.0.2 on T817: libassuan - compile as PIC.
Jul 20 2007, 10:14 PM · gnupg

Jul 8 2007

alonbl set External Link to http://bugs.gentoo.org/show_bug.cgi?id=184535 on T812: scripts/install-sh should be executable.
Jul 8 2007, 1:06 PM · Gentoo, Bug Report, gnupg
alonbl added projects to T812: scripts/install-sh should be executable: gnupg, Bug Report, Gentoo.
Jul 8 2007, 1:06 PM · Gentoo, Bug Report, gnupg
alonbl set Version to 2.0.5 on T812: scripts/install-sh should be executable.
Jul 8 2007, 1:06 PM · Gentoo, Bug Report, gnupg

Jul 7 2007

alonbl added a comment to T811: t-gettime fail.

There is also TAI timezone issue.

Jul 7 2007, 9:22 PM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl set External Link to http://bugs.gentoo.org/show_bug.cgi?id=184484 on T811: t-gettime fail.
Jul 7 2007, 6:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl added projects to T811: t-gettime fail: gnupg, Bug Report, Gentoo.
Jul 7 2007, 6:40 PM · Not A Bug, Gentoo, Bug Report, gnupg
alonbl set Version to 2.0.5 on T811: t-gettime fail.
Jul 7 2007, 6:40 PM · Not A Bug, Gentoo, Bug Report, gnupg