After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 341916 - ssindex not built
ssindex not built
Status: RESOLVED FIXED
Product: Gnumeric
Classification: Applications
Component: Compilation
1.7.x
Other All
: Normal normal
: ---
Assigned To: Jody Goldberg
Jody Goldberg
Depends on:
Blocks:
 
 
Reported: 2006-05-15 23:02 UTC by the.mad.doctor.kaeding
Modified: 2006-05-16 04:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description the.mad.doctor.kaeding 2006-05-15 23:02:16 UTC
Please describe the problem:
ssindex was not built and not installed. 
Strangely enough, its manpage was installed. 
 

Steps to reproduce:
1. ./configure --prefix=/usr --sysconfdir=/etc/gnome2 --without-gda 
2. make 
3. make install 
 

Actual results:
everything else seems OK 

Expected results:
expected /usr/bin/ssindex 

Does this happen every time?
1 out of 1 tries 

Other information:
cd src; make ssindex; install -m 755 ssindex /usr/bin 
builds without complaint, so there are no dependency problems
Comment 1 Jody Goldberg 2006-05-16 04:45:44 UTC
--enable-ssindex=no is the default.
The bug is that man pages are installed even when the utility is not enabled.
I've patched that for 1.7.1.