Public bug reported:

confy.c: In function ‘yyparse’:
confy.c:494:16: error: implicit declaration of function ‘yylex’ 
[-Werror=implicit-function-declaration]
  494 | # define YYLEX yylex ()
      |                ^~~~~
confy.c:950:16: note: in expansion of macro ‘YYLEX’
  950 |       yychar = YYLEX;
      |                ^~~~~
confy.c:1188:9: error: implicit declaration of function ‘yyerror’; did you mean 
‘yyerrok’? [-Werror=implicit-function-declaration]
 1188 |         yyerror ("syntax error");
      |         ^~~~~~~
      |         yyerrok
confy.y: At top level:
confy.y:58:1: warning: return type defaults to ‘int’ [-Wimplicit-int]
   58 | yyerror(char *s)
      | ^~~~~~~
tcpxtract.c: In function ‘main’:
tcpxtract.c:312:5: error: implicit declaration of function ‘yyparse’ 
[-Werror=implicit-function-declaration]
  312 |     yyparse();
      |     ^~~~~~~

[...]

confl.l: In function ‘yylex’:
confl.l:28:47: error: implicit declaration of function ‘strdup’ 
[-Werror=implicit-function-declaration]
   28 | [0-9]+                                  {yylval.string = 
strdup(yytext); return NUMBER;}
      |                                               ^~~~~~

from https://launchpadlibrarian.net/724118034/buildlog_ubuntu-noble-
armhf.tcpxtract_1.0.1-17build2_BUILDING.txt.gz

** Affects: tcpxtract (Ubuntu)
     Importance: Undecided
         Status: New

** Affects: tcpxtract (Debian)
     Importance: Unknown
         Status: Unknown

** Bug watch added: Debian Bug tracker #1066484
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066484

** Also affects: tcpxtract (Debian) via
   https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1066484
   Importance: Unknown
       Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2061027

Title:
  FTBFS on armfh - implicit-function-declaration

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/tcpxtract/+bug/2061027/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to