On 02/04/2017 12:48 AM, Dale wrote:
> [email protected] wrote:
>> On 02/03/2017 11:19 PM, Dale wrote:
>>> [email protected] wrote:
>>>> I've not install Gentoo for some time and have some questions.
>>>>
>>>> It is Solid State Disk 1TB
>>>> I'm using Minimal CD (Bootable USB)
>>>> Created three partition (I did not create SWAP as I have 16GB or RAM)
>>>> I used "fdisk" and follow the instruction from:
>>>> https://wiki.gentoo.org/wiki/Handbook:AMD64/Installation/Disks
>>>>
>>>> Though, I'm a bit confused. I did not see the change root command in
>>>> those instructions.
>>>> Right now I have a prompt: "livecd ~ #"
>>>>
[snip]
This is my make.conf
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
CFLAGS="-march=native -O2 -pipe
CXXFLAGS="${CFLAGS}"
MAKEOPTS="-j9"
USE="bindist"
# WARNING: Changing your CHOST is not something that should be done lightly.
# Please consult http://www.gentoo.org/doc/en/change-chost.xml before changing.
CHOST="x86_64-pc-linux-gnu"
# These are the USE and USE_EXPAND flags that were used for
# buidling in addition to what is provided by the profile.
USE="bindist"
PORTDIR="/usr/portage"
DISTDIR="${PORTDIR}/distfiles"
PKGDIR="${PORTDIR}/packages"
GENTOO_MIRRORS="http://mirror.csclub.uwaterloo.ca/gentoo-distfiles/
http://gentoo.osuosl.org/"
INPUT_DEVICES="evdev"
LINGUAS="en"
L10N="en"
PORTAGE_TMPDIR="/var/tmp"
PORTAGE_TMPFS="/dev/shm"
PORTAGE_NICENESS=3
AUTOCLEAN="yes"
and emerge --sync is giving me an error:
"/etc/portage/make.conf", line 34: No closing quotation
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.4/emerge", line 50, in <module>
retval = emerge_main()
File "/usr/lib64/python3.4/site-packages/_emerge/main.py", line 1196, in
emerge_main
action=myaction, args=myfiles, opts=myopts)
File "/usr/lib64/python3.4/site-packages/portage/proxy/objectproxy.py", line
31, in __call__
return result(*args, **kwargs)
File "/usr/lib64/python3.4/site-packages/_emerge/actions.py", line 2403, in
load_emerge_config
**kwargs)
File "/usr/lib64/python3.4/site-packages/portage/__init__.py", line 585, in
create_trees
env=env, eprefix=eprefix)
File "/usr/lib64/python3.4/site-packages/portage/package/ebuild/config.py",
line 358, in __init__
expand=make_conf, recursive=True)
File "/usr/lib64/python3.4/site-packages/portage/util/__init__.py", line 659,
in getconfig
recursive=False) or {})
File "/usr/lib64/python3.4/site-packages/portage/util/__init__.py", line 718,
in getconfig
key = _unicode_decode(lex.get_token())
File "/usr/lib64/python3.4/shlex.py", line 93, in get_token
raw = self.read_token()
File "/usr/lib64/python3.4/shlex.py", line 169, in read_token
raise ValueError("No closing quotation")
ValueError: No closing quotation
There is nothing on line 34
--
Thelma