After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 790337 - The build path difference and multi arch conflict
The build path difference and multi arch conflict
Status: RESOLVED DUPLICATE of bug 789619
Product: atk
Classification: Platform
Component: build
2.26.x
Other Mac OS
: Normal normal
: ---
Assigned To: ATK maintainer(s)
ATK maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2017-11-14 18:57 UTC by Astra
Modified: 2017-11-16 03:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Attachment contains necessary change patch in ask.enum-types.h.templates to have reproducibility (29.72 KB, application/pdf)
2017-11-14 18:57 UTC, Astra
Details

Description Astra 2017-11-14 18:57:46 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
Comment 1 Alejandro Piñeiro Iglesias (IRC: infapi00) 2017-11-15 07:44:08 UTC
(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@?
Comment 2 Michael Catanzaro 2017-11-15 15:24:16 UTC
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 ***
Comment 3 Astra 2017-11-16 03:51:23 UTC
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.