unofficial mirror of help-guix@gnu.org 
 help / color / mirror / Atom feed
* libreoffice crashes when starting
@ 2024-01-11 21:41 Brian
  2024-01-13 14:48 ` Wojtek Kosior via
  0 siblings, 1 reply; 4+ messages in thread
From: Brian @ 2024-01-11 21:41 UTC (permalink / raw)
  To: help-guix

Hello All,

I'm sorry to double post, if that's actually the case but I am having
some email client issues (resolved and am using Claws now).
I'm running the most recent Guix desktop as a VBox client on an Ubuntu
host. That's all working fine. I have updated and refreshed all of
the packages with 'guix pull' and 'guix refresh'. 
As an office suite I have installed libreoffice. However, upon starting
I get a milisecond long libreoffice splash screen and then it crashes.
I've uninstalled and reinstalled. I've deleted the config file in my
home directory but nothing has worked. Here is the terminal output.
Perhaps this will help define the problem?
Many thanks

~$ libreoffice
warn:sal.osl:3195:3195:sal/osl/unx/thread.cxx:1037:
RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
warn:sal.osl:3213:3213:sal/osl/unx/thread.cxx:1037:
RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
modify of unknown set member node "StarOffice XML (Base) Report" in
"file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
modify of unknown set member node "StarOffice XML (Base) Report Chart"
in
"file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"

(soffice:3213): Gtk-WARNING **: 14:27:28.798: Locale not supported by C
library. Using the fallback 'C' locale.
/gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/soffice.bin:
symbol lookup error:
/gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0:
undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libreoffice crashes when starting
  2024-01-11 21:41 libreoffice crashes when starting Brian
@ 2024-01-13 14:48 ` Wojtek Kosior via
  2024-01-13 16:21   ` Brian O'Keefe
  2024-01-14 23:54   ` Brian
  0 siblings, 2 replies; 4+ messages in thread
From: Wojtek Kosior via @ 2024-01-13 14:48 UTC (permalink / raw)
  To: Brian; +Cc: help-guix

[-- Attachment #1: Type: text/plain, Size: 3049 bytes --]

Hi there!

This very problem seems to have been encountered before[1].

If information in that thread is correct, the fix would be to make sure
both the system profile and your user profile use the same version of
glibc.

Since you said packages in your user profile are already up-to-date,
I'd try `sudo guix system reconfigure /path/to/system/config.scm`.

If this doesn't work, you might also try running LibreOffice in a pure
container, similar to how it was done with Dino in yet another
thread[2].

Good luck :)
Wojtek

[1] https://lists.gnu.org/archive/html/help-guix/2023-05/msg00015.html
[2] https://lists.gnu.org/archive/html/help-guix/2023-12/msg00029.html

-- (sig_start)
website: https://koszko.org/koszko.html
fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A
follow me on Fediverse: https://friendica.me/profile/koszko/profile

♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ==
✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8=
-- (sig_end)


On Thu, 11 Jan 2024 14:41:36 -0700 Brian <okeefe@cybermesa.com> wrote:

> Hello All,
> 
> I'm sorry to double post, if that's actually the case but I am having
> some email client issues (resolved and am using Claws now).
> I'm running the most recent Guix desktop as a VBox client on an Ubuntu
> host. That's all working fine. I have updated and refreshed all of
> the packages with 'guix pull' and 'guix refresh'. 
> As an office suite I have installed libreoffice. However, upon starting
> I get a milisecond long libreoffice splash screen and then it crashes.
> I've uninstalled and reinstalled. I've deleted the config file in my
> home directory but nothing has worked. Here is the terminal output.
> Perhaps this will help define the problem?
> Many thanks
> 
> ~$ libreoffice
> warn:sal.osl:3195:3195:sal/osl/unx/thread.cxx:1037:
> RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
> warn:sal.osl:3213:3213:sal/osl/unx/thread.cxx:1037:
> RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
> warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
> modify of unknown set member node "StarOffice XML (Base) Report" in
> "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
> warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
> modify of unknown set member node "StarOffice XML (Base) Report Chart"
> in
> "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
> 
> (soffice:3213): Gtk-WARNING **: 14:27:28.798: Locale not supported by C
> library. Using the fallback 'C' locale.
> /gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/soffice.bin:
> symbol lookup error:
> /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0:
> undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
> 

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libreoffice crashes when starting
  2024-01-13 14:48 ` Wojtek Kosior via
@ 2024-01-13 16:21   ` Brian O'Keefe
  2024-01-14 23:54   ` Brian
  1 sibling, 0 replies; 4+ messages in thread
From: Brian O'Keefe @ 2024-01-13 16:21 UTC (permalink / raw)
  To: Wojtek Kosior; +Cc: help-guix

Thanks for this Wojtek. I will try it soon as I have another free time.


On 1/13/24 07:48AM, Wojtek Kosior wrote:
> Hi there!
>
> This very problem seems to have been encountered before[1].
>
> If information in that thread is correct, the fix would be to make sure
> both the system profile and your user profile use the same version of
> glibc.
>
> Since you said packages in your user profile are already up-to-date,
> I'd try `sudo guix system reconfigure /path/to/system/config.scm`.
>
> If this doesn't work, you might also try running LibreOffice in a pure
> container, similar to how it was done with Dino in yet another
> thread[2].
>
> Good luck :)
> Wojtek
>
> [1]https://lists.gnu.org/archive/html/help-guix/2023-05/msg00015.html
> [2]https://lists.gnu.org/archive/html/help-guix/2023-12/msg00029.html
>
> -- (sig_start)
> website:https://koszko.org/koszko.html
> fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A
> follow me on Fediverse:https://friendica.me/profile/koszko/profile
>
> ♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷ c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ==
> ✝ YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ? U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8=
> -- (sig_end)
>
>
> On Thu, 11 Jan 2024 14:41:36 -0700 Brian<okeefe@cybermesa.com>  wrote:
>
>> Hello All,
>>
>> I'm sorry to double post, if that's actually the case but I am having
>> some email client issues (resolved and am using Claws now).
>> I'm running the most recent Guix desktop as a VBox client on an Ubuntu
>> host. That's all working fine. I have updated and refreshed all of
>> the packages with 'guix pull' and 'guix refresh'.
>> As an office suite I have installed libreoffice. However, upon starting
>> I get a milisecond long libreoffice splash screen and then it crashes.
>> I've uninstalled and reinstalled. I've deleted the config file in my
>> home directory but nothing has worked. Here is the terminal output.
>> Perhaps this will help define the problem?
>> Many thanks
>>
>> ~$ libreoffice
>> warn:sal.osl:3195:3195:sal/osl/unx/thread.cxx:1037:
>> RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
>> warn:sal.osl:3213:3213:sal/osl/unx/thread.cxx:1037:
>> RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
>> warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
>> modify of unknown set member node "StarOffice XML (Base) Report" in
>> "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
>> warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901: ignoring
>> modify of unknown set member node "StarOffice XML (Base) Report Chart"
>> in
>> "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
>>
>> (soffice:3213): Gtk-WARNING **: 14:27:28.798: Locale not supported by C
>> library. Using the fallback 'C' locale.
>> /gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/soffice.bin:
>> symbol lookup error:
>> /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0:
>> undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
>>
-- 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: libreoffice crashes when starting
  2024-01-13 14:48 ` Wojtek Kosior via
  2024-01-13 16:21   ` Brian O'Keefe
@ 2024-01-14 23:54   ` Brian
  1 sibling, 0 replies; 4+ messages in thread
From: Brian @ 2024-01-14 23:54 UTC (permalink / raw)
  To: help-guix; +Cc: Wojtek Kosior

On Sat, 13 Jan 2024 15:48:58 +0100
Wojtek Kosior via <help-guix@gnu.org> wrote:

> Hi there!
> 
> This very problem seems to have been encountered before[1].
> 
> If information in that thread is correct, the fix would be to make
> sure both the system profile and your user profile use the same
> version of glibc.
> 
> Since you said packages in your user profile are already up-to-date,
> I'd try `sudo guix system reconfigure /path/to/system/config.scm`.
> 
> If this doesn't work, you might also try running LibreOffice in a pure
> container, similar to how it was done with Dino in yet another
> thread[2].
> 
> Good luck :)
> Wojtek
> 
> [1] https://lists.gnu.org/archive/html/help-guix/2023-05/msg00015.html
> [2] https://lists.gnu.org/archive/html/help-guix/2023-12/msg00029.html
> 
> -- (sig_start)
> website: https://koszko.org/koszko.html
> fingerprint: E972 7060 E3C5 637C 8A4F  4B42 4BC5 221C 5A79 FD1A
> follow me on Fediverse: https://friendica.me/profile/koszko/profile
> 
> ♥ R29kIGlzIHRoZXJlIGFuZCBsb3ZlcyBtZQ== | ÷
> c2luIHNlcGFyYXRlZCBtZSBmcm9tIEhpbQ== ✝
> YnV0IEplc3VzIGRpZWQgdG8gc2F2ZSBtZQ== | ?
> U2hhbGwgSSBiZWNvbWUgSGlzIGZyaWVuZD8= -- (sig_end)
> 
> 
> On Thu, 11 Jan 2024 14:41:36 -0700 Brian <okeefe@cybermesa.com> wrote:
> 
> > Hello All,
> > 
> > I'm sorry to double post, if that's actually the case but I am
> > having some email client issues (resolved and am using Claws now).
> > I'm running the most recent Guix desktop as a VBox client on an
> > Ubuntu host. That's all working fine. I have updated and refreshed
> > all of the packages with 'guix pull' and 'guix refresh'. 
> > As an office suite I have installed libreoffice. However, upon
> > starting I get a milisecond long libreoffice splash screen and then
> > it crashes. I've uninstalled and reinstalled. I've deleted the
> > config file in my home directory but nothing has worked. Here is
> > the terminal output. Perhaps this will help define the problem?
> > Many thanks
> > 
> > ~$ libreoffice
> > warn:sal.osl:3195:3195:sal/osl/unx/thread.cxx:1037:
> > RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
> > warn:sal.osl:3213:3213:sal/osl/unx/thread.cxx:1037:
> > RTL_TEXTENCODING_DONTKNOW -> _ASCII_US
> > warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901:
> > ignoring modify of unknown set member node "StarOffice XML (Base)
> > Report" in
> > "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
> > warn:configmgr:3213:3213:configmgr/source/xcuparser.cxx:901:
> > ignoring modify of unknown set member node "StarOffice XML (Base)
> > Report Chart" in
> > "file:///gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/../share/registry/res/fcfg_langpack_en-US.xcd"
> > 
> > (soffice:3213): Gtk-WARNING **: 14:27:28.798: Locale not supported
> > by C library. Using the fallback 'C' locale.
> > /gnu/store/b8s0liqkp397wyb70rb54nq5dxgbybjr-libreoffice-7.6.3.1/lib/libreoffice/program/soffice.bin:
> > symbol lookup error:
> > /gnu/store/5h2w4qi9hk1qzzgi1w83220ydslinr4s-glibc-2.33/lib/libpthread.so.0:
> > undefined symbol: __libc_pthread_init, version GLIBC_PRIVATE
> >   

Good news! I ran guix pull, guix refresh, guix pull, removed
libreoffice and did a system reconfigure, installed libreoffice and
made sure the PATH was correct so ran
'GUIX_PROFILE="$HOME/.config/guix/current" .
"$GUIX_PROFILE/etc/profile' and libreoffice opens and works! 


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-01-14 23:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-11 21:41 libreoffice crashes when starting Brian
2024-01-13 14:48 ` Wojtek Kosior via
2024-01-13 16:21   ` Brian O'Keefe
2024-01-14 23:54   ` Brian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).