[MacPorts] #45609: Builds hang post upgrading to Yosemite
MacPorts
noreply at macports.org
Sat Oct 25 19:23:28 PDT 2014
#45609: Builds hang post upgrading to Yosemite
------------------------------+--------------------------------
Reporter: john+macports@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.3.2
Resolution: | Keywords:
Port: |
------------------------------+--------------------------------
Comment (by john+macports@…):
Amusingly enough, I can trigger this again at a different point building
pkgconf. This hangs during autoconf, but for the same reason: make[[BR]]
I added -x to configure:
{{{
+ printf '%s\n' 'configure:2680: checking whether make sets $(MAKE)'
+ printf %s 'checking whether make sets $(MAKE)... '
checking whether make sets $(MAKE)... + set x make
++ sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'
++ printf '%s\n' make
+ ac_make=make
+ eval '${ac_cv_prog_make_make_set+:}' false
++ false
+ cat
+ case `${MAKE-make} -f conftest.make` in
++ make -f conftest.make
}}}
which is here[[BR]]
Roughly line 2692[[BR]]
{{{
# GNU make sometimes prints "make[1]: Entering ...", which would confuse
us.
case `${MAKE-make} -f conftest.make` in
*@@@%%%=?*=@@@%%%*)
eval ac_cv_prog_make_${ac_make}_set=yes;;
*)
eval ac_cv_prog_make_${ac_make}_set=no;;
esac
rm -f conftest.make
fi
}}}
So yet again it looks like there is something strange with make...
{{{
macports 99869 0.0 0.3 2577292 26068 s016 S+ 11:15AM
0:00.22 /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk
-find make
macports 99868 0.0 0.0 2451800 892 s016 S+ 11:15AM
0:00.00 sh -c
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -sdk ''
-find make 2> /dev/null
macports 99867 0.0 0.0 2433852 620 s016 S+ 11:15AM
0:00.00 make -f conftest.make
}}}
I may try to completely reinstall Xcode. Make is just in the same =
return state.
--
Ticket URL: <https://trac.macports.org/ticket/45609#comment:5>
MacPorts <https://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list