Bug 50882 - Balsa2 help contents not found
Summary: Balsa2 help contents not found
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-13 03:30 UTC by J.D.
Modified: 2003-04-13 06:15 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description J.D. 2003-04-13 03:30:09 UTC
	Balsa2.0.10 executable looking for help contents in directory not
	specified in doc/xmldocs.make file, docdir.

	Partial ktrace/kdump from running Balsa-2.0.10:
	
	312 balsa    NAMI  "/usr/X11R6/share/help/balsa/"
	312 balsa    RET   stat -1 errno 2 No such file or directory
	312 balsa    CALL  stat(0x8492020,0xbfbfe974)
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/"
	312 balsa    RET   stat 0
	312 balsa    CALL  access(0x8497e80,0)
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/C/balsa.xml"
	312 balsa    RET   access -1 errno 2 No such file or directory
	312 balsa    CALL  access(0x8497e80,0)
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/C/balsa.docbook"
	312 balsa    RET   access -1 errno 2 No such file or directory
	312 balsa    CALL  access(0x8497e80,0)
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/C/balsa.sgml"
	312 balsa    RET   access -1 errno 2 No such file or directory
	312 balsa    CALL  access(0x8497e80,0)
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/C/balsa.html"
	312 balsa    RET   access -1 errno 2 No such file or directory
	312 balsa    NAMI  "/usr/X11R6/share/gnome/help/C/balsa"
	312 balsa    RET   access -1 errno 2 No such file or directory

	No other ktrace references are found for the help files.


	Actual help files are located in:

	ll /usr/X11R6/share/gnome/help/balsa/C
	total 140
	-rw-rw-r--  1 root  wheel  111995 Apr 12 18:07 balsa.xml
	-rw-rw-r--  1 root  wheel   27304 Apr 12 18:07 fdl-appendix.xml
	drwxrwxr-x  2 root  wheel    1024 Apr 12 18:07 figures


	Changing files/patch-doc_xmldocs.make doesn't seem to make any
	difference.
Comment 1 Joe Marcus Clarke freebsd_committer freebsd_triage 2003-04-13 06:14:56 UTC
State Changed
From-To: open->closed

Fixed, thanks for reporting.