[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-04 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Caolán McNamara  changed:

   What|Removed |Added

 Ever confirmed|0   |1
   Assignee|libreoffice-b...@lists.free |caol...@redhat.com
   |desktop.org |
 Status|UNCONFIRMED |ASSIGNED

--- Comment #7 from Caolán McNamara  ---
this should be fixable with dlsym

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Julien Nabet  changed:

   What|Removed |Added

 CC||caol...@redhat.com

--- Comment #6 from Julien Nabet  ---
Paul: sorry, forget my question about libcairo version.
It seems to me more a distribution pb now.
They propose a recent LO version with an old cairo lib.

Caolán: any thoughts about this one since you used this function from cairo?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-03 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

--- Comment #5 from Julien Nabet  ---
I'm saying that if you want to give a try to a build you must know how to check
dependencies manually. (I don't know how to do this)
What's your libcairo2 version?

(just for the record mine is:
Package: libcairo2
Source: cairo
Version: 1.16.0-4
I use Debian testing updated today)

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Paul  changed:

   What|Removed |Added

 Ever confirmed|1   |0
 Status|NEEDINFO|UNCONFIRMED

--- Comment #4 from Paul  ---
Are you saying NOT to install a specific version of Libre Office and instead
use the platform default?  I was reporting this because it appears to be an
accidentally introduced build issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Julien Nabet  changed:

   What|Removed |Added

 Status|UNCONFIRMED |NEEDINFO
 Ever confirmed|0   |1

--- Comment #3 from Julien Nabet  ---
I don't know how to know Cairo version used for the LO build.

However, could you completely uninstall LO and use package management? (see
https://docs.aws.amazon.com/en_us/AWSEC2/latest/UserGuide/managing-software.html)
Indeed, by using rpm directly, you bypass dependencies checkings.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Paul  changed:

   What|Removed |Added

 Status|NEEDINFO|UNCONFIRMED
 Ever confirmed|1   |0

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-04-01 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

--- Comment #2 from Paul  ---
(In reply to Julien Nabet from comment #1)
> I think the pb is due to 3c80f4880d0d3a8f7c71d76877efe234f4f3629c
> Indeed, this function seems to exist only from CAIRO 1.14 and there's no
> test here.
> 
> For the test, could you try another rendering (gtk or gen one)?
> To do this:
> - open a term
> - type "export SAL_USE_VCLPLUGIN=gen"
> - launch soffice from this term
> then give a new try.
> 
> Also, would it be possible you upgrade your cairo lib?
> 
> Indeed, https://www.cairographics.org seems available right now but when
> Googling a bit, it seems cairo 1.14 has been released in october 2014 (more
> than 4 years!)
> What Linux distrib do you use?
> How did you install LO?
Hi Julien.

This is from a standard AWS (Amazon Web Services) Linux build.  

SAL_USE_VCLPLUGIN made no difference:

  [program]$ export SAL_USE_VCLPLUGIN=gen
  [program]$ ./soffice --headless
  /opt/libreoffice6.2/program/soffice.bin: /lib64/libdbus-1.so.3: no version
information available (required by /opt/libreoffice6.2/program/libmergedlo.so)
  /opt/libreoffice6.2/program/soffice.bin: symbol lookup error:
/opt/libreoffice6.2/program/libmergedlo.so: undefined symbol:
cairo_surface_get_device_scale
  [program]$ env|grep SAL
  SAL_USE_VCLPLUGIN=gen

An update to cairo is not available in the "standard" AWS Linux environment.

LO was installed by downloading from the archives, then removing the "desktop"
and "integration" RPMs then using rpm -i *.rpm

Is it possible to find out what version of cairo this Libre Office is built
against?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Julien Nabet  changed:

   What|Removed |Added

 Ever confirmed|0   |1
 CC||serval2...@yahoo.fr
 Status|UNCONFIRMED |NEEDINFO

--- Comment #1 from Julien Nabet  ---
I think the pb is due to 3c80f4880d0d3a8f7c71d76877efe234f4f3629c
Indeed, this function seems to exist only from CAIRO 1.14 and there's no test
here.

For the test, could you try another rendering (gtk or gen one)?
To do this:
- open a term
- type "export SAL_USE_VCLPLUGIN=gen"
- launch soffice from this term
then give a new try.

Also, would it be possible you upgrade your cairo lib?

Indeed, https://www.cairographics.org seems available right now but when
Googling a bit, it seems cairo 1.14 has been released in october 2014 (more
than 4 years!)
What Linux distrib do you use?
How did you install LO?

-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

[Libreoffice-bugs] [Bug 124219] soffice won't launch because of missing symbol cairo_surface_get_device_scale

2019-03-20 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=124219

Roman Kuznetsov <79045_79...@mail.ru> changed:

   What|Removed |Added

 Blocks||113358


Referenced Bugs:

https://bugs.documentfoundation.org/show_bug.cgi?id=113358
[Bug 113358] [META] Linux packaging/installation/removal bugs and enhancements
-- 
You are receiving this mail because:
You are the assignee for the bug.___
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs