Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
openoffice-ximian-1.1_rc2 [ebuild inside]
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 7:33 am    Post subject: openoffice-ximian-1.1_rc2 [ebuild inside] Reply with quote

Another version, another round. Here it is the shiny new ebuild for a ximianized version of the not yet officially released OpenOffice.org1.1rc2, get it from here:

http://www.t0.or.at/~zaurus/openoffice-ximian-1.1_rc2-r1.tar.gz

The usual How-to install:

Just download it and extract to /usr/local/portage (or wherever you set your PORTDIR_OVERLAY to). After that

Code:
emerge openoffice-ximian


and wait for some hours.

What has changed since RC1: (aside from the version upgrade)

1) ooffice-script fixed, no (non-harmful) errors while starting OOo anymore. Also the first start setup­-procedure should work correctly now

2) This builds now with bash instead of the before used tcsh (Yeah!), hope this works for everone. If not: In the tarball there is also a cleaned up version of RC1, which still uses the old compile method.

3) The usual bunch of small fixes and cleanups

Update for rc2-r1 (030804)

1) At least some of the compilation problems should be fixed

2) A setup problem with the basic-scripts has been fixed


Some important notes about this version:

1) It compiles and installs fine for me, but I can't promise it will for you. There have been problems for some people trying to install RC1, please try again and report if you have better luck now.

2) If you experience problems while starting RC2 delete the ~/.openoffice directory and ~/.sversionrc.

3) This version uses now libart instead of gpc for polygon-clipping, therefore version 2.3.13 of libart_lgpl is required, which is not in portage atm, but also provided in the tarball

4) Still no KDE menu entries created

Enjoy
suka


Last edited by suka on Mon Aug 04, 2003 9:20 am; edited 3 times in total
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Fri Jul 25, 2003 9:08 am    Post subject: Reply with quote

Hi!
Did someone successfully build it using gcc 3.3?
I tried emerging -1.1_rc-r1 but it failed. I think it's just a problem of compatibility with gcc, but i'm not so sure ...
That's what I got:

Quote:

In member function `virtual comphelper::OAccessibleContextWrapper* comphelper::OAccessibleWrapper::createAccessibleContext(const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext>&)':
/var/tmp/portage/openoffice-ximian-1.1_rc-r1/work/oo_1.1rc_src/comphelper/source/misc/accessiblewrapper.cxx:373: error: cannot call member function `const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& comphelper::OProxyAggregation::getORB()' without object
/var/tmp/portage/openoffice-ximian-1.1_rc-r1/work/oo_1.1rc_src/comphelper/source/misc/accessiblewrapper.cxx: In constructor `comphelper::OAccessibleContextWrapperHelper::OAccessibleContextWrapperHelper(const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>&, cppu::OBroadcastHelper&, const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessibleContext>&, const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible>&, const com::sun::star::uno::Reference<com::sun::star::accessibility::XAccessible>&)':
/var/tmp/portage/openoffice-ximian-1.1_rc-r1/work/oo_1.1rc_src/comphelper/source/misc/accessiblewrapper.cxx:413: error: cannot call member function `const com::sun::star::uno::Reference<com::sun::star::lang::XMultiServiceFactory>& comphelper::OProxyAggregation::getORB()' without object
dmake: Error code 1, while making '../../unxlngi4.pro/slo/accessiblewrapper.obj'
---* TG_SLO.MK *---

ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-ximian-1.1_rc-r1/work/oo_1.1rc_src/comphelper/source/misc


During the weekend I'll emerging the rc2 ebuild, let's see if the problem has been fixed ;)

Btw, great ebuild!!! Thanks! :-D

Bye,
Paper
Back to top
View user's profile Send private message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 9:46 am    Post subject: Reply with quote

Paper wrote:
Hi!
That's what I got:
Quote:


ERROR: Error 65280 occurred while making /var/tmp/portage/openoffice-ximian-1.1_rc-r1/work/oo_1.1rc_src/comphelper/source/misc



Yes the infamous error 65280.... Please try the newer version and report if this has the same problems.

One question: Could it be that you are using Kernel 2.5.x or 2.6-pre?

Paper wrote:
During the weekend I'll emerging the rc2 ebuild, let's see if the problem has been fixed ;)


I sincerly hope so ;-)
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Fri Jul 25, 2003 9:52 am    Post subject: Reply with quote

Grrr .... yes, I'm using 2.6-pre1 ... what's the matter with that? :(

Did I say it's a great ebuild, though? ;)

Bye,
Paper
Back to top
View user's profile Send private message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 10:04 am    Post subject: Reply with quote

Paper wrote:
Grrr .... yes, I'm using 2.6-pre1 ... what's the matter with that? :(


Just trying to compile informations about why the build fails for some people and works for other.

My main supections atm are either the development kernel or gcc-3.3, so could other people with the same problem please post if they are using either or both?

Paper wrote:
Did I say it's a great ebuild, though? ;)

Bye,
Paper


Yes you said that, just didn't want to sound too self-pleased by replying to it ;-)

Ooooops...
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Fri Jul 25, 2003 10:13 am    Post subject: Reply with quote

ok, I'll try to emerge it first with both gcc 3.3 and kernel 2.6. If it fails I'll fall back to a 2.4 kernel.
Btw, I'll let you know on sunday evening ... well, when here in Italy will be evening :)

Bye,
Paper
Back to top
View user's profile Send private message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 10:25 am    Post subject: Reply with quote

Paper wrote:

Btw, I'll let you know on sunday evening ... well, when here in Italy will be evening :)


Hmm, ok, so I assume it will be evening here in Austria too? ;-)
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Fri Jul 25, 2003 1:08 pm    Post subject: Reply with quote

Hey, suka... currently trying this new ebuild -- only God can tell if this will work.
Your post (about enabling bash) made me take a look inside the ebuild...
Remember that error of mine, with the compile not finding some std_*.h files?
Editing (after backing up) the entire g++-v3/ contents to point includes on absolute paths actually worked, delaying the fail quite a bit. Unfortunately, headers inside the bits/ dir cross-include and that would require me to either do another editor-galore or write down some extensive sed script. Something I was in NO condition to do yesterday night.
Now, take a look at this snippet of your ebuild:
Code:
        # Do not include /usr/include in header search path, and
        # same thing for internal gcc include dir, as gcc3 handles
        # it correctly by default! (Az)
        perl -pi -e "s| -I/usr/include||g" ${LinuxEnvSet}
#       perl -pi -e "s| -I$(gcc-libpath)/include||g" ${LinuxEnvSet}

You sure about that? It seams like THIS is my troubles...
Strangely I am running 3.2.3, that supposedly works...
Code:
 g++ --version
g++ (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Any ideas? A fast reply, since I'm still downloading would be prefered...
Thanks a lot for your work with the beast
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 1:28 pm    Post subject: Reply with quote

KiTaSuMbA wrote:

Now, take a look at this snippet of your ebuild:
Code:
        # Do not include /usr/include in header search path, and
        # same thing for internal gcc include dir, as gcc3 handles
        # it correctly by default! (Az)
        perl -pi -e "s| -I/usr/include||g" ${LinuxEnvSet}
#       perl -pi -e "s| -I$(gcc-libpath)/include||g" ${LinuxEnvSet}

You sure about that? It seams like THIS is my troubles...
Strangely I am running 3.2.3, that supposedly works...


To be honest: I don't know. This is one part which I didn't take a look at and which comes from the original openoffice ebuilds, didn't tryto fiddle with it yet, just trusted Azrah on that ;-)

KiTaSuMbA wrote:

Code:
 g++ --version
g++ (GCC) 3.2.3 20030422 (Gentoo Linux 1.4 3.2.3-r1, propolice)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Any ideas? A fast reply, since I'm still downloading would be prefered...
Thanks a lot for your work with the beast


No no others than: Try it out, that's what I do, as I am not coder myself, just a "collector" (or whatever)

Anyway: Which gcc and kernel version are you using? Because - if I remember right - there has been some talk on the openoffice-dev-list that there are problems with gcc 3.3
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Fri Jul 25, 2003 1:43 pm    Post subject: Reply with quote

kernel 2.4.20-ck6
gcc 3.2.3-r1
Will give it a roll then and see what happens
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
suka
Developer
Developer


Joined: 22 Apr 2002
Posts: 383

PostPosted: Fri Jul 25, 2003 1:48 pm    Post subject: Reply with quote

KiTaSuMbA wrote:
kernel 2.4.20-ck6
gcc 3.2.3-r1


which kills my top suspects... (unless it's something in the ck-patches that is also in the pre-kernels and not in xfs-sources, which I use...)
Back to top
View user's profile Send private message
Paper
Tux's lil' helper
Tux's lil' helper


Joined: 02 Jul 2002
Posts: 79
Location: Milan, Italy

PostPosted: Fri Jul 25, 2003 4:06 pm    Post subject: Reply with quote

Damn ... looked in the openoffice bugzilla ... there are tons of bugs and patches related to gcc 3.3/3.3.1 :(
Here is one of the bug I found:

http://www.openoffice.org/project/www/issues/show_bug.cgi?id=13400

Seems like we'll need to wait a bit to get openoffice-ximian to compile with the new gcc ... :cry:

Bye,
Paper
Back to top
View user's profile Send private message
KiTaSuMbA
Guru
Guru


Joined: 28 Jun 2002
Posts: 430
Location: Naples Italy

PostPosted: Fri Jul 25, 2003 5:24 pm    Post subject: Reply with quote

stung again...
I think I'm gonna play with those options in the ebuild and see what (if anything) happens
_________________
Need to flame people LIVE on IRC? Join #gentoo-otw on freenode!
Back to top
View user's profile Send private message
Snake007uk
Apprentice
Apprentice


Joined: 12 Jan 2003
Posts: 198
Location: London, UK

PostPosted: Fri Jul 25, 2003 7:10 pm    Post subject: Reply with quote

whats the difference in this and the normal openoffice that comes with ximian ??

Snake
_________________
Snake :)

Dual AMD MP 2800+, Asus A7M266-D, 1GB Ram, 18.1GB u160 HD, ATI Radeon 9600 Pro, Creative Audigy ZS, Intel SRCU31A, Linksys NIC, iiyama 18.1 4637bk lcd
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Fri Jul 25, 2003 11:23 pm    Post subject: Reply with quote

Snake007uk wrote:
whats the difference in this and the normal openoffice that comes with ximian ??

Snake


see http://www.gnome.org/~michael/XimianOOo/img0.html
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Sat Jul 26, 2003 3:09 am    Post subject: Re: openoffice-ximian-1.1_rc2 [ebuild inside] Reply with quote

suka wrote:
Another version, another round. Here it is the shiny new ebuild for a ximianized version of the not yet officially released OpenOffice.org1.1rc2, get it from here:

http://www.t0.or.at/~zaurus/openoffice-ximian-1.1_rc2.tar.gz


I just finished compiling (and building a -bin package for my laptop) rc2 and it works just fine.

Thanks.
Back to top
View user's profile Send private message
Zeddicus
Apprentice
Apprentice


Joined: 21 Apr 2003
Posts: 163

PostPosted: Sat Jul 26, 2003 3:42 am    Post subject: Reply with quote

Please use that -bin in an ebuild, if you have a chance :)

I still get the 625blah error :(
Back to top
View user's profile Send private message
ices
n00b
n00b


Joined: 21 Jun 2003
Posts: 19

PostPosted: Sat Jul 26, 2003 11:31 am    Post subject: Reply with quote

Code:
>>> Source unpacked.
* We're using ccache for this build...
* Configuring OpenOffice.org...
********************************************************************
*                                                                  *
*   OpenOffice.org build configuration.                            *
*                                                                  *
*   The configure proces checks your platform to see whether       *
*   you can build OpenOffice.org on it.                            *
*   This proces checks all pre-requisites and generates a file     *
*   containing the necessary environment variables.                *
*   Source this file after configure has ended successfully.       *
*                                                                  *
*   Any warning that is generated during the configure process     *
*   must be taken into account, since it can be a reason for       *
*   an unsuccessfull build of OpenOffice.org                       *
*                                                                  *
********************************************************************
********************************************************************
*                                                                  *
*   Checking the platform pre-requisites.                          *
*                                                                  *
********************************************************************
checking for gawk... gawk
checking for gawk... /bin/gawk
checking for sed... /bin/sed
checking the operating system... checked (Linux)
checking for gcc... /usr/bin/ccache gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: app-office/openoffice-ximian-1.1_rc2 failed.
!!! Function src_compile, Line 333, Exitcode 77
!!! (no error message)


What can i do?
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Sat Jul 26, 2003 11:46 am    Post subject: Reply with quote

Illuminatus wrote:
Please use that -bin in an ebuild, if you have a chance :)

I still get the 625blah error :(


My -bin package is:

Code:

# ls -al openoffice-ximian-1.1_rc2.tbz2
-rw-r--r--    1 root     root     73619405 Jul 25 23:02 openoffice-ximian-1.1_rc2.tbz2


If you have somewhere I can dump it, I don't have a problem uploading it.
By the way it was compiled with -march=pentium3.
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Sat Jul 26, 2003 11:53 am    Post subject: Reply with quote

ices wrote:
Code:

checking for gcc... /usr/bin/ccache gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
See `config.log' for more details.

!!! ERROR: app-office/openoffice-ximian-1.1_rc2 failed.
!!! Function src_compile, Line 333, Exitcode 77
!!! (no error message)


What can i do?


Sounds like a gcc problem. Take this code sample:

Code:

#include <stdio.h>
int main( void )
{
printf("\nHello, world!\n");
exit( 1 );
}


Save it to a file (eg. hello.c) and then run:

Code:
gcc hello.c -o hello


If it works, there should be no output, it will create an executable named 'hello' in the current directory.

If it doesn't work, then you should probaby re-emerge gcc.
Back to top
View user's profile Send private message
Lovechild
Advocate
Advocate


Joined: 17 May 2002
Posts: 2858
Location: Århus, Denmark

PostPosted: Sat Jul 26, 2003 11:53 am    Post subject: Reply with quote

I could put that on my schools server for people to download.
Back to top
View user's profile Send private message
Apolonius
Guru
Guru


Joined: 24 Jan 2003
Posts: 325

PostPosted: Sat Jul 26, 2003 12:00 pm    Post subject: Reply with quote

You could also make a torrent file of your bin to share it with minimal bandwidth usage.
Back to top
View user's profile Send private message
pschram
n00b
n00b


Joined: 04 Jan 2003
Posts: 44

PostPosted: Sat Jul 26, 2003 12:00 pm    Post subject: Reply with quote

I tried an install with the new openoffice-ximian-1.1_rc-r1.ebuild and I get the 65280 Error. I have a linux-2.4.20-gentoo-r5 kernel, so no test-kernel or anything.
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Sat Jul 26, 2003 12:19 pm    Post subject: Reply with quote

Lovechild wrote:
I could put that on my schools server for people to download.


Sounds like a plan.
Back to top
View user's profile Send private message
lorenb
Apprentice
Apprentice


Joined: 24 Aug 2002
Posts: 207
Location: Toronto, ON

PostPosted: Sat Jul 26, 2003 12:20 pm    Post subject: Reply with quote

Apolonius wrote:
You could also make a torrent file of your bin to share it with minimal bandwidth usage.


I've beening hearing a lot about BitTorrent, but I've never used it before. I'll have to take a look at that.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Desktop Environments All times are GMT
Goto page 1, 2, 3, 4, 5, 6, 7, 8  Next
Page 1 of 8

 
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