public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] cannot emerge --config sys-lib/timezone-data yet
@ 2020-10-18 13:19 Jude DaShiell
  2020-10-18 13:23 ` Todd Goodman
  0 siblings, 1 reply; 3+ messages in thread
From: Jude DaShiell @ 2020-10-18 13:19 UTC (permalink / raw
  To: gentoo-user

Apparently a missing quote in /etc/portage/make.conf but I can't find
where that would be now.

'# 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.
COMMON_FLAGS="--march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j9"
ACCEPTLICENSE="@EULA"
USE="x a52 aac acpi accessibility alsa audiofile calendar cdda cdr cracklib crypt css dbus debug dvdr espeak ffmpeg fftw flac fortran ftp git gnome gtk gui imap ipv6 mad mp3 mp4 mpeg mplayer mtp multilib mysql mysqli ncurses nntp nsplugin offensive ogg openal opus pcre pda pdf perl php pie plotutils policykit portaudio posix postgres -pulseaudio python qt4 qt5 quicktime readline recode rss ruby sasl seccomp slang smp sndfile snmp sockets sound sox speex spell sqlite ssl startup-notification static-libs subversion symlink syslog szip taglib tcl tcmalloc tcpd telemetry test threads tidy timidity udev udisks unicode unwind upnp upnp-av usb v4l vaapi vcd vdpau verify-sig videos vim-syntax vorbis wavpack -wayland wifi wxwidgets x264 xattr xcomposite xemacs xml zip xv xvid zlib zstd"

# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/var/db/repos/gentoo"
DISTDIR="/var/cache/distfiles"
PKGDIR="/var/cache/binpkgs"

# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C

GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.cs.utah.edu/"


-- 



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] cannot emerge --config sys-lib/timezone-data yet
  2020-10-18 13:19 [gentoo-user] cannot emerge --config sys-lib/timezone-data yet Jude DaShiell
@ 2020-10-18 13:23 ` Todd Goodman
  2020-10-18 13:31   ` Jude DaShiell
  0 siblings, 1 reply; 3+ messages in thread
From: Todd Goodman @ 2020-10-18 13:23 UTC (permalink / raw
  To: gentoo-user

The very first line has a single quote as the first character

On 10/18/2020 9:19 AM, Jude DaShiell wrote:
> Apparently a missing quote in /etc/portage/make.conf but I can't find
> where that would be now.
>
> '# 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.
> COMMON_FLAGS="--march=native -O2 -pipe"
> CFLAGS="${COMMON_FLAGS}"
> CXXFLAGS="${COMMON_FLAGS}"
> FCFLAGS="${COMMON_FLAGS}"
> FFLAGS="${COMMON_FLAGS}"
> MAKEOPTS="-j9"
> ACCEPTLICENSE="@EULA"
> USE="x a52 aac acpi accessibility alsa audiofile calendar cdda cdr cracklib crypt css dbus debug dvdr espeak ffmpeg fftw flac fortran ftp git gnome gtk gui imap ipv6 mad mp3 mp4 mpeg mplayer mtp multilib mysql mysqli ncurses nntp nsplugin offensive ogg openal opus pcre pda pdf perl php pie plotutils policykit portaudio posix postgres -pulseaudio python qt4 qt5 quicktime readline recode rss ruby sasl seccomp slang smp sndfile snmp sockets sound sox speex spell sqlite ssl startup-notification static-libs subversion symlink syslog szip taglib tcl tcmalloc tcpd telemetry test threads tidy timidity udev udisks unicode unwind upnp upnp-av usb v4l vaapi vcd vdpau verify-sig videos vim-syntax vorbis wavpack -wayland wifi wxwidgets x264 xattr xcomposite xemacs xml zip xv xvid zlib zstd"
>
> # NOTE: This stage was built with the bindist Use flag enabled
> PORTDIR="/var/db/repos/gentoo"
> DISTDIR="/var/cache/distfiles"
> PKGDIR="/var/cache/binpkgs"
>
> # This sets the language of build output to English.
> # Please keep this setting intact when reporting bugs.
> LC_MESSAGES=C
>
> GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/ http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo https://gentoo.osuosl.org/ http://gentoo.osuosl.org/ http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/ http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/ rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo http://gentoo.cs.utah.edu/"
>
>


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-user] cannot emerge --config sys-lib/timezone-data yet
  2020-10-18 13:23 ` Todd Goodman
@ 2020-10-18 13:31   ` Jude DaShiell
  0 siblings, 0 replies; 3+ messages in thread
From: Jude DaShiell @ 2020-10-18 13:31 UTC (permalink / raw
  To: gentoo-user

Hi, I found that quote on the first line and was wondering if that was
correct format or if my fat fingers made that happen.  Apparently my fat
fingers, thanks!

On Sun, 18 Oct 2020, Todd Goodman wrote:

> Date: Sun, 18 Oct 2020 09:23:22
> From: Todd Goodman <tsg@bonedaddy.net>
> Reply-To: gentoo-user@lists.gentoo.org
> To: gentoo-user@lists.gentoo.org
> Subject: Re: [gentoo-user] cannot emerge --config sys-lib/timezone-data yet
>
> The very first line has a single quote as the first character
>
> On 10/18/2020 9:19 AM, Jude DaShiell wrote:
> > Apparently a missing quote in /etc/portage/make.conf but I can't find
> > where that would be now.
> >
> > '# 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.
> > COMMON_FLAGS="--march=native -O2 -pipe"
> > CFLAGS="${COMMON_FLAGS}"
> > CXXFLAGS="${COMMON_FLAGS}"
> > FCFLAGS="${COMMON_FLAGS}"
> > FFLAGS="${COMMON_FLAGS}"
> > MAKEOPTS="-j9"
> > ACCEPTLICENSE="@EULA"
> > USE="x a52 aac acpi accessibility alsa audiofile calendar cdda cdr cracklib
> > crypt css dbus debug dvdr espeak ffmpeg fftw flac fortran ftp git gnome gtk
> > gui imap ipv6 mad mp3 mp4 mpeg mplayer mtp multilib mysql mysqli ncurses
> > nntp nsplugin offensive ogg openal opus pcre pda pdf perl php pie plotutils
> > policykit portaudio posix postgres -pulseaudio python qt4 qt5 quicktime
> > readline recode rss ruby sasl seccomp slang smp sndfile snmp sockets sound
> > sox speex spell sqlite ssl startup-notification static-libs subversion
> > symlink syslog szip taglib tcl tcmalloc tcpd telemetry test threads tidy
> > timidity udev udisks unicode unwind upnp upnp-av usb v4l vaapi vcd vdpau
> > verify-sig videos vim-syntax vorbis wavpack -wayland wifi wxwidgets x264
> > xattr xcomposite xemacs xml zip xv xvid zlib zstd"
> >
> > # NOTE: This stage was built with the bindist Use flag enabled
> > PORTDIR="/var/db/repos/gentoo"
> > DISTDIR="/var/cache/distfiles"
> > PKGDIR="/var/cache/binpkgs"
> >
> > # This sets the language of build output to English.
> > # Please keep this setting intact when reporting bugs.
> > LC_MESSAGES=C
> >
> > GENTOO_MIRRORS="http://gentoo.mirrors.easynews.com/linux/gentoo/
> > http://www.gtlib.gatech.edu/pub/gentoo rsync://rsync.gtlib.gatech.edu/gentoo
> > https://gentoo.osuosl.org/ http://gentoo.osuosl.org/
> > http://gentoo.mirrors.pair.com/ https://mirrors.rit.edu/gentoo/
> > http://mirrors.rit.edu/gentoo/ ftp://mirrors.rit.edu/gentoo/
> > rsync://mirrors.rit.edu/gentoo/ http://gentoo.mirrors.tds.net/gentoo
> > http://gentoo.cs.utah.edu/"
> >
> >
>
>
>

-- 



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-10-18 13:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-18 13:19 [gentoo-user] cannot emerge --config sys-lib/timezone-data yet Jude DaShiell
2020-10-18 13:23 ` Todd Goodman
2020-10-18 13:31   ` Jude DaShiell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox