Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 28451 - Missing two conf files in current freetds ebuild
Summary: Missing two conf files in current freetds ebuild
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-09-11 08:54 UTC by chris strom
Modified: 2003-09-22 05:15 UTC (History)
0 users

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


Attachments
Patch to the current ebuild to include the required conf files (conf.patch,434 bytes, text/plain)
2003-09-11 08:57 UTC, chris strom
Details

Note You need to log in before you can comment on or make changes to this bug.
Description chris strom 2003-09-11 08:54:12 UTC
The current dev-db/freetds ebuild is missing two configuration files -
/etc/freetds.conf and /etc/locales.conf.  Both are included in the source
package, but are not install by the current (0.61) ebuild.

Reproducible: Always
Steps to Reproduce:
1. emerge freetds
Actual Results:  
No locales.conf and freetds.conf in /etc.

Expected Results:  
Put them in there.
Comment 1 chris strom 2003-09-11 08:57:59 UTC
Created attachment 17503 [details]
Patch to the current ebuild to include the required conf files

Just need to remove the line:

		-e 's/^ETC = /ETC = $(DESTDIR)/' \

From the ebuild to get it to install correct.  The $(DESTDIR) is already in the
Makefile that is included in the distribution.	The current ebuild adds a
duplicate $(DESTDIR) to the Makefile for the ETC variable which is then set to
`$(DESTDIR)/$(DESTDIR)/etc', which doesn't exist, preventing the conf files
from being installed.
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2003-09-22 05:15:46 UTC
nice catch again, chris