GNU bug report logs - #21425
[PATCH] Remove needless mkstemp() check

Previous Next

Package: guile;

Reported by: Kouhei Sutou <kou <at> cozmixng.org>

Date: Sun, 6 Sep 2015 17:26:01 UTC

Severity: normal

Tags: patch

Done: ludo <at> gnu.org (Ludovic Courtès)

Bug is archived. No further changes may be made.

Full log


Message #10 received at 21425-done <at> debbugs.gnu.org (full text, mbox):

From: ludo <at> gnu.org (Ludovic Courtès)
To: Kouhei Sutou <kou <at> cozmixng.org>
Cc: 21425-done <at> debbugs.gnu.org
Subject: Re: bug#21425: [PATCH] Remove needless mkstemp() check
Date: Thu, 29 Oct 2015 23:59:45 +0100
Kouhei Sutou <kou <at> cozmixng.org> skribis:

> There is mkstemp() check by AC_REPLACE_FUNCS() in
> configure.ac. If mkstemp() isn't found, mkstemp() is defined
> by gnulib-tool.
>
> But mkstemp() is always defined in libguile/mkstemp.c. If we
> define mkstemp() by gnulib-tool, mkstemp() is defined
> twice. It caused a link error.
>
> The situation is caused when we cross-compile Guile by MinGW
> because mkstemp() doesn't exist on Windows.

Indeed.  I pushed as similar patch as efd8a43.

Thank you!

Ludo’.




This bug report was last modified 9 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.