-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28.07.2015 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
Yes, I was thinking about creating dir manually, but I don't understand why the same 'install' line is working in 'experimental' branch or in current packaging which upstream is using (grass7 package). So I was expecting the problem on my side, unless some change of handling 'grass.pc' file was done on upstream side. According GRASS changelog, last change of 'grass.pc' file was done on 2014-11-17. > > 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. I was using 'tree' command to inspect files. Everything I have discovered was that I have only 'debin/grass-daily-dev' directory with no other content inside (no /usr/share/pkgconfig). Who was creating them until now ? > > Kind Regards, > > Bas > > > - -- Ivan Minčík [email protected] GPG: 0x79529A1E http://imincik.github.io/0x79529A1E.key [email protected] GPG: 0xD714B02C http://imincik.github.io/0xD714B02C.key -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQEcBAEBAgAGBQJVt2qBAAoJEPfdLsR5UpoeumwIAKzsLndC6Od4IrEt/j9cKtbI OXrNwy3fEpRaBGPHh57qkPjhnk9RU0qmCeAHrsd4O0ekuX0GcwHPI00s6Gp04qtQ g8UIE+jH4Lgq33V2nOSc3AvCHJbWcuUFUL5BQSQuhkyRf5lIOmJC4hhgT+lhfo1g przZJc9j64z8AkQah/WMjzq4tD0SNDnQwDrxM8Bcta9bkBdPNSP0s0c+mZX/Ycua KUGvzqxbhv9dCPxlLhYRhPuNNnXB8pliV9gatIntxWId4CjiGVegsTA+K7yC2oSR 3bj2nvP5zCDeZ0jK/mSWbp62T895VDmYD6uLe7GNSO6Zv13U/bhS3Lzhal5SAM0= =KtDK -----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]
