View previous topic :: View next topic |
Author |
Message |
m3xican
Joined: 11 Apr 2006 Posts: 4
|
Posted: Thu Apr 13, 2006 1:35 pm Post subject: ORBit 0.5.17 blocks during configure |
|
|
I have a problem installing ORBit (gnome-libs dependency).
The process blocks during the configure of libIDL on this step:
Code: | checking how to ignore standard include path... |
after pressed CTRL-C I get this error:
Code: | sed: can't read confdefs.h: No such file or directory |
I have tryed to configure the sources by hand (./configure in the ORBit directory) and I have found that this problem is caused by these bolded parameters of the libIDL configure:
Quote: | configure: running /bin/sh './configure' --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man CC=gcc 'CFLAGS= -O2 -march=i686' CPP=cpp 'LDFLAGS= -s' --cache-file=/dev/null --srcdir=. |
in fact if you try to configure using the same line without them, everything works fine.
I'm a new user, so I don't know how this parameters are added by lunar/lin.
Any suggestions to fix this? |
|
Back to top |
|
 |
m3xican
Joined: 11 Apr 2006 Posts: 4
|
Posted: Thu Apr 13, 2006 1:53 pm Post subject: solved |
|
|
reading /var/log/lunar/install/lunar-20060326 and using grep I have found that CC and CPP variables are stored into:
/var/lib/lunar/moonbase/compilers/gcc/plugin.d/optimize-gcc_3_4.plugin
/var/lib/lunar/plugins/optimize-gcc_3_4.plugin
I have commented these lines into those files:
Code: | CC=gcc
CXX=g++
CPP=cpp
|
And the problem has been solved, configure finish its work and ORBit compile.
Now I have removed the comments by these lines.
Is this a bug? |
|
Back to top |
|
 |
sofar

Joined: 11 Aug 2005 Posts: 172
|
Posted: Fri Apr 14, 2006 3:00 am Post subject: |
|
|
could be, please file an issue in the tracker! |
|
Back to top |
|
 |
m3xican
Joined: 11 Apr 2006 Posts: 4
|
Posted: Sat Apr 15, 2006 1:22 am Post subject: ok |
|
|
just done. _________________ Till I collapse...
I will not fall,
I will stand tall...
Feels like no one can beat me
M3xican
Join the Mars, Land of No Mercy adventure... |
|
Back to top |
|
 |
|