|
>>> Messages generated by process 3752 on 2011-03-10 19:22:27 CST for package app-office/openoffice-3.2.1-r1:
WARN: setup
It is important to note that OpenOffice.org is a very fragile
build when it comes to CFLAGS. A number of flags have already
been filtered out. If you experience difficulty merging this
package and use aggressive CFLAGS, lower the CFLAGS and try to
merge again.
Also if you experience a build break, please make sure to retry
with MAKEOPTS=-j1 before filing a bug.
ERROR: compile
ERROR: app-office/openoffice-3.2.1-r1 failed (compile phase):
Build failed
Call stack:
ebuild.sh, line 56: Called src_compile
environment, line 8504: Called die
The specific snippet of code:
make || die "Build failed"
If you need support, post the output of 'emerge --info =app-office/openoffice-3.2.1-r1',
the complete build log and the output of 'emerge -pqv =app-office/openoffice-3.2.1-r1'.
The complete build log is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/build.log'.
The ebuild environment file is located at '/var/tmp/portage/app-office/openoffice-3.2.1-r1/temp/environment'.
S: '/var/tmp/portage/app-office/openoffice-3.2.1-r1/work/ooo'
make.conf原来是
CFLAGS="-march=core2 -pipe -O2 -fomit-frame-pointer"
MAKEOPTS=-j3
先是改 MAKEOPTS=-j1,编译同样出这个提示,后来把CFLAGS="-march=core2“还是出这个出这个提示. |
|