unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
blob fd5394d93126122b1fb7dee7f60171b43122cc56 1673 bytes (raw)
name: gnu/packages/patches/xpra-5.0-install_libs.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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
 
diff --git a/setup.py b/setup.py
index e254bf99c..90db55c3f 100755
--- a/setup.py
+++ b/setup.py
@@ -663,8 +663,6 @@ if modules_ENABLED:
 # Utility methods for building with Cython
 
 def add_cython_ext(*args, **kwargs):
-    if "--no-compile" in sys.argv and not ("build" in sys.argv and "install" in sys.argv):
-        return
     if not cython_ENABLED:
         raise ValueError(f"cannot build {args}: cython compilation is disabled")
     if cython_tracing_ENABLED:
@@ -1809,9 +1807,6 @@ else:
             if root_prefix.endswith("/usr"):
                 #ie: "/" or "/usr/src/rpmbuild/BUILDROOT/xpra-0.18.0-0.20160513r12573.fc23.x86_64/"
                 root_prefix = root_prefix[:-4]
-            for x in sys.argv:
-                if x.startswith("--root="):
-                    root_prefix = x[len("--root="):]
             print(f"install_data_override.run() root_prefix={root_prefix}")
             build_xpra_conf(root_prefix)
 
@@ -1955,13 +1950,6 @@ else:
             if uinput_ENABLED:
                 add_data_files("lib/udev/rules.d/", ["fs/lib/udev/rules.d/71-xpra-virtual-pointer.rules"])
 
-    #gentoo does weird things, calls --no-compile with build *and* install
-    #then expects to find the cython modules!? ie:
-    #> python2.7 setup.py build -b build-2.7 install --no-compile \
-    # --root=/var/tmp/portage/x11-wm/xpra-0.7.0/temp/images/2.7
-    #otherwise we use the flags to skip pkgconfig
-    if ("--no-compile" in sys.argv or "--skip-build" in sys.argv) and not ("build" in sys.argv and "install" in sys.argv):
-        pkgconfig = no_pkgconfig
 
     if OSX and "py2app" in sys.argv:
         import py2app    #@UnresolvedImport

debug log:

solving fd5394d931 ...
found fd5394d931 in https://yhetil.org/guix-patches/d38be952d6a6fecc658ef570dad55df98974664b.1695185457.git.atai@atai.org/ ||
	https://yhetil.org/guix-patches/d38be952d6a6fecc658ef570dad55df98974664b.1695106027.git.atai@atai.org/ ||
	https://yhetil.org/guix-patches/3311247b0b9368e217e37b7810e0a86f5f32c78c.1694404192.git.atai@atai.org/ ||
	https://yhetil.org/guix-patches/CAJsg1E_4GhMMqhAmkPcY+qwmPv8pukJJUSRu_pj0-8jqdQsgjA@mail.gmail.com/ ||
	https://yhetil.org/guix-patches/5940d9f96a58bcb948f54adabe6fac6cd64f68e3.1695355042.git.atai@atai.org/
found 65d489a3b8 in https://git.savannah.gnu.org/cgit/guix.git
preparing index
index prepared:
100644 65d489a3b8ea5eea6057dc52d97b1204d325973e	gnu/packages/patches/xpra-4.2-install_libs.patch

applying [1/1] https://yhetil.org/guix-patches/d38be952d6a6fecc658ef570dad55df98974664b.1695185457.git.atai@atai.org/
diff --git a/gnu/packages/patches/xpra-4.2-install_libs.patch b/gnu/packages/patches/xpra-5.0-install_libs.patch
similarity index 52%
rename from gnu/packages/patches/xpra-4.2-install_libs.patch
rename to gnu/packages/patches/xpra-5.0-install_libs.patch
index 65d489a3b8..fd5394d931 100644

1:41: trailing whitespace.
 
1:51: trailing whitespace.
 
Checking patch gnu/packages/patches/xpra-4.2-install_libs.patch => gnu/packages/patches/xpra-5.0-install_libs.patch...
Applied patch gnu/packages/patches/xpra-4.2-install_libs.patch => gnu/packages/patches/xpra-5.0-install_libs.patch cleanly.
warning: 2 lines add whitespace errors.

skipping https://yhetil.org/guix-patches/d38be952d6a6fecc658ef570dad55df98974664b.1695106027.git.atai@atai.org/ for fd5394d931
skipping https://yhetil.org/guix-patches/3311247b0b9368e217e37b7810e0a86f5f32c78c.1694404192.git.atai@atai.org/ for fd5394d931
skipping https://yhetil.org/guix-patches/CAJsg1E_4GhMMqhAmkPcY+qwmPv8pukJJUSRu_pj0-8jqdQsgjA@mail.gmail.com/ for fd5394d931
skipping https://yhetil.org/guix-patches/5940d9f96a58bcb948f54adabe6fac6cd64f68e3.1695355042.git.atai@atai.org/ for fd5394d931
index at:
100644 fd5394d93126122b1fb7dee7f60171b43122cc56	gnu/packages/patches/xpra-5.0-install_libs.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).