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 856094 Details for
Bug 1058323
dotty fails to render any text in graph
[?]
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]
Upstream patch for errors
0001-Fix-lefty-to-use-only-1.2-xdot-and-ignore-t-op.patch (text/plain), 1.21 KB, created by
Daniel Berrangé
on 2014-01-27 14:48:25 UTC
(
hide
)
Description:
Upstream patch for errors
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2014-01-27 14:48:25 UTC
Size:
1.21 KB
patch
obsolete
>From 37153c4967cd8802a97ac2d0622b176d5603861f Mon Sep 17 00:00:00 2001 >From: "Emden R. Gansner" <erg@alum.mit.edu> >Date: Tue, 22 Oct 2013 11:11:13 -0400 >Subject: [PATCH] Fix lefty to use only 1.2 xdot and ignore 't' op. > >--- > cmd/dotty/dotty_layout.lefty | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > >diff --git a/cmd/dotty/dotty_layout.lefty b/cmd/dotty/dotty_layout.lefty >index 9f8283b..8aefac3 100644 >--- a/cmd/dotty/dotty_layout.lefty >+++ b/cmd/dotty/dotty_layout.lefty >@@ -5,7 +5,7 @@ dotty.grablserver = function (lserver) { > local fd; > > if (~dotty.lservers[lserver] | tablesize (dotty.lservers[lserver]) == 0) { >- if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot')) >= 0)) { >+ if (~((fd = openio ('pipe', lserver, 'r+', '%e -Txdot1.2')) >= 0)) { > dotty.message (0, concat ('cannot start ', lserver)); > return null; > } >@@ -438,6 +438,8 @@ dotty.protogt.unpackdraw = function (gt, attr) { > } > } else if (t[i] == 'I') { > i = i + 7; >+ } else if (t[i] == 't') { >+ i = i + 2; > } else { > dotty.message (0, concat ('draw language parser error: ', t[i])); > return null; >-- >1.8.4.2 >
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 1058323
: 856094