First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 15635
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo Linux bug wranglers <bug-wranglers@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Martin Kuehl <perdix@web.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
sc-7.12.patch patch to let the ebuild for sc delete the ${D} part from the man-page patch Martin Kuehl 2003-02-13 10:21 0000 412 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 15635 depends on: Show dependency tree
Show dependency graph
Bug 15635 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: 2003-02-13 10:19 0000
The sc(1) manpage refers to the builddir, in my case 
/var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc 
 
The correct directory would (of course) be /usr/lib/sc/tutorial.sc  
 

Reproducible: Always
Steps to Reproduce:
1. man sc 
2. 
3. 
Actual Results:  
(output snip) 
       For an online tutorial, type the command: 
 
              sc /var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc 
 

Expected Results:  
the line 
"/var/tmp/portage/sc-7.12/image//usr/lib/sc/tutorial.sc" 
should have read  
"/usr/lib/sc/tutorial.sc"

------- Comment #1 From Martin Kuehl 2003-02-13 10:21:29 0000 -------
Created an attachment (id=8235) [edit]
patch to let the ebuild for sc delete the ${D} part from the man-page

------- Comment #2 From Seemant Kulleen (RETIRED) 2003-02-13 13:42:58 0000 -------
nice catch!  fixed in cvs.

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