| Summary: | upstram don't builds the .so lib, it is done by a Mageia patch, but this patch uses also the .o file of the interactive interpreter, it should not | ||
|---|---|---|---|
| Product: | Mageia | Reporter: | Florent Monnier <blue_prawn> |
| Component: | RPM Packages | Assignee: | QA Team <qa-bugs> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | Normal | CC: | davidwhodgins, juergen.harms, sysadmin-bugs, tmb |
| Version: | 2 | Keywords: | validated_update |
| Target Milestone: | --- | ||
| Hardware: | i586 | ||
| OS: | Linux | ||
| Whiteboard: | mga2-i586-OK mga2-64-OK | ||
| Source RPM: | lua-5.1.4-10.mga2 | CVE: | |
| Status comment: | |||
|
Description
Florent Monnier
2012-06-02 18:02:49 CEST
There is now "lua-5.1.4-10.1.mga2" in core/updates_testing to validate ------------------------------------------------------- Suggested advisory: ------------------- This update addresses a bug due to a wrong build of liblua.so ------------------------------------------------------- Steps to reproduce: - install/update to update candidate - the steps that show how to reproduce the bug given in the bug-report should be fixed, and produce a correct hello-world test program that outputs "Hello" instead of starting a lua interactive interpreter
Florent Monnier
2012-06-02 18:20:53 CEST
Assignee:
bugsquad =>
qa-bugs Before installing the update, noted that ocaml, lua, and lua-devel are all needed for the test. $ ./test.opt Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio > Used ctrl+c to exit. After installing the update, and rerunning the command ocamlopt -o test.opt -cclib -llua test.ml the hello program works again. Testing complete on i586/Mageia 2 for the srpm ocamlopt -o test.opt -cclib -llua test.ml CC:
(none) =>
davidwhodgins
claire robinson
2012-06-09 13:27:43 CEST
Whiteboard:
(none) =>
mga2-i586-OK Repeated test described in Comment 2 on x86-64: - Before installing the update package, no "Hello" output when using the interactive interpreter - After installing the update, "Hello" is printed as output from ./test.opt as compiled by the interactive interpreter. Testing successfully done also on x86-64 Advisory: --------- Executables compiled with the interactive interpreter of lua do not create the expected output. This is due to a wrong build of liblua.so: the update corrects this issue. SRPM ---- lua-5.1.4-10.1.mga2.src.rpm Sysadmin: please push the package from updates_testing to updates CC:
(none) =>
juergen.harms, sysadmin-bugs
Manuel Hiebel
2012-06-11 21:33:38 CEST
Keywords:
(none) =>
validated_update Update pushed: https://wiki.mageia.org/en/Support/Advisories/MGAA-2012-0082 Status:
NEW =>
RESOLVED |