[Vm-dev] Missing requirements for libBochsIA32Plugin on Osx32 pharo builds

Guillermo Polito guillermopolito at gmail.com
Wed Jan 16 12:33:20 UTC 2019


Hi Eliot,

Ci builds for Pharo are failing on Osx

https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/480327959?utm_source=github_status&utm_medium=notification

The problem seems to come from a missing requirement to build
libBochsIA32Plugin.dylib, which makes the build of the librar to be
skipped, and subsequently the VM build to fail.

/Applications/Xcode.app/Contents/Developer/usr/bin/make BUILD=build \
-f
/Users/travis/build/OpenSmalltalk/opensmalltalk-vm/platforms/iOS/plugins/BochsIA32Plugin/Makefile
MAKEFILE=/Users/travis/build/OpenSmalltalk/opensmalltalk-vm/platforms/iOS/plugins/BochsIA32Plugin/Makefile
\
CONFIGURATION=product ARCH=i386 \
PLATDIR=../../platforms PLUGINSRCDIR=../../src/plugins
VMSRCDIR=../../spursrc/vm \
LIBNAME=libBochsIA32Plugin COGDEFS="-DPharoVM=1" \
APP=Pharo.app VM=Pharo BLDDIR=build USEPLUGINASDYLIB=TRUE \
THIRDPARTYOUTDIR=/Users/travis/build/OpenSmalltalk/opensmalltalk-vm/.thirdparty-cache/macOS/i386
\
\
build/vm/libBochsIA32Plugin.dylib
$(LIBNAME): libBochsIA32Plugin
../common/Makefile.plugin:238: build/vm/libBochsIA32Plugin.dylib has
missing prerequisites. Not building.
echo >build/vm/libBochsIA32Plugin.ignore
cp -p build/vm/libBochsIA32Plugin.dylib Pharo.app/Contents/MacOS/Plugins
cp: build/vm/libBochsIA32Plugin.dylib: No such file or directory
make: *** [Pharo.app/Contents/MacOS/Plugins/libBochsIA32Plugin.dylib] Error
1

I see that the same in squeak builds just keeps going.
Some difference in the makefiles? Any idea?

Thanks,
Guille
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20190116/eb6eea25/attachment.html>


More information about the Vm-dev mailing list