From owner-freebsd-ports-bugs@freebsd.org Mon Jul 20 22:41:34 2015 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 1E9329A75E0 for ; Mon, 20 Jul 2015 22:41:34 +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 039C8187E for ; Mon, 20 Jul 2015 22:41:34 +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 t6KMfXcI051813 for ; Mon, 20 Jul 2015 22:41:33 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 201726] graphics/ImageMagick-noX11 does not compile Date: Mon, 20 Jul 2015 22:41:34 +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: bugs.freebsd.org@cheasy.de X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-ports-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit 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.20 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Jul 2015 22:41:34 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=201726 Bug ID: 201726 Summary: graphics/ImageMagick-noX11 does not compile Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: bugs.freebsd.org@cheasy.de Upgrading ports/ImageMagick-noX11 fails as follows: pre-install check cannot locate ghostscript9, but installing it fails fails because it is already installed. Another -noX11 problem like bug #199268? Build output follows. cs@home[ports/graphics/ImageMagick]% sudo make all install clean ===> ImageMagick-nox11-6.9.1.9,1 depends on executable: gmake - found ===> ImageMagick-nox11-6.9.1.9,1 depends on executable: pkgconf - found ===> ImageMagick-nox11-6.9.1.9,1 depends on file: ghostscript9>=0 - not found ===> Installing for ghostscript9-nox11-9.06_10 ===> ghostscript9-nox11-9.06_10 depends on file: /usr/local/share/ghostscript/fonts/a010013l.pfb - found ===> ghostscript9-nox11-9.06_10 depends on shared library: libexpat.so - found (/usr/local/lib/libexpat.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libidn.so - found (/usr/local/lib/libidn.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libjbig2dec.so - found (/usr/local/lib/libjbig2dec.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libpng.so - found (/usr/local/lib/libpng.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libtiff.so - found (/usr/local/lib/libtiff.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: liblcms2.so - found (/usr/local/lib/liblcms2.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libpaper.so - found (/usr/local/lib/libpaper.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libvga.so - found (/usr/local/lib/libvga.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libfreetype.so - found (/usr/local/lib/libfreetype.so) ===> ghostscript9-nox11-9.06_10 depends on shared library: libjpeg.so - found (/usr/local/lib/libjpeg.so) ===> Checking if ghostscript9-nox11 already installed ===> ghostscript9-nox11-9.06_10 is already installed You may wish to ``make deinstall'' and install this port again by ``make reinstall'' to upgrade it properly. If you really wish to overwrite the old port of ghostscript9-nox11 without deleting it first, set the variable "FORCE_PKG_REGISTER" in your environment or the "make install" command line. *** Error code 1 Stop. make[3]: stopped in /usr/ports/print/ghostscript9 *** Error code 1 Stop. make[2]: stopped in /usr/ports/print/ghostscript9 *** Error code 1 Stop. make[1]: stopped in /usr/ports/graphics/ImageMagick *** Error code 1 Stop. make: stopped in /usr/ports/graphics/ImageMagick -- You are receiving this mail because: You are the assignee for the bug.