[Qgis-developer] Debian packaging gridmaker missing
Gavin Macaulay
gavin at macaulay.co.nz
Thu Sep 14 16:50:01 EDT 2006
Tim,
I had this problem too when making the rpms. It is caused by the lines:
if MINGW_FALSE
bin_PROGRAMS = gridmaker
endif
in the Makefile.am for the gridmaker and spit plugins. The if statement
is evaluating to false in all cases, not just with mingw. The end result
for me was that the gridmaker and spit standalong executables weren't
installed in the bin directory, but the rpm builder was expecting them
to be.
I commented out the if and endif lines as a temporary fix.
Gavin
Tim Sutton wrote:
> Hi Steve
>
> I think someone else mentioned running into the same issue and now its
> affecting me too:
>
> install -o root -g root -m 644
> /home/timlinux/dev/cpp/qgis/debian/qgis-icon.xpm
> /home/timlinux/dev/cpp/qgis/debian/qgis/usr/share/pixmaps
> dh_testdir
> dh_testroot
> dh_installchangelogs ChangeLog
> dh_installdocs
> dh_installexamples
> dh_install --sourcedir=debian/tmp
> cp: cannot stat `debian/tmp//usr/bin/gridmaker': No such file or
> directory
> dh_install: command returned error code 256
> make: *** [binary-arch] Error 1
>
> Did you encounter this problem? Do you have any ideas what is causing
> it? I get it bith when using an unmodified checkout of the debian dir
> (building on ubuntu edgy) and when building with my modified debian
> dir for ubuntu dapper.
>
> Thanks
>
>
More information about the Qgis-developer
mailing list