Opened 10 years ago

Last modified 10 years ago

#44797 closed defect

cyrus-imapd fails with use of undeclared identifier — at Version 3

Reported by: hbsimon (Horst Simon) Owned by: jmpp@…
Priority: Normal Milestone:
Component: ports Version: 2.3.1
Keywords: Cc: mf2k@…
Port: cyrus-imapd

Description (last modified by ryandesign (Ryan Carsten Schmidt))

info:build IMAP.xs:127:17: error: use of undeclared identifier 'sv_undef'

cyrus-imapd fails during the build

:info:build   rv = newSVsv(&sv_undef);

:info:build IMAP.xs:395:13: error: use of undeclared identifier 'sv_no'
:info:build           ST(0) = &sv_no;
:info:build                    ^

I am using OS/X Maverick 10.9.4 with Xcode Version 5.1.1 (581008) and latest command line tools. I am too have attached the log file main.log for this error.

Change History (4)

Changed 10 years ago by hbsimon (Horst Simon)

Attachment: main.log added

comment:1 Changed 10 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to jmpp@…

comment:2 Changed 10 years ago by jmroot (Joshua Root)

Cc: mf2k@… added

Looks like the exact same problem as #43112. Which would mean r123368 broke it.

comment:3 Changed 10 years ago by ryandesign (Ryan Carsten Schmidt)

Description: modified (diff)
Note: See TracTickets for help on using tickets.