You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Developers
Hi!
I'm trying to build Prometheus on Illumos (Solaris) I won't bore you with my platform specific porting issues ;-) but I would appreciate any help you folks can offer with promu. I can't seem to get the actual build error message.
When building with "make build" the build eventually fails on "building binaries". I suspect due to some platform specific things I need to fix. However I can't seem to get a decent error message out of the build. It fails with:
I managed to get a bit more information by attempting this build step manually with the "promu -v build" command. However that only yields a backtrace which (I think) just shows a part of the promu execution and not the actual build failure:
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Prometheus Developers
Thanks for the pointer!
I had dismissed those as warnings since there was about a minute between those messages and the actual failing of the build. With the expected platform specific changes 2.24 builds fine!