Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
OpenOffice.org 1.1.3 GCC 3.4.x & system DB support
View unanswered posts
View posts from last 24 hours

Goto page 1, 2, 3, 4, 5, 6, 7  Next  
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 12:38 pm    Post subject: OpenOffice.org 1.1.3 GCC 3.4.x & system DB support Reply with quote

Here it is my gentoo fellows. :D

http://geki.ath.cx/OOo/openoffice-1.1.3.tar.bz2

An overlay with GCC 3.4.x patchset. Tested on GCC 3.4.2-r3 ( GCC 3.4.3 1025 snapshot to be correct ;) ). There is also a system DB patchset inluded so that you do not need the sys-libs/db-3.2.9*. if you use USE-Flag "berkdb" it will use the usually already installed sys-libs/db-4.2.*. If not it will use the internal OOo DB 3.2.9 version.

That are the main changes from portage's version.


Actual problems:

* Module pyuno: library building has 'undefined references' which I let ignore. seems harmless
* Module connectivity: mozab and mozillasrc do not like the shipped mozilla headers of module moz. I do not build them.


Important note:

On install it says that some files cound not be found. Button 'Ignore' helps. ;) ( that was the time i used my first OOo 1.1.3 GCC 3.4.x patchset with module cppu backport which this version does not have anymore. It is clean OOo 1.1.3 code now! )

That was libmoz* ( 2 files, because they actually do not get build. ) ...
and s*49.zip files ( for help function as I see it ) but with my newer build for language ENUS instead GER there were the s*01.zip files! so they should be there. At least for ENUS version. native language sets not tested yet ( german! )


If you want to follow this OOo GCC 3.4.x patchset getting included or not in OOo code watch this IZ on openoffice.org:
http://www.openoffice.org/issues/show_bug.cgi?id=36517


have phun! :twisted: ... and call me god :P
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 1:10 pm    Post subject: Reply with quote

weee, forgot to delete one line in ebuild. you may re-download the overlay! thanks!
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 1:20 pm    Post subject: Reply with quote

If you just want the OOo package without installing because you want it installed in another way do:
Code:
LANGUAGE="49" ebuild /usr/local/portage/app-office/openoffice/openoffice-1.1.3.ebuild compile

LANGUAGE="<your code>" .... of course ;)
then you find your build in /var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/instsetoo/unxlngi4.pro/<your code>/normal/
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 3:47 pm    Post subject: Reply with quote

I found a place to get localised helpcontent modules, let's see how I do implement that these 'missing file messages' disappear. :)

That 2 libmoz* 'missing file messages' will stay until anyone fixed that. :wink:
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 4:15 pm    Post subject: Reply with quote

ok, did it a dirty way but however, it should work. anyone wants to test? well, next leecher will anyway. :P
Back to top
View user's profile Send private message
4nykey
Apprentice
Apprentice


Joined: 11 Feb 2004
Posts: 176

PostPosted: Wed Nov 03, 2004 5:09 pm    Post subject: Re: OpenOffice.org 1.1.3 GCC 3.4.x & system DB support Reply with quote

geki wrote:
have phun! :twisted: ... and call me god :P

Heh, I for one certainly will ...if it'll work out, then probably this as well 8O
Altough it'll take hellova time to complete (if ever), probably will left it building for weekend.

BTW, there's a little typo at line 54: '=ys-libs/db-3.2.9*"
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Wed Nov 03, 2004 10:22 pm    Post subject: Reply with quote

Hi,

wow, that's what I was waiting for before migrating all my boxes to gcc-3.4
I'm compiling right now on my gcc-3.4 testbox.
Will let you know about the results.

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 10:44 pm    Post subject: Reply with quote

thanks for the typo info. i also placed the localised helpcontent part in the wrong part of ebuild :lol:

will fix that now...


*update* #1

overlay updated :)
Back to top
View user's profile Send private message
teutzz
Guru
Guru


Joined: 22 Apr 2004
Posts: 333
Location: .ro

PostPosted: Wed Nov 03, 2004 11:10 pm    Post subject: Reply with quote

@geki: are going do the same for openoffice-ximian? i would be really interested giving a go to that
_________________
Cand nu stii ce sa raspunzi sau ce sa spui un simplu BLA ajunge... lolz
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 11:28 pm    Post subject: Reply with quote

@teutzz

there is already one that compiled ximian with my gcc 3.4 patchset. just use it for ximian...
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Wed Nov 03, 2004 11:46 pm    Post subject: Reply with quote

if your OOo build fails post the error here. i will try to fix it ^^ ...or i report upstream. :P

if you want to continue your stopped build whatever reason do:
Code:
export S=/var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src
cd $S
export LinuxEnvSet="LinuxIntelEnv.Set.sh"
export SOLVER="$(awk '/^UPD=/ {gsub(/\"/, ""); gsub(/UPD=/, ""); print $0}' $LinuxEnvSet)"
export SOLPATH="$(awk '/^INPATH=/ {gsub(/\"/, ""); gsub(/INPATH=/, ""); print $0}' $LinuxEnvSet)"
export buildcmd="$S/solenv/bin/build.pl --all product=full strip=true --dlv_switch link"
source $S/$LinuxEnvSet
sh build.sh


after that you get your copy at mentioned place or you do
Code:
LANGUAGE="49" ebuild /usr/local/portage/app-office/openoffice/openoffice-1.1.3.ebuild install
LANGUAGE="49" ebuild /usr/local/portage/app-office/openoffice/openoffice-1.1.3.ebuild qmerge

replace 49 with your code!
Back to top
View user's profile Send private message
r2dtu
Tux's lil' helper
Tux's lil' helper


Joined: 23 Aug 2002
Posts: 87

PostPosted: Thu Nov 04, 2004 8:33 am    Post subject: Reply with quote

I got a few lines like this:
Code:
Preprocessor startline:  rscpp @/mnt/dump/portage_tmp/portage/openoffice-1.1.3/temp/fileBQz9hH
*** glibc detected *** corrupted double-linked list: 0x080aa488 ***
Rsc2 commandline:
rsc2
@/mnt/dump/portage_tmp/portage/openoffice-1.1.3/temp/fileEtLwGt

Then the build hangs (no processor or disk activity) with last output:
Code:
regcomp -br ../unxlngi4.pro/bin/regcomp.rdb    \
   -register     \
   -r ../unxlngi4.pro/bin/setup_services.tmp   \
   -l com.sun.star.loader.Java2   \
   -env:UNO_JAVA_COMPPATH=file:///mnt/dump/portage_tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/solver/645/unxlngi4.pro/bin \
   -c vnd.sun.star.expand:\$UNO_JAVA_COMPPATH/java_uno_accessbridge.jar

I've tried twice. I suspect my very new glibc version - glibc-2.3.4.20041021. I've seen two similar posts in forum, one says rebuilding glibc helped. I'll do that.
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 9:13 am    Post subject: Reply with quote

hell, luckily i use early 0121 version ^^ ...no idea man - i hope that rebuilding helps :(

it is fine here...
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Thu Nov 04, 2004 9:51 am    Post subject: Reply with quote

Hi again.

Geki is your overlay down? I can't download the ebuild from the posted URL.

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 10:02 am    Post subject: Reply with quote

dyndns... but wait, i update my overlay! STLport 4.6.2 :D
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Thu Nov 04, 2004 10:08 am    Post subject: Reply with quote

Hi,

geki wrote:
dyndns... but wait, i update my overlay! STLport 4.6.2 :)

okay, I'll wait. But the URL for me is inaccessible for hours now... is this normal @ dyndns?

[edit]Alright. Tried from another machine and could dl the ebuild. Have to check the machine here :-/[/edit]

Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)


Last edited by Polynomial-C on Thu Nov 04, 2004 10:36 am; edited 2 times in total
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 10:16 am    Post subject: Reply with quote

ok, one runtime fix included and STLport-4.6.2 (patches from -r2)

have phun! :twisted:
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Thu Nov 04, 2004 10:55 am    Post subject: Reply with quote

Hi,

now I get an error when unpacking the source:
Code:
 * Applying newstlportfix.patch ...

 * Failed Patch: newstlportfix.patch!
 *
 * Include in your bugreport the contents of:
 *
 *   /var/tmp/portage/openoffice-1.1.3/temp/newstlportfix.patch-22503.out


!!! ERROR: app-office/openoffice-1.1.3 failed.
!!! Function epatch, Line 402, Exitcode 0
!!! Failed Patch: newstlportfix.patch!
!!! If you need support, post the topmost build error, NOT this status message.


Output of /var/tmp/portage/openoffice-1.1.3/temp/newstlportfix.patch-22503.out
Code:
***** newstlportfix.patch *****

===============================

PATCH COMMAND:  patch -p0 -g0 < /usr/local/portage/app-office/openoffice/files/1.1.3/newstlportfix.patch

===============================
patching file stlport/makefile.mk
Hunk #2 succeeded at 127 (offset -1 lines).
The next patch would create the file stlport/STLport-4.5.3.patch,
which already exists!  Applying it anyway.
patching file stlport/STLport-4.5.3.patch
Patch attempted to create file stlport/STLport-4.5.3.patch, which already exists.
Hunk #1 FAILED at 1.
1 out of 1 hunk FAILED -- saving rejects to file stlport/STLport-4.5.3.patch.rej
patching file stlport/STLport-4.6.2.patch
===============================

PATCH COMMAND:  patch -p1 -g0 < /usr/local/portage/app-office/openoffice/files/1.1.3/newstlportfix.patch

===============================
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- stlport.orig/makefile.mk   2004-01-28 11:52:04.000000000 +0100
|+++ stlport/makefile.mk        2004-02-08 12:01:34.362287427 +0100
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
patching file STLport-4.5.3.patch
patching file STLport-4.6.2.patch
===============================

PATCH COMMAND:  patch -p2 -g0 < /usr/local/portage/app-office/openoffice/files/1.1.3/newstlportfix.patch

===============================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- stlport.orig/makefile.mk   2004-01-28 11:52:04.000000000 +0100
|+++ stlport/makefile.mk        2004-02-08 12:01:34.362287427 +0100
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
missing header for unified diff at line 29 of patch
can't find file to patch at input line 29
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.5.3.patch        2004-10-29 17:11:38.672879424 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 358 of patch
can't find file to patch at input line 358
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.6.2.patch        2004-11-04 10:36:09.057267208 +0100
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
===============================

PATCH COMMAND:  patch -p3 -g0 < /usr/local/portage/app-office/openoffice/files/1.1.3/newstlportfix.patch

===============================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- stlport.orig/makefile.mk   2004-01-28 11:52:04.000000000 +0100
|+++ stlport/makefile.mk        2004-02-08 12:01:34.362287427 +0100
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
missing header for unified diff at line 29 of patch
can't find file to patch at input line 29
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.5.3.patch        2004-10-29 17:11:38.672879424 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 358 of patch
can't find file to patch at input line 358
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.6.2.patch        2004-11-04 10:36:09.057267208 +0100
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
===============================

PATCH COMMAND:  patch -p4 -g0 < /usr/local/portage/app-office/openoffice/files/1.1.3/newstlportfix.patch

===============================
missing header for unified diff at line 3 of patch
can't find file to patch at input line 3
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- stlport.orig/makefile.mk   2004-01-28 11:52:04.000000000 +0100
|+++ stlport/makefile.mk        2004-02-08 12:01:34.362287427 +0100
--------------------------
No file to patch.  Skipping patch.
2 out of 2 hunks ignored
missing header for unified diff at line 29 of patch
can't find file to patch at input line 29
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.5.3.patch        2004-10-29 17:11:38.672879424 +0200
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored
missing header for unified diff at line 358 of patch
can't find file to patch at input line 358
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|--- /dev/null  2004-10-28 17:21:08.585283768 +0200
|+++ stlport/STLport-4.6.2.patch        2004-11-04 10:36:09.057267208 +0100
--------------------------
No file to patch.  Skipping patch.
1 out of 1 hunk ignored


Poly
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 11:07 am    Post subject: Reply with quote

im working on it STLport-4.6.2 strikes
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 11:28 am    Post subject: Reply with quote

ok, for the meantime my overlay uses 4.5.3 again. and shoud work... system's STLport-4.6.2 lets OOo bootstrap fail - so no alternative :(
Back to top
View user's profile Send private message
Polynomial-C
Retired Dev
Retired Dev


Joined: 01 Jun 2003
Posts: 1432
Location: Germany

PostPosted: Thu Nov 04, 2004 12:13 pm    Post subject: Reply with quote

Hi,

package still fails at applying newstlportfix.patch

I did a small change to your ebuild to not always re-downloading helpcontent_??_unix.tgz.

Code:
diff -Nau orig/app-office/openoffice/openoffice-1.1.3.ebuild app-office/openoffice/openoffice-1.1.3.ebuild
--- orig/app-office/openoffice/openoffice-1.1.3.ebuild       2004-11-04 12:37:17.000000000 +0100
+++ app-office/openoffice/openoffice-1.1.3.ebuild    2004-11-04 13:09:14.398119472 +0100
@@ -198,9 +198,11 @@
        unpack ${A}

        if [ "LANGNAME" != "ENUS" ];then
-               wget ftp://ftp.stardiv.de/pub/OpenOffice.org/contrib/helpcontent/helpcontent_${LANGNO}_unix.tgz \
+               ([ -f ${DISTDIR}/helpcontent_${LANGNO}_unix.tgz ] || \
+                       (addwrite ${DISTDIR} && \
+                       wget -P ${DISTDIR} ftp://ftp.stardiv.de/pub/OpenOffice.org/contrib/helpcontent/helpcontent_${LANGNO}_unix.tgz)) \
                        && mkdir -p ${WORKDIR}/helpcontent \
-                       && tar xvzf helpcontent_${LANGNO}_unix.tgz -C ${WORKDIR}/helpcontent/ \
+                       && tar xvzf ${DISTDIR}/helpcontent_${LANGNO}_unix.tgz -C ${WORKDIR}/helpcontent/ \
                       || die
        fi


It's ugly but downloading something inside of src_unpack is ugly anyway :)

Poly

[edit]correct patch submitted[/edit]
_________________
The manual said "Requires Windows10 or better" so I installed GNU/Linux...

my portage overlay

Need a stage1 tarball? (Unofficial builds)
Back to top
View user's profile Send private message
PrakashP
Veteran
Veteran


Joined: 27 Oct 2003
Posts: 1249
Location: C.C.A.A., Germania

PostPosted: Thu Nov 04, 2004 12:42 pm    Post subject: Reply with quote

Got a compile error (tried German version with +berkdb -curl -debug +gnome -java +kde +nptl):

Code:

Making: ../unxlngi4.pro/lib/libsfx645li.so
gcc -c -fPIC -o ../unxlngi4.pro/slo/sfx_dflt_version.o -DUNX  -I../unxlngi4.pro/inc /var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/solenv/src/version.c
g++ -z combreloc -z defs -Wl,-rpath,'$ORIGIN' -shared -L../unxlngi4.pro/lib -L../lib -L/var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/solenv/unxlngi4/lib -L/var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/solver/645/unxlngi4.pro/lib -L/var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/solenv/unxlngi4/lib -LNO_JAVA_HOME/lib -LNO_JAVA_HOME/jre/lib/i386 -LNO_JAVA_HOME/jre/lib/i386/client -LNO_JAVA_HOME/jre/lib/i386/native_threads -L/usr/X11R6/lib ../unxlngi4.pro/slo/sfxdll.o ../unxlngi4.pro/slo/sfx_dflt_version.o ../unxlngi4.pro/slo/sfx_description.o -o ../unxlngi4.pro/lib/libsfx645li.so ../unxlngi4.pro/slo/imagemgr.o ../unxlngi4.pro/slo/appopen.o ../unxlngi4.pro/slo/appuno.o ../unxlngi4.pro/slo/appmail.o ../unxlngi4.pro/slo/appmain.o ../unxlngi4.pro/slo/appinit.o ../unxlngi4.pro/slo/appmisc.o ../unxlngi4.pro/slo/appdemo.o ../unxlngi4.pro/slo/appreg.o ../unxlngi4.pro/slo/appcfg.o ../unxlngi4.pro/slo/appquit.o ../unxlngi4.pro/slo/appchild.o ../unxlngi4.pro/slo/appserv.o ../unxlngi4.pro/slo/appdata.o ../unxlngi4.pro/slo/app.o ../unxlngi4.pro/slo/appbas.o ../unxlngi4.pro/slo/appdde.o ../unxlngi4.pro/slo/workwin.o ../unxlngi4.pro/slo/sfxhelp.o ../unxlngi4.pro/slo/childwin.o ../unxlngi4.pro/slo/sfxdll.o ../unxlngi4.pro/slo/module.o ../unxlngi4.pro/slo/appsys.o ../unxlngi4.pro/slo/loadenv.o ../unxlngi4.pro/slo/dlgcont.o ../unxlngi4.pro/slo/namecont.o ../unxlngi4.pro/slo/scriptcont.o ../unxlngi4.pro/slo/newhelp.o ../unxlngi4.pro/slo/helpinterceptor.o ../unxlngi4.pro/slo/shutdownicon.o ../unxlngi4.pro/slo/shutdowniconw32.o ../unxlngi4.pro/slo/sfxpicklist.o ../unxlngi4.pro/slo/helpdispatch.o ../unxlngi4.pro/slo/imestatuswindow.o ../unxlngi4.pro/slo/accelinfo.o ../unxlngi4.pro/slo/nochaos.o ../unxlngi4.pro/slo/exptypes.o ../unxlngi4.pro/slo/infodlgs.o ../unxlngi4.pro/slo/sfxdir.o ../unxlngi4.pro/slo/docfile.o ../unxlngi4.pro/slo/objuno.o ../unxlngi4.pro/slo/frmdescr.o ../unxlngi4.pro/slo/fsetobsh.o ../unxlngi4.pro/slo/docinf.o ../unxlngi4.pro/slo/interno.o ../unxlngi4.pro/slo/objxtor.o ../unxlngi4.pro/slo/objmisc.o ../unxlngi4.pro/slo/objstor.o ../unxlngi4.pro/slo/objsys.o ../unxlngi4.pro/slo/objcont.o ../unxlngi4.pro/slo/objserv.o ../unxlngi4.pro/slo/objitem.o ../unxlngi4.pro/slo/clientsh.o ../unxlngi4.pro/slo/docfac.o ../unxlngi4.pro/slo/docfilt.o ../unxlngi4.pro/slo/doctempl.o ../unxlngi4.pro/slo/doctemplates.o ../unxlngi4.pro/slo/docvor.o ../unxlngi4.pro/slo/new.o ../unxlngi4.pro/slo/doctdlg.o ../unxlngi4.pro/slo/frameobj.o ../unxlngi4.pro/slo/sfxbasemodel.o ../unxlngi4.pro/slo/xmlversion.o ../unxlngi4.pro/slo/frmload.o ../unxlngi4.pro/slo/framedlg.o ../unxlngi4.pro/slo/fsetvwsh.o ../unxlngi4.pro/slo/frame.o ../unxlngi4.pro/slo/urlframe.o ../unxlngi4.pro/slo/ipenv.o ../unxlngi4.pro/slo/contenv.o ../unxlngi4.pro/slo/printer.o ../unxlngi4.pro/slo/prnmon.o ../unxlngi4.pro/slo/viewsh.o ../unxlngi4.pro/slo/viewprn.o ../unxlngi4.pro/slo/ipfrm.o ../unxlngi4.pro/slo/viewfac.o ../unxlngi4.pro/slo/orgmgr.o ../unxlngi4.pro/slo/intfrm.o ../unxlngi4.pro/slo/viewfrm.o ../unxlngi4.pro/slo/tbedctrl.o ../unxlngi4.pro/slo/impframe.o ../unxlngi4.pro/slo/topfrm.o ../unxlngi4.pro/slo/sfxbasecontroller.o ../unxlngi4.pro/slo/unoctitm.o ../unxlngi4.pro/slo/request.o ../unxlngi4.pro/slo/dispatch.o ../unxlngi4.pro/slo/msgpool.o ../unxlngi4.pro/slo/objface.o ../unxlngi4.pro/slo/ctrlitem.o ../unxlngi4.pro/slo/statcach.o ../unxlngi4.pro/slo/shell.o ../unxlngi4.pro/slo/msg.o ../unxlngi4.pro/slo/bindings.o ../unxlngi4.pro/slo/minfitem.o ../unxlngi4.pro/slo/srchitem.o ../unxlngi4.pro/slo/macro.o ../unxlngi4.pro/slo/macrconf.o ../unxlngi4.pro/slo/eventsupplier.o ../unxlngi4.pro/slo/hintpost.o../unxlngi4.pro/slo/linkhdl.o ../unxlngi4.pro/slo/mnumgr.o ../unxlngi4.pro/slo/virtmenu.o ../unxlngi4.pro/slo/objmnctl.o ../unxlngi4.pro/slo/mnuitem.o ../unxlngi4.pro/slo/inettbc.o ../unxlngi4.pro/slo/xmlaccelcfg.o ../unxlngi4.pro/slo/accelcfg.o ../unxlngi4.pro/slo/accmgr.o ../unxlngi4.pro/slo/accitem.o ../unxlngi4.pro/slo/xmlnamespaces.o ../unxlngi4.pro/slo/saxnamespacefilter.o ../unxlngi4.pro/slo/attriblist.o ../unxlngi4.pro/slo/tbxmgr.o ../unxlngi4.pro/slo/tbxchild.o ../unxlngi4.pro/slo/tbxopdlg.o ../unxlngi4.pro/slo/tbxcust.o ../unxlngi4.pro/slo/imgmgr.o ../unxlngi4.pro/slo/tbxconf.o ../unxlngi4.pro/slo/tbxitem.o ../unxlngi4.pro/slo/stbmgr.o ../unxlngi4.pro/slo/stbitem.o ../unxlngi4.pro/slo/progind.o ../unxlngi4.pro/slo/filtergrouping.o ../unxlngi4.pro/slo/filedlghelper.o ../unxlngi4.pro/slo/mailmodel.o ../unxlngi4.pro/slo/partwnd.o ../unxlngi4.pro/slo/cfg.o ../unxlngi4.pro/slo/about.o ../unxlngi4.pro/slo/acccfg.o ../unxlngi4.pro/slo/basedlgs.o ../unxlngi4.pro/slo/dinfdlg.o ../unxlngi4.pro/slo/dinfedt.o ../unxlngi4.pro/slo/dockwin.o ../unxlngi4.pro/slo/eventdlg.o ../unxlngi4.pro/slo/intro.o ../unxlngi4.pro/slo/macropg.o ../unxlngi4.pro/slo/mailchildwin.o ../unxlngi4.pro/slo/mailwindow.o../unxlngi4.pro/slo/menucfg.o ../unxlngi4.pro/slo/mgetempl.o ../unxlngi4.pro/slo/navigat.o ../unxlngi4.pro/slo/newstyle.o ../unxlngi4.pro/slo/passwd.o ../unxlngi4.pro/slo/register.o ../unxlngi4.pro/slo/sfxurl.o ../unxlngi4.pro/slo/slotinfo.o ../unxlngi4.pro/slo/splitwin.o ../unxlngi4.pro/slo/styfitem.o ../unxlngi4.pro/slo/styledlg.o ../unxlngi4.pro/slo/tabdlg.o ../unxlngi4.pro/slo/templdlg.o ../unxlngi4.pro/slo/tplcitem.o ../unxlngi4.pro/slo/tplpitem.o ../unxlngi4.pro/slo/versdlg.o ../unxlngi4.pro/slo/printopt.o ../unxlngi4.pro/slo/recfloat.o ../unxlngi4.pro/slo/cfgtreelstbox.o ../unxlngi4.pro/slo/plugwin.o ../unxlngi4.pro/slo/propset.o ../unxlngi4.pro/slo/itmfac.o ../unxlngi4.pro/slo/sfxhtml.o ../unxlngi4.pro/slo/frmhtml.o ../unxlngi4.pro/slo/frmhtmlw.o ../unxlngi4.pro/slo/misc.o ../unxlngi4.pro/slo/idpool.o ../unxlngi4.pro/slo/progress.o ../unxlngi4.pro/slo/sfxresid.o ../unxlngi4.pro/slo/newhdl.o ../unxlngi4.pro/slo/bitset.o ../unxlngi4.pro/slo/minarray.o ../unxlngi4.pro/slo/fltfnc.o ../unxlngi4.pro/slo/mieclip.o ../unxlngi4.pro/slo/fltdlg.o ../unxlngi4.pro/slo/fltlst.o ../unxlngi4.pro/slo/helper.o ../unxlngi4.pro/slo/cfgmgr.o ../unxlngi4.pro/slo/cfgimex.o ../unxlngi4.pro/slo/cfgitem.o ../unxlngi4.pro/slo/misccfg.o ../unxlngi4.pro/slo/evntconf.o -lfwe645li -lsb645li -lxo645li -lxcr645li -lso645li-lsvt645li -ltk645li -lvcl645li -lsvl645li -lsot645li -lutl645li -ltl645li -lsysshell -lcomphelp3gcc3 -lucbhelper2gcc3 -lcppuhelpergcc3 -lcppu -lvos3gcc3 -lsal -ldl -lpthread -lm -Wl,-Bdynamic -lstlport_gcc -lstdc++
../unxlngi4.pro/slo/appcfg.o(.text+0x5fc5): In function `SfxApplication::SetOptions_Impl(SfxItemSet const&)':
: undefined reference to `SjApplet2::settingsChanged()'
collect2: ld returned 1 exit status
dmake:  Error code 1, while making '../unxlngi4.pro/lib/libsfx645li.so'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-1.1.3/work/OOo_1.1.3_src/sfx2/util
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Nov 04, 2004 12:54 pm    Post subject: Reply with quote

@Prakash : emerge info please :)
Back to top
View user's profile Send private message
irf2003
Veteran
Veteran


Joined: 10 Sep 2003
Posts: 1078

PostPosted: Thu Nov 04, 2004 2:40 pm    Post subject: Reply with quote

geki,
good job, congrats!
in the ebuild you should change all instances of
Code:

if [ "LANGNAME" != "ENUS" ]

to
Code:

if [ ${LANGNAME} != "ENUS" ]

hth
Back to top
View user's profile Send private message
irf2003
Veteran
Veteran


Joined: 10 Sep 2003
Posts: 1078

PostPosted: Thu Nov 04, 2004 2:59 pm    Post subject: Reply with quote

geki,
for dealing with the helpcontent language files do the followings:-
Code:

DESCRIPTION="OpenOffice.org, a full office productivity suite."
if [ -z "$LANGUAGE" ]; then
      LANGUAGE=01
fi
if [${LANGUAGE}!=01]
SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}-1_source.tar.gz
ftp://ftp.stardiv.de/pub/OpenOffice.org/contrib/helpcontent/helpcontent_${LANGUAGE}_unix.tgz"
else
SRC_URI="mirror://openoffice/stable/${PV}/OOo_${PV}-1_source.tar.gz"
fi

also remove the wget for ebuild, as the helpcontent language distfiles,
will be automatically download into the distdir.
also change the tar as follows:
Code:

&& tar xvzf ${DISTDIR}/helpcontent_${LANGNO}_unix.tgz -C ${WORKDIR}/helpcontent/ \

hth
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7  Next
Page 1 of 7

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum