To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62535


User pjanik changed the following:

                  What    |Old value                 |New value
================================================================================
                        CC|'andreschnabel,mechtilde,p|'andreschnabel,mechtilde,m
                          |aveljanik'                |h,paveljanik,rene'
--------------------------------------------------------------------------------
          Target milestone|---                       |OOo 2.0.2
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Fri Feb 24 13:35:59 -0800 
2006 -------
I think this is because OOo is trying to read SGENPRT.PS from
share/psprint/driver/...

This is with current configure based builds:

pid  6963] lstat64("/SGENPRT",  <unfinished ...>
[pid  6963] open("/SGENPRT", O_RDONLY)  = -1 ENOENT (No such file or directory)
[pid  6963] lstat64("/SGENPRT", 0xbfffc040) = -1 ENOENT (No such file or 
directory)
[pid  6963] open("/SGENPRT", O_RDONLY)  = -1 ENOENT (No such file or directory)

This is with added driver directory from previous versions:

[pid  7019] lstat64("/SGENPRT",  <unfinished ...>
[pid  7019] open("/SGENPRT", O_RDONLY)  = -1 ENOENT (No such file or directory)
[pid  7019] lstat64("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
{st_mode=S_IFREG|0644, st_size=24364, ...}) = 0
[pid  7019] open("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
O_RDONLY) = 24
[pid  7019] lstat64("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
{st_mode=S_IFREG|0644, st_size=24364, ...}) = 0
[pid  7019] open("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
O_RDONLY) = 24
[pid  7019] lstat64("/SGENPRT", 0xbfffce7c) = -1 ENOENT (No such file or 
directory)
[pid  7019] open("/SGENPRT", O_RDONLY)  = -1 ENOENT (No such file or directory)
[pid  7019] lstat64("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
{st_mode=S_IFREG|0644, st_size=24364, ...}) = 0
[pid  7019] open("/disk3/oo/TEST/program/../share/psprint/driver/SGENPRT.PS",
O_RDONLY) = 25

Q1: why is it reading /SGENPRT?

Any configure based build doesn't contain psprint/driver and psprint/fontmetric
directory, thus can't print.

Looks like this is duplicate to #i62068#. Right?


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to