On Fri, Nov 4, 2016 at 9:19 AM arnaud gaboury <arnaud.gaboury@xxxxxxxxx> wrote:
What can I do to solve this issue ?- adding %global _missing_build_ids_terminate_build 0Googling it, I found a few "tricks" which I tried but don't work:I am writing a spec file to build an app.The build failed with this error:
*** ERROR: No build ID note found in /home/makerpm/rpmbuild/BUILDROOT/mattermost-3.4-1.fc24.x86_64/usr/share/webapps/mattermost/bin/platform
- Adding "LDFLAGS+=--build-id"
Not sure it is a good idea, but adding this :
%define debug_package %{nil}
%define debug_package %{nil}
removed the error and package builds fine.
Is this a solution or a dirty trick to avoid ?
Thank you for help.Note: the application is written in Go.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx