Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 922633 - app-office/abiword-3.0.5 - In function 'itex2MML_html_filter': itex2MML.y:1809:10: error: implicit declaration of function 'itex2MML_do_html_filter'; did you mean 'itex2MML_html_filter'? [-Wimplicit-function-declaration]
Summary: app-office/abiword-3.0.5 - In function 'itex2MML_html_filter': itex2MML.y:180...
Status: UNCONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: c99-porting
  Show dependency tree
 
Reported: 2024-01-21 16:44 UTC by ernsteiswuerfel
Modified: 2024-01-21 16:45 UTC (History)
2 users (show)

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


Attachments
build.log.xz (ppc, 3.0.5) (abiword-3.0.5:20240121-154639.log.xz,55.50 KB, application/x-xz)
2024-01-21 16:44 UTC, ernsteiswuerfel
Details
emerge --info (file_922633.txt,6.47 KB, text/plain)
2024-01-21 16:45 UTC, ernsteiswuerfel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ernsteiswuerfel archtester 2024-01-21 16:44:27 UTC
Created attachment 882792 [details]
build.log.xz (ppc, 3.0.5)

[...]
libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wformat-overflow=2 -Wunused -Wpointer-arith -Wshadow -O2 -mcpu=7450 -mtune=7450 -pipe -c y.tab.c  -fPIC -DPIC -o .libs/y.tab.o
itex2MML.y: In function 'itex2MML_yyerror':
itex2MML.y:32:30: warning: unused parameter 'ret_str' [-Wunused-parameter]
   32 |  static void yyerror (char **ret_str, char * s)
      |                       ~~~~~~~^~~~~~~
itex2MML.y: At top level:
itex2MML.y:126:33: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
  126 |  char * itex2MML_empty_string = "";
      |                                 ^~
y.tab.c: In function 'itex2MML_yyparse':
y.tab.c:5794:29: warning: passing argument 2 of 'itex2MML_yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 5794 |       yyerror (ret_str, YY_("syntax error"));
      |                             ^~~~~~~~~~~~~~
y.tab.c:1134:22: note: in definition of macro 'YY_'
 1134 | #  define YY_(Msgid) Msgid
      |                      ^~~~~
itex2MML.y:32:46: note: expected 'char *' but argument is of type 'const char *'
   32 |  static void yyerror (char **ret_str, char * s)
      |                                       ~~~~~~~^
y.tab.c:5905:25: warning: passing argument 2 of 'itex2MML_yyerror' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers]
 5905 |   yyerror (ret_str, YY_("memory exhausted"));
      |                         ^~~~~~~~~~~~~~~~~~
y.tab.c:1134:22: note: in definition of macro 'YY_'
 1134 | #  define YY_(Msgid) Msgid
      |                      ^~~~~
itex2MML.y:32:46: note: expected 'char *' but argument is of type 'const char *'
   32 |  static void yyerror (char **ret_str, char * s)
      |                                       ~~~~~~~^
itex2MML.y: In function 'itex2MML_html_filter':
itex2MML.y:1809:10: error: implicit declaration of function 'itex2MML_do_html_filter'; did you mean 'itex2MML_html_filter'? [-Wimplicit-function-declaration]
 1809 |   return itex2MML_do_html_filter (buffer, length, 0);
      |          ^~~~~~~~~~~~~~~~~~~~~~~
      |          itex2MML_html_filter
itex2MML.y: In function 'itex2MML_do_html_filter':
itex2MML.y:1853:2: warning: label '_until_html' defined but not used [-Wunused-label]
 1853 |  _until_html:
      |  ^~~~~~~~~~~
make[5]: *** [Makefile:598: y.tab.lo] Error 1
make[5]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.5/work/abiword-3.0.5/plugins/mathview/itex2mml'
make[4]: *** [Makefile:516: all] Error 2
make[4]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.5/work/abiword-3.0.5/plugins/mathview/itex2mml'
make[3]: *** [Makefile:698: all-recursive] Error 1
make[3]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.5/work/abiword-3.0.5/plugins/mathview'
make[2]: *** [Makefile:542: all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.5/work/abiword-3.0.5/plugins'
make[1]: *** [Makefile:813: all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/app-office/abiword-3.0.5/work/abiword-3.0.5'
make: *** [Makefile:612: all] Error 2
 * ERROR: app-office/abiword-3.0.5::gentoo failed (compile phase):
Comment 1 ernsteiswuerfel archtester 2024-01-21 16:45:01 UTC
Created attachment 882793 [details]
emerge --info