[MacPorts] #45965: mt-daapd not compiling on Mavericks 10.10
MacPorts
noreply at macports.org
Fri Nov 21 07:01:19 PST 2014
#45965: mt-daapd not compiling on Mavericks 10.10
-----------------------+--------------------------------
Reporter: cdl@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.3
Resolution: | Keywords:
Port: mt-daapd |
-----------------------+--------------------------------
Old description:
> port install mt-daapd
> ---> Computing dependencies for mt-daapd
> ---> Building mt-daapd
> Error: org.macports.build for port mt-daapd returned: command execution
> failed
> Please see the log file for port mt-daapd for details:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
> To report a bug, follow the instructions in the guide:
> http://guide.macports.org/#project.tickets
> Error: Processing of port mt-daapd failed
>
>
> cat
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
>
> [deleted for brevity]
>
> :info:build if /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I..
> -I/opt/local/include -g -DOGGVORBIS -DHOST='"i686-apple-darwin14.0.0"'
> -no-cpp-precomp -DMAC -pipe -Os -I/opt/local/include -arch x86_64 -MT
> rend-osx.o -MD -MP -MF ".deps/rend-osx.Tpo" -c -o rend-osx.o rend-osx.c;
> \
> :info:build then mv -f ".deps/rend-osx.Tpo" ".deps/rend-osx.Po"; else
> rm -f ".deps/rend-osx.Tpo"; exit 1; fi
> :info:build rend-osx.c:34:10: fatal error:
> 'DNSServiceDiscovery/DNSServiceDiscovery.h' file not found
> :info:build #include <DNSServiceDiscovery/DNSServiceDiscovery.h>
> :info:build ^
> :info:build 1 error generated.
> :info:build make[3]: *** [rend-osx.o] Error 1
> :info:build make[3]: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
> daapd-0.2.4.2/src'
> :info:build make[2]: *** [all] Error 2
> :info:build make[2]: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
> daapd-0.2.4.2/src'
> :info:build make[1]: *** [all-recursive] Error 1
> :info:build make[1]: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
> daapd-0.2.4.2'
> :info:build make: *** [all] Error 2
> :info:build make: Leaving directory
> `/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
> daapd-0.2.4.2'
> :info:build Command failed: cd
> "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
> daapd-0.2.4.2" && /usr/bin/make -j5 -w all
> :info:build Exit code: 2
> :error:build org.macports.build for port mt-daapd returned: command
> execution failed
> :debug:build Error code: CHILDSTATUS 17929 2
> :debug:build Backtrace: command execution failed
> while executing
> "system -nice 0 $fullcmdstring"
> ("eval" body line 1)
> invoked from within
> "eval system $notty $nice \$fullcmdstring"
> invoked from within
> "command_exec build"
> (procedure "portbuild::build_main" line 8)
> invoked from within
> "portbuild::build_main org.macports.build"
> ("eval" body line 1)
> invoked from within
> "eval $procedure $targetname"
> :info:build Warning: targets not executed for mt-daapd:
> org.macports.activate org.macports.build org.macports.destroot
> org.macports.install
> :notice:build Please see the log file for port mt-daapd for details:
> /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
> .org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
New description:
{{{
port install mt-daapd
---> Computing dependencies for mt-daapd
---> Building mt-daapd
Error: org.macports.build for port mt-daapd returned: command execution
failed
Please see the log file for port mt-daapd for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
To report a bug, follow the instructions in the guide:
http://guide.macports.org/#project.tickets
Error: Processing of port mt-daapd failed
}}}
cat
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
[deleted for brevity]
{{{
:info:build if /usr/bin/clang -DHAVE_CONFIG_H -I. -I. -I..
-I/opt/local/include -g -DOGGVORBIS -DHOST='"i686-apple-darwin14.0.0"'
-no-cpp-precomp -DMAC -pipe -Os -I/opt/local/include -arch x86_64 -MT
rend-osx.o -MD -MP -MF ".deps/rend-osx.Tpo" -c -o rend-osx.o rend-osx.c; \
:info:build then mv -f ".deps/rend-osx.Tpo" ".deps/rend-osx.Po"; else
rm -f ".deps/rend-osx.Tpo"; exit 1; fi
:info:build rend-osx.c:34:10: fatal error:
'DNSServiceDiscovery/DNSServiceDiscovery.h' file not found
:info:build #include <DNSServiceDiscovery/DNSServiceDiscovery.h>
:info:build ^
:info:build 1 error generated.
:info:build make[3]: *** [rend-osx.o] Error 1
:info:build make[3]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
daapd-0.2.4.2/src'
:info:build make[2]: *** [all] Error 2
:info:build make[2]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-
daapd-0.2.4.2/src'
:info:build make[1]: *** [all-recursive] Error 1
:info:build make[1]: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-daapd-0.2.4.2'
:info:build make: *** [all] Error 2
:info:build make: Leaving directory
`/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-daapd-0.2.4.2'
:info:build Command failed: cd
"/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/work/mt-daapd-0.2.4.2"
&& /usr/bin/make -j5 -w all
:info:build Exit code: 2
:error:build org.macports.build for port mt-daapd returned: command
execution failed
:debug:build Error code: CHILDSTATUS 17929 2
:debug:build Backtrace: command execution failed
while executing
"system -nice 0 $fullcmdstring"
("eval" body line 1)
invoked from within
"eval system $notty $nice \$fullcmdstring"
invoked from within
"command_exec build"
(procedure "portbuild::build_main" line 8)
invoked from within
"portbuild::build_main org.macports.build"
("eval" body line 1)
invoked from within
"eval $procedure $targetname"
:info:build Warning: targets not executed for mt-daapd:
org.macports.activate org.macports.build org.macports.destroot
org.macports.install
:notice:build Please see the log file for port mt-daapd for details:
/opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports
.org_release_tarballs_ports_audio_mt-daapd/mt-daapd/main.log
}}}
--
Comment (by mf2k@…):
Please attach the complete main.log file after running {{{port clean}}} on
the port.
--
Ticket URL: <https://trac.macports.org/ticket/45965#comment:2>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list