public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory
@ 2015-01-28  8:57 mcermak at redhat dot com
  2015-01-28  9:18 ` [Bug releng/17893] " mcermak at redhat dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: mcermak at redhat dot com @ 2015-01-28  8:57 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17893

            Bug ID: 17893
           Summary: el6: cannot stat
                    `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No
                    such file or directory
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: releng
          Assignee: systemtap at sourceware dot org
          Reporter: mcermak at redhat dot com

Created attachment 8087
  --> https://sourceware.org/bugzilla/attachment.cgi?id=8087&action=edit
"configure" and "make rpm" logs

On rhel6 the `make rpm` fails with `cannot stat
`build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory`.

Not an issue when one does something like:
sed -i 's/with_publican\ 1/with_publican\ 0/g' systemtap.spec
sed -i 's/with_docs\ 1/with_docs\ 0/g' systemtap.spec

But could possibly be an issue during upcoming porting upstream bits to rhel6
(?). Logs attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug releng/17893] el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory
  2015-01-28  8:57 [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory mcermak at redhat dot com
@ 2015-01-28  9:18 ` mcermak at redhat dot com
  2015-01-28  9:19 ` mcermak at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: mcermak at redhat dot com @ 2015-01-28  9:18 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17893

--- Comment #1 from Martin Cermak <mcermak at redhat dot com> ---
I believe I have all needed deps installed and that it worked some time back. I
suspect following to be an issue:


=======
        Processing file build/en-US/xml_tmp/Userspace_probing.xml ->
build/en-US/xml/Userspace_probing.xml
        Processing file build/en-US/xml_tmp/Using_SystemTap.xml ->
build/en-US/xml/Using_SystemTap.xml
Beginning work on en-US                                                         
        Starting pdf                                                            
        Using XML::LibXSLT on
/usr/share/publican/Common_Content/RedHat/xsl/pdf.xsl
Making portrait pages on A4 paper (210mmx297mm)                                 
Xlib:  extension "RANDR" missing on display ":99".                              
Jan 28, 2015 3:35:30 a.m. org.apache.fop.apps.FopFactoryConfigurator configure  
INFO: Default page-height set to: 240mm                                         
Jan 28, 2015 3:35:30 a.m. org.apache.fop.apps.FopFactoryConfigurator configure  
INFO: Default page-width set to: 120mm                                          
Jan 28, 2015 3:35:32 a.m. org.apache.fop.cli.Main startFOP                      
SEVERE: Exception                                                               
java.lang.NullPointerException                                                  
   at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:217)        
   at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)           
   at org.apache.fop.cli.Main.startFOP(Main.java:166)                           
   at org.apache.fop.cli.Main.main(Main.java:196)                               

---------                                                                       

java.lang.NullPointerException                                                  
   at gnu.xml.transform.SAXSerializer.getValue(libgcj.so.10)                    
   at org.apache.fop.fo.PropertyList.addAttributesToList(PropertyList.java:283) 
   at org.apache.fop.fo.FObj.processNode(FObj.java:122)                         
   at
org.apache.fop.fo.FOTreeBuilder$MainFOHandler.startElement(FOTreeBuilder.java:286)
   at org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:163)      
   at gnu.xml.transform.SAXSerializer.serialize(libgcj.so.10)                   
   at gnu.xml.transform.SAXSerializer.serialize(libgcj.so.10)                   
   at gnu.xml.transform.TransformerImpl.transform(libgcj.so.10)                 
   at org.apache.fop.cli.InputHandler.transformTo(InputHandler.java:214)        
   at org.apache.fop.cli.InputHandler.renderTo(InputHandler.java:125)           
   at org.apache.fop.cli.Main.startFOP(Main.java:166)                           
   at org.apache.fop.cli.Main.main(Main.java:196)                               
        Finished pdf                                                            
        Starting html                                                           
        Using XML::LibXSLT on
/usr/share/publican/Common_Content/RedHat/xsl/html.xsl
=======

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug releng/17893] el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory
  2015-01-28  8:57 [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory mcermak at redhat dot com
  2015-01-28  9:18 ` [Bug releng/17893] " mcermak at redhat dot com
@ 2015-01-28  9:19 ` mcermak at redhat dot com
  2015-01-28  9:25 ` mcermak at redhat dot com
  2015-06-19 16:19 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mcermak at redhat dot com @ 2015-01-28  9:19 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17893

--- Comment #2 from Martin Cermak <mcermak at redhat dot com> ---
Seems to be rhel6 specific. Works for me on rhel7.

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug releng/17893] el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory
  2015-01-28  8:57 [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory mcermak at redhat dot com
  2015-01-28  9:18 ` [Bug releng/17893] " mcermak at redhat dot com
  2015-01-28  9:19 ` mcermak at redhat dot com
@ 2015-01-28  9:25 ` mcermak at redhat dot com
  2015-06-19 16:19 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: mcermak at redhat dot com @ 2015-01-28  9:25 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17893

--- Comment #3 from Martin Cermak <mcermak at redhat dot com> ---
$ rpm -qa | egrep 'fop|openjdk'
java-1.6.0-openjdk-1.6.0.34-1.13.6.1.el6_6.x86_64
fop-0.95-4.2.el6.x86_64

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug releng/17893] el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory
  2015-01-28  8:57 [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory mcermak at redhat dot com
                   ` (2 preceding siblings ...)
  2015-01-28  9:25 ` mcermak at redhat dot com
@ 2015-06-19 16:19 ` fche at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2015-06-19 16:19 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=17893

Frank Ch. Eigler <fche at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |fche at redhat dot com
         Resolution|---                         |FIXED

--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
publican is no longer used by the build system, so its silly
live-X11-connection requirement is moot

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-06-19 16:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-28  8:57 [Bug releng/17893] New: el6: cannot stat `build/en-US/pdf/*SystemTap_Beginners_Guide*.pdf': No such file or directory mcermak at redhat dot com
2015-01-28  9:18 ` [Bug releng/17893] " mcermak at redhat dot com
2015-01-28  9:19 ` mcermak at redhat dot com
2015-01-28  9:25 ` mcermak at redhat dot com
2015-06-19 16:19 ` fche at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).