unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
blob bd3ae5ba5b231963286a2797f9a6df209bcb340a 375 bytes (raw)
name: gnu/packages/patches/libpthread-remove-duplicate.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
 
There is a definition of __libc_getspecific in libpthread that causes the
build to fail. Remove it.
--- a/libpthread/pthread/cthreads-compat.c
+++ b/libpthread/pthread/cthreads-compat.c
@@ -70,12 +70,6 @@
   return 0;
 }
 
-void *
-__libc_getspecific (cthread_key_t key)
-{
-  return pthread_getspecific (key);
-}
-
 int
 cthread_setspecific (cthread_key_t key, void *val)
 {

debug log:

solving bd3ae5b ...
found bd3ae5b in https://yhetil.org/guix-devel/CAFtzXzMUWGhrVNPtam2tXZo_2ST_fFwD4isJSMbFXi8AZeBS-Q@mail.gmail.com/

applying [1/1] https://yhetil.org/guix-devel/CAFtzXzMUWGhrVNPtam2tXZo_2ST_fFwD4isJSMbFXi8AZeBS-Q@mail.gmail.com/
diff --git a/gnu/packages/patches/libpthread-remove-duplicate.patch b/gnu/packages/patches/libpthread-remove-duplicate.patch
new file mode 100644
index 0000000..bd3ae5b

1:14: trailing whitespace.
 
Checking patch gnu/packages/patches/libpthread-remove-duplicate.patch...
Applied patch gnu/packages/patches/libpthread-remove-duplicate.patch cleanly.
warning: 1 line adds whitespace errors.

index at:
100644 bd3ae5ba5b231963286a2797f9a6df209bcb340a	gnu/packages/patches/libpthread-remove-duplicate.patch

(*) Git path names are given by the tree(s) the blob belongs to.
    Blobs themselves have no identifier aside from the hash of its contents.^

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).