unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.
@ 2021-05-15 11:02 Gregor Zattler
  2021-05-15 11:21 ` David Bremner
  2021-05-15 11:31 ` Reto
  0 siblings, 2 replies; 5+ messages in thread
From: Gregor Zattler @ 2021-05-15 11:02 UTC (permalink / raw)
  To: notmuch

Dear notmuch developers, after a fresh git clone of the
notmuch sources and a make produces an error:

grfz@no:/tmp$ git clone git://notmuchmail.org/git/notmuch
[...]
grfz@no:/tmp$ cd notmuch
grfz@no:/tmp/notmuch$ make
[...]
make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.



2 (master=) grfz@no:/tmp/notmuch$ rgrep notmuch-client-init
Makefile.local: notmuch-client-init.c   \
notmuch-client.h:/* notmuch-client-init.c */
0 (master=) grfz@no:/tmp/notmuch$ find | grep notmuch-client-init.c
1 (master=) grfz@no:/tmp/notmuch$


I have no idea what's happening here.


Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.
  2021-05-15 11:02 make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'. Stop Gregor Zattler
@ 2021-05-15 11:21 ` David Bremner
  2021-05-15 11:31 ` Reto
  1 sibling, 0 replies; 5+ messages in thread
From: David Bremner @ 2021-05-15 11:21 UTC (permalink / raw)
  To: Gregor Zattler, notmuch

Gregor Zattler <telegraph@gmx.net> writes:

> Dear notmuch developers, after a fresh git clone of the
> notmuch sources and a make produces an error:
>
> grfz@no:/tmp$ git clone git://notmuchmail.org/git/notmuch
> [...]
> grfz@no:/tmp$ cd notmuch
> grfz@no:/tmp/notmuch$ make
> [...]
> make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.

That file was omitted from a recent commit, but it should be there
new. Please try again.

d

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.
  2021-05-15 11:02 make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'. Stop Gregor Zattler
  2021-05-15 11:21 ` David Bremner
@ 2021-05-15 11:31 ` Reto
  2021-05-15 11:56   ` Gregor Zattler
  1 sibling, 1 reply; 5+ messages in thread
From: Reto @ 2021-05-15 11:31 UTC (permalink / raw)
  To: notmuch

On Sat, May 15, 2021 at 01:02:05PM +0200, Gregor Zattler wrote:
> Dear notmuch developers, after a fresh git clone of the
> notmuch sources and a make produces an error:

Fixed by now:

```
commit ccd2ef38718efa3c9268eb68ad54454609e4451c
Author: David Bremner <david@tethera.net>
Date:   Sat May 15 08:14:37 2021 -0300

CLI: add missing file notmuch-client-init

This file should have been created in commit 5a8d174f, but wasn't.
```

In other words, pull :)

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.
  2021-05-15 11:31 ` Reto
@ 2021-05-15 11:56   ` Gregor Zattler
  2021-05-15 13:08     ` David Bremner
  0 siblings, 1 reply; 5+ messages in thread
From: Gregor Zattler @ 2021-05-15 11:56 UTC (permalink / raw)
  To: notmuch

Hi Reto,
* Reto <reto@labrat.space> [2021-05-15; 13:31]:
> On Sat, May 15, 2021 at 01:02:05PM +0200, Gregor Zattler wrote:
>> Dear notmuch developers, after a fresh git clone of the
>> notmuch sources and a make produces an error:
>
> Fixed by now:
>
> ```
> commit ccd2ef38718efa3c9268eb68ad54454609e4451c
> Author: David Bremner <david@tethera.net>
> Date:   Sat May 15 08:14:37 2021 -0300
>
> CLI: add missing file notmuch-client-init
>
> This file should have been created in commit 5a8d174f, but wasn't.
> ```
>
> In other words, pull :)

I did, works now again, thanks,



Ciao; Gregor
--
 -... --- .-. . -.. ..--.. ...-.-

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'.  Stop.
  2021-05-15 11:56   ` Gregor Zattler
@ 2021-05-15 13:08     ` David Bremner
  0 siblings, 0 replies; 5+ messages in thread
From: David Bremner @ 2021-05-15 13:08 UTC (permalink / raw)
  To: Gregor Zattler, notmuch

Gregor Zattler <telegraph@gmx.net> writes:

> Hi Reto,
> * Reto <reto@labrat.space> [2021-05-15; 13:31]:
>> On Sat, May 15, 2021 at 01:02:05PM +0200, Gregor Zattler wrote:
>>> Dear notmuch developers, after a fresh git clone of the
>>> notmuch sources and a make produces an error:
>>
>> Fixed by now:
>>
>> ```
>> commit ccd2ef38718efa3c9268eb68ad54454609e4451c
>> Author: David Bremner <david@tethera.net>
>> Date:   Sat May 15 08:14:37 2021 -0300
>>
>> CLI: add missing file notmuch-client-init
>>
>> This file should have been created in commit 5a8d174f, but wasn't.
>> ```
>>
>> In other words, pull :)
>
> I did, works now again, thanks,
>

Thanks for the heads up that it was broken.

d

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-05-15 13:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-15 11:02 make: *** No rule to make target 'notmuch-client-init.o', needed by 'notmuch'. Stop Gregor Zattler
2021-05-15 11:21 ` David Bremner
2021-05-15 11:31 ` Reto
2021-05-15 11:56   ` Gregor Zattler
2021-05-15 13:08     ` David Bremner

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).