Multiple configurations???
Simon Peyton Jones
simonpj at microsoft.com
Tue Sep 3 07:42:41 UTC 2019
Thanks Herbert.
| I'm writing this without having looked at the Git repo yet: Just a hunch,
| look at the content of the .gitmodules file; maybe a bad Git merge caused
| duplication of entries in that `.gitmodules` file
That might have been true at that moment, but it's not true now -- I just checked. Let's see if it reoccurs
Simon
| -----Original Message-----
| From: Herbert Valerio Riedel <hvriedel at gmail.com>
| Sent: 02 September 2019 16:36
| To: Simon Peyton Jones <simonpj at microsoft.com>
| Subject: Re: Multiple configurations???
|
| Simon,
|
| I'm writing this without having looked at the Git repo yet: Just a hunch,
| look at the content of the .gitmodules file; maybe a bad Git merge caused
| duplication of entries in that `.gitmodules` file
|
| On Mon, Sep 2, 2019 at 2:20 PM Simon Peyton Jones via ghc-devs <ghc-
| devs at haskell.org> wrote:
| >
| > I’m getting the message below on ‘git fetch’. Should I worry?
| >
| > Simon
| >
| >
| >
| > simonpj at MSRC-3645512:~/code/HEAD$ git fetch
| >
| > setsockopt IPV6_TCLASS 8: Operation not permitted:
| >
| > remote: Enumerating objects: 163, done.
| >
| > remote: Counting objects: 100% (163/163), done.
| >
| > remote: Compressing objects: 100% (78/78), done.
| >
| > remote: Total 163 (delta 84), reused 136 (delta 84)
| >
| > Receiving objects: 100% (163/163), 449.83 KiB | 6.82 MiB/s, done.
| >
| > Resolving deltas: 100% (84/84), completed with 56 local objects.
| >
| > From gitlab.haskell.org:ghc/ghc
| >
| > fc746e98d8..9acba78004 master -> origin/master
| >
| > * [new branch] wip/T16502 -> origin/wip/T16502
| >
| > de7da97ac2..18a6075ce6 wip/faststring-weak ->
| > origin/wip/faststring-weak
| >
| > + 707b8dcbed...fe9a1c238f wip/marge_bot_batch_merge_job ->
| > + origin/wip/marge_bot_batch_merge_job (forced update)
| >
| > f1c13e3504..54829af722 wip/pmcheck-ncon -> origin/wip/pmcheck-
| ncon
| >
| > * [new branch] wip/spj-cam-HEAD -> origin/wip/spj-cam-HEAD
| >
| > + 3daf83ecda...cd2002de17 wip/top-level-kind-signatures ->
| > + origin/wip/top-level-kind-signatures (forced update)
| >
| > warning: Submodule in commit d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee at
| path: '(null)' collides with a submodule named the same. Skipping it.
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/binary.path'. Skipping
| second one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/binary.url'. Skipping second
| one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/binary.ignore'. Skipping
| second one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/bytestring.path'. Skipping
| second one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/bytestring.url'. Skipping
| second one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/bytestring.ignore'. Skipping
| second one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/Cabal.path'. Skipping second
| one!
| >
| > warning: d8e2d7e7b072c560d855017e1aaeecc6b3eef9ee:.gitmodules, multiple
| configurations found for 'submodule.libraries/Cabal.url'. Skipping second
| one!
| >
| > ...and lots more of this...
| >
| > _______________________________________________
| > ghc-devs mailing list
| > ghc-devs at haskell.org
| > https://nam06.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmail.
| > haskell.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fghc-devs&data=02%7C01
| > %7Csimonpj%40microsoft.com%7C22a45b00f86e4780f7eb08d72fbb52da%7C72f988
| > bf86f141af91ab2d7cd011db47%7C1%7C0%7C637030353900862192&sdata=WRyp
| > tg%2Bg9J%2F43Rj51y31R35SdcvTDFIjS%2BFyY1boKSo%3D&reserved=0
More information about the ghc-devs
mailing list