Bug List: (This bug is not in your last search results)   Show last search results      Search page      Enter new bug
Bug#: 81164
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Python Gentoo Team <python@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Marius Mauch (RETIRED) <genone@gentoo.org>
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 81164 depends on: Show dependency tree
Bug 81164 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: 2005-02-07 13:40 0000
SEDED="""
s/tk = Tkinter.Tk()/tk = ${TKEQ}/;
s/tk.getvar('tk_version')/str(Tkinter.TkVersion)/g;
s/tk.getvar( 'tk_version' )/str(Tkinter.TkVersion)/g;
s/tk.getvar('tcl_version')/str(Tkinter.TclVersion)/g;
s/tk.getvar('tk_library')/${TKLIBRARY}/g;
s/tk.getvar('tcl_library')/${TCLLIBRARY}/g;"""
        sed -i -e "${SEDED}" togl_setup.py

Doesn't work. The variables might/will contain slashes which will completely break the sed command. Colon would be a better choice.

------- Comment #1 From Fernando Serboncini (RETIRED) 2005-02-07 14:29:45 0000 -------
totally right, I didn't realize that $(get_libdir) can return subpaths. Thanks
for the notice. Fixed in the tree.

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