Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 176991 - app-accessibility/emacspeak-26.0 Version Bump
Summary: app-accessibility/emacspeak-26.0 Version Bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: William Hubbs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-05-04 05:35 UTC by Zachary Kline
Modified: 2008-01-13 16:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zachary Kline 2007-05-04 05:35:59 UTC
Just a version bump request, as Emacspeak 26.0 was released recently.

Reproducible: Always
Comment 1 William Hubbs gentoo-dev 2007-05-20 16:23:33 UTC
I am looking into this.  However, I am getting the following error when compiling:

test -f  lisp/emacspeak-loaddefs.el || make config
cd lisp; make  SRC=/home/wdh/work/emacspeak-26.0
make[1]: Entering directory `/home/wdh/work/emacspeak-26.0/lisp'
emacs -batch -q -no-site-file   -eval '(setq vc-handled-backends nil)'  -l /home/wdh/work/emacspeak-26.0/lisp/emacspeak-load-path.el -l /home/wdh/work/emacspeak-26.0/lisp/emacspeak-loaddefs.el -l /home/wdh/work/emacspeak-26.0/lisp/emacspeak-cus-load.el  -f batch-byte-compile emacspeak-url-template.el
While compiling toplevel forms in file /home/wdh/work/emacspeak-26.0/lisp/emacspeak-url-template.el:
  !! File error (("Cannot open load file" "url"))
Done
make[1]: *** [emacspeak-url-template.elc] Error 1
make[1]: Leaving directory `/home/wdh/work/emacspeak-26.0/lisp'
make: *** [emacspeak] Error 2

Comment 2 Zachary Kline 2007-05-20 16:50:28 UTC
This package requires the Emacspeak URL handling library to be installed--something which Gentoo does not seem to provide.  I am not sure why previous versions did not.
Comment 3 William Hubbs gentoo-dev 2007-06-23 17:11:35 UTC
I have submitted patches upstream which fix the issues you discussed on the gentoo-accessibility mailing list.  Namely the following:

- emacspeak-26 has support for espeak, but does not include it in the tarball.
- the tclespeak.cpp file does not compile.
- emacspeak-26 does not run under tcl/tclx 8.4.

These have a good chance of being included in the official distribution.  Once this is done, I will create an svn snapshot and an ebuild for it.
Comment 4 William Hubbs gentoo-dev 2008-01-13 16:21:53 UTC
I have bumped emacspeak to the latest upstream version which is 27.0.

Upstream is still using tcl/tclx 8.3, but I applied a patch to convert to 8.4 for gentoo.  I will submit this to upstream.

Thanks for your patience regarding me getting this into the tree. :-)