Gentoo Archives: gentoo-user

From: Mick <michaelkintzios@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Do we have to build gcc with fortran now?
Date: Wed, 22 Jun 2011 14:27:59
Message-Id: 201106221525.47375.michaelkintzios@gmail.com
In Reply to: Re: [gentoo-user] Do we have to build gcc with fortran now? by Mark Knecht
1 On Wednesday 22 Jun 2011 14:29:58 Mark Knecht wrote:
2 > On Tue, Jun 21, 2011 at 8:55 PM, Dale <rdalek1967@×××××.com> wrote:
3 > <SNIP>
4 >
5 > > Heads up for folks about to do their updates, check into the USE flag
6 > > fortran to see if you need to add it to yours before updating a bunch of
7 > > stuff.
8 > >
9 > > Dale
10 >
11 > This is my one strange, mystery global use flag. It's been turned on
12 > in make.conf on every Gentoo machine I've run since I started with
13 > Gentoo in 2002. I've been paranoid to turn it off! :-)
14
15 What is your make.profile?
16
17 Here it is not set:
18
19 $ euse -i fortran
20 global use flags (searching: fortran)
21 ************************************************************
22 [- ] fortran - Adds support for fortran (formerly f77)
23
24 local use flags (searching: fortran)
25 ************************************************************
26 no matching entries found
27
28
29 Although gcc seems to have it hardcoded:
30
31 $ euse -I fortran
32 global use flags (searching: fortran)
33 ************************************************************
34 [- ] fortran - Adds support for fortran (formerly f77)
35
36 Installed packages matching this USE flag:
37 sys-devel/gcc-4.4.5
38
39 local use flags (searching: fortran)
40 ************************************************************
41 no matching entries found
42
43
44 $ ls -la /etc/make.profile
45 lrwxrwxrwx 1 root root 56 Dec 16 2010 /etc/make.profile ->
46 ../usr/portage/profiles/default/linux/amd64/10.0/desktop
47 --
48 Regards,
49 Mick

Attachments

File name MIME type
signature.asc application/pgp-signature

Replies

Subject Author
Re: [gentoo-user] Do we have to build gcc with fortran now? Mark Knecht <markknecht@×××××.com>