Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
LibreOffice 3.3
View unanswered posts
View posts from last 24 hours

Goto page Previous  1, 2, 3 ... , 23, 24, 25  Next  
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
Small_Penguin
Tux's lil' helper
Tux's lil' helper


Joined: 27 May 2005
Posts: 140

PostPosted: Thu Feb 17, 2011 11:36 am    Post subject: Reply with quote

Sorry genstorm, you did not read my post carefully. -fno-ident is completely harmless, it just removes version strings which can save a few MiB in total.

As I've written, this works, and -fno-ident is used here too:
CFLAGS="-O2 -mcx16 -msahf -maes -mpopcnt -mpclmul -msse -msse2 -mssse3 -msse4.1 -msse4.2 -pipe -fomit-frame-pointer -fno-ident"

The problem is with default CFLAGS activated by -march=native, I think it might be the -mavx flag but I'm not sure, as I've just read that somewhere when I solved my problem with xulrunner and thunderbird.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Thu Feb 17, 2011 1:09 pm    Post subject: Reply with quote

Ok then, sorry. ;) Well Sandy Bridge is quite new and that isn't the first bug caused by -march=native...
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Feb 17, 2011 7:53 pm    Post subject: Reply with quote

genstorm, that cannot be. did you miss my _pre ebuild?! :lol:
_________________
hear hear
Back to top
View user's profile Send private message
geki
Advocate
Advocate


Joined: 13 May 2004
Posts: 2387
Location: Germania

PostPosted: Thu Feb 17, 2011 10:43 pm    Post subject: Reply with quote

and here it goes again! :lol:

LibreOffice [geki-overlay] flavored features! (3.3.50_pre)
_________________
hear hear
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sat Feb 19, 2011 2:26 pm    Post subject: Reply with quote

That's what I was waiting for. :lol:
Back to top
View user's profile Send private message
Kollin
Veteran
Veteran


Joined: 25 Feb 2006
Posts: 1139
Location: Sofia/Bulgaria

PostPosted: Sat Feb 19, 2011 5:55 pm    Post subject: Reply with quote

Strange libreoffice-bin starts but no window is shown, the process is there and running but no visual :?

When it's build i can see following warning appearing:

Code:

scanelf: rpath_security_checks(): Maybe? sec problem with DT_RPATH='6084ORIGIN:6084ORIGIN/../ure-link/lib' in /var/tmp/portage/app-office/libreoffice-bin-3.3.0-r1/image/usr/lib64/libreoffice/basis3.3/program/libcairo.so.2
scanelf: rpath_security_checks(): Maybe? sec problem with DT_RPATH='6084ORIGIN/../ure-link/lib' in /var/tmp/portage/app-office/libreoffice-bin-3.3.0-r1/image/usr/lib64/libreoffice/basis3.3/program/libcairo.so.2
scanelf: rpath_security_checks(): Maybe? sec problem with DT_RPATH='6084ORIGIN:6084ORIGIN/../ure-link/lib' in /var/tmp/portage/app-office/libreoffice-bin-3.3.0-r1/image/usr/lib64/libreoffice/basis3.3/program/libcairo.so.2
scanelf: rpath_security_checks(): Maybe? sec problem with DT_RPATH='6084ORIGIN/../ure-link/lib' in /var/tmp/portage/app-office/libreoffice-bin-3.3.0-r1/image/usr/lib64/libreoffice/basis3.3/program/libcairo.so.2


I'm on amd64 with the last libreoffice-bin from portage :roll:

last lines from strace :
Code:
rt_sigaction(SIGINT, {0x43df40, [], SA_RESTORER, 0x7f5efc0b8160}, {SIG_DFL, [], SA_RESTORER, 0x7f5efc0b8160}, 8) = 0
wait4(-1,

_________________
"Dear Enemy: may the Lord hate you and all your kind, may you be turned orange in hue, and may your head fall off at an awkward moment."
"Linux is like a wigwam - no windows, no gates, apache inside..."
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sat Feb 19, 2011 5:58 pm    Post subject: Reply with quote

This is not the right thread to ask. You're using an official portage version, so you can ask in the according sub forum around here.

@Mods: See, that comes from moving it away from Unsupported Software. :lol:
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sat Feb 19, 2011 8:09 pm    Post subject: Re: Final release libreoffice 3.3.0 Reply with quote

charles17 wrote:
Just compiled final release app-office/libreoffice-3.3.0 from portage without errors.
No further unstable dependencies on amd64.


How do you know if you're compiling the portage version or the geki overlay version?
I think I somehow got the portage one and I want the geki one back. :-)
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sat Feb 19, 2011 8:19 pm    Post subject: Reply with quote

Usually, overlay version overrides portage. But to check, simply do 'emerge -vp libreoffice' - at the end of the line after download size, emerge will report from which source it is taking the ebuild by number [0, 1, ...], or whether there's a change from portage or one overlay to another.

At the end of the emerge output, the overlays involved can be seen and said numbers identified.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sat Feb 19, 2011 8:33 pm    Post subject: Reply with quote

genstorm wrote:
Usually, overlay version overrides portage. But to check, simply do 'emerge -vp libreoffice' - at the end of the line after download size, emerge will report from which source it is taking the ebuild by number [0, 1, ...], or whether there's a change from portage or one overlay to another.

At the end of the emerge output, the overlays involved can be seen and said numbers identified.


The reason I asked is because I synced the overlay and got:
/var/lib/layman/openoffice-geki/app-office/libreoffice/libreoffice-3.3.1.2.ebuild
but $ sudo emerge -p libreoffice
only shows:
[ebuild R ] app-office/libreoffice-3.3.0

$ sudo emerge -vp libreoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild R ] app-office/libreoffice-3.3.0 USE="bash-completion cups dbus gtk java kde nsplugin opengl (-aqua) -binfilter -debug -eds -gnome -gstreamer (-kdeenablefinal) -ldap -odk -templates" LINGUAS="-af -ar -as -ast -be_BY -bg -bn -bo -br -brx -bs -ca -ca_XV -cs -cy -da -de -dgo -dz -el -en -en_GB -en_US -en_ZA -eo -es -et -eu -fa -fi -fr -ga -gd -gl -gu -he -hi -hr -hu -id -is -it -ja -ka -kk -km -kn -ko -kok -ks -ku -ky -lo -lt -lv -mai -mk -ml -mn -mni -mr -ms -my -nb -ne -nl -nn -nr -ns -oc -om -or -pa_IN -pap -pl -ps -pt -pt_BR -ro -ru -rw -sa_IN -sat -sd -sh -si -sk -sl -sq -sr -ss -st -sv -sw_TZ -ta -te -tg -th -ti -tn -tr -ts -ug -uk -uz -ve -vi -xh -zh_CN -zh_TW -zu" 0 kB

Total: 1 package (1 reinstall), Size of downloads: 0 kB
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sat Feb 19, 2011 8:37 pm    Post subject: Reply with quote

equery l -iop libreoffice

I suspect any version above 3.3.0 (which doesn't exist in geki's overlay) will appear masked.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sat Feb 19, 2011 9:11 pm    Post subject: Reply with quote

genstorm wrote:
equery l -iop libreoffice

I suspect any version above 3.3.0 (which doesn't exist in geki's overlay) will appear masked.


sudo equery l -iop libreoffice
* Searching for libreoffice ...
[IP-] [ ] app-office/libreoffice-3.3.0:0
[-P-] [M ] app-office/libreoffice-3.3.1_rc1:0
[--O] [M ] app-office/libreoffice-3.3.1.2:0
[--O] [M-] app-office/libreoffice-3.3.50_pre:0
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sat Feb 19, 2011 9:19 pm    Post subject: Reply with quote

Now you know everything you need to solve the problem. Put =app-office/libreoffice-3.3.1.2 into your package.unmask file and try again, portage should pick the right ebuild.

Currently, portage libreoffice [IP-] is installed, openoffice-geki versions [--O] are available but masked [M ].
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sat Feb 19, 2011 9:21 pm    Post subject: Reply with quote

bjlockie wrote:
genstorm wrote:
equery l -iop libreoffice

I suspect any version above 3.3.0 (which doesn't exist in geki's overlay) will appear masked.


sudo equery l -iop libreoffice
* Searching for libreoffice ...
[IP-] [ ] app-office/libreoffice-3.3.0:0
[-P-] [M ] app-office/libreoffice-3.3.1_rc1:0
[--O] [M ] app-office/libreoffice-3.3.1.2:0
[--O] [M-] app-office/libreoffice-3.3.50_pre:0


I put >app-office/libreoffice-3.3 in /etc/portage/package.unmask and now I get 3.3.1.2 from the overlay. :-)
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sat Feb 19, 2011 9:23 pm    Post subject: Reply with quote

genstorm wrote:
Now you know everything you need to solve the problem. Put =app-office/libreoffice-3.3.1.2 into your package.unmask file and try again, portage should pick the right ebuild.

Currently, portage libreoffice [IP-] is installed, openoffice-geki versions [--O] are available but masked [M ].


You replied as I was writing. :-)

Thanks for the help.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Sun Feb 20, 2011 4:21 pm    Post subject: Reply with quote

I have no KDE menu item for Writer.
I did with the portage version but it disappeared with the geki build.
I have menu items for all the other libreoffice apps except Writer.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Sun Feb 20, 2011 4:37 pm    Post subject: Reply with quote

Yes, that's a bug I also stumbled upon. Or rather, my existing writer entry ceased to function. I had to manually edit

Code:
/usr/share/applications/writer-libre.desktop


to enter the correct command: the first few lines should contain

Code:
TryExec=lowriter-libre
Exec=lowriter-libre %U


instead of oowriter-libre as found to be incorrect.
Back to top
View user's profile Send private message
h017ah
n00b
n00b


Joined: 18 Apr 2007
Posts: 46

PostPosted: Tue Mar 15, 2011 10:19 am    Post subject: Reply with quote

Does anyone else have trouble building libreoffice-3.3.2.1 from the overlay with use flag mono enabled? I had to disable it to make it work..

With mono enabled, it got an error in climaker ...something, I was stupid enough to trash the log file...
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Tue Mar 15, 2011 7:46 pm    Post subject: Reply with quote

genstorm wrote:
Usually, overlay version overrides portage. But to check, simply do 'emerge -vp libreoffice' - at the end of the line after download size, emerge will report from which source it is taking the ebuild by number [0, 1, ...], or whether there's a change from portage or one overlay to another.

At the end of the emerge output, the overlays involved can be seen and said numbers identified.


$ sudo emerge -uDvp libreoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild U ] app-office/libreoffice-3.3.2_rc1 [3.3.1.2] USE="bash-completion cups dbus gtk java kde nsplugin opengl (-aqua) -binfilter% -debug -eds -gnome -gstreamer (-kdeenablefinal) -ldap -odk -templates (-custom-cflags%) (-graphite%) (-jemalloc%) (-junit%) (-languagetool%) (-mono%) (-mysql%*) (-odbc%) (-python%*) (-reportbuilder%) (-webdav%) (-wiki%)" LINGUAS="-af -ar -as -ast% -be_BY -bg -bn -bo% -br -brx% -bs -ca -ca_XV% -cs -cy -da -de -dgo% -dz -el -en -en_GB -en_US% -en_ZA -eo -es -et -eu% -fa -fi -fr -ga -gd% -gl -gu -he -hi -hr -hu -id% -is% -it -ja -ka% -kk% -km -kn% -ko -kok% -ks% -ku -ky% -lo% -lt -lv -mai% -mk -ml -mn% -mni% -mr -ms% -my% -nb -ne -nl -nn -nr -ns -oc -om% -or -pa_IN% -pap% -pl -ps% -pt -pt_BR -ro% -ru -rw -sa_IN% -sat% -sd% -sh -si% -sk -sl -sq% -sr -ss -st -sv -sw_TZ% -ta -te -tg -th -ti -tn -tr -ts -ug% -uk -uz% -ve -vi -xh -zh_CN -zh_TW -zu (-pa%) (-ur%)" 0 kB [1=>0]

Total: 1 package (1 upgrade), Size of downloads: 0 kB
Portage tree and overlays:
[0] /usr/portage
[1] /var/lib/layman/openoffice-geki

That looks like the overlay is "upgrading" to portage.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Tue Mar 15, 2011 7:55 pm    Post subject: Reply with quote

No, emerge is moving on to the portage version because a) it is higher than the one on the geki overlay or b) you haven't synced geki overlay recently or c) any libreoffice version above 3.3.2_rc1 that would be inside geki overlay is masked. You can use the previous commands to find out what's the case.

According to this, b) will most likely be the case.
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Wed Mar 16, 2011 2:02 am    Post subject: Reply with quote

genstorm wrote:
No, emerge is moving on to the portage version because a) it is higher than the one on the geki overlay or b) you haven't synced geki overlay recently or c) any libreoffice version above 3.3.2_rc1 that would be inside geki overlay is masked. You can use the previous commands to find out what's the case.

According to this, b) will most likely be the case.


It was 'b'.
I wish there was a way not to take any portage version if there is an overlay version.
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Wed Mar 16, 2011 9:33 am    Post subject: Reply with quote

Can't think of a quick solution there, but at least if you would have previously just unmasked the specific version of libreoffice you wanted to emerge (=3.3.1.2 instead of >3.3), emerge wouldn't have bothered you with a higher portage version until actual stabilization. And with open-/libreoffice you don't really want to recompile any minor version update, do you? ;)

@h017ah: You want to post your issues there: https://forums.gentoo.org/viewtopic-p-6611577.html#6611577
Back to top
View user's profile Send private message
soya
Guru
Guru


Joined: 29 Jan 2004
Posts: 429

PostPosted: Tue Apr 05, 2011 3:13 pm    Post subject: Reply with quote

I get the following error:
Code:

emerge -va libreoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!

!!! The ebuild selected to satisfy "libreoffice" has unmet requirements.
- app-office/libreoffice-3.3.2.2::geki-overlay USE="cups custom-cflags dbus kde (multilib) nsplugin opengl -bash-completion -debug -eds -gnome -graphite -gstreamer -gtk -java -jemalloc -junit (-kdeenablefinal) -languagetool -ldap -mono -mysql -odbc -odk -python -reportbuilder -templates -webdav -wiki" LINGUAS="es -af -ar -as -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_ZA -eo -et -fa -fi -fr -ga -gl -gu -he -hi -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml -mr -nb -ne -nl -nn -nr -ns -oc -or -pa -pl -pt -pt_BR -ru -rw (-sh) -sk -sl -sr -ss -st -sv -ta -te -tg -th -ti -tn -tr -ts -uk -ur -ve -vi -xh -zh_CN -zh_TW -zu"

  The following REQUIRED_USE flag constraints are unsatisfied:
    !python? ( java ) junit? ( java ) languagetool? ( java ) reportbuilder? ( java ) wiki? ( java ) gnome? ( gtk ) nsplugin? ( gtk )


which i solve this way:
Code:

# USE="python gtk" emerge -va libreoffice

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild  N    ] app-office/libreoffice-3.3.2.2  USE="cups custom-cflags dbus gtk kde nsplugin opengl python -bash-completion -debug -eds -gnome -graphite -gstreamer -java -jemalloc -junit (-kdeenablefinal) -languagetool -ldap -mono -mysql -odbc -odk -reportbuilder -templates -webdav -wiki" LINGUAS="es -af -ar -as -be_BY -bg -bn -br -bs -ca -cs -cy -da -de -dz -el -en -en_GB -en_ZA -eo -et -fa -fi -fr -ga -gl -gu -he -hi -hr -hu -it -ja -km -ko -ku -lt -lv -mk -ml -mr -nb -ne -nl -nn -nr -ns -oc -or -pa -pl -pt -pt_BR -ru -rw -sh -sk -sl -sr -ss -st -sv -ta -te -tg -th -ti -tn -tr -ts -uk -ur -ve -vi -xh -zh_CN -zh_TW -zu" 386,872 kB [1]                                                                                           

Total: 1 package (1 new), Size of downloads: 386,872 kB
Portage tree and overlays:
 [0] /usr/portage
 [1] /usr/local/portage/layman/openoffice-geki

Would you like to merge these packages? [Yes/No]


is it the correct behavour or am i missing something?
_________________
Si el tonto te alaba laméntalo, si el listo te censura piénsalo.
Back to top
View user's profile Send private message
asturm
Developer
Developer


Joined: 05 Apr 2007
Posts: 8938

PostPosted: Tue Apr 05, 2011 3:19 pm    Post subject: Reply with quote

genstorm wrote:
@...: You want to post your issues there: https://forums.gentoo.org/viewtopic-p-6611577.html#6611577
Back to top
View user's profile Send private message
bjlockie
Veteran
Veteran


Joined: 18 Oct 2002
Posts: 1186
Location: Canada

PostPosted: Wed Nov 30, 2011 2:00 am    Post subject: Reply with quote

Shouldn't this syntax work?

$ sudo emerge -pv app-office/libreoffice::openoffice-geki

These are the packages that would be merged, in order:

Calculating dependencies... done!

emerge: there are no ebuilds to satisfy "app-office/libreoffice::openoffice-geki".
_________________
AMD FX6100 CPU, 16 GiB RAM, OCZ Vertex 3 SSD
ASRock 970 Extreme3 motherboard with S/PDIF audio
Galaxy-NVidia GeForce 8800GT video card, Cyber Power CP550HG USB UPS
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Goto page Previous  1, 2, 3 ... , 23, 24, 25  Next
Page 24 of 25

 
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