Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 37675 - app-text/dictd-19.7 broken (location of conf files)
Summary: app-text/dictd-19.7 broken (location of conf files)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Spell checking utilities and dictionaries -- related bugs (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-09 04:14 UTC by TGL
Modified: 2004-01-15 15:36 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description TGL 2004-01-09 04:14:32 UTC
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 Marc Bevand 2004-01-11 15:36:20 UTC
I confirm this.

Please apply the patch proposed by TGL <degrenier@easyconnect.fr>.
Comment 2 Alastair Tse (RETIRED) gentoo-dev 2004-01-15 15:36:05 UTC
thanks, this is now fixed for 1.9.11 thats in portage.