Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[dev.icinga.com #8750] Flex version check does not reject unsupported versions #2762

Closed
icinga-migration opened this issue Mar 15, 2015 · 4 comments
Labels
bug Something isn't working
Milestone

Comments

@icinga-migration
Copy link

This issue has been migrated from Redmine: https://dev.icinga.com/issues/8750

Created by gbeutner on 2015-03-15 12:14:27 +00:00

Assignee: gbeutner
Status: Resolved (closed on 2015-03-15 20:11:43 +00:00)
Target Version: 2.3.3
Last Update: 2015-03-16 09:23:23 +00:00 (in Redmine)

Icinga Version: 2.3.2
Backport?: Already backported
Include in Changelog: 1

-- Found FLEX: /usr/bin/flex version 2.5.4 (Required is at least version "2.5.31")

$ make -j 4
Scanning dependencies of target mmatch
[  0%] Building C object third-party/mmatch/CMakeFiles/mmatch.dir/mmatch.c.o
Linking C shared library ../../Bin/Release/libmmatch.so
/usr/bin/ld: Warning: gc-sections option ignored
[  0%] Built target mmatch
[  0%] [BISON][class_parser] Building parser with bison 2.3
class_parser.yy: conflicts: 2 shift/reduce
[  1%] [FLEX][class_lexer] Building scanner with flex /usr/bin/flex version 2.5.4
"class_lexer.ll", line 92: unrecognized %option: reentrant
"class_lexer.ll", line 93: unrecognized %option: bison-bridge
"class_lexer.ll", line 94: unrecognized %option: unistd
*** Error 1 in . (tools/mkclass/CMakeFiles/mkclass.dir/build.make:62 'tools/mkclass/class_lexer.cc': cd /home/gunnar/icinga2/tools/mkclass &...)
*** Error 2 in . (CMakeFiles/Makefile2:1135 'tools/mkclass/CMakeFiles/mkclass.dir/all')
*** Error 2 in /home/gunnar/icinga2/build (Makefile:148 'all')

Changesets

2015-03-15 20:08:06 +00:00 by (unknown) 8072ca3

Ensure that flex meets the version requirements

fixes #8750

2015-03-16 09:23:13 +00:00 by (unknown) 6155dd2

Ensure that flex meets the version requirements

fixes #8750

2015-03-16 12:32:02 +00:00 by (unknown) 4a8920b

Improve Flex version detection on Windows

refs #8750

2015-03-16 12:33:01 +00:00 by (unknown) 1fcb012

Improve Flex version detection on Windows

refs #8750

2015-03-16 12:37:11 +00:00 by (unknown) e3e83ae

Ignore file name extension in 'flex --version' output

refs #8750

2015-03-16 12:38:20 +00:00 by (unknown) 1756bc6

Ignore file name extension in 'flex --version' output

refs #8750
@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-03-15 20:10:03 +00:00

  • Status changed from New to Assigned
  • Assigned to set to gbeutner
  • Target Version set to 2.4.0

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-03-15 20:10:10 +00:00

  • Estimated Hours set to 1

@icinga-migration
Copy link
Author

Updated by Anonymous on 2015-03-15 20:11:43 +00:00

  • Status changed from Assigned to Resolved
  • Done % changed from 0 to 100

Applied in changeset 8072ca3.

@icinga-migration
Copy link
Author

Updated by gbeutner on 2015-03-16 09:23:23 +00:00

  • Target Version changed from 2.4.0 to 2.3.3
  • Backport? changed from TBD to Yes

@icinga-migration icinga-migration added bug Something isn't working Installation labels Jan 17, 2017
@icinga-migration icinga-migration added this to the 2.3.3 milestone Jan 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant