emacs-orgmode@gnu.org archives
 help / color / mirror / code / Atom feed
From: Bernt Hansen <bernt@norang.ca>
To: Carsten Dominik <carsten.dominik@gmail.com>
Cc: emacs-orgmode@gnu.org
Subject: Re: Org-mode version 6.32trans (release_6.32b.20.g8a25); Make fails this morning
Date: Thu, 29 Oct 2009 11:53:24 -0400	[thread overview]
Message-ID: <87k4yegpsb.fsf@gollum.intra.norang.ca> (raw)
In-Reply-To: <0F845C97-DFB0-4B22-A3A7-3FE0E40C5D37@gmail.com> (Carsten Dominik's message of "Thu\, 29 Oct 2009 16\:28\:45 +0100")

That fixed it -- thanks!

-Bernt


Carsten Dominik <carsten.dominik@gmail.com> writes:

> Hmmmm,
>
> I am not sure if this function is new in a recent Emacs?
>
> Please try again, I am now protecting against non-existence of this
> function.
>
> - Carsten
>
> On Oct 29, 2009, at 3:27 PM, Bernt Hansen wrote:
>
>> This still breaks
>>
>> -Bernt
>>
>> --8<---------------cut here---------------start------------->8---
>> bernt@gollum:~/git/org-mode$ git describe
>> release_6.32b-22-gfbe1b2c
>> bernt@gollum:~/git/org-mode$ /tmp/bisect.sh
>> make cleanelc
>> make[1]: Entering directory `/home/bernt/git/org-mode'
>> rm -f lisp/org.elc lisp/org-agenda.elc lisp/org-ascii.elc lisp/org- 
>> attach.elc lisp/org-archive.elc lisp/org-bbdb.elc lisp/org- 
>> bibtex.elc lisp/org-clock.elc lisp/org-colview.elc lisp/org-colview- 
>> xemacs.elc lisp/org-compat.elc lisp/org-crypt.elc lisp/org-exp.elc
>> lisp/org-exp-blocks.elc lisp/org-docbook.elc lisp/org-faces.elc
>> lisp/ org-feed.elc lisp/org-footnote.elc lisp/org-gnus.elc lisp/org- 
>> habit.elc lisp/org-html.elc lisp/org-icalendar.elc lisp/org-id.elc
>> lisp/org-indent.elc lisp/org-info.elc lisp/org-inlinetask.elc lisp/
>> org-jsinfo.elc lisp/org-irc.elc lisp/org-latex.elc lisp/org-list.elc
>> lisp/org-mac-message.elc lisp/org-macs.elc lisp/org-mew.elc
>> lisp/org- 
>> mhe.elc lisp/org-mobile.elc lisp/org-mouse.elc lisp/org-publish.elc
>> lisp/org-plot.elc lisp/org-protocol.elc lisp/org-remember.elc lisp/
>> org-rmail.elc lisp/org-src.elc lisp/org-table.elc lisp/org-timer.elc
>> lisp/org-vm.elc lisp/org-w3m.elc lisp/org-wl.elc lisp/org-xoxo.elc
>> lisp/org-install.elc
>> make[1]: Leaving directory `/home/bernt/git/org-mode'
>> make cleandoc
>> make[1]: Entering directory `/home/bernt/git/org-mode'
>> (cd doc; rm -f org.pdf org org.html orgcard.pdf orgcard.ps)
>> (cd doc; rm -f *.aux *.cp *.cps *.dvi *.fn *.fns *.ky *.kys *.pg
>> *.pgs)
>> (cd doc; rm -f *.toc *.tp *.tps *.vr *.vrs *.log *.html *.ps)
>> (cd doc; rm -f orgcard_letter.tex orgcard_letter.pdf)
>> (cd doc; rm -rf manual)
>> make[1]: Leaving directory `/home/bernt/git/org-mode'
>> make cleanrel
>> make[1]: Entering directory `/home/bernt/git/org-mode'
>> rm -rf RELEASEDIR
>> rm -rf org-6.*
>> rm -rf org-6*zip org-6*tar.gz org-snapshot*
>> make[1]: Leaving directory `/home/bernt/git/org-mode'
>> rm -f *~ */*~ */*/*~
>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>> load- 
>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>> load- 
>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>> org.el
>>
>> In end of data:
>> org.el:17521:1:Warning: the following functions might not be defined
>> at
>>    runtime: calendar-forward-day, parse-time-string, calendar-goto- 
>> date,
>>    calendar-goto-today
>> org.el:17521:1:Warning: the following functions are not known to be
>> defined:
>>    table--at-cell-p, org-clock-update-mode-line, org-default-export- 
>> plist,
>>    org-infile-export-plist, org-clock-save-markers-for-cut-and-paste,
>>    org-agenda-save-markers-for-cut-and-paste, dired-get-filename,
>>    org-id-store-link, iswitchb-read-buffer, org-agenda-copy-local- 
>> variable,
>>    org-gnus-follow-link, org-inlinetask-remove-END-maybe,
>>    org-get-current-options, org-agenda-skip, org-format-agenda-item,
>>    org-agenda-new-marker, org-agenda-change-all-lines,
>>    org-columns-number-to-string, org-columns-get-format-and-top-level,
>>    org-columns-compute, calendar-absolute-from-iso,
>>    calendar-iso-from-absolute, org-id-locations-save, org-id- 
>> locations-load,
>>    cdlatex-tab, beginning-of-visual-line,
>> org-agenda-set-restriction- 
>> lock,
>>    speedbar-line-directory, org-agenda-maybe-redo
>> Wrote /home/bernt/git/org-mode/lisp/org.elc
>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>> load- 
>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>> load- 
>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>> org-agenda.el
>>
>> In toplevel form:
>> lisp/org-agenda.el:33:1:Error: Symbol's function definition is void:
>> abbrev-table-put
>> make: *** [lisp/org-agenda.elc] Error 1
>> bernt@gollum:~/git/org-mode$
>> --8<---------------cut here---------------end--------------->8---
>>
>> Carsten Dominik <carsten.dominik@gmail.com> writes:
>>
>>> Fixed, thanks
>>>
>>> - Carsten
>>>
>>> On Oct 29, 2009, at 2:38 PM, Bernt Hansen wrote:
>>>
>>>>
>>>> Remember to cover the basics, that is, what you expected to happen
>>>> and
>>>> what in fact did happen.  You don't know how to make a good report?
>>>> See
>>>>
>>>>    http://orgmode.org/manual/Feedback.html#Feedback
>>>>
>>>> Your bug report will be posted to the Org-mode mailing list.
>>>> ------------------------------------------------------------------------
>>>>
>>>> Make fails to build this morning.
>>>>
>>>> On commit release_6.32b-20-g8a2566c
>>>>
>>>> $ make clean
>>>> $ make
>>>>
>>>> fails with the following output
>>>>
>>>> --8<---------------cut here---------------start------------->8---
>>>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>>>> load-
>>>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>>>> load-
>>>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>>>> org.el
>>>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>>>> load-
>>>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>>>> load-
>>>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>>>> org-agenda.el
>>>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>>>> load-
>>>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>>>> load-
>>>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>>>> org-ascii.el
>>>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>>>> load-
>>>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>>>> load-
>>>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>>>> org-attach.el
>>>> emacs -batch -q -no-site-file -eval "(progn (add-to-list (quote
>>>> load-
>>>> path) \"/usr/local/share/emacs/site-lisp\") (add-to-list (quote
>>>> load-
>>>> path) (expand-file-name \"./lisp/\")))" -f batch-byte-compile lisp/
>>>> org-archive.el
>>>>
>>>> In toplevel form:
>>>> lisp/org-archive.el:33:1:Error: Symbol's function definition is
>>>> void: abbrev-table-put
>>>> make: *** [lisp/org-archive.elc] Error 1
>>>> make: *** Waiting for unfinished jobs....
>>>>
>>>> In toplevel form:
>>>> lisp/org-agenda.el:33:1:Error: Symbol's function definition is void:
>>>> abbrev-table-put
>>>> make: *** [lisp/org-agenda.elc] Error 1
>>>>
>>>> In toplevel form:
>>>> lisp/org-attach.el:43:1:Error: Symbol's function definition is void:
>>>> abbrev-table-put
>>>> make: *** [lisp/org-attach.elc] Error 1
>>>>
>>>> In toplevel form:
>>>> lisp/org-ascii.el:29:1:Error: Symbol's function definition is void:
>>>> abbrev-table-put
>>>> make: *** [lisp/org-ascii.elc] Error 1
>>>>
>>>> In end of data:
>>>> org.el:17520:1:Warning: the following functions might not be defined
>>>> at
>>>>   runtime: calendar-forward-day, parse-time-string, calendar-goto-
>>>> date,
>>>>   calendar-goto-today
>>>> org.el:17520:1:Warning: the following functions are not known to be
>>>> defined:
>>>>   table--at-cell-p, org-clock-update-mode-line, abbrev-table-put,
>>>>   org-default-export-plist, org-infile-export-plist,
>>>>   org-clock-save-markers-for-cut-and-paste,
>>>>   org-agenda-save-markers-for-cut-and-paste, dired-get-filename,
>>>>   org-id-store-link, iswitchb-read-buffer, org-agenda-copy-local-
>>>> variable,
>>>>   org-gnus-follow-link, org-inlinetask-remove-END-maybe,
>>>>   org-get-current-options, org-agenda-skip, org-format-agenda-item,
>>>>   org-agenda-new-marker, org-agenda-change-all-lines,
>>>>   org-columns-number-to-string, org-columns-get-format-and-top- 
>>>> level,
>>>>   org-columns-compute, calendar-absolute-from-iso,
>>>>   calendar-iso-from-absolute, org-id-locations-save, org-id-
>>>> locations-load,
>>>>   cdlatex-tab, beginning-of-visual-line,
>>>> org-agenda-set-restriction-
>>>> lock,
>>>>   speedbar-line-directory, org-agenda-maybe-redo
>>>> Wrote /home/bernt/git/org-mode/lisp/org.elc
>>>> --8<---------------cut here---------------end--------------->8---
>>>>
>>>> ,----[ bisect.sh ]
>>>> | #!/bin/sh
>>>> | make clean
>>>> | make
>>>> `----
>>>>
>>>> bernt@gollum:~/git/org-mode$ git bisect start master 037b
>>>> bernt@gollum:~/git/org-mode$ git bisect run /tmp/bisect.sh
>>>>
>>>> Identifies the following commit
>>>>
>>>> 8a2566cad86780140c92ea4fe1b6b2b98eaaef9d is the first bad commit
>>>> commit 8a2566cad86780140c92ea4fe1b6b2b98eaaef9d
>>>> Author: Carsten Dominik <carsten.dominik@gmail.com>
>>>> Date:   Thu Oct 29 12:48:27 2009 +0100
>>>>
>>>>   Use text-mode-abbrev-table as parent for the table in Org-mode
>>>>
>>>>   Patch from Leo
>>>>
>>>> :040000 040000 796c6d311fc1cacfaa86dc0252bc4df49f89592a
>>>> e85825d84de42e881230d52f7295a26510a66e88 M	lisp
>>>> bisect run success
>>>> bernt@gollum:~/git/org-mode$
>>>>
>>>>
>>>> Emacs  : GNU Emacs 22.2.1 (i486-pc-linux-gnu, GTK+ Version 2.12.11)
>>>> of 2008-11-09 on raven, modified by Debian
>>>> Package: Org-mode version 6.32trans (release_6.32b.20.g8a25)
>>>>
>>>> -Bernt
>>>>
>>>>
>>>> _______________________________________________
>>>> Emacs-orgmode mailing list
>>>> Remember: use `Reply All' to send replies to the list.
>>>> Emacs-orgmode@gnu.org
>>>> http://lists.gnu.org/mailman/listinfo/emacs-orgmode
>>>
>>> - Carsten
>
> - Carsten

      reply	other threads:[~2009-10-29 15:53 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-10-29 13:38 Org-mode version 6.32trans (release_6.32b.20.g8a25); Make fails this morning Bernt Hansen
2009-10-29 14:22 ` Carsten Dominik
2009-10-29 14:27   ` Bernt Hansen
2009-10-29 15:28     ` Carsten Dominik
2009-10-29 15:53       ` Bernt Hansen [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.orgmode.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87k4yegpsb.fsf@gollum.intra.norang.ca \
    --to=bernt@norang.ca \
    --cc=carsten.dominik@gmail.com \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

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