Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 194499

Summary: app-text/itex2mml-1.3.5 - new ebuild
Product: Gentoo Linux Reporter: Jiri Tyr <jiri.tyr>
Component: New packagesAssignee: Default Assignee for New Packages <maintainer-wanted>
Status: RESOLVED FIXED    
Severity: enhancement CC: tex
Priority: High Keywords: EBUILD
Version: 2007.0   
Hardware: All   
OS: Linux   
Whiteboard: sunrise suggested
Package list:
Runtime testing required: ---
Attachments: itex2mml-1.2.5a.ebuild
itex2mml-1.3.5.ebuild

Description Jiri Tyr 2007-10-02 12:43:38 UTC
Itex2MML is WEB page with embedded LaTeX into XHTML and MathML converter, suitable for viewing with Mozilla.
Comment 1 Jiri Tyr 2007-10-02 12:44:35 UTC
Created attachment 132387 [details]
itex2mml-1.2.5a.ebuild

Ebuild for app-text/itex2mml-1.2.5a.
Comment 2 Jiri Tyr 2008-03-05 19:01:55 UTC
Created attachment 145377 [details]
itex2mml-1.3.5.ebuild

Ebuild for itex2mml-1.3.5.
Comment 3 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-04-14 03:05:04 UTC
(this is an automated message based on filtering criteria that matched this bug)
'EBUILD' is in the KEYWORDS which should mean that there is a ebuild attached 
to this bug.
This bug is assigned to maintainer-wanted which means that it is not in the 
main tree.
Heuristics show that no Gentoo developer has commented on your ebuild.

Hello, The Gentoo Team would like to firstly thank you for your ebuild 
submission. We also apologize for not being able to accommodate you in a timely
manner. There are simply too many new packages.

Allow me to use this opportunity to introduce you to Gentoo Sunrise. The 
sunrise overlay[1] is a overlay for Gentoo which we allow trusted users to 
commit to and all users can have ebuilds reviewed by Gentoo devs for entry 
into the overlay. So, the sunrise team is suggesting that you look into this 
and submit your ebuild to the overlay where even *you* can commit to. =)

Because this is a mass message, we are also asking you to be patient with us. 
We anticipate a large number of requests in a short time. 

Thanks,
On behalf of the Gentoo Sunrise Team,
Jeremy.

[1]: http://www.gentoo.org/proj/en/sunrise/
[2]: http://overlays.gentoo.org/proj/sunrise/wiki/SunriseFaq
Comment 4 W. Trevor King 2011-05-03 11:53:40 UTC
I've updated the ebuild to build from the Bazaar repository or tarballs depending on the version, and added the new ebuild to my wtk overlay.
Comment 5 Manuel Rüger (RETIRED) gentoo-dev 2015-07-04 14:57:12 UTC
*itex2mml-1.5.2 (04 Jul 2015)

  04 Jul 2015; Manuel Rüger <mrueg@gentoo.org> +itex2mml-1.5.2.ebuild,
  +metadata.xml:
  Initial version. Based on ebuild by Jiri Tyr and W. Trevor King. Fixes bug
  #194499.
Comment 6 Seerp 2015-07-04 17:19:23 UTC
Thanks for adding this to the tree.

Trying to emerging this new ebuild I ran into the following two problems:

- it should depend on ruby?

- when installed with sys-devel/bison-3.* it fails for me as shown below; restricting to bison-2.* solves this issue.

Thanks again!

 * Package:    app-text/itex2mml-1.5.2
 * Repository: gentoo
 * Maintainer: mrueg@gentoo.org
 * USE:        abi_x86_64 amd64 elibc_glibc kernel_linux userland_GNU
 * FEATURES:   preserve-libs sandbox userpriv usersandbox
>>> Unpacking source...
>>> Unpacking itexToMML-1.5.2.tar.gz to /mnt/portage/tmp/portage/app-text/itex2mml-1.5.2/work
>>> Source unpacked in /mnt/portage/tmp/portage/app-text/itex2mml-1.5.2/work
>>> Preparing source in /mnt/portage/tmp/portage/app-text/itex2mml-1.5.2/work/itexToMML/itex-src ...
>>> Source prepared.
>>> Configuring source in /mnt/portage/tmp/portage/app-text/itex2mml-1.5.2/work/itexToMML/itex-src ...
>>> Source configured.
>>> Compiling source in /mnt/portage/tmp/portage/app-text/itex2mml-1.5.2/work/itexToMML/itex-src ...
make -j3 CC=x86_64-pc-linux-gnu-gcc CXX=x86_64-pc-linux-gnu-g++ 'CFLAGS=-march=native -O2 -pipe' 
bison -y  -v -p itex2MML_yy -d itex2MML.y
flex -Pitex2MML_yy -olex.yy.c itex2MML.l
itex2MML.y: warning: 785 shift/reduce conflicts [-Wconflicts-sr]
itex2MML.y: warning: 119 reduce/reduce conflicts [-Wconflicts-rr]
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -c -o lex.yy.o lex.yy.c
x86_64-pc-linux-gnu-gcc -march=native -O2 -pipe -c -o y.tab.o y.tab.c
itex2MML.y: In function ‘itex2MML_yyparse’:
itex2MML.y:298:25: error: ‘ret_str’ undeclared (first use in this function)
   char ** r = (char **) ret_str;
                         ^
itex2MML.y:298:25: note: each undeclared identifier is reported only once for each function it appears in
itex2MML.y: In function ‘itex2MML_parse’:
itex2MML.y:1803:12: error: too many arguments to function ‘itex2MML_yyparse’
   result = itex2MML_yyparse (&mathml);
            ^
y.tab.c:63:25: note: declared here
 #define yyparse         itex2MML_yyparse
                         ^
y.tab.c:2928:1: note: in expansion of macro ‘yyparse’
 yyparse (void)
 ^
itex2MML.y: In function ‘itex2MML_filter’:
itex2MML.y:1818:10: error: too many arguments to function ‘itex2MML_yyparse’
   return itex2MML_yyparse (0);
          ^
y.tab.c:63:25: note: declared here
 #define yyparse         itex2MML_yyparse
                         ^
y.tab.c:2928:1: note: in expansion of macro ‘yyparse’
 yyparse (void)
 ^
Makefile:23: recipe for target 'y.tab.o' failed
make: *** [y.tab.o] Error 1
make: *** Waiting for unfinished jobs....