[dev] Re: Help: Build on Linux

2011-03-26 Thread Michael Stahl
On 25/03/2011 06:56, Rohit Kulkarni wrote:
 Systemcall: unopkg add --shared --suppress-license --verbose
 ../share/extension/install/dict-en.oxt
 -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/unxlngi6.pro/OpenOffice/installed/uno/en-US
 http://unxlngi6.pro/OpenOffice/installed/uno/en-US 21 |
 /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/unopkg.bin
 http://unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/unopkg.bin:
 /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/../basis-link/program/
 http://unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/../basis-link/program/*libfreebl3.so*:
 version `*NSSRAWHASH_3.12.3*' not found (required by /lib/libcrypt.so.1)

i think i remember seeing this; it happens on newer linux systems, where
libcrypt (part of glibc) links against some NSS library.  OOo includes its
own NSS library, but back in OOO320 it didn't have the right symbol
versioning, or was too old or something, so any program that uses libcrypt
 will fail.

iirc this was fixed by cmc a long time ago, but i don't remember how and
where.  the problem should no longer happen on OOO330 or DEV300.

 (This was the error occured while building ooo module store and images
 which was solved when I copied the old version of libfreebl3.so file at
 required path I think in solver)

-- 
Only a fool thinks price and value are the same. -- Antonio Machado

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: Help: Build on Linux

2011-03-24 Thread Rohit Kulkarni
Hello Sir,
Sorry for the late reply , I am busy with my college schedule.
I checked the log file. It tells me that --

Created directory: /tmp/ooopackaging/i_231461300204492/
unxlngi6.pro/OpenOffice/installed/uno/en-US/

Systemcall: unopkg add --shared --suppress-license --verbose
../share/extension/install/dict-en.oxt
-env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/
unxlngi6.pro/OpenOffice/installed/uno/en-US 21 |
/home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/unopkg.bin:
/home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress/openoffice.org3/program/../basis-link/program/
*libfreebl3.so*: version `*NSSRAWHASH_3.12.3*' not found (required by
/lib/libcrypt.so.1)
(This was the error occured while building ooo module store and images which
was solved when I copied the old version of libfreebl3.so file at required
path I think in solver)

ERROR: Could not execute unopkg add --shared --suppress-license --verbose
../share/extension/install/dict-en.oxt
-env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/
unxlngi6.pro/OpenOffice/installed/uno/en-US 21 |!
Exitcode: '256'

Moved directory from /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
unxlngi6.pro/OpenOffice/installed/install/en-US_inprogress to
/home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
unxlngi6.pro/OpenOffice/installed/install/en-US_witherror

Removing directory /tmp/ooopackaging/i_231461300204492

Removing directory /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
unxlngi6.pro/OpenOffice/installed/stripped/en-US

***
ERROR: unopkg add --shared --suppress-license --verbose
../share/extension/install/dict-en.oxt
-env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/
unxlngi6.pro/OpenOffice/installed/uno/en-US 21 | failed!
in function: register_extensions
***

Regards,
Rohit

On Thu, Mar 17, 2011 at 2:27 PM, Mathias Bauer nospamfor...@gmx.de wrote:

 Hi Rohit,


 On 15.03.2011 16:05, Rohit Kulkarni wrote:

 Hello,

 When I build OOO, I have to run the installation step as
 cd instsetoo_native/util  dmake openoffice_en-US PKGFORMAT=installed
 to install the ooo build.
 While installing the ooo I am getting following error


 (snip)

  ... unopkg add --shared --suppress-license --verbose
 ../share/extension/install/dict-en.oxt
 -env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/
 unxlngi6.pro/OpenOffice/installed/uno/en-US
 http://unxlngi6.pro/OpenOffice/installed/uno/en-US 21 | ...


 Obviously this step tries to register the English dictionary.
 I can only see two reasons how this can fail:

 - there is no english dictionary in your solver
 - something is wrong somewhere else in your build

 ***

 ERROR: Saved logfile:
 /home/rohitiskul/ooo/OOO320_m19/instsetoo_native/
 unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log
 
 http://unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log
 

 **
 Tue Mar 15 21:31:10 2011 (06:18 min.)
 dmake:  Error code 255, while making 'openoffice_en-US.installed'


 Does this log file tell more?

 Regards,
 Mathias

 --
 Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
 OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
 Please don't reply to nospamfor...@gmx.de.
 I use it for the OOo lists and only rarely read other mails sent to it.
 --
 -
 To unsubscribe send email to dev-unsubscr...@openoffice.org
 For additional commands send email to sy...@openoffice.org
 with Subject: help

--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help


[dev] Re: Help: Build on Linux

2011-03-23 Thread Mathias Bauer

Hi Rohit,

On 15.03.2011 16:05, Rohit Kulkarni wrote:

Hello,

When I build OOO, I have to run the installation step as
cd instsetoo_native/util  dmake openoffice_en-US PKGFORMAT=installed
to install the ooo build.
While installing the ooo I am getting following error


(snip)


... unopkg add --shared --suppress-license --verbose
../share/extension/install/dict-en.oxt
-env:UserInstallation=file:///tmp/ooopackaging/i_231461300204492/unxlngi6.pro/OpenOffice/installed/uno/en-US
http://unxlngi6.pro/OpenOffice/installed/uno/en-US 21 | ...


Obviously this step tries to register the English dictionary.
I can only see two reasons how this can fail:

- there is no english dictionary in your solver
- something is wrong somewhere else in your build

***

ERROR: Saved logfile:
/home/rohitiskul/ooo/OOO320_m19/instsetoo_native/unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log
http://unxlngi6.pro/OpenOffice/installed/logging/en-US/log_OOO320_en-US.log
**
Tue Mar 15 21:31:10 2011 (06:18 min.)
dmake:  Error code 255, while making 'openoffice_en-US.installed'


Does this log file tell more?

Regards,
Mathias

--
Mathias Bauer (mba) - Project Lead OpenOffice.org Writer
OpenOffice.org Engineering at Oracle: http://blogs.sun.com/GullFOSS
Please don't reply to nospamfor...@gmx.de.
I use it for the OOo lists and only rarely read other mails sent to it.
--
-
To unsubscribe send email to dev-unsubscr...@openoffice.org
For additional commands send email to sy...@openoffice.org
with Subject: help