[Bug 1217710] New: icecream fails to compile remotely, falls back to local compilation
https://bugzilla.suse.com/show_bug.cgi?id=1217710 Bug ID: 1217710 Summary: icecream fails to compile remotely, falls back to local compilation Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Tumbleweed Status: NEW Severity: Normal Priority: P5 - None Component: Development Assignee: screening-team-bugs@suse.de Reporter: jimis@gmx.net QA Contact: qa-bugs@suse.de Target Milestone: --- Found By: --- Blocker: --- Icecream fails to find libraries, when executing cc1plus on the remote host. On the remote host we see: cc1plus: error while loading shared libraries: libz.so.1: cannot open shared object file: No such file or directory This causes all compilations to fail and re-run locally. The reason is that the binary is linked to hardware-dependent shared libraries under `/lib64/glibc-hwcaps` directory, and icecream-create-env fails to transfer the generic versions of the libraries too. $ ldd /usr/lib64/gcc/x86_64-suse-linux/13/cc1plus | grep hwcap libz.so.1 => /lib64/glibc-hwcaps/x86-64-v3/libz.so.1.3 (0x00007f8f2020e000) libzstd.so.1 => /lib64/glibc-hwcaps/x86-64-v3/libzstd.so.1.5.5 (0x00007f8f20161000) The fix is already upstream, but icecream hasn't had a release in almost 2 years. Could you please cherry-pick the fix and make icecream usable again? https://github.com/icecc/icecream/pull/602 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 https://bugzilla.suse.com/show_bug.cgi?id=1217710#c1 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |Andreas.Stieger@gmx.de --- Comment #1 from Andreas Stieger <Andreas.Stieger@gmx.de> --- Maintainer might be gone. Can you submit to devel:tools:building/icecream? -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 https://bugzilla.suse.com/show_bug.cgi?id=1217710#c3 --- Comment #3 from Andreas Stieger <Andreas.Stieger@gmx.de> --- I mean, submit a fix to the package, as in https://en.opensuse.org/openSUSE:How_to_contribute_to_Factory -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 https://bugzilla.suse.com/show_bug.cgi?id=1217710#c4 --- Comment #4 from Dimitrios Apostolou <jimis@gmx.net> --- Oh, I see! I haven't done it before so it will have to wait until I find a bit of time and read about OpenSUSE package maintenance. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 https://bugzilla.suse.com/show_bug.cgi?id=1217710#c5 --- Comment #5 from Dimitrios Apostolou <jimis@gmx.net> --- FYI my testing indicates that another patch might be necessary for icecream in OpenSUSE Tumbleweed. I'll get back to you when I have proof. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 https://bugzilla.suse.com/show_bug.cgi?id=1217710#c6 --- Comment #6 from Dimitrios Apostolou <jimis@gmx.net> --- I filed a patch upstream at: https://github.com/icecc/icecream/pull/627 Only this is needed for OpenSUSE-Tumbleweed, not the pull request 602 I mentioned earlier. (that one is for Clear Linux) It would be nice to also cherry-pick the following small fix too, it's for clang sanitizer builds: https://github.com/icecc/icecream/commit/c2aa32d17c00d66273d2a8b22fd22150856... I've tested that such a patched version works. -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1217710 Andreas Stieger <Andreas.Stieger@gmx.de> changed: What |Removed |Added ---------------------------------------------------------------------------- CC|Andreas.Stieger@gmx.de | -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com