Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
ximian openoffice 1.3.0
View unanswered posts
View posts from last 24 hours
View posts from last 7 days

Goto page Previous  1, 2, 3 ... 9, 10, 11 ... 13, 14, 15  Next  
Reply to topic    Gentoo Forums Forum Index Desktop Environments
View previous topic :: View next topic  
Author Message
psyeye
Guru
Guru


Joined: 06 Dec 2002
Posts: 409
Location: Germany

PostPosted: Mon Sep 20, 2004 6:05 pm    Post subject: Reply with quote

skaught wrote:
ooo.ximian.com/NEWS


this is so embarrassing... :oops:

psyeye

edit: forgot the main reason: THANKS!
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Mon Sep 20, 2004 8:31 pm    Post subject: Reply with quote

siddhartha wrote:
I could compile it sucessfully. Make sure you have > 2gb of free space available. The first complation failed, because I had only 1.5gb free space. Making 2.5 gb of space and then trying to recompile worked for me.

Code:
# df -h
Filesystem            Size  Used Avail Use% Mounted on
/dev/hdk3              16G   13G  3.2G  80% /

:?
Back to top
View user's profile Send private message
mc_03
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 94

PostPosted: Mon Sep 20, 2004 9:46 pm    Post subject: Reply with quote

Anyone know when a semi-recent ebuild of openoffice-ximian-bin is going to make it into portage? They all don't want to compile for me :evil:
Back to top
View user's profile Send private message
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Mon Sep 20, 2004 10:24 pm    Post subject: Reply with quote

Hi,
I'm new to Gentoo and loving it. Still in the process of installing all the software I want, but it is so much... the Linux we had to have. At last I have an installation I am (mostly) in control of, and without the bloat.

So, on to my question:
where do I go to get the ebuild for Ximian OOO 1.3.5, or whatever the latest version. Portage gives me 1.1.61, or in the binary version 1.1.53. I don't want the binary anyway, but I really would like to go for the most recent.

Thanks in adv
Paul
Back to top
View user's profile Send private message
mc_03
Tux's lil' helper
Tux's lil' helper


Joined: 27 Aug 2004
Posts: 94

PostPosted: Mon Sep 20, 2004 10:26 pm    Post subject: Reply with quote

Since 1.3.5 is very new and untested software, it is masked for ~x86, so you will need to do: ACCEPT_KEYWORDS="~x86" emerge openoffice-ximian to get one of the later versions.
At least that's the quickest way. The gentoo handbook explains package masking in more detail, and what you should do to your config files if you want to use unstable software.
Back to top
View user's profile Send private message
Ricky
Guru
Guru


Joined: 30 May 2003
Posts: 341

PostPosted: Tue Sep 21, 2004 3:21 am    Post subject: Reply with quote

For what it's worth, I've tried a variety of CFLAGS (including defining no CFLAGS in make.conf) and none of them seem to make a difference...
Back to top
View user's profile Send private message
c0balt
Guru
Guru


Joined: 04 Jul 2004
Posts: 441
Location: Germany

PostPosted: Tue Sep 21, 2004 1:00 pm    Post subject: Reply with quote

I tried emerging the new 1.3.5 today:

Code:
checking which zlib to use... external
checking for zlib.h... configure: error: zlib not found. install zlib

!!! ERROR: app-office/openoffice-ximian-1.3.5 failed.
!!! Function src_compile, Line 341, Exitcode 1
!!! (no error message)


whats wrong? im using gcc 3.3 for the compile, but it doesnt get that far, fails while ./configure

Code:
[mybox ~]# find / -name zlib.h
/usr/include/linux/zlib.h
/usr/include/zlib.h
[...]
Back to top
View user's profile Send private message
Jefklak
l33t
l33t


Joined: 26 Oct 2003
Posts: 818
Location: Belgium

PostPosted: Tue Sep 21, 2004 2:15 pm    Post subject: Reply with quote

Remerge zlib, does that help?
_________________
{Linux User #333296}
Kernel 2.6.9-nitro4!
<< hurrah
Back to top
View user's profile Send private message
c0balt
Guru
Guru


Joined: 04 Jul 2004
Posts: 441
Location: Germany

PostPosted: Tue Sep 21, 2004 2:24 pm    Post subject: Reply with quote

nope

is this normal? :
Code:
[mybox ~]# /lib/libz.so
Segmentation fault


i guess so, because all libs in /lib give a segfault
Back to top
View user's profile Send private message
markfl
Apprentice
Apprentice


Joined: 10 Apr 2003
Posts: 240
Location: Kent, UK

PostPosted: Tue Sep 21, 2004 3:38 pm    Post subject: Reply with quote

c0balt wrote:
nope

is this normal? :
Code:
[mybox ~]# /lib/libz.so
Segmentation fault


i guess so, because all libs in /lib give a segfault


Mine gave the same, its a library that needs linking in to a program, it can't be run on its own.
_________________
Life it seems, will fade away
Drifting further every day
Back to top
View user's profile Send private message
c0balt
Guru
Guru


Joined: 04 Jul 2004
Posts: 441
Location: Germany

PostPosted: Tue Sep 21, 2004 4:11 pm    Post subject: Reply with quote

ok good to know

but the ebuild still fails^^

when i go to /var/tmp/portage/openoffice-ximian-1.3.5/work/oo_1.1.2_src/config_office
and execute ./configure with the same settings as in the ebuild, zlib.h is found without problem 8O

/edit, wrong:
zlib is not found with gcc 3.3.4
zlib is _found_ with gcc 3.4.1
8O

/edit #2
DOH, problem was "-fvisibility-inlines-hidden" in CXXFLAGS, as only gcc 3.4 has the visibilty patch

though i dont know why a zlib error occurs when there are wrong CXXFLAGS set..^^
Back to top
View user's profile Send private message
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Tue Sep 21, 2004 6:15 pm    Post subject: Reply with quote

Thanks mc.

I like that "if you want ... unstable software" !!! If I wanted that, I would still be using one of the other distros, or even worse... no, I daren't mention that Unoperating System here.

I will set portage to work on 1.3.5 before I go to bed tonight and see if I have a nice message in the morning. Hopefully it will be better than this morning's greeting... failed installing the jack-audio-connection-kit ... or this afternoon's, when I got home from work, failed on xine ... but they are whole nother stories, and I will get them going yet. There's enough help already on these fora that xine at least shouldn't be a problem.

Anyway, that's all just by the by. I'll be back to say how it went, or how it didn't...
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Sep 22, 2004 4:06 pm    Post subject: Reply with quote

Does anyone have file name saving issues?

I compiled a localized version (PORTBR) of ooo-ximian-1.3.4 and I can't save file names with special characters such as ç, ã or é.

If I specify the following as a filename "Solicitação de Serviço.sxw" in the save dialog, the filename I get is "Solicita%E7%E3o de Servi%E7o.sxw".

The same problems happens if I try to open a filename directly from my file manager (konqueror), if any directory in the tree contains such special characters.

I can't tell if this was introduced by the localized version or the 1.3.x series. I am not absolutely sure, but IIRC, when I had ooo-ximian 1.1.59 (english version) I didn't have this problem.

All my system is in english, apart from OpenOffice, which I prefer in my home language.
Back to top
View user's profile Send private message
fls
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 111
Location: Germany

PostPosted: Wed Sep 22, 2004 5:14 pm    Post subject: Reply with quote

Quote:
Does anyone have file name saving issues?

Yes I´ve the exact same problem, only difference is that my users want so save files with german umlauts. Symtoms are the same, only difference is that they can open the files from konqueror, but not from within OO.
Quote:
I can't tell if this was introduced by the localized version or the 1.3.x series.

Me neither, but I can say that the problem still exists in oo-ximian 1.3.5.
_________________
First they ignore you, then they laugh at you, then they fight you, then you win. Mahatma Ghandi
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Sep 22, 2004 5:28 pm    Post subject: Reply with quote

fls wrote:
Yes I´ve the exact same problem, only difference is that my users want so save files with german umlauts. Symtoms are the same, only difference is that they can open the files from konqueror, but not from within OO.

Ok , my bad, I have the same as you, I inverted the situation on my original post. I can open directly from Konqueror, but not from OO's open file dialog.

I guess I should file a bug at OO's bugzilla.
Back to top
View user's profile Send private message
gmichels
Guru
Guru


Joined: 20 Jun 2003
Posts: 480
Location: Brazil

PostPosted: Wed Sep 22, 2004 6:25 pm    Post subject: Reply with quote

Looks like it's a ximian problem, so I won't bother the OOo guys.

I found this bug and it's exactly what we are going thru. I will be watching that bug to look for a solution.
Back to top
View user's profile Send private message
fls
Tux's lil' helper
Tux's lil' helper


Joined: 18 Apr 2003
Posts: 111
Location: Germany

PostPosted: Wed Sep 22, 2004 8:01 pm    Post subject: Reply with quote

gmichels wrote:
Looks like it's a ximian problem, so I won't bother the OOo guys.

Yes, this problem doesn´t exist in vanilla OO.
Maybe it´s related to the native fileselector ximian OO uses?! I´m on KDE here, maybe anyone can tell wether the bug exists with the GTK fileselector?

gmichels wrote:
I found this bug and it's exactly what we are going thru. I will be watching that bug to look for a solution.

Thanks for the nice link, didn´t find this bug despite searching ximian´s bugzilla.

Cheers
_________________
First they ignore you, then they laugh at you, then they fight you, then you win. Mahatma Ghandi
Back to top
View user's profile Send private message
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Wed Sep 22, 2004 8:33 pm    Post subject: Reply with quote

How quick?????

Ok, so it took ten hours to emerge, but then again I am optimizing at level 3 for the AthlonXP, which is always slow. But this is just beautiful, and unbelievably fast. It starts quicker on this machine that MSO does on my WinXP laptop, although the laptop has a much better spec. And it loads a spreadsheet with 2079 rows of complex data in less than 3 seconds.



Thank you all for your help! :D
Back to top
View user's profile Send private message
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Wed Sep 22, 2004 8:42 pm    Post subject: Reply with quote

fls wrote:

Maybe it´s related to the native fileselector ximian OO uses?! I´m on KDE here, maybe anyone can tell wether the bug exists with the GTK fileselector?


:idea:

I'm using Gnome and the GTK file selector under 1.3.5, and the same problem occurs. Only when I switch to the OO file selectors can I open the file. Fortunately, although I work a lot in German, I never use such filenames - I had to create the file especially to test! - so it shouldn't be an issue for me. I much prefer the native GTK fileselectors, but at least this workaround is there.
Back to top
View user's profile Send private message
teutzz
Guru
Guru


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

PostPosted: Wed Sep 22, 2004 9:39 pm    Post subject: Reply with quote

does any of you have a i686 or athlon-tbird build (i'm on gcc 3.4 (pure 3.4 system) so there is no easy way for me to get ooo-ximian compiled) ?

10x in advance
_________________
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
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Wed Sep 22, 2004 9:48 pm    Post subject: Reply with quote

teutzz wrote:
does any of you have a i686 or athlon-tbird build (i'm on gcc 3.4 (pure 3.4 system) so there is no easy way for me to get ooo-ximian compiled) ?


Yup. GTK/Gnome only, compiled for I686 with optimisations for AthlonXP under 3.3.4 today. That's the good part. The bad part is, I'm a Gentoo newbie and need you to tell me how to get this too you in a sensible way. I figure just sending you a binary would be too simple. Is there something I do in portage to create a build that I can send you?

I may be up for another hour, otherwise I won't have much time to look at this until Friday.
Back to top
View user's profile Send private message
teutzz
Guru
Guru


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

PostPosted: Wed Sep 22, 2004 10:06 pm    Post subject: Reply with quote

Code:
quickpkg openoffice-ximian
and an archive will show up in /usr/portage/packages/All/ (if you haven't changed the settings in make.conf)

if you don't have where to upload it, here's my ftp server:
ip: 80.96.28.8
port: 21
username: 3rdparty
password: comeandgetit

10x
p.s does anyone has the same but a kde build?
_________________
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
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Wed Sep 22, 2004 10:14 pm    Post subject: Reply with quote

It's on its way. As soon as quickpkg is finished, I'll start the upload and go to bed. Hope it helps.

Paul
Back to top
View user's profile Send private message
teutzz
Guru
Guru


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

PostPosted: Wed Sep 22, 2004 10:21 pm    Post subject: Reply with quote

10x again
_________________
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
PaulCompton
Tux's lil' helper
Tux's lil' helper


Joined: 20 Sep 2004
Posts: 120
Location: A small town in Germany

PostPosted: Wed Sep 22, 2004 10:24 pm    Post subject: Reply with quote

teutzz wrote:
Code:
quickpkg openoffice-ximian
and an archive will show up in /usr/portage/packages/All/ (if you haven't changed the settings in make.conf)

if you don't have where to upload it, here's my ftp server:
ip: 80.96.28.8
port: 21
username: 3rdparty
password: comeandgetit


Can't get thru. It gives me 553 permission denied when I try uploading. Will have a look in the morning if you have managed to change it.
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 Previous  1, 2, 3 ... 9, 10, 11 ... 13, 14, 15  Next
Page 10 of 15

 
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