Opened 12 years ago

Last modified 12 years ago

#33949 closed defect

subversion: Security.h can't be found. — at Version 2

Reported by: francisderive@… Owned by: dluke@…
Priority: Normal Milestone:
Component: ports Version: 2.0.4
Keywords: Cc: blair@…
Port: subversion

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

:info:build subversion/libsvn_subr/macos_keychain.c:41:10: fatal error: 'Security/Security.h' file not found
:info:build #include <Security/Security.h>
:info:build          ^
:info:build 1 error generated.
:info:build make: *** [subversion/libsvn_subr/macos_keychain.lo] Error 1

In the subversion-1.7.4.tar expanded download I see this in the file macos_keychain.c:41:10

#ifdef SVN_HAVE_KEYCHAIN_SERVICES

#include <Security/Security.h>

So it appears that SVN_HAVE_KEYCHAIN_SERVICES might be defined - seems accurate - and Security.h can't be found : How to ?

Change History (4)

Changed 12 years ago by francisderive@…

Attachment: main.log added

comment:1 Changed 12 years ago by francisderive@…

Cc: Ryan Schmidt <ryandesign@…> francisderive@… added; Ryan Schmidt <ryandesign@…> removed

Cc Me!

comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: blair@… added; Ryan Schmidt <ryandesign@…> francisderive@… removed
Description: modified (diff)
Keywords: subversion SVN_HAVE_KEYCHAIN_SERVICES fileNotFound Security.h removed
Milestone: MacPorts 2.1.0
Owner: changed from macports-tickets@… to dluke@…
Port: subversion added; subversion-1.7.4 removed
Priority: HighNormal
Summary: Error building Subversion 1.7.4 - Security.h can't be found.subversion: Security.h can't be found.

The main.log you attached is incomplete (contains lines saying "Skipping completed"). Please "sudo port clean subversion" and try again, then attach the new main.log.

Changed 12 years ago by francisderive@…

Attachment: main 1.log added

sudo port clean subversion; self update; port install subversion

Note: See TracTickets for help on using tickets.