FS#48820 - yylex undefined in flex libs

Attached to Project: Arch Linux
Opened by Sean Rafferty (seanemoon) - Tuesday, 05 April 2016, 21:42 GMT
Last edited by Allan McRae (Allan) - Wednesday, 06 April 2016, 10:25 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To No-one
Architecture x86_64
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
the symbol yylex is undefined in the flex libs.


Additional info:
* package version(s)
* config and/or log files etc.

Steps to reproduce:
1. Install flex using pacman.
2. Run the following:
$ readelf -Ws /usr/lib/libfl\.* | grep yylex
4: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND yylex
4: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND yylex
4: 0000000000000000 0 NOTYPE GLOBAL DEFAULT UND yylex
This task depends upon

Closed by  Allan McRae (Allan)
Wednesday, 06 April 2016, 10:25 GMT
Reason for closing:  Not a bug
Comment by Jan de Groot (JGC) - Wednesday, 06 April 2016, 08:06 GMT
yylex is defined by sources you generate by flex and bison. This is not a bug in flex.

Loading...