Getting this error after applying this and previous patch:
./scripts/build -j14 image=ImageMagick-source
Building into build/release.x64
GEN gen/include/osv/version.h
No such image configuration: ImageMagick-source. Assuming list of modules.
Importing /home/wkozaczuk/projects/osv/apps/ImageMagick-source/module.py
Modules:
ImageMagick-source.*
./GET
--2018-02-17 16:09:50--
http://www.imagemagick.org/download/ImageMagick.tar.gz
Resolving www.imagemagick.org (www.imagemagick.org)... 198.72.81.86
Connecting to www.imagemagick.org (www.imagemagick.org)|198.72.81.86|:80...
connected.
HTTP request sent, awaiting response... 200 OK
Length: 13031846 (12M) [application/x-gzip]
Saving to: ‘ImageMagick.tar.gz’
ImageMagick.tar.gz
100%[==============================================================>]
12.43M 3.80MB/s in 3.3s
2018-02-17 16:09:54 (3.80 MB/s) - ‘ImageMagick.tar.gz’ saved
[13031846/13031846]
configure: error: cannot find sources (MagickCore/MagickCore.h) in
/home/wkozaczuk/projects/osv/apps/ImageMagick-source/ImageMagick-*
Makefile:4: recipe for target 'install' failed
make: *** [install] Error 1
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 ImageMagick-source
./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
Waldek
On Tuesday, January 16, 2018 at 2:44:10 PM UTC-5, Geraldo Netto wrote:
>
> Signed-off-by: geraldo netto <[email protected] <javascript:>>
> ---
> ImageMagick-source/GET | 10 +++-------
> 1 file changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/ImageMagick-source/GET b/ImageMagick-source/GET
> index 65c8d2e..070fda4 100755
> --- a/ImageMagick-source/GET
> +++ b/ImageMagick-source/GET
> @@ -5,16 +5,12 @@ set -e
> BASEDIR=$PWD
> BUILDDIR=$BASEDIR/build
> ROOTDIR=$BASEDIR/install
> -
> -if [ ! -f ImageMagick.tar.gz ]; then
> - wget -c http://www.imagemagick.org/download/ImageMagick.tar.gz
> - tar zxf ImageMagick.tar.gz
> -fi
> -
> SRCDIR=`echo $BASEDIR/ImageMagick-*`
>
> -mkdir -p $BUILDDIR
> +wget -c http://www.imagemagick.org/download/ImageMagick.tar.gz
> +tar zxf ImageMagick.tar.gz
>
> +mkdir -p $BUILDDIR
> cd $BUILDDIR
> CFLAGS="-fpie" CXXFLAGS="-fpie" CPPFLAGS=-fpie LDFLAGS=-pie
> $SRCDIR/configure --disable-openmp --enable-shared --prefix=$ROOTDIR
> --srcdir=$SRCDIR
> make
> --
> 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.