unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob 7ed3a2fa1c46407751841943d5871e6f8c5b12bf 977 bytes (raw)
name: gnu/packages/patches/gtk2-fix-failing-test.patch 	 # note: path name is non-authoritative(*)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
 
From 12d8b4e8f2f9c9a7707d1d3fccba382732212e3c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=A1bor=20Boskovits?= <boskovits@gmail.com>
Date: Tue, 5 Dec 2017 20:06:36 +0100
Subject: [PATCH] Fix test failing on new GLib versions.

---
 gtk/abicheck.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gtk/abicheck.sh b/gtk/abicheck.sh
index 0d033fb..53b7bfe 100755
--- a/gtk/abicheck.sh
+++ b/gtk/abicheck.sh
@@ -1,5 +1,5 @@
 #! /bin/sh
 
 cpp -DINCLUDE_VARIABLES -P -DG_OS_UNIX -DGTK_WINDOWING_X11 -DALL_FILES ${srcdir:-.}/gtk.symbols | sed -e '/^$/d' -e 's/ G_GNUC.*$//' -e 's/ PRIVATE//' | sort > expected-abi
-nm -D -g --defined-only .libs/libgtk-x11-2.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | sort > actual-abi
+nm -D -g --defined-only .libs/libgtk-x11-2.0.so | cut -d ' ' -f 3 | egrep -v '^(__bss_start|_edata|_end)' | egrep '^gtk_' | sort > actual-abi
 diff -u expected-abi actual-abi && rm -f expected-abi actual-abi
-- 
2.15.0


debug log:

solving 7ed3a2fa1 ...
found 7ed3a2fa1 in https://yhetil.org/guix-patches/20171205195028.32244-1-boskovits@gmail.com/

applying [1/1] https://yhetil.org/guix-patches/20171205195028.32244-1-boskovits@gmail.com/
diff --git a/gnu/packages/patches/gtk2-fix-failing-test.patch b/gnu/packages/patches/gtk2-fix-failing-test.patch
new file mode 100644
index 000000000..7ed3a2fa1

1:22: trailing whitespace.
 
1:27: trailing whitespace.
-- 
Checking patch gnu/packages/patches/gtk2-fix-failing-test.patch...
1:29: new blank line at EOF.
+
Applied patch gnu/packages/patches/gtk2-fix-failing-test.patch cleanly.
warning: 3 lines add whitespace errors.

index at:
100644 7ed3a2fa1c46407751841943d5871e6f8c5b12bf	gnu/packages/patches/gtk2-fix-failing-test.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).