https://bugzilla.novell.com/show_bug.cgi?id=812027 https://bugzilla.novell.com/show_bug.cgi?id=812027#c0 Summary: different-API Lua v51 & v52 devel header packages can't be concurrently installed Classification: openSUSE Product: openSUSE 12.3 Version: Final Platform: All OS/Version: All Status: NEW Severity: Major Priority: P5 - None Component: Development AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: darx@sent.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:19.0) Gecko/20100101 Firefox/19.0 Default lua install on 12.3/Factory is v5.2, rpm -qa | grep -i lua | sort liblua5_2-5.2.1-2.2.1.x86_64 lua-5.2.1-62.1.x86_64 lua-devel-5.2.1-2.2.1.x86_64 lua-doc-5.2.1-2.2.1.noarch It is installed with alternatives support, update-alternatives --list lua /usr/bin/lua5.2 Attempt to co-install lua51 requires *deinstall* of lua 52 devel, zypper in lua51 lua51-devel lua51-doc Loading repository data... Reading installed packages... Resolving package dependencies... Problem: lua51-devel-5.1.5-2.1.3.x86_64 conflicts with lua-devel provided by lua-devel-5.2.1-2.2.1.x86_64 Solution 1: deinstallation of lua-devel-5.2.1-2.2.1.x86_64 Solution 2: do not install lua51-devel-5.1.5-2.1.3.x86_64 Choose from above solutions by number or cancel [1/2/c] (c): Lua v51 & v52 headers represent different lua API. E.g., luajit build (from upstream) requires 5.1 API. Concurrently built/installed apps/daemons on a single machine can require different Lua APIs -- and need access to the different headers. It should be possible to concurrently install devel headers for both APIs. E.g., the lua v51 & v52 app & devel packages should install in separate namespaces, and be selectable with update-alternatives. Reproducible: Always Steps to Reproduce: 1. 2. 3. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.