On Wed, 10 Jul 2013 21:15:10 +0000, Peter Green wrote:

> Fixing the failure in this bug report was easy enough and i've attached a 
> patch.
> Unfortunately at least in raspbian jessie the package then goes on to fail 
> with.
> 
> make[1]: Leaving directory `/regina-normal-4.93/builds/debbuild'
> # Split into separate binary packages.
> dh_install --sourcedir=debian/tmp --list-missing
> dh_install: regina-normal missing files (usr/bin/reg*), aborting
> make: *** [install] Error 2
> dpkg-buildpackage: error: debian/rules binary gave error exit status 2
> root@linaro-ubuntu-desktop:/regina-normal-4.93#

All files are installed intp usr/local/FOO ...

Let's look why. Took me some time but ...

> @@ -27,6 +29,7 @@
>               -DPACKAGE_NAME=regina-normal -DPACKAGING_MODE=1 \
>               $(DEB_CMAKE_CUSTOM_FLAGS) \
>               -DPYTHON_EXECUTABLE=/usr/bin/python${pyver} \
> +             
> -DPYTHON_LIBRARY=/usr/lib/$(DEB_HOST_MULTIARCH)/libpython${pyver}.so
>               -DCMAKE_INSTALL_PREFIX=/usr \
>               -DDISABLE_RPATH=1 \
>               -DCMAKE_MODULE_PATH="/usr/share/apps/cmake/modules"

... here we are: Missing backslash after the -DPYTHON_LIBRARY line, so the rest 
is
ignored.

Cheers,
gregor, preparing a complete NMU now

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: JBO: Mir sta'dd'n etz die Feier

Attachment: signature.asc
Description: Digital signature

Reply via email to