Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 162235 - app-office/gnumeric-1.6.3 formulas broken on amd64.
Summary: app-office/gnumeric-1.6.3 formulas broken on amd64.
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: GNOME Office (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-15 17:49 UTC by David Brown
Modified: 2008-01-01 19:01 UTC (History)
3 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Hurting .gnumericrc on AMD64 (.gnumericrc,4.53 KB, text/plain)
2007-06-18 13:35 UTC, Bernard Fortz
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David Brown 2007-01-15 17:49:30 UTC
Running gnumeric, and trying to enter the following into the first cell of the spreadsheet:
    =if(TRUE,1,2)
reports that the formula is invalid.  Trying to load a spreadsheet with a similar formulat written on a different platform results in a #NAME? error.

# emerge --info
Gentoo Base System version 1.12.6
Portage 2.1.1-r2 (default-linux/amd64/2006.1/desktop, gcc-4.1.1, glibc-2.4-r4, 2.6.17-gentoo-r8-amd64 x86_64)
=================================================================
System uname: 2.6.17-gentoo-r8-amd64 x86_64 AMD Athlon(tm) 64 Processor 3500+
Last Sync: Mon, 15 Jan 2007 05:00:01 +0000
app-admin/eselect-compiler: [Not Present]
dev-java/java-config: 1.3.7, 2.0.30
dev-lang/python:     2.4.3-r4
dev-python/pycrypto: 2.0.1-r5
dev-util/ccache:     [Not Present]
dev-util/confcache:  [Not Present]
sys-apps/sandbox:    1.2.17
sys-devel/autoconf:  2.13, 2.61
sys-devel/automake:  1.4_p6, 1.5, 1.6.3, 1.7.9-r1, 1.8.5-r3, 1.9.6-r2, 1.10
sys-devel/binutils:  2.16.1-r3
sys-devel/gcc-config: 1.3.14
sys-devel/libtool:   1.5.22
virtual/os-headers:  2.6.11-r2
ACCEPT_KEYWORDS="amd64"
AUTOCLEAN="yes"
CBUILD="x86_64-pc-linux-gnu"
CFLAGS="-O2 -pipe"
CHOST="x86_64-pc-linux-gnu"
CONFIG_PROTECT="/etc /usr/kde/3.5/env /usr/kde/3.5/share/config /usr/kde/3.5/shutdown /usr/share/X11/xkb /usr/share/config"
CONFIG_PROTECT_MASK="/etc/env.d /etc/env.d/java/ /etc/gconf /etc/java-config/vms/ /etc/revdep-rebuild /etc/terminfo"
CXXFLAGS="-O2 -pipe"
DISTDIR="/usr/portage/distfiles"
FEATURES="autoconfig distlocks metadata-transfer sandbox sfperms strict"
GENTOO_MIRRORS="http://distfiles.gentoo.org http://distro.ibiblio.org/pub/linux/distributions/gentoo"
LANG="en_US"
LINGUAS="en"
PKGDIR="/usr/portage/packages"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --compress --force --whole-file --delete --delete-after --stats --timeout=180 --exclude='/distfiles' --exclude='/local' --exclude='/packages'"
PORTAGE_TMPDIR="/var/tmp"
PORTDIR="/usr/portage"
PORTDIR_OVERLAY="/usr/local/portage"
SYNC="rsync://rsync.gentoo.org/gentoo-portage"
USE="amd64 X aac alsa alsa_cards_ali5451 alsa_cards_als4000 alsa_cards_atiixp alsa_cards_atiixp-modem alsa_cards_bt87x alsa_cards_ca0106 alsa_cards_cmipci alsa_cards_emu10k1x alsa_cards_ens1370 alsa_cards_ens1371 alsa_cards_es1938 alsa_cards_es1968 alsa_cards_fm801 alsa_cards_hda-intel alsa_cards_intel8x0 alsa_cards_intel8x0m alsa_cards_maestro3 alsa_cards_trident alsa_cards_usb-audio alsa_cards_via82xx alsa_cards_via82xx-modem alsa_cards_ymfpci alsa_pcm_plugins_adpcm alsa_pcm_plugins_alaw alsa_pcm_plugins_asym alsa_pcm_plugins_copy alsa_pcm_plugins_dmix alsa_pcm_plugins_dshare alsa_pcm_plugins_dsnoop alsa_pcm_plugins_empty alsa_pcm_plugins_extplug alsa_pcm_plugins_file alsa_pcm_plugins_hooks alsa_pcm_plugins_iec958 alsa_pcm_plugins_ioplug alsa_pcm_plugins_ladspa alsa_pcm_plugins_lfloat alsa_pcm_plugins_linear alsa_pcm_plugins_meter alsa_pcm_plugins_mulaw alsa_pcm_plugins_multi alsa_pcm_plugins_null alsa_pcm_plugins_plug alsa_pcm_plugins_rate alsa_pcm_plugins_route alsa_pcm_plugins_share alsa_pcm_plugins_shm alsa_pcm_plugins_softvol arts berkdb bitmap-fonts cairo cdr cli cracklib crypt cups dbus dlloader dri dvd dvdr dvdread eds elibc_glibc emboss encode esd fam firefox gdbm gif gpm gstreamer gtk gtk2 hal iconv input_devices_keyboard input_devices_mouse ipv6 isdnlog jpeg kde kernel_linux ldap libg++ linguas_en mad mikmod mp3 mpeg ncurses nls nptl nptlonly ogg opengl oss pam pcre pdf perl png ppds pppd python qt3 qt4 quicktime readline reflection sdl session spell spl ssl tcpd truetype truetype-fonts type1-fonts udev unicode userland_GNU video_cards_fbdev video_cards_nv video_cards_nvidia video_cards_vesa vorbis xml xorg xv zlib"
Unset:  CTARGET, EMERGE_DEFAULT_OPTS, INSTALL_MASK, LC_ALL, LDFLAGS, MAKEOPTS, PORTAGE_RSYNC_EXTRA_OPTS
Comment 1 Jean Bréfort 2007-03-02 06:18:55 UTC
Are you sure that the plugins are active? All gnumeric functions are in plugins.
The if function is in "Logical Functions". Be sure the plugin is enabled (menu Tools/Plug-ins...).
Comment 2 Bernard Fortz 2007-06-18 09:25:27 UTC
It seems plugins are disabled by default. Removing .gnumericrc fixes it, but has to be removed each time, so maybe this is linked with the autosaving of preferences at program close
Comment 3 Jean Bréfort 2007-06-18 13:18:24 UTC
The .gnumericrc file exist only if gnumeric is built with --without-gnome. This bug might be related, but I can't reproduce.
What are the contents of .gnumericrc?
Comment 4 Bernard Fortz 2007-06-18 13:35:25 UTC
Created attachment 122408 [details]
Hurting .gnumericrc on AMD64

Indeed the problem disappears if gnumeric and libgsf are compiled with the gnome USE flag. I'll stick to that solution for the moment.

See my attached .gnumericrc: the line that causes problems is the one starting with gnumeric/plugins/file-states=...
Just removing this line make things work, but the line comes back when gnumeric shuts down...
Comment 5 Jens Mueller 2007-08-28 22:49:55 UTC
Enabling the 'gnome' use flag did it for me, as well.
Comment 6 Jean Bréfort 2007-08-29 06:18:05 UTC
This one have been fixed upstream (in the 1.7 branch), see http://bugzilla.gnome.org/show_bug.cgi?id=465545
Comment 7 Gilles Dartiguelongue (RETIRED) gentoo-dev 2008-01-01 19:01:22 UTC
1.8 is in tree. Please reopen if it doesn't fix your issue.