[Gambas-devel] ./reconf and/or ./reconf_all on svn

ron ronstk at ...124...
Sun Nov 19 17:47:50 CET 2006


On Sunday 19 November 2006 13:29, Charlie Reinl wrote:


> diff -N gambas2-svn/gb.qt.kde/config.log 
> > gambas2-svnTest/gb.qt.kde/config.log 
> 30,32c30,31
> < PATH: /sbin
> < PATH: /bin
> < PATH: /usr/sbin
> ---
> > PATH: /usr/kde/3.5/bin
> > PATH: /usr/local/bin
> 33a33,42
Is here the user changed from 'normal' to 'root' ?
I'm not sure but thought the /sbin (and /usr/sbin) is only available to 'root'

> 42c51
> < configure:2063: result: /bin/install -c
> ---
>
> > configure:2063: result: /usr/bin/install -c
>
> 150c159
> < configure:4672: result: /bin/install -c
> ---
>
> > configure:4672: result: /usr/bin/install -c

This was the strange thing I did see.
The 'install' location is different.
On kubuntu6.10 & suse9.2 the 'install' is only in '/usr/bin'

The Test has found FF77 (fortran) also, this mean for me there is
a major change done after the first svn checkout.

> The System for shur  its the same.
??? the Box yes but total installed software not.

> But user you are right, some times I start/started my script like su
> -c ..., for not to be asked in the middle of the way for 'make install'

Here your difference for the rights as user/root?
The ./configure as 'user' and with su -C as 'root'

example on my fresh Kubuntu:
ron at ...544...:/sbin$ echo $PATH
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games

root at ...544...:/home/ron# echo $PATH
/sbin:/usr/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/bin/X11:/usr/games
^^^^^^^^^

I think this is the major reason for the difference.

My .2 cents

Ron




More information about the Devel mailing list