- 12 Feb, 2020 7 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-
In Ubuntu, we are in the process of moving the i386 architecture to a compatibility-only layer on amd64, and therefore we are also moving our autopkgtest infrastructure to test i386 binaries in a cross-environment. This requires changes to some tests so that they are cross-aware and can do the right thing. The libgpg-error tests currently fail in this environment, because they include a build test that does not invoke the toolchain in a cross-aware manner. I've verified that the attached patch lets the tests successfully build (and run) i386 tests on an amd64 host. Note that upstream autopkgtest doesn't currently set DEB_HOST_ARCH so this is a complete no-op in Debian for the moment. Support for cross-testing in autopkgtest is currently awaiting review at ci-team/autopkgtest!69 and once landed, will still have no effect unless autopkgtest is invoked with a '-a' option. So this change should be safe to land in your package despite this not being upstream in autopkgtest.
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Update to upstream version '1.37' with Debian dir fbb53f6dbaa29517f904b2709d252dfed2edeb05
-
Daniel Kahn Gillmor authored
-
- 07 Feb, 2020 3 commits
-
-
Werner Koch authored
-
Werner Koch authored
--
-
Werner Koch authored
--
-
- 06 Feb, 2020 2 commits
-
-
Werner Koch authored
* src/gpg-error.c (get_err_from_codesymbol): New. (main): Use it here. -- Saves lot of typing for example when looking up an error description using --desc. Signed-off-by:Werner Koch <wk@gnupg.org>
-
Werner Koch authored
* src/Makefile.am: Remove no_undefined macro. -- This helps to build on Cygwin and does the right thing anyway because we do not have any dependencies in gpgrt. Thanks to Michael Haubenwaller to explain this and propose a patch. GnuPG-bug-id: 4474 Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 23 Jan, 2020 1 commit
-
-
NIIBE Yutaka authored
Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 07 Jan, 2020 1 commit
-
-
NIIBE Yutaka authored
* src/Makefile.am (mkheader): Remove -O0 option. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 13 Dec, 2019 1 commit
-
-
Werner Koch authored
* src/err-codes.h.in: Add GPG_ERR_SQL_ codes. * src/gpg-error.h.in (gpg_err_code_from_sqlite): New. Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 09 Dec, 2019 1 commit
-
-
NIIBE Yutaka authored
-- Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 24 Sep, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/gpg-error.c (main): Fix conditional compilation. -- Reported-by:
Rey Abeleda <reynaldo.abeleda@nab.com.au> Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Sep, 2019 4 commits
-
-
NIIBE Yutaka authored
* tests/t-b64.c (test_b64dec_string): De-allocate. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/sysutils.c (_gpgrt_setenv): Avoid call with value=NULL. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/logging.c (fun_writer): Fix for socket_dir_cb. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (do_list_remove): Only access ITEM->NEXT when it's not null. GnuPG-bug-id: 4698 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 10 Sep, 2019 1 commit
-
-
Werner Koch authored
src/err-codes.h.in (GPG_ERR_KEYBOXD): Add missing tabs. -- Fixes-commit: c6d9598a Signed-off-by:
Werner Koch <wk@gnupg.org>
-
- 08 Sep, 2019 1 commit
-
-
Werner Koch authored
* src/estream-printf.c (pr_string): Here. -- GnuPG-bug-id: 4698 Signed-off-by:Werner Koch <wk@gnupg.org>
-
- 04 Sep, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/gpgrt-config.in: Support Libs.private and Requires.private. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 23 Aug, 2019 2 commits
-
-
NIIBE Yutaka authored
* src/estream.c [HAVE_POLL_H] (_gpgrt_poll): Catch POLLHUP event for want_read. -- At EOF, here is a difference of semantics between poll(2) and select(2). For poll(2), detection of EOF is an event of POLLHUP, not POLLIN. Fixes-commit: a21a7de8 Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (_gpgrt_poll): Go to leave, when something is ready. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 22 Aug, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/estream.c (_gpgrt_poll): Fix for want_oob. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 05 Aug, 2019 1 commit
-
-
Werner Koch authored
--
-
- 25 Jul, 2019 2 commits
-
-
NIIBE Yutaka authored
* src/estream.c (tmpfd): Use intptr_t. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org> -
NIIBE Yutaka authored
* src/estream.c (IS_INVALID_FD): Simply compare to -1. -- Perhaps, when it was written at first, use of HANDLE was in mind. Now, we have different set of methods for Windows, and this macro is only for integer fd access, no need of ifdef/endif. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 24 Jul, 2019 1 commit
-
-
NIIBE Yutaka authored
* src/spawn-w32.c (handle_to_fd): Use intptr_t type. -- See the section of _open_osfhandle in C Run-Time Library Reference. Signed-off-by:
NIIBE Yutaka <gniibe@fsij.org>
-
- 18 Jul, 2019 1 commit
-
-
Daniel Kahn Gillmor authored
* doc/Makefile.am: add CPPFLAGS_FOR_BUILD for yat2m-for-build (other flags were already present). * src/Makefile.am: add {CFLAGS,CPPFLAGS,LDFLAGS}_FOR_BUILD for mkhelper, mkw32errmap, and mkerrcodes. Debian-bug-id: 932213 GnuPG-bug-id: 4643 Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net>
-
- 16 Jul, 2019 4 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
See https://bugs.debian.org/932213
-
Daniel Kahn Gillmor authored
autopkgtest fails by default if any messages arrive on stderr. The first time any user invokes wine, they get a lot of messages to stderr, like this (some of this happens when no X11 environment is present, but other parts are always present): wine: created the configuration directory '/home/dkg/.wine' 0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} 0012:err:ole:marshal_object couldn't get IPSFactory buffer for interface {6d5140c1-7436-11ce-8034-00aa006009fa} 0012:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x80004002 0012:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 80004002 0012:err:ole:get_local_server_stream Failed: 80004002 0014:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0014:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 0 0014:err:ole:marshal_object couldn't get IPSFactory buffer for interface {00000131-0000-0000-c000-000000000046} 000b:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 000b:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. 0014:err:ole:apartment_createwindowifneeded CreateWindow failed with error 14007 0014:err:ole:StdMarshalImpl_MarshalInterface Failed to create ifstub, hres=0x800736b7 0014:err:ole:CoMarshalInterface Failed to marshal the interface {6d5140c1-7436-11ce-8034-00aa006009fa}, 800736b7 0014:err:ole:get_local_server_stream Failed: 800736b7 0010:err:winediag:nodrv_CreateWindow Application tried to create a window, but no driver could be loaded. 0010:err:winediag:nodrv_CreateWindow Make sure that your X server is running and that $DISPLAY is set correctly. Could not load wine-gecko. HTML rendering will be disabled. wine: configuration in '/home/dkg/.wine' has been updated. We invoke "hostname.exe" to trigger this stderr spew and send it to stdout (instead of stderr) just to get the spew out of the way. I chose hostname.exe because it is a simple, non-modifying thing to run and it ships with libwine, which should already be installed. Signed-off-by:
Daniel Kahn Gillmor <dkg@fifthhorseman.net> -
Daniel Kahn Gillmor authored
This variable is documented in wine64(1). I think we shouldn't need to set it explicitly (see https://bugs.debian.org/932201), but for now we can do so.
-
- 15 Jul, 2019 4 commits
-
-
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
Apparently wine64 doesn't install anything in /usr/bin directly. and /usr/bin/wine (from wine-stable) always wants to print this error message on a pure amd64 system: it looks like wine32 is missing, you should install it. multiarch needs to be enabled first. as root, please execute "dpkg --add-architecture i386 && apt-get update && apt-get install wine32" I can omit the error message if i set something like WINEDEBUG=-all (from reading the shell in /usr/bin/wine) but i don't want to disbable WINE debugging data that might otherwise be relevant. So i'm just working around this by setting the path explicitly. Reading /usr/bin/wine, it looks to me like wine32 is found as "wine" also, not "wine32", so i'm updating that here too. -
Daniel Kahn Gillmor authored
-
Daniel Kahn Gillmor authored
-