
adessemond
Members-
Content Count
19 -
Joined
-
Last visited
-
Days Won
2
adessemond last won the day on February 3 2015
adessemond had the most liked content!
About adessemond
-
Rank
Member
-
1. Are your zfs modules loaded ? 2. What are saying your system logs?
-
Compatibility with Intel Edison Breakout Board
adessemond replied to developer.xeye's topic in General Discussion
Yes definitely, this is a x86 SoC (Atom processor). I don't own one by myself but someone shared some notes: http://gentoo.ed-solutions.de/dokuwiki/start:edison I don't promise you it will be straightforward process, you might swear after getting the correct kernel configuration. -
Hi, Just to make you aware that I did a more than overdue clean up with dev-util/codelite. Latests ebuilds in portage match the latest 9.x series and very older versions have been removed. See https://bugs.funtoo.org/browse/FL-3165
-
Everything back in working order thanks.
-
Just in case of this has not been corrected yet.... If opening a bug is preferable, will do. !!! Fetched file: corenetwork-1.5.3.tar.gz VERIFY FAILED! !!! Reason: Insufficient data for checksum verification !!! Got: !!! Expected: MD5 RMD160 SHA1 SHA256 SHA512 WHIRLPOOL * Fetch failed for 'sys-apps/corenetwork-1.5.3', Log file: * '/var/tmp/portage/sys-apps/corenetwork-1.5.3/temp/build.log'
-
adessemond reacted to an answer to a question: GCC update
-
adessemond reacted to a post in a topic: Any advantage using 'hardened' for the desktop user?
-
If someone is willing to maintain it, I guess it can be possible. Just a matter of writing a new profile.
-
adessemond reacted to an answer to a question: Need Help updating system
-
Thanks, a good way to promote our work: organize a workshop or a talk at your local LUG. You could be surprised of the interest. Here in Quebec city some friends did that but over several weeks and with an announced step-by-step agenda. More than 20 people attended the training session and this is how they made the Quebec city Gentoo/Funtoo community to be "on the map".
-
VLC 2.2.0 has several problems here => http://forums.funtoo.org/topic/422-forking-vlc/
-
I have not reported this bug so far but vlc 2.2.0 has several troubles: FreeRDP >= 1.2 removed a public function thus => "access/rdp.c:507:5: error: implicit declaration of function ?freerdp_channels_global_uninit? [-Werror=implicit-function-declaration]" The use flag rdp has been removed so a patch must be applied on VLC (or FreeRDP must be downgraded) A lot of use flags are undocumented right now Would forking the package be suitable? At least for the time taken by the upstream to fix it.
-
Good job!
-
adessemond reacted to an answer to a question: Firefox-bin will not exit properly
-
digifuzzy reacted to a post in a topic: Should I use CPU USE Flags in make.conf?
-
spectromas reacted to a post in a topic: Should I use CPU USE Flags in make.conf?
-
Should I use CPU USE Flags in make.conf?
adessemond replied to blaz000's topic in General Discussion
In the case you don't set the use flags related to processor's instructions sets, the softwares you will compile will simply not take any advantage of built-in CPU hardware support for some of their operations. However not all packages but multimedia stuff (typical case) make use of enhanced processor instructions. If you want to check what package use what flag equery h will tell: # equery h mmx * Searching for USE flag mmx ... [IP-] [ ] media-libs/smpeg-0.4.4-r10:0 [IP-] [ ] media-sound/lame-3.99.5-r1:0 [IP-] [ ] media-video/mjpegtools-2.1.0-r2:1 To answer your question: you SHOUL -
Should I use CPU USE Flags in make.conf?
adessemond replied to blaz000's topic in General Discussion
No please don't, CPU flags shown in /proc/cpuinfo are totally unrelated to Funtoo's package system. They only give a hint about what your CPU supports. -
Funtoo systems running under the testing/stable branch (glibc-2.19) are not vulnerable to this exploit (details => http://www.openwall.com/lists/oss-security/2015/01/27/9 ) Taken from the above link, here is a test-case : $cat > GHOST.c << EOF #include <netdb.h> #include <stdio.h> #include <stdlib.h> #include <string.h> #include <errno.h> #define CANARY "in_the_coal_mine" struct { char buffer[1024]; char canary[sizeof(CANARY)]; } temp = { "buffer", CANARY }; int main(void) { struct hostent resbuf; struct hostent *result; int herrno
-
From a command line, try to launch FF with a strace command (it will generate *a lot of* information, don't pay much attention to what is reported by strace at this time) then close FF and note what are the very latest displayed lines. In my case FF exits properly: $ strace firefox execve("/usr/bin/firefox", ["firefox"], [/* 40 vars */]) = 0 brk(0) = 0x193b000 mmap(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0x7f9f3d24a000 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) open("/etc/ld.so.cache", O_RDONL