From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 22 06:50:02 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 12AD01065670 for ; Thu, 22 Jul 2010 06:50:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id E38648FC1B for ; Thu, 22 Jul 2010 06:50:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o6M6o1mT057185 for ; Thu, 22 Jul 2010 06:50:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o6M6o1U8057184; Thu, 22 Jul 2010 06:50:01 GMT (envelope-from gnats) Resent-Date: Thu, 22 Jul 2010 06:50:01 GMT Resent-Message-Id: <201007220650.o6M6o1U8057184@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Tom Uffner Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9A1AD1065670 for ; Thu, 22 Jul 2010 06:47:08 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 89BBF8FC0C for ; Thu, 22 Jul 2010 06:47:08 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o6M6l7mn005135 for ; Thu, 22 Jul 2010 06:47:07 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o6M6l74D005134; Thu, 22 Jul 2010 06:47:07 GMT (envelope-from nobody) Message-Id: <201007220647.o6M6l74D005134@www.freebsd.org> Date: Thu, 22 Jul 2010 06:47:07 GMT From: Tom Uffner To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/148834: graphics/mapserver - PDF support causes mapserver to crash when opening PNG files X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jul 2010 06:50:02 -0000 >Number: 148834 >Category: ports >Synopsis: graphics/mapserver - PDF support causes mapserver to crash when opening PNG files >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jul 22 06:50:01 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Tom Uffner >Release: 9-current >Organization: >Environment: FreeBSD xiombarg.uffner.com 9.0-CURRENT FreeBSD 9.0-CURRENT #195: Wed Jul 21 03:27:54 EDT 2010 root@xiombarg.uffner.com:/usr/obj/usr/src/sys/XIOMBARG i386 >Description: The mapserver port makefile has a config knob "[ ] PDF Support for PDF output via pdflib" If built with this option enabled, the mapserver applications will crash any time they attempt to open a PNG file. This appears to be caused by conflicts between pdflib's builtin PNG library and /usr/local/lib/libpng.so.6 which is loaded by the mapserver programs. In any case, building w/o the PDF knob checked solves the problem. >How-To-Repeat: % cd /usr/ports/graphics/mapserver % make config [check the option for Support for PDF output via pdflib] % make all % cd /usr/ports/graphics/mapserver/work/mapserver-5.6.4 % ./shp2img -m tests/test.map -o test.png the above is the test suggested in tests/README [watch it fail] >Fix: >Release-Note: >Audit-Trail: >Unformatted: