The annoying bug for glibc update is still NOT FIXED.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi!
The annoying bug for glibc update is still NOT FIXED.
(https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=88456)
If I have a i686 glibc, and update it to with new i386 glibc, then it
crashes, the whole system crashes.
Does any know how to fix this bug ? I mean to create a bug free for
glibc-xxx.i386.rpm, not the solution to rm /lib/i686 and /lib/tls after
it happened by hand.
If you know how to create such file, please tell me. I would like to
create a i386 rpm file by myself. I tried to put some scripts in the
glibc-9.spec (extracted from glibc-2.3.2-27.9.src.rpm), like
%post -p /usr/sbin/glibc_post_upgrade
%ifnarch i386 i586
lib_bk="/lib/i686 /lib/tls /usr/lib/i686"
for bak in $lib_bk; do
  if [ -d "$bak" ]; then
    mv -f $bak $bak.bak
  fi
done
%endif

but it failed, I am not so familiar with rpm spec file. Please do me a
favor, if you know how to do.

God! This bug exists for more than 4 months... Can you imagine that ?

-- 
Say YES to Openoffice.org (www.openoffice.org, openoffice.nchc.org.tw).
Please AVOID distributing documents in WORD, EXCEL or POWERPOINT format.
[Chinese Big5] 請避免散佈WORD, EXCEL 或是 POWERPOINT格式的檔案.
See http://www.fsf.org/philosophy/no-word-attachments.html
and http://www.cyut.edu.tw/~ckhung/published/997nodoc.shtml
-----------------------------------------------------------------------------
Steven Shiau




-- 
Shrike-list mailing list
Shrike-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/shrike-list

[Index of Archives]     [Fedora Users]     [Centos Users]     [Kernel Development]     [Red Hat Install]     [Red Hat Watch]     [Red Hat Development]     [Red Hat Phoebe Beta]     [Yosemite Forum]     [Fedora Discussion]     [Gimp]     [Stuff]     [Yosemite News]

  Powered by Linux