[OpenSmalltalk/opensmalltalk-vm] 37d4a3: Try and compile build.win32x86/pharo.sista.spur wi...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 37d4a3: Try and compile build.win32x86/pharo.sista.spur wi...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 37d4a3d39933227e305bf2610a0ec685e6f101d2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/37d4a3d39933227e305bf2610a0ec685e6f101d2
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M build.win32x86/pharo.sista.spur/Makefile

  Log Message:
  -----------
  Try and compile build.win32x86/pharo.sista.spur with clang to workaround gcc compiler bug


  Commit: 227bcd7981ff43d6d240b0500565f5ad6c82b759
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/227bcd7981ff43d6d240b0500565f5ad6c82b759
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c

  Log Message:
  -----------
  Fix compilation error of ALSA sound with clang

/media/psf/Home/Smalltalk/OpenSmalltalk/opensmalltalk-vm/platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c:673:3: error: non-void function 'mixer_default_volume_get_set' should return a value [-Wreturn-type]
                return;
                ^


  Commit: 29f25c965f727d8548c96d54564ba09b8e3b7142
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/29f25c965f727d8548c96d54564ba09b8e3b7142
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M build.linux32x86/pharo.sista.spur/build/mvm

  Log Message:
  -----------
  Compile linux32x86/pharo.sista.spur with clang


  Commit: 80c7588aa210ca00e5951e1e360c814bec6f726c
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/80c7588aa210ca00e5951e1e360c814bec6f726c
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M build.linux32x86/pharo.sista.spur/build/mvm

  Log Message:
  -----------
  Retry compilation of  linux32x86 pharo.sista.spur with clang

I don’t know if it’s the standard way, but it works on my debian 32…


  Commit: 4c5d00395e22d4d19454950345cfc53bcd5d62ed
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/4c5d00395e22d4d19454950345cfc53bcd5d62ed
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M build.win32x86/pharo.cog.spur.lowcode/Makefile

  Log Message:
  -----------
  Retry win32 pharo.cog.spur.lowcode with clang too


  Commit: aaaa4b1e8c1fb5448ea45856479cc51c60324b26
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/aaaa4b1e8c1fb5448ea45856479cc51c60324b26
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  Retry download cygwin setup 4x with curl

-m 600 means don't spend more than 10 minutes (600 seconds) see curl manual https://curl.haxx.se/docs/manpage.html
This was taken from appveyor docs https://www.appveyor.com/docs/how-to/download-file/


  Commit: e2cfdcc731ba6412606c4fbbc28c22dde668d3e3
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/e2cfdcc731ba6412606c4fbbc28c22dde668d3e3
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  Fix whitespace typo

Sorry, I can't test this locally


  Commit: 3249967cf0ab72b59bce184afd19774d3e1e6957
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3249967cf0ab72b59bce184afd19774d3e1e6957
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Add a main build stage for Squeak and Pharo


  Commit: 1b0f7d285f589937e9be341d6ae7a3b91b59ddb1
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/1b0f7d285f589937e9be341d6ae7a3b91b59ddb1
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .appveyor.yml

  Log Message:
  -----------
  Reorder the appveyor matrix so as to put main Squeak/Pharo build first

While at it, add -L flag to curl so as to follow redirection


  Commit: b7b3943dfb38dd44bdca184cf1aa8f129486a5f0
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/b7b3943dfb38dd44bdca184cf1aa8f129486a5f0
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Try to force CC=clang in the .travis.yml matrix for linux32x86 pharo.sista.spur


  Commit: 005405c572344189832f51ab88404c7871d889fd
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/005405c572344189832f51ab88404c7871d889fd
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .travis.yml

  Log Message:
  -----------
  Yet another incantation for compiling pharo.sista.spur with clang


  Commit: 653c99010adab76fceb81cea6bd008e5e09c4ecb
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/653c99010adab76fceb81cea6bd008e5e09c4ecb
  Author: Nicolas Cellier <[hidden email]>
  Date:   2018-04-02 (Mon, 02 Apr 2018)

  Changed paths:
    M .appveyor.yml
    M .travis.yml
    M build.linux32x86/pharo.sista.spur/build/mvm
    M build.win32x86/pharo.cog.spur.lowcode/Makefile
    M build.win32x86/pharo.sista.spur/Makefile
    M platforms/unix/vm-sound-ALSA/sqUnixSoundALSA.c

  Log Message:
  -----------
  Merge pull request #235 from OpenSmalltalk/compile_sista_with_clang

Compile sista with clang


Compare: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/1614d9520f1a...653c99010ada