[Scummvm-cvs-logs] scummvm-sites buildbot -> 47b9dcacf76a9a7683659bdde3a1239cc705c67f

digitall dgturner at iee.org
Thu Apr 24 19:41:15 CEST 2014


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm-sites' repo located at https://github.com/scummvm/scummvm-sites .

Summary:
47b9dcacf7 BUILDBOT: Avoid using failing debug symbol utility in new IOS toolchain.


Commit: 47b9dcacf76a9a7683659bdde3a1239cc705c67f
    https://github.com/scummvm/scummvm-sites/commit/47b9dcacf76a9a7683659bdde3a1239cc705c67f
Author: D G Turner (digitall at scummvm.org)
Date: 2014-04-24T18:42:42+01:00

Commit Message:
BUILDBOT: Avoid using failing debug symbol utility in new IOS toolchain.

The dsymutil-macosx is a OSX binary loaded via maloader and ld-mac,
which uses mmap() to do this. This currently fails, possibly as it
requires write permissions to dsymutil-macosx to achieve this.

Will need to investigate and avoid adding write permissions to other
to fix as this is highly insecure.

It may be possible to patch the ld-mac / maloader to fix or worst case,
change the dsymutil-macosx to be owned by buildbot user and set user
write permission.

Changed paths:
    config/master.cfg








More information about the Scummvm-git-logs mailing list