Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Rene Engelhard
tag 994624 - moreinfo
retitle 994624 libreoffice fail to start with error undefined symbol:
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
after installing 7.2.1-1 on testing
severity 994624 serious
thanks

Hi,

Am 19.09.21 um 11:11 schrieb Rene Engelhard:
> - I will try in a fresh sid amd64 VM

OK, did  3 tests:

- pure testing with 7.1.5-1 -> expectedly starts

- add unstable to sources.list and do apt install libreoffice to do a
partial update just with the dependencies LO specifies:

breaks with the message

- dist-upgrade to full sid

works again



Interesting..

But you still should have told that you did a partial upgrade.

Looks like some underly strict dependency...

Regards,

Rene



Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Rene Engelhard
tag 994624 + moreinfo

thanks


Hi,

Am 18.09.21 um 22:40 schrieb Pirate Praveen:
> $ libreoffice
> /usr/lib/libreoffice/program/soffice.bin: symbol lookup error:
> /usr/lib/libreoffice/program/libmergedlo.so: undefined symbol:
> _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
>
You as DD should know that this is missing information. Like the
reportbug info (architecture, installed packages, etc).


Which architecture? Which libc version?


Besides that

- I don't believe that since
https://ci.debian.net/packages/libr/libreoffice/unstable/amd64/ all
pass, and they do gazillions of startups of LO.

- I will try in a fresh sid amd64 VM


Regards,


Rene



Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Rene Engelhard
reopen 994624

thanks


Hi,

Am 19.09.21 um 12:25 schrieb Rene Engelhard:
> OK, looking at a diff between 7.1.5 and 7.2.1 suggests that the UNO
> runtime got new LanguageTag-using functions so I did:
> - install testing
> - install libreoffice from sid
> -> run in to the error
> - install ure 7.2.0-2/uno-libs-private 7.2.0-2 (first version ever uploaded 
> to sid) from snapshot.debian.org
> -> works
>
> So the dependency on ure needs to be bumped. (to >= 1:7.2.0~). Will do.

This is actually worse...


-OUString LanguageTagImpl::getGlibcLocaleString() const
+OUString const & LanguageTagImpl::getGlibcLocaleString() const
@@ -1942,7 +1951,7 @@ OUString LanguageTagImpl::getGlibcLocaleString() const
-OUString LanguageTag::getGlibcLocaleString( const OUString & rEncoding
) const
+OUString LanguageTag::getGlibcLocaleString( std::u16string_view
rEncoding ) const

is the "offending" difference.


So with 7.1.5 from testing and ure from sid I get another error of the
same type:

$ libreoffice
/usr/lib/libreoffice/program/soffice.bin: symbol lookup error:
/usr/lib/libreoffice/program/libmergedlo.so: undefined symbol:
_ZNK11LanguageTag20getGlibcLocaleStringERKN3rtl8OUStringE


There's also a Breaks: needed...

(done in
https://salsa.debian.org/libreoffice-team/libreoffice/libreoffice/-/commit/655e85dc495f141324afce193185c900058782b5)


Regards,


Ren



Processed: Re: Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reopen 994624
Bug #994624 {Done: Rene Engelhard } [libreoffice] libreoffice 
fail to start with error undefined symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 with pre-7.2.0 ure
'reopen' may be inappropriate when a bug has been closed with a version;
all fixed versions will be cleared, and you may need to re-add them.
Bug reopened
No longer marked as fixed in versions libreoffice/1:7.2.1-2.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
994624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Rene Engelhard
retitle 994624 libreoffice fail to start with error undefined symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 with pre-7.2.0 ure
tag 994624 + confirmed
thanks

Hi,

Am 19.09.21 um 11:43 schrieb Rene Engelhard:
> - add unstable to sources.list and do apt install libreoffice to do a
> partial update just with the dependencies LO specifies:
>
> breaks with the message

OK, looking at a diff between 7.1.5 and 7.2.1 suggests that the UNO runtime got 
new LanguageTag-using functions so I did:

- install testing
- install libreoffice from sid
-> run in to the error
- install ure 7.2.0-2/uno-libs-private 7.2.0-2 (first version ever uploaded to 
sid) from snapshot.debian.org
-> works

So the dependency on ure needs to be bumped. (to >= 1:7.2.0~). Will do.

Regards,

Rene



Processed: Re: Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> retitle 994624 libreoffice fail to start with error undefined symbol: 
> _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
>  with pre-7.2.0 ure
Bug #994624 [libreoffice] libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 after installing 7.2.1-1 on testing
Changed Bug title to 'libreoffice fail to start with error undefined symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 with pre-7.2.0 ure' from 'libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 after installing 7.2.1-1 on testing'.
> tag 994624 + confirmed
Bug #994624 [libreoffice] libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
 with pre-7.2.0 ure
Added tag(s) confirmed.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
994624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed (with 2 errors): Re: Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 994624 - moreinfo
Bug #994624 [libreoffice] libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
Removed tag(s) moreinfo.
> retitle 994624 libreoffice fail to start with error undefined symbol:
Bug #994624 [libreoffice] libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
Changed Bug title to 'libreoffice fail to start with error undefined symbol:' 
from 'libreoffice fail to start with error undefined symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE'.
> _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
Unknown command or malformed arguments to command.
> after installing 7.2.1-1 on testing
Unknown command or malformed arguments to command.
> severity 994624 serious
Bug #994624 [libreoffice] libreoffice fail to start with error undefined symbol:
Severity set to 'serious' from 'grave'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
994624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Processed: Re: Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 994624 + moreinfo
Bug #994624 [libreoffice] libreoffice fail to start with error undefined 
symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE
Added tag(s) moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
994624: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=994624
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#994624: libreoffice fail to start with error undefined symbol: _ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE

2021-09-18 Thread Pirate Praveen

Package: libreoffice
Version: 1:7.2.1-1
Severity: grave
Justification: the package is unusable

$ libreoffice
/usr/lib/libreoffice/program/soffice.bin: symbol lookup error: 
/usr/lib/libreoffice/program/libmergedlo.so: undefined symbol: 
_ZNK11LanguageTag20getGlibcLocaleStringESt17basic_string_viewIDsSt11char_traitsIDsEE