search for: golovan

Displaying 5 results from an estimated 5 matches for "golovan".

2009 May 18
1
what happening with gentoo overlay ?
I'am sorry but what happening with gentoo overlay ? It disappeared ebuild x11-base/x11-drm, x11-drivers/xf86-video-nouveau, x11-libs/libdrm. Anybody can explain this ? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 198 bytes Desc: not available Url :
2017 Sep 29
2
HiPE calling convention
...} #[inline(never)] extern "hipe" fn test2(a1:i64, a2:i64) -> i64 { test1(a1, a2) } fn main() { for i in 0..100 { let r=test2(i, i*3); println!("{}", r); } } Could it be that LLVM is wrong here or I am missing something obvious? -- Regards, Denis 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 ...
...urce info for 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...
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/ma...