FS#39295 - [emacs-w3m] build fails

Attached to Project: Community Packages
Opened by Joel Teichroeb (klusark) - Monday, 10 March 2014, 16:26 GMT
Last edited by Sergej Pupykin (sergej) - Friday, 30 May 2014, 12:41 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sergej Pupykin (sergej)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

In w3m-ccl-write-repeat:
w3m-ccl.el:94:13:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:81:24:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:90:17:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:95:18:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:101:17:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:111:17:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:114:17:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:118:17:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:131:16:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:143:16:Warning: `charset-id' is an obsolete function (as of 23.1).
w3m-ccl.el:152:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon. See (elisp)Backquote in the manual.
w3m-ccl.el:176:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon. See (elisp)Backquote in the manual.
w3m-ccl.el:180:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon. See (elisp)Backquote in the manual.
w3m-ccl.el:197:1:Warning: !! The file uses old-style backquotes !!
This functionality has been obsolete for more than 10 years already
and will be removed soon. See (elisp)Backquote in the manual.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-ccl.elc

In toplevel form:
w3m-cookie.el:44:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version
Loading `doc/ptexinfmt.el': old-style backquotes detected!

In toplevel form:
w3m-dtree.el:34:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version
Wrong number of arguments: put, 2
`labels' is an obsolete macro (as of 24.3); use `cl-labels' instead.
Makefile:45: recipe for target 'emacs-w3m-ja.info' failed
make[1]: *** [emacs-w3m-ja.info] Error 255
make[1]: *** Waiting for unfinished jobs....

In w3m-favicon-retrieve:
w3m-favicon.el:255:52:Warning: `labels' is an obsolete macro (as of 24.3); use
`cl-labels' instead.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-favicon.elc

In toplevel form:
w3m-filter.el:40:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In toplevel form:
w3m-form.el:45:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In w3m-history-store-position:
w3m-hist.el:633:39:Warning: `interactive-p' is an obsolete function (as of
23.2); use `called-interactively-p' instead.

In w3m-history-restore-position:
w3m-hist.el:650:19:Warning: `interactive-p' is an obsolete function (as of
23.2); use `called-interactively-p' instead.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-hist.elc

In w3m-imagick-start-convert-data:
w3m-image.el:114:69:Warning: `labels' is an obsolete macro (as of 24.3); use
`cl-labels' instead.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-image.elc

In toplevel form:
w3m-lnum.el:43:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In toplevel form:
w3m-namazu.el:53:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In toplevel form:
w3m-perldoc.el:34:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In w3m-rss-parse-date-string:
w3m-rss.el:111:24:Warning: `labels' is an obsolete macro (as of 24.3); use
`cl-labels' instead.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-rss.elc

In toplevel form:
w3m-search.el:41:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In end of data:
w3m-symbol.el:214:1:Warning: the function `w3m-mule-unicode-p' is not known to
be defined.
Wrote /build/emacs-w3m/src/emacs-w3m-1.4.4/w3m-symbol.elc

In toplevel form:
w3m-tabmenu.el:40:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In toplevel form:
w3m-weather.el:46:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version

In toplevel form:
w3m.el:86:1:Error: Emacs-w3m of this version does not support Emacs 24; try the development version
Formatting emacs-w3m.texi using makeinfo...done
make[1]: Leaving directory '/build/emacs-w3m/src/emacs-w3m-1.4.4/doc'
Makefile:43: recipe for target 'info' failed
make: *** [info] Error 2
==> ERROR: A failure occurred in build().
Aborting...


Steps to reproduce:
sudo extra-x86_64-build
This task depends upon

Closed by  Sergej Pupykin (sergej)
Friday, 30 May 2014, 12:41 GMT
Reason for closing:  Won't fix
Additional comments about closing:  removed - use emacs-w3m-cvs

Loading...