Re: [Bug-tar] "PU_RMT_COND" error when building git version
On Mon, Mar 24, 2014 at 08:46:56 +0200, Sergey Poznyakoff wrote: > Indeed, git-log-fix was added to the description of the module > gitlog-to-changelog, but not to the repository itself. I'll report > that to bug-gnulib. Thanks for reporting it over there. I see the issue has been fixed, with commit ce457d62. (the bug-gnulib thread is at http://lists.gnu.org/archive/html/bug-gnulib/2014-03/msg00019.html ) Nathan Nathan Stratton Treadway - natha...@ontko.com - Mid-Atlantic region Ray Ontko & Co. - Software consulting services - http://www.ontko.com/ GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239
Re: [Bug-tar] "PU_RMT_COND" error when building git version
Hi Nathan, > So I did a git pull in the gnulib subdirectory, then tried to run > bootstrap again... and this time the bootstrap script errored out > because gnulib/build-aux/git-log-fix could not be found. (It was trying > to create a symlink from build-aux/ over to that file in > gnulib/build-aux, if I remember correctly.) > > I see that gnulib commit 1589a8a (by Jim Meyering on Mar 13) edited > modules/gitlog-to-changelog to mention build-aux/git-log-fix in the > Files: list, but I don't see the actual git-log-fix file in the > repository anywhere Indeed, git-log-fix was added to the description of the module gitlog-to-changelog, but not to the repository itself. I'll report that to bug-gnulib. Regards, Sergey
Re: [Bug-tar] "PU_RMT_COND" error when building git version
On Sun, Mar 23, 2014 at 10:28:37 +0200, Sergey Poznyakoff wrote: > Hi Nathan, > > > I see this "PU_RMT_COND" string was introduced in commit 95a51b93 on Jan > > 27, but don't find any indication there how that it's supposed to get > > initialized (or whatever). > > It is provided by paxutils, as well as rmt.c itself. To make it work, > you should update your paxutils tree (it should be at commit da310fec) > and run bootstrap. Okay, thanks, that got me going in the right direction. I did a git pull in the paxutils subdirectory and ran bootstrap again, but then when I tried to run configure I got some error that caused it to abort. Unfortunately I don't seem to have the exact error message any more, but it mentioned something about gl__XXX, and so I figured I also needed to update gnulib. So I did a git pull in the gnulib subdirectory, then tried to run bootstrap again... and this time the bootstrap script errored out because gnulib/build-aux/git-log-fix could not be found. (It was trying to create a symlink from build-aux/ over to that file in gnulib/build-aux, if I remember correctly.) I see that gnulib commit 1589a8a (by Jim Meyering on Mar 13) edited modules/gitlog-to-changelog to mention build-aux/git-log-fix in the Files: list, but I don't see the actual git-log-fix file in the repository anywhere For now, I just created an empty gnulib/build-aux/git-log-fix file (figured that it probably wasn't actually used by tar anyway), and after that bootstrap, configure, and a tar build were able to complete successfully. Nathan Nathan Stratton Treadway - natha...@ontko.com - Mid-Atlantic region Ray Ontko & Co. - Software consulting services - http://www.ontko.com/ GPG Key: http://www.ontko.com/~nathanst/gpg_key.txt ID: 1023D/ECFB6239 Key fingerprint = 6AD8 485E 20B9 5C71 231C 0C32 15F3 ADCD ECFB 6239
Re: [Bug-tar] "PU_RMT_COND" error when building git version
Hi Nathan, > I see this "PU_RMT_COND" string was introduced in commit 95a51b93 on Jan > 27, but don't find any indication there how that it's supposed to get > initialized (or whatever). It is provided by paxutils, as well as rmt.c itself. To make it work, you should update your paxutils tree (it should be at commit da310fec) and run bootstrap. Regards, Sergey