Re: Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-12-02 Thread kamaraju kusumanchi
On Wed, Nov 30, 2016 at 4:52 AM, Davide Anchisi  wrote:
> I do have libpoppler-qt5-1:
> dpkg -l libpoppler-qt5-1
> ii  libpoppler-qt5-1:amd6 0.26.5-2+deb8u1
> and libpoppler-qt5.so.1:  /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1
>
> The command to build the package. I first went with:
> apt-get -b source libpoppler64=0.48.0-2
> but also tried:
> dpkg-buildpackage -rfakeroot -uc -b

I am out of ideas as to what is causing the error. Your command looks
fine. You do not need -rfakeroot as that is the default. I normally
use dpkg-buildpackage -us -uc .

If you are still stuck on this issue, please try asking on
debian-mentors which is frequented by debian packaging experts.

Sorry I am not of much help here. I run Debian Stretch on my machine
but you are trying to compile a Stretch package on a Jessie machine.
So I might not be able to reproduce your problem.

-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog



Re: Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-11-30 Thread Davide Anchisi
I do have libpoppler-qt5-1:
dpkg -l libpoppler-qt5-1
ii  libpoppler-qt5-1:amd6 0.26.5-2+deb8u1
and libpoppler-qt5.so.1:  /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1

The command to build the package. I first went with:
apt-get -b source libpoppler64=0.48.0-2
but also tried:
dpkg-buildpackage -rfakeroot -uc -b


Re: Problem compiling libpoppler=0.48.0-2 in Jessie

2016-11-25 Thread kamaraju kusumanchi
On Tue, Nov 22, 2016 at 4:52 AM, Davide Anchisi  wrote:
> Hi,
>
> I am trying to compile "libpoppler" in Debian Jessie (amd64) from testing
> sources:
> apt-get -b source libpoppler64=0.48.0-2
> I resolved the build dependencies:
> apt-get build-dep libpoppler64=0.48.0-2
>
> The build begins, but stops with an error:
>
> make[1]: entering directory
> "/home/davide/daInstallare/LaTeX/ultima/poppler-0.48.0"
> dh_install --list-missing
> dh_install: libpoppler-qt5-1 missing files (usr/lib/*/libpoppler-qt5.so.1*),
> aborting
> ...
> make[1]: *** [override_dh_install] Error 255
> ...
> make: *** [binary] Errore 2
> dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit
> status 2
>

The libpoppler-qt5.so.1 is part of libpoppler-qt5-1 package as can be
seen below.

 % apt-file search libpoppler-qt5.so.1
libpoppler-qt5-1: /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1
libpoppler-qt5-1: /usr/lib/x86_64-linux-gnu/libpoppler-qt5.so.1.7.0

Try installing it and see how it goes?

BTW what command are you using to build the package?

-- 
Kamaraju S Kusumanchi | http://raju.shoutwiki.com/wiki/Blog