Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
CloverOS/Gentoo -- A gentoo derivative from 4chan
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Unsupported Software
View previous topic :: View next topic  
Author Message
Starrcade
n00b
n00b


Joined: 18 Jul 2017
Posts: 29

PostPosted: Fri Jul 20, 2018 7:05 pm    Post subject: CloverOS/Gentoo -- A gentoo derivative from 4chan Reply with quote

Hello all,

I came across this gentoo-variant made from and based on 4chan called CloverOS;
It's systemD/Poettering free and when I ran it the first time it's actually an automated install of gentoo using a script or two, followed by a binhost
and some of the most aggressive compiler flags in a make.conf;

https://gitgud.io/cloveros/cloveros

Code:
CHOST="x86_64-pc-linux-gnu"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"

CFLAGS="-Ofast -mmmx -mssse3 -pipe -funroll-loops -flto=8 -floop-block -floop-interchange -floop-strip-mine -ftree-loop-distribution"
CXXFLAGS="${CFLAGS}"
CPU_FLAGS_X86="mmx mmxext sse sse2 sse3 ssse3"
USE="-systemd -pulseaudio -avahi -dbus -zeroconf -nls -doc -gnome-keyring -gstreamer -libav -openal -kde -gnome -qt4 -openssl libressl bindist ipv6 minimal jpeg gif png offensive zsh-completion threads aio jit lto graphite pgo numa alsa xinerama wayland egl vulkan opengl opencl glamor vaapi vdpau xvmc jit dri cli"
MAKEOPTS="-j8"
PORTAGE_NICENESS=19
EMERGE_DEFAULT_OPTS="--keep-going=y --autounmask-write=y --jobs=4 -G"
ACCEPT_LICENSE="*"

AR="gcc-ar"
NM="gcc-nm"
RANLIB="gcc-ranlib"

# binutils-config --linker ld.gold


It's been said to migrate from Clover to Gentoo Standard, you could just change the emerge_default opts to not have th e-G flag, but idk how true that is.

My question is--does an automated gentoo install disqualify it's legitimacy as 'Gentoo" itself?
Back to top
View user's profile Send private message
NeddySeagoon
Administrator
Administrator


Joined: 05 Jul 2003
Posts: 54236
Location: 56N 3W

PostPosted: Fri Jul 20, 2018 7:42 pm    Post subject: Reply with quote

Starrcade,

Gentoo itself has has several official installers over the years, so no.
_________________
Regards,

NeddySeagoon

Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail.
Back to top
View user's profile Send private message
jesnow
l33t
l33t


Joined: 26 Apr 2006
Posts: 856

PostPosted: Tue Jun 09, 2020 7:31 pm    Post subject: Reply with quote

I've been trying CloverOS out for the past couple months and wanted to give some of my impressions:
[After a couple months more: the gift that keeps on giving].

1) Is it Gentoo?

Yes it's gentoo. [edit: No it's CloverOS] It's a binhosted gentoo compiled for his particular tastes, with his super-riced compiler flags and use flags. You pretty much have to go with those in order for the binhost to be of much use. He activates about 40 or so super-ricer overlays, just that cost me a funking day to go get standard versions.

2) Is it cool?

Yes it's cool. You do a full emerge -e world in a few minutes on a fast connection as opposed to whatever.

3) Does it work?

Some things just fine others maddening. He has decided for some pretty aggressive choices, and you're pretty much locked into them, like libressl over openssl, like gold linker over ld.bfd. the latter cost me a day because you can't build a kernel with gold right now, and I couldn't figure out how to use the normal linker just for kernel compiles. In fact the make.conf is pretty spare (except for about a hundred optimizations and use flags), I don't know how he sets half this stuff. [edit: I do now.] Other things were just frustrating. Middle click to paste was turned off in the x server, but I couldn't figure out how or why. You'd think someone would notice this. The EFI install was extremely frustrating, but I got it to work.

4) Is it an easy installer for gentoo?

No. [edit: NOOO!!! DO NOT DO THIS] I'd go the standard route. He has made so many hard coded choices for you that are difficult to back out. It was frustrating to put in so much work just to get back to my very vanilla setup. Not there yet in fact. [edit:] Unless you *thoroughly* understand how he has set everything up for maximum performance you will not be able to maintain it. Almost EVERY package has a custom build environment buried in /etc/portage/env. All optimizations are on by default, and turned *off* there in individual cases. This results in a nice fast system, and it's a remarkable level of tinkering and testing that must have produced this, hats off to him. But installing this binhost and then switching to normal gentoo will not go well unless you are among the truly annointed among ricers.

5) What does it mean for gentoo?

What's cool is you can use his scripts to make your own distro. I don't know why a thousand binary distros based on this idea haven't sprouted. What gentoo could do is revive the live boot cd based on a more vanilla gentoo, that would get you to the first emerge -e @world a hell of a lot faster than using a stage 3 tarball.

Cheers,

Jon.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Unsupported Software All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum