[Fink-devel] xcode 8 fix for fink-buildenv-modules

2016-09-09 Thread Jack Howarth
Hanspeter, The current fink-buildenv-modules package is not savvy to the SDK changes in Xcode8 and requires the following change... --- /sw/lib/fink-buildenv-modules/base.sh 2016-08-09 17:49:45.0 -0400 +++ /sw/lib/fink-buildenv-modules/base.sh.new 2016-09-09 12:40:57.0 -0400

Re: [Fink-devel] Xcode8 build breakage for qt5

2016-09-09 Thread Jack Howarth
Hanspeter, Building through the qt5 dependencies for wireshark, only qt5-base requires this fix. I also compared... ls /Applications/Xcode.app/Contents/Developer/usr/bin/xc* for Xcode 7.3 which shows... xcdevice xcrun xcsbuildd xcsdeviced xcsgenerator xctest xcodebuild xcsbridge xcscontr

[Fink-devel] Xcode8 build breakage for qt5

2016-09-09 Thread Jack Howarth
Hanspeter, I seem to have stumbled across a behavioral change in xcrun for Xcode 8 on 10.10 which breaks the qt5-mac-qtbase-5.6.0-1 build. $ /usr/bin/xcrun -find xcrun xcrun: error: unable to find utility "xcrun", not a developer tool or in PATH fortunately this can be fixed with... diff