Wladimir [ARCHIVE] on Nostr: 📅 Original date posted:2014-11-03 📝 Original message:On Mon, Nov 3, 2014 at ...
📅 Original date posted:2014-11-03
📝 Original message:On Mon, Nov 3, 2014 at 10:16 AM, Francis GASCHET <fg at numlog.fr> wrote:
> Hello,
>
> I just compiled bitCoin core on Debian 7.
> I got an error message "too many arguments" when executing genuid.sh
> I fixed it as shown hereafter and it worked fine.
>
>
> pcfg:~/bitcoinCore> diff -u shareOLD/genbuild.sh share/genbuild.sh
> --- shareOLD/genbuild.sh 2014-11-03 08:32:08.950708258 +0100
> +++ share/genbuild.sh 2014-11-03 08:38:44.626698114 +0100
> @@ -16,7 +16,7 @@
> DESC=""
> SUFFIX=""
> LAST_COMMIT_DATE=""
> -if [ -e "$(which git 2>/dev/null)" -a $(git rev-parse
> --is-inside-work-tree 2>/dev/null) = "true" ]; then
> +if [ -e "$(which git 2>/dev/null)" -a "$(git rev-parse
> --is-inside-work-tree 2>/dev/null)" = "true" ]; then
> # clean 'dirty' status of touched files that haven't been modified
> git diff >/dev/null 2>/dev/null
ACK
FYI there's an issue for this on github:
https://github.com/bitcoin/bitcoin/pull/5141 , but Rebroad's solution
contains a new error. Will merge your patch.
Wladimir
Published at
2023-06-07 15:27:04Event JSON
{
"id": "ed408ddea87f981ae136f19271aa1ac0b08e40757775b45fe1318d4df712dcb3",
"pubkey": "30217b018a47b99ed4c20399b44b02f70ec4f58ed77a2814a563fa28322ef722",
"created_at": 1686151624,
"kind": 1,
"tags": [
[
"e",
"a28e26194365446ef881111affb5fbd535f139b880f2b2d0b8e25d617bcfabfa",
"",
"root"
],
[
"e",
"68e8b55faddd44a91d880a042b7047e5057e323ac4dc5b521bd0b70ff4b5149f",
"",
"reply"
],
[
"p",
"41c53a77e8247a9c10e59ead40c76ffc5061965b4248d478da04b088d8454015"
]
],
"content": "📅 Original date posted:2014-11-03\n📝 Original message:On Mon, Nov 3, 2014 at 10:16 AM, Francis GASCHET \u003cfg at numlog.fr\u003e wrote:\n\u003e Hello,\n\u003e\n\u003e I just compiled bitCoin core on Debian 7.\n\u003e I got an error message \"too many arguments\" when executing genuid.sh\n\u003e I fixed it as shown hereafter and it worked fine.\n\u003e\n\u003e\n\u003e pcfg:~/bitcoinCore\u003e diff -u shareOLD/genbuild.sh share/genbuild.sh\n\u003e --- shareOLD/genbuild.sh 2014-11-03 08:32:08.950708258 +0100\n\u003e +++ share/genbuild.sh 2014-11-03 08:38:44.626698114 +0100\n\u003e @@ -16,7 +16,7 @@\n\u003e DESC=\"\"\n\u003e SUFFIX=\"\"\n\u003e LAST_COMMIT_DATE=\"\"\n\u003e -if [ -e \"$(which git 2\u003e/dev/null)\" -a $(git rev-parse\n\u003e --is-inside-work-tree 2\u003e/dev/null) = \"true\" ]; then\n\u003e +if [ -e \"$(which git 2\u003e/dev/null)\" -a \"$(git rev-parse\n\u003e --is-inside-work-tree 2\u003e/dev/null)\" = \"true\" ]; then\n\u003e # clean 'dirty' status of touched files that haven't been modified\n\u003e git diff \u003e/dev/null 2\u003e/dev/null\n\nACK\n\nFYI there's an issue for this on github:\nhttps://github.com/bitcoin/bitcoin/pull/5141 , but Rebroad's solution\ncontains a new error. Will merge your patch.\n\nWladimir",
"sig": "6d61bc44a48b5f4b007e9e9efea8fc1c62feec47a8d3823ddbafcfc747f95cc33ead1b56008dfbbd4df2129453db53bf9c6d934185f22e20cf430d178de6c1e7"
}