-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 On 28-07-15 12:49, Sebastiaan Couwenberg wrote: > On 28-07-15 12:21, Ivan Mincik wrote: >> I am still stuck in a problem. I have changed package name to >> 'grass-daily' and trying to rebuild package using pbuilder and >> git-buildpackage and failing on following problem: > >> # install pkg-config file install -m 644 grass.pc >> debian/grass-daily-dev/usr/share/pkgconfig/grass71.pc install: >> cannot create regular file >> 'debian/grass-daily-dev/usr/share/pkgconfig/grass71.pc': No such >> file or directory > >> Any ideas ? > > If the grass.pc is created during the build you may need to create > the directory first. > > install -o root -g root -m 755 -d > debian/$(PKG_NAME)-dev/usr/share/pkgconfig > > You can debug which files are available after the build by adding > a find statement before the install command: > > find $(CURDIR) -type f | sort > > This will list all files under the source package directory to > double check if the files the installation expects are really > available.
PS. If you push your grass branches to the repository on Alioth others can use them to reproduce the problem. Don't forget to use --set-upstream when pushing the branches to have your locally created branches track changes on origin repository on Alioth. Kind Regards, Bas - -- GPG Key ID: 4096R/6750F10AE88D4AF1 Fingerprint: 8182 DE41 7056 408D 6146 50D1 6750 F10A E88D 4AF1 -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQIcBAEBCgAGBQJVt17nAAoJEGdQ8QrojUrx7WMP/1BS99eaFR4EK1G0b5cF+VwI PWmPBWEFiOyb50gsVPRKkQZlQRkbREeqLBBfRsKZpzIrlyNbGTin8IPK69MBNPYm niuPT+g7lu5YLD7rU/eSqMQ3R2DGKHyriDUr/QNm+fRTM8oXNOO/Mr6SWgX5hFyt peLVSvMXL6CxbiW9SbPU9iXj2mwqkklBaRY/+ME3KNOLY70p8Vn9qpn4HWRXvy16 00vNmEZ7iVLVQ3RBCC13hsqnPQ+3HhwCLq0augUXVI6DbFVuqC4h/T80qQqEDU3u hFX/AIDgDC2Y1H3Ce0ARKNTbn1QRvnFcXgjU5qkLv0HX3yw3EJlCQ3gv8ISs+Zwn vb+pxf1Dy6vYCb3xlSyqGzRiXO8uehsNvCwLTBEwi9tfaDtHLEUlSDfL+k3bZDRP 7E7hFOTKxug3NrQnkNSTKvd2kyW4IvMr5FHdrj/b3MHamXLTtwr8M5poYGy0sUlX 1M2Adt/d3lrEvAKHWe6xxdSX35a3wwWpUARg3lpj0dpZb3QQzuNAlb360CZzDioe epwRm+jQz/N9HyaroKC12ZmD04af0A9yIBkZYd5PCAIQcmwYgdr7omiVtVsGMk+Q 2vvVEpt2Qq8w1Cpa5T2JkO80zAizhrhyK+PnWL8XHz13MYSHG+sE3049JvA9E/Zx T27s64rqUv0WGazmobHi =QOVb -----END PGP SIGNATURE----- -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]
