Bug#914688: Default defines discrepancy

2018-11-30 Thread Gianfranco Costamagna
Hello, >I don't know how I can help here. Performous only fails on powerpc >architectures which looks like a Boost bug to me. This only happened >recently when we switched to 1.67, so maybe forward upstream and let's >find out what the upstream developers think about that? the boost patch is now

Bug#914688: Default defines discrepancy

2018-11-28 Thread Markus Koschany
Hi, Am 26.11.18 um 15:13 schrieb Gianfranco Costamagna: > control: tags -1 -wontfix -moreinfo > control: affects -1 src:performous > > Markus, please have a look at this bug :) I don't know how I can help here. Performous only fails on powerpc architectures which looks like a Boost bug to me.

Bug#914688: Default defines discrepancy

2018-11-27 Thread Dimitri John Ledkov
On Mon, 26 Nov 2018 at 12:52, Adrian Bunk wrote: > > Control: forwaded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28314 > > On Mon, Nov 26, 2018 at 12:28:28PM +, Dimitri John Ledkov wrote: > > xnox@diamond:~$ g++ -std=c++14 -dM -E -x c++ - < /dev/null | grep linux > > #define __linux__ 1

Bug#914688: Default defines discrepancy

2018-11-26 Thread Gianfranco Costamagna
control: tags -1 -wontfix -moreinfo control: affects -1 src:performous Markus, please have a look at this bug :) G. > control: retitle -1 "boost: please do not use __linux macro" > control: reassign -1 boost1.67 > control: found -1 1.67.0-10 > > > closing as won't fix, same as upstream did.

Bug#914688: Default defines discrepancy

2018-11-26 Thread Gianfranco Costamagna
control: reopen -1 control: retitle -1 "boost: please do not use __linux macro" control: reassign -1 boost1.67 control: found -1 1.67.0-10 > closing as won't fix, same as upstream did. Just use the __linux__ macro. as said over irc, I would like the fix to be shipped in boost, so I prefer to

Bug#914688: Default defines discrepancy

2018-11-26 Thread Matthias Klose
Control: tags -1 + wontfix closing as won't fix, same as upstream did. Just use the __linux__ macro. On 26.11.18 13:52, Adrian Bunk wrote: > Control: forwaded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28314 > > On Mon, Nov 26, 2018 at 12:28:28PM +, Dimitri John Ledkov wrote: >>

Bug#914688: Default defines discrepancy

2018-11-26 Thread Adrian Bunk
Control: forwaded -1 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=28314 On Mon, Nov 26, 2018 at 12:28:28PM +, Dimitri John Ledkov wrote: > xnox@diamond:~$ g++ -std=c++14 -dM -E -x c++ - < /dev/null | grep linux > #define __linux__ 1 > #define __gnu_linux__ 1 > > xnox@diamond:~$ g++

Bug#914688: Default defines discrepancy

2018-11-26 Thread Dimitri John Ledkov
xnox@diamond:~$ g++ -std=c++14 -dM -E -x c++ - < /dev/null | grep linux #define __linux__ 1 #define __gnu_linux__ 1 xnox@diamond:~$ g++ -std=gnu++14 -dM -E -x c++ - < /dev/null | grep linux #define __linux 1 #define __linux__ 1 #define __gnu_linux__ 1 #define linux 1 The same is not observed on