Summary: | [gnome overlay] dev-util/gdbus-codegen-2.54.3 - gdbus-codegen-2.54.2-sitedir.patch fails: No file to patch. Skipping patch. | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | fkhp <fkhp101> |
Component: | Current packages | Assignee: | Gentoo Linux Gnome Desktop Team <gnome> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hanno, henry-h, kinbot, rjtupas, tswatzke |
Priority: | Normal | Keywords: | PATCH |
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
emerge -pqv build.log environment the working patch to be put in files folder git diff for gdbus-codegen-2.54.3 |
Description
fkhp
2018-01-15 02:08:50 UTC
Created attachment 514838 [details]
emerge -pqv
Created attachment 514840 [details]
build.log
Created attachment 514842 [details]
environment
Created attachment 514844 [details, diff]
the working patch to be put in files folder
# diff -ut files/gd*
--- files/gdbus-codegen-2.54.2-sitedir.patch 2018-01-15 10:06:09.957757463 +0800
+++ files/gdbus-codegen-2.54.2-sitedir.patch.orig 2018-01-15 10:05:39.947718794 +0800
@@ -9,8 +9,8 @@
diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in
index 8050981..c097702 100644
---- a/gdbus-codegen.in
-+++ b/gdbus-codegen.in
+--- a/gio/gdbus-2.0/codegen/gdbus-codegen.in
++++ b/gio/gdbus-2.0/codegen/gdbus-codegen.in
@@ -28,16 +28,7 @@ filedir = os.path.dirname(__file__)
if srcdir is not None:
Created attachment 515298 [details, diff]
git diff for gdbus-codegen-2.54.3
This git diff is a bit better,
it does not touch the older patch
and is ready to be integrated into the git repository:
git apply gdbus-codegen-2.54.3.patch-fix.git.diff
Should work now. Problem was the wrong path in the patch file. I think also that 2.54.2 does not work and is also affected by this. See commit https://gitweb.gentoo.org/proj/gnome.git/commit/?id=2fbb943aebc10b093727e3179b9ac048fcbf4495 for changes in 2.54.3. |