Opened 15 years ago

Closed 15 years ago

Last modified 11 years ago

#21159 closed defect (fixed)

netatalk build failure on 10.6

Reported by: rollandj@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: netatalk

Description (last modified by tobypeterson)

Hello, all!

I am trying to install netatalk, and I keep getting the same error. I appears to be trying to load a file <appletalk.h> and failing to find it in the directory in which it expects the file:

--->  Computing dependencies for netatalk
--->  Building netatalk
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_netatalk/work/netatalk-2.0.3" && /usr/bin/make -j2 all " returned error 2
Command output: /usr/bin/make  all-recursive
Making all in libatalk
Making all in adouble
if /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../..     -I../../include -O2 -arch x86_64 -I../../sys -MT ad_open.lo -MD -MP -MF ".deps/ad_open.Tpo" \
	  -c -o ad_open.lo `test -f 'ad_open.c' || echo './'`ad_open.c; \
	then mv -f ".deps/ad_open.Tpo" ".deps/ad_open.Plo"; \
	else rm -f ".deps/ad_open.Tpo"; exit 1; \
	fi
if /bin/sh ../../libtool --mode=compile /usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../..     -I../../include -O2 -arch x86_64 -I../../sys -MT ad_size.lo -MD -MP -MF ".deps/ad_size.Tpo" \
	  -c -o ad_size.lo `test -f 'ad_size.c' || echo './'`ad_size.c; \
	then mv -f ".deps/ad_size.Tpo" ".deps/ad_size.Plo"; \
	else rm -f ".deps/ad_size.Tpo"; exit 1; \
	fi
rm -f .libs/ad_open.lo
rm -f .libs/ad_size.lo
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -O2 -arch x86_64 -I../../sys -MT ad_open.lo -MD -MP -MF .deps/ad_open.Tpo -c ad_open.c  -fno-common -DPIC -o .libs/ad_open.lo
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -O2 -arch x86_64 -I../../sys -MT ad_size.lo -MD -MP -MF .deps/ad_size.Tpo -c ad_size.c  -fno-common -DPIC -o .libs/ad_size.lo
In file included from ../../include/atalk/util.h:13,
                 from ad_open.c:40:
../../sys/netatalk/at.h:28:29: error: netat/appletalk.h: No such file or directory
In file included from ad_open.c:40:
../../include/atalk/util.h:35: warning: 'struct at_addr' declared inside parameter list
../../include/atalk/util.h:35: warning: its scope is only this definition or declaration, which is probably not what you want
make[3]: *** [ad_open.lo] Error 1
make[3]: *** Waiting for unfinished jobs....
/usr/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -I. -I../.. -I../../include -O2 -arch x86_64 -I../../sys -MT ad_size.lo -MD -MP -MF .deps/ad_size.Tpo -c ad_size.c -o ad_size.o >/dev/null 2>&1
mv -f .libs/ad_size.lo ad_size.lo
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

Any assistance would be appreciated

Change History (4)

comment:1 Changed 15 years ago by tobypeterson

Description: modified (diff)
Keywords: netatalk removed
Priority: HighNormal
Version: 1.8.0

comment:2 Changed 15 years ago by tobypeterson

Summary: NetATalk Install Crashesnetatalk build failure on 10.6

comment:3 Changed 15 years ago by tobypeterson

Resolution: fixed
Status: newclosed

"fixed" in r57161

comment:4 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)

See also the continuation of this issue in #36672.

Note: See TracTickets for help on using tickets.