Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2001 15:42:27 -0700 (PDT)
From:      Kevin Oberman <oberman@puppeteer.es.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/29287: Gnumeric cannot open Excel files
Message-ID:  <200107282242.f6SMgR641203@puppeteer.es.net>

next in thread | raw e-mail | index | archive | help

>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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107282242.f6SMgR641203>