Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 269131 Details for
Bug 386661
Review Request: writer2latex - OpenOffice.org to LaTeX/XHTML filter
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch for /usr/lib/python2.5/site-packages/aotcompile.py
diff1 (text/plain), 937 bytes, created by
Andrew Haley
on 2007-11-26 17:52:14 UTC
(
hide
)
Description:
Patch for /usr/lib/python2.5/site-packages/aotcompile.py
Filename:
MIME Type:
Creator:
Andrew Haley
Created:
2007-11-26 17:52:14 UTC
Size:
937 bytes
patch
obsolete
>--- aotcompile.py 2006-09-07 22:59:16.000000000 +0100 >+++ aotcompile.py.new 2007-11-26 16:57:28.000000000 +0000 >@@ -21,6 +21,7 @@ > import sys > import cStringIO as StringIO > import zipfile >+import tempfile > > PATHS = {"make": "/usr/bin/make", > "gcj": "/usr/bin/gcj", >@@ -85,6 +86,9 @@ > self.ldflags = copy.copy(LDFLAGS) > self.makeflags = copy.copy(MAKEFLAGS) > self.exclusions = [] >+ self.filenames = tempfile.mkstemp() >+ self.gcjflags += ["-fsource-filename=" + self.filenames[1]] >+ os.system("/usr/bin/find `pwd` -type f > " + self.filenames[1]) > > def compile(self): > """Search srcdir for classes and jarfiles, then generate >@@ -104,6 +108,7 @@ > os.unlink(MAKEFILE) > finally: > os.chdir(oldcwd) >+ os.unlink(self.filenames[1]) > > def getJobList(self): > """Return all jarfiles and class collections in srcdir."""
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 386661
: 269131