[Bug 1362741] Re: update golang packages to 1.4.2

2015-03-23 Thread Konstantin Astrakhantsev
Updating golang to 1.4.2 version also can fix problem with inconsistent versions of gdb and runtime-go.py https://bugs.launchpad.net/ubuntu/+source/golang/+bug/1435157 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launch

[Bug 1435157] [NEW] runtime-gdb.py incompatible version with gdb

2015-03-22 Thread Konstantin Astrakhantsev
Public bug reported: In Ubuntu 14.10 trying to debug using gdb some program writed on Go is failed. Because of gdb linked with libpython3.4m.so.1.0 => /usr/lib/x86_64-linux-gnu/libpython3.4m.so.1.0 but runtime-gdb.py writed on python2 $ gdb go.prog GNU gdb (Ubuntu 7.8-1ubuntu4) 7.8.0.20141001-cvs

[Bug 1078236] Re: nil pointer error in tendra during optimization

2012-11-14 Thread Konstantin Astrakhantsev
Hello David. I can`t contact with upstream writers because project is deserted. Last stable release come out at 2004. Okay, I will contact with Mark Brown. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bu

[Bug 1078236] [NEW] nil pointer error in tendra during optimization

2012-11-13 Thread Konstantin Astrakhantsev
Public bug reported: In very rare cases during compiling of some c-sources tendracc is fail with inner error. For example, compiling of tendra_nil.c on 10.04.4 and 12.04.1: int f(int a, int b) { return (b & ~a) | ~b; } int main() { f(0, 0); return 0; } $ tendracc tendra