Re: [Bug 1737432] Re: missing 'misc' folder

2018-03-08 Thread Cezary Tarnowski
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

[Bug 1737432] [NEW] missing 'misc' folder

2017-12-10 Thread Cezary Tarnowski
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

[Bug 623203] [NEW] Missing flag on compilation causes some parts of code not to be compiled

2010-08-24 Thread Cezary Tarnowski
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 *