First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 37675
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Spell checking utilities and dictionaries -- related bugs <app-dicts@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: TGL <tom.gl@free.fr>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 37675 depends on: Show dependency tree
Show dependency graph
Bug 37675 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)







View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2004-01-09 04:14 0000
In version 1.8.0, there was a configure option --with-etcdir to set location of
config file, and default was changed to /etc/dict. This option does not exists
anymore and is replaced by the standard --sysconfdir option. But the 1.9.7
ebuild still uses this old option instead of the new one, hence dictd and dict
don't work anymore.

This pseudo patch fix it:
        econf \
                --with-cflags="${CFLAGS}" \
-               --with-etcdir=/etc/dict || die
+               --sysconfdir=/etc/dict || die
        make || die

Thanks,
TGL.

Reproducible: Always
Steps to Reproduce:

------- Comment #1 From Marc Bevand 2004-01-11 15:36:20 0000 -------
I confirm this.

Please apply the patch proposed by TGL <degrenier@easyconnect.fr>.

------- Comment #2 From Alastair Tse (RETIRED) 2004-01-15 15:36:05 0000 -------
thanks, this is now fixed for 1.9.11 thats in portage.

First Last Prev Next    No search results available      Search page      Enter new bug