[Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread bunnybot
Continuous integration builds have changed state:

Travis build 3809. State: passed. Details: 
https://travis-ci.org/widelands/widelands/builds/416493186.
Appveyor build 3608. State: success. Details: 
https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_macos_build_app_compiler-3608.
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


[Widelands-dev] [Merge] lp:~widelands-dev/widelands/mines-worldsavior into lp:widelands

2018-08-15 Thread bunnybot
Continuous integration builds have changed state:

Travis build 3808. State: failed. Details: 
https://travis-ci.org/widelands/widelands/builds/416273240.
Appveyor build 3607. State: success. Details: 
https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_mines_worldsavior-3607.
-- 
https://code.launchpad.net/~widelands-dev/widelands/mines-worldsavior/+merge/350716
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/mines-worldsavior.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread Toni Förster
I just added a check for ccache and added gettext to $PATH to avoid force 
linking it (removed thsi line from the wiki). Also merged from trunk.

ASan stays disabled for GCC since it does not pass the test and throws error 
like this one:

Start 1: test_economy
1/4 Test #1: test_economy .***Failed1.23 sec
==3314==The following global variable is not properly aligned.
==3314==This may happen if another global with the same name
==3314==resides in another non-instrumented module.
==3314==Or the global comes from a C file built w/o -fno-common.
==3314==In either case this is likely an ODR violation bug,
==3314==but AddressSanitizer can not provide more details.
=
==3314==ERROR: AddressSanitizer: odr-violation (0x001c003a):
ASAN:DEADLYSIGNAL
AddressSanitizer: nested bug in the same thread, aborting.


Start 2: test_io_filesystem
2/4 Test #2: test_io_filesystem ...***Failed0.47 sec
==3315==The following global variable is not properly aligned.
==3315==This may happen if another global with the same name
==3315==resides in another non-instrumented module.
==3315==Or the global comes from a C file built w/o -fno-common.
==3315==In either case this is likely an ODR violation bug,
==3315==but AddressSanitizer can not provide more details.
=
==3315==ERROR: AddressSanitizer: odr-violation (0x000100e3):
ASAN:DEADLYSIGNAL
AddressSanitizer: nested bug in the same thread, aborting.


Start 3: notifications_test
3/4 Test #3: notifications_test ...   Passed0.43 sec
Start 4: test_scripting
4/4 Test #4: test_scripting ...***Failed0.26 sec
==3317==The following global variable is not properly aligned.
==3317==This may happen if another global with the same name
==3317==resides in another non-instrumented module.
==3317==Or the global comes from a C file built w/o -fno-common.
==3317==In either case this is likely an ODR violation bug,
==3317==but AddressSanitizer can not provide more details.
=
==3317==ERROR: AddressSanitizer: odr-violation (0x00010162):
ASAN:DEADLYSIGNAL
AddressSanitizer: nested bug in the same thread, aborting.
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread Klaus Halfmann
Review: Approve dowload,short testrun


Approve, checked both images, (debug build is 50M, 
my develop build is 67M but all libs are staically linked)

I only tried to open a savegame. (which was from some other brach, and failed 
to load, well)

travis currebtly has some erro as of a broken test / savegame.
We can either merge trunk to fix this or use the force, what do you think :-)
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread Klaus Halfmann
@Toni

We already have a description to build developer verions using macports:
https://wl.widelands.org/wiki/Download/

And some dsicussion around this as well: 
https://wl.widelands.org/forum/topic/2627/

And the corresponding Portfile, which includes some packagnh, too:

https://github.com/kencu/myports/blob/master/games/widelands-devel/Portfile

We may have to Adopt this along with your changes.

I am downloading your .dmg and will check them (running, compare binary size 
etc.)

In theory macports and Brew should result in the +/- same binary, but, well 
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


[Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-1776603_map_info_memory_leak into lp:widelands

2018-08-15 Thread bunnybot
Continuous integration builds have changed state:

Travis build 3806. State: passed. Details: 
https://travis-ci.org/widelands/widelands/builds/416209959.
Appveyor build 3605. State: success. Details: 
https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_bug_1776603_map_info_memory_leak-3605.
-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1776603_map_info_memory_leak/+merge/353140
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/bug-1776603_map_info_memory_leak.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


[Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread Toni Förster
The proposal to merge lp:~widelands-dev/widelands/macos_build_app_compiler into 
lp:widelands has been updated.

Status: Needs review => Work in progress

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
-- 
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/bug-1776603_map_info_memory_leak into lp:widelands

2018-08-15 Thread kaputtnik
Review: Approve testing

Tested it in my local website installation, no issues found :-)
-- 
https://code.launchpad.net/~widelands-dev/widelands/bug-1776603_map_info_memory_leak/+merge/353140
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/bug-1776603_map_info_memory_leak.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


Re: [Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread Toni Förster
@Klaus

is there something like "brew --prefix" for MacPorts? We could easily adapt the 
script to handle both package manager.

Also ASsam is enabled by default for debug builds in the "CMakeLists.txt" 
That's why I havn't had to enable it for debug.

I disabled it for GCC, though.
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


[Widelands-dev] [Merge] lp:~widelands-dev/widelands/macos_build_app_compiler into lp:widelands

2018-08-15 Thread bunnybot
Continuous integration builds have changed state:

Travis build 3805. State: passed. Details: 
https://travis-ci.org/widelands/widelands/builds/416197711.
Appveyor build 3604. State: success. Details: 
https://ci.appveyor.com/project/widelands-dev/widelands/build/_widelands_dev_widelands_macos_build_app_compiler-3604.
-- 
https://code.launchpad.net/~widelands-dev/widelands/macos_build_app_compiler/+merge/353035
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/macos_build_app.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp


[Widelands-dev] [Merge] lp:~widelands-dev/widelands/missing_animations_barbarians_wood_hardener into lp:~widelands-dev/widelands/mines-worldsavior

2018-08-15 Thread noreply
The proposal to merge 
lp:~widelands-dev/widelands/missing_animations_barbarians_wood_hardener into 
lp:~widelands-dev/widelands/mines-worldsavior has been updated.

Status: Needs review => Merged

For more details, see:
https://code.launchpad.net/~widelands-dev/widelands/missing_animations_barbarians_wood_hardener/+merge/352980
-- 
Your team Widelands Developers is subscribed to branch 
lp:~widelands-dev/widelands/mines-worldsavior.

___
Mailing list: https://launchpad.net/~widelands-dev
Post to : widelands-dev@lists.launchpad.net
Unsubscribe : https://launchpad.net/~widelands-dev
More help   : https://help.launchpad.net/ListHelp