On Mon, Jul 14, 2014 at 4:36 PM, Aurelien Jarno <[email protected]> wrote: > glibc 2.19 has changed the libc ABI on s390, more specifically the > setjmp/longjmp functions [1] [2]. Symbol versioning is used to handle > some cases, but it doesn't work when a jmp_buf variable is embedded > into a structure, as it changes the size of the structure. The result > is that mixing programs or libraries built with 2.18 with ones built > with 2.19 do not work anymore, usually they end up with a segmentation > fault. Some persons from this list have experienced that with perl.
That is not true. This is an over generalization of the problem. You can use libraries built with 2.18 and 2.19 and they work just fine. The extent of the problem in correct language is listed here: https://sourceware.org/glibc/wiki/Release/2.19#Packaging_Changes > We first thought it was limited to a few packages (even if all perl is > already more than that), but as time goes more and more issues are > found. libpng and gauche are also affected, the issue with mono is > also likely due to this ABI change. That is new information, and it is important for distributions to relay this information back upstream where the decision for a SO bump can be made. > According to upstream [3], the problem is that Debian doesn't do a mass > rebuild, which is the strategy chosen by Red Hat to handle^Wworkaround > this issue. This means some programs might segfault during the upgrade, > or on partially upgraded systems. I apologize if you took what I wrote to mean that. I did not mean it was Debian's problem, but rather that Debian suffered the most because they don't do rebuilds. The two are orthogonal. You face a situation that is unique to the framework used to build the distribution. Please engage upstream to champion a SO name bump for libc for > Now we have to chose a strategy for Debian. I see multiple options: > > 1) Ignore the issue and just rebuild (binNMU) the packages that seems > affected when we discover them. This means partial upgrades will likely > be broken, and that we might discover some broken packages only after > the jessie release. > > 2) Rebuild (binNMU) all packages. This means partial upgrades will > likely be broken. > > 3) Bump the soname of affected packages and rebuild their reverse > dependencies. It is the solution that is currently being implemented for > perl. It clearly won't scale if more broken packages (and even for > libpng) are discovered as it requires a source upload and a transition > handled by the release team. It also means breaking the ABI compatibility > with other distributions. > > 4) Bump the libc soname to libc.so.6.1 and do a libc transition. This is > probably what upstream should have done instead of breaking the ABI. > This is a huge work though, and this also means breaking the ABI > compatibility with other distributions. > > 5) Revert the ABI change. This is likely just postponing the problem as > the change is required to support future hardware. This also means > breaking the ABI compatibility with other distributions. > > 6) simply drop the s390x port and tell users to either use an other > distribution or use Debian on other hardware. > > Any opinion? Any other ideas how to handle that? Option (6) is the nuclear option, and clearly a little excessive given the situation. If user's install from an installer they get a perfectly working system. Punishing those users because partial upgrades don't work seems excessive. Option (5) postpones the problem until newer s390 hardware arrives. Option (4) is likely what upstream should have done. Why do you think it's a huge amount of work? If all s390-supporting distributions agree then we just change the SO name? Option (3), (2) or (1) all look like reasonable "fire and forget" options that require users of s390 to simply move forward with their installs to full new versions of Debian. It's an option for RHEL because we don't allow partial-upgrades and we are working with users to notify them of the breakage during a major RHEL upgrade e.g. RHEL7 to RHEL8. In my opinion it's not too late to do option (4). Cheers, Carlos. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/CAE2sS1hgdMH4F42iFw-_MrOk1q2+2=qhm1hjuqfktmsfwyq...@mail.gmail.com

