I get this error after I apply this patch:

.....................
config.status: creating applications/wiki/scripts/getPassword
config.status: creating applications/wiki/scripts/importFiles
config.status: creating applications/wiki/scripts/updateWiki
config.status: creating include/Makefile
config.status: creating priv/Makefile
config.status: executing depfiles commands
config.status: executing libtool commands

 == yaws 1.99 ==

Configuration:
 Application dir.: ${ERLANG_INSTALL_LIB_DIR}/yaws-${YAWS_VSN}

 Prefix:  /usr/local
 etcdir:  ${prefix}/etc
 confdir: $(sysconfdir)/yaws
 bindir:  ${exec_prefix}/bin
 vardir:  ${prefix}/var
 wwwdir:  $(localstatedir)/yaws/www
 appsdir: $(localstatedir)/yaws
 logdir:  $(localstatedir)/log/yaws
 yawsdir: $(libdir)/yaws
 docdir:  ${datarootdir}/doc/${PACKAGE_TARNAME}
 mandir:  ${datarootdir}/man

 Erlang root dir:          /usr/lib/erlang
 Erlang lib dir:           /usr/lib/erlang/lib
 Erlang compiler:          /usr/bin/erlc
 Erlang emulator:          /usr/bin/erl
 Windows Erlang emulator:  

make -C yaws-1.99
make[1]: warning: jobserver unavailable: using -j1.  Add '+' to parent make 
rule.
make[1]: Entering directory 
'/home/wkozaczuk/projects/osv/apps/yaws/yaws-1.99'
Making all in src
make[2]: Entering directory 
'/home/wkozaczuk/projects/osv/apps/yaws/yaws-1.99/src'
  GEN      ../ebin/yaws.app
  GEN      ../ebin/yaws.appup
  ERLC     ../ebin/yaws.beam
compile: warnings being treated as errors
yaws.erl:2588: erlang:now/0: Deprecated BIF. See the "Time and Time 
Correction in Erlang" chapter of the ERTS User's Guide for more information.
Makefile:597: recipe for target '../ebin/yaws.beam' failed
make[2]: *** [../ebin/yaws.beam] Error 1
make[2]: Leaving directory 
'/home/wkozaczuk/projects/osv/apps/yaws/yaws-1.99/src'
Makefile:555: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory 
'/home/wkozaczuk/projects/osv/apps/yaws/yaws-1.99'
Makefile:19: recipe for target 'compile' failed
make: *** [compile] Error 2
Traceback (most recent call last):
  File "scripts/module.py", line 281, in <module>
    args.func(args)
  File "scripts/module.py", line 234, in build
    make_modules(modules, args)
  File "scripts/module.py", line 124, in make_modules
    raise Exception('make failed for ' + module.name)
Exception: make failed for yaws
./scripts/build failed: jdkbase=$jdkbase ARCH=$arch mode=$mode 
OSV_BASE=$SRC OSV_BUILD_PATH=$OSV_BUILD_PATH scripts/module.py $j_arg build 
-c $modules $usrskel_arg $no_required_arg

Also I have committed your erlang patch which worked but only now I noticed 
that everytime I build erlang it will fetch and recompiles a lot of stuff.

Waldek

On Tuesday, January 16, 2018 at 2:45:32 PM UTC-5, Geraldo Netto wrote:
>
> Signed-off-by: geraldo netto <[email protected] <javascript:>> 
> --- 
>  yaws/Makefile | 2 +- 
>  1 file changed, 1 insertion(+), 1 deletion(-) 
>
> diff --git a/yaws/Makefile b/yaws/Makefile 
> index e82cc78..65cebaf 100644 
> --- a/yaws/Makefile 
> +++ b/yaws/Makefile 
> @@ -6,7 +6,7 @@ all: install usr.manifest 
>  module: install usr.manifest 
>   
>  yaws-$(YAWS_VERSION).tar.gz: 
> -        wget -O "[email protected]" "
> http://yaws.hyber.org/download/yaws-$(YAWS_VERSION).tar.gz" 
> +        wget -c -O "[email protected]" "
> http://yaws.hyber.org/download/yaws-$(YAWS_VERSION).tar.gz" 
>          mv "[email protected]" "$@" 
>   
>  yaws-$(YAWS_VERSION): yaws-$(YAWS_VERSION).tar.gz 
> -- 
> 2.7.4 
>
>

-- 
You received this message because you are subscribed to the Google Groups "OSv 
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to