
lego12239
Members-
Content Count
19 -
Joined
-
Last visited
-
Days Won
2
lego12239 last won the day on February 8 2019
lego12239 had the most liked content!
About lego12239
-
Rank
Member
Personal
-
Location
Russia
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Hi. It seems that this is not ego problem. May be some firewall or proxy? What curl -v -X HEAD https://github.com/funtoo/meta-repo is show?
-
Yeah. But i have no permission to do this :-).
-
Hi. Sorry for a late reply - just saw your post. Try to change LLVM_MAX_SLOT to 11 in the ebuild. Or simply use kit from https://github.com/lego12239/firefox-kit
-
Hi, all. How to tell "ego sync" to update my kit? When i set auto-sync to yes nothing is happened.
-
Please, show the output of lspci.
-
Wow. Didn't know about this :-D. I always use /boot/... in grub.cfg .
-
What does it mean? What error message or what behaviour do you see? Do you really have kernel and initramfs in the fs root(instead of /boot)?
-
Funtoo Minimal Stage3 is nearly twice as large as Gentoo's
lego12239 replied to yxprogramming's question in Installation Help
Unpack funtoo stage3, remove kernel with all kernel modules and pack it again. And you will get as small stage3 as gentoo has :-D. -
May be we can remove firefox*.sh files, but there is wayland support, IIUC. I don't use wayland, thus i just stayed they intact.
-
-
Hi, all. Please, test firefox 78 ebuild - https://bugs.funtoo.org/browse/FL-7678 Steps(as root): 1. download firefox.ebuild.txz 2. [as root] cd /var/git/meta-repo/kits/browser-kit/www-client/firefox; unxz -c ~/firefox.ebuild.txz | tar -x 3. emerge -a =firefox-78.4.1 NOTES: - I had not working mouse wheel scrolling; to fix this i place in my browser start script "export MOZ_USE_XINPUT2=0" before firefox start line; - I had not working http basic auth until i disabled "Browsec VPN - Free VPN for Firefox" addon. firefox.ebuild.txz
-
Another one issue may be. In src_install() we have But we specify EPREFIX in src_configure() for "configure --prefix". IIUC, in this case we should use $D with emake.
-
Found answer here - https://www.funtoo.org/Portage_Variables : The same for EROOT.
-
I use custom scripts: https://bugs.funtoo.org/browse/FL-6305