Faerion.OSS Nightly Build Script.
Host system is gavrik.indeyets.pp.ru (OpenBSD).
Working directory is /home/hex/.nightly.
Temporary directory is /tmp/hex/faerion/nightly.
[ Updating from CVS. ]
Nothing to do.
.
[ Preparing a temporary directory. ]
drwxr-xr-x 4 hex wheel 512 Sep 3 01:00 /tmp/hex/faerion/nightly
drwxr-xr-x 2 hex wheel 512 Sep 3 01:00 /tmp/hex/faerion/nightly/include
drwxr-xr-x 2 hex wheel 512 Sep 3 01:00 /tmp/hex/faerion/nightly/lib
[ Setting up the environment. ]
Could not find LIBRARY_PATH envar.
[ Rebuilding libfaeutil. ]
You are using OpenBSD.
Looking for cc... found!
Looking for windres... none.
Looking for cpp -E... none.
Looking for /tmp/hex/faerion/nightly/include... found!
Looking for /tmp/hex/faerion/nightly/lib... found!
Looking for arc4random... found!
Looking for getopt... found!
Looking for strlcat... found!
Looking for strlcpy... found!
Removed temporary directory.
Wrote Makedefs.faerion.include
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -DHAVE_arc4random -DHAVE_getopt -DHAVE_strlcat -DHAVE_strlcpy
-DBUILDING_SHARED_FAEUTIL -MM atou.cc crc32.cc getopt.cc gettime.cc memory.cc
mutex.cc putint.cc putptr.cc putshort.cc random.cc sem.cc sofunc.cc
strisdigit.cc strlcat.cc strlcata.cc strlcpy.cc strlcpya.cc strtok.cc
strtoupper.cc timespec.cc tlskey.cc | sed -e 's#^\([^:]*\):
\([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1: \2#' >> .depend
rm -rf fake-1.0
mkdir -p fake-1.0/include/faeutil
mkdir -p fake-1.0/lib
mkdir -p fake-1.0/share/faeutil
cp LICENSE fake-1.0/share/faeutil
cp *.h fake-1.0/include/faeutil
cp libfaeutil.a fake-1.0/lib
cp -R fake-1.0/* /tmp/hex/faerion/nightly/ && rm -rf fake-1.0
[ Rebuilding libflog. ]
You are using OpenBSD.
Looking for cc... found!
Looking for windres... none.
Looking for xsltproc... found!
Looking for iconv... found!
Looking for /tmp/hex/faerion/nightly/include... found!
Looking for /tmp/hex/faerion/nightly/lib... found!
Removed temporary directory.
Wrote Makedefs.faerion.include
for i in src; do /usr/local/bin/gmake -C $i depend; done
gmake[1]: Entering directory `/home/hex/.nightly/libflog/src'
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -MM flog.cc flog_file.cc log_t.cc | sed -e 's#^\([^:]*\):
\([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1: \2#' >> .depend
gmake[1]: Leaving directory `/home/hex/.nightly/libflog/src'
for i in src; do /usr/local/bin/gmake -C $i || exit 1; done
gmake[1]: Entering directory `/home/hex/.nightly/libflog/src'
gmake[1]: Leaving directory `/home/hex/.nightly/libflog/src'
[ Rebuilding librascal. ]
You are using OpenBSD.
Looking for cc... found!
Looking for windres... none.
Looking for cpp -E... none.
Looking for gpg... none.
Looking for xsltproc... found!
Looking for /tmp/hex/faerion/nightly/include... found!
Looking for /tmp/hex/faerion/nightly/lib... found!
Looking for arc4random... found!
Looking for poll... found!
Looking for strlcpy... found!
Looking for res_init... found!
Removed temporary directory.
Wrote Makedefs.faerion.include
for i in sources/bsd; do /usr/local/bin/gmake -C $i depend; done
gmake[1]: Entering directory `/home/hex/.nightly/librascal/sources/bsd'
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -DHAVE_arc4random -DHAVE_poll -DHAVE_strlcpy -DHAVE_res_init
-DVERSION_NUM="2,0,0,0" -DBUILD_RASCAL -DRASCAL_HELPERS -MM connection.cc
connection_dg.cc connection_in.cc rascal_accept.cc rascal_connect.cc
rascal_get_rq_size.cc rascal_get_sq_size.cc rascal_init.cc rascal_read.cc
rascal_set_context.cc rascal_set_dispatcher.cc rascal_shrink.cc rascal_work.cc
rascal_write.cc | sed -e 's#^\([^:]*\): \([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1:
\2#' >> .depend
for i in ../common; do /usr/local/bin/gmake -C $i depend; done
gmake[2]: Entering directory `/home/hex/.nightly/librascal/sources/common'
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -DHAVE_arc4random -DHAVE_poll -DHAVE_strlcpy -DHAVE_res_init
-DVERSION_NUM="2,0,0,0" -DBUILD_RASCAL -DRASCAL_HELPERS -MM datachain.cc
datachainitem.cc debug.cc object.cc packetchain.cc rascal.cc rascal_aton.cc
rascal_cancel.cc rascal_dumpfile.cc rascal_get_errmsg.cc rascal_ntoa.cc
rascal_options.cc rascal_wait.cc resolver/header.cc resolver/monitor.cc
resolver/rascal_getaddr.cc resolver/rascal_gethost.cc resolver/rascal_getsrv.cc
resolver/rascal_set_nameserver.cc resolver/request.cc resolver/resolver.cc |
sed -e 's#^\([^:]*\): \([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1: \2#' >> .depend
gmake[2]: Leaving directory `/home/hex/.nightly/librascal/sources/common'
gmake[1]: Leaving directory `/home/hex/.nightly/librascal/sources/bsd'
for i in sources/bsd; do /usr/local/bin/gmake -C $i || exit 1; done
gmake[1]: Entering directory `/home/hex/.nightly/librascal/sources/bsd'
for i in ../common; do /usr/local/bin/gmake -C $i || exit 1; done
gmake[2]: Entering directory `/home/hex/.nightly/librascal/sources/common'
gmake[2]: Leaving directory `/home/hex/.nightly/librascal/sources/common'
gmake[1]: Leaving directory `/home/hex/.nightly/librascal/sources/bsd'
[ Rebuilding parabellym. ]
You are using OpenBSD.
Looking for cc... found!
Looking for windres... none.
Looking for cpp -E... none.
Looking for gpg... none.
Looking for iconv... found!
Looking for xsltproc... found!
Looking for /tmp/hex/faerion/nightly/include... found!
Looking for /tmp/hex/faerion/nightly/lib... found!
Looking for never_defined... none.
Looking for strlcpy... found!
Looking for poll... found!
Looking for arc4random... found!
Looking for getopt... found!
Removed temporary directory.
Wrote Makedefs.faerion.include
for i in util core docs/docbook; do /usr/local/bin/gmake -C $i depend; done
gmake[1]: Entering directory `/home/hex/.nightly/parabellym/util'
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -DHAVE_strlcpy -DHAVE_poll -DHAVE_arc4random -DHAVE_getopt
-DMDF_SOEXT=\"so\" -MM loader.cc | sed -e 's#^\([^:]*\):
\([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1: \2#' >> .depend
gmake[1]: Leaving directory `/home/hex/.nightly/parabellym/util'
gmake[1]: Entering directory `/home/hex/.nightly/parabellym/core'
rm -f .depend
cc -W -Wall -Werror -Wstrict-prototypes -I/tmp/hex/faerion/nightly/include
-DOSNAME=OpenBSD -DHAVE_strlcpy -DHAVE_poll -DHAVE_arc4random -DHAVE_getopt
-DPARA_BUILD_CORE -DVERSION_NUM="1,0,0,0" -DMODEXT=\"so\" -MM exposed.cc
message.cc module.cc msgp.cc msgq.cc | sed -e 's#^\([^:]*\):
\([a-zA-Z0-9_]*/\)*#$(_OBJDIR)/\2\1: \2#' >> .depend
gmake[1]: Leaving directory `/home/hex/.nightly/parabellym/core'
gmake[1]: Entering directory `/home/hex/.nightly/parabellym/docs/docbook'
../../Makedefs.faerion:35: *** The DOCBOOKPATH environment variable is not
set.. Stop.
gmake[1]: Leaving directory `/home/hex/.nightly/parabellym/docs/docbook'
gmake: *** [depend] Error 2
-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=5047&alloc_id=10808&op=click
|