#43640 closed defect (fixed)
clamav: error: unknown type name 'pgno_t'; did you mean 'ino_t'?
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | ||
Port: | clamav |
Description
clamav fails to build for me on Mavericks 10.9.2 with Xcode 5.1.1 (Apple LLVM version 5.1 (clang-503.0.40) (based on LLVM 3.4svn)
):
In file included from thrmgr.c:40: /usr/include/mpool.h:57:2: error: unknown type name 'pgno_t'; did you mean 'ino_t'? pgno_t pgno; ^~~~~~
Attachments (1)
Change History (4)
Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Attachment: | main.log.bz2 added |
---|
comment:1 Changed 11 years ago by danielluke (Daniel J. Luke)
Owner: | changed from dluke@… to dluke@… |
---|---|
Status: | new → assigned |
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
r119875 seems to have fixed it.
Note: See
TracTickets for help on using
tickets.
it doesn't fail for me, and it doesn't fail on the Mavericks buildbot. Do you know if there's anything unusual about the system you're building on? (or maybe there's just something wrong with the build that is also related to #43635 ?)