GNU bug report logs -
#40075
guile-3.0.1: --without-threads build failure on NetBSD
Previous Next
Reported by: Thomas Klausner <tk <at> giga.or.at>
Date: Sun, 15 Mar 2020 12:56:01 UTC
Severity: normal
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#40075: guile-3.0.1: --without-threads build failure on NetBSD
which was filed against the guile package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 40075 <at> debbugs.gnu.org.
--
40075: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40075
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi Matt,
Matt Wette <matt.wette <at> gmail.com> skribis:
> Below is a patch against guile-3.0.1.
>
> "make" works, "make check" works.
>
> null-threads.c was not seeing "SCM_USE_NULL_THREADS" so include
> libguile/scmconfig.h
> null-threads.c was not seeing def of SCM_API so include "libguile/scm.h"
> web-server.test used (if (provided? 'threads) <test>) so #undefined if
> no threads.
Perfect! Pushed as 865d48058e6b1604b95a5da49334aaf80a6d6471 and
87bf38c93a7baa4f2c060c24d8e2d354f4771861 (slightly different).
Thank you!
Ludo’.
[Message part 3 (message/rfc822, inline)]
Hi!
guile-2.2.7 builds fine, but when I try to build guile 3.0.1
--without-threads on NetBSD-9.99.49/amd64, I see:
CCLD libguile-3.0.la
ld: .libs/libguile_3.0_la-posix.o: in function `scm_tmpnam':
/scratch/wip/guile30/work/guile-3.0.1/libguile/posix.c:1605: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
CCLD guile
ld: ./.libs/libguile-3.0.so: warning: warning: tmpnam() possibly used unsafely, use mkstemp() or mkdtemp()
ld: ./.libs/libguile-3.0.so: undefined reference to `scm_i_pthread_key_create'
Any ideas how to solve this?
Thanks,
Thomas
This bug report was last modified 5 years and 62 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.