Re: [OpenIndiana-discuss] atril fails on libpdfdocument.so

2018-04-16 Thread Tim Mooney

In regard to: Re: [OpenIndiana-discuss] atril fails on libpdfdocument.so,...:


On 04/13/18 01:12 AM, Tim Mooney wrote:


Anyone else seeing this?

Thanks,

Tim


Hi. I don't see this. Look at /usr/lib/64/libpoppler-glib.so.8 . It provides 
necessary symbol -


Thanks Alp.  Your suggestion got me thinking and I realized what the
problem was -- /usr/lib/64/libpoppler-glib.so.8 was fine & provided
the required symbols, but I had an older, locally-compiled version of
poppler installed in /usr/local/lib/64, and crle had been used to set
the ld.so search path so it was being found first.

I removed the outdated locally-installed library and atril now works fine.

Thanks for the response!

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


Re: [OpenIndiana-discuss] atril fails on libpdfdocument.so

2018-04-16 Thread Alexander Pyhalov

On 04/13/18 01:12 AM, Tim Mooney wrote:


Anyone else seeing this?

Thanks,

Tim


Hi. I don't see this. Look at /usr/lib/64/libpoppler-glib.so.8 . It 
provides necessary symbol -


$ elfdump /usr/lib/64/libpoppler-glib.so.8 |grep poppler_rectangle_free
  [37]  0x0004f8ea 0x0020  FUNC GLOB  D1 
.text  poppler_rectangle_free
 [849]  0x0004f8ea 0x0020  FUNC GLOB  D0 
.text  poppler_rectangle_free
 [264]  0x0004f8ea 0x0020  FUNC GLOB  D1 
.text  poppler_rectangle_free

44  [37]poppler_rectangle_free
 [398]  0x0008dc70  0x  R_AMD64_GLOB_DATA 
  poppler_rectangle_free
  [37]  DB
poppler_rectangle_free
  R_AMD64_GLOB_DATA   0x8dc70  0 
.SUNW_relocpoppler_rectangle_free



--
Best regards,
Alexander Pyhalov,
system administrator of Southern Federal University IT department

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss


[OpenIndiana-discuss] atril fails on libpdfdocument.so

2018-04-12 Thread Tim Mooney


All-

A couple weeks ago (29-Mar-2018) I updated my hipster install.  It was
the first update I had done since late December 2017, so a few things
changed (gdm and gnome removal, for one).

Since the update, I've discovered that 'atril' will no longer display
PDFs:

$ atril /tmp/Summary\ Report\ 1-24-2018.pdf

(atril:20222): AtrilDocument-WARNING **: ld.so.1: atril: fatal: relocation 
error: file /usr/lib/amd64/atril/3/backends/libpdfdocument.so: symbol 
poppler_rectangle_free: referenced symbol not found

(atril:20222): AtrilDocument-WARNING **: Cannot load backend 'pdfdocument' 
since file '/usr/lib/amd64/atril/3/backends/libpdfdocument.so' cannot be read.

(atril:20222): AtrilDocument-WARNING **: ld.so.1: atril: fatal: relocation 
error: file /usr/lib/amd64/atril/3/backends/libpdfdocument.so: symbol 
poppler_rectangle_free: referenced symbol not found

(atril:20222): AtrilDocument-WARNING **: Cannot load backend 'pdfdocument' 
since file '/usr/lib/amd64/atril/3/backends/libpdfdocument.so' cannot be read.


Note /usr/lib/amd64/atril/3/backends/libpdfdocument.so is installed (it's
part of the atril pkg).  Doing both

sudo pkg verify -v atril
sudo pkg verify -v /library/libpoppler

say both packages are OK.

Anyone else seeing this?

Thanks,

Tim
--
Tim Mooney tim.moo...@ndsu.edu
Enterprise Computing & Infrastructure  701-231-1076 (Voice)
Room 242-J6, Quentin Burdick Building  701-231-8541 (Fax)
North Dakota State University, Fargo, ND 58105-5164

___
openindiana-discuss mailing list
openindiana-discuss@openindiana.org
https://openindiana.org/mailman/listinfo/openindiana-discuss