Bug#170044: openoffice.org: Another relocation error

2002-11-30 Thread Matthias Urlichs
Package: openoffice.org
Version: 1.0.1-5.6rc1
Followup-For: Bug #170044

This one is probably related:

/usr/lib/openoffice/program/soffice.bin: relocation error: 
/usr/lib/openoffice/program/libsvx641lp.so: symbol 
_ZNK27SvxForbiddenCharactersTable22GetForbiddenCharactersEth, version UDK_3_0_0 
not defined in file libsal.so.3 with link time reference

It gets hit when saving one of my .sxw files.

-- System Information:
Debian Release: testing/unstable
Architecture: powerpc
Kernel: Linux smurf-o-linux 2.4.20-pre7 #3 Tue Sep 17 14:14:30 CEST 2002 ppc
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8

Versions of packages openoffice.org depends on:
ii  openoffice.org-bin1.0.1-5.6rc1   OpenOffice.org office suite binary
ii  openoffice.org-debian-fil 1.0.1-5+6rc1.1 OpenOffice.org office suite (addit
ii  openoffice.org-l10n-de1.0.1-5.6rc1   german language package for openof
ii  openoffice.org-l10n-en1.0.1-5.6rc1   english_us language package for op

-- no debconf information




Bug#171238: Patch for stlport linkage problem

2002-11-30 Thread Gerhard Tonn
Package: openoffice.org
Version: 1.0.1-6
Severity: important

Hi,
attached is a fix for the stlport linkage problem. Without this patch stlport 
is linked with g++ which is still g++-2.95 instead of g++-3.2. This results 
in runtime problems.

Gerhard--- oo_1.0.1_src/stlport/STLport-4.5.3.patch.bak2002-11-30 
09:59:59.0 +0100
+++ oo_1.0.1_src/stlport/STLport-4.5.3.patch2002-11-30 10:02:29.0 
+0100
@@ -42,7 +42,7 @@
 ! #
 ! #
 ! LINK=ar cr
-! DYN_LINK=g++ --fexceptions -shared -o
+! DYN_LINK=$(CXX) --fexceptions -shared -o
 ! 
 ! OBJEXT=o
 ! DYNEXT=so


Processed: tag

2002-11-30 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]:

 tag 171238 + patch
Bug#171238: Patch for stlport linkage problem
There were no tags set.
Tags added: patch

 thanks
Stopping processing here.

Please contact me if you need assistance.

Debian bug tracking system administrator
(administrator, Debian Bugs database)



Bug#170044: openoffice.org: Another relocation error

2002-11-30 Thread Jan-Hendrik Palic
Hi .. 

On Fri, Nov 29, 2002 at 11:06:13AM +0100, Matthias Urlichs wrote:
Package: openoffice.org Version: 1.0.1-5.6rc1 Followup-For: Bug #170044

This one is probably related:

/usr/lib/openoffice/program/soffice.bin: relocation error:
/usr/lib/openoffice/program/libsvx641lp.so: symbol
_ZNK27SvxForbiddenCharactersTable22GetForbiddenCharactersEth, version
UDK_3_0_0 not defined in file libsal.so.3 with link time reference

It gets hit when saving one of my .sxw files.

I tested it on my IBook .. I do not have this problem.
I see, you have openoffice.org-bin-6rc1. 

Please update and to openoffice.org-bin-6 ...
You can find it, if it do not come over the debian-mirrors, here:

http://bourbaki.math.uni-kiel.de/~jpalic/OpenOffice.org (not
apt-getable).

Do you have the problem then too?

Thnx
Jan
-- 
  .''`.Jan-Hendrik Palic |
 : :' : ** Debian GNU/ Linux **  |   ** OpenOffice.org **   ,.. ,..
 `. `'   http://www.debian.org   | http://www.openoffice.org  ,: ..`   `
   `-  [EMAIL PROTECTED] |   '  `  `



Bug#171254: debian/rules doesn't export $CC

2002-11-30 Thread Jan-Hendrik Palic
Hi Gerhard,

On Sat, Nov 30, 2002 at 04:17:31PM +0100, Gerhard Tonn wrote:
debian/rules exports $CC only for the oo configuration. This means that all 
the internal components like stlport and libdb2 are compiled with g++-3.2, 
but gcc-2.95. Especially libdb2 is linked with gcc-2.95 which results in 
similar problems as reported by Bug#171238.

Hmmm, I realised that while building OOo, too, but we did not expected
that this will couse problems.
Since I will rebuild OOo this weekend, I will test it ... 

Regards
Jan

-- 
  .''`.Jan-Hendrik Palic |
 : :' : ** Debian GNU/ Linux **  |   ** OpenOffice.org **   ,.. ,..
 `. `'   http://www.debian.org   | http://www.openoffice.org  ,: ..`   `
   `-  [EMAIL PROTECTED] |   '  `  `


pgpMQzLLM5tTb.pgp
Description: PGP signature


Bug#170044: openoffice.org: Another relocation error

2002-11-30 Thread Matthias Urlichs
Hi,

Jan-Hendrik Palic:
 I tested it on my IBook .. I do not have this problem.

It doesn't happen with every file.

 Please update and to openoffice.org-bin-6 ...

Will do tomorrow.
 
 http://bourbaki.math.uni-kiel.de/~jpalic/OpenOffice.org (not apt-getable).
 
Thanks.

-- 
Matthias Urlichs | noris network AG | http://smurf.noris.de/



Building the whole OOo with gcc-3.2 and not only the internal modules ....

2002-11-30 Thread Jan-Hendrik Palic
Hi .. 

I tried to build OOo with explicity exporting of CC/CXX to see, if libs
like freetype/libdb/libz etc etc are build with gcc-3.2/g++-3.2, too.
As Gerhard mentioned, the problem of the relocation error might be the 
usage of gcc-3.2 with gcc-2.95  and the linkage together.

But I got this:
cd builds/unix; ./configure 
checking build system type... powerpc-unknown-linux-gnu
checking host system type... powerpc-unknown-linux-gnu
checking target system type... powerpc-unknown-linux-gnu
checking for gcc... ccache gcc-3.2
checking for C compiler default output... configure: error: C compiler
cannot create executables
make[1]: *** [unix-def.mk] Error 77
make[1]: Leaving directory
`/mnt/develop/Debian/OpenOffice/package/openoffice.org-1.0.1/build-tree/oo_1.0.1_src/freetype/unxlngppc.pro/misc/build/freetype-2.0.5'
dmake:  Error code 2, while making
'./unxlngppc.pro/misc/build/so_configured'

It seems, that configure cannot handle ccache gcc-3.2 right in some
cases? Anyone knows, what happening here? 


Thnx and Regards
Jan

-- 
  .''`.Jan-Hendrik Palic |
 : :' : ** Debian GNU/ Linux **  |   ** OpenOffice.org **   ,.. ,..
 `. `'   http://www.debian.org   | http://www.openoffice.org  ,: ..`   `
   `-  [EMAIL PROTECTED] |   '  `  `



cvs commit to oo-deb/debian by gromitt

2002-11-30 Thread Debian Openoffice CVS
Repository: oo-deb/debian
who:gromitt
time:   Sun Dec  1 00:32:07 UTC 2002
Log Message:
  
  Add support for OpenOffice.org on debian-s390 (thnx Gerhard Tonn for the 
patches)
  Add patch for the relocation issue with stlport (Bug #171238).
  
  

Files:
changed:changelog control control.in openoffice.org-bin.install rules

added:  MANIFEST.s390



cvs commit to oo-deb/debian/patches by gromitt

2002-11-30 Thread Debian Openoffice CVS
Repository: oo-deb/debian/patches
who:gromitt
time:   Sun Dec  1 00:32:07 UTC 2002
Log Message:
  
  Add support for OpenOffice.org on debian-s390 (thnx Gerhard Tonn for the 
patches)
  Add patch for the relocation issue with stlport (Bug #171238).
  
  

Files:
added:  032_stlport_linkage.diff 500_remove_s390oe.diff 501_s390_build.diff



cvs commit to oo-deb/debian by gromitt

2002-11-30 Thread Debian Openoffice CVS
Repository: oo-deb/debian
who:gromitt
time:   Sun Dec  1 00:35:08 UTC 2002
Log Message:
  sorry, simple error fix in rules ;))
  

Files:
changed:rules



Re: openoffice.org-bin_1.0.1-6_s390.deb available

2002-11-30 Thread Jan-Hendrik Palic
Hi Gerhard 

On Fri, Nov 29, 2002 at 10:36:29AM +0100, Jan-Hendrik Palic wrote:
 So you're happy to deal with OOo on s390 and help keep the port up do
  date? That was all I wanted to make sure of.  I have been following your
  work - many thanks for your contributions so far.
 Ok .. ;) great to hear *phew*.
 I will check the patches from Gerhard and check and the patches for
 OpenOffice.org debian-ppc-woody!
The patches at http://people.debian.org/~gt/openoffice.org/ are now 
up-to-date.  oo-debian.patch  contains the Debian packaging patches,  
199_remove_s390oe.diff and 200_s390_build.diff the upstream patches. Let me 
know if you have any questions.

I have commited your patches to ou CVS  

thnx for your work!

regards
Jan
-- 
  .''`.Jan-Hendrik Palic |
 : :' : ** Debian GNU/ Linux **  |   ** OpenOffice.org **   ,.. ,..
 `. `'   http://www.debian.org   | http://www.openoffice.org  ,: ..`   `
   `-  [EMAIL PROTECTED] |   '  `  `


pgp0Qz3VLjVtC.pgp
Description: PGP signature