I applied this patch and the one below and I am getting this error:

make[3]: Leaving directory '/home/wkozaczuk/projects/osv/apps/groonga/build'
make[2]: Leaving directory '/home/wkozaczuk/projects/osv/apps/groonga/build'
make[1]: Leaving directory '/home/wkozaczuk/projects/osv/apps/groonga/build'
Importing /home/wkozaczuk/projects/osv/modules/java-base/module.py
Importing /home/wkozaczuk/projects/osv/apps/fonts/module.py
No module.py in /home/wkozaczuk/projects/osv/modules/ca-certificates
No module.py in /home/wkozaczuk/projects/osv/modules/libz
Preparing usr.manifest
Appending /home/wkozaczuk/projects/osv/apps/groonga/usr.manifest to 
usr.manifest
Preparing bootfs.manifest
Saving command line to 
/home/wkozaczuk/projects/osv/build/release.x64/cmdline
Building into build/release.x64
  GEN gen/include/osv/version.h
  MKBOOTFS build/release.x64/bootfs.bin
  AS bootfs.s
  LINK loader.elf
  LIBOSV.SO
  STRIP loader.elf -> loader-stripped.elf 
  LZ loader-stripped.elf
  OBJCOPY loader-stripped.elf.lz -> loader-stripped.elf.lz.o
  LINK lzloader.elf
  ALIGN lzloader.elf
  DD loader.img boot.bin
  DD loader.img lzloader.elf
  IMGEDIT build/release.x64/loader.img
  IMGEDIT build/release.x64/loader.img
Traceback (most recent call last):
  File "/home/wkozaczuk/projects/osv/scripts/upload_manifest.py", line 161, 
in <module>
    main()
  File "/home/wkozaczuk/projects/osv/scripts/upload_manifest.py", line 144, 
in main
    manifest = read_manifest(options.manifest)
  File "/home/wkozaczuk/projects/osv/scripts/manifest_common.py", line 59, 
in read_manifest
    hostpath = components[1].strip()
IndexError: list index out of range
./scripts/build failed: $SRC/scripts/upload_manifest.py -o usr.img -m 
usr.manifest -D jdkbase=$jdkbase -D gccbase=$gccbase -D 
glibcbase=$glibcbase -D miscbase=$miscbase

Waldek

On Tuesday, January 16, 2018 at 2:44:05 PM UTC-5, Geraldo Netto wrote:
>
> Signed-off-by: geraldo netto <gerald...@gmail.com <javascript:>> 
> --- 
>  groonga/GET | 6 ++---- 
>  1 file changed, 2 insertions(+), 4 deletions(-) 
>
> diff --git a/groonga/GET b/groonga/GET 
> index de47406..1ef9e01 100755 
> --- a/groonga/GET 
> +++ b/groonga/GET 
> @@ -7,10 +7,8 @@ BUILDDIR=$BASEDIR/build 
>  ROOTDIR=$BASEDIR/install 
>  GROONGA_VER="5.0.4" 
>   
> -if [ ! -f groonga-*.tar.gz ]; then 
> -        wget -c 
> http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz 
> -        tar zxf groonga-${GROONGA_VER}.tar.gz 
> -fi 
> +wget -c 
> http://packages.groonga.org/source/groonga/groonga-${GROONGA_VER}.tar.gz 
> +tar zxf groonga-${GROONGA_VER}.tar.gz 
>   
>  SRCDIR=`echo $BASEDIR/groonga-${GROONGA_VER}` 
>  mkdir -p $BUILDDIR 
> -- 
> 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 osv-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to