-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 28.07.2015 13:52, Sebastiaan Couwenberg wrote: > On 28-07-15 13:41, Ivan Mincik wrote: >> 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 ? > > The directory is created by debian/grass-dev.dirs in the > experimental branch, you need to rename these to match the -dev > package name for GRASS 7.1: debian/grass-daily-dev.dirs. Please > note that you need to rename more than this file for the -dev > package.
Oh yes !!! That is the problem, I forgot to rename them. Thank you very much. I will rename these files and push my work. - -- 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 iQEcBAEBAgAGBQJVt3HpAAoJEPfdLsR5UpoeB0oH/3g0/dEDrjXx9pW2eZLjN9El /I6fkXChGCq9PfrmnX3PnQkGZ7uHhlsRyIEgNuiHeD0ElCHW+WMhofAzF1ND8hW0 cvjfGVq/gauuRNObUp4hbPdq46Y6BMZ/KsBXNZ4XIXuIHyPpFXUeB5TIcuIk1ETb bwR8ZVD+WIo4gkkQhKqWgv9yy3i3l5+2I3OXOGIKZ2VuUhC4zDnG3tSyl7pFTZMD Vq1hZVQUUoxT84I+rcXbuUwEw81S/2XtR7ELi0HpS6DgIoEeiivTsK5WH7FSaJYd H/PWHJNUQvrFAyIbEzY1HlsUf0XUsHFXmunlYF9gw8eaD972Ual+guFEtgYhPj0= =IVCG -----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]
