[MacPorts] #21159: NetATalk Install Crashes
#21159: NetATalk Install Crashes ------------------------------+--------------------------------------------- Reporter: rollandj@… | Owner: macports-tickets@… Type: defect | Status: new Priority: High | Milestone: Component: ports | Version: 1.8.0 Keywords: netatalk | Port: netatalk ------------------------------+--------------------------------------------- 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 -- Ticket URL: <http://trac.macports.org/ticket/21159> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21159: NetATalk Install Crashes ------------------------------+--------------------------------------------- Reporter: rollandj@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: netatalk ------------------------------+--------------------------------------------- Changes (by toby@…): * keywords: netatalk => * priority: High => Normal * version: 1.8.0 => Old description:
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
New description: 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 -- -- Ticket URL: <http://trac.macports.org/ticket/21159#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21159: netatalk build failure on 10.6 ------------------------------+--------------------------------------------- Reporter: rollandj@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: netatalk ------------------------------+--------------------------------------------- -- Ticket URL: <http://trac.macports.org/ticket/21159#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21159: netatalk build failure on 10.6 -------------------------------+-------------------------------------------- Reporter: rollandj@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: netatalk | -------------------------------+-------------------------------------------- Changes (by toby@…): * status: new => closed * resolution: => fixed Comment: "fixed" in r57161 -- Ticket URL: <http://trac.macports.org/ticket/21159#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#21159: netatalk build failure on 10.6 -------------------------+-------------------------------- Reporter: rollandj@… | Owner: macports-tickets@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: netatalk | -------------------------+-------------------------------- Comment (by ryandesign@…): See also the continuation of this issue in #36672. -- Ticket URL: <https://trac.macports.org/ticket/21159#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts