Source: ruby-svg-graph
Version: 1.0.5-1
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
>  fakeroot debian/rules binary
> dh binary --buildsystem=ruby --with ruby
>    dh_testroot -O--buildsystem=ruby
>    dh_prep -O--buildsystem=ruby
>    dh_auto_install -O--buildsystem=ruby
> /usr/lib/ruby/vendor_ruby/gem2deb.rb:17: warning: setting 
> Encoding.default_external
>   Entering dh_ruby --install
> install -d /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby
> install -D -m644 /«PKGBUILDDIR»/lib/svggraph.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/svggraph.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/TimeSeries.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/TimeSeries.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Schedule.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Schedule.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Plot.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Plot.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Pie.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Pie.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Line.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Line.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Graph.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Graph.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/DataPoint.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/DataPoint.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/BarHorizontal.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/BarHorizontal.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/BarBase.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/BarBase.rb
> install -D -m644 /«PKGBUILDDIR»/lib/SVG/Graph/Bar.rb 
> /«PKGBUILDDIR»/debian/ruby-svg-graph/usr/lib/ruby/vendor_ruby/SVG/Graph/Bar.rb
> /usr/bin/ruby1.8 -I/usr/lib/ruby/vendor_ruby 
> /usr/lib/ruby/vendor_ruby/gem2deb/test_runner.rb
> Loaded suite -e
> Started
> .......FF.
> Finished in 0.271661 seconds.
> 
>   1) Failure:
> test_popup_radius_is_10_by_default(TestSvgGraphPlot) 
> [./test/test_plot.rb:249]:
> <"<?xml version='1.0'?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" 
> \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\";>\n<svg 
> xmlns:xlink='http://www.w3.org/1999/xlink' a3:scriptImplementation='Adobe' 
> xmlns:a3='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' 
> xmlns='http://www.w3.org/2000/svg' height='500' width='300' viewBox='0 0 300 
> 500'>\n<!-- 
> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\-->\n<!--
>  Created with SVG::Graph -->\n<!-- SVG::Graph by Sean E. Russell -->\n<!-- 
> Losely based on SVG::TT::Graph for Perl by Leo Lapworth & Stephan Morgan 
> -->\n<!-- 
> //////////////////////////////////////////////////////////////////-->\n<defs>\n<style
>  type='text/css'>\n<![CDATA[/* Copy from here for external style sheet 
> */\n.svgBackground{\n  fill:#ffffff;\n}\n.graphBackground{\n  
> fill:#f0f0f0;\n}\n\n/* graphs titles */\n.mainTitle{\n  text-anchor: 
> middle;\n  fill: #000000;\n  font-size: 16px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n.subTitle{\n  text-anchor: middle;\n  
> fill: #999999;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.axis{\n  stroke: #000000;\n  stroke-width: 
> 1px;\n}\n\n.guideLines{\n  stroke: #666666;\n  stroke-width: 1px;\n  
> stroke-dasharray: 5 5;\n}\n\n.xAxisLabels{\n  text-anchor: middle;\n  fill: 
> #000000;\n  font-size: 12px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.yAxisLabels{\n  text-anchor: end;\n  fill: 
> #000000;\n  font-size: 12px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.xAxisTitle{\n  text-anchor: middle;\n  fill: 
> #ff0000;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.yAxisTitle{\n  fill: #ff0000;\n  text-anchor: 
> middle;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.dataPointLabel{\n  fill: #000000;\n  
> text-anchor:middle;\n  font-size: 10px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n\n.staggerGuideLine{\n  fill: none;\n 
>  stroke: #000000;\n  stroke-width: 0.5px;  \n}\n\n/* default line styles 
> */\n.line1{\n\tfill: none;\n\tstroke: #ff0000;\n\tstroke-width: 
> 1px;\t\n}\n.line2{\n\tfill: none;\n\tstroke: #0000ff;\n\tstroke-width: 
> 1px;\t\n}\n.line3{\n\tfill: none;\n\tstroke: #00ff00;\n\tstroke-width: 
> 1px;\t\n}\n.line4{\n\tfill: none;\n\tstroke: #ffcc00;\n\tstroke-width: 
> 1px;\t\n}\n.line5{\n\tfill: none;\n\tstroke: #00ccff;\n\tstroke-width: 
> 1px;\t\n}\n.line6{\n\tfill: none;\n\tstroke: #ff00ff;\n\tstroke-width: 
> 1px;\t\n}\n.line7{\n\tfill: none;\n\tstroke: #00ffff;\n\tstroke-width: 
> 1px;\t\n}\n.line8{\n\tfill: none;\n\tstroke: #ffff00;\n\tstroke-width: 
> 1px;\t\n}\n.line9{\n\tfill: none;\n\tstroke: #ccc6666;\n\tstroke-width: 
> 1px;\t\n}\n.line10{\n\tfill: none;\n\tstroke: #663399;\n\tstroke-width: 
> 1px;\t\n}\n.line11{\n\tfill: none;\n\tstroke: #339900;\n\tstroke-width: 
> 1px;\t\n}\n.line12{\n\tfill: none;\n\tstroke: #9966FF;\n\tstroke-width: 
> 1px;\t\n}\n/* default fill styles */\n.fill1{\n\tfill: 
> #cc0000;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill2{\n\tfill: 
> #0000cc;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill3{\n\tfill: 
> #00cc00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill4{\n\tfill: 
> #ffcc00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill5{\n\tfill: 
> #00ccff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill6{\n\tfill: 
> #ff00ff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill7{\n\tfill: 
> #00ffff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill8{\n\tfill: 
> #ffff00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill9{\n\tfill: 
> #cc6666;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill10{\n\tfill: 
> #663399;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill11{\n\tfill: 
> #339900;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill12{\n\tfill: 
> #9966FF;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n/* default line styles 
> */\n.key1,.dataPoint1{\n\tfill: #ff0000;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key2,.dataPoint2{\n\tfill: #0000ff;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key3,.dataPoint3{\n\tfill: 
> #00ff00;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key4,.dataPoint4{\n\tfill: #ffcc00;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key5,.dataPoint5{\n\tfill: 
> #00ccff;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key6,.dataPoint6{\n\tfill: #ff00ff;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key7,.dataPoint7{\n\tfill: 
> #00ffff;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key8,.dataPoint8{\n\tfill: #ffff00;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key9,.dataPoint9{\n\tfill: 
> #cc6666;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key10,.dataPoint10{\n\tfill: #663399;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key11,.dataPoint11{\n\tfill: 
> #339900;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key12,.dataPoint12{\n\tfill: #9966FF;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n\n\n.keyText{\n  fill: #000000;\n  
> text-anchor:start;\n  font-size: 10px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n/* End copy for external style sheet 
> */\n]]>\n</style>\n</defs>\n<!-- include default stylesheet if none specified 
> -->\n<!--SVG Background-->\n<rect height='500' x='0' y='0' width='300' 
> class='svgBackground'/>\n<g transform='translate( 21.4 10 )'>\n<rect 
> height='471' x='0' y='0' width='213.6' class='graphBackground'/>\n<path 
> id='xAxis' d='M 0 0 v471' class='axis'/>\n<path id='yAxis' d='M 0 471 h213.6' 
> class='axis'/>\n<text style='text-anchor: middle' y='486' x='0.0' 
> class='xAxisLabels'>\n1\n</text>\n<text style='text-anchor: middle' y='486' 
> x='21.0666666666667' class='xAxisLabels'>\n2\n</text>\n<text 
> style='text-anchor: middle' y='486' x='42.1333333333333' 
> class='xAxisLabels'>\n3\n</text>\n<text style='text-anchor: middle' y='486' 
> x='63.2' class='xAxisLabels'>\n4\n</text>\n<text style='text-anchor: middle' 
> y='486' x='84.2666666666667' class='xAxisLabels'>\n5\n</text>\n<text 
> style='text-anchor: middle' y='486' x='105.333333333333' 
> class='xAxisLabels'>\n6\n</text>\n<text style='text-anchor: middle' y='486' 
> x='126.4' class='xAxisLabels'>\n7\n</text>\n<text style='text-anchor: middle' 
> y='486' x='147.466666666667' class='xAxisLabels'>\n8\n</text>\n<text 
> style='text-anchor: middle' y='486' x='168.533333333333' 
> class='xAxisLabels'>\n9\n</text>\n<text style='text-anchor: middle' y='486' 
> x='189.6' class='xAxisLabels'>\n10\n</text>\n<text style='text-anchor: end' 
> x='-3' y='475.0' class='yAxisLabels'>\n1\n</text>\n<text style='text-anchor: 
> end' x='-3' y='425.333333333333' class='yAxisLabels'>\n2\n</text>\n<path 
> d='M0 421.333333333333 h213.6' class='guideLines'/>\n<text 
> style='text-anchor: end' x='-3' y='375.666666666667' 
> class='yAxisLabels'>\n3\n</text>\n<path d='M0 371.666666666667 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' y='326.0' 
> class='yAxisLabels'>\n4\n</text>\n<path d='M0 322.0 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' 
> y='276.333333333333' class='yAxisLabels'>\n5\n</text>\n<path d='M0 
> 272.333333333333 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='226.666666666667' class='yAxisLabels'>\n6\n</text>\n<path d='M0 
> 222.666666666667 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='177.0' class='yAxisLabels'>\n7\n</text>\n<path d='M0 173.0 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' 
> y='127.333333333333' class='yAxisLabels'>\n8\n</text>\n<path d='M0 
> 123.333333333333 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='77.6666666666667' class='yAxisLabels'>\n9\n</text>\n<path d='M0 
> 73.6666666666667 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='28.0' class='yAxisLabels'>\n10\n</text>\n<path d='M0 24.0 h213.6' 
> class='guideLines'/>\n<path d='M0.0 471.0 L0.0 471.0 84.2666666666667 
> 272.333333333333 189.6 24.0 ' class='line1'/>\n<circle cx='0.0' cy='471.0' 
> r='2.5' class='dataPoint1'/>\n<circle cx='84.2666666666667' 
> cy='272.333333333333' r='2.5' class='dataPoint1'/>\n<circle cx='189.6' 
> cy='24.0' r='2.5' class='dataPoint1'/>\n<g>\n<text visibility='hidden' 
> id='23534927784400' style='fill: #000; text-anchor: start;' x='5.0' 
> y='459.0'>\n(1, 1, first)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927784400).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927784400).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='0.0' cy='471.0' r='10' style='opacity: 0'/>\n<text 
> x='0.0' y='465.0' style=' stroke: #fff; stroke-width: 2;' 
> class='dataPointLabel'>\n1\n</text>\n<text x='0.0' y='465.0' 
> class='dataPointLabel'>\n1\n</text>\n<text visibility='hidden' 
> id='23534927772340' style='fill: #000; text-anchor: start;' 
> x='89.2666666666667' y='260.333333333333'>\n(5, 5, second)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927772340).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927772340).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='84.2666666666667' cy='272.333333333333' r='10' 
> style='opacity: 0'/>\n<text x='84.2666666666667' y='266.333333333333' style=' 
> stroke: #fff; stroke-width: 2;' class='dataPointLabel'>\n5\n</text>\n<text 
> x='84.2666666666667' y='266.333333333333' 
> class='dataPointLabel'>\n5\n</text>\n<text visibility='hidden' 
> id='23534927744320' style='fill: #000; text-anchor: end;' x='184.6' 
> y='12.0'>\n(10, 10, third)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927744320).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927744320).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='189.6' cy='24.0' r='10' style='opacity: 
> 0'/>\n<text x='189.6' y='18.0' style=' stroke: #fff; stroke-width: 2;' 
> class='dataPointLabel'>\n10\n</text>\n<text x='189.6' y='18.0' 
> class='dataPointLabel'>\n10\n</text>\n</g>\n</g>\n<g 
> transform='translate(245.0 30)'>\n<rect height='12' x='0' y='0' width='12' 
> class='key1'/>\n<text x='17' y='12' 
> class='keyText'>\nActual\n</text>\n</g>\n</svg>"> expected to be =~
> </circle .* onmouseover=.*/>.
> 
>   2) Failure:
> test_popup_radius_is_overridable(TestSvgGraphPlot) [./test/test_plot.rb:279]:
> <"<?xml version='1.0'?>\n<!DOCTYPE svg PUBLIC \"-//W3C//DTD SVG 1.0//EN\" 
> \"http://www.w3.org/TR/2001/REC-SVG-20010904/DTD/svg10.dtd\";>\n<svg 
> xmlns:xlink='http://www.w3.org/1999/xlink' a3:scriptImplementation='Adobe' 
> xmlns:a3='http://ns.adobe.com/AdobeSVGViewerExtensions/3.0/' 
> xmlns='http://www.w3.org/2000/svg' height='500' width='300' viewBox='0 0 300 
> 500'>\n<!-- 
> \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\-->\n<!--
>  Created with SVG::Graph -->\n<!-- SVG::Graph by Sean E. Russell -->\n<!-- 
> Losely based on SVG::TT::Graph for Perl by Leo Lapworth & Stephan Morgan 
> -->\n<!-- 
> //////////////////////////////////////////////////////////////////-->\n<defs>\n<style
>  type='text/css'>\n<![CDATA[/* Copy from here for external style sheet 
> */\n.svgBackground{\n  fill:#ffffff;\n}\n.graphBackground{\n  
> fill:#f0f0f0;\n}\n\n/* graphs titles */\n.mainTitle{\n  text-anchor: 
> middle;\n  fill: #000000;\n  font-size: 16px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n.subTitle{\n  text-anchor: middle;\n  
> fill: #999999;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.axis{\n  stroke: #000000;\n  stroke-width: 
> 1px;\n}\n\n.guideLines{\n  stroke: #666666;\n  stroke-width: 1px;\n  
> stroke-dasharray: 5 5;\n}\n\n.xAxisLabels{\n  text-anchor: middle;\n  fill: 
> #000000;\n  font-size: 12px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.yAxisLabels{\n  text-anchor: end;\n  fill: 
> #000000;\n  font-size: 12px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.xAxisTitle{\n  text-anchor: middle;\n  fill: 
> #ff0000;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.yAxisTitle{\n  fill: #ff0000;\n  text-anchor: 
> middle;\n  font-size: 14px;\n  font-family: \"Arial\", sans-serif;\n  
> font-weight: normal;\n}\n\n.dataPointLabel{\n  fill: #000000;\n  
> text-anchor:middle;\n  font-size: 10px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n\n.staggerGuideLine{\n  fill: none;\n 
>  stroke: #000000;\n  stroke-width: 0.5px;  \n}\n\n/* default line styles 
> */\n.line1{\n\tfill: none;\n\tstroke: #ff0000;\n\tstroke-width: 
> 1px;\t\n}\n.line2{\n\tfill: none;\n\tstroke: #0000ff;\n\tstroke-width: 
> 1px;\t\n}\n.line3{\n\tfill: none;\n\tstroke: #00ff00;\n\tstroke-width: 
> 1px;\t\n}\n.line4{\n\tfill: none;\n\tstroke: #ffcc00;\n\tstroke-width: 
> 1px;\t\n}\n.line5{\n\tfill: none;\n\tstroke: #00ccff;\n\tstroke-width: 
> 1px;\t\n}\n.line6{\n\tfill: none;\n\tstroke: #ff00ff;\n\tstroke-width: 
> 1px;\t\n}\n.line7{\n\tfill: none;\n\tstroke: #00ffff;\n\tstroke-width: 
> 1px;\t\n}\n.line8{\n\tfill: none;\n\tstroke: #ffff00;\n\tstroke-width: 
> 1px;\t\n}\n.line9{\n\tfill: none;\n\tstroke: #ccc6666;\n\tstroke-width: 
> 1px;\t\n}\n.line10{\n\tfill: none;\n\tstroke: #663399;\n\tstroke-width: 
> 1px;\t\n}\n.line11{\n\tfill: none;\n\tstroke: #339900;\n\tstroke-width: 
> 1px;\t\n}\n.line12{\n\tfill: none;\n\tstroke: #9966FF;\n\tstroke-width: 
> 1px;\t\n}\n/* default fill styles */\n.fill1{\n\tfill: 
> #cc0000;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill2{\n\tfill: 
> #0000cc;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill3{\n\tfill: 
> #00cc00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill4{\n\tfill: 
> #ffcc00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill5{\n\tfill: 
> #00ccff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill6{\n\tfill: 
> #ff00ff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill7{\n\tfill: 
> #00ffff;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill8{\n\tfill: 
> #ffff00;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill9{\n\tfill: 
> #cc6666;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill10{\n\tfill: 
> #663399;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill11{\n\tfill: 
> #339900;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n.fill12{\n\tfill: 
> #9966FF;\n\tfill-opacity: 0.2;\n\tstroke: none;\n}\n/* default line styles 
> */\n.key1,.dataPoint1{\n\tfill: #ff0000;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key2,.dataPoint2{\n\tfill: #0000ff;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key3,.dataPoint3{\n\tfill: 
> #00ff00;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key4,.dataPoint4{\n\tfill: #ffcc00;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key5,.dataPoint5{\n\tfill: 
> #00ccff;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key6,.dataPoint6{\n\tfill: #ff00ff;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key7,.dataPoint7{\n\tfill: 
> #00ffff;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key8,.dataPoint8{\n\tfill: #ffff00;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key9,.dataPoint9{\n\tfill: 
> #cc6666;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key10,.dataPoint10{\n\tfill: #663399;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n.key11,.dataPoint11{\n\tfill: 
> #339900;\n\tstroke: none;\n\tstroke-width: 
> 1px;\t\n}\n.key12,.dataPoint12{\n\tfill: #9966FF;\n\tstroke: 
> none;\n\tstroke-width: 1px;\t\n}\n\n\n.keyText{\n  fill: #000000;\n  
> text-anchor:start;\n  font-size: 10px;\n  font-family: \"Arial\", 
> sans-serif;\n  font-weight: normal;\n}\n/* End copy for external style sheet 
> */\n]]>\n</style>\n</defs>\n<!-- include default stylesheet if none specified 
> -->\n<!--SVG Background-->\n<rect height='500' x='0' y='0' width='300' 
> class='svgBackground'/>\n<g transform='translate( 21.4 10 )'>\n<rect 
> height='471' x='0' y='0' width='213.6' class='graphBackground'/>\n<path 
> id='xAxis' d='M 0 0 v471' class='axis'/>\n<path id='yAxis' d='M 0 471 h213.6' 
> class='axis'/>\n<text style='text-anchor: middle' y='486' x='0.0' 
> class='xAxisLabels'>\n1\n</text>\n<text style='text-anchor: middle' y='486' 
> x='21.0666666666667' class='xAxisLabels'>\n2\n</text>\n<text 
> style='text-anchor: middle' y='486' x='42.1333333333333' 
> class='xAxisLabels'>\n3\n</text>\n<text style='text-anchor: middle' y='486' 
> x='63.2' class='xAxisLabels'>\n4\n</text>\n<text style='text-anchor: middle' 
> y='486' x='84.2666666666667' class='xAxisLabels'>\n5\n</text>\n<text 
> style='text-anchor: middle' y='486' x='105.333333333333' 
> class='xAxisLabels'>\n6\n</text>\n<text style='text-anchor: middle' y='486' 
> x='126.4' class='xAxisLabels'>\n7\n</text>\n<text style='text-anchor: middle' 
> y='486' x='147.466666666667' class='xAxisLabels'>\n8\n</text>\n<text 
> style='text-anchor: middle' y='486' x='168.533333333333' 
> class='xAxisLabels'>\n9\n</text>\n<text style='text-anchor: middle' y='486' 
> x='189.6' class='xAxisLabels'>\n10\n</text>\n<text style='text-anchor: end' 
> x='-3' y='475.0' class='yAxisLabels'>\n1\n</text>\n<text style='text-anchor: 
> end' x='-3' y='425.333333333333' class='yAxisLabels'>\n2\n</text>\n<path 
> d='M0 421.333333333333 h213.6' class='guideLines'/>\n<text 
> style='text-anchor: end' x='-3' y='375.666666666667' 
> class='yAxisLabels'>\n3\n</text>\n<path d='M0 371.666666666667 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' y='326.0' 
> class='yAxisLabels'>\n4\n</text>\n<path d='M0 322.0 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' 
> y='276.333333333333' class='yAxisLabels'>\n5\n</text>\n<path d='M0 
> 272.333333333333 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='226.666666666667' class='yAxisLabels'>\n6\n</text>\n<path d='M0 
> 222.666666666667 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='177.0' class='yAxisLabels'>\n7\n</text>\n<path d='M0 173.0 h213.6' 
> class='guideLines'/>\n<text style='text-anchor: end' x='-3' 
> y='127.333333333333' class='yAxisLabels'>\n8\n</text>\n<path d='M0 
> 123.333333333333 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='77.6666666666667' class='yAxisLabels'>\n9\n</text>\n<path d='M0 
> 73.6666666666667 h213.6' class='guideLines'/>\n<text style='text-anchor: end' 
> x='-3' y='28.0' class='yAxisLabels'>\n10\n</text>\n<path d='M0 24.0 h213.6' 
> class='guideLines'/>\n<path d='M0.0 471.0 L0.0 471.0 84.2666666666667 
> 272.333333333333 189.6 24.0 ' class='line1'/>\n<circle cx='0.0' cy='471.0' 
> r='2.5' class='dataPoint1'/>\n<circle cx='84.2666666666667' 
> cy='272.333333333333' r='2.5' class='dataPoint1'/>\n<circle cx='189.6' 
> cy='24.0' r='2.5' class='dataPoint1'/>\n<g>\n<text visibility='hidden' 
> id='23534927389940' style='fill: #000; text-anchor: start;' x='5.0' 
> y='459.0'>\n(1, 1, first)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927389940).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927389940).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='0.0' cy='471.0' r='1.23' style='opacity: 
> 0'/>\n<text x='0.0' y='465.0' style=' stroke: #fff; stroke-width: 2;' 
> class='dataPointLabel'>\n1\n</text>\n<text x='0.0' y='465.0' 
> class='dataPointLabel'>\n1\n</text>\n<text visibility='hidden' 
> id='23534927380820' style='fill: #000; text-anchor: start;' 
> x='89.2666666666667' y='260.333333333333'>\n(5, 5, second)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927380820).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927380820).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='84.2666666666667' cy='272.333333333333' r='1.23' 
> style='opacity: 0'/>\n<text x='84.2666666666667' y='266.333333333333' style=' 
> stroke: #fff; stroke-width: 2;' class='dataPointLabel'>\n5\n</text>\n<text 
> x='84.2666666666667' y='266.333333333333' 
> class='dataPointLabel'>\n5\n</text>\n<text visibility='hidden' 
> id='23534927372140' style='fill: #000; text-anchor: end;' x='184.6' 
> y='12.0'>\n(10, 10, third)\n</text>\n<circle 
> onmouseover='document.getElementById(23534927372140).setAttribute(&apos;visibility&apos;,
>  &apos;visible&apos; )' 
> onmouseout='document.getElementById(23534927372140).setAttribute(&apos;visibility&apos;,
>  &apos;hidden&apos; )' cx='189.6' cy='24.0' r='1.23' style='opacity: 
> 0'/>\n<text x='189.6' y='18.0' style=' stroke: #fff; stroke-width: 2;' 
> class='dataPointLabel'>\n10\n</text>\n<text x='189.6' y='18.0' 
> class='dataPointLabel'>\n10\n</text>\n</g>\n</g>\n<g 
> transform='translate(245.0 30)'>\n<rect height='12' x='0' y='0' width='12' 
> class='key1'/>\n<text x='17' y='12' 
> class='keyText'>\nActual\n</text>\n</g>\n</svg>"> expected to be =~
> </circle .* onmouseover=.*/>.
> 
> 10 tests, 31 assertions, 2 failures, 0 errors
> ERROR: Test "ruby1.8" failed. Exiting.
> dh_auto_install: dh_ruby --install /«PKGBUILDDIR»/debian/tmp returned exit 
> code 1
> make: *** [binary] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/ruby-svg-graph_1.0.5-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.


--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to