* Cehp - tip - build break ?
@ 2015-04-05 5:07 kernel neophyte
2015-04-05 10:07 ` Loic Dachary
0 siblings, 1 reply; 6+ messages in thread
From: kernel neophyte @ 2015-04-05 5:07 UTC (permalink / raw)
To: ceph-devel@vger.kernel.org
Hi,
I am seeing build break in ceph master.
make[3]: *** No rule to make target
`../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
Stop.
make[3]: *** Waiting for unfinished jobs....
CXX test/erasure-code/ceph_erasure_code_non_regression.o
Am I missing anything obvious ?
-Neo
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Cehp - tip - build break ?
2015-04-05 5:07 Cehp - tip - build break ? kernel neophyte
@ 2015-04-05 10:07 ` Loic Dachary
2015-04-06 16:04 ` kernel neophyte
0 siblings, 1 reply; 6+ messages in thread
From: Loic Dachary @ 2015-04-05 10:07 UTC (permalink / raw)
To: kernel neophyte, ceph-devel@vger.kernel.org
[-- Attachment #1: Type: text/plain, Size: 942 bytes --]
Hi,
My guess is that it's because the gmock directory has been replaced by a gmock submodule and git pull won't be enough to do the right thing. The simplest workaround is to git clone a fresh copy. Or you can try ./autogen.sh which should also do what's necessary.
Cheers
On 05/04/2015 07:07, kernel neophyte wrote:
> Hi,
>
> I am seeing build break in ceph master.
>
> make[3]: *** No rule to make target
> `../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
> Stop.
>
> make[3]: *** Waiting for unfinished jobs....
>
> CXX test/erasure-code/ceph_erasure_code_non_regression.o
>
>
> Am I missing anything obvious ?
>
>
> -Neo
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
--
Loïc Dachary, Artisan Logiciel Libre
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Cehp - tip - build break ?
2015-04-05 10:07 ` Loic Dachary
@ 2015-04-06 16:04 ` kernel neophyte
2015-04-06 16:07 ` Sage Weil
0 siblings, 1 reply; 6+ messages in thread
From: kernel neophyte @ 2015-04-06 16:04 UTC (permalink / raw)
To: Loic Dachary; +Cc: ceph-devel@vger.kernel.org
On Sun, Apr 5, 2015 at 3:07 AM, Loic Dachary <loic@dachary.org> wrote:
> Hi,
>
> My guess is that it's because the gmock directory has been replaced by a gmock submodule and git pull won't be enough to do the right thing.
> The simplest workaround is to git clone a fresh copy. Or you can try ./autogen.sh which should also do what's necessary.
Cloned a fresh copy, still the same.
-Neo
>
> Cheers
>
> On 05/04/2015 07:07, kernel neophyte wrote:
>> Hi,
>>
>> I am seeing build break in ceph master.
>>
>> make[3]: *** No rule to make target
>> `../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
>> Stop.
>>
>> make[3]: *** Waiting for unfinished jobs....
>>
>> CXX test/erasure-code/ceph_erasure_code_non_regression.o
>>
>>
>> Am I missing anything obvious ?
>>
>>
>> -Neo
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>
> --
> Loïc Dachary, Artisan Logiciel Libre
>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Cehp - tip - build break ?
2015-04-06 16:04 ` kernel neophyte
@ 2015-04-06 16:07 ` Sage Weil
2015-04-06 16:09 ` kernel neophyte
0 siblings, 1 reply; 6+ messages in thread
From: Sage Weil @ 2015-04-06 16:07 UTC (permalink / raw)
To: kernel neophyte; +Cc: Loic Dachary, ceph-devel@vger.kernel.org
[-- Attachment #1: Type: TEXT/PLAIN, Size: 1563 bytes --]
On Mon, 6 Apr 2015, kernel neophyte wrote:
> On Sun, Apr 5, 2015 at 3:07 AM, Loic Dachary <loic@dachary.org> wrote:
> > Hi,
> >
> > My guess is that it's because the gmock directory has been replaced by a gmock submodule and git pull won't be enough to do the right thing.
> > The simplest workaround is to git clone a fresh copy. Or you can try ./autogen.sh which should also do what's necessary.
>
> Cloned a fresh copy, still the same.
Make sure you run make in teh top-level directory, not inside src/, at
least once to get the gmock stuff built.
sage
>
>
>
> -Neo
> >
> > Cheers
> >
> > On 05/04/2015 07:07, kernel neophyte wrote:
> >> Hi,
> >>
> >> I am seeing build break in ceph master.
> >>
> >> make[3]: *** No rule to make target
> >> `../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
> >> Stop.
> >>
> >> make[3]: *** Waiting for unfinished jobs....
> >>
> >> CXX test/erasure-code/ceph_erasure_code_non_regression.o
> >>
> >>
> >> Am I missing anything obvious ?
> >>
> >>
> >> -Neo
> >> --
> >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> >> the body of a message to majordomo@vger.kernel.org
> >> More majordomo info at http://vger.kernel.org/majordomo-info.html
> >>
> >
> > --
> > Loïc Dachary, Artisan Logiciel Libre
> >
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
>
>
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Cehp - tip - build break ?
2015-04-06 16:07 ` Sage Weil
@ 2015-04-06 16:09 ` kernel neophyte
2015-04-06 18:10 ` Gregory Farnum
0 siblings, 1 reply; 6+ messages in thread
From: kernel neophyte @ 2015-04-06 16:09 UTC (permalink / raw)
To: Sage Weil; +Cc: Loic Dachary, ceph-devel@vger.kernel.org
On Mon, Apr 6, 2015 at 9:07 AM, Sage Weil <sage@newdream.net> wrote:
> On Mon, 6 Apr 2015, kernel neophyte wrote:
>> On Sun, Apr 5, 2015 at 3:07 AM, Loic Dachary <loic@dachary.org> wrote:
>> > Hi,
>> >
>> > My guess is that it's because the gmock directory has been replaced by a gmock submodule and git pull won't be enough to do the right thing.
>> > The simplest workaround is to git clone a fresh copy. Or you can try ./autogen.sh which should also do what's necessary.
>>
>> Cloned a fresh copy, still the same.
>
> Make sure you run make in teh top-level directory, not inside src/, at
> least once to get the gmock stuff built.
Yep thats exactly what I am doing. In the top level directory:
./autogen.sh
./configure
make -j12
-Neo
>
> sage
>
>>
>>
>>
>> -Neo
>> >
>> > Cheers
>> >
>> > On 05/04/2015 07:07, kernel neophyte wrote:
>> >> Hi,
>> >>
>> >> I am seeing build break in ceph master.
>> >>
>> >> make[3]: *** No rule to make target
>> >> `../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
>> >> Stop.
>> >>
>> >> make[3]: *** Waiting for unfinished jobs....
>> >>
>> >> CXX test/erasure-code/ceph_erasure_code_non_regression.o
>> >>
>> >>
>> >> Am I missing anything obvious ?
>> >>
>> >>
>> >> -Neo
>> >> --
>> >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> >> the body of a message to majordomo@vger.kernel.org
>> >> More majordomo info at http://vger.kernel.org/majordomo-info.html
>> >>
>> >
>> > --
>> > Loïc Dachary, Artisan Logiciel Libre
>> >
>> --
>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>> the body of a message to majordomo@vger.kernel.org
>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>
>>
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: Cehp - tip - build break ?
2015-04-06 16:09 ` kernel neophyte
@ 2015-04-06 18:10 ` Gregory Farnum
0 siblings, 0 replies; 6+ messages in thread
From: Gregory Farnum @ 2015-04-06 18:10 UTC (permalink / raw)
To: kernel neophyte; +Cc: Sage Weil, Loic Dachary, ceph-devel@vger.kernel.org
On Mon, Apr 6, 2015 at 9:09 AM, kernel neophyte
<neophyte.hacker001@gmail.com> wrote:
> On Mon, Apr 6, 2015 at 9:07 AM, Sage Weil <sage@newdream.net> wrote:
>> On Mon, 6 Apr 2015, kernel neophyte wrote:
>>> On Sun, Apr 5, 2015 at 3:07 AM, Loic Dachary <loic@dachary.org> wrote:
>>> > Hi,
>>> >
>>> > My guess is that it's because the gmock directory has been replaced by a gmock submodule and git pull won't be enough to do the right thing.
>>> > The simplest workaround is to git clone a fresh copy. Or you can try ./autogen.sh which should also do what's necessary.
>>>
>>> Cloned a fresh copy, still the same.
>>
>> Make sure you run make in teh top-level directory, not inside src/, at
>> least once to get the gmock stuff built.
>
>
> Yep thats exactly what I am doing. In the top level directory:
>
> ./autogen.sh
> ./configure
> make -j12
You need to also run "git submodule update --init" first. The
"do_autogen.sh" script will handle that for you, as well as making a
bunch of other configuration decisions that you may or may not want.
;)
-Greg
>
>
> -Neo
>>
>> sage
>>
>>>
>>>
>>>
>>> -Neo
>>> >
>>> > Cheers
>>> >
>>> > On 05/04/2015 07:07, kernel neophyte wrote:
>>> >> Hi,
>>> >>
>>> >> I am seeing build break in ceph master.
>>> >>
>>> >> make[3]: *** No rule to make target
>>> >> `../src/gmock/lib/libgmock_main.la', needed by `unittest_librbd'.
>>> >> Stop.
>>> >>
>>> >> make[3]: *** Waiting for unfinished jobs....
>>> >>
>>> >> CXX test/erasure-code/ceph_erasure_code_non_regression.o
>>> >>
>>> >>
>>> >> Am I missing anything obvious ?
>>> >>
>>> >>
>>> >> -Neo
>>> >> --
>>> >> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> >> the body of a message to majordomo@vger.kernel.org
>>> >> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>> >>
>>> >
>>> > --
>>> > Loïc Dachary, Artisan Logiciel Libre
>>> >
>>> --
>>> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
>>> the body of a message to majordomo@vger.kernel.org
>>> More majordomo info at http://vger.kernel.org/majordomo-info.html
>>>
>>>
> --
> To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2015-04-06 18:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-04-05 5:07 Cehp - tip - build break ? kernel neophyte
2015-04-05 10:07 ` Loic Dachary
2015-04-06 16:04 ` kernel neophyte
2015-04-06 16:07 ` Sage Weil
2015-04-06 16:09 ` kernel neophyte
2015-04-06 18:10 ` Gregory Farnum
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.