Displaying 3 results from an estimated 3 matches for "sgolovan".
Did you mean:
golovan
2007 Nov 02
1
tk not installed properly
Hi,
I'm getting the following error:
> install.packages()
--- Please select a CRAN mirror for use in this session ---
Loading Tcl/Tk interface ... Error in fun(...) : Can't find a usable tk.tcl in the following directories:
/usr/share/tcltk/tcl8.4/tk8.4 ./lib/tk8.4 /usr/local/lib/tcltk/tk8.4 /usr/local/share/tcltk/tk8.4 /usr/lib/tcltk/tk8.4 /usr/share/tcltk/tk8.4 ./library
2013 Oct 31
0
Processed (with 2 errors): notfound 706747 in 3.2p1.4-28.1, tagging 706747, fixed 676134 in 3.8.5-2, found 725433 in 2.0.19-2 ...
...r the package 'redis-server' at version '2.6.13-1~bpo70+1' with architecture ''
Unable to make a source version for version '2.6.13-1~bpo70+1'
No longer marked as fixed in versions 2.6.13-1~bpo70+1.
> notfixed 717086 8.5.0-2.1
Bug #717086 {Done: Sergei Golovan <sgolovan at nes.ru>} [src:tcltk-defaults] Dependency is broken in package 'tk'
No longer marked as fixed in versions 8.5.0-2.1.
> notfixed 716834 1.3.2-3
Bug #716834 {Done: ucko at debian.org (Aaron M. Ucko)} [libfltk1.3-dev] libfltk1.3-dev: --ldflags should contain -ldl
No longer marked as fi...
2020 Jun 01
1
[PATCH] erlang: Port to libei for Erlang 23
From: Sergei Golovan <sgolovan@gmail.com>
Replace the use of liberl_interface, which is removed in Erlang 23,
by libei. The implementation uses the ei_decode_iodata() function
which has been introduces only for Erlang 23, so it doesnt work with
earlier Erlang versions.
---
erlang/Makefile.am | 1 -
erlang/main.c |...