[opensuse-kernel] enable kernel:head 11.4 again plz.
Hi: Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc .... -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 1.9.2011 21:16, Cristian Rodríguez wrote:
Hi:
Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc ....
Let's see if it works again if we compile the host programs with -U_FORTIFY_SOURCE. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 02/09/11 09:14, Michal Marek wrote:
On 1.9.2011 21:16, Cristian Rodríguez wrote:
Hi:
Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc ....
Let's see if it works again if we compile the host programs with -U_FORTIFY_SOURCE.
Michal
Current build is ok in i586 but not in x86_64 which still requires libc.so.6(GLIBC_2.14) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 01/09/11 16:16, Cristian Rodríguez wrote:
Hi:
Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc ....
Still requiring glibc 2.14 in x86_64 .. -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 24.9.2011 22:26, Cristian Rodríguez wrote:
On 01/09/11 16:16, Cristian Rodríguez wrote:
Hi:
Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc ....
Still requiring glibc 2.14 in x86_64 ..
Should be fixed by 1de2384. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 26/09/11 18:28, Michal Marek wrote:
On 24.9.2011 22:26, Cristian Rodríguez wrote:
On 01/09/11 16:16, Cristian Rodríguez wrote:
Hi:
Will be cool if you can enable kernel:head 11.4 again, why ? kernel-$flavor-devel now requires glibc 2.14 hence not installable without upgrading glibc ....
Still requiring glibc 2.14 in x86_64 ..
Should be fixed by 1de2384.
Michal
Ok, I see https://gitorious.org/opensuse/kernel-source/commit/1de23845d6d1cd38763d9d9b... btw, you can avoid the new dependency also by using memmove instead of memcpy.... (likely cleaner than the asm hack ;) ) -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 29.9.2011 02:36, Cristian Rodríguez wrote:
Ok, I see
https://gitorious.org/opensuse/kernel-source/commit/1de23845d6d1cd38763d9d9b...
btw, you can avoid the new dependency also by using memmove instead of memcpy.... (likely cleaner than the asm hack ;) )
The usage of memcpy() in the source is valid, so I don't want to patch it just because glibc invented two versions of memcpy that do the same (when used correctly). Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 30/09/11 11:52, Michal Marek wrote:
On 29.9.2011 02:36, Cristian Rodríguez wrote:
Ok, I see
https://gitorious.org/opensuse/kernel-source/commit/1de23845d6d1cd38763d9d9b...
btw, you can avoid the new dependency also by using memmove instead of memcpy.... (likely cleaner than the asm hack ;) )
The usage of memcpy() in the source is valid, so I don't want to patch it just because glibc invented two versions of memcpy that do the same (when used correctly).
Michal
Unfortunately this still doesnt work in x86_64 (but does in i586) because factory kernel tools are linked against libelf which in turns is currently requiring libc.so.6(GLIBC_2.14)(64bit) . -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
On 30.9.2011 17:03, Cristian Rodríguez wrote:
On 30/09/11 11:52, Michal Marek wrote:
On 29.9.2011 02:36, Cristian Rodríguez wrote:
Ok, I see
https://gitorious.org/opensuse/kernel-source/commit/1de23845d6d1cd38763d9d9b...
btw, you can avoid the new dependency also by using memmove instead of memcpy.... (likely cleaner than the asm hack ;) )
The usage of memcpy() in the source is valid, so I don't want to patch it just because glibc invented two versions of memcpy that do the same (when used correctly).
Michal
Unfortunately this still doesnt work in x86_64 (but does in i586) because factory kernel tools are linked against libelf which in turns is currently requiring libc.so.6(GLIBC_2.14)(64bit) .
More details please. kernel-desktop-devel-3.1.rc7-5.2.x86_64.rpm and kernel-devel-3.1.rc7-5.2.noarch.rpm do not report any dependency errors on a SLES 11 machine here. Michal -- To unsubscribe, e-mail: opensuse-kernel+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-kernel+help@opensuse.org
participants (2)
-
Cristian Rodríguez
-
Michal Marek