Menu

#34 On FC6, can't compile strace.c

build errors
closed-fixed
nobody
None
5
2018-03-17
2006-11-02
No

On a clean install of FC6 (not an update of FC5),
compiling strace.c fails. It cannot find definitions
for PT_CR_IPSR and PT_CR_IIP. I have enclosed a
transcript of the configuration and make output.

Discussion

  • John D. Ramsdell

    configure/make transcript

     
  • Karaman

    Karaman - 2006-11-28

    Logged In: YES
    user_id=1529802
    Originator: NO

    look here: http://article.gmane.org/gmane.comp.handhelds.openembedded/13877

    fc6 uses glibc 2.5 (mine binki uses it too)

    The headers for glibc now define PT_GETSIGINFO:

    where as they didn't for glibc 2.4. This causes the code in strace.c to fail
    since in enables code that uses PT_CR_IPSR and PT_CR_IIP which are only
    definied for IA64.

     
  • Eugene Syromyatnikov

    • status: open --> closed-fixed
    • Group: --> build errors
     
  • Eugene Syromyatnikov

    Fixed in 9633942c07427ed51caea0e73f139e964d1a19cc.