[bt-devel] Results of compile 18 Aug

Fred Saalbach bt-devel@crosswire.org
Sat, 18 Aug 2001 16:10:30 -0400


Result of compile of CVS from 18 Aug 2001.  Midday  Mandrake 8.0

Commands
[fks00@localhost bibletime]$ export KDEDIR=/usr
[fks00@localhost bibletime]$ make -f Makefile.cvs
,
This Makefile is only for the CVS repository
This will be deleted before making the distribution

*** Creating acinclude.m4
!!! If you get recursion errors from autoconf, it is advisable to set
the
    environment variable M4 to something including "--nesting-limit=500"
*** Creating list of subdirectories
*** Creating configure.in
*** Creating aclocal.m4
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LC_CTYPE = "en_US",
        LC_COLLATE = "en_US",
        LC_TIME = "en_US",
        LC_MESSAGES = "en_US",
        LC_MONETARY = "en_US",
        LC_NUMERIC = "en_US",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
*** Creating configure
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LC_MESSAGES = "en_US",
        LC_TIME = "en_US",
        LC_NUMERIC = "en_US",
        LC_CTYPE = "en_US",
        LC_MONETARY = "en_US",
        LC_COLLATE = "en_US",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LC_CTYPE = "en_US",
        LC_COLLATE = "en_US",
        LC_TIME = "en_US",
        LC_MESSAGES = "en_US",
        LC_MONETARY = "en_US",
        LC_NUMERIC = "en_US",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
*** Creating config.h template
*** Creating Makefile templates
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LC_CTYPE = "en_US",
        LC_COLLATE = "en_US",
        LC_TIME = "en_US",
        LC_MESSAGES = "en_US",
        LC_MONETARY = "en_US",
        LC_NUMERIC = "en_US",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
*** Postprocessing Makefile templates
perl: warning: Setting locale failed.
perl: warning: Please check that your locale settings:
        LANGUAGE = "en_US:en",
        LC_ALL = (unset),
        LC_CTYPE = "en_US",
        LC_COLLATE = "en_US",
        LC_TIME = "en_US",
        LC_MESSAGES = "en_US",
        LC_MONETARY = "en_US",
        LC_NUMERIC = "en_US",
        LANG = "en"
    are supported and installed on your system.
perl: warning: Falling back to the standard locale ("C").
unknown icon type  in bibletime/pics/Makefile.in (cross.png)
Warning: Found old .po.gmo rules in po/Makefile.in. New po rules not
added
*** Creating date/time stamp
*** Finished
    Don't forget to run ./configure
    If you haven't done so in a while, run ./configure --help
[fks00@localhost bibletime]$  ./configure
loading cache ./config.cache
checking host system type... i586-pc-linux-gnu
.
.
-------------
above is non fatal error, not sure what is causing it.  Does not seem to
prevent build from working, but I have had this on some other
applications run from terminal.  Is this somthing I forgot to install in
mandrake?
----------------
.
.
[fks00@localhost bibletime]$ make
.
.
.
make install
.
.
.

Making install in sk
make[3]: Entering directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk'
Making install in HTML
make[4]: Entering directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk/HTML'
make[5]: Entering directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk/HTML'
make[5]: Nothing to be done for `install-exec-am'.
mkdir -p /usr/share/doc/HTML/sk/bibletime;
chmod a+r+X -R /usr/share/doc/HTML/sk;
for file in *.html; do \
  /usr/bin/install -c -p -m 644 $file /usr/share/doc/HTML/sk/bibletime
&& \
  chmod a+r /usr/share/doc/HTML/sk/bibletime/$file;\
done;
if test -d common; then \
  cp -Ra common /usr/share/doc/HTML/sk/bibletime;\
elif test -d /usr/share/doc/HTML/default/bibletime/common; then \
  ln -s /usr/share/doc/HTML/default/bibletime/common
/usr/share/doc/HTML/sk/bibletime/common;\
fi;
ln: /usr/share/doc/HTML/sk/bibletime/common/common: File exists
make[5]: *** [install-data-local] Error 1
make[5]: Leaving directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk/HTML'
make[4]: *** [install-am] Error 2
make[4]: Leaving directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk/HTML'
make[3]: *** [install-recursive] Error 1
make[3]: Leaving directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs/sk'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime/docs'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/home/fks00/Develop/cvs_repository/bibletime/bibletime'
make: *** [install-recursive] Error 1
[root@localhost bibletime]#

--------------------
final error was fatal
bibletime still runs but might be a mixture of latest bulild and the
prevous build.

Fred Saalbach