Re: BLCR 0.5.0 release now available

From: Cedric Le Goater (clg_at_fr_dot_ibm_dot_com)
Date: Mon Mar 05 2007 - 04:28:42 PST

  • Next message: Paul H. Hargrove: "Re: BLCR 0.5.0 release now available"
    Hi Paul ! 
    
    Paul H. Hargrove wrote:
    > After several weeks of betas, I've finally released BLCR 0.5.0.  It can
    > be found at the BLCR Downloads page:
    > http://ftg.lbl.gov/CheckpointRestart/CheckpointDownloads.shtml
    
    I ran the following command on a i686 FC6 :
    
    $ rpmbuild --rebuild ./blcr-0.5.0-1.src.rpm --target i686 
    
    [ ... ]
    
    gcc -Wall -O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i686 -mtune=generic -fasynchronous-unwind-tables -o .libs/cr_checkpoint cr_checkpoint.o  -L/home/legoater/redhat/BUILD/blcr-0.5.0/libcr /home/legoater/redhat/BUILD/blcr-0.5.0/libcr/.libs/libcr.so -ldl -lpthread
    /usr/bin/ld: .libs/cr_checkpoint: hidden symbol `__stack_chk_fail_local' in /usr/lib/libc_nonshared.a(stack_chk_fail_local.oS) is referenced by DSO
    /usr/bin/ld: final link failed: Nonrepresentable section on output
    collect2: ld returned 1 exit status
    gmake[3]: *** [cr_checkpoint] Error 1
    gmake[3]: Leaving directory `/home/legoater/redhat/BUILD/blcr-0.5.0/util/cr_checkpoint'
    gmake[2]: *** [all-recursive] Error 1
    gmake[2]: Leaving directory `/home/legoater/redhat/BUILD/blcr-0.5.0/util'
    gmake[1]: *** [all-recursive] Error 1
    gmake[1]: Leaving directory `/home/legoater/redhat/BUILD/blcr-0.5.0'
    make: *** [all] Error 2
    error: Bad exit status from /var/tmp/rpm-tmp.62384 (%build)
    
    Is it a known issue ? 
    
    C.
    

  • Next message: Paul H. Hargrove: "Re: BLCR 0.5.0 release now available"