unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* Build Broken?
@ 2021-01-12  3:22 T.V Raman
  2021-01-12 12:14 ` Lars Ingebrigtsen
  2021-01-12 12:28 ` Dmitry Gutov
  0 siblings, 2 replies; 17+ messages in thread
From: T.V Raman @ 2021-01-12  3:22 UTC (permalink / raw)
  To: emacs-devel

Build seems  to be broken @Head:

make[2]: *** Waiting for unfinished jobs....
  ELC      cedet/semantic/wisent/python.elc

In toplevel form:
cedet/semantic/bovine/c.el:35:1: Error: Loading file /home/raman/sourceforge/emacs/lisp/cedet/semantic/bovine/c-by.elc failed to provide feature ‘semantic/bovine/c-by’
make[2]: *** [Makefile:295: cedet/semantic/bovine/c.elc] Error 1

In toplevel form:
cedet/semantic/wisent/javascript.el:31:1: Error: Bad input grammar
make[2]: *** [Makefile:295: cedet/semantic/wisent/javascript.elc] Error 1

In toplevel form:
cedet/semantic/wisent/js-wy.el:58:17: Error: Bad input grammar
make[2]: *** [Makefile:295: cedet/semantic/wisent/js-wy.elc] Error 1

In toplevel form:
cedet/semantic/wisent/python.el:37:1: Error: Symbol ‘SEMICOLON’ is used, but is not defined as a token and has no rules
make[2]: *** [Makefile:295: cedet/semantic/wisent/python.elc] Error 1
make[2]: Leaving directory '/home/raman/sourceforge/emacs/lisp'
make[1]: *** [Makefile:318: compile-main] Error 2
make[1]: Leaving directory '/home/raman/sourceforge/emacs/lisp'
make: *** [Makefile:411: lisp] Error 2
19:21:56 raman-glaptop emacs $ 

-- 

Thanks,

--Raman
♉ Id: kg:/m/0285kf1  🦮

-- 

Thanks,

--Raman
♉ Id: kg:/m/0285kf1  🦮



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

* Re: Build Broken?
  2021-01-12  3:22 Build Broken? T.V Raman
@ 2021-01-12 12:14 ` Lars Ingebrigtsen
  2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  2021-01-12 12:28 ` Dmitry Gutov
  1 sibling, 1 reply; 17+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-12 12:14 UTC (permalink / raw)
  To: T.V Raman; +Cc: emacs-devel

"T.V Raman" <raman@google.com> writes:

> Build seems  to be broken @Head:
>
> make[2]: *** Waiting for unfinished jobs....
>   ELC      cedet/semantic/wisent/python.elc

Have you tried a "make bootstrap"?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Build Broken?
  2021-01-12  3:22 Build Broken? T.V Raman
  2021-01-12 12:14 ` Lars Ingebrigtsen
@ 2021-01-12 12:28 ` Dmitry Gutov
  2021-01-12 12:36   ` Lars Ingebrigtsen
  2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  1 sibling, 2 replies; 17+ messages in thread
From: Dmitry Gutov @ 2021-01-12 12:28 UTC (permalink / raw)
  To: T.V Raman, emacs-devel

On 12.01.2021 05:22, T.V Raman wrote:
> In toplevel form:
> cedet/semantic/bovine/c.el:35:1: Error: Loading file /home/raman/sourceforge/emacs/lisp/cedet/semantic/bovine/c-by.elc failed to provide feature ‘semantic/bovine/c-by’
> make[2]: *** [Makefile:295: cedet/semantic/bovine/c.elc] Error 1

Last time I saw this, neither simply 'make bootstrap', nor 'make 
extraclean' helped.

I had to 'git clean -xdf' first, then 'make bootstrap' worked.



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

* Re: Build Broken?
  2021-01-12 12:28 ` Dmitry Gutov
@ 2021-01-12 12:36   ` Lars Ingebrigtsen
  2021-01-12 14:00     ` Dmitry Gutov
  2021-01-12 15:27     ` Eli Zaretskii
  2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  1 sibling, 2 replies; 17+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-12 12:36 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: emacs-devel, T.V Raman

Dmitry Gutov <dgutov@yandex.ru> writes:

> Last time I saw this, neither simply 'make bootstrap', nor 'make
> extraclean' helped.
>
> I had to 'git clean -xdf' first, then 'make bootstrap' worked.

It'd be nice if "make bootstrap" was more reliable -- do you happen to
know what the files that 'git clean -xdf' removed that bootstrap missed
were?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Build Broken?
  2021-01-12 12:36   ` Lars Ingebrigtsen
@ 2021-01-12 14:00     ` Dmitry Gutov
  2021-01-12 16:19       ` T.V Raman via Emacs development discussions.
  2021-01-12 15:27     ` Eli Zaretskii
  1 sibling, 1 reply; 17+ messages in thread
From: Dmitry Gutov @ 2021-01-12 14:00 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel, T.V Raman

On 12.01.2021 14:36, Lars Ingebrigtsen wrote:
> It'd be nice if "make bootstrap" was more reliable -- do you happen to
> know what the files that 'git clean -xdf' removed that bootstrap missed
> were?

I don't, sorry. Will try to make note next time it happens.

Perhaps T.V. Raman could help with that now?



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

* Re: Build Broken?
  2021-01-12 12:36   ` Lars Ingebrigtsen
  2021-01-12 14:00     ` Dmitry Gutov
@ 2021-01-12 15:27     ` Eli Zaretskii
  2021-01-12 16:20       ` Dmitry Gutov
  1 sibling, 1 reply; 17+ messages in thread
From: Eli Zaretskii @ 2021-01-12 15:27 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: emacs-devel, raman, dgutov

> From: Lars Ingebrigtsen <larsi@gnus.org>
> Date: Tue, 12 Jan 2021 13:36:01 +0100
> Cc: emacs-devel@gnu.org, "T.V Raman" <raman@google.com>
> 
> Dmitry Gutov <dgutov@yandex.ru> writes:
> 
> > I had to 'git clean -xdf' first, then 'make bootstrap' worked.
> 
> It'd be nice if "make bootstrap" was more reliable -- do you happen to
> know what the files that 'git clean -xdf' removed that bootstrap missed
> were?

Running "make extraclean" after "make bootstrap-clean" should tell
you, I think.



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

* Re: Build Broken?
  2021-01-12 12:14 ` Lars Ingebrigtsen
@ 2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  0 siblings, 0 replies; 17+ messages in thread
From: T.V Raman via Emacs development discussions. @ 2021-01-12 16:16 UTC (permalink / raw)
  To: larsi; +Cc: emacs-devel, raman

make bootstrap fails with the same error
Lars Ingebrigtsen writes:
 > "T.V Raman" <raman@google.com> writes:
 > 
 > > Build seems  to be broken @Head:
 > >
 > > make[2]: *** Waiting for unfinished jobs....
 > >   ELC      cedet/semantic/wisent/python.elc
 > 
 > Have you tried a "make bootstrap"?
 > 
 > -- 
 > (domestic pets only, the antidote for overdose, milk.)
 >    bloggy blog: http://lars.ingebrigtsen.no

-- 
♉Id: kg:/m/0285kf1  🦮♉

--
♉Id: kg:/m/0285kf1  🦮♉



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

* Re: Build Broken?
  2021-01-12 12:28 ` Dmitry Gutov
  2021-01-12 12:36   ` Lars Ingebrigtsen
@ 2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  1 sibling, 0 replies; 17+ messages in thread
From: T.V Raman via Emacs development discussions. @ 2021-01-12 16:16 UTC (permalink / raw)
  To: dgutov; +Cc: emacs-devel, raman

will try this, thanksDmitry Gutov writes:
 > On 12.01.2021 05:22, T.V Raman wrote:
 > > In toplevel form:
 > > cedet/semantic/bovine/c.el:35:1: Error: Loading file /home/raman/sourceforge/emacs/lisp/cedet/semantic/bovine/c-by.elc failed to provide feature ‘semantic/bovine/c-by’
 > > make[2]: *** [Makefile:295: cedet/semantic/bovine/c.elc] Error 1
 > 
 > Last time I saw this, neither simply 'make bootstrap', nor 'make 
 > extraclean' helped.
 > 
 > I had to 'git clean -xdf' first, then 'make bootstrap' worked.

-- 
♉Id: kg:/m/0285kf1  🦮♉

--
♉Id: kg:/m/0285kf1  🦮♉



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

* Re: Build Broken?
  2021-01-12 14:00     ` Dmitry Gutov
@ 2021-01-12 16:19       ` T.V Raman via Emacs development discussions.
  2021-01-12 16:33         ` Lars Ingebrigtsen
  0 siblings, 1 reply; 17+ messages in thread
From: T.V Raman via Emacs development discussions. @ 2021-01-12 16:19 UTC (permalink / raw)
  To: dgutov; +Cc: larsi, emacs-devel, raman


Here you go:
git s
?? lisp/cedet/semantic/wisent/java-tags-wy.el
?? lisp/cedet/srecode/srecode-template-wy.el
08:17:36 raman-glaptop emacs $ git clean -xdf 
Removing .ccls-cache/
Removing Makefile
Removing aclocal.m4
Removing admin/charsets/Makefile
Removing admin/charsets/charsets.stamp
Removing admin/charsets/jisx2131-filter
Removing admin/grammars/Makefile
Removing admin/unidata/Makefile
Removing admin/unidata/unidata-gen.elc
Removing admin/unidata/unidata.txt
Removing admin/unidata/uvs.elc
Removing autom4te.cache/
Removing config.log
Removing config.log~
Removing config.status
Removing configure
Removing doc/emacs/Makefile
Removing doc/emacs/emacsver.texi
Removing doc/lispintro/Makefile
Removing doc/lispref/Makefile
Removing doc/man/emacs.1
Removing doc/misc/Makefile
Removing etc/#ses-example.ses#
Removing etc/DOC
Removing etc/charsets/8859-10.map
Removing etc/charsets/8859-11.map
Removing etc/charsets/8859-13.map
Removing etc/charsets/8859-14.map
Removing etc/charsets/8859-15.map
Removing etc/charsets/8859-16.map
Removing etc/charsets/8859-2.map
Removing etc/charsets/8859-3.map
Removing etc/charsets/8859-4.map
Removing etc/charsets/8859-5.map
Removing etc/charsets/8859-6.map
Removing etc/charsets/8859-7.map
Removing etc/charsets/8859-8.map
Removing etc/charsets/8859-9.map
Removing etc/charsets/ALTERNATIVNYJ.map
Removing etc/charsets/BIG5-1.map
Removing etc/charsets/BIG5-2.map
Removing etc/charsets/BIG5-HKSCS.map
Removing etc/charsets/BIG5.map
Removing etc/charsets/CNS-1.map
Removing etc/charsets/CNS-2.map
Removing etc/charsets/CNS-3.map
Removing etc/charsets/CNS-4.map
Removing etc/charsets/CNS-5.map
Removing etc/charsets/CNS-6.map
Removing etc/charsets/CNS-7.map
Removing etc/charsets/CNS-F.map
Removing etc/charsets/CP10007.map
Removing etc/charsets/CP1125.map
Removing etc/charsets/CP1250.map
Removing etc/charsets/CP1251.map
Removing etc/charsets/CP1252.map
Removing etc/charsets/CP1253.map
Removing etc/charsets/CP1254.map
Removing etc/charsets/CP1255.map
Removing etc/charsets/CP1256.map
Removing etc/charsets/CP1257.map
Removing etc/charsets/CP1258.map
Removing etc/charsets/CP720.map
Removing etc/charsets/CP737.map
Removing etc/charsets/CP775.map
Removing etc/charsets/CP858.map
Removing etc/charsets/CP932-2BYTE.map
Removing etc/charsets/CP949-2BYTE.map
Removing etc/charsets/EBCDICUK.map
Removing etc/charsets/EBCDICUS.map
Removing etc/charsets/GB180302.map
Removing etc/charsets/GB180304.map
Removing etc/charsets/GB2312.map
Removing etc/charsets/GBK.map
Removing etc/charsets/HP-ROMAN8.map
Removing etc/charsets/IBM037.map
Removing etc/charsets/IBM038.map
Removing etc/charsets/IBM1004.map
Removing etc/charsets/IBM1026.map
Removing etc/charsets/IBM1047.map
Removing etc/charsets/IBM256.map
Removing etc/charsets/IBM273.map
Removing etc/charsets/IBM274.map
Removing etc/charsets/IBM275.map
Removing etc/charsets/IBM277.map
Removing etc/charsets/IBM278.map
Removing etc/charsets/IBM280.map
Removing etc/charsets/IBM281.map
Removing etc/charsets/IBM284.map
Removing etc/charsets/IBM285.map
Removing etc/charsets/IBM290.map
Removing etc/charsets/IBM297.map
Removing etc/charsets/IBM420.map
Removing etc/charsets/IBM423.map
Removing etc/charsets/IBM424.map
Removing etc/charsets/IBM437.map
Removing etc/charsets/IBM500.map
Removing etc/charsets/IBM850.map
Removing etc/charsets/IBM851.map
Removing etc/charsets/IBM852.map
Removing etc/charsets/IBM855.map
Removing etc/charsets/IBM856.map
Removing etc/charsets/IBM857.map
Removing etc/charsets/IBM860.map
Removing etc/charsets/IBM861.map
Removing etc/charsets/IBM862.map
Removing etc/charsets/IBM863.map
Removing etc/charsets/IBM864.map
Removing etc/charsets/IBM865.map
Removing etc/charsets/IBM866.map
Removing etc/charsets/IBM868.map
Removing etc/charsets/IBM869.map
Removing etc/charsets/IBM870.map
Removing etc/charsets/IBM871.map
Removing etc/charsets/IBM874.map
Removing etc/charsets/IBM875.map
Removing etc/charsets/IBM880.map
Removing etc/charsets/IBM891.map
Removing etc/charsets/IBM903.map
Removing etc/charsets/IBM904.map
Removing etc/charsets/IBM905.map
Removing etc/charsets/IBM918.map
Removing etc/charsets/JISC6226.map
Removing etc/charsets/JISX0201.map
Removing etc/charsets/JISX0208.map
Removing etc/charsets/JISX0212.map
Removing etc/charsets/JISX2131.map
Removing etc/charsets/JISX2132.map
Removing etc/charsets/JISX213A.map
Removing etc/charsets/JOHAB.map
Removing etc/charsets/KA-ACADEMY.map
Removing etc/charsets/KA-PS.map
Removing etc/charsets/KOI-8.map
Removing etc/charsets/KOI8-R.map
Removing etc/charsets/KOI8-T.map
Removing etc/charsets/KOI8-U.map
Removing etc/charsets/KSC5601.map
Removing etc/charsets/KSC5636.map
Removing etc/charsets/MACINTOSH.map
Removing etc/charsets/MIK.map
Removing etc/charsets/MULE-ethiopic.map
Removing etc/charsets/MULE-ipa.map
Removing etc/charsets/MULE-is13194.map
Removing etc/charsets/MULE-lviscii.map
Removing etc/charsets/MULE-sisheng.map
Removing etc/charsets/MULE-tibetan.map
Removing etc/charsets/MULE-uviscii.map
Removing etc/charsets/NEXTSTEP.map
Removing etc/charsets/PTCP154.map
Removing etc/charsets/TIS-620.map
Removing etc/charsets/VISCII.map
Removing etc/charsets/VSCII-2.map
Removing etc/charsets/VSCII.map
Removing etc/charsets/stdenc.map
Removing etc/charsets/symbol.map
Removing etc/refcards/emacsver.tex
Removing etc/themes/modus-operandi-theme.elc
Removing etc/themes/modus-vivendi-theme.elc
Removing leim/Makefile
Removing lib-src/Makefile
Removing lib-src/ctags
Removing lib-src/ebrowse
Removing lib-src/emacsclient
Removing lib-src/etags
Removing lib-src/hexl
Removing lib-src/make-docfile
Removing lib-src/make-fingerprint
Removing lib-src/profile
Removing lib/Makefile
Removing lib/acl-errno-valid.o
Removing lib/acl-internal.o
Removing lib/alloca.h
Removing lib/allocator.o
Removing lib/binary-io.o
Removing lib/c-ctype.o
Removing lib/c-strcasecmp.o
Removing lib/c-strncasecmp.o
Removing lib/careadlinkat.o
Removing lib/close-stream.o
Removing lib/count-leading-zeros.o
Removing lib/count-one-bits.o
Removing lib/count-trailing-zeros.o
Removing lib/deps/
Removing lib/dirent.h
Removing lib/dtoastr.o
Removing lib/dtotimespec.o
Removing lib/fchmodat.o
Removing lib/fcntl.h
Removing lib/fcntl.o
Removing lib/filemode.o
Removing lib/filevercmp.o
Removing lib/fingerprint.o
Removing lib/free.o
Removing lib/fsusage.o
Removing lib/get-permissions.o
Removing lib/gettime.o
Removing lib/gnulib.mk
Removing lib/inttypes.h
Removing lib/libgnu.a
Removing lib/limits.h
Removing lib/md5.o
Removing lib/nstrftime.o
Removing lib/openat-die.o
Removing lib/pipe2.o
Removing lib/qcopy-acl.o
Removing lib/regex.o
Removing lib/save-cwd.o
Removing lib/set-permissions.o
Removing lib/sha1.o
Removing lib/sha256.o
Removing lib/sha512.o
Removing lib/sig2str.o
Removing lib/sigdescr_np.o
Removing lib/signal.h
Removing lib/stat-time.o
Removing lib/stdio.h
Removing lib/stdlib.h
Removing lib/string.h
Removing lib/sys/
Removing lib/tempname.o
Removing lib/time.h
Removing lib/time_rz.o
Removing lib/timespec-add.o
Removing lib/timespec-sub.o
Removing lib/timespec.o
Removing lib/u64.o
Removing lib/unistd.h
Removing lib/unistd.o
Removing lisp/Makefile
Removing lisp/abbrev.elc
Removing lisp/align.elc
Removing lisp/allout-widgets.elc
Removing lisp/allout.elc
Removing lisp/ansi-color.elc
Removing lisp/apropos.elc
Removing lisp/arc-mode.elc
Removing lisp/array.elc
Removing lisp/auth-source-pass.elc
Removing lisp/auth-source.elc
Removing lisp/autoarg.elc
Removing lisp/autoinsert.elc
Removing lisp/autorevert.elc
Removing lisp/avoid.elc
Removing lisp/battery.elc
Removing lisp/bindings.elc
Removing lisp/bookmark.elc
Removing lisp/bs.elc
Removing lisp/buff-menu.elc
Removing lisp/button.elc
Removing lisp/calc/calc-aent.elc
Removing lisp/calc/calc-alg.elc
Removing lisp/calc/calc-arith.elc
Removing lisp/calc/calc-bin.elc
Removing lisp/calc/calc-comb.elc
Removing lisp/calc/calc-cplx.elc
Removing lisp/calc/calc-embed.elc
Removing lisp/calc/calc-ext.elc
Removing lisp/calc/calc-fin.elc
Removing lisp/calc/calc-forms.elc
Removing lisp/calc/calc-frac.elc
Removing lisp/calc/calc-funcs.elc
Removing lisp/calc/calc-graph.elc
Removing lisp/calc/calc-help.elc
Removing lisp/calc/calc-incom.elc
Removing lisp/calc/calc-keypd.elc
Removing lisp/calc/calc-lang.elc
Removing lisp/calc/calc-loaddefs.el
Removing lisp/calc/calc-loaddefs.el~
Removing lisp/calc/calc-macs.elc
Removing lisp/calc/calc-map.elc
Removing lisp/calc/calc-math.elc
Removing lisp/calc/calc-menu.elc
Removing lisp/calc/calc-misc.elc
Removing lisp/calc/calc-mode.elc
Removing lisp/calc/calc-mtx.elc
Removing lisp/calc/calc-nlfit.elc
Removing lisp/calc/calc-poly.elc
Removing lisp/calc/calc-prog.elc
Removing lisp/calc/calc-rewr.elc
Removing lisp/calc/calc-rules.elc
Removing lisp/calc/calc-sel.elc
Removing lisp/calc/calc-stat.elc
Removing lisp/calc/calc-store.elc
Removing lisp/calc/calc-stuff.elc
Removing lisp/calc/calc-trail.elc
Removing lisp/calc/calc-undo.elc
Removing lisp/calc/calc-units.elc
Removing lisp/calc/calc-vec.elc
Removing lisp/calc/calc-yank.elc
Removing lisp/calc/calc.elc
Removing lisp/calc/calcalg2.elc
Removing lisp/calc/calcalg3.elc
Removing lisp/calc/calccomp.elc
Removing lisp/calc/calcsel2.elc
Removing lisp/calculator.elc
Removing lisp/calendar/appt.elc
Removing lisp/calendar/cal-bahai.elc
Removing lisp/calendar/cal-china.elc
Removing lisp/calendar/cal-coptic.elc
Removing lisp/calendar/cal-dst.elc
Removing lisp/calendar/cal-french.elc
Removing lisp/calendar/cal-hebrew.elc
Removing lisp/calendar/cal-html.elc
Removing lisp/calendar/cal-islam.elc
Removing lisp/calendar/cal-iso.elc
Removing lisp/calendar/cal-julian.elc
Removing lisp/calendar/cal-loaddefs.el
Removing lisp/calendar/cal-loaddefs.el~
Removing lisp/calendar/cal-mayan.elc
Removing lisp/calendar/cal-menu.elc
Removing lisp/calendar/cal-move.elc
Removing lisp/calendar/cal-persia.elc
Removing lisp/calendar/cal-tex.elc
Removing lisp/calendar/cal-x.elc
Removing lisp/calendar/calendar.elc
Removing lisp/calendar/diary-lib.elc
Removing lisp/calendar/diary-loaddefs.el
Removing lisp/calendar/diary-loaddefs.el~
Removing lisp/calendar/hol-loaddefs.el
Removing lisp/calendar/hol-loaddefs.el~
Removing lisp/calendar/holidays.elc
Removing lisp/calendar/icalendar.elc
Removing lisp/calendar/iso8601.elc
Removing lisp/calendar/lunar.elc
Removing lisp/calendar/parse-time.elc
Removing lisp/calendar/solar.elc
Removing lisp/calendar/time-date.elc
Removing lisp/calendar/timeclock.elc
Removing lisp/calendar/todo-mode.elc
Removing lisp/case-table.elc
Removing lisp/cdl.elc
Removing lisp/cedet/cedet-cscope.elc
Removing lisp/cedet/cedet-files.elc
Removing lisp/cedet/cedet-global.elc
Removing lisp/cedet/cedet-idutils.elc
Removing lisp/cedet/cedet.elc
Removing lisp/cedet/data-debug.elc
Removing lisp/cedet/ede.elc
Removing lisp/cedet/ede/auto.elc
Removing lisp/cedet/ede/autoconf-edit.elc
Removing lisp/cedet/ede/base.elc
Removing lisp/cedet/ede/config.elc
Removing lisp/cedet/ede/cpp-root.elc
Removing lisp/cedet/ede/custom.elc
Removing lisp/cedet/ede/detect.elc
Removing lisp/cedet/ede/dired.elc
Removing lisp/cedet/ede/emacs.elc
Removing lisp/cedet/ede/files.elc
Removing lisp/cedet/ede/generic.elc
Removing lisp/cedet/ede/linux.elc
Removing lisp/cedet/ede/loaddefs.el
Removing lisp/cedet/ede/loaddefs.el~
Removing lisp/cedet/ede/locate.elc
Removing lisp/cedet/ede/make.elc
Removing lisp/cedet/ede/makefile-edit.elc
Removing lisp/cedet/ede/pconf.elc
Removing lisp/cedet/ede/pmake.elc
Removing lisp/cedet/ede/proj-archive.elc
Removing lisp/cedet/ede/proj-aux.elc
Removing lisp/cedet/ede/proj-comp.elc
Removing lisp/cedet/ede/proj-elisp.elc
Removing lisp/cedet/ede/proj-info.elc
Removing lisp/cedet/ede/proj-misc.elc
Removing lisp/cedet/ede/proj-obj.elc
Removing lisp/cedet/ede/proj-prog.elc
Removing lisp/cedet/ede/proj-scheme.elc
Removing lisp/cedet/ede/proj-shared.elc
Removing lisp/cedet/ede/proj.elc
Removing lisp/cedet/ede/project-am.elc
Removing lisp/cedet/ede/shell.elc
Removing lisp/cedet/ede/simple.elc
Removing lisp/cedet/ede/source.elc
Removing lisp/cedet/ede/speedbar.elc
Removing lisp/cedet/ede/srecode.elc
Removing lisp/cedet/ede/system.elc
Removing lisp/cedet/ede/util.elc
Removing lisp/cedet/inversion.elc
Removing lisp/cedet/mode-local.elc
Removing lisp/cedet/pulse.elc
Removing lisp/cedet/semantic.elc
Removing lisp/cedet/semantic/analyze.elc
Removing lisp/cedet/semantic/analyze/complete.elc
Removing lisp/cedet/semantic/analyze/debug.elc
Removing lisp/cedet/semantic/analyze/fcn.elc
Removing lisp/cedet/semantic/analyze/refs.elc
Removing lisp/cedet/semantic/bovine.elc
Removing lisp/cedet/semantic/bovine/c-by.el
Removing lisp/cedet/semantic/bovine/c-by.elc
Removing lisp/cedet/semantic/bovine/c-by.el~
Removing lisp/cedet/semantic/bovine/make-by.el
Removing lisp/cedet/semantic/bovine/make-by.el~
Removing lisp/cedet/semantic/bovine/scm-by.el
Removing lisp/cedet/semantic/bovine/scm-by.el~
Removing lisp/cedet/semantic/chart.elc
Removing lisp/cedet/semantic/complete.elc
Removing lisp/cedet/semantic/ctxt.elc
Removing lisp/cedet/semantic/db-debug.elc
Removing lisp/cedet/semantic/db-ebrowse.elc
Removing lisp/cedet/semantic/db-el.elc
Removing lisp/cedet/semantic/db-file.elc
Removing lisp/cedet/semantic/db-find.elc
Removing lisp/cedet/semantic/db-global.elc
Removing lisp/cedet/semantic/db-javascript.elc
Removing lisp/cedet/semantic/db-mode.elc
Removing lisp/cedet/semantic/db-ref.elc
Removing lisp/cedet/semantic/db-typecache.elc
Removing lisp/cedet/semantic/db.elc
Removing lisp/cedet/semantic/debug.elc
Removing lisp/cedet/semantic/decorate.elc
Removing lisp/cedet/semantic/dep.elc
Removing lisp/cedet/semantic/doc.elc
Removing lisp/cedet/semantic/ede-grammar.elc
Removing lisp/cedet/semantic/edit.elc
Removing lisp/cedet/semantic/find.elc
Removing lisp/cedet/semantic/format.elc
Removing lisp/cedet/semantic/fw.elc
Removing lisp/cedet/semantic/grammar-wy.elc
Removing lisp/cedet/semantic/grammar.elc
Removing lisp/cedet/semantic/html.elc
Removing lisp/cedet/semantic/ia-sb.elc
Removing lisp/cedet/semantic/ia.elc
Removing lisp/cedet/semantic/idle.elc
Removing lisp/cedet/semantic/imenu.elc
Removing lisp/cedet/semantic/java.elc
Removing lisp/cedet/semantic/lex-spp.elc
Removing lisp/cedet/semantic/lex.elc
Removing lisp/cedet/semantic/loaddefs.el
Removing lisp/cedet/semantic/loaddefs.el~
Removing lisp/cedet/semantic/mru-bookmark.elc
Removing lisp/cedet/semantic/sb.elc
Removing lisp/cedet/semantic/scope.elc
Removing lisp/cedet/semantic/senator.elc
Removing lisp/cedet/semantic/sort.elc
Removing lisp/cedet/semantic/symref.elc
Removing lisp/cedet/semantic/tag-file.elc
Removing lisp/cedet/semantic/tag-ls.elc
Removing lisp/cedet/semantic/tag-write.elc
Removing lisp/cedet/semantic/tag.elc
Removing lisp/cedet/semantic/texi.elc
Removing lisp/cedet/semantic/util-modes.elc
Removing lisp/cedet/semantic/util.elc
Removing lisp/cedet/semantic/wisent.elc
Removing lisp/cedet/semantic/wisent/java-tags-wy.el
Removing lisp/cedet/semantic/wisent/javat-wy.el
Removing lisp/cedet/semantic/wisent/javat-wy.el~
Removing lisp/cedet/semantic/wisent/js-wy.el
Removing lisp/cedet/semantic/wisent/js-wy.el~
Removing lisp/cedet/semantic/wisent/python-wy.el
Removing lisp/cedet/semantic/wisent/python-wy.el~
Removing lisp/cedet/srecode.elc
Removing lisp/cedet/srecode/loaddefs.el
Removing lisp/cedet/srecode/loaddefs.el~
Removing lisp/cedet/srecode/srecode-template-wy.el
Removing lisp/cedet/srecode/srt-wy.el
Removing lisp/cedet/srecode/srt-wy.el~
Removing lisp/char-fold.elc
Removing lisp/chistory.elc
Removing lisp/cmuscheme.elc
Removing lisp/color.elc
Removing lisp/comint.elc
Removing lisp/completion.elc
Removing lisp/composite.elc
Removing lisp/cus-dep.elc
Removing lisp/cus-edit.elc
Removing lisp/cus-face.elc
Removing lisp/cus-start.elc
Removing lisp/cus-theme.elc
Removing lisp/custom.elc
Removing lisp/dabbrev.elc
Removing lisp/delim-col.elc
Removing lisp/delsel.elc
Removing lisp/descr-text.elc
Removing lisp/desktop.elc
Removing lisp/dframe.elc
Removing lisp/dired-aux.elc
Removing lisp/dired-loaddefs.el
Removing lisp/dired-loaddefs.el~
Removing lisp/dired-x.elc
Removing lisp/dired.elc
Removing lisp/dirtrack.elc
Removing lisp/disp-table.elc
Removing lisp/display-fill-column-indicator.elc
Removing lisp/display-line-numbers.elc
Removing lisp/dnd.elc
Removing lisp/doc-view.elc
Removing lisp/dom.elc
Removing lisp/dos-fns.elc
Removing lisp/dos-vars.elc
Removing lisp/dos-w32.elc
Removing lisp/double.elc
Removing lisp/dynamic-setting.elc
Removing lisp/ebuff-menu.elc
Removing lisp/echistory.elc
Removing lisp/ecomplete.elc
Removing lisp/edmacro.elc
Removing lisp/ehelp.elc
Removing lisp/elec-pair.elc
Removing lisp/electric.elc
Removing lisp/elide-head.elc
Removing lisp/emacs-lisp/autoload.elc
Removing lisp/emacs-lisp/backquote.elc
Removing lisp/emacs-lisp/byte-opt.elc
Removing lisp/emacs-lisp/byte-run.elc
Removing lisp/emacs-lisp/bytecomp.elc
Removing lisp/emacs-lisp/cconv.elc
Removing lisp/emacs-lisp/cl-generic.elc
Removing lisp/emacs-lisp/cl-loaddefs.el
Removing lisp/emacs-lisp/cl-loaddefs.el~
Removing lisp/emacs-lisp/cl-preloaded.elc
Removing lisp/emacs-lisp/eieio-base.elc
Removing lisp/emacs-lisp/eieio-loaddefs.el
Removing lisp/emacs-lisp/eieio-loaddefs.el~
Removing lisp/emacs-lisp/eieio.elc
Removing lisp/emacs-lisp/eldoc.elc
Removing lisp/emacs-lisp/float-sup.elc
Removing lisp/emacs-lisp/lisp-mode.elc
Removing lisp/emacs-lisp/lisp.elc
Removing lisp/emacs-lisp/macroexp.elc
Removing lisp/emacs-lisp/map-ynp.elc
Removing lisp/emacs-lisp/nadvice.elc
Removing lisp/emacs-lisp/regexp-opt.elc
Removing lisp/emacs-lisp/syntax.elc
Removing lisp/emacs-lisp/tabulated-list.elc
Removing lisp/emacs-lisp/timer.elc
Removing lisp/emacs-lock.elc
Removing lisp/env.elc
Removing lisp/epa-dired.elc
Removing lisp/epa-file.elc
Removing lisp/epa-hook.elc
Removing lisp/epa-mail.elc
Removing lisp/epa.elc
Removing lisp/epg-config.elc
Removing lisp/epg.elc
Removing lisp/erc/erc-loaddefs.el
Removing lisp/erc/erc-loaddefs.el~
Removing lisp/eshell/esh-groups.el
Removing lisp/eshell/esh-groups.el~
Removing lisp/expand.elc
Removing lisp/ezimage.elc
Removing lisp/face-remap.elc
Removing lisp/facemenu.elc
Removing lisp/faces.elc
Removing lisp/ffap.elc
Removing lisp/filecache.elc
Removing lisp/fileloop.elc
Removing lisp/filenotify.elc
Removing lisp/files-x.elc
Removing lisp/files.elc
Removing lisp/filesets.elc
Removing lisp/find-cmd.elc
Removing lisp/find-dired.elc
Removing lisp/find-file.elc
Removing lisp/find-lisp.elc
Removing lisp/finder.elc
Removing lisp/flow-ctrl.elc
Removing lisp/foldout.elc
Removing lisp/follow.elc
Removing lisp/font-core.elc
Removing lisp/font-lock.elc
Removing lisp/format-spec.elc
Removing lisp/format.elc
Removing lisp/forms.elc
Removing lisp/frame.elc
Removing lisp/frameset.elc
Removing lisp/fringe.elc
Removing lisp/generic-x.elc
Removing lisp/help-at-pt.elc
Removing lisp/help-fns.elc
Removing lisp/help-macro.elc
Removing lisp/help-mode.elc
Removing lisp/help.elc
Removing lisp/hex-util.elc
Removing lisp/hexl.elc
Removing lisp/hfy-cmap.elc
Removing lisp/hi-lock.elc
Removing lisp/hilit-chg.elc
Removing lisp/hippie-exp.elc
Removing lisp/hl-line.elc
Removing lisp/htmlfontify-loaddefs.el
Removing lisp/htmlfontify-loaddefs.el~
Removing lisp/htmlfontify.elc
Removing lisp/ibuf-ext.elc
Removing lisp/ibuf-macs.elc
Removing lisp/ibuffer-loaddefs.el
Removing lisp/ibuffer-loaddefs.el~
Removing lisp/ibuffer.elc
Removing lisp/icomplete.elc
Removing lisp/ido.elc
Removing lisp/ielm.elc
Removing lisp/iimage.elc
Removing lisp/image-dired.elc
Removing lisp/image-file.elc
Removing lisp/image-mode.elc
Removing lisp/image.elc
Removing lisp/imenu.elc
Removing lisp/indent.elc
Removing lisp/info-look.elc
Removing lisp/info-xref.elc
Removing lisp/info.elc
Removing lisp/informat.elc
Removing lisp/international/characters.elc
Removing lisp/international/charprop.el
Removing lisp/international/charscript.el
Removing lisp/international/charscript.elc
Removing lisp/international/cp51932.el
Removing lisp/international/cp51932.elc
Removing lisp/international/eucjp-ms.el
Removing lisp/international/eucjp-ms.elc
Removing lisp/international/fontset.elc
Removing lisp/international/iso-transl.elc
Removing lisp/international/mule-cmds.elc
Removing lisp/international/mule-conf.elc
Removing lisp/international/mule-util.elc
Removing lisp/international/mule.elc
Removing lisp/international/titdic-cnv.elc
Removing lisp/international/ucs-normalize.elc
Removing lisp/international/uni-bidi.el
Removing lisp/international/uni-brackets.el
Removing lisp/international/uni-category.el
Removing lisp/international/uni-combining.el
Removing lisp/international/uni-comment.el
Removing lisp/international/uni-decimal.el
Removing lisp/international/uni-decomposition.el
Removing lisp/international/uni-digit.el
Removing lisp/international/uni-lowercase.el
Removing lisp/international/uni-mirrored.el
Removing lisp/international/uni-name.el
Removing lisp/international/uni-numeric.el
Removing lisp/international/uni-old-name.el
Removing lisp/international/uni-special-lowercase.el
Removing lisp/international/uni-special-titlecase.el
Removing lisp/international/uni-special-uppercase.el
Removing lisp/international/uni-titlecase.el
Removing lisp/international/uni-uppercase.el
Removing lisp/isearch.elc
Removing lisp/isearchb.elc
Removing lisp/jit-lock.elc
Removing lisp/jka-cmpr-hook.elc
Removing lisp/jka-compr.elc
Removing lisp/json.elc
Removing lisp/jsonrpc.elc
Removing lisp/kermit.elc
Removing lisp/kmacro.elc
Removing lisp/language/burmese.elc
Removing lisp/language/cham.elc
Removing lisp/language/chinese.elc
Removing lisp/language/cyrillic.elc
Removing lisp/language/czech.elc
Removing lisp/language/english.elc
Removing lisp/language/ethiopic.elc
Removing lisp/language/european.elc
Removing lisp/language/georgian.elc
Removing lisp/language/greek.elc
Removing lisp/language/hebrew.elc
Removing lisp/language/indian.elc
Removing lisp/language/japanese.elc
Removing lisp/language/khmer.elc
Removing lisp/language/korean.elc
Removing lisp/language/lao.elc
Removing lisp/language/misc-lang.elc
Removing lisp/language/pinyin.el
Removing lisp/language/romanian.elc
Removing lisp/language/sinhala.elc
Removing lisp/language/slovak.elc
Removing lisp/language/tai-viet.elc
Removing lisp/language/thai.elc
Removing lisp/language/tibetan.elc
Removing lisp/language/utf-8-lang.elc
Removing lisp/language/vietnamese.elc
Removing lisp/leim/ja-dic/
Removing lisp/leim/leim-list.el
Removing lisp/leim/quail/4Corner.el
Removing lisp/leim/quail/ARRAY30.el
Removing lisp/leim/quail/CCDOSPY.el
Removing lisp/leim/quail/CTLau-b5.el
Removing lisp/leim/quail/CTLau.el
Removing lisp/leim/quail/ECDICT.el
Removing lisp/leim/quail/ETZY.el
Removing lisp/leim/quail/PY-b5.el
Removing lisp/leim/quail/PY.el
Removing lisp/leim/quail/Punct-b5.el
Removing lisp/leim/quail/Punct.el
Removing lisp/leim/quail/QJ-b5.el
Removing lisp/leim/quail/QJ.el
Removing lisp/leim/quail/SW.el
Removing lisp/leim/quail/TONEPY.el
Removing lisp/leim/quail/ZIRANMA.el
Removing lisp/leim/quail/ZOZY.el
Removing lisp/leim/quail/quick-b5.el
Removing lisp/leim/quail/quick-cns.el
Removing lisp/leim/quail/tsang-b5.el
Removing lisp/leim/quail/tsang-cns.el
Removing lisp/linum.elc
Removing lisp/loaddefs.el
Removing lisp/loaddefs.el~
Removing lisp/loadhist.elc
Removing lisp/locate.elc
Removing lisp/lpr.elc
Removing lisp/ls-lisp.elc
Removing lisp/macros.elc
Removing lisp/mail/rmail-loaddefs.el
Removing lisp/mail/rmail-loaddefs.el~
Removing lisp/makesum.elc
Removing lisp/man.elc
Removing lisp/master.elc
Removing lisp/mb-depth.elc
Removing lisp/md4.elc
Removing lisp/menu-bar.elc
Removing lisp/mh-e/mh-loaddefs.el
Removing lisp/mh-e/mh-loaddefs.el~
Removing lisp/midnight.elc
Removing lisp/minibuf-eldef.elc
Removing lisp/minibuffer.elc
Removing lisp/misc.elc
Removing lisp/misearch.elc
Removing lisp/mouse-copy.elc
Removing lisp/mouse-drag.elc
Removing lisp/mouse.elc
Removing lisp/mpc.elc
Removing lisp/msb.elc
Removing lisp/mwheel.elc
Removing lisp/net/tramp-loaddefs.el
Removing lisp/net/tramp-loaddefs.el~
Removing lisp/newcomment.elc
Removing lisp/notifications.elc
Removing lisp/novice.elc
Removing lisp/obarray.elc
Removing lisp/org/org-loaddefs.el
Removing lisp/org/org-loaddefs.el~
Removing lisp/outline.elc
Removing lisp/paren.elc
Removing lisp/password-cache.elc
Removing lisp/pcmpl-cvs.elc
Removing lisp/pcmpl-gnu.elc
Removing lisp/pcmpl-linux.elc
Removing lisp/pcmpl-rpm.elc
Removing lisp/pcmpl-unix.elc
Removing lisp/pcmpl-x.elc
Removing lisp/pcomplete.elc
Removing lisp/pixel-scroll.elc
Removing lisp/plstore.elc
Removing lisp/printing.elc
Removing lisp/proced.elc
Removing lisp/profiler.elc
Removing lisp/progmodes/elisp-mode.elc
Removing lisp/progmodes/prog-mode.elc
Removing lisp/ps-bdf.elc
Removing lisp/ps-def.elc
Removing lisp/ps-mule.elc
Removing lisp/ps-print-loaddefs.el
Removing lisp/ps-print-loaddefs.el~
Removing lisp/ps-print.elc
Removing lisp/ps-samp.elc
Removing lisp/recentf.elc
Removing lisp/rect.elc
Removing lisp/register.elc
Removing lisp/registry.elc
Removing lisp/repeat.elc
Removing lisp/replace.elc
Removing lisp/reposition.elc
Removing lisp/reveal.elc
Removing lisp/rfn-eshadow.elc
Removing lisp/rot13.elc
Removing lisp/rtree.elc
Removing lisp/ruler-mode.elc
Removing lisp/savehist.elc
Removing lisp/saveplace.elc
Removing lisp/scroll-all.elc
Removing lisp/scroll-bar.elc
Removing lisp/scroll-lock.elc
Removing lisp/select.elc
Removing lisp/server.elc
Removing lisp/ses.elc
Removing lisp/shadowfile.elc
Removing lisp/shell.elc
Removing lisp/simple.elc
Removing lisp/skeleton.elc
Removing lisp/so-long.elc
Removing lisp/sort.elc
Removing lisp/soundex.elc
Removing lisp/speedbar.elc
Removing lisp/startup.elc
Removing lisp/strokes.elc
Removing lisp/subdirs.el
Removing lisp/subr.elc
Removing lisp/svg.elc
Removing lisp/t-mouse.elc
Removing lisp/tab-bar.elc
Removing lisp/tab-line.elc
Removing lisp/tabify.elc
Removing lisp/talk.elc
Removing lisp/tar-mode.elc
Removing lisp/tempo.elc
Removing lisp/term.elc
Removing lisp/term/common-win.elc
Removing lisp/term/internal.elc
Removing lisp/term/ns-win.elc
Removing lisp/term/pc-win.elc
Removing lisp/term/tty-colors.elc
Removing lisp/term/w32-win.elc
Removing lisp/term/x-win.elc
Removing lisp/textmodes/fill.elc
Removing lisp/textmodes/page.elc
Removing lisp/textmodes/paragraphs.elc
Removing lisp/textmodes/reftex-loaddefs.el
Removing lisp/textmodes/reftex-loaddefs.el~
Removing lisp/textmodes/text-mode.elc
Removing lisp/thingatpt.elc
Removing lisp/thread.elc
Removing lisp/thumbs.elc
Removing lisp/time-stamp.elc
Removing lisp/time.elc
Removing lisp/timezone.elc
Removing lisp/tmm.elc
Removing lisp/tool-bar.elc
Removing lisp/tooltip.elc
Removing lisp/tree-widget.elc
Removing lisp/tutorial.elc
Removing lisp/type-break.elc
Removing lisp/uniquify.elc
Removing lisp/userlock.elc
Removing lisp/vc/ediff-hook.elc
Removing lisp/vc/vc-hooks.elc
Removing lisp/vcursor.elc
Removing lisp/version.elc
Removing lisp/view.elc
Removing lisp/vt-control.elc
Removing lisp/vt100-led.elc
Removing lisp/w32-fns.elc
Removing lisp/w32-vars.elc
Removing lisp/wdired.elc
Removing lisp/whitespace.elc
Removing lisp/wid-browse.elc
Removing lisp/wid-edit.elc
Removing lisp/widget.elc
Removing lisp/windmove.elc
Removing lisp/window.elc
Removing lisp/winner.elc
Removing lisp/woman.elc
Removing lisp/x-dnd.elc
Removing lisp/xdg.elc
Removing lisp/xml.elc
Removing lisp/xt-mouse.elc
Removing lisp/xwidget.elc
Removing lwlib/Makefile
Removing nextstep/Makefile
Removing nt/Makefile
Removing oldXMenu/Makefile
Removing src/Makefile
Removing src/TAGS
Removing src/alloc.o
Removing src/atimer.o
Removing src/bidi.o
Removing src/bignum.o
Removing src/bootstrap-emacs
Removing src/bootstrap-emacs.pdmp
Removing src/buffer.o
Removing src/buildobj.h
Removing src/bytecode.o
Removing src/callint.o
Removing src/callproc.o
Removing src/casefiddle.o
Removing src/casetab.o
Removing src/category.o
Removing src/ccl.o
Removing src/character.o
Removing src/charset.o
Removing src/chartab.o
Removing src/cm.o
Removing src/cmds.o
Removing src/coding.o
Removing src/composite.o
Removing src/config.h
Removing src/config.in
Removing src/config.in~
Removing src/data.o
Removing src/dbusbind.o
Removing src/decompress.o
Removing src/deps/
Removing src/dired.o
Removing src/dispnew.o
Removing src/doc.o
Removing src/doprnt.o
Removing src/dynlib.o
Removing src/editfns.o
Removing src/emacs
Removing src/emacs-28.0.50.1
Removing src/emacs-28.0.50.1.pdmp
Removing src/emacs-module.h
Removing src/emacs-module.o
Removing src/emacs.o
Removing src/emacs.pdmp
Removing src/emacsgtkfixed.o
Removing src/epaths.h
Removing src/eval.o
Removing src/fileio.o
Removing src/filelock.o
Removing src/floatfns.o
Removing src/fns.o
Removing src/font.o
Removing src/fontset.o
Removing src/frame.o
Removing src/fringe.o
Removing src/ftcrfont.o
Removing src/ftfont.o
Removing src/gl-stamp
Removing src/globals.h
Removing src/gnutls.o
Removing src/gtkutil.o
Removing src/hbfont.o
Removing src/image.o
Removing src/indent.o
Removing src/inotify.o
Removing src/insdel.o
Removing src/intervals.o
Removing src/json.o
Removing src/keyboard.o
Removing src/keymap.o
Removing src/lastfile.o
Removing src/lcms.o
Removing src/lisp.mk
Removing src/lread.o
Removing src/macros.o
Removing src/marker.o
Removing src/menu.o
Removing src/minibuf.o
Removing src/pdumper.o
Removing src/print.o
Removing src/process.o
Removing src/profiler.o
Removing src/regex-emacs.o
Removing src/region-cache.o
Removing src/scroll.o
Removing src/search.o
Removing src/sound.o
Removing src/syntax.o
Removing src/sysdep.o
Removing src/systhread.o
Removing src/temacs
Removing src/term.o
Removing src/terminal.o
Removing src/terminfo.o
Removing src/textprop.o
Removing src/thread.o
Removing src/timefns.o
Removing src/undo.o
Removing src/window.o
Removing src/xdisp.o
Removing src/xfaces.o
Removing src/xfns.o
Removing src/xfont.o
Removing src/xgselect.o
Removing src/xmenu.o
Removing src/xml.o
Removing src/xrdb.o
Removing src/xselect.o
Removing src/xsettings.o
Removing src/xsmfns.o
Removing src/xterm.o
Removing test/Makefile
08:17:48 raman-glaptop emacs $

did a git s and git -xdf clean in my broken build.

Dmitry Gutov writes:
 > On 12.01.2021 14:36, Lars Ingebrigtsen wrote:
 > > It'd be nice if "make bootstrap" was more reliable -- do you happen to
 > > know what the files that 'git clean -xdf' removed that bootstrap missed
 > > were?
 > 
 > I don't, sorry. Will try to make note next time it happens.
 > 
 > Perhaps T.V. Raman could help with that now?

-- 
♉Id: kg:/m/0285kf1  🦮♉

--
♉Id: kg:/m/0285kf1  🦮♉



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

* Re: Build Broken?
  2021-01-12 15:27     ` Eli Zaretskii
@ 2021-01-12 16:20       ` Dmitry Gutov
  2021-01-12 16:34         ` Lars Ingebrigtsen
  2021-01-12 16:55         ` Eli Zaretskii
  0 siblings, 2 replies; 17+ messages in thread
From: Dmitry Gutov @ 2021-01-12 16:20 UTC (permalink / raw)
  To: Eli Zaretskii, Lars Ingebrigtsen; +Cc: raman, emacs-devel

On 12.01.2021 17:27, Eli Zaretskii wrote:
> Running "make extraclean" after "make bootstrap-clean" should tell
> you, I think.

'make extraclean' didn't help me back then (last week).

Only 'git clean -xdf' did.



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

* Re: Build Broken?
  2021-01-12 16:19       ` T.V Raman via Emacs development discussions.
@ 2021-01-12 16:33         ` Lars Ingebrigtsen
  2021-01-12 16:58           ` T.V Raman via Emacs development discussions.
  0 siblings, 1 reply; 17+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-12 16:33 UTC (permalink / raw)
  To: T.V Raman; +Cc: emacs-devel, dgutov

"T.V Raman" <raman@google.com> writes:

> Here you go:
> git s
> ?? lisp/cedet/semantic/wisent/java-tags-wy.el
> ?? lisp/cedet/srecode/srecode-template-wy.el

Hm...  that's odd?  I wonder where those files came from -- they're not
present in my tree.  And presumably those are the ones that are failing?

> 08:17:36 raman-glaptop emacs $ git clean -xdf 
[...]
> Removing lisp/calc/calc-trail.elc
> Removing lisp/calc/calc-undo.elc
> Removing lisp/calc/calc-units.elc

This can't be after a bootstrap-clean, though, because it would have
removed those files.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Build Broken?
  2021-01-12 16:20       ` Dmitry Gutov
@ 2021-01-12 16:34         ` Lars Ingebrigtsen
  2021-01-12 17:02           ` Dmitry Gutov
  2021-01-12 16:55         ` Eli Zaretskii
  1 sibling, 1 reply; 17+ messages in thread
From: Lars Ingebrigtsen @ 2021-01-12 16:34 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: Eli Zaretskii, raman, emacs-devel

Dmitry Gutov <dgutov@yandex.ru> writes:

> 'make extraclean' didn't help me back then (last week).
>
> Only 'git clean -xdf' did.

If I do the latter after the former, nothing is removed here now, so
perhaps that was the mysterious java-tags-wy.el file, too?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no



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

* Re: Build Broken?
  2021-01-12 16:20       ` Dmitry Gutov
  2021-01-12 16:34         ` Lars Ingebrigtsen
@ 2021-01-12 16:55         ` Eli Zaretskii
  1 sibling, 0 replies; 17+ messages in thread
From: Eli Zaretskii @ 2021-01-12 16:55 UTC (permalink / raw)
  To: Dmitry Gutov; +Cc: larsi, raman, emacs-devel

> Cc: emacs-devel@gnu.org, raman@google.com
> From: Dmitry Gutov <dgutov@yandex.ru>
> Date: Tue, 12 Jan 2021 18:20:26 +0200
> 
> On 12.01.2021 17:27, Eli Zaretskii wrote:
> > Running "make extraclean" after "make bootstrap-clean" should tell
> > you, I think.
> 
> 'make extraclean' didn't help me back then (last week).
> 
> Only 'git clean -xdf' did.

That'd mean "make extraclean" needs some files added to it.



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

* Re: Build Broken?
  2021-01-12 16:33         ` Lars Ingebrigtsen
@ 2021-01-12 16:58           ` T.V Raman via Emacs development discussions.
  0 siblings, 0 replies; 17+ messages in thread
From: T.V Raman via Emacs development discussions. @ 2021-01-12 16:58 UTC (permalink / raw)
  To: larsi; +Cc: dgutov, emacs-devel, raman

I  believe they must be generated during the build process. Nuke  them
via git -xdf clean and make works, no bootstrap needed.

Lars Ingebrigtsen writes:
 > "T.V Raman" <raman@google.com> writes:
 > 
 > > Here you go:
 > > git s
 > > ?? lisp/cedet/semantic/wisent/java-tags-wy.el
 > > ?? lisp/cedet/srecode/srecode-template-wy.el
 > 
 > Hm...  that's odd?  I wonder where those files came from -- they're not
 > present in my tree.  And presumably those are the ones that are failing?
 > 
 > > 08:17:36 raman-glaptop emacs $ git clean -xdf 
 > [...]
 > > Removing lisp/calc/calc-trail.elc
 > > Removing lisp/calc/calc-undo.elc
 > > Removing lisp/calc/calc-units.elc
 > 
 > This can't be after a bootstrap-clean, though, because it would have
 > removed those files.
 > 
 > -- 
 > (domestic pets only, the antidote for overdose, milk.)
 >    bloggy blog: http://lars.ingebrigtsen.no

-- 
♉Id: kg:/m/0285kf1  🦮♉

--
♉Id: kg:/m/0285kf1  🦮♉



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

* Re: Build Broken?
  2021-01-12 16:34         ` Lars Ingebrigtsen
@ 2021-01-12 17:02           ` Dmitry Gutov
  2021-01-12 17:12             ` T.V Raman via Emacs development discussions.
  0 siblings, 1 reply; 17+ messages in thread
From: Dmitry Gutov @ 2021-01-12 17:02 UTC (permalink / raw)
  To: Lars Ingebrigtsen; +Cc: Eli Zaretskii, raman, emacs-devel

On 12.01.2021 18:34, Lars Ingebrigtsen wrote:
> If I do the latter after the former, nothing is removed here now, so
> perhaps that was the mysterious java-tags-wy.el file, too?

My error message was about semantic/bovine something, but I don't 
remember "java" in it. Sorry I can't be of more help.



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

* Re: Build Broken?
  2021-01-12 17:02           ` Dmitry Gutov
@ 2021-01-12 17:12             ` T.V Raman via Emacs development discussions.
  0 siblings, 0 replies; 17+ messages in thread
From: T.V Raman via Emacs development discussions. @ 2021-01-12 17:12 UTC (permalink / raw)
  To: dgutov; +Cc: larsi, raman, eliz, emacs-devel

It's definitely semantic/bovine --- and something java/javascript
related  in the grammar generation

Dmitry Gutov writes:
 > On 12.01.2021 18:34, Lars Ingebrigtsen wrote:
 > > If I do the latter after the former, nothing is removed here now, so
 > > perhaps that was the mysterious java-tags-wy.el file, too?
 > 
 > My error message was about semantic/bovine something, but I don't 
 > remember "java" in it. Sorry I can't be of more help.

-- 
♉Id: kg:/m/0285kf1  🦮♉

--
♉Id: kg:/m/0285kf1  🦮♉



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

* Build Broken?
@ 2021-06-02  0:45 T.V Raman
  0 siblings, 0 replies; 17+ messages in thread
From: T.V Raman @ 2021-06-02  0:45 UTC (permalink / raw)
  To: emacs-devel

Debian Linux

Seeing this breakage for the first time:

In file included from keyboard.h:27,
                 from dispnew.c:33:
xterm.h:88:10: fatal error: X11/Xlib-xcb.h: No such file or directory
   88 | #include <X11/Xlib-xcb.h>
      |          ^~~~~~~~~~~~~~~~
compilation terminated.
-- 

Thanks,

--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1  🦮

--

Thanks,

--Raman(I Search, I Find, I Misplace, I Research)
♉ Id: kg:/m/0285kf1  🦮



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

end of thread, other threads:[~2021-06-02  0:45 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-12  3:22 Build Broken? T.V Raman
2021-01-12 12:14 ` Lars Ingebrigtsen
2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
2021-01-12 12:28 ` Dmitry Gutov
2021-01-12 12:36   ` Lars Ingebrigtsen
2021-01-12 14:00     ` Dmitry Gutov
2021-01-12 16:19       ` T.V Raman via Emacs development discussions.
2021-01-12 16:33         ` Lars Ingebrigtsen
2021-01-12 16:58           ` T.V Raman via Emacs development discussions.
2021-01-12 15:27     ` Eli Zaretskii
2021-01-12 16:20       ` Dmitry Gutov
2021-01-12 16:34         ` Lars Ingebrigtsen
2021-01-12 17:02           ` Dmitry Gutov
2021-01-12 17:12             ` T.V Raman via Emacs development discussions.
2021-01-12 16:55         ` Eli Zaretskii
2021-01-12 16:16   ` T.V Raman via Emacs development discussions.
  -- strict thread matches above, loose matches on Subject: below --
2021-06-02  0:45 T.V Raman

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

	https://git.savannah.gnu.org/cgit/emacs.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).