[GRASS-dev] problem with building grass71 on launchpad

Hi all,

I trying to solve problem with compiling grass71 on Launchpad, but
unfortunately without success till now. Strangely grass71 fails [1]
even it uses completely same rules as grass70 which doesn't fail [2].
The critical place is:

install -m 755 tools/mkhtml.py \
    debian/grass71-dev/usr/lib/grass71/tools/mkhtml.py
install: cannot create regular file
'debian/grass71-dev/usr/lib/grass71/tools/mkhtml.py': No such file or
directory
debian/rules:134: recipe for target 'install' failed
make: *** [install] Error 1
dpkg-buildpackage: error: /usr/bin/fakeroot debian/rules binary-arch
gave error exit status 2

Does anybody here any idea what could be wrong? Thanks in advance, Martin

[1] https://launchpadlibrarian.net/194101693/buildlog_ubuntu-utopic-amd64.grass71_7.1.0%2B1svn63952~ubuntu14.10.1_FAILEDTOBUILD.txt.gz
[2] https://launchpadlibrarian.net/194104129/buildlog_ubuntu-utopic-amd64.grass70_7.0.0%2B1svn63953~ubuntu14.10.1_UPLOADING.txt.gz

--
Martin Landa
http://geo.fsv.cvut.cz/gwiki/Landa
http://gismentors.eu/mentors/landa

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Martin,

On 06.01.2015 09:18, Martin Landa wrote:

Hi all,

I trying to solve problem with compiling grass71 on Launchpad, but
unfortunately without success till now. Strangely grass71 fails
[1] even it uses completely same rules as grass70 which doesn't
fail [2]. The critical place is:

install -m 755 tools/mkhtml.py \
debian/grass71-dev/usr/lib/grass71/tools/mkhtml.py install: cannot
create regular file
'debian/grass71-dev/usr/lib/grass71/tools/mkhtml.py': No such file
or directory debian/rules:134: recipe for target 'install' failed
make: *** [install] Error 1 dpkg-buildpackage: error:
/usr/bin/fakeroot debian/rules binary-arch gave error exit status
2

Does anybody here any idea what could be wrong? Thanks in advance,
Martin

[1]
https://launchpadlibrarian.net/194101693/buildlog_ubuntu-utopic-amd64.grass71_7.1.0%2B1svn63952~ubuntu14.10.1_FAILEDTOBUILD.txt.gz

[2]
https://launchpadlibrarian.net/194104129/buildlog_ubuntu-utopic-amd64.grass70_7.0.0%2B1svn63953~ubuntu14.10.1_UPLOADING.txt.gz

After half hour of looking on this I do not know what is the problem.
I would try to build locally with PBuilder with export DH_VERBOSE=1 in
debian/rules and adding some debugging print statements in debian/rules.

Here are my quick start notes on PBuilder:
# Create Pbuilder image on Ubuntu
# sudo DIST=precise pbuilder create
# sudo DIST=precise pbuilder --update

# Build on Ubuntu
# DIST=precise git-buildpackage

# Login to image
# sudo pbuilder --login --basetgz
/var/cache/pbuilder/base-precise-amd64.tgz (to save changes add
- --save-after-login option)

- --
Ivan Minčík
ivan.mincik@gmail.com GPG: 0x79529A1E
http://imincik.github.io/0x79529A1E.key
ivan.mincik@gista.sk GPG: 0xD714B02C
http://imincik.github.io/0xD714B02C.key
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBAgAGBQJUrDtGAAoJEPfdLsR5Upoe7HcH/AtyoAVEqGu1/R461cK5H7iG
YH6JGyiarZ5IFNLb+RrlkQdCV324KTZokV0JYo67pM97pY3DNoL0bxjv6yMPgq9d
9fL7RFH7noVoZxBZymp+dWgCfHYJw2/AcQBupzmNG8HF6qV910Jg361kA+pVYv/b
P/ZK6SB69hW2GwkLAZvgSJUJQ7Rn+5oCoc0ltBo2sYd5oz64aF8tWlp57Z1OlAGh
47yhV9BDHpVLskkWtMqWf8BwxTBPYqSi1Gqr0IB9ULRyZTUFXdg0RP+neDGdys1j
7Yrx4gBVyxZMuZOXA8XyhYcaxY334NL0nejLdSeFIVZPAmaRUOSLFw0xNXuYJ7s=
=7AVm
-----END PGP SIGNATURE-----