First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 36842
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Gentoo's Team for Core System packages <base-system@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Malte S. Stretz <gentoo-bugger@msquadrat.de>
Add CC:
CC:
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
pic2graph.patch1 patch against pic2graph (fix missing command) patch Malte S. Stretz 2003-12-30 13:31 0000 274 bytes Details | Diff
pic2graph.patch2 patch against pic2graph (make it more FHS conforme) patch Malte S. Stretz 2003-12-30 13:32 0000 579 bytes Details | Diff
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 36842 depends on: Show dependency tree
Show dependency graph
Bug 36842 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-12-30 13:28 0000
Seems like the pic2graph util shipped with that version of groff is buggy. It's
a shell script, in line 48 is missing a command. I'll attach a patch to fix
this (might need to be sent upstream to ESR if that file is still buggy in a
more current version).

Another thing is that the util uses /usr/tmp instead of /var/tmp. That's a
correct symlink on most systems (including Gentoo) but that doesn't make it FHS
conform :) I'll attach another patch for this.

Reproducible: Always
Steps to Reproduce:
1. wget http://www.catb.org/~esr/hacker-emblem/glider.pic
2. pic2graph < glider.pic

Actual Results:  
/tmp/pic2graph: line 48: syntax error near unexpected token `)' 
/tmp/pic2graph: line 48: `    -format)' 


Expected Results:  
Dunno, but no error.

------- Comment #1 From Malte S. Stretz 2003-12-30 13:31:28 0000 -------
Created an attachment (id=22873) [edit]
patch against pic2graph (fix missing command)

------- Comment #2 From Malte S. Stretz 2003-12-30 13:32:01 0000 -------
Created an attachment (id=22874) [edit]
patch against pic2graph (make it more FHS conforme)

------- Comment #3 From SpanKY 2004-10-03 00:14:24 0000 -------
i updated the sed statement to fix the shift/-U issue and e-mailed upstream
about it

groff-1.19.1-r1 resolves the tmpdir issue

sorry for the delay ;)

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