First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 28451
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: chris strom <cstrom@speakeasy.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
conf.patch Patch to the current ebuild to include the required conf files text/plain chris strom 2003-09-11 08:57 0000 434 bytes Details
Create a New Attachment (proposed patch, testcase, etc.) View All

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

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


Not eligible to see or edit group visibility for this bug.






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


Description:   Opened: 2003-09-11 08:54 0000
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 From chris strom 2003-09-11 08:57:59 0000 -------
Created an attachment (id=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 From Seemant Kulleen (RETIRED) 2003-09-22 05:15:46 0000 -------
nice catch again, chris

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