Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 3403
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Seemant Kulleen (RETIRED) <seemant@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Shane Hyde <shane@trontech.net>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

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

Bug 3403 depends on: Show dependency tree
Bug 3403 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: 2002-06-05 01:44 0000
If you try to use dump with the -u option, it will not be able to update the 
dumpdates file becuase it has been incorrectly set to /etc in dump-
0.4.28.ebuild .

---------------------------------
src_compile() {
    local myconf
    ./configure --prefix=/usr \
        --with-dumpdatespath=/etc \
---------------------------------
This should be
---------------------------------
src_compile() {
    local myconf
    ./configure --prefix=/usr \
        --with-dumpdatespath=/etc/dumpdates \
---------------------------------

------- Comment #1 From Seemant Kulleen (RETIRED) 2002-06-05 03:18:12 0000 -------
Thanks for catching this.  While I was in there, I made readline an optional
dependency as well (involved some sed'ing to replace references to -ltermcap
with -lncurses instead :)

Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug