GNOME Bugzilla – Bug 790337
The build path difference and multi arch conflict
Last modified: 2017-11-16 03:51:23 UTC
Created attachment 363633 [details] Attachment contains necessary change patch in ask.enum-types.h.templates to have reproducibility The BUILD PATH is captured in enumerations comments. The proposed solution is simple edit in atk.enum-types.h.templates USE @basename@ instead of @filename@ to resolve conflict in >=2.26 1.1 arch
(In reply to Astra from comment #0) > Created attachment 363633 [details] PDF is not a valid/useful format for patches, as we would need to copy and transform it to use it. Usually we expect a diff format. If you use git, and you want to submit your last change as a patch: $ git format-patch -1 This command will create a .patch file. > Attachment contains necessary change patch in ask.enum-types.h.templates to > have reproducibility Could you elaborate the problem? What do you mean that you need this change to have reproducibility? What it is failing right now? > The BUILD PATH is captured in enumerations comments. > The proposed solution is simple edit in atk.enum-types.h.templates > > USE @basename@ instead of @filename@ to resolve conflict in >=2.26 1.1 arch There are other GNOME projects like gtk using also @filename@. I see that you already created a bug report for geocode-glib. Should all the gnome modules change @filename@ for @basename@?
Please don't file duplicate reports in Bugzilla... I see you already found bug #789619 before reporting this one. *** This bug has been marked as a duplicate of bug 789619 ***
Thanks Alejandro for more information about creating patch, looking forward to contribute more. @Michael catanzaro I am glad that it bought attention to old bug and gtk lib dependency. I will attest my communications to particular bug...Thanks.