View Single Post
  #6   (View Single Post)  
Old 9th May 2008
mtx's Avatar
mtx mtx is offline
Real Name: Valentin Bud
Fdisk Soldier
 
Join Date: May 2008
Location: RO/TM
Posts: 79
Default

Quote:
Originally Posted by chavez243 View Post
[CODE]configure: WARNING: you should use --build, --host, --target
configure: loading cache .././config.cache
configure: error: `CFLAGS' has changed since the previous run:
1 configure: former value: -O2 -pipe -fno-strict-aliasing
2 configure: current value: -O2 -pipe -fno-strict-aliasing

configure: error: changes in the environment can compromise the build
configure: error: run `make distclean' and/or `rm .././config.cache' and start over
I suppose that you have updated the ports tree soon and that cyrus was installed before.
the problem lies in the two red colored lines. When you first run the installation the config cached and mean time in the Makefile of the port one
space was taken out between -pipe and -fno-strict-aliasing.
The former value 1 had an extra space. Try what the script yields, that is `rm .././config.cache` and/or `make distclean` and start over.

PS: my quote doesn't show the spaces (even though they are there), take a look at your OP and you'll know what i am talking about.

all the best,
v
__________________
Stop! think! ... the problem is somewhere between the monitor and chair...
"First they ignore you, then they laugh at you, then they fight you, then you win." Gandhi
links: spreadbsd syk

Last edited by mtx; 9th May 2008 at 12:50 PM. Reason: PS added
Reply With Quote