Gentoo Archives: gentoo-user

From: Neil Bothwick <neil@××××××××××.uk>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] New Installation
Date: Sat, 04 Feb 2017 11:29:29
Message-Id: 20170204112858.5080e7c5@digimed.co.uk
In Reply to: Re: [gentoo-user] New Installation by thelma@sys-concept.com
1 On Sat, 4 Feb 2017 00:22:45 -0700, thelma@×××××××××××.com wrote:
2
3 > emerge --sync gives me error:
4 > "/etc/portage/make.conf", line 11: Invalid variable name
5 > '-Wl,--hash-style'
6 >
7 > Line 11 in make.conf:
8 > USE="-qt4 -hal -arts -berkdb -acl X gtk dvd alsa cdr cups apache2 ssl
9 > foomaticdb truetype kpathsea ppds mysql udev java tiff png usb scanner
10 > gimp gimpprint cgi fam nptl t$
11 >
12 > Here is complete make.conf
13 >
14 > CFLAGS="-march=native -O2 -pipe
15 > CXXFLAGS="${CFLAGS}"
16 > #LDFLAGS="-Wl,-O1 -Wl,--hash-style=gnu"
17 > MAKEOPTS="-j9"
18 >
19 > USE="-qt4 -hal -arts -berkdb -acl X gtk dvd alsa cdr cups apache2 ssl
20 > foomaticdb truetype kpathsea ppds mysql udev java tiff png usb scanner
21 > gimp gimpprint cgi fam nptl t$
22
23 It reports line 11 because that's the end of the file, when the error
24 becomes apparent. The actual error is the missing closing quote on
25 CFLAGS.
26
27
28 --
29 Neil Bothwick
30
31 Vital papers will demonstrate their vitality by moving to where you
32 can't find them.

Replies

Subject Author
Re: [gentoo-user] New Installation thelma@×××××××××××.com
Re: [gentoo-user] New Installation thelma@×××××××××××.com