Re: buildworld error 8.2-STABLE amd64

看板FB_questions作者時間11年前 (2014/06/14 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串6/6 (看更多)
I ran into this same error on 9.2-Release doing a buildworld. in /etc/make.conf I had: # -O3 can cause older programs to NOT compile, set to -O2 to fix problems CFLAGS= -O3 -pipe -funroll-loops COPTFLAGS= -O2 -pipe -funroll-loops NO_PROFILE=true BUILD_OPTIMIZED=YES BUILD_STATIC=YES WITHOUT_DEBUG=YES #turn off graphic for server WITHOUT_X11=YES WITHOUT_FONTCONFIG=YES OPTIONS_UNSET=X11 SENDMAIL_CFLAGS=-I/usr/local/include -DSASL=2 SENDMAIL_LDFLAGS=-L/usr/local/lib SENDMAIL_LDADD=-lsasl2 ##### end of /etc/make.conf I changed -O3 to -O2 and buildworld completed successfully. CFLAGS= -O2 -pipe -funroll-loops
文章代碼(AID): #1JcpnVMh (FB_questions)
文章代碼(AID): #1JcpnVMh (FB_questions)