Yes, it is exactly the same.
On Mar 8, 2018 22:06, "Michael Hudson-Doyle"
wrote:
> Is this the same bug as
> https://bugs.launchpad.net/ubuntu/+source/golang-1.10/+bug/1743598 ?
>
> --
> You received this bug notification because you are subscribed to the bug
> report.
> https://bugs.launchpad.n
Public bug reported:
the original go lang package contains 'misc' folder which is needed by
the trace tool, the trace tool itself is included in ubuntu deb package
but is not able to fully work because it misses the required folder
** Affects: golang-1.9 (Ubuntu)
Importance: Undecided
Public bug reported:
When the library is compiled without DLTM_DESC flag, the dltm_desc is
undefined which can cause some issues while using this lib. To fix this
issue it is necessary to add this flag inside debian/rules file:
16c16
< CFLAGS += -DGMP_DESC
---
> CFLAGS += -DGMP_DESC -DLTM_DESC
*