Bug 10485 - strace-4.2 won't compile -- just a tupo..
Summary: strace-4.2 won't compile -- just a tupo..
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Red Hat Raw Hide
Classification: Retired
Component: strace
Version: 1.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2000-03-31 17:27 UTC by Michael Tokarev
Modified: 2008-05-01 15:37 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-03-31 17:35:55 UTC
Embargoed:


Attachments (Terms of Use)
trivial #ifdef STAT64 => #ifdef HAVE_STAT64 (226 bytes, patch)
2000-03-31 17:30 UTC, Michael Tokarev
no flags Details | Diff

Description Michael Tokarev 2000-03-31 17:27:18 UTC
In strace-4.2. It uses autoconf to determine if stat64() is available,
and checks this as #ifdef HAVE_STAT64 in all places except of one,
in file.c, where it is written as #ifdef STAT64.  This resulted in
bad compilation (unresolved symbol printstat64 on linking stage).
I'm very interested on -- how this was compiled on RedHat itself!?
Trivial patch attached.

Comment 1 Michael Tokarev 2000-03-31 17:30:59 UTC
Created attachment 178 [details]
trivial #ifdef STAT64 => #ifdef HAVE_STAT64

Comment 2 Bill Nottingham 2000-03-31 17:35:59 UTC
fixed in 4.2-3. Thanks!


Note You need to log in before you can comment on or make changes to this bug.