Re: [dev] compiling error python

2009-09-17 Thread Roman Gegenbauer

hi tora,

I'm 'glad' to tell you that it was a version problem. I copied the 
Archive-Zip 1.30 files over the old files and now it compiled right.


'perl -c packimages.pl' gave 'syntax ok' with the new file versions.

log:
packimages -- version: 1.17
packimages: packing ../unxlngx6.pro/bin/images_tt.zip finished.

Thank you very much,
roman



Let me make steps to conduct syntax check in a bit detail:

Expectations:
 $ cd $SRC_ROOT/solenv/bin/modules
 $ perl -c ../packager.pl
 ../packager.pl syntax OK

Or
 $ perl -I $SRC_ROOT/solenv/bin/modules -c 
$SRC_ROOT/solenv/bin/packager.pl

 x/solenv/bin/packager.pl syntax OK

Tora

tora - Takamichi Akiyama wrote:

I am not sure, but one possible solution might be either or both:
 - Update some Perl modules, at least, Archive::Zip
   http://search.cpan.org/dist/Archive-Zip/
 - Update Perl

On your system, try
$ perl -c solenv/bin/packimages.pl

That should print
solenv/bin/packimages.pl syntax OK

I have no idea about how to instantly update them with Ubuntu.
Tora

Roman Gegenbauer wrote:
Bareword "AZ_OK" not allowed while "strict subs" in use at 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl line 
369.
Execution of 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl 
aborted due to compilation errors.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org 



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] compiling error python

2009-09-17 Thread tora - Takamichi Akiyama

Let me make steps to conduct syntax check in a bit detail:

Expectations:
 $ cd $SRC_ROOT/solenv/bin/modules
 $ perl -c ../packager.pl
 ../packager.pl syntax OK

Or
 $ perl -I $SRC_ROOT/solenv/bin/modules -c $SRC_ROOT/solenv/bin/packager.pl
 x/solenv/bin/packager.pl syntax OK

Tora

tora - Takamichi Akiyama wrote:

I am not sure, but one possible solution might be either or both:
 - Update some Perl modules, at least, Archive::Zip
   http://search.cpan.org/dist/Archive-Zip/
 - Update Perl

On your system, try
$ perl -c solenv/bin/packimages.pl

That should print
solenv/bin/packimages.pl syntax OK

I have no idea about how to instantly update them with Ubuntu.
Tora

Roman Gegenbauer wrote:
Bareword "AZ_OK" not allowed while "strict subs" in use at 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl 
line 369.
Execution of 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl 
aborted due to compilation errors.



-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



Re: [dev] compiling error python

2009-09-17 Thread tora - Takamichi Akiyama

I am not sure, but one possible solution might be either or both:
 - Update some Perl modules, at least, Archive::Zip
   http://search.cpan.org/dist/Archive-Zip/
 - Update Perl

On your system, try
$ perl -c solenv/bin/packimages.pl

That should print
solenv/bin/packimages.pl syntax OK

I have no idea about how to instantly update them with Ubuntu.
Tora

Roman Gegenbauer wrote:

Hello to all,

Can anyone help me at this error:

Bareword "AZ_OK" not allowed while "strict subs" in use at 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl line 369.
Execution of /home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl 
aborted due to compilation errors.
dmake:  Error code 255, while making '../unxlngx6.pro/bin/images_tt.zip'
ERROR: Error 65280 occurred while making 
/home/roman/src/openoffice.org/OOO310_m19/automation/packimages
make: *** [all] Fehler 1

I get this error on an AMD64 Turion X2 on Linux UbuntuStudio 64-bit. The 
configure script passes correctly.
As it could be seen it is the 3.1.1 OpenOffice.org source.

thanks in advance,
roman


-
To unsubscribe, e-mail: dev-unsubscr...@openoffice.org
For additional commands, e-mail: dev-h...@openoffice.org



[dev] compiling error python

2009-09-17 Thread Roman Gegenbauer
Hello to all,

Can anyone help me at this error:

Bareword "AZ_OK" not allowed while "strict subs" in use at 
/home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl line 369.
Execution of /home/roman/src/openoffice.org/OOO310_m19/solenv/bin/packimages.pl 
aborted due to compilation errors.
dmake:  Error code 255, while making '../unxlngx6.pro/bin/images_tt.zip'
ERROR: Error 65280 occurred while making 
/home/roman/src/openoffice.org/OOO310_m19/automation/packimages
make: *** [all] Fehler 1

I get this error on an AMD64 Turion X2 on Linux UbuntuStudio 64-bit. The 
configure script passes correctly.
As it could be seen it is the 3.1.1 OpenOffice.org source.

thanks in advance,
roman