Gentoo Archives: gentoo-user

From: Stephen <stephen.holiday@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] MYSQL Comple Problem
Date: Thu, 22 Jun 2006 14:13:15
Message-Id: 449AA025.1000900@gmail.com
1 Hey all,
2 I have been trying to setup a virtual hosting system as per the wiki
3 page (http://gentoo-wiki.com/HOWTO_Linux_Virtual_Hosting_Server).
4 However while running
5 #emerge -n postfix
6 It will give me this message while compiling MYSQL.
7
8 ./config.status: line 387: /bin/sh: Argument list too long
9 ./config.status: line 387: /bin/sh: Success
10 make: *** [config.status] Error 1
11 make: *** Waiting for unfinished jobs....
12
13 !!! ERROR: dev-db/mysql-4.1.20 failed.
14 !!! Function mysql_src_compile, Line 441, Exitcode 2
15
16 I don't know if this effects anything, but I am running distcc as it is
17 a P2 box compiling.
18
19 Some stats, not sure if they will help:
20 CFLAGS="-O2 -march=i686 -pipe"
21 CHOST="i686-pc-linux-gnu"
22 CXXFLAGS="${CFLAGS}"
23 MAKEOPTS="-j3"
24 FEATURES="distccd"
25
26 Thanks in advance,
27 Stephen
28 --
29 gentoo-user@g.o mailing list

Replies

Subject Author
[gentoo-user] Re: MYSQL Comple Problem Remy Blank <remy.blank_asps@×××××.com>