Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#13125 closed defect (fixed)

yafc fails to build on Darwin 9 (Leopard)

Reported by: brianjlandau@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: yafc bug Leopard Cc: cssdev
Port:

Description

Error: Target org.macports.build returned: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_net_yafc/work/yafc-1.1" && make all " returned error 2
Command output: 	then mv -f ".deps/kauth.Tpo" ".deps/kauth.Po"; else rm -f ".deps/kauth.Tpo"; exit 1; fi
kauth.c: In function 'cmd_kauth':
kauth.c:57: warning: 'des_cblock' is deprecated
kauth.c:58: warning: 'des_key_schedule' is deprecated
kauth.c:119: warning: 'des_string_to_key' is deprecated (declared at /usr/include/kerberosIV/des.h:190)
kauth.c:119: warning: passing argument 2 of 'des_string_to_key' from incompatible pointer type
kauth.c:121: warning: 'des_key_sched' is deprecated (declared at /usr/include/kerberosIV/des.h:167)
kauth.c:121: warning: passing argument 1 of 'des_key_sched' from incompatible pointer type
kauth.c:123: warning: 'des_pcbc_encrypt' is deprecated (declared at /usr/include/kerberosIV/des.h:173)
kauth.c:123: warning: 'des_cblock' is deprecated
kauth.c:123: warning: 'des_cblock' is deprecated
kauth.c:130: warning: 'afs_string_to_key' is deprecated (declared at /usr/include/kerberosIV/des.h:193)
kauth.c:131: warning: passing argument 3 of 'afs_string_to_key' from incompatible pointer type
kauth.c:132: warning: 'des_key_sched' is deprecated (declared at /usr/include/kerberosIV/des.h:167)
kauth.c:132: warning: passing argument 1 of 'des_key_sched' from incompatible pointer type
kauth.c:133: warning: 'des_pcbc_encrypt' is deprecated (declared at /usr/include/kerberosIV/des.h:173)
kauth.c:133: warning: 'des_cblock' is deprecated
kauth.c:133: warning: 'des_cblock' is deprecated
if gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I. -I../src -I../src/ftp -I../src/libmhe  -I/opt/local/include -I/opt/local/include  -O2 -MT gssapi.o -MD -MP -MF ".deps/gssapi.Tpo" -c -o gssapi.o gssapi.c; \
	then mv -f ".deps/gssapi.Tpo" ".deps/gssapi.Po"; else rm -f ".deps/gssapi.Tpo"; exit 1; fi
gssapi.c:44:23: error: krb5_err.h: No such file or directory
gssapi.c:75: error: static declaration of 'GSS_C_NT_HOSTBASED_SERVICE' follows non-static declaration
/usr/include/gssapi/gssapi.h:393: error: previous declaration of 'GSS_C_NT_HOSTBASED_SERVICE' was here
gssapi.c: In function 'gss_auth':
gssapi.c:288: error: 'KRB5KDC_ERR_S_PRINCIPAL_UNKNOWN' undeclared (first use in this function)
gssapi.c:288: error: (Each undeclared identifier is reported only once
gssapi.c:288: error: for each function it appears in.)
make[2]: *** [gssapi.o] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Attachments (1)

Portfile (1.3 KB) - added by cssdev 16 years ago.
yafc portfile with kerberos5 dependency

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by afb@…

Keywords: Leopard added; Leapord removed
Summary: yaft fails to build on Darwin 9 (Leapord)yaft fails to build on Darwin 9 (Leopard)

comment:2 Changed 16 years ago by cssdev

Cc: css@… added
Keywords: yafc added; yaft removed
Summary: yaft fails to build on Darwin 9 (Leopard)yafc fails to build on Darwin 9 (Leopard)

Is krb5_err.h available on Leopard? If not, adding net/kerberos5 as a dependency might fix the problem.

Changed 16 years ago by cssdev

Attachment: Portfile added

yafc portfile with kerberos5 dependency

comment:3 Changed 16 years ago by cssdev

Resolution: fixed
Status: newclosed

Fixed by #13034 with another approach.

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.