From mboxrd@z Thu Jan 1 00:00:00 1970 From: Adrian Bradd Subject: Re: make compile fails Date: Sat, 19 Aug 2017 20:53:59 -0400 Message-ID: References: <87r2w8gms3.fsf@iki.fi> <87inhk3wtr.fsf@yandex.com> <87a82w6mku.fsf@iki.fi> <87efs83ska.fsf@yandex.com> <87bmncc63j.fsf@iki.fi> Mime-Version: 1.0 Content-Type: multipart/alternative; boundary="001a114d2e6c3286a7055724cc24" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57802) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1djEVC-0001Zw-MJ for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 20:54:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1djEV9-0001Wh-61 for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 20:54:06 -0400 Received: from mail-pg0-x22f.google.com ([2607:f8b0:400e:c05::22f]:33996) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1djEV8-0001W9-TR for emacs-orgmode@gnu.org; Sat, 19 Aug 2017 20:54:03 -0400 Received: by mail-pg0-x22f.google.com with SMTP id n4so17891782pgn.1 for ; Sat, 19 Aug 2017 17:54:01 -0700 (PDT) In-Reply-To: <87bmncc63j.fsf@iki.fi> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: Jarmo Hurri Cc: emacs-orgmode@gnu.org --001a114d2e6c3286a7055724cc24 Content-Type: text/plain; charset="UTF-8" Looks like htmlize was removed from contrib a few days ago (commit d0ced9894) which is probably the cause of your issue. You can get it from https://github.com/hniksic/emacs-htmlize You can generate a new local.mk by running 'make local.mk'. You may have to remove or rename the existing local.mk for this to work. On 19 August 2017 at 04:30, Jarmo Hurri wrote: > Colin Baxter writes: > > > > ------------------------------------------------------------ > ------------ > > > jarmo@localhost org-mode]$ diff local.mk local.mk~ 31c31 < > > > ORG_ADD_CONTRIB = htmlize --- > > >> #ORG_ADD_CONTRIB = ox-* # e.g. the contributed exporter > > > ------------------------------------------------------------ > ------------ > > > > > Maybe the issue is somehow related to this? Anyway, I was still > > > able to compile on August 11th, so something has changed since > > > then. > > > > I don't know of any issues surrounding local.mk. All I can suggest is > > that you try a 'make distclean' first. Failing that, why not just > > delete (or rename) your org-mode git directory and git clone a fresh > > source? That way, you'd be certain you don't have any old "corrupting" > > files in your git tree. > > Running 'make cleanall' didn't help. > > However, a fresh clone followed by a reconfiguration of local.mk solved > the issue. Most likely the result of a local.mk that is no longer > consistent. > > Up and running again. Thanks! > > Jarmo > > > --001a114d2e6c3286a7055724cc24 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Looks like htmlize was removed from contrib a few days ago= (commit=C2=A0d0ced9894) which is probably the cause of your issue. You can= get it from=C2=A0http= s://github.com/hniksic/emacs-htmlize

You can generat= e a new local.mk by running 'make local.mk'. You may have to remove or rename = the existing local.mk for this to work.

On 19 Aug= ust 2017 at 04:30, Jarmo Hurri <jarmo.hurri@iki.fi> wrote:<= br>
Colin Baxter <m43cap@yandex.com> writes:

>=C2=A0 =C2=A0 =C2=A0> -----------------------------------------= -------------------------------
>=C2=A0 =C2=A0 =C2=A0> jarmo@localhost org-mode]$ diff local.mk local.mk~ 31c31 &= lt;
>=C2=A0 =C2=A0 =C2=A0> ORG_ADD_CONTRIB =3D htmlize ---
>=C2=A0 =C2=A0 =C2=A0>> #ORG_ADD_CONTRIB =3D ox-* # e.g. the contr= ibuted exporter
>=C2=A0 =C2=A0 =C2=A0> -----------------------------------------= -------------------------------
>
>=C2=A0 =C2=A0 =C2=A0> Maybe the issue is somehow related to this? An= yway, I was still
>=C2=A0 =C2=A0 =C2=A0> able to compile on August 11th, so something h= as changed since
>=C2=A0 =C2=A0 =C2=A0> then.
>
> I don't know of any issues surrounding local.mk. All I can suggest is > that you try a 'make distclean' first. Failing that, why not j= ust
> delete (or rename) your org-mode git directory and git clone a fresh > source? That way, you'd be certain you don't have any old &quo= t;corrupting"
> files in your git tree.

Running 'make cleanall' didn't help.

However, a fresh clone followed by a reconfiguration of local.mk solved
the issue. Most likely the result of a local.mk that is no longer
consistent.

Up and running again. Thanks!

Jarmo



--001a114d2e6c3286a7055724cc24--