pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

guile30: --without-threads works, remove TODO



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <tk%giga.or.at@localhost>
Pushed By:	wiz
Date:		Mon Mar 7 22:17:05 2022 +0100
Changeset:	1a0e0b8f16176c94826a76d861e3355c80b3567d

Modified Files:
	guile30/TODO

Log Message:
guile30: --without-threads works, remove TODO

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=1a0e0b8f16176c94826a76d861e3355c80b3567d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 guile30/TODO | 18 ------------------
 1 file changed, 18 deletions(-)

diffs:
diff --git a/guile30/TODO b/guile30/TODO
index 46d584ac4d..3ba1e6edaf 100644
--- a/guile30/TODO
+++ b/guile30/TODO
@@ -13,21 +13,3 @@ Perhaps fixed upstream
 
 \todo Explain why we want to give this arg.  Just vague best
 practices?
-
-* THREADS
-
-Without threads support, doesn't build:
-
-  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'
-
-Reported upstream as http://debbugs.gnu.org/cgi/bugreport.cgi?bug=40075
-
-(Probably fixed in 3.0.3, based on bug)
-
-Perhaps make a no-threads option, but it is not clear why we care
-about the non-threaded case.


Home | Main Index | Thread Index | Old Index