On Jun 10, Olivier Berger ([EMAIL PROTECTED]) wrote:
 > Package: openjade
 > Version: 1.4devel1-15
 > Severity: normal
 > 
 > openjade --version never exits and stays blocked...
 > 
 > strace openjade --version last lines are :
 > 
 > open("/usr/share/sgml/docbook/dtd/4.0/catalog", O_RDONLY) = 4
 > fstat64(4, {st_mode=S_IFREG|0644, st_size=2336, ...}) = 0
 > read(4, "  -- ..........................."..., 4096) = 2336
 > read(4, "", 4096)                       = 0
 > close(4)                                = 0
 > open("/usr/share/sgml/docbook/dtd/4.1/catalog", O_RDONLY) = 4
 > fstat64(4, {st_mode=S_IFREG|0644, st_size=2317, ...}) = 0
 > read(4, "  -- ..........................."..., 4096) = 2317
 > read(4, "", 4096)                       = 0
 > close(4)                                = 0
 > open("/usr/share/sgml/docbook/dtd/4.2/catalog", O_RDONLY) = 4
 > fstat64(4, {st_mode=S_IFREG|0644, st_size=2036, ...}) = 0
 > read(4, "  -- ..........................."..., 4096) = 2036
 > read(4, "", 4096)                       = 0
 > close(4)                                = 0
 > open("/usr/share/sgml/docbook/dtd/4.3/catalog", O_RDONLY) = 4
 > fstat64(4, {st_mode=S_IFREG|0644, st_size=2037, ...}) = 0
 > read(4, "  -- ..........................."..., 4096) = 2037
 > read(4, "", 4096)                       = 0
 > close(4)                                = 0
 > open("/usr/share/sgml/docbook/dtd/4.4/catalog", O_RDONLY) = 4
 > fstat64(4, {st_mode=S_IFREG|0644, st_size=2187, ...}) = 0
 > read(4, "  -- ..........................."..., 4096) = 2187
 > read(4, "", 4096)                       = 0
 > close(4)                                = 0
 > fstat64(0, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), ...}) = 0
 > read(0,  <unfinished ...>

Since no file was specified on the command line, it's waiting for standard
input.  I know many programs with a --version option show the version and
quit, but openjade (and opensp) show the version and expect to keep going.  It
could be changed, of course, but that is how it is designed and it doesn't
strike me as a big problem.  Do you have any objection to making this bug a
wishlist bug?

-- 
Neil Roeth


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

Reply via email to