Gentoo Archives: gentoo-alpha

From: Brian Parkhurst <brianp@×××××××.net>
To: Alexey Chupahin <achupahi@×××××××.ru>, gentoo-alpha@l.g.o
Subject: Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
Date: Fri, 25 Jun 2004 01:37:33
Message-Id: 003401c45a54$fa52ce60$3301a8c0@ICHIRO
1 Basically, I emerge the original package with -uvD (deep dependancy check)
2 My default CFLAGS for use with the Compaq Compiler:
3
4 (Default gcc and g++)
5 /etc/make.conf
6 CFLAGS="-mcpu=ev56 -mtune=ev56 -O3 -pipe"
7
8 I then switch to Compaq CC with:
9 CC=ccc
10 CXX=cxx
11 CFLAGS="-fast -tune ev56 -std1"
12
13 Note if I want even better performance I will change -tune to -arch.
14
15 -std1 means used Strict ANSI
16
17 if -std1 fails, I will try with -std (a more relaxed compiler compatibility)
18 man ccc to see what each does.
19
20 And if that fails I finally reset the CC and CXX environment variables back to gcc and g++ and emerge the one package that failed.
21
22 then go back to ccc compiler for the next package in the dependancy tree
23
24 BTW I started my system out with stage1-1.4-rc1
25 I'm currently building another at work and started at stage3-1.4 similar hardware (actually the same type of hardware).
26 Both systems are AlphaServer 800 5/500 ev56 systems.
27
28 Mozilla takes about 4-6 hours to build. (1.7 emerged today at work)
29
30 alpha-omega # emerge search mozilla
31 Searching...
32 [ Results for search key : mozilla ]
33 [ Applications found : 6 ]
34
35 * mail-client/mozilla-thunderbird
36 Latest version available: 0.7
37 Latest version installed: [ Not Installed ]
38 Size of downloaded files: 32,177 kB
39 Homepage: http://www.mozilla.org/projects/thunderbird/
40 Description: Thunderbird Mail Client
41 License: MPL-1.1 NPL-1.1
42
43 * mail-client/mozilla-thunderbird-bin [ Masked ]
44 Latest version available: 0.7
45 Latest version installed: [ Not Installed ]
46 Size of downloaded files: 9,726 kB
47 Homepage: http://www.mozilla.org/projects/thunderbird
48 Description: The Mozilla Thunderbird Mail & News Reader
49 License: MPL-1.1 | NPL-1.1
50
51 * net-www/mozilla
52 Latest version available: 1.7
53 Latest version installed: 1.7
54 Size of downloaded files: 34,766 kB
55 Homepage: http://www.mozilla.org
56 Description: The Mozilla Application Suite - web browser, email, HTML editor, IRC
57 License: MPL-1.1 NPL-1.1
58
59 * net-www/mozilla-firefox
60 Latest version available: 0.9-r1
61 Latest version installed: [ Not Installed ]
62 Size of downloaded files: 31,600 kB
63 Homepage: http://www.mozilla.org/projects/firefox/
64 Description: The Mozilla Firefox Web Browser
65 License: MPL-1.1 | NPL-1.1
66
67 * net-www/mozilla-firefox-bin [ Masked ]
68 Latest version available: 0.9-r1
69 Latest version installed: [ Not Installed ]
70 Size of downloaded files: 7,953 kB
71 Homepage: http://www.mozilla.org/projects/firefox
72 Description: The Mozilla Firefox Web Browser
73 License: MPL-1.1 NPL-1.1
74
75 * net-www/mozilla-launcher
76 Latest version available: 1.15
77 Latest version installed: 1.15
78 Size of downloaded files: 4 kB
79 Homepage:
80 Description: Script that launches mozilla or firefox
81 License: GPL-2
82
83
84 ----- Original Message -----
85 From: Alexey Chupahin
86 To: Brian C. Parkhurst
87 Sent: Wednesday, June 23, 2004 10:41 PM
88 Subject: Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails
89
90
91 Hi!
92
93
94 I've had success with:
95 mozilla, openldap, samba, sendmail, ssh, apache, and openssl
96
97 Mozilla?
98
99 Please send me how are you do it - I tried to compile many versions >1.0 without any success.
100 What version of Mozilla are you doing and what patches????
101
102 very best regards,
103 Alexey
104
105
106
107 ----------------------------------------------------------------------------
108 --
109 gentoo-alpha@g.o mailing list----------------------------------------------------------------------------
110 Scanned by evaluation version of Dr.Web antivirus Daemon
111 http://drweb.ru/unix/

Replies

Subject Author
Re: [gentoo-alpha] CXX=cxx CXXFLAGS="-host -fast" emerge groff fails Jeff Donsbach <jeff_donsbach@×××××.com>