From owner-freebsd-ports Sat Jul 28 15:50: 7 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0756537B403 for ; Sat, 28 Jul 2001 15:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6SMo1m56093; Sat, 28 Jul 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Received: from puppeteer.es.net (c57340-a.plstn1.sfba.home.com [24.15.221.10]) by hub.freebsd.org (Postfix) with ESMTP id 6176437B401 for ; Sat, 28 Jul 2001 15:43:49 -0700 (PDT) (envelope-from oberman@puppeteer.es.net) Received: (from oberman@localhost) by puppeteer.es.net (8.11.4/8.11.4) id f6SMgR641203; Sat, 28 Jul 2001 15:42:27 -0700 (PDT) (envelope-from oberman) Message-Id: <200107282242.f6SMgR641203@puppeteer.es.net> Date: Sat, 28 Jul 2001 15:42:27 -0700 (PDT) From: Kevin Oberman Reply-To: Kevin Oberman To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/29287: Gnumeric cannot open Excel files Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 29287 >Category: ports >Synopsis: Gnumeric cannot open Excel files >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Jul 28 15:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Kevin Oberman >Release: FreeBSD 4.3-STABLE i386 >Organization: ESnet >Environment: System: FreeBSD puppeteer.es.net 4.3-STABLE FreeBSD 4.3-STABLE #29: Sat Jul 14 18:00:27 PDT 2001 oberman@puppeteer.es.net:/scratch/src/sys/compile/THINKPAD i386 >Description: Gnumeric built with 0.67_1 cannot open Excel 97 files. Received a truncated error message in a seperate window listing a problem with the excel plugin. >How-To-Repeat: Open an Excel spreadsheet >Fix: Changed the Make file as follows: CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -lgiconv" to: CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib -lintl -liconv" This is similar to the last fix that changed the release from 0.67 to 0.67_1, but changes the included library from libgiconv.so to libiconv.so. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message