From owner-freebsd-ports-bugs@freebsd.org Fri Dec 29 04:47:09 2017 Return-Path: Delivered-To: freebsd-ports-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id EDB81EA94CC for ; Fri, 29 Dec 2017 04:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D70F27B8B0 for ; Fri, 29 Dec 2017 04:47:09 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id vBT4l9uJ019247 for ; Fri, 29 Dec 2017 04:47:09 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 224665] graphics/ImageMagick files to build... Can't find libomp.so Date: Fri, 29 Dec 2017 04:47:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: rkoberman@gmail.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: kwm@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter flagtypes.name Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 29 Dec 2017 04:47:10 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D224665 Bug ID: 224665 Summary: graphics/ImageMagick files to build... Can't find libomp.so Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: kwm@FreeBSD.org Reporter: rkoberman@gmail.com Assignee: kwm@FreeBSD.org Flags: maintainer-feedback?(kwm@FreeBSD.org) Build of ImageMagick-6.9.9.28,1 fails when it is unable to find libomp.so: libtool: link: cc -shared -fPIC -DPIC coders/.libs/coders_dng_la-dng.o=20= =20 -Wl,-rpath -Wl,/usr/ports/graphics/ImageMagick/work/ImageMagick-6.9.9-28/magick/.libs -Wl,-rpath -Wl,/usr/local/lib -Wl,-rpath -Wl,/usr/local/lib -L/usr/local/lib magick/.libs/libMagickCore-6.so -lpthread -llqr-1 -lglib-2.0 -lintl -lfftw3 -lfontconfig -lfreetype -lXext -lSM -lICE -lX11 -lXt -llzma -lbz2 -lz /usr/local/lib/libltdl.so -lOpenCL -lm -lraw_r -lstdc++ -llcms2 -pthread -pthread -pthread -O2 -fstack-protector -pthread -fstack-protector -fopenmp= =20=20 -pthread -fopenmp -Wl,-soname -Wl,dng.so -Wl,-version-script -Wl,coders/.libs/dng.so-ver -o coders/.libs/dng.so /usr/bin/ld: cannot find -lomp cc: error: linker command failed with exit code 1 (use -v to see invocation) Configuration disabled OpenMP: =3D=3D=3D> The following configuration options are available for ImageMagick-6.9.9.28,1: 16BIT_PIXEL=3Don: 16bit pixel support BZIP2=3Don: bzip2 compression support DJVU=3Doff: DJVU format support (needs THREADS) DOCS=3Don: Build and/or install documentation FFTW=3Don: Discrete Fourier Transform support FONTCONFIG=3Don: X11 font configuration support FPX=3Doff: FlashPix image format support FREETYPE=3Don: TrueType font rendering support GRAPHVIZ=3Doff: Graphviz graph drawing support GSLIB=3Doff: libgs (Postscript SHLIB) support HDRI=3Doff: High dynamic range images support JBIG=3Don: JBIG image format support JPEG=3Don: JPEG image format support JPEG2000=3Don: OpenJPEG 2000 support via openjpeg LCMS2=3Don: Little CMS 2.x support LQR=3Don: Liquid Rescale support LZMA=3Don: LZMA compression support MODULES=3Don: Modules support OPENEXR=3Doff: HDR image format support via OpenEXR OPENMP=3Doff: Parallel processing support via OpenMP PANGO=3Doff: Pango rendering library support PDF=3Don: PDF document support PERL=3Don: Perl scripting language support PNG=3Don: PNG image format support RAW=3Don: RAW format support SVG=3Don: SVG vector image format support (via librsvg) TESTS=3Doff: Run bundled self-tests after build THREADS=3Don: Threading support TIFF=3Don: TIFF image format support WEBP=3Don: WebP image format support WMF=3Don: Windows Metafile image format support X11=3Don: X11 (graphics) support =3D=3D=3D> Use 'make config' to modify these settings FreeBSD rogue 11.1-PRERELEASE FreeBSD 11.1-PRERELEASE #0 r320665: Wed Oct 4 23:47:29 PDT 2017 root@rogue:/usr/obj/usr/src/sys/GENERIC.4BSD amd64 --=20 You are receiving this mail because: You are the assignee for the bug.=