To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=93243
Issue #|93243
Summary|rpmq warnings brakes tarballs with JRE
Component|tools
Version|OOO300m3
Platform|All
URL|
OS/Version|All
Status|NEW
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|solenv
Assigned to|mh
Reported by|rail
------- Additional comments from [EMAIL PROTECTED] Fri Aug 29 09:28:24 +0000
2008 -------
solenv/bin/modules/installer/xpdinstaller.pm contains the following line:
my $systemcall = "$installer::globals::rpmquerycommand -qp $packagename 2\>\&1
|";
On my system the output of this command begins with the following line:
/usr/lib/rpm/rpmq:
/data/build/3.0/src.pro/ooo_OOO300_m3_src/solver/300/unxlngi6.pro/lib/libssl.so.0.9.8:
no version information available (required by /usr/lib/libneon.so.25)
So, in tarball with JRE I get the following entry:
[installdata/xpd]$ grep fullpkgname gid_Module_Brand_Prg_Calc.xpd
<fullpkgname>rpm:
/data/build/3.0/src.pro/ooo_OOO300_m3_src/solver/300/unxlngx6.pro/lib/libcrypto.so.0.9.8:
no version information available (required by
/usr/lib/libneon.so.25)</fullpkgname>
(the same for all packages).
I suggest to discard stderr messages and use stdout only to prevent such
problems. Please review the attached patch.
---------------------------------------------------------------------
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]