Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Error emerge --ask --verbose --oneshot app-portage/mirrorsel
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
anonymous1234567
n00b
n00b


Joined: 23 Sep 2024
Posts: 4

PostPosted: Mon Sep 30, 2024 3:04 am    Post subject: Error emerge --ask --verbose --oneshot app-portage/mirrorsel Reply with quote

Hello world!
I am installing gentoo following the amd64 handbook
I am at this stage of the book
root #emerge --ask --verbose --oneshot app-portage/mirrorselect
root #mirrorselect -i -o >> /etc/portage/make.conf
Unfortunately, I receive syntax errors and such but i got through all of those but this one is a pain:
"/etc/portage/make.conf", line 19: No closing quotation
Traceback (most recent call last):
File "/usr/lib/python-exec/python3.12/emerge", line 57, in main
retval = emerge_main()
^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/_emerge/main.py", line 1268, in emerge_main
emerge_config = load_emerge_config(action=myaction, args=myfiles, opts=myopts)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/portage/proxy/objectproxy.py", line 30, in __call__
return result(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/_emerge/actions.py", line 2937, in load_emerge_config
emerge_config.trees = portage.create_trees(trees=emerge_config.trees, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/portage/__init__.py", line 641, in create_trees
settings = config(
^^^^^^^
File "/usr/lib/python3.12/site-packages/portage/package/ebuild/config.py", line 440, in __init__
mygcfg = getconfig(
^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/portage/util/__init__.py", line 777, in getconfig
getconfig(
File "/usr/lib/python3.12/site-packages/portage/util/__init__.py", line 852, in getconfig
key = _unicode_decode(lex.get_token())
^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/shlex.py", line 109, in get_token
raw = self.read_token()
^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/shlex.py", line 191, in read_token
raise ValueError("No closing quotation")
ValueError: No closing quotation


This is my /etc/portage/make.conf file
COMMON_FLAGS="-march=alderlake -mtune=alderlake -O3 -pipe -fomit-frame-pointer -flto ${WARNING_FLAGS}"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 ssse3 vpclmul>
MAKEOPTS="-j5 -l10"
EMERGE_DEFAULT_OPTS="--jobs 2 --load-average 10"
PORTAGE_SCHEDULING_POLICY="idle"
PORTAGE_IONICE_COMMAND="ionice -c 2 -n 2 -p \${PID}"
USE="lto"
DISABLE_LTO="-Wno-error=odr-Wno-error=lto-type-mismatch-Wno-error=strict-aliasing -fno-lto"
VIDEO_CARDS="intel”
PORTAGE_NICENESS="15"
ACCEPT_LICENSE="* -@EULA"
LC_MESSAGES=C.utf8


I am not sure what I am actually doing wrong as first of all, line 2 is the default, I haven't changed a thing and line 7 is in line with everything else I have seen online...
I have no clue what this error is for.
I would me most grateful to anyone who can solve this issue for me.
Many thanks in advance!
Back to top
View user's profile Send private message
Chiitoo
Administrator
Administrator


Joined: 28 Feb 2010
Posts: 2693
Location: Here and Away Again

PostPosted: Mon Sep 30, 2024 4:37 am    Post subject: Reply with quote

Greetings and welcome!

First of all, for logs and file content such as this, it's a good idea to use the forums 'Code' tags to preserve output.

As for the issue, check a look at the following line:

Code:
CPU_FLAGS_X86="aes avx avx2 f16c fma3 mmx mmxext pclmul popcnt rdrand sha sse sse2 sse3 sse4_1 sse4_2 ssse3 vpclmul>

The end of line seems erroneous here.

Since the error messages speak of quotes, one good simple way to look into it would be searching for that character in the file.

Doing so, I spotted something a bit more subtle here:

Code:
VIDEO_CARDS="intel”

The closing character here will cause problems as well.
_________________
Kindest of regardses.
Back to top
View user's profile Send private message
fedeliallalinea
Administrator
Administrator


Joined: 08 Mar 2003
Posts: 31207
Location: here

PostPosted: Mon Sep 30, 2024 5:19 am    Post subject: Reply with quote

Moved from Other Things Gentoo to Installing Gentoo.
_________________
Questions are guaranteed in life; Answers aren't.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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