View previous topic :: View next topic |
Author |
Message |
agrypa1 Apprentice
Joined: 31 Mar 2005 Posts: 244
|
Posted: Thu Sep 25, 2014 8:28 am Post subject: GUI for make.conf? |
|
|
Hi,
"man make.conf" produces so many features portage can use that one wonders why there is no such thing like an ncurses or qt/gtk gui for portage? It would be so much easier to remember those variables and how they can affect the system.... and so on.
For example FEATURES="" has a veriety of options about which many forget.
Do you guys know of any such thing?
Thanks
Agryppa _________________ The first successor of Saint Peter was Linus (a.d. 68-79) - whose namesake became the creator of Linux in our time. Torvalds' middle name is Benedict - the name assumed by the previous Pope who resigned from office. |
|
Back to top |
|
|
charles17 Advocate
Joined: 02 Mar 2008 Posts: 3684
|
Posted: Thu Sep 25, 2014 9:02 am Post subject: Re: GUI for make.conf? |
|
|
Imho it doesn't need very much in make.conf and if one needs to find out which variables exist, just run "emerge --info"
Even with a gui the unexperienced users will wonder what all those variables and their possible values are good for.
In mine, the largest block is created from mirrorselect Code: | CFLAGS="-march=native -O2 -pipe"
CXXFLAGS="${CFLAGS}"
CHOST="x86_64-pc-linux-gnu"
MAKEOPTS="-j2"
FEATURES="sandbox parallel-fetch strict userfetch userpriv usersandbox"
# CCACHE_SIZE="2G"
#
# CCACHE_DIR="/var/tmp/ccache/"
SANE_BACKENDS="genesys"
INPUT_DEVICES="evdev synaptics"
LINGUAS="en"
VIDEO_CARDS="intel i915"
USE="-nls"
SYNC="rsync://rsync.europe.gentoo.org/gentoo-portage"
GENTOO_MIRRORS="http://ftp.fi.muni.cz/pub/linux/gentoo/ http://mirror.muntinternet.net/pub/gentoo/ http://ftp-stud.fht-esslingen.de/pub/Mirrors/gentoo/ http://mirrors.sec.informatik.tu-darmstadt.de/gentoo/ http://mirror.jamit.de/gentoo/ http://gentoo.supp.name/ http://mirror.ovh.net/gentoo-distfiles/ http://gentoo.po.opole.pl http://gentoo.tiscali.nl/ http://ftp.ds.karen.hj.se/gentoo/ http://mirror.bih.net.ba/gentoo/ http://mirror.netcologne.de/gentoo/ http://ftp.klid.dk/ftp/gentoo/ http://ftp.snt.utwente.nl/pub/os/linux/gentoo http://gentoo.ynet.sk/pub http://ftp.uni-erlangen.de/pub/mirrors/gentoo http://de-mirror.org/distro/gentoo/ http://ftp.heanet.ie/pub/gentoo/ http://mirror.qubenet.net/mirror/gentoo/ http://ftp.linux.ee/pub/gentoo/distfiles/ http://mirror.cambrium.nl/pub/os/linux/gentoo/ http://gentoo.lagis.at/ http://ftp.spline.inf.fu-berlin.de/mirrors/gentoo/ http://linux.rz.ruhr-uni-bochum.de/download/gentoo-mirror/ http://ftp.ing.umu.se/linux/gentoo/"
PORTAGE_ELOG_SYSTEM="save"
PORTAGE_ELOG_CLASSES="warn error log"
# source /var/lib/layman/make.conf
# Set PORTDIR for backward compatibility with various tools:
# euse - bug #474574
# euses and ufed - bug #478318
PORTDIR="/usr/portage" |
|
|
Back to top |
|
|
Roman_Gruber Advocate
Joined: 03 Oct 2006 Posts: 3846 Location: Austro Bavaria
|
Posted: Thu Sep 25, 2014 3:43 pm Post subject: |
|
|
Ufed is a program to change your useflags of /etc/make.conf
for the other make.conf parameters just use nano and check google what tehy do. |
|
Back to top |
|
|
Genone Retired Dev
Joined: 14 Mar 2003 Posts: 9611 Location: beyond the rim
|
Posted: Fri Sep 26, 2014 11:12 am Post subject: |
|
|
Simple reasons:
a) Lots of (maintenance) work for almost no benefit.
b) Quite a few (more) people would mess with stuff they don't understand |
|
Back to top |
|
|
|